eth_getTransactionReceipt

트랜잭션의 해시값으로 해당 트랜잭션의 Receipt를 조회합니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Transaction Receipt 추가되는 필드

필드 이름설명
l1BlockNumberblock.number 호출에 사용될 L1 블록 번호를 나타냅니다.
gasUsedForL1L1 calldata에 사용된 가스의 양을 L2 가스 단위로 나타냅니다.
Path Params
string
required

생성한 노드 환경에 부여되는 ID. 19자리 숫자형식입니다.

Body Params
int32
required
Defaults to 1
string
required
Defaults to 2.0
string
required
Defaults to eth_getTransactionReceipt
json
required
Defaults to [ "0xba14ca6ebc86bc05ef0d5714f645264ae58e9ada792876c8ca712d81ed8cbdab" ]

다음 파라미터들을 타입에 맞게 배열로 입력합니다.

transactionHash: Receipt를 조회하고자 하는 트랜잭션의 해시값을 문자열 형식으로 입력합니다.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json