跳转至主要内容

trace_replayTransaction RPC 方法

正在加载...

更新于
Jun 18, 2026

trace_replayTransaction RPC 方法

此 RPC 方法包含在免费试用版中,但使用受限。升级您的套餐即可获得完整访问权限和更高的使用限额。请访问我们的定价页面了解更多信息。
Deprecation Notice

This method will be deprecated on Amoy Testnet (July 1, 2026) and Mainnet (July 15, 2026) following Polygon Labs' sunset of Erigon. Use debug_traceTransaction as an alternative.

参数

哈希
字符串
正在加载...
数组
数组
必填
正在加载...
vmTrace
字符串
正在加载...
trace
字符串
正在加载...
stateDiff
字符串
正在加载...

退货

数组
正在加载...
输出
正在加载...
stateDiff
正在加载...
trace
正在加载...
动作
正在加载...
来自
正在加载...
callType
正在加载...
气体
正在加载...
输入
正在加载...
正在加载...
正在加载...
结果
正在加载...
gasUsed
正在加载...
输出
正在加载...
子轨迹
正在加载...
traceAddress
正在加载...
类型
正在加载...
vmTrace
正在加载...
请求
回复
1
{
2
“jsonrpc”: "2.0",
3
"id": 1,
4
"result": {
5
"output": "0x",
6
"stateDiff": null,
7
"trace": [
8
{
9
"action": {
10
"from": "0x9cc573c775c61d7a783f125d9ff5c3df60a2e718",
11
"callType": "call",
12
"gas": "0x0",
13
"input": "0x",
14
"to": "0x885885521990b53fd00556c143ea056dd2f62a12",
15
"value": "0x8cc0c47d9477f90"
16
},
17
"result": {
18
"gasUsed": "0x0",
19
"output": "0x"
20
},
21
"subtraces": 0,
22
"traceAddress": [],
23
"type": "call"
24
}
25
],
26
"vmTrace": null,
27
"transactionHash": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d"
28
}
29
}
1
{
2
“jsonrpc”: "2.0",
3
"id": 1,
4
"result": {
5
"output": "0x",
6
"stateDiff": null,
7
"trace": [
8
{
9
"action": {
10
"from": "0x9cc573c775c61d7a783f125d9ff5c3df60a2e718",
11
"callType": "call",
12
"gas": "0x0",
13
"input": "0x",
14
"to": "0x885885521990b53fd00556c143ea056dd2f62a12",
15
"value": "0x8cc0c47d9477f90"
16
},
17
"result": {
18
"gasUsed": "0x0",
19
"output": "0x"
20
},
21
"subtraces": 0,
22
"traceAddress": [],
23
"type": "call"
24
}
25
],
26
"vmTrace": null,
27
"transactionHash": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d"
28
}
29
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用