Skip to main content
Schema: aleo.core Table: dim_token_registrations Type: Base Table Dimension table containing information about token registrations on the network.

Columns

Column NameData TypeDescription
TX_ID_CREATEDTEXTTransaction ID when the token was created
BLOCK_ID_CREATEDNUMBERBlock ID when the token was created
BLOCK_TIMESTAMP_CREATEDTIMESTAMP_NTZBlock timestamp when the token was created
TOKEN_IDTEXTThe ID of the token
TOKEN_NAMETEXTThe decoded name of the token
SYMBOLTEXTThe decoded symbol of the token
DECIMALSNUMBERThe number of decimal places for the token
MAX_SUPPLYTEXTThe maximum supply of the token
EXTERNAL_AUTH_REQUIREDBOOLEANFlag indicating if external authorization is required
EXTERNAL_AUTH_PARTYTEXTThe party responsible for external authorization, if required
NAME_ENCODEDTEXTThe original encoded name of the token
SYMBOL_ENCODEDTEXTThe original encoded symbol of the token
DIM_TOKEN_REGISTRATIONS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
INVOCATION_IDTEXT