32 bytes. Hash of the block including this transaction.
Block number including this transaction.
20 bytes. The address of the contract created, if the transaction was a contract creation, otherwise null.
The total amount of gas used when this transaction was executed in the block.
The actual value per gas deducted from the sender's account. Before EIP-1559, equal to the gas price.
20 bytes. The address of the sender.
The total amount of gas used when this transaction was executed in the block.
Array of log objects, which this transaction generated.
256 bytes. Bloom filter for light clients to quickly retrieve related logs.
Either 1 (success) or 0 (failure)
20 bytes. The address of the receiver. null when it's a contract creation transaction
32 bytes. Hash of the transaction.
Hexadecimal of the transaction's index position in the block.
The transaction type.
Return type of transaction receipt according to the Ethereum RPC standard.
Link
Ethereum JSON RPC Transaction Receipt Object