본문으로 건너뛰기

eth_getTransactionReceipt RPC 메서드

로딩 중...

업데이트됨:
Aug 31, 2026

eth_getTransactionReceipt RPC 메서드

Please note that transaction receipts are not available for pending transactions.

매개변수

해시
문자열
필수
로딩 중...

반품

객체
객체
로딩 중...
blobGasUsed
문자열
로딩 중...
blockHash
문자열
로딩 중...
블록 번호
문자열
로딩 중...
계약 주소
string | null
로딩 중...
누적 가스 사용량
문자열
로딩 중...
daFootprintGasScalar
문자열
로딩 중...
실질가스가격
문자열
로딩 중...
출처:
문자열
로딩 중...
가스 사용량
문자열
로딩 중...
l1BaseFeeScalar
문자열
로딩 중...
l1BlobBaseFee
문자열
로딩 중...
l1BlobBaseFeeScalar
문자열
로딩 중...
l1Fee
문자열
로딩 중...
l1GasPrice
문자열
로딩 중...
l1GasUsed
문자열
로딩 중...
로그
배열
로딩 중...
주소
문자열
로딩 중...
blockHash
문자열
로딩 중...
블록 번호
문자열
로딩 중...
blockTimestamp
문자열
로딩 중...
데이터
문자열
로딩 중...
logIndex
문자열
로딩 중...
삭제됨
부울
로딩 중...
주제
배열
로딩 중...
트랜잭션 해시
문자열
로딩 중...
트랜잭션 인덱스
문자열
로딩 중...
logsBloom
문자열
로딩 중...
상태
문자열
로딩 중...
~에
문자열
로딩 중...
트랜잭션 해시
문자열
로딩 중...
트랜잭션 인덱스
문자열
로딩 중...
유형
문자열
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"blobGasUsed": "0x9c40",
5
"blockHash": "0x415aac98a7007e1e40980402bf6c52c077dd8d2e137dfea24da702b04486bf26",
6
"blockNumber": "0x205203b",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0x17910",
9
"daFootprintGasScalar": "0x190",
10
"effectiveGasPrice": "0x4c4c57",
11
"from": "0x5ad176ebb13cabe62ee7c07f52a67b4a48cbef83",
12
"gasUsed": "0x98d2",
13
"l1BaseFeeScalar": "0x558",
14
"l1BlobBaseFee": "0x3e06a9c",
15
"l1BlobBaseFeeScalar": "0xc3c9d",
16
"l1Fee": "0x1b48ffc0f",
17
"l1GasPrice": "0x396b08e4",
18
"l1GasUsed": "0x640",
19
"로그": [
20
{
21
"address": "0xbbe55e29bbc6d71ecab1ac011c9ac5206ab2fe74",
22
"blockHash": "0x415aac98a7007e1e40980402bf6c52c077dd8d2e137dfea24da702b04486bf26",
23
"blockNumber": "0x205203b",
24
"blockTimestamp": "0x6a870c97",
25
"data": "0x00000000000000000000000000000000000000000000000000045e993727d9b30000000000000000000000000000000000000000000000000004602aaee65ef7000000000000000000000000000000000000000000000000000460ae9dc9236b0000000000000000000000000000000000000000000000000004624044d1509a",
26
"logIndex": "0x0",
27
"removed": false,
28
"주제": [
29
"0x77900c982acb0a4b9c002980f47d50d1c82f6ce2d7b5749723ba0c097040ffa7",
30
"0x0000000000000000000000000000000000000000000000000000000000000004"
31
],
32
"transactionHash": "0x79dfb44c80e7282b6a7d5a4e917c06ef15778df6f488682b0ee2a1677d6dbae0",
33
"transactionIndex": "0x1"
34
}
35
],
36
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000400000000000000000000000000000000000000008000000000000100000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000000000000000000000000000000000000000",
37
"상태": "0x1",
38
"to": "0xbbe55e29bbc6d71ecab1ac011c9ac5206ab2fe74",
39
"transactionHash": "0x79dfb44c80e7282b6a7d5a4e917c06ef15778df6f488682b0ee2a1677d6dbae0",
40
"transactionIndex": "0x1",
41
"유형": "0x2"
42
},
43
"id": 1
44
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"blobGasUsed": "0x9c40",
5
"blockHash": "0x415aac98a7007e1e40980402bf6c52c077dd8d2e137dfea24da702b04486bf26",
6
"blockNumber": "0x205203b",
7
"contractAddress": null,
8
"cumulativeGasUsed": "0x17910",
9
"daFootprintGasScalar": "0x190",
10
"effectiveGasPrice": "0x4c4c57",
11
"from": "0x5ad176ebb13cabe62ee7c07f52a67b4a48cbef83",
12
"gasUsed": "0x98d2",
13
"l1BaseFeeScalar": "0x558",
14
"l1BlobBaseFee": "0x3e06a9c",
15
"l1BlobBaseFeeScalar": "0xc3c9d",
16
"l1Fee": "0x1b48ffc0f",
17
"l1GasPrice": "0x396b08e4",
18
"l1GasUsed": "0x640",
19
"로그": [
20
{
21
"address": "0xbbe55e29bbc6d71ecab1ac011c9ac5206ab2fe74",
22
"blockHash": "0x415aac98a7007e1e40980402bf6c52c077dd8d2e137dfea24da702b04486bf26",
23
"blockNumber": "0x205203b",
24
"blockTimestamp": "0x6a870c97",
25
"data": "0x00000000000000000000000000000000000000000000000000045e993727d9b30000000000000000000000000000000000000000000000000004602aaee65ef7000000000000000000000000000000000000000000000000000460ae9dc9236b0000000000000000000000000000000000000000000000000004624044d1509a",
26
"logIndex": "0x0",
27
"removed": false,
28
"주제": [
29
"0x77900c982acb0a4b9c002980f47d50d1c82f6ce2d7b5749723ba0c097040ffa7",
30
"0x0000000000000000000000000000000000000000000000000000000000000004"
31
],
32
"transactionHash": "0x79dfb44c80e7282b6a7d5a4e917c06ef15778df6f488682b0ee2a1677d6dbae0",
33
"transactionIndex": "0x1"
34
}
35
],
36
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000400000000000000000000000000000000000000008000000000000100000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000008000000020000000000000000000000000000000000000000000000000000000000000000000000000000000",
37
"상태": "0x1",
38
"to": "0xbbe55e29bbc6d71ecab1ac011c9ac5206ab2fe74",
39
"transactionHash": "0x79dfb44c80e7282b6a7d5a4e917c06ef15778df6f488682b0ee2a1677d6dbae0",
40
"transactionIndex": "0x1",
41
"유형": "0x2"
42
},
43
"id": 1
44
}
아직 계정이 없으신가요?
단 몇 초endpoint Quicknode endpoint 생성하고 개발을 시작하세요
무료로 시작하기