跳转至主要内容

eth_getBlockReceipts RPC 方法

正在加载...

更新于
Feb 11, 2026

eth_getBlockReceipts RPC 方法

请注意,如果指定的区块中没有交易,响应中将不包含任何收据。请确保您查询的区块中包含交易。

参数

blockNumber
字符串
必填
正在加载...

退货

结果
数组
正在加载...
blockHash
字符串
正在加载...
blockNumber
字符串
正在加载...
contractAddress
字符串
正在加载...
累计燃气消耗量
字符串
正在加载...
有效汽油价格
字符串
正在加载...
来自
字符串
正在加载...
gasUsed
字符串
正在加载...
日志
数组
正在加载...
地址
字符串
正在加载...
主题
数组
正在加载...
数据
字符串
正在加载...
blockNumber
字符串
正在加载...
交易哈希
字符串
正在加载...
transactionIndex
字符串
正在加载...
blockHash
字符串
正在加载...
logIndex
字符串
正在加载...
已删除
布尔型
正在加载...
logsBloom
字符串
正在加载...
状态
字符串
正在加载...
字符串
正在加载...
交易哈希
字符串
正在加载...
transactionIndex
字符串
正在加载...
类型
字符串
正在加载...
请求
回复
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
“结果”: [
5
{
6
"blockHash": "0x652cc2948e62c88bc8ae0e4bf3a43ac998b6d4187ec7f4ac77f151cd5cd47568",
7
"blockNumber": "0x2b4296",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x11f6a",
10
"effectiveGasPrice": "0x2e90fd1240",
11
"from": "0x1403d6526ba8ee9efcd4098ea3fe970e44983d60",
12
"gasUsed": "0x11f6a",
13
"logs": [],
14
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
15
“状态”: "0x1",
16
"to": "0x2609df43e246664c7c930303f9fcbc669f93fda6",
17
"transactionHash": "0x00aa1a7cdb100fdaf8af6c725bf168c0eec7eb98c515f13258c84cba25cc6b92",
18
"transactionIndex": "0x0",
19
"type": "0x2"
20
}
21
]
22
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
“结果”: [
5
{
6
"blockHash": "0x652cc2948e62c88bc8ae0e4bf3a43ac998b6d4187ec7f4ac77f151cd5cd47568",
7
"blockNumber": "0x2b4296",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x11f6a",
10
"effectiveGasPrice": "0x2e90fd1240",
11
"from": "0x1403d6526ba8ee9efcd4098ea3fe970e44983d60",
12
"gasUsed": "0x11f6a",
13
"logs": [],
14
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
15
“状态”: "0x1",
16
"to": "0x2609df43e246664c7c930303f9fcbc669f93fda6",
17
"transactionHash": "0x00aa1a7cdb100fdaf8af6c725bf168c0eec7eb98c515f13258c84cba25cc6b92",
18
"transactionIndex": "0x0",
19
"type": "0x2"
20
}
21
]
22
}
还没有账号吗?
endpoint 几秒钟endpoint 创建您的Quicknode endpoint ,并开始构建
免费开始使用