Skip to main content

trace_transaction RPC Method

Loading...

Updated on
Apr 16, 2026

trace_transaction RPC Method

Please note that this RPC method is available to all users on the Build plan and higher. If you are using the Free plan, you will need to upgrade to utilize this method. See our pricing for more information.

Parameters

hash
string
REQUIRED
Loading...

Returns

array
array
Loading...
action
object
Loading...
from
string
Loading...
callType
string
Loading...
gas
string
Loading...
input
string
Loading...
to
string
Loading...
value
string
Loading...
blockHash
string
Loading...
blockNumber
integer
Loading...
result
object
Loading...
gasUsed
string
Loading...
output
string
Loading...
subtraces
integer
Loading...
traceAddress
array
Loading...
transactionHash
string
Loading...
transactionPosition
integer
Loading...
type
string
Loading...
Request
1
curl -X POST "https://docs-demo.xlayer-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_transaction",
6
"params": [
7
"0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.xlayer-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "trace_transaction",
6
"params": [
7
"0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"action": {
7
"from": "0xaef7197e050a8eac5f94ea335d97847dd0a77fd4",
8
"callType": "call",
9
"gas": "0x989680",
10
"input": "0x",
11
"to": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
12
"value": "0x0"
13
},
14
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
15
"blockNumber": 36382546,
16
"result": {
17
"gasUsed": "0x2bce0",
18
"output": "0x"
19
},
20
"subtraces": 17,
21
"traceAddress": [],
22
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
23
"transactionPosition": 0,
24
"type": "call"
25
},
26
{
27
"action": {
28
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
29
"callType": "staticcall",
30
"gas": "0x958136",
31
"input": "0x0902f1ac",
32
"to": "0xc71f9e1de80eb505c0cb3bbf90ae6593130e5d25",
33
"value": "0x0"
34
},
35
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
36
"blockNumber": 36382546,
37
"result": {
38
"gasUsed": "0xb4d",
39
"output": "0x0000000000000000000000000000000000000000000000000000003475dfd07a00000000000000000000000000000000000000000000003feb0910b74f42afc30000000000000000000000000000000000000000000000000000000068cd9143"
40
},
41
"subtraces": 0,
42
"traceAddress": [
43
0
44
],
45
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
46
"transactionPosition": 0,
47
"type": "call"
48
},
49
{
50
"action": {
51
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
52
"callType": "staticcall",
53
"gas": "0x955d04",
54
"input": "0x3850c7bd",
55
"to": "0x2b59b462103efaa4d04e869d62985b43b46a93c9",
56
"value": "0x0"
57
},
58
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
59
"blockNumber": 36382546,
60
"error": "Reverted",
61
"result": {
62
"gasUsed": "0x2d0",
63
"output": "0x"
64
},
65
"subtraces": 0,
66
"traceAddress": [
67
1
68
],
69
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
70
"transactionPosition": 0,
71
"type": "call"
72
},
73
{
74
"action": {
75
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
76
"callType": "staticcall",
77
"gas": "0x955952",
78
"input": "0xe76c01e4",
79
"to": "0x2b59b462103efaa4d04e869d62985b43b46a93c9",
80
"value": "0x0"
81
},
82
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
83
"blockNumber": 36382546,
84
"result": {
85
"gasUsed": "0xc53",
86
"output": "0x0000000000000000000000000000000000011a544da175059a6c5ac2d409a5990000000000000000000000000000000000000000000000000000000000036a200000000000000000000000000000000000000000000000000000000000000b01000000000000000000000000000000000000000000000000000000000000176f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"
87
},
88
"subtraces": 0,
89
"traceAddress": [
90
2
91
],
92
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
93
"transactionPosition": 0,
94
"type": "call"
95
},
96
{
97
"action": {
98
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
99
"callType": "staticcall",
100
"gas": "0x953412",
101
"input": "0x3850c7bd",
102
"to": "0xdd755ebc1c84bdcdf31177f2f20ed9ae3e936854",
103
"value": "0x0"
104
},
105
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
106
"blockNumber": 36382546,
107
"result": {
108
"gasUsed": "0x12ff",
109
"output": "0x0000000000000000000000000000000000011aa32a4d56f182cf8069a6ed53d10000000000000000000000000000000000000000000000000000000000036a36000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000d480d480000000000000000000000000000000000000000000000000000000000000001"
110
},
111
"subtraces": 0,
112
"traceAddress": [
113
3
114
],
115
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
116
"transactionPosition": 0,
117
"type": "call"
118
},
119
{
120
"action": {
121
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
122
"callType": "staticcall",
123
"gas": "0x950853",
124
"input": "0x3850c7bd",
125
"to": "0x4e6c7d221b5fa285aabdd8c7fa692bc0c79e7d8b",
126
"value": "0x0"
127
},
128
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
129
"blockNumber": 36382546,
130
"result": {
131
"gasUsed": "0x12ff",
132
"output": "0x0000000000000000000000000000000000011a6f99941ec45b1860cc5f3091ef0000000000000000000000000000000000000000000000000000000000036a27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000c800c800000000000000000000000000000000000000000000000000000000000000001"
133
},
134
"subtraces": 0,
135
"traceAddress": [
136
4
137
],
138
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
139
"transactionPosition": 0,
140
"type": "call"
141
},
142
{
143
"action": {
144
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
145
"callType": "staticcall",
146
"gas": "0x94dc94",
147
"input": "0x3850c7bd",
148
"to": "0xff922dfe6588079d79a9732afed4f96a25937869",
149
"value": "0x0"
150
},
151
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
152
"blockNumber": 36382546,
153
"result": {
154
"gasUsed": "0x12ff",
155
"output": "0x0000000000000000000000000000000000011ab68a2532c9f433654b8ec8578e0000000000000000000000000000000000000000000000000000000000036a3b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000ce40ce40000000000000000000000000000000000000000000000000000000000000001"
156
},
157
"subtraces": 0,
158
"traceAddress": [
159
5
160
],
161
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
162
"transactionPosition": 0,
163
"type": "call"
164
},
165
{
166
"action": {
167
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
168
"callType": "staticcall",
169
"gas": "0x94af8a",
170
"input": "0x0902f1ac",
171
"to": "0x3ea2a2f97a8bf3bbb1a3539bce45c612982ea9bf",
172
"value": "0x0"
173
},
174
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
175
"blockNumber": 36382546,
176
"result": {
177
"gasUsed": "0xb4d",
178
"output": "0x000000000000000000000000000000000000000000116414ea16c4569491875e0000000000000000000000000000000000000000000000d45258accf9733c16c0000000000000000000000000000000000000000000000000000000068cd91b6"
179
},
180
"subtraces": 0,
181
"traceAddress": [
182
6
183
],
184
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
185
"transactionPosition": 0,
186
"type": "call"
187
},
188
{
189
"action": {
190
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
191
"callType": "staticcall",
192
"gas": "0x948b58",
193
"input": "0x3850c7bd",
194
"to": "0xc23522b8303874a77d239117f8d66a1ea7404702",
195
"value": "0x0"
196
},
197
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
198
"blockNumber": 36382546,
199
"result": {
200
"gasUsed": "0xa88",
201
"output": "0x0000000000000000000000000000000000000000037f32db6c4dc2e7be34f698fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeb09100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
202
},
203
"subtraces": 0,
204
"traceAddress": [
205
7
206
],
207
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
208
"transactionPosition": 0,
209
"type": "call"
210
},
211
{
212
"action": {
213
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
214
"callType": "staticcall",
215
"gas": "0x9466a3",
216
"input": "0x0902f1ac",
217
"to": "0x07acace793c28a3936645c1906cea701dd757f04",
218
"value": "0x0"
219
},
220
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
221
"blockNumber": 36382546,
222
"result": {
223
"gasUsed": "0xb4d",
224
"output": "0x00000000000000000000000000000000000000000000db5e142c3024dda2602200000000000000000000000000000000000000000000000a781c384fb87c796f0000000000000000000000000000000000000000000000000000000068cd9133"
225
},
226
"subtraces": 0,
227
"traceAddress": [
228
8
229
],
230
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
231
"transactionPosition": 0,
232
"type": "call"
233
},
234
{
235
"action": {
236
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
237
"callType": "staticcall",
238
"gas": "0x944271",
239
"input": "0x3850c7bd",
240
"to": "0x4a2407054a73e2834bcab3b7e22420ab02ca46ca",
241
"value": "0x0"
242
},
243
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
244
"blockNumber": 36382546,
245
"result": {
246
"gasUsed": "0xa88",
247
"output": "0x00000000000000000000000000000000000000000382c31a9ae5b778114157c2fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeb0e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
248
},
249
"subtraces": 0,
250
"traceAddress": [
251
9
252
],
253
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
254
"transactionPosition": 0,
255
"type": "call"
256
},
257
{
258
"action": {
259
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
260
"callType": "staticcall",
261
"gas": "0x941da7",
262
"input": "0x0902f1ac",
263
"to": "0xe629cf6f707c7d7dcb8ee06035bd606570f92629",
264
"value": "0x0"
265
},
266
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
267
"blockNumber": 36382546,
268
"result": {
269
"gasUsed": "0x9d5",
270
"output": "0x000000000000000000000000000000000000000000068efa27ada3adcf6ab769000000000000000000000000000000000000000000000040e0516a6f2f5a38590000000000000000000000000000000000000000000000000000000068cd880d"
271
},
272
"subtraces": 0,
273
"traceAddress": [
274
10
275
],
276
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
277
"transactionPosition": 0,
278
"type": "call"
279
},
280
{
281
"action": {
282
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
283
"callType": "staticcall",
284
"gas": "0x93f99e",
285
"input": "0x0902f1ac",
286
"to": "0xe76ba4347537cd4cdc6d13f29479a06c2ab1a2e2",
287
"value": "0x0"
288
},
289
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
290
"blockNumber": 36382546,
291
"result": {
292
"gasUsed": "0xb4d",
293
"output": "0x00000000000000000000000000000000000000000000275f5345e56e8ddc1035000000000000000000000000000000000000000000000001847f7f86b4813cc30000000000000000000000000000000000000000000000000000000068cd8aa8"
294
},
295
"subtraces": 0,
296
"traceAddress": [
297
11
298
],
299
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
300
"transactionPosition": 0,
301
"type": "call"
302
},
303
{
304
"action": {
305
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
306
"callType": "staticcall",
307
"gas": "0x93d421",
308
"input": "0x0902f1ac",
309
"to": "0xd352a852a328d7eccc8bbf63e2e1dd73c68527cd",
310
"value": "0x0"
311
},
312
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
313
"blockNumber": 36382546,
314
"result": {
315
"gasUsed": "0xb4d",
316
"output": "0x0000000000000000000000000000000000000000000000000000001ed36535e900000000000000000000000000000000000000000000002589164b4df84834d00000000000000000000000000000000000000000000000000000000068cd9133"
317
},
318
"subtraces": 0,
319
"traceAddress": [
320
12
321
],
322
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
323
"transactionPosition": 0,
324
"type": "call"
325
},
326
{
327
"action": {
328
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
329
"callType": "staticcall",
330
"gas": "0x93aea5",
331
"input": "0x0902f1ac",
332
"to": "0x76451ea2075ef09f0e31ea86204547ac0caf3647",
333
"value": "0x0"
334
},
335
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
336
"blockNumber": 36382546,
337
"result": {
338
"gasUsed": "0xb3b",
339
"output": "0x00000000000000000000000000000000000000000000000000000011f55f3a2a000000000000000000000000000000000000000000000015d456e8667d28aba30000000000000000000000000000000000000000000000000000000068cd9074"
340
},
341
"subtraces": 0,
342
"traceAddress": [
343
13
344
],
345
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
346
"transactionPosition": 0,
347
"type": "call"
348
},
349
{
350
"action": {
351
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
352
"callType": "staticcall",
353
"gas": "0x938936",
354
"input": "0x0902f1ac",
355
"to": "0xfb43803eaf41a516c062e7cfb9d77c65c5235907",
356
"value": "0x0"
357
},
358
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
359
"blockNumber": 36382546,
360
"result": {
361
"gasUsed": "0xb4d",
362
"output": "0x00000000000000000000000000000000000000000000000000000004ebdfdd74000000000000000000000000000000000000000000000005fb2195c417f051b40000000000000000000000000000000000000000000000000000000068cd916f"
363
},
364
"subtraces": 0,
365
"traceAddress": [
366
14
367
],
368
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
369
"transactionPosition": 0,
370
"type": "call"
371
},
372
{
373
"action": {
374
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
375
"callType": "staticcall",
376
"gas": "0x9363b8",
377
"input": "0x0902f1ac",
378
"to": "0xac9295012a41ae7e5fed60c8878fc51bdd79f55e",
379
"value": "0x0"
380
},
381
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
382
"blockNumber": 36382546,
383
"result": {
384
"gasUsed": "0xb4d",
385
"output": "0x00000000000000000000000000000000000000000025cce6a295794806fb56520000000000000000000000000000000000000000000000238c9a5240de1618f60000000000000000000000000000000000000000000000000000000068cd91b7"
386
},
387
"subtraces": 0,
388
"traceAddress": [
389
15
390
],
391
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
392
"transactionPosition": 0,
393
"type": "call"
394
},
395
{
396
"action": {
397
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
398
"callType": "staticcall",
399
"gas": "0x933f85",
400
"input": "0x3850c7bd",
401
"to": "0x884f2048d3c03af43ed1cb801557d921c0366e02",
402
"value": "0x0"
403
},
404
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
405
"blockNumber": 36382546,
406
"result": {
407
"gasUsed": "0xa88",
408
"output": "0x000000000000000000000000000000000000000000f7e50f7b875d4724e894d4fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4c3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
409
},
410
"subtraces": 0,
411
"traceAddress": [
412
16
413
],
414
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
415
"transactionPosition": 0,
416
"type": "call"
417
}
418
]
419
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"action": {
7
"from": "0xaef7197e050a8eac5f94ea335d97847dd0a77fd4",
8
"callType": "call",
9
"gas": "0x989680",
10
"input": "0x",
11
"to": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
12
"value": "0x0"
13
},
14
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
15
"blockNumber": 36382546,
16
"result": {
17
"gasUsed": "0x2bce0",
18
"output": "0x"
19
},
20
"subtraces": 17,
21
"traceAddress": [],
22
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
23
"transactionPosition": 0,
24
"type": "call"
25
},
26
{
27
"action": {
28
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
29
"callType": "staticcall",
30
"gas": "0x958136",
31
"input": "0x0902f1ac",
32
"to": "0xc71f9e1de80eb505c0cb3bbf90ae6593130e5d25",
33
"value": "0x0"
34
},
35
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
36
"blockNumber": 36382546,
37
"result": {
38
"gasUsed": "0xb4d",
39
"output": "0x0000000000000000000000000000000000000000000000000000003475dfd07a00000000000000000000000000000000000000000000003feb0910b74f42afc30000000000000000000000000000000000000000000000000000000068cd9143"
40
},
41
"subtraces": 0,
42
"traceAddress": [
43
0
44
],
45
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
46
"transactionPosition": 0,
47
"type": "call"
48
},
49
{
50
"action": {
51
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
52
"callType": "staticcall",
53
"gas": "0x955d04",
54
"input": "0x3850c7bd",
55
"to": "0x2b59b462103efaa4d04e869d62985b43b46a93c9",
56
"value": "0x0"
57
},
58
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
59
"blockNumber": 36382546,
60
"error": "Reverted",
61
"result": {
62
"gasUsed": "0x2d0",
63
"output": "0x"
64
},
65
"subtraces": 0,
66
"traceAddress": [
67
1
68
],
69
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
70
"transactionPosition": 0,
71
"type": "call"
72
},
73
{
74
"action": {
75
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
76
"callType": "staticcall",
77
"gas": "0x955952",
78
"input": "0xe76c01e4",
79
"to": "0x2b59b462103efaa4d04e869d62985b43b46a93c9",
80
"value": "0x0"
81
},
82
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
83
"blockNumber": 36382546,
84
"result": {
85
"gasUsed": "0xc53",
86
"output": "0x0000000000000000000000000000000000011a544da175059a6c5ac2d409a5990000000000000000000000000000000000000000000000000000000000036a200000000000000000000000000000000000000000000000000000000000000b01000000000000000000000000000000000000000000000000000000000000176f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"
87
},
88
"subtraces": 0,
89
"traceAddress": [
90
2
91
],
92
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
93
"transactionPosition": 0,
94
"type": "call"
95
},
96
{
97
"action": {
98
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
99
"callType": "staticcall",
100
"gas": "0x953412",
101
"input": "0x3850c7bd",
102
"to": "0xdd755ebc1c84bdcdf31177f2f20ed9ae3e936854",
103
"value": "0x0"
104
},
105
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
106
"blockNumber": 36382546,
107
"result": {
108
"gasUsed": "0x12ff",
109
"output": "0x0000000000000000000000000000000000011aa32a4d56f182cf8069a6ed53d10000000000000000000000000000000000000000000000000000000000036a36000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000d480d480000000000000000000000000000000000000000000000000000000000000001"
110
},
111
"subtraces": 0,
112
"traceAddress": [
113
3
114
],
115
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
116
"transactionPosition": 0,
117
"type": "call"
118
},
119
{
120
"action": {
121
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
122
"callType": "staticcall",
123
"gas": "0x950853",
124
"input": "0x3850c7bd",
125
"to": "0x4e6c7d221b5fa285aabdd8c7fa692bc0c79e7d8b",
126
"value": "0x0"
127
},
128
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
129
"blockNumber": 36382546,
130
"result": {
131
"gasUsed": "0x12ff",
132
"output": "0x0000000000000000000000000000000000011a6f99941ec45b1860cc5f3091ef0000000000000000000000000000000000000000000000000000000000036a27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000c800c800000000000000000000000000000000000000000000000000000000000000001"
133
},
134
"subtraces": 0,
135
"traceAddress": [
136
4
137
],
138
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
139
"transactionPosition": 0,
140
"type": "call"
141
},
142
{
143
"action": {
144
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
145
"callType": "staticcall",
146
"gas": "0x94dc94",
147
"input": "0x3850c7bd",
148
"to": "0xff922dfe6588079d79a9732afed4f96a25937869",
149
"value": "0x0"
150
},
151
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
152
"blockNumber": 36382546,
153
"result": {
154
"gasUsed": "0x12ff",
155
"output": "0x0000000000000000000000000000000000011ab68a2532c9f433654b8ec8578e0000000000000000000000000000000000000000000000000000000000036a3b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000ce40ce40000000000000000000000000000000000000000000000000000000000000001"
156
},
157
"subtraces": 0,
158
"traceAddress": [
159
5
160
],
161
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
162
"transactionPosition": 0,
163
"type": "call"
164
},
165
{
166
"action": {
167
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
168
"callType": "staticcall",
169
"gas": "0x94af8a",
170
"input": "0x0902f1ac",
171
"to": "0x3ea2a2f97a8bf3bbb1a3539bce45c612982ea9bf",
172
"value": "0x0"
173
},
174
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
175
"blockNumber": 36382546,
176
"result": {
177
"gasUsed": "0xb4d",
178
"output": "0x000000000000000000000000000000000000000000116414ea16c4569491875e0000000000000000000000000000000000000000000000d45258accf9733c16c0000000000000000000000000000000000000000000000000000000068cd91b6"
179
},
180
"subtraces": 0,
181
"traceAddress": [
182
6
183
],
184
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
185
"transactionPosition": 0,
186
"type": "call"
187
},
188
{
189
"action": {
190
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
191
"callType": "staticcall",
192
"gas": "0x948b58",
193
"input": "0x3850c7bd",
194
"to": "0xc23522b8303874a77d239117f8d66a1ea7404702",
195
"value": "0x0"
196
},
197
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
198
"blockNumber": 36382546,
199
"result": {
200
"gasUsed": "0xa88",
201
"output": "0x0000000000000000000000000000000000000000037f32db6c4dc2e7be34f698fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeb09100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
202
},
203
"subtraces": 0,
204
"traceAddress": [
205
7
206
],
207
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
208
"transactionPosition": 0,
209
"type": "call"
210
},
211
{
212
"action": {
213
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
214
"callType": "staticcall",
215
"gas": "0x9466a3",
216
"input": "0x0902f1ac",
217
"to": "0x07acace793c28a3936645c1906cea701dd757f04",
218
"value": "0x0"
219
},
220
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
221
"blockNumber": 36382546,
222
"result": {
223
"gasUsed": "0xb4d",
224
"output": "0x00000000000000000000000000000000000000000000db5e142c3024dda2602200000000000000000000000000000000000000000000000a781c384fb87c796f0000000000000000000000000000000000000000000000000000000068cd9133"
225
},
226
"subtraces": 0,
227
"traceAddress": [
228
8
229
],
230
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
231
"transactionPosition": 0,
232
"type": "call"
233
},
234
{
235
"action": {
236
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
237
"callType": "staticcall",
238
"gas": "0x944271",
239
"input": "0x3850c7bd",
240
"to": "0x4a2407054a73e2834bcab3b7e22420ab02ca46ca",
241
"value": "0x0"
242
},
243
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
244
"blockNumber": 36382546,
245
"result": {
246
"gasUsed": "0xa88",
247
"output": "0x00000000000000000000000000000000000000000382c31a9ae5b778114157c2fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeb0e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
248
},
249
"subtraces": 0,
250
"traceAddress": [
251
9
252
],
253
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
254
"transactionPosition": 0,
255
"type": "call"
256
},
257
{
258
"action": {
259
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
260
"callType": "staticcall",
261
"gas": "0x941da7",
262
"input": "0x0902f1ac",
263
"to": "0xe629cf6f707c7d7dcb8ee06035bd606570f92629",
264
"value": "0x0"
265
},
266
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
267
"blockNumber": 36382546,
268
"result": {
269
"gasUsed": "0x9d5",
270
"output": "0x000000000000000000000000000000000000000000068efa27ada3adcf6ab769000000000000000000000000000000000000000000000040e0516a6f2f5a38590000000000000000000000000000000000000000000000000000000068cd880d"
271
},
272
"subtraces": 0,
273
"traceAddress": [
274
10
275
],
276
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
277
"transactionPosition": 0,
278
"type": "call"
279
},
280
{
281
"action": {
282
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
283
"callType": "staticcall",
284
"gas": "0x93f99e",
285
"input": "0x0902f1ac",
286
"to": "0xe76ba4347537cd4cdc6d13f29479a06c2ab1a2e2",
287
"value": "0x0"
288
},
289
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
290
"blockNumber": 36382546,
291
"result": {
292
"gasUsed": "0xb4d",
293
"output": "0x00000000000000000000000000000000000000000000275f5345e56e8ddc1035000000000000000000000000000000000000000000000001847f7f86b4813cc30000000000000000000000000000000000000000000000000000000068cd8aa8"
294
},
295
"subtraces": 0,
296
"traceAddress": [
297
11
298
],
299
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
300
"transactionPosition": 0,
301
"type": "call"
302
},
303
{
304
"action": {
305
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
306
"callType": "staticcall",
307
"gas": "0x93d421",
308
"input": "0x0902f1ac",
309
"to": "0xd352a852a328d7eccc8bbf63e2e1dd73c68527cd",
310
"value": "0x0"
311
},
312
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
313
"blockNumber": 36382546,
314
"result": {
315
"gasUsed": "0xb4d",
316
"output": "0x0000000000000000000000000000000000000000000000000000001ed36535e900000000000000000000000000000000000000000000002589164b4df84834d00000000000000000000000000000000000000000000000000000000068cd9133"
317
},
318
"subtraces": 0,
319
"traceAddress": [
320
12
321
],
322
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
323
"transactionPosition": 0,
324
"type": "call"
325
},
326
{
327
"action": {
328
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
329
"callType": "staticcall",
330
"gas": "0x93aea5",
331
"input": "0x0902f1ac",
332
"to": "0x76451ea2075ef09f0e31ea86204547ac0caf3647",
333
"value": "0x0"
334
},
335
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
336
"blockNumber": 36382546,
337
"result": {
338
"gasUsed": "0xb3b",
339
"output": "0x00000000000000000000000000000000000000000000000000000011f55f3a2a000000000000000000000000000000000000000000000015d456e8667d28aba30000000000000000000000000000000000000000000000000000000068cd9074"
340
},
341
"subtraces": 0,
342
"traceAddress": [
343
13
344
],
345
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
346
"transactionPosition": 0,
347
"type": "call"
348
},
349
{
350
"action": {
351
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
352
"callType": "staticcall",
353
"gas": "0x938936",
354
"input": "0x0902f1ac",
355
"to": "0xfb43803eaf41a516c062e7cfb9d77c65c5235907",
356
"value": "0x0"
357
},
358
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
359
"blockNumber": 36382546,
360
"result": {
361
"gasUsed": "0xb4d",
362
"output": "0x00000000000000000000000000000000000000000000000000000004ebdfdd74000000000000000000000000000000000000000000000005fb2195c417f051b40000000000000000000000000000000000000000000000000000000068cd916f"
363
},
364
"subtraces": 0,
365
"traceAddress": [
366
14
367
],
368
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
369
"transactionPosition": 0,
370
"type": "call"
371
},
372
{
373
"action": {
374
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
375
"callType": "staticcall",
376
"gas": "0x9363b8",
377
"input": "0x0902f1ac",
378
"to": "0xac9295012a41ae7e5fed60c8878fc51bdd79f55e",
379
"value": "0x0"
380
},
381
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
382
"blockNumber": 36382546,
383
"result": {
384
"gasUsed": "0xb4d",
385
"output": "0x00000000000000000000000000000000000000000025cce6a295794806fb56520000000000000000000000000000000000000000000000238c9a5240de1618f60000000000000000000000000000000000000000000000000000000068cd91b7"
386
},
387
"subtraces": 0,
388
"traceAddress": [
389
15
390
],
391
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
392
"transactionPosition": 0,
393
"type": "call"
394
},
395
{
396
"action": {
397
"from": "0x243e55d3233a2af3a8d92b1762296a5ad2c207a7",
398
"callType": "staticcall",
399
"gas": "0x933f85",
400
"input": "0x3850c7bd",
401
"to": "0x884f2048d3c03af43ed1cb801557d921c0366e02",
402
"value": "0x0"
403
},
404
"blockHash": "0x4d7bc93e05caf02b1e2c1dc682ef359c1c28fd0f900aa352d7cc9bd2506ebc56",
405
"blockNumber": 36382546,
406
"result": {
407
"gasUsed": "0xa88",
408
"output": "0x000000000000000000000000000000000000000000f7e50f7b875d4724e894d4fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4c3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000001"
409
},
410
"subtraces": 0,
411
"traceAddress": [
412
16
413
],
414
"transactionHash": "0x71563aa947f9399b162b76e6bf9c05ac9c2d188b405b48477936f5bfae08d8b3",
415
"transactionPosition": 0,
416
"type": "call"
417
}
418
]
419
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free