Show Transaction object fields
32-byte hash of the transaction.
Number of transactions sent by the sender prior to this one.
32-byte hash of the block this transaction is in. null if pending.
Block number this transaction is in. null if pending.
Transaction’s index position in the block. null if pending.
20-byte address of the sender.
20-byte address of the receiver. null for contract creation transactions.
Value transferred in wei as a hexadecimal.
Gas provided by the sender.
Gas price in wei. For EIP-1559 transactions, this is the effective gas price paid.
Maximum total fee per gas the sender is willing to pay (EIP-1559). Only present for type 0x2 transactions.
Maximum priority fee per gas (EIP-1559). Only present for type 0x2 transactions.
ABI-encoded call data sent with the transaction. "0x" for plain ETH transfers.
Transaction type: "0x0" (legacy), "0x1" (EIP-2930 access list), "0x2" (EIP-1559), "0x7e" (deposit transaction on Base).
Chain ID the transaction is valid for. "0x2105" for Base Mainnet, "0x14a34" for Base Sepolia.
List of addresses and storage keys the transaction accesses (EIP-2930). Only present for type 0x1 and 0x2 transactions.
32-byte ECDSA signature component r.
32-byte ECDSA signature component s.