Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turbo/jsonrpc: add support for bor state sync txn in Trace API endpoi…
…nts (#9276) Relates to: https://github.com/ledgerwatch/erigon/issues/7504 High-level changes: - add support for bor state sync txn in Trace API endpoints - refactor some code in `polygon/tracer` pkg for better re-usability of common logic between Trace and Debug APIs - tidy up some old code that is no longer needed - handle some missed err-s and fix some misaligned stream writes (invalid json cases) in err paths Tests: I've tested majority of the Trace API endpoints (trace_transaction, trace_block, trace_filter, trace_replayTransaction, trace_replayBlockTransactions) both with a bor state sync transaction and with a normal one. Here is an example of how the response of `trace_transaction` looks like for a bor state sync transaction: ``` curl http://localhost:9545/ \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"trace_transaction","params":["0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558"],"id":1,"jsonrpc":"2.0"}' | jq { "jsonrpc": "2.0", "id": 1, "result": [ { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x0", "input": "0x", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x0", "output": "0x" }, "subtraces": 13, "traceAddress": [], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962d0", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cab94a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000dcbeac120c51030a911a93895f7b431e5952cee6000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000001550f7dca70000a00ce8ccdb67a7cfd5421bfb4438e2dc1fa7d2321161fadf4e5f3fe9bb0bb3ba5882011e8331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x102de", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cab0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000dcbeac120c51030a911a93895f7b431e5952cee6000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000001550f7dca70000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb9d0", "output": "0x" }, "subtraces": 1, "traceAddress": [ 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cab0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000dcbeac120c51030a911a93895f7b431e5952cee6000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000001550f7dca70000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xa4ad", "output": "0x" }, "subtraces": 1, "traceAddress": [ 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb000000000000000000000000dcbeac120c51030a911a93895f7b431e5952cee600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000001550f7dca70000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7fd0", "output": "0x" }, "subtraces": 0, "traceAddress": [ 0, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962d0", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cac94a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001b02ada9a41d8541441730ee43ea7d0effccaad9000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000002386f26fc10000a0c3a451b6d6cc319dcd797ac05887692fe44d63dc38b6322e563a3337fe6f305f82014a8331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x102de", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 1 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cac0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001b02ada9a41d8541441730ee43ea7d0effccaad9000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000002386f26fc10000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb9d0", "output": "0x" }, "subtraces": 1, "traceAddress": [ 1, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cac0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001b02ada9a41d8541441730ee43ea7d0effccaad9000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000002386f26fc10000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xa4ad", "output": "0x" }, "subtraces": 1, "traceAddress": [ 1, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb0000000000000000000000001b02ada9a41d8541441730ee43ea7d0effccaad900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000002386f26fc10000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7fd0", "output": "0x" }, "subtraces": 0, "traceAddress": [ 1, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962b4", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000185f9018283215cad948397259c983751daf40400790063935a11afa28ab9014000000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000cd1c7c85113b16a5b9e09576112d162281b5f860000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e3739000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e3000000000000000000000000000000000000000000000000000000000000007700000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000a0c346dbd1115e4a8a70c678e2dfad37318035a5f36d5bad652a985d1b3e90dd006483313337000000000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x1dc19", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 2 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cad0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000014000000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000cd1c7c85113b16a5b9e09576112d162281b5f860000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e3739000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e3000000000000000000000000000000000000000000000000000000000000007700000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x8397259c983751daf40400790063935a11afa28a", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x191db", "output": "0x" }, "subtraces": 1, "traceAddress": [ 2, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x8397259c983751daf40400790063935a11afa28a", "callType": "call", "gas": "0x4af990", "input": "0x9a7c4b710000000000000000000000000000000000000000000000000000000000215cad00000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e3739000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e3000000000000000000000000000000000000000000000000000000000000007700000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x1709f", "output": "0x" }, "subtraces": 2, "traceAddress": [ 2, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "callType": "staticcall", "gas": "0x49ac26", "input": "0x55064d85000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e30000000000000000000000000000000000000000000000000000000000000077", "to": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x57a1", "output": "0x0000000000000000000000000000000000000000000000000000000000000000" }, "subtraces": 1, "traceAddress": [ 2, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "callType": "delegatecall", "gas": "0x4869fe", "input": "0x55064d85000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e30000000000000000000000000000000000000000000000000000000000000077", "to": "0x16f78d75fabb869835236b5fb59c2b29f6cbbfcf", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x3b90", "output": "0x0000000000000000000000000000000000000000000000000000000000000000" }, "subtraces": 0, "traceAddress": [ 2, 0, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "callType": "call", "gas": "0x49526d", "input": "0x6e1e3bbf000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e3739000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e3000000000000000000000000000000000000000000000000000000000000007700000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xe82a", "output": "0x" }, "subtraces": 1, "traceAddress": [ 2, 0, 0, 1 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "callType": "delegatecall", "gas": "0x482a83", "input": "0x6e1e3bbf000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e3739000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e3000000000000000000000000000000000000000000000000000000000000007700000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x16f78d75fabb869835236b5fb59c2b29f6cbbfcf", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xe559", "output": "0x" }, "subtraces": 0, "traceAddress": [ 2, 0, 0, 1, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962b4", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000185f9018283215cae948397259c983751daf40400790063935a11afa28ab9014000000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000cd1c7c85113b16a5b9e09576112d162281b5f860000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e373900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000007500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000a0c346dbd1115e4a8a70c678e2dfad37318035a5f36d5bad652a985d1b3e90dd006683313337000000000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x26f18", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 3 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cae0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000014000000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000cd1c7c85113b16a5b9e09576112d162281b5f860000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e373900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000007500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x8397259c983751daf40400790063935a11afa28a", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x224da", "output": "0x" }, "subtraces": 1, "traceAddress": [ 3, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x8397259c983751daf40400790063935a11afa28a", "callType": "call", "gas": "0x4af990", "input": "0x9a7c4b710000000000000000000000000000000000000000000000000000000000215cae00000000000000000000000003c545163bd114d756c65dda1d97d37b89da2236000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e373900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000007500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x2039e", "output": "0x" }, "subtraces": 2, "traceAddress": [ 3, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "callType": "staticcall", "gas": "0x49ac26", "input": "0x55064d85000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000075", "to": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb67a", "output": "0x0000000000000000000000000000000000000000000000000000000000000000" }, "subtraces": 1, "traceAddress": [ 3, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "callType": "delegatecall", "gas": "0x4869fe", "input": "0x55064d85000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000075", "to": "0x16f78d75fabb869835236b5fb59c2b29f6cbbfcf", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x9a69", "output": "0x0000000000000000000000000000000000000000000000000000000000000000" }, "subtraces": 0, "traceAddress": [ 3, 0, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xcd1c7c85113b16a5b9e09576112d162281b5f860", "callType": "call", "gas": "0x48f50f", "input": "0x6e1e3bbf000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e373900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000007500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x11c50", "output": "0x" }, "subtraces": 1, "traceAddress": [ 3, 0, 0, 1 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x9d305a42a3975ee4c1c57555bed5919889dce63f", "callType": "delegatecall", "gas": "0x47ce9b", "input": "0x6e1e3bbf000000000000000000000000931eb9d2e9b0e496aac1dcdf778399ad762e373900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000007500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000", "to": "0x16f78d75fabb869835236b5fb59c2b29f6cbbfcf", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x1197f", "output": "0x" }, "subtraces": 0, "traceAddress": [ 3, 0, 0, 1, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962dc", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000146f9014383215caf94a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000d649ec9b9acea96876909054219c2fdaa00742f8000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000021c0331d5dc000a0349272f2c8d6c53608b75ffb00e2bc792c1c4f6d4b2c9604942d58f1b4e5db6781e8833133370000000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xc012", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 4 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215caf0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000d649ec9b9acea96876909054219c2fdaa00742f8000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000021c0331d5dc000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7704", "output": "0x" }, "subtraces": 1, "traceAddress": [ 4, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215caf0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000d649ec9b9acea96876909054219c2fdaa00742f8000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000021c0331d5dc000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x61e1", "output": "0x" }, "subtraces": 1, "traceAddress": [ 4, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb000000000000000000000000d649ec9b9acea96876909054219c2fdaa00742f8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000021c0331d5dc000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x3d04", "output": "0x" }, "subtraces": 0, "traceAddress": [ 4, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962d0", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cb094a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001dafb2f175e729aa49eaa0d229676b32f548d176000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000429d069189e0000a09f94436b9b34a033851b1bad2357adbf6c8800c2e71336f927559bee95c17a858201b48331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x102de", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 5 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb00000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001dafb2f175e729aa49eaa0d229676b32f548d176000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000429d069189e0000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb9d0", "output": "0x" }, "subtraces": 1, "traceAddress": [ 5, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb00000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000001dafb2f175e729aa49eaa0d229676b32f548d176000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000429d069189e0000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xa4ad", "output": "0x" }, "subtraces": 1, "traceAddress": [ 5, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb0000000000000000000000001dafb2f175e729aa49eaa0d229676b32f548d176000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000429d069189e0000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7fd0", "output": "0x" }, "subtraces": 0, "traceAddress": [ 5, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962dc", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000145f9014283215cb194a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b3126d09ebf9b5de9eaf9937bfc3e5dcececa856000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000001f4eec0c1548000a0a66e30b0161aad6d238da536d64e9619007fb26a5391c4244503efa53337ef6d0d83313337000000000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xbfac", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 6 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb10000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b3126d09ebf9b5de9eaf9937bfc3e5dcececa856000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000001f4eec0c1548000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7704", "output": "0x" }, "subtraces": 1, "traceAddress": [ 6, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb10000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b3126d09ebf9b5de9eaf9937bfc3e5dcececa856000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000001f4eec0c1548000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x61e1", "output": "0x" }, "subtraces": 1, "traceAddress": [ 6, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb000000000000000000000000b3126d09ebf9b5de9eaf9937bfc3e5dcececa8560000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000001f4eec0c1548000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x3d04", "output": "0x" }, "subtraces": 0, "traceAddress": [ 6, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962c4", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cb294a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000005395640f0d9d7e51428d1e11519ae9b8b1e547b3000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000007c585087238000a08e71ee5848a1519da380b8df689787abc315743ebb4353e774bca02406c062738201078331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xc012", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 7 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb20000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000005395640f0d9d7e51428d1e11519ae9b8b1e547b3000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000007c585087238000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7704", "output": "0x" }, "subtraces": 1, "traceAddress": [ 7, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb20000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000005395640f0d9d7e51428d1e11519ae9b8b1e547b3000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000007c585087238000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x61e1", "output": "0x" }, "subtraces": 1, "traceAddress": [ 7, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb0000000000000000000000005395640f0d9d7e51428d1e11519ae9b8b1e547b300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000007c585087238000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x3d04", "output": "0x" }, "subtraces": 0, "traceAddress": [ 7, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962c4", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd557500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cb394a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000f8eb9c2248ce3b6357c7e7067d4d16d62b7ed004000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000002ea11e32ad50000a0efb741123130fa8c575b71460ff9fae3251094f690cfbf0758e42cac26fa52b08201748331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x102de", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 8 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000f8eb9c2248ce3b6357c7e7067d4d16d62b7ed004000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000002ea11e32ad50000", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb9d0", "output": "0x" }, "subtraces": 1, "traceAddress": [ 8, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000f8eb9c2248ce3b6357c7e7067d4d16d62b7ed004000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000002ea11e32ad50000", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xa4ad", "output": "0x" }, "subtraces": 1, "traceAddress": [ 8, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb000000000000000000000000f8eb9c2248ce3b6357c7e7067d4d16d62b7ed0040000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000002ea11e32ad50000", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7fd0", "output": "0x" }, "subtraces": 0, "traceAddress": [ 8, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962b8", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd55b100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cb494a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000075099eada4834fc93140906e5186b695d7cfd115000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986ba07a9ef397ed31baaaed28ad5b5737908341b9bdcd3aba7c3bb9934258426b42338202548331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x102de", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 9 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb40000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000075099eada4834fc93140906e5186b695d7cfd115000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986b", "to": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xb9d0", "output": "0x" }, "subtraces": 1, "traceAddress": [ 9, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "delegatecall", "gas": "0x4b0577", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb40000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000075099eada4834fc93140906e5186b695d7cfd115000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986b", "to": "0xa40fc0782bee28dd2cf8cb4ac2ecdb05c537f1b5", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xa4ad", "output": "0x" }, "subtraces": 1, "traceAddress": [ 9, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa", "callType": "call", "gas": "0x49b56c", "input": "0xcf2c52cb00000000000000000000000075099eada4834fc93140906e5186b695d7cfd11500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986b", "to": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0x7fd0", "output": "0x" }, "subtraces": 0, "traceAddress": [ 9, 0, 0, 0 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0xfffffffffffffffffffffffffffffffffffffffe", "callType": "call", "gas": "0x1c962b8", "input": "0x19494a170000000000000000000000000000000000000000000000000000000062bd55b100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000147f9014483215cb594a6fa4fb5f76172d178d61b04b0ecd319c5d1c0aab9010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000852a1868ba523d787ee9306a3281f76458aa5e7b000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986ba011ea0586618611cf4e8782e41af70f41671ba28c555fa5aefe0e0c3c4748f1d282026f8331333700000000000000000000000000000000000000000000000000", "to": "0x0000000000000000000000000000000000001001", "value": "0x0" }, "blockHash": "0x469990aac1faf8009a9bc3bc83ebd54968bf1af92a1fd39c16d3748ef4203452", "blockNumber": 30167616, "result": { "gasUsed": "0xc012", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 1, "traceAddress": [ 10 ], "transactionHash": "0xd2b8d76bb5e9b7ab24aa25e8fbe56e28a333587bb7df9311448c3cac103d8558", "transactionPosition": 163, "type": "call" }, { "action": { "from": "0x0000000000000000000000000000000000001001", "callType": "call", "gas": "0x4c4b40", "input": "0x26c53bea0000000000000000000000000000000000000000000000000000000000215cb50000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000010087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000852a1868ba523d787ee9306a3281f76458aa5e7b000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000e0303b699986b", "to": "0x…
- Loading branch information