Decoded
plume.logs_decoded
Description of the plume.logs_decoded table on Dune
The plume.logs_decoded
table contains decoded event logs from contracts in the Plume blockchain.
Table Schema
Column Name | Data Type | Description |
---|---|---|
log_index | decimal(38,0) | Log index in transaction |
transaction_hash | string | Transaction hash |
transaction_index | decimal(38,0) | Transaction index in block |
block_hash | string | Block hash |
block_number | decimal(38,0) | Block number |
address | string | Contract address |
data | string | Log data |
topics | array | Log topics |
block_timestamp | timestamp | Block timestamp |
event_name | string | Decoded event name |
event_signature | string | Event signature |
event_params | json | Decoded event parameters |