メインコンテンツへスキップ

eth_getBlockReceipts RPC メソッド

読み込み中...

更新日:
Jan 16, 2026

eth_getBlockReceipts RPC メソッド

Please note that if the specified block has no transactions, the response will not contain any receipts. Ensure you're querying a block that includes transactions.

パラメータ

ブロック番号
文字列
必須
読み込み中...

返品

結果
配列
読み込み中...
タイプ
文字列
読み込み中...
ステータス
文字列
読み込み中...
累積ガス使用量
文字列
読み込み中...
ログ
配列
読み込み中...
住所
文字列
読み込み中...
トピック
配列
読み込み中...
データ
文字列
読み込み中...
ブロック番号
文字列
読み込み中...
トランザクションハッシュ
文字列
読み込み中...
トランザクションインデックス
文字列
読み込み中...
blockHash
文字列
読み込み中...
logIndex
文字列
読み込み中...
削除済み
ブール値
読み込み中...
logsBloom
文字列
読み込み中...
トランザクションハッシュ
文字列
読み込み中...
トランザクションインデックス
文字列
読み込み中...
blockHash
文字列
読み込み中...
ブロック番号
文字列
読み込み中...
gasUsed
文字列
読み込み中...
実効ガソリン価格
文字列
読み込み中...
出典:
文字列
読み込み中...
~へ
文字列
読み込み中...
contractAddress
文字列
読み込み中...
リクエスト
回答
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"結果": [
5
{
6
"type": "0x2",
7
「ステータス」: "0x1",
8
"cumulativeGasUsed": "0x5f56",
9
「ログ」: [],
10
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
11
"transactionHash": "0xd1d0184ad18a98b5b64b82201df64d9a1e3a7ed20b9554c9004e28a6a8935a1a",
12
"transactionIndex": "0x0",
13
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
14
"blockNumber": "0x6addc6",
15
"gasUsed": "0x5f56",
16
"effectiveGasPrice": "0x7",
17
"from": "0xf5d722030d17ca01f2813af9e7be158d7a037997",
18
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
19
"contractAddress": null
20
},
21
{
22
"type": "0x2",
23
「ステータス」: "0x1",
24
"cumulativeGasUsed": "0xbeac",
25
「ログ」: [],
26
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
27
"transactionHash": "0x45ff3457616061741d4ff653ba08ec44e9ff09ff0143b1e8ee85ce7040d6cd44",
28
"transactionIndex": "0x1",
29
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
30
"blockNumber": "0x6addc6",
31
"gasUsed": "0x5f56",
32
"effectiveGasPrice": "0x7",
33
"from": "0x9358a525cc25aa571af0bcb5b98fbeab045a5e36",
34
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
35
"contractAddress": null
36
},
37
{
38
"type": "0x2",
39
「ステータス」: "0x1",
40
"cumulativeGasUsed": "0x11e02",
41
「ログ」: [],
42
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
43
"transactionHash": "0xba19f9573c345c3a73f6689c5d19a2d79ab5239a92794d8884dfaa4f61dc6476",
44
"transactionIndex": "0x2",
45
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
46
"blockNumber": "0x6addc6",
47
"gasUsed": "0x5f56",
48
"effectiveGasPrice": "0x7",
49
"from": "0xd41c057fd1c78805aac12b0a94a405c0461a6fbb",
50
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
51
"contractAddress": null
52
}
53
]
54
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"結果": [
5
{
6
"type": "0x2",
7
「ステータス」: "0x1",
8
"cumulativeGasUsed": "0x5f56",
9
「ログ」: [],
10
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
11
"transactionHash": "0xd1d0184ad18a98b5b64b82201df64d9a1e3a7ed20b9554c9004e28a6a8935a1a",
12
"transactionIndex": "0x0",
13
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
14
"blockNumber": "0x6addc6",
15
"gasUsed": "0x5f56",
16
"effectiveGasPrice": "0x7",
17
"from": "0xf5d722030d17ca01f2813af9e7be158d7a037997",
18
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
19
"contractAddress": null
20
},
21
{
22
"type": "0x2",
23
「ステータス」: "0x1",
24
"cumulativeGasUsed": "0xbeac",
25
「ログ」: [],
26
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
27
"transactionHash": "0x45ff3457616061741d4ff653ba08ec44e9ff09ff0143b1e8ee85ce7040d6cd44",
28
"transactionIndex": "0x1",
29
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
30
"blockNumber": "0x6addc6",
31
"gasUsed": "0x5f56",
32
"effectiveGasPrice": "0x7",
33
"from": "0x9358a525cc25aa571af0bcb5b98fbeab045a5e36",
34
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
35
"contractAddress": null
36
},
37
{
38
"type": "0x2",
39
「ステータス」: "0x1",
40
"cumulativeGasUsed": "0x11e02",
41
「ログ」: [],
42
「logsBloom」: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
43
"transactionHash": "0xba19f9573c345c3a73f6689c5d19a2d79ab5239a92794d8884dfaa4f61dc6476",
44
"transactionIndex": "0x2",
45
"blockHash": "0x1f697fc977ffd6d2eced4cd444ad76376b49a6e546e3e1207ec236ba9e4755ba",
46
"blockNumber": "0x6addc6",
47
"gasUsed": "0x5f56",
48
"effectiveGasPrice": "0x7",
49
"from": "0xd41c057fd1c78805aac12b0a94a405c0461a6fbb",
50
"to": "0x5d95a6bad575ff00e12919dfa259e6a3dd50388f",
51
"contractAddress": null
52
}
53
]
54
}
まだアカウントをお持ちではありませんか?
わずか数秒でQuicknodeのエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう