Skip to main content

eth_getTransactionReceipt Flashblock RPC Method

Returns the receipt of a transaction by transaction hash.

Updated on
May 23, 2025

eth_getTransactionReceipt Flashblock RPC Method

Parameters

hash
string
REQUIRED
The transaction hash, You can use the existing receipt RPC to get preconfirmed receipts

Returns

object
object
A transaction receipt object, or null when no receipt was found
blockHash
string
The hash of the block where this transaction was in
blockNumber
string
The block number where this transaction was added encoded as a hexadecimal
contractAddress
string
The contract address created for contract creation, otherwise null
cumulativeGasUsed
string
The total gas used when this transaction was executed in the block
effectiveGasPrice
string
The total base charge plus tip paid for each unit of gas
from
string
The address of the sender
gasUsed
string
The amount of gas used by this specific transaction alone
l1BaseFeeScalar
string
The L1 base fee scalar used to calculate the L1 fee
l1BlobBaseFee
string
The base fee for blobs on L1 (used with EIP-4844)
l1BlobBaseFeeScalar
string
The scalar applied to the L1 blob base fee
l1Fee
string
The estimated total L1 fee for this transaction
l1GasPrice
string
The L1 gas price used to compute the fee
l1GasUsed
string
The amount of L1 gas used for the transaction
logs
array
An array of log objects that generated this transaction
address
string
The address from which this log was generated
topics
array
An array of zero to four 32 Bytes DATA of indexed log arguments
data
string
The 32 byte non-indexed argument of the log
blockNumber
string
The block number where this log was in
transactionHash
string
The hash of the transaction from which this log was created from. null if the log is pending
transactionIndex
string
The transaction's index position from which this log was created. null if pending
blockHash
string
The hash of the block where this log was in
logIndex
string
The integer of log index position in the block encoded as hexadecimal. null if the log is pending
removed
boolean
True if the log was removed due to a chain reorganization; false if it’s a valid log
logsBloom
string
The bloom filter which is used to retrieve related logs
status
string
It is either 1 (success) or 0 (failure) encoded as a hexadecimal
to
string
The address of the receiver. Null when it's a contract creation transaction
transactionHash
string
The hash of the transaction
transactionIndex
string
The transaction's index position in the block encoded as a hexadecimal
type
string
The transaction type. '0x2' indicates an EIP-1559 transaction
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free