| 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. |
| TOKEN_ADDRESS | TEXT | The address of the token. |
| OLAS_AMOUNT_UNADJ | NUMBER | The value of the asset, non-decimal adjusted. |
| OLAS_AMOUNT | FLOAT | The value of the asset, decimal adjusted. |
| OLAS_AMOUNT_USD | FLOAT | The value of the asset, denominated in USD where available. |
| LP_TOKEN_ADDRESS | TEXT | The address of the liquidity pool (LP) token. |
| LP_TOKEN_AMOUNT_UNADJ | NUMBER | The value of the liquidity pool (LP) token, non-decimal adjusted. |
| LP_TOKEN_AMOUNT | FLOAT | The value of the liquidity pool (LP) token, decimal adjusted. |
| PRODUCT_ID | NUMBER | The unique identifier of the corresponding product. |
| BOND_ID | NUMBER | The unique identifier of the bond. |
| MATURITY_TIMESTAMP | TIMESTAMP_NTZ | The maturity date and time of the bond. |
| IS_REDEEMED | BOOLEAN | Boolean to indicate whether the bond has been redeemed or not. |
| EZ_OLAS_BONDING_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. |