eth.uniswap_v2.event_burns
SQL table schema for eth.uniswap_v2.event_burns and eth.uniswap_v2.recent_event_burns
Ethereum Uniswap-V2 burn events.
Last updated
SQL table schema for eth.uniswap_v2.event_burns and eth.uniswap_v2.recent_event_burns
Ethereum Uniswap-V2 burn events.
Last updated
Column Name | Data Type | Description |
---|---|---|
address
CHARACTER VARYING
The address of the contract that defines this pool.
log_index
BIGINT
The index of this burn transaction in the block.
amount0
CHARACTER VARYING
The amount of the first token that is being burned out of the pool.
amount1
CHARACTER VARYING
The amount of the second token that is being burned out of the pool.
sender
CHARACTER VARYING
The address of the burner.
to_address
CHARACTER VARYING
The address of the recipient of burned collateral.
transaction_hash
CHARACTER VARYING
The hash of the transaction in which this burn occurred.
block_timestamp
BIGINT
The timestamp of the block in which this burn occurred.
block_number
BIGINT
The number of the block in which this burn occurred.
block_hash
CHARACTER VARYING
The hash of the block in which this burn occurred.