eth.uniswap_v2.event_syncs

SQL table schema for eth.uniswap_v2.event_syncs and eth.uniswap_v2.recent_event_syncs

Ethereum Uniswap-V2 sync events.

Column NameData TypeDescription

address

CHARACTER VARYING

The address of the contract that defines this pool.

log_index

BIGINT

The index of this sync transaction in the block.

reserve0

CHARACTER VARYING

The amount of liquidity of the first token staked in this pool.

Provided as a convenience, but may overflow.

reserve1

CHARACTER VARYING

The amount of liquidity of the second token staked in this pool.

Provided as a convenience, but may overflow.

transaction_hash

CHARACTER VARYING

The hash of the transaction in which this sync occurred.

block_timestamp

BIGINT

The timestamp of the block in which this sync occurred.

block_number

BIGINT

The number of the block in which this sync occurred.

block_hash

CHARACTER VARYING

The hash of the block in which this sync occurred.

Last updated