eth.sushiswap.event_syncs
SQL table schema for eth.sushiswap.event_syncs and eth.sushiswap.recent_event_syncs
Ethereum Sushiswap sync events.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the contract that defines this pool. |
| BIGINT | The index of this sync transaction in the block. |
| CHARACTER VARYING | The amount of liquidity of the first token staked in this pool. Provided as a convenience, but may overflow. |
| CHARACTER VARYING | The amount of liquidity of the second token staked in this pool. Provided as a convenience, but may overflow. |
| CHARACTER VARYING | The hash of the transaction in which this sync occurred. |
| BIGINT | The timestamp of the block in which this sync occurred. |
| BIGINT | The number of the block in which this sync occurred. |
| CHARACTER VARYING | The hash of the block in which this sync occurred. |
Last updated