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.

type
EventType!
Always PoolBalanceChanged. See EventType.
sender
String
Address that triggered the balance change (typically the liquidity provider).
amount0
String
Raw token0 delta.
amount1
String
Raw token1 delta.
amount0Shifted
String
Decimal-shifted token0 delta. Not yet populated.
amount1Shifted
String
Decimal-shifted token1 delta. Not yet populated.
token0
String
Token0 address. Not yet populated.
token1
String
Token1 address. Not yet populated.
protocolFeeAmount0
String
Protocol fee on token0 side. Not yet populated.
protocolFeeAmount1
String
Protocol fee on token1 side. Not yet populated.
liquidity0
String
Post-event liquidity on token0 side. Not yet populated.
liquidity1
String
Post-event liquidity on token1 side. Not yet populated.