| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the token bridge activity is recorded on. |
| PLATFORM | TEXT | The name of the bridge platform, typically a concatenation of the protocol and version. |
| PROTOCOL | TEXT | The name of the protocol. |
| PROTOCOL_VERSION | TEXT | The version of the protocol. |
| 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. |
| TX_HASH | TEXT | Transaction hash is a unique identifier that is generated when a transaction is executed. |
| SOURCE_CHAIN | TEXT | The name of the blockchain network to which the assets are being bridged from. |
| DESTINATION_CHAIN | TEXT | The name of the blockchain network to which the assets are being bridged to. |
| 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. |
| SOURCE_ADDRESS | 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. |
| DESTINATION_ADDRESS | 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. |
| DIRECTION | TEXT | Indicates the direction in which the assets are being bridged, out/outbound or in/inbound. |
| 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_RAW | FLOAT | The raw, non-decimal adjusted amount of tokens involved in the bridge transaction. For Solana, these are decimal adjusted amounts. |
| 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. |
| TOKEN_IS_VERIFIED | BOOLEAN | A boolean flag indicating if the token is verified by either uniswap labs or passing a threshold of transfers metrics on the chain. |
| 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. |
| EZ_BRIDGE_ACTIVITY_ID | TEXT | The unique identifier for each row in the table. |