Raw
plume.transactions
Description of the plume.transactions table on Dune
The plume.transactions
table contains all transactions in the Plume blockchain.
Table Schema
Column Name | Data Type | Description |
---|---|---|
hash | string | Transaction hash |
nonce | decimal(38,0) | Transaction nonce |
block_hash | string | Block hash |
block_number | decimal(38,0) | Block number |
transaction_index | decimal(38,0) | Transaction index in block |
from_address | string | Sender address |
to_address | string | Recipient address |
value | decimal(38,0) | Value in wei |
gas | decimal(38,0) | Gas limit |
gas_price | decimal(38,0) | Gas price in wei |
input | string | Transaction input data |
receipt_cumulative_gas_used | decimal(38,0) | Cumulative gas used |
receipt_gas_used | decimal(38,0) | Gas used |
receipt_contract_address | string | Contract address if created |
receipt_root | string | Receipt root |
receipt_status | decimal(38,0) | Transaction status |
block_timestamp | timestamp | Block timestamp |
max_fee_per_gas | decimal(38,0) | Max fee per gas |
max_priority_fee_per_gas | decimal(38,0) | Max priority fee per gas |
transaction_type | decimal(38,0) | Transaction type |