eth.uniswap_v3.event_set_fee_protocols
SQL table schema for eth.uniswap_v3.event_set_fee_protocols and eth.uniswap_v3.recent_event_set_fee_protocols
Ethereum Uniswap-V3 set fee protocol events.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the contract that defines this pool. |
| BIGINT | The index of this burn transaction in the block. |
| INTEGER | The previous value of the fee protocol on the first token. |
| INTEGER | The new value of the fee protocol on the first token. |
| INTEGER | The previous value of the fee protocol on the second token. |
| INTEGER | The new value of the fee protocol on the second token. |
| CHARACTER VARYING | The hash of the transaction in which this event occurred. |
| BIGINT | The timestamp of the block in which this event occurred. |
| BIGINT | The number of the block in which this event occurred. |
| CHARACTER VARYING | The hash of the block in which this event occurred. |
Last updated