Raw
plume.creation_traces
Description of the plume.creation_traces table on Dune
The plume.creation_traces
table contains all contract creation traces in the Plume blockchain.
Table Schema
Column Name | Data Type | Description |
---|---|---|
transaction_hash | string | Transaction hash |
transaction_index | decimal(38,0) | Transaction index in block |
from_address | string | Creator address |
to_address | string | Created contract address |
value | decimal(38,0) | Value in wei |
input | string | Creation bytecode |
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 |