Decoded
plume.traces_decoded
Description of the plume.traces_decoded table on Dune
The plume.traces_decoded
table contains decoded function calls and parameters from contract interactions.
Table Schema
Column Name | Data Type | Description |
---|---|---|
transaction_hash | string | Transaction hash |
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 |
input | string | Input data |
output | string | Output data |
trace_type | string | Trace type |
call_type | string | Call type |
gas | decimal(38,0) | Gas limit |
gas_used | decimal(38,0) | Gas used |
subtraces | decimal(38,0) | Number of subtraces |
trace_address | array | Trace address |
error | string | Error message |
status | decimal(38,0) | Status |
block_timestamp | timestamp | Block timestamp |
block_number | decimal(38,0) | Block number |
function_name | string | Decoded function name |
function_signature | string | Function signature |
function_params | json | Decoded function parameters |