Get events emitted by Uniswap V4 protocols.
Column Name | Description | Example |
---|---|---|
project | Name of the project | uniswap |
protocol | DEX protocol or project contract | uniswap_v4 |
contract_address | The contract address which emitted the event | 0x1f98431c8ad98523631ae4a59f267346ea31f984 |
event_name | Name of the emitted event | swap |
params | The decoded event parameters and their values | {"id": "0x4f88...", "liquidityDelta": "555103547015", ...} |
hooks | Hook contract address if applicable | 0xf8c3f4243c4d8c02831a718a7978fd869f094300 |
id | Unique identifier for the position or operation | 0x21c67e77068de97969ba93d4aab21826d33ca12bb9f565d8496e8fda8a82ca27 |
token0_address | Token0 contract address | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 |
token0_symbol | Token0 symbol | USD Coin |
token0_name | Token0 name | USDC |
token0_decimals | Token0 decimals | 18 |
token0_amount_raw_str | Token0 amount unnormalized, in string format for precision | 137236948882768125807312793371 |
token0_amount_raw | Token0 amount unnormalized | 1.37E+29 |
token0_amount_str | Token0 amount normalized, in string format for precision | 137236948883 |
token0_amount | Token0 amount normalized | 137236948883 |
token0_amount_usd | Token0 USD amount | 137236.948883 |
token0_price_usd | Token0 hourly USD price at event time | 1.00 |
token1_address | Token1 contract address | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 |
token1_symbol | Token1 symbol | WETH |
token1_name | Token1 name | Wrapped Ether |
token1_decimals | Token1 decimals | 18 |
token1_amount_raw_str | Token1 amount unnormalized, in string format for precision | 4672111890830594287 |
token1_amount_raw | Token1 amount unnormalized | 4.67E+18 |
token1_amount_str | Token1 amount normalized, in string format for precision | 4.672111891 |
token1_amount | Token1 amount normalized | 4.672111891 |
token1_amount_usd | Token1 USD amount | 8488.246162 |
token1_price_usd | Token1 hourly USD price at event time | 1816.79 |
liquidity | Liquidity field | 4628976692693695648 |
liquidity_delta | Liquidty delta field | 16550714 |
sqrt_price_x96 | Square root 96 price | 1351521332041867599613703477231485 |
transaction_from_address | The sending party address | 0x8f64c199659612133a354ca289f355709e16eb47 |
transaction_to_address | The receiving party address | 0xef1c6e67703c7bd7107eed8303fbe6ec2554bf6b |
transaction_hash | Transaction hash | 0xcd60d3b5885fc734e3154db0412d4da6a2d10907f1e14762813f7e6932c50957 |
transaction_index | Transaction index in the block | 3 |
log_index | Log index of this event | 31 |
block_timestamp | Block timestamp | 2023-05-16 20:02:23 |
block_number | Block number | 17274496 |
block_hash | Block hash | 0xac8e84d77b973380602f0d7ef3352ae99bef719d4762f7373feb91f2d9e8b2b0 |
unique_id | Unique ID of each event | event-sync_txn-0xcd60d3b5885fc734e3154db0412d4da6a2d10907f1e14762813f7e6932c50957_log_index-31 |
_created_at | Entry creation timestamp | 2024-05-28 05:51:11 |
_updated_at | Entry update timestamp | 2024-05-28 05:51:11 |
_changed_since_full_refresh | Boolean indicator on whether this table was full-refreshed | TRUE |