eth.uniswap_v3.event_mints

SQL table schema for eth.uniswap_v3.event_mints and eth.uniswap_v3.recent_event_mints

Ethereum Uniswap-V3 mint events.

Column NameData TypeDescription

address

CHARACTER VARYING

The address of the contract that defines this pool.

log_index

BIGINT

The index of this burn transaction in the block.

tick_lower

INTEGER

The lower bound on the tick for this burn.

tick_upper

INTEGER

The upper bound on the tick for this burn.

amount

CHARACTER VARYING

The amount of liquidity that is being minted into the pool.

amount0

CHARACTER VARYING

The amount of the first token that is being staked into the pool.

amount1

CHARACTER VARYING

The amount of the second token that is being staked into the pool.

owner

CHARACTER VARYING

The address of the owner of the newly minted liquidity.

sender

CHARACTER VARYING

The address of the minter.

transaction_hash

CHARACTER VARYING

The hash of the transaction in which this mint occurred.

block_timestamp

BIGINT

The timestamp of the block in which this mint occurred.

block_number

BIGINT

The number of the block in which this mint occurred.

block_hash

CHARACTER VARYING

The hash of the block in which this mint occurred.

Last updated