eth_getTransactionReceipt
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
Request
This endpoint expects an object.
transactionHash
Hash of the transaction receipt to look up.
Response
Transaction receipt details, or null when the receipt is not found.
transactionHash
32-byte transaction hash.
transactionIndex
Hex-encoded integer quantity.
blockHash
32-byte block hash.
blockNumber
Hex-encoded integer quantity.
from
20-byte EVM address.
to
20-byte EVM address.
cumulativeGasUsed
Hex-encoded integer quantity.
gasUsed
Hex-encoded integer quantity.
contractAddress
20-byte EVM address.
logs
logsBloom
Hex-encoded byte data.
status
Hex-encoded integer quantity.
effectiveGasPrice
Hex-encoded integer quantity.
type
Hex-encoded integer quantity.