Skip to main content

trace_replayBlockTransactions RPC Method

Loading...

Updated on
Mar 20, 2026

trace_replayBlockTransactions RPC Method

Parameters

blockNumber
stringstring
Loading...
array
array
REQUIRED
Loading...
vmTrace
string
Loading...
trace
string
Loading...
stateDiff
string
Loading...

Returns

array
Loading...
output
Loading...
stateDiff
Loading...
trace
Loading...
action
Loading...
from
Loading...
callType
Loading...
gas
Loading...
input
Loading...
to
Loading...
value
Loading...
result
Loading...
gasUsed
Loading...
output
Loading...
subtraces
Loading...
traceAddress
Loading...
type
Loading...
vmTrace
Loading...
Request
1
curl -X POST "https://docs-demo.xdai.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_replayBlockTransactions",
6
"params": [
7
"0xccb93d",
8
[
9
"vmTrace"
10
]
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.xdai.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_replayBlockTransactions",
6
"params": [
7
"0xccb93d",
8
[
9
"vmTrace"
10
]
11
],
12
"id": 1
13
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"output": "0x",
7
"stateDiff": null,
8
"trace": [
9
{
10
"action": {
11
"from": "0xa06c3c08a19e51b33309eddfb356c33ead8517a3",
12
"callType": "call",
13
"gas": "0x23c30",
14
"input": "0x00000055000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000ccb93d0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea410000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003400000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb20000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000645db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
15
"to": "0xec001d0000004536cad29291f4000000d029abb2",
16
"value": "0x0"
17
},
18
"result": {
19
"gasUsed": "0x203b8",
20
"output": "0x"
21
},
22
"subtraces": 5,
23
"traceAddress": [],
24
"type": "call"
25
},
26
{
27
"action": {
28
"from": "0xec001d0000004536cad29291f4000000d029abb2",
29
"callType": "call",
30
"gas": "0x22c00",
31
"input": "0xa9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f800",
32
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
33
"value": "0x0"
34
},
35
"result": {
36
"gasUsed": "0x229e",
37
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
38
},
39
"subtraces": 0,
40
"traceAddress": [
41
0
42
],
43
"type": "call"
44
},
45
{
46
"action": {
47
"from": "0xec001d0000004536cad29291f4000000d029abb2",
48
"callType": "call",
49
"gas": "0x2051a",
50
"input": "0x022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
51
"to": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
52
"value": "0x0"
53
},
54
"result": {
55
"gasUsed": "0x8a28",
56
"output": "0x"
57
},
58
"subtraces": 3,
59
"traceAddress": [
60
1
61
],
62
"type": "call"
63
},
64
{
65
"action": {
66
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
67
"callType": "call",
68
"gas": "0x1ea29",
69
"input": "0xa9059cbb000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000108c24b47b23b1c1cba",
70
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
71
"value": "0x0"
72
},
73
"result": {
74
"gasUsed": "0x2185",
75
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
76
},
77
"subtraces": 0,
78
"traceAddress": [
79
1,
80
0
81
],
82
"type": "call"
83
},
84
{
85
"action": {
86
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
87
"callType": "staticcall",
88
"gas": "0x1c6d0",
89
"input": "0x70a082310000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce",
90
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
91
"value": "0x0"
92
},
93
"result": {
94
"gasUsed": "0x216",
95
"output": "0x00000000000000000000000000000000000000000000002b684a5f20a439b4b5"
96
},
97
"subtraces": 0,
98
"traceAddress": [
99
1,
100
1
101
],
102
"type": "call"
103
},
104
{
105
"action": {
106
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
107
"callType": "staticcall",
108
"gas": "0x1c32d",
109
"input": "0x70a082310000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce",
110
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
111
"value": "0x0"
112
},
113
"result": {
114
"gasUsed": "0x3a2",
115
"output": "0x00000000000000000000000000000000000000000000d5fd1d33315af46ba9fc"
116
},
117
"subtraces": 0,
118
"traceAddress": [
119
1,
120
2
121
],
122
"type": "call"
123
},
124
{
125
"action": {
126
"from": "0xec001d0000004536cad29291f4000000d029abb2",
127
"callType": "call",
128
"gas": "0x178a8",
129
"input": "0x5db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000",
130
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
131
"value": "0x0"
132
},
133
"result": {
134
"gasUsed": "0xab9c",
135
"output": "0x00000000000000000000000000000000000000000000000900e4d316c76de2c7"
136
},
137
"subtraces": 2,
138
"traceAddress": [
139
2
140
],
141
"type": "call"
142
},
143
{
144
"action": {
145
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
146
"callType": "staticcall",
147
"gas": "0x171d5",
148
"input": "0x",
149
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
150
"value": "0x0"
151
},
152
"result": {
153
"gasUsed": "0xac",
154
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
155
},
156
"subtraces": 0,
157
"traceAddress": [
158
2,
159
0
160
],
161
"type": "call"
162
},
163
{
164
"action": {
165
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
166
"callType": "delegatecall",
167
"gas": "0x16f8a",
168
"input": "0x5db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000",
169
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
170
"value": "0x0"
171
},
172
"result": {
173
"gasUsed": "0xa82a",
174
"output": "0x00000000000000000000000000000000000000000000000900e4d316c76de2c7"
175
},
176
"subtraces": 1,
177
"traceAddress": [
178
2,
179
1
180
],
181
"type": "call"
182
},
183
{
184
"action": {
185
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
186
"callType": "call",
187
"gas": "0xe997",
188
"input": "0x23b872dd000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000000000000000000000000108c24b47b23b1c1cba",
189
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
190
"value": "0x0"
191
},
192
"result": {
193
"gasUsed": "0x2352",
194
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
195
},
196
"subtraces": 0,
197
"traceAddress": [
198
2,
199
1,
200
0
201
],
202
"type": "call"
203
},
204
{
205
"action": {
206
"from": "0xec001d0000004536cad29291f4000000d029abb2",
207
"callType": "call",
208
"gas": "0xcb06",
209
"input": "0xa9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd8000",
210
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
211
"value": "0x0"
212
},
213
"result": {
214
"gasUsed": "0x1ce6",
215
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
216
},
217
"subtraces": 2,
218
"traceAddress": [
219
3
220
],
221
"type": "call"
222
},
223
{
224
"action": {
225
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
226
"callType": "staticcall",
227
"gas": "0xc6e9",
228
"input": "0x",
229
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
230
"value": "0x0"
231
},
232
"result": {
233
"gasUsed": "0xac",
234
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
235
},
236
"subtraces": 0,
237
"traceAddress": [
238
3,
239
0
240
],
241
"type": "call"
242
},
243
{
244
"action": {
245
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
246
"callType": "delegatecall",
247
"gas": "0xc4a1",
248
"input": "0xa9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd8000",
249
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
250
"value": "0x0"
251
},
252
"result": {
253
"gasUsed": "0x1977",
254
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
255
},
256
"subtraces": 0,
257
"traceAddress": [
258
3,
259
1
260
],
261
"type": "call"
262
},
263
{
264
"action": {
265
"from": "0xec001d0000004536cad29291f4000000d029abb2",
266
"callType": "call",
267
"gas": "0xa9c7",
268
"input": "0x022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
269
"to": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
270
"value": "0x0"
271
},
272
"result": {
273
"gasUsed": "0x732c",
274
"output": "0x"
275
},
276
"subtraces": 3,
277
"traceAddress": [
278
4
279
],
280
"type": "call"
281
},
282
{
283
"action": {
284
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
285
"callType": "call",
286
"gas": "0x9462",
287
"input": "0xa9059cbb000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000362804ffdb77a163",
288
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
289
"value": "0x0"
290
},
291
"result": {
292
"gasUsed": "0x17ae",
293
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
294
},
295
"subtraces": 0,
296
"traceAddress": [
297
4,
298
0
299
],
300
"type": "call"
301
},
302
{
303
"action": {
304
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
305
"callType": "staticcall",
306
"gas": "0x7aa5",
307
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
308
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
309
"value": "0x0"
310
},
311
"result": {
312
"gasUsed": "0x216",
313
"output": "0x00000000000000000000000000000000000000000000005250313e4fd0c07b49"
314
},
315
"subtraces": 0,
316
"traceAddress": [
317
4,
318
1
319
],
320
"type": "call"
321
},
322
{
323
"action": {
324
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
325
"callType": "staticcall",
326
"gas": "0x7702",
327
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
328
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
329
"value": "0x0"
330
},
331
"result": {
332
"gasUsed": "0x61d",
333
"output": "0x000000000000000000000000000000000000000000000dadbe3d33571d3a80dc"
334
},
335
"subtraces": 2,
336
"traceAddress": [
337
4,
338
2
339
],
340
"type": "call"
341
},
342
{
343
"action": {
344
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
345
"callType": "staticcall",
346
"gas": "0x7435",
347
"input": "0x",
348
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
349
"value": "0x0"
350
},
351
"result": {
352
"gasUsed": "0xac",
353
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
354
},
355
"subtraces": 0,
356
"traceAddress": [
357
4,
358
2,
359
0
360
],
361
"type": "call"
362
},
363
{
364
"action": {
365
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
366
"callType": "delegatecall",
367
"gas": "0x71f1",
368
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
369
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
370
"value": "0x0"
371
},
372
"result": {
373
"gasUsed": "0x2b1",
374
"output": "0x000000000000000000000000000000000000000000000dadbe3d33571d3a80dc"
375
},
376
"subtraces": 0,
377
"traceAddress": [
378
4,
379
2,
380
1
381
],
382
"type": "call"
383
}
384
],
385
"vmTrace": null,
386
"transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8"
387
}
388
]
389
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"output": "0x",
7
"stateDiff": null,
8
"trace": [
9
{
10
"action": {
11
"from": "0xa06c3c08a19e51b33309eddfb356c33ead8517a3",
12
"callType": "call",
13
"gas": "0x23c30",
14
"input": "0x00000055000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000ccb93d0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea410000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003400000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb20000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000645db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
15
"to": "0xec001d0000004536cad29291f4000000d029abb2",
16
"value": "0x0"
17
},
18
"result": {
19
"gasUsed": "0x203b8",
20
"output": "0x"
21
},
22
"subtraces": 5,
23
"traceAddress": [],
24
"type": "call"
25
},
26
{
27
"action": {
28
"from": "0xec001d0000004536cad29291f4000000d029abb2",
29
"callType": "call",
30
"gas": "0x22c00",
31
"input": "0xa9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f800",
32
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
33
"value": "0x0"
34
},
35
"result": {
36
"gasUsed": "0x229e",
37
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
38
},
39
"subtraces": 0,
40
"traceAddress": [
41
0
42
],
43
"type": "call"
44
},
45
{
46
"action": {
47
"from": "0xec001d0000004536cad29291f4000000d029abb2",
48
"callType": "call",
49
"gas": "0x2051a",
50
"input": "0x022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
51
"to": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
52
"value": "0x0"
53
},
54
"result": {
55
"gasUsed": "0x8a28",
56
"output": "0x"
57
},
58
"subtraces": 3,
59
"traceAddress": [
60
1
61
],
62
"type": "call"
63
},
64
{
65
"action": {
66
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
67
"callType": "call",
68
"gas": "0x1ea29",
69
"input": "0xa9059cbb000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000108c24b47b23b1c1cba",
70
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
71
"value": "0x0"
72
},
73
"result": {
74
"gasUsed": "0x2185",
75
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
76
},
77
"subtraces": 0,
78
"traceAddress": [
79
1,
80
0
81
],
82
"type": "call"
83
},
84
{
85
"action": {
86
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
87
"callType": "staticcall",
88
"gas": "0x1c6d0",
89
"input": "0x70a082310000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce",
90
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
91
"value": "0x0"
92
},
93
"result": {
94
"gasUsed": "0x216",
95
"output": "0x00000000000000000000000000000000000000000000002b684a5f20a439b4b5"
96
},
97
"subtraces": 0,
98
"traceAddress": [
99
1,
100
1
101
],
102
"type": "call"
103
},
104
{
105
"action": {
106
"from": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
107
"callType": "staticcall",
108
"gas": "0x1c32d",
109
"input": "0x70a082310000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce",
110
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
111
"value": "0x0"
112
},
113
"result": {
114
"gasUsed": "0x3a2",
115
"output": "0x00000000000000000000000000000000000000000000d5fd1d33315af46ba9fc"
116
},
117
"subtraces": 0,
118
"traceAddress": [
119
1,
120
2
121
],
122
"type": "call"
123
},
124
{
125
"action": {
126
"from": "0xec001d0000004536cad29291f4000000d029abb2",
127
"callType": "call",
128
"gas": "0x178a8",
129
"input": "0x5db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000",
130
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
131
"value": "0x0"
132
},
133
"result": {
134
"gasUsed": "0xab9c",
135
"output": "0x00000000000000000000000000000000000000000000000900e4d316c76de2c7"
136
},
137
"subtraces": 2,
138
"traceAddress": [
139
2
140
],
141
"type": "call"
142
},
143
{
144
"action": {
145
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
146
"callType": "staticcall",
147
"gas": "0x171d5",
148
"input": "0x",
149
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
150
"value": "0x0"
151
},
152
"result": {
153
"gasUsed": "0xac",
154
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
155
},
156
"subtraces": 0,
157
"traceAddress": [
158
2,
159
0
160
],
161
"type": "call"
162
},
163
{
164
"action": {
165
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
166
"callType": "delegatecall",
167
"gas": "0x16f8a",
168
"input": "0x5db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000",
169
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
170
"value": "0x0"
171
},
172
"result": {
173
"gasUsed": "0xa82a",
174
"output": "0x00000000000000000000000000000000000000000000000900e4d316c76de2c7"
175
},
176
"subtraces": 1,
177
"traceAddress": [
178
2,
179
1
180
],
181
"type": "call"
182
},
183
{
184
"action": {
185
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
186
"callType": "call",
187
"gas": "0xe997",
188
"input": "0x23b872dd000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000000000000000000000000108c24b47b23b1c1cba",
189
"to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
190
"value": "0x0"
191
},
192
"result": {
193
"gasUsed": "0x2352",
194
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
195
},
196
"subtraces": 0,
197
"traceAddress": [
198
2,
199
1,
200
0
201
],
202
"type": "call"
203
},
204
{
205
"action": {
206
"from": "0xec001d0000004536cad29291f4000000d029abb2",
207
"callType": "call",
208
"gas": "0xcb06",
209
"input": "0xa9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd8000",
210
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
211
"value": "0x0"
212
},
213
"result": {
214
"gasUsed": "0x1ce6",
215
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
216
},
217
"subtraces": 2,
218
"traceAddress": [
219
3
220
],
221
"type": "call"
222
},
223
{
224
"action": {
225
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
226
"callType": "staticcall",
227
"gas": "0xc6e9",
228
"input": "0x",
229
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
230
"value": "0x0"
231
},
232
"result": {
233
"gasUsed": "0xac",
234
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
235
},
236
"subtraces": 0,
237
"traceAddress": [
238
3,
239
0
240
],
241
"type": "call"
242
},
243
{
244
"action": {
245
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
246
"callType": "delegatecall",
247
"gas": "0xc4a1",
248
"input": "0xa9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd8000",
249
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
250
"value": "0x0"
251
},
252
"result": {
253
"gasUsed": "0x1977",
254
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
255
},
256
"subtraces": 0,
257
"traceAddress": [
258
3,
259
1
260
],
261
"type": "call"
262
},
263
{
264
"action": {
265
"from": "0xec001d0000004536cad29291f4000000d029abb2",
266
"callType": "call",
267
"gas": "0xa9c7",
268
"input": "0x022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
269
"to": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
270
"value": "0x0"
271
},
272
"result": {
273
"gasUsed": "0x732c",
274
"output": "0x"
275
},
276
"subtraces": 3,
277
"traceAddress": [
278
4
279
],
280
"type": "call"
281
},
282
{
283
"action": {
284
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
285
"callType": "call",
286
"gas": "0x9462",
287
"input": "0xa9059cbb000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000362804ffdb77a163",
288
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
289
"value": "0x0"
290
},
291
"result": {
292
"gasUsed": "0x17ae",
293
"output": "0x0000000000000000000000000000000000000000000000000000000000000001"
294
},
295
"subtraces": 0,
296
"traceAddress": [
297
4,
298
0
299
],
300
"type": "call"
301
},
302
{
303
"action": {
304
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
305
"callType": "staticcall",
306
"gas": "0x7aa5",
307
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
308
"to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
309
"value": "0x0"
310
},
311
"result": {
312
"gasUsed": "0x216",
313
"output": "0x00000000000000000000000000000000000000000000005250313e4fd0c07b49"
314
},
315
"subtraces": 0,
316
"traceAddress": [
317
4,
318
1
319
],
320
"type": "call"
321
},
322
{
323
"action": {
324
"from": "0x8dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
325
"callType": "staticcall",
326
"gas": "0x7702",
327
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
328
"to": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
329
"value": "0x0"
330
},
331
"result": {
332
"gasUsed": "0x61d",
333
"output": "0x000000000000000000000000000000000000000000000dadbe3d33571d3a80dc"
334
},
335
"subtraces": 2,
336
"traceAddress": [
337
4,
338
2
339
],
340
"type": "call"
341
},
342
{
343
"action": {
344
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
345
"callType": "staticcall",
346
"gas": "0x7435",
347
"input": "0x",
348
"to": "0xffde4785e980a99fe10e6a87a67d243664b91b25",
349
"value": "0x0"
350
},
351
"result": {
352
"gasUsed": "0xac",
353
"output": "0x0000000000000000000000005bd628141c62a901e0a83e630ce5fafa95bbdee4"
354
},
355
"subtraces": 0,
356
"traceAddress": [
357
4,
358
2,
359
0
360
],
361
"type": "call"
362
},
363
{
364
"action": {
365
"from": "0xfa6de2697d59e88ed7fc4dfe5a33dac43565ea41",
366
"callType": "delegatecall",
367
"gas": "0x71f1",
368
"input": "0x70a082310000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13",
369
"to": "0x5bd628141c62a901e0a83e630ce5fafa95bbdee4",
370
"value": "0x0"
371
},
372
"result": {
373
"gasUsed": "0x2b1",
374
"output": "0x000000000000000000000000000000000000000000000dadbe3d33571d3a80dc"
375
},
376
"subtraces": 0,
377
"traceAddress": [
378
4,
379
2,
380
1
381
],
382
"type": "call"
383
}
384
],
385
"vmTrace": null,
386
"transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8"
387
}
388
]
389
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free