Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Swap
enum
A swap (trade). Sourced from swaps rows with swap_type IN (REGULAR, MEV, MEV_SANDWICHED, BOND).
Mint
enum
An LP add (V3 Mint or V2 deposit). Sourced from swaps rows with swap_type = DEPOSIT.
Burn
enum
An LP remove (V3 Burn or V2 withdrawal). Sourced from swaps rows with swap_type = WITHDRAWAL.
Sync
enum
V2 pool reserve sync. Stored in pool_events. Currently short-circuited to empty in getTokenEvents (Codex doesn’t expose Sync in its EventData union).
Collect
enum
V3 fee collection. Stored in pool_events. Short-circuited to empty.
CollectProtocol
enum
V3 protocol fee collection. Stored in pool_events. Short-circuited to empty.
PoolBalanceChanged
enum
Balancer V2 / Uniswap V4 multi-asset pool rebalance. Stored in pool_events.
LiquidityLock
enum
Liquidity lock event. Short-circuited to empty.