Skip to main content

Event Type

The pool event that triggered the update. Enum(String)

Vault

A vault holds one side of a pool’s liquidity reserves. A pool has one vault per token it holds. Most EVM pool contracts custody their own reserves, so the vault address is usually the pool address. Singleton designs such as Uniswap V4 hold reserves for many pools in one contract, in which case the vault address is that shared contract. Object