| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| BLOCK_NUMBER | NUMBER | The block number at which the transaction is finalized. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The block timestamp of this transaction in UTC |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature of this transaction. |
| ORIGIN_FROM_ADDRESS | TEXT | The address that initiates the transaction. If a transaction generates multiple events, all of them will have the same originfromaddress. |
| ORIGIN_TO_ADDRESS | TEXT | The address that receives the transaction. If a transaction generates multiple events, all of them will have the same origintoaddress. |
| CONTRACT_ADDRESS | TEXT | The address of the contract interacted with. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| EVENT_NAME | TEXT | The name of the event. |
| OWNER_ADDRESS | TEXT | The address of the owner. |
| UNIT_ID | NUMBER | The unique identifier of the registered Unit. |
| U_TYPE | NUMBER | The type of unit, in fixed number format. |
| UNIT_TYPE | TEXT | The type of unit, in human-readable format. |
| UNIT_HASH | TEXT | The hash of the unit. |
| NAME | TEXT | The registered name of the Unit (Agent, Component) or Service. |
| DESCRIPTION | TEXT | The registered description of the Unit (Agent, Component) or Service. |
| SUBCOMPONENT_IDS | ARRAY | The unique identifier of the sub-components that make up the Agent or Component. |
| TRAIT_TYPE | TEXT | The trait type for the registered Unit (Agent, Component) or Service. |
| TRAIT_VALUE | TEXT | The trait value for the registered Unit (Agent, Component) or Service. |
| IMAGE_LINK | TEXT | The link to the image of the registered Unit (Agent, Component) or Service. |
| UNIT_METADATA_LINK | TEXT | The link to the metadata for the registered Unit (Agent, Component). |
| EZ_UNIT_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. |