axelar.defi Table: ez_bridge_satellite Type: View
This table contains transactions from Arbitrum, Avalanche, Binance Smart Chain (BSC), Ethereum, and
Polygon that have interacted with the Squid router contract
Columns
| Column Name | Data Type | Description |
|---|---|---|
| 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 66-character identifier that is generated when a transaction is executed. |
| SOURCE_CHAIN | TEXT | The source chain where the transaction originated |
| SENDER | TEXT | The externally owned account for this transactions |
| DESTINATION_CHAIN | TEXT | The destination chain where the transaction is sending the asset |
| RECEIVER | TEXT | |
| TOKEN_ADDRESS | TEXT | Contract address of the token being transferred. |
| TOKEN_SYMBOL | TEXT | The symbol that represents the token contract |
| AMOUNT | FLOAT | The amount that was used in the transaction message. |
| RAW_AMOUNT | FLOAT | The unadjusted transfer amount |
| DEPOSIT_ADDRESS | TEXT | |
| TRANSFER_ID | TEXT | |
| AMOUNT_RECEIVED | FLOAT | |
| AMOUNT_RECEIVED_DENOM | TEXT | |
| FEE_PAID | FLOAT | |
| FEE_DENOM | TEXT | |
| EZ_BRIDGE_SATELLITE_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. |