| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| ORIGIN_FROM_ADDRESS | TEXT | The from address where the transaction originated from. This may be an EOA or contract address, however in most cases this is the user that initiated the bridge deposit or transfer. |
| ORIGIN_TO_ADDRESS | TEXT | The from address of this transaction. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature of this transaction. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| BRIDGE_ADDRESS | TEXT | The address of the contract responsible for handling the bridge deposit or transfer. This contract mediates the transfer and ensures that assets are sent and received appropriately. |
| EVENT_NAME | TEXT | The decoded event name for a given event. |
| PLATFORM | TEXT | The platform or protocol from which the bridge transaction or event originates. |
| SENDER | TEXT | The address that initiated the bridge deposit or transfer. This address is the sender of the tokens/assets being bridged to the destination chain. This may be an EOA or contract address. |
| RECEIVER | TEXT | The designated address set to receive the deposit or transfer. This may be an EOA or contract address. |
| DESTINATION_CHAIN_RECEIVER | TEXT | The designated address set to receive the bridged tokens on the target chain after the completion of the bridge transaction. For non-evm chains, the hex address is decoded/encoded to match the data format of the destination chain, where possible. This may be an EOA or contract address. |
| DESTINATION_CHAIN | TEXT | The name of the blockchain network to which the assets are being bridged. It could be any EVM compatible chain or other blockchain networks that the bridging protocol supports. |
| DESTINATION_CHAIN_ID | TEXT | The numeric identifier associated with the destination blockchain network. This is specific to the chain and helps in uniquely identifying it. |
| TOKEN_ADDRESS | TEXT | The address associated with the token that is being bridged. It provides a unique identifier for the token within its origin blockchain. |
| TOKEN_SYMBOL | TEXT | The symbol representing the token being bridged. This provides a shorthand representation of the token. |
| AMOUNT_UNADJ | NUMBER | The raw, non-decimal adjusted amount of tokens involved in the bridge transaction. |
| AMOUNT | FLOAT | The decimal adjusted amount of tokens involved in the bridge transaction, where available. |
| AMOUNT_USD | FLOAT | The value of the bridged tokens in USD at the time of the bridge transaction, where available. |
| EZ_BRIDGE_ACTIVITY_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. |