axelar.defi Table: ez_bridge_squid 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. |
| SENDER | TEXT | The externally owned account for this transactions |
| 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. |
| SOURCE_CHAIN | TEXT | The source chain where the transaction originated |
| DESTINATION_CHAIN | TEXT | The destination chain where the transaction is sending the asset |
| RECEIVER | TEXT | The wallet address of the individual received tokens in the transfer. For EVM to EVM it will be the sender for EVM to IBC it will be the IBC chain’s address |
| EZ_BRIDGE_SQUID_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. |