| ASSET_ID | TEXT | Unique asset identifier. |
| NAME | TEXT | Asset name. |
| SYMBOL | TEXT | Asset trading symbol. |
| TOKEN_ADDRESS | TEXT | Token contract address. |
| BLOCKCHAIN | TEXT | Blockchain network name. |
| DECIMALS | NUMBER | Token decimal places. |
| IS_NATIVE | BOOLEAN | Whether this is the native blockchain asset. |
| IS_DEPRECATED | BOOLEAN | Whether this asset is deprecated. |
| EZ_ASSET_METADATA_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |