layerzero.transfers table contains all cross-chain transfers executed through the LayerZero protocol. Each transfer represents a value transfer event between source and destination chains.
Table Schema
| Column Name | Data Type | Description |
|---|---|---|
| timestampUpdated | timestamp | Timestamp of the last update |
| primary_key | string | Unique identifier for the transfer |
| messages_foreign_key | string | Foreign key reference to the associated message |
| addr_to | string | Recipient address |
| type_transfer | string | Type of transfer |
| symbol | string | Token symbol |
| token | string | Token address |
| usd_value | double | USD value of the transfer |
| _updated_at | timestamp | Last update timestamp |
| _ingested_at | timestamp | Ingestion timestamp |

