eth.uniswap_v3.event_collects

SQL table schema for eth.uniswap_v3.event_collects and eth.uniswap_v3.recent_event_collects

Ethereum Uniswap-V3 collect events.

Column NameData TypeDescription

address

CHARACTER VARYING

The address of the contract that defines this pool.

log_index

BIGINT

The index of this collect event in the block.

tick_lower

INTEGER

The lower bound on the tick for this event.

tick_upper

INTEGER

The upper bound on the tick for this burn.

amount0

CHARACTER VARYING

The amount of the first token being collected.

amount1

CHARACTER VARYING

The amount of the second token being collected.

owner

CHARACTER VARYING

The address initiating this collection.

recipient

CHARACTER VARYING

The address of the recipient of this collection.

transaction_hash

CHARACTER VARYING

The hash of the transaction in which this collection occurred.

block_timestamp

BIGINT

The timestamp of the block in which this collection occurred.

block_number

BIGINT

The number of the block in which this collection occurred.

block_hash

CHARACTER VARYING

The hash of the block in which this collection occurred.

Last updated