aleo.core Table: dim_token_registrations Type: Base Table
Dimension table containing information about token registrations on the network.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| TX_ID_CREATED | TEXT | Transaction ID when the token was created |
| BLOCK_ID_CREATED | NUMBER | Block ID when the token was created |
| BLOCK_TIMESTAMP_CREATED | TIMESTAMP_NTZ | Block timestamp when the token was created |
| TOKEN_ID | TEXT | The ID of the token |
| TOKEN_NAME | TEXT | The decoded name of the token |
| SYMBOL | TEXT | The decoded symbol of the token |
| DECIMALS | NUMBER | The number of decimal places for the token |
| MAX_SUPPLY | TEXT | The maximum supply of the token |
| EXTERNAL_AUTH_REQUIRED | BOOLEAN | Flag indicating if external authorization is required |
| EXTERNAL_AUTH_PARTY | TEXT | The party responsible for external authorization, if required |
| NAME_ENCODED | TEXT | The original encoded name of the token |
| SYMBOL_ENCODED | TEXT | The original encoded symbol of the token |
| DIM_TOKEN_REGISTRATIONS_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. |
| INVOCATION_ID | TEXT |