跳转至主要内容

eth_getTransactionReceipt RPC 方法

正在加载...

更新于
Apr 29, 2026

eth_getTransactionReceipt RPC 方法

To use the eth_getTransactionReceipt method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

参数

哈希
字符串
必填
正在加载...

退货

对象
对象
正在加载...
blockHash
字符串
正在加载...
blockNumber
字符串
正在加载...
contractAddress
字符串
正在加载...
累计燃气消耗量
字符串
正在加载...
有效汽油价格
字符串
正在加载...
来自
字符串
正在加载...
gasUsed
字符串
正在加载...
日志
数组
正在加载...
地址
字符串
正在加载...
主题
数组
正在加载...
数据
字符串
正在加载...
blockNumber
字符串
正在加载...
交易哈希
字符串
正在加载...
transactionIndex
字符串
正在加载...
blockHash
字符串
正在加载...
logIndex
整数
正在加载...
已删除
布尔型
正在加载...
logsBloom
字符串
正在加载...
状态
字符串
正在加载...
字符串
正在加载...
交易哈希
字符串
正在加载...
transactionIndex
字符串
正在加载...
类型
字符串
正在加载...
请求
回复
1
{
2
“jsonrpc”: "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x863eb4e1084f11c3662c76786cef2bfd120b7d3f27302ebda967eec4b14ccff8",
6
"blockNumber": "0x3a09c",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0xab96",
9
"effectiveGasPrice": "0x0",
10
“来自”: "0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001",
11
"gasUsed": "0xab96",
12
“日志”: [],
13
“logsBloom”: "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
14
“状态”: "0x1",
15
“to”: "0x4200000000000000000000000000000000000015",
16
"transactionHash": "0x71ec1b60298dbb295aaf2c18561f41686e88fd1edfe9bf9a0059170d327d25e7",
17
"transactionIndex": "0x0",
18
"类型": "0x2"
19
}
20
}
1
{
2
“jsonrpc”: "2.0",
3
"id": 1,
4
"result": {
5
"blockHash": "0x863eb4e1084f11c3662c76786cef2bfd120b7d3f27302ebda967eec4b14ccff8",
6
"blockNumber": "0x3a09c",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0xab96",
9
"effectiveGasPrice": "0x0",
10
“来自”: "0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001",
11
"gasUsed": "0xab96",
12
“日志”: [],
13
“logsBloom”: "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
14
“状态”: "0x1",
15
“to”: "0x4200000000000000000000000000000000000015",
16
"transactionHash": "0x71ec1b60298dbb295aaf2c18561f41686e88fd1edfe9bf9a0059170d327d25e7",
17
"transactionIndex": "0x0",
18
"类型": "0x2"
19
}
20
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用