sei.core_evm Table: dim_labels Type: Base Table
This table contains the core.dim_labels table with the address mapped to the sei_address in the
core.dim_address_mapping table.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The blockchain the label belongs to. |
| CREATOR | TEXT | The creator of the label. |
| ADDRESS | TEXT | The address the label belongs to. |
| ADDRESS_NAME | TEXT | The name of the address. |
| LABEL_TYPE | TEXT | The type of the label. |
| LABEL_SUBTYPE | TEXT | The subtype of the label. |
| LABEL | TEXT | The label. |
| DIM_LABELS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |