Skip to main content

debug_traceTransaction RPC Method

Loading...

Updated on
Feb 11, 2026

debug_traceTransaction RPC Method

This RPC method is included in the Free Trial with limited usage. Upgrade your plan to get full access and higher limits. Learn more onĀ our pricing page.
Please note that all debug_trace methods can be used for blocks after 22207818, while arbtrace_ methods can be used on blocks prior to 22207816. Block 22207817 cannot be traced but is empty.

Parameters

transactionHash
string
Loading...
object
object
REQUIRED
Loading...
tracer
string
Loading...
callTracer
Loading...
prestateTracer
Loading...
stylusTracer
Loading...
tracerConfig
object
Loading...
onlyTopCall
boolean
Loading...
timeout
string
Loading...

Returns

result
Loading...
beforeEVMTransfers
Loading...
purpose
Loading...
from
Loading...
to
Loading...
value
Loading...
afterEVMTransfers
Loading...
purpose
Loading...
from
Loading...
to
Loading...
value
Loading...
from
Loading...
gas
Loading...
gasUsed
Loading...
to
Loading...
input
Loading...
calls
Loading...
from
Loading...
gas
Loading...
gasUsed
Loading...
to
Loading...
input
Loading...
output
Loading...
value
Loading...
type
Loading...
calls
Loading...
value
Loading...
type
Loading...
Request
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "debug_traceTransaction",
6
"params": [
7
"0x3c9329b765d88c03d18f87dc1f2b5138c89d9a415d5c73dc7827b87aca176c8e",
8
{
9
"tracer": "callTracer"
10
}
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "debug_traceTransaction",
6
"params": [
7
"0x3c9329b765d88c03d18f87dc1f2b5138c89d9a415d5c73dc7827b87aca176c8e",
8
{
9
"tracer": "callTracer"
10
}
11
],
12
"id": 1
13
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"afterEVMTransfers": [
6
{
7
"from": null,
8
"purpose": "gasRefund",
9
"to": "0x78ab8d09dDdE87a2B247c7DEEcECF9bADC4b6BEa",
10
"value": "0xf3b4ed3f200"
11
},
12
{
13
"from": null,
14
"purpose": "feeCollection",
15
"to": "0xD345e41aE2cb00311956aA7109fC801Ae8c81a52",
16
"value": "0x2252bfc4ac00"
17
},
18
{
19
"from": null,
20
"purpose": "feeCollection",
21
"to": "0xa4B00000000000000000000000000000000000F6",
22
"value": "0x2c747b82d400"
23
}
24
],
25
"beforeEVMTransfers": [
26
{
27
"from": "0x78ab8d09dDdE87a2B247c7DEEcECF9bADC4b6BEa",
28
"purpose": "feePayment",
29
"to": null,
30
"value": "0x5e028a1b7200"
31
}
32
],
33
"calls": [
34
{
35
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
36
"gas": "0x7b1c9",
37
"gasUsed": "0x707b",
38
"input": "0xd0e30db0",
39
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
40
"type": "CALL",
41
"value": "0x640b5eece000"
42
},
43
{
44
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
45
"gas": "0x74135",
46
"gasUsed": "0x5f67",
47
"input": "0x095ea7b300000000000000000000000053bf833a5d6c4dda888f69c22c88c9f356a416140000000000000000000000000000000000000000000000000000640b5eece000",
48
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
49
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
50
"type": "CALL",
51
"value": "0x0"
52
},
53
{
54
"calls": [
55
{
56
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
57
"gas": "0x6702e",
58
"gasUsed": "0x9d2",
59
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
60
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
61
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
62
"type": "STATICCALL"
63
},
64
{
65
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
66
"gas": "0x65a8c",
67
"gasUsed": "0x168",
68
"input": "0xfeb56b15",
69
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
70
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
71
"type": "STATICCALL"
72
},
73
{
74
"calls": [
75
{
76
"calls": [
77
{
78
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
79
"gas": "0x5c13b",
80
"gasUsed": "0x202",
81
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
82
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
83
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
84
"type": "STATICCALL"
85
},
86
{
87
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
88
"gas": "0x5bd03",
89
"gasUsed": "0x168",
90
"input": "0xfeb56b15",
91
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
92
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
93
"type": "STATICCALL"
94
},
95
{
96
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
97
"gas": "0x5b9cd",
98
"gasUsed": "0x16a",
99
"input": "0xfc0c546a",
100
"output": "0x00000000000000000000000082cbecf39bee528b5476fe6d1550af59a9db6fc0",
101
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
102
"type": "STATICCALL"
103
},
104
{
105
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
106
"gas": "0x5b5fe",
107
"gasUsed": "0x9d1",
108
"input": "0x70a08231000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
109
"output": "0x0000000000000000000000000000000000000000000000fd88b96ecf7161b950",
110
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
111
"type": "STATICCALL"
112
},
113
{
114
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
115
"gas": "0x5aa10",
116
"gasUsed": "0x99f",
117
"input": "0x15770f92",
118
"output": "0x0000000000000000000000000000000000000000000000676e62c6cd7e54acc5",
119
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
120
"type": "STATICCALL"
121
},
122
{
123
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
124
"gas": "0x59ebc",
125
"gasUsed": "0x972",
126
"input": "0x9bb81119",
127
"output": "0x0000000000000000000000000000000000000000000000001f5033e9005c857e",
128
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
129
"type": "STATICCALL"
130
},
131
{
132
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
133
"gas": "0x592ab",
134
"gasUsed": "0x202",
135
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
136
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
137
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
138
"type": "STATICCALL"
139
},
140
{
141
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
142
"gas": "0x58e30",
143
"gasUsed": "0x3059",
144
"input": "0x159f6add000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d",
145
"output": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000000000000000000000000000000000000000006d900000000000000000000000000000000000000000000004359ad731377e5a69c00000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003de9dea3add32bb990",
146
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
147
"type": "STATICCALL"
148
},
149
{
150
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
151
"gas": "0x53985",
152
"gasUsed": "0x2b34",
153
"input": "0x1526fe270000000000000000000000000000000000000000000000000000000000000000",
154
"output": "0x000000000000000000000000892785f33cdee22a30aef750f285e18c18040c3e0000000000000000000000000000000000000000000000000000000000000cf80000000000000000000000000000000000000000000000000000000000f8609f0000000000000000000000000000000000000000000010c6f695b6b7556c242f",
155
"to": "0xea8dfee1898a7e0a59f7527f076106d7e44c2176",
156
"type": "STATICCALL"
157
}
158
],
159
"from": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
160
"gas": "0x5e5a1",
161
"gasUsed": "0xc68a",
162
"input": "0x1ab62430000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e400000000000000000000000000000000000000000000000000000640b5eece000",
163
"output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000000000000000",
164
"to": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
165
"type": "CALL",
166
"value": "0x0"
167
}
168
],
169
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
170
"gas": "0x6559c",
171
"gasUsed": "0x1c89f",
172
"input": "0x1b7319b6000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e400000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee4000000000000000000000000000000000000000000000000000000000000000001",
173
"output": "0x000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece000",
174
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
175
"type": "CALL",
176
"value": "0x0"
177
},
178
{
179
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
180
"gas": "0x49115",
181
"gasUsed": "0x16a",
182
"input": "0xfc0c546a",
183
"output": "0x00000000000000000000000082cbecf39bee528b5476fe6d1550af59a9db6fc0",
184
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
185
"type": "STATICCALL"
186
},
187
{
188
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
189
"gas": "0x48b4d",
190
"gasUsed": "0x3787",
191
"input": "0x23b872dd000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e40000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e0000000000000000000000000000000000000000000000000000640b5eece000",
192
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
193
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
194
"type": "CALL",
195
"value": "0x0"
196
},
197
{
198
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
199
"gas": "0x451aa",
200
"gasUsed": "0x1f3b",
201
"input": "0x08e9d8c2000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d",
202
"output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9",
203
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
204
"type": "CALL",
205
"value": "0x0"
206
},
207
{
208
"calls": [
209
{
210
"from": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
211
"gas": "0x3cdf4",
212
"gasUsed": "0xa48",
213
"input": "0x7a145748000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
214
"output": "0x0000000000000000000000000000000000000000000000000000000000032f35",
215
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
216
"type": "STATICCALL"
217
},
218
{
219
"calls": [
220
{
221
"calls": [
222
{
223
"calls": [
224
{
225
"from": "0x5b905fe05f81f3a8ad8b28c6e17779cfabf76068",
226
"gas": "0x2db93",
227
"gasUsed": "0x334",
228
"input": "0x9c729da1000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
229
"output": "0x0000000000000000000000004d73adb72bc3dd368966edd0f0b2148401a178e2",
230
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
231
"type": "STATICCALL"
232
}
233
],
234
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
235
"gas": "0x2ea13",
236
"gasUsed": "0x1b74",
237
"input": "0x6fe7b673000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000",
238
"output": "0x0000000000000000000000000000000000000000000000000000000000032f36",
239
"to": "0x5b905fe05f81f3a8ad8b28c6e17779cfabf76068",
240
"type": "CALL",
241
"value": "0x0"
242
},
243
{
244
"calls": [
245
{
246
"from": "0x177d36dbe2271a4ddb2ad8304d82628eb921d790",
247
"gas": "0x27b8b",
248
"gasUsed": "0x300c",
249
"input": "0x5886ea65000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
250
"output": "0x0000000000000000000000000000000000000000000000000000ecc2481187f5",
251
"to": "0x8ee02736f8a0c28164a20c25f3d199a74df7f24b",
252
"type": "DELEGATECALL",
253
"value": "0x0"
254
}
255
],
256
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
257
"gas": "0x29988",
258
"gasUsed": "0x441c",
259
"input": "0x5886ea65000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
260
"output": "0x0000000000000000000000000000000000000000000000000000ecc2481187f5",
261
"to": "0x177d36dbe2271a4ddb2ad8304d82628eb921d790",
262
"type": "CALL",
263
"value": "0x0"
264
},
265
{
266
"calls": [
267
{
268
"from": "0xa0cc33dd6f4819d473226257792afe230ec3c67f",
269
"gas": "0x2100f",
270
"gasUsed": "0x2573",
271
"input": "0xc5e193cd000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000014000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
272
"output": "0x000000000000000000000000000000000000000000000000000074c2da80de8f",
273
"to": "0xd52c8cbef4ec47d88c2004f90dbc1da1a6a61378",
274
"type": "DELEGATECALL",
275
"value": "0x0"
276
}
277
],
278
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
279
"gas": "0x22c3f",
280
"gasUsed": "0x396b",
281
"input": "0xc5e193cd000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000014000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
282
"output": "0x000000000000000000000000000000000000000000000000000074c2da80de8f",
283
"to": "0xa0cc33dd6f4819d473226257792afe230ec3c67f",
284
"type": "CALL",
285
"value": "0x0"
286
},
287
{
288
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
289
"gas": "0x1c300",
290
"gasUsed": "0x9b8",
291
"input": "0x5cbbbd7500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ecc2481187f5000000000000000000000000000000000000000000000000000074c2da80de8f",
292
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
293
"to": "0x3773e1e9deb273fcdf9f80bc88bb387b1e6ce34d",
294
"type": "STATICCALL"
295
},
296
{
297
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
298
"gas": "0x19d2b",
299
"gasUsed": "0x0",
300
"input": "0x",
301
"to": "0x78ab8d09ddde87a2b247c7deececf9badc4b6bea",
302
"type": "CALL",
303
"value": "0x80dab581b78f"
304
}
305
],
306
"from": "0x3c2269811836af69497e5f486a85d7316753cf62",
307
"gas": "0x31c7c",
308
"gasUsed": "0x19ea1",
309
"input": "0x4d3a0f7c000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd0000000000000000000000000000000000000000000000000000000000032f36000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000003a00000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
310
"to": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
311
"type": "CALL",
312
"value": "0x1e25fd8141e13"
313
}
314
],
315
"from": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
316
"gas": "0x3860f",
317
"gasUsed": "0x1fcd2",
318
"input": "0xc5803100000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
319
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
320
"type": "CALL",
321
"value": "0x1e25fd8141e13"
322
}
323
],
324
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
325
"gas": "0x40032",
326
"gasUsed": "0x26e8e",
327
"input": "0x51156e73000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000023078000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
328
"to": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
329
"type": "CALL",
330
"value": "0x1e25fd8141e13"
331
}
332
],
333
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
334
"gas": "0x6b9a3",
335
"gasUsed": "0x51890",
336
"input": "0x9fbf10fc000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee400000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000023078000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
337
"to": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
338
"type": "CALL",
339
"value": "0x1e25fd8141e13"
340
}
341
],
342
"from": "0x78ab8d09ddde87a2b247c7deececf9badc4b6bea",
343
"gas": "0xfc5b2",
344
"gasUsed": "0xd3780",
345
"input": "0x1114cd2a000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee400000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000",
346
"to": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
347
"type": "CALL",
348
"value": "0x2466b3700fe13"
349
}
350
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"afterEVMTransfers": [
6
{
7
"from": null,
8
"purpose": "gasRefund",
9
"to": "0x78ab8d09dDdE87a2B247c7DEEcECF9bADC4b6BEa",
10
"value": "0xf3b4ed3f200"
11
},
12
{
13
"from": null,
14
"purpose": "feeCollection",
15
"to": "0xD345e41aE2cb00311956aA7109fC801Ae8c81a52",
16
"value": "0x2252bfc4ac00"
17
},
18
{
19
"from": null,
20
"purpose": "feeCollection",
21
"to": "0xa4B00000000000000000000000000000000000F6",
22
"value": "0x2c747b82d400"
23
}
24
],
25
"beforeEVMTransfers": [
26
{
27
"from": "0x78ab8d09dDdE87a2B247c7DEEcECF9bADC4b6BEa",
28
"purpose": "feePayment",
29
"to": null,
30
"value": "0x5e028a1b7200"
31
}
32
],
33
"calls": [
34
{
35
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
36
"gas": "0x7b1c9",
37
"gasUsed": "0x707b",
38
"input": "0xd0e30db0",
39
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
40
"type": "CALL",
41
"value": "0x640b5eece000"
42
},
43
{
44
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
45
"gas": "0x74135",
46
"gasUsed": "0x5f67",
47
"input": "0x095ea7b300000000000000000000000053bf833a5d6c4dda888f69c22c88c9f356a416140000000000000000000000000000000000000000000000000000640b5eece000",
48
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
49
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
50
"type": "CALL",
51
"value": "0x0"
52
},
53
{
54
"calls": [
55
{
56
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
57
"gas": "0x6702e",
58
"gasUsed": "0x9d2",
59
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
60
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
61
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
62
"type": "STATICCALL"
63
},
64
{
65
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
66
"gas": "0x65a8c",
67
"gasUsed": "0x168",
68
"input": "0xfeb56b15",
69
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
70
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
71
"type": "STATICCALL"
72
},
73
{
74
"calls": [
75
{
76
"calls": [
77
{
78
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
79
"gas": "0x5c13b",
80
"gasUsed": "0x202",
81
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
82
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
83
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
84
"type": "STATICCALL"
85
},
86
{
87
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
88
"gas": "0x5bd03",
89
"gasUsed": "0x168",
90
"input": "0xfeb56b15",
91
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
92
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
93
"type": "STATICCALL"
94
},
95
{
96
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
97
"gas": "0x5b9cd",
98
"gasUsed": "0x16a",
99
"input": "0xfc0c546a",
100
"output": "0x00000000000000000000000082cbecf39bee528b5476fe6d1550af59a9db6fc0",
101
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
102
"type": "STATICCALL"
103
},
104
{
105
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
106
"gas": "0x5b5fe",
107
"gasUsed": "0x9d1",
108
"input": "0x70a08231000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
109
"output": "0x0000000000000000000000000000000000000000000000fd88b96ecf7161b950",
110
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
111
"type": "STATICCALL"
112
},
113
{
114
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
115
"gas": "0x5aa10",
116
"gasUsed": "0x99f",
117
"input": "0x15770f92",
118
"output": "0x0000000000000000000000000000000000000000000000676e62c6cd7e54acc5",
119
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
120
"type": "STATICCALL"
121
},
122
{
123
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
124
"gas": "0x59ebc",
125
"gasUsed": "0x972",
126
"input": "0x9bb81119",
127
"output": "0x0000000000000000000000000000000000000000000000001f5033e9005c857e",
128
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
129
"type": "STATICCALL"
130
},
131
{
132
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
133
"gas": "0x592ab",
134
"gasUsed": "0x202",
135
"input": "0x068bcd8d000000000000000000000000000000000000000000000000000000000000000d",
136
"output": "0x000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e",
137
"to": "0x55bdb4164d28fbaf0898e0ef14a589ac09ac9970",
138
"type": "STATICCALL"
139
},
140
{
141
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
142
"gas": "0x58e30",
143
"gasUsed": "0x3059",
144
"input": "0x159f6add000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d",
145
"output": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000000000000000000000000000000000000000006d900000000000000000000000000000000000000000000004359ad731377e5a69c00000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003de9dea3add32bb990",
146
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
147
"type": "STATICCALL"
148
},
149
{
150
"from": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
151
"gas": "0x53985",
152
"gasUsed": "0x2b34",
153
"input": "0x1526fe270000000000000000000000000000000000000000000000000000000000000000",
154
"output": "0x000000000000000000000000892785f33cdee22a30aef750f285e18c18040c3e0000000000000000000000000000000000000000000000000000000000000cf80000000000000000000000000000000000000000000000000000000000f8609f0000000000000000000000000000000000000000000010c6f695b6b7556c242f",
155
"to": "0xea8dfee1898a7e0a59f7527f076106d7e44c2176",
156
"type": "STATICCALL"
157
}
158
],
159
"from": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
160
"gas": "0x5e5a1",
161
"gasUsed": "0xc68a",
162
"input": "0x1ab62430000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e400000000000000000000000000000000000000000000000000000640b5eece000",
163
"output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000000000000000",
164
"to": "0xb1641d94684225b72f97e52b2b02ad07f7ba9089",
165
"type": "CALL",
166
"value": "0x0"
167
}
168
],
169
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
170
"gas": "0x6559c",
171
"gasUsed": "0x1c89f",
172
"input": "0x1b7319b6000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e400000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee4000000000000000000000000000000000000000000000000000000000000000001",
173
"output": "0x000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece000",
174
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
175
"type": "CALL",
176
"value": "0x0"
177
},
178
{
179
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
180
"gas": "0x49115",
181
"gasUsed": "0x16a",
182
"input": "0xfc0c546a",
183
"output": "0x00000000000000000000000082cbecf39bee528b5476fe6d1550af59a9db6fc0",
184
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
185
"type": "STATICCALL"
186
},
187
{
188
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
189
"gas": "0x48b4d",
190
"gasUsed": "0x3787",
191
"input": "0x23b872dd000000000000000000000000bf22f0f184bccbea268df387a49ff5238dd23e40000000000000000000000000915a55e36a01285a14f05de6e81ed9ce89772f8e0000000000000000000000000000000000000000000000000000640b5eece000",
192
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
193
"to": "0x82cbecf39bee528b5476fe6d1550af59a9db6fc0",
194
"type": "CALL",
195
"value": "0x0"
196
},
197
{
198
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
199
"gas": "0x451aa",
200
"gasUsed": "0x1f3b",
201
"input": "0x08e9d8c2000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d",
202
"output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9",
203
"to": "0x915a55e36a01285a14f05de6e81ed9ce89772f8e",
204
"type": "CALL",
205
"value": "0x0"
206
},
207
{
208
"calls": [
209
{
210
"from": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
211
"gas": "0x3cdf4",
212
"gasUsed": "0xa48",
213
"input": "0x7a145748000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
214
"output": "0x0000000000000000000000000000000000000000000000000000000000032f35",
215
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
216
"type": "STATICCALL"
217
},
218
{
219
"calls": [
220
{
221
"calls": [
222
{
223
"calls": [
224
{
225
"from": "0x5b905fe05f81f3a8ad8b28c6e17779cfabf76068",
226
"gas": "0x2db93",
227
"gasUsed": "0x334",
228
"input": "0x9c729da1000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
229
"output": "0x0000000000000000000000004d73adb72bc3dd368966edd0f0b2148401a178e2",
230
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
231
"type": "STATICCALL"
232
}
233
],
234
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
235
"gas": "0x2ea13",
236
"gasUsed": "0x1b74",
237
"input": "0x6fe7b673000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000",
238
"output": "0x0000000000000000000000000000000000000000000000000000000000032f36",
239
"to": "0x5b905fe05f81f3a8ad8b28c6e17779cfabf76068",
240
"type": "CALL",
241
"value": "0x0"
242
},
243
{
244
"calls": [
245
{
246
"from": "0x177d36dbe2271a4ddb2ad8304d82628eb921d790",
247
"gas": "0x27b8b",
248
"gasUsed": "0x300c",
249
"input": "0x5886ea65000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
250
"output": "0x0000000000000000000000000000000000000000000000000000ecc2481187f5",
251
"to": "0x8ee02736f8a0c28164a20c25f3d199a74df7f24b",
252
"type": "DELEGATECALL",
253
"value": "0x0"
254
}
255
],
256
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
257
"gas": "0x29988",
258
"gasUsed": "0x441c",
259
"input": "0x5886ea65000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
260
"output": "0x0000000000000000000000000000000000000000000000000000ecc2481187f5",
261
"to": "0x177d36dbe2271a4ddb2ad8304d82628eb921d790",
262
"type": "CALL",
263
"value": "0x0"
264
},
265
{
266
"calls": [
267
{
268
"from": "0xa0cc33dd6f4819d473226257792afe230ec3c67f",
269
"gas": "0x2100f",
270
"gasUsed": "0x2573",
271
"input": "0xc5e193cd000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000014000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
272
"output": "0x000000000000000000000000000000000000000000000000000074c2da80de8f",
273
"to": "0xd52c8cbef4ec47d88c2004f90dbc1da1a6a61378",
274
"type": "DELEGATECALL",
275
"value": "0x0"
276
}
277
],
278
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
279
"gas": "0x22c3f",
280
"gasUsed": "0x396b",
281
"input": "0xc5e193cd000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000014000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
282
"output": "0x000000000000000000000000000000000000000000000000000074c2da80de8f",
283
"to": "0xa0cc33dd6f4819d473226257792afe230ec3c67f",
284
"type": "CALL",
285
"value": "0x0"
286
},
287
{
288
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
289
"gas": "0x1c300",
290
"gasUsed": "0x9b8",
291
"input": "0x5cbbbd7500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ecc2481187f5000000000000000000000000000000000000000000000000000074c2da80de8f",
292
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
293
"to": "0x3773e1e9deb273fcdf9f80bc88bb387b1e6ce34d",
294
"type": "STATICCALL"
295
},
296
{
297
"from": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
298
"gas": "0x19d2b",
299
"gasUsed": "0x0",
300
"input": "0x",
301
"to": "0x78ab8d09ddde87a2b247c7deececf9badc4b6bea",
302
"type": "CALL",
303
"value": "0x80dab581b78f"
304
}
305
],
306
"from": "0x3c2269811836af69497e5f486a85d7316753cf62",
307
"gas": "0x31c7c",
308
"gasUsed": "0x19ea1",
309
"input": "0x4d3a0f7c000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd0000000000000000000000000000000000000000000000000000000000032f36000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000003a00000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
310
"to": "0x4d73adb72bc3dd368966edd0f0b2148401a178e2",
311
"type": "CALL",
312
"value": "0x1e25fd8141e13"
313
}
314
],
315
"from": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
316
"gas": "0x3860f",
317
"gasUsed": "0x1fcd2",
318
"input": "0xc5803100000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000028701a95707a0290ac8b90b3719e8ee5b210360883352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022000100000000000000000000000000000000000000000000000000000000000320c8000000000000000000000000000000000000000000000000000000000000",
319
"to": "0x3c2269811836af69497e5f486a85d7316753cf62",
320
"type": "CALL",
321
"value": "0x1e25fd8141e13"
322
}
323
],
324
"from": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
325
"gas": "0x40032",
326
"gasUsed": "0x26e8e",
327
"input": "0x51156e73000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001221a939d6c31ffed9000000000000000000000000000000000000000000000000000063fc0104cc0000000000000000000000000000000000000000000000000000000000c4b20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e993613000000000000000000000000000000000000000000000000000000640b5eece00000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000023078000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
328
"to": "0x352d8275aae3e0c2404d9f68f6cee084b5beb3dd",
329
"type": "CALL",
330
"value": "0x1e25fd8141e13"
331
}
332
],
333
"from": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
334
"gas": "0x6b9a3",
335
"gasUsed": "0x51890",
336
"input": "0x9fbf10fc000000000000000000000000000000000000000000000000000000000000006f000000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee400000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000023078000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
337
"to": "0x53bf833a5d6c4dda888f69c22c88c9f356a41614",
338
"type": "CALL",
339
"value": "0x1e25fd8141e13"
340
}
341
],
342
"from": "0x78ab8d09ddde87a2b247c7deececf9badc4b6bea",
343
"gas": "0xfc5b2",
344
"gasUsed": "0xd3780",
345
"input": "0x1114cd2a000000000000000000000000000000000000000000000000000000000000006f00000000000000000000000078ab8d09ddde87a2b247c7deececf9badc4b6bea00000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000640b5eece0000000000000000000000000000000000000000000000000000000638b505ee400000000000000000000000000000000000000000000000000000000000000001478ab8d09ddde87a2b247c7deececf9badc4b6bea000000000000000000000000",
346
"to": "0xbf22f0f184bccbea268df387a49ff5238dd23e40",
347
"type": "CALL",
348
"value": "0x2466b3700fe13"
349
}
350
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free