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.

__typename
String!
Always "PoolBalanceChangedEventData".
type
EventType!
Always PoolBalanceChanged.
sender
String
Liquidity provider address.
token0
String
First token of the (collapsed) two-token view.
token1
String
Second token. N>2-asset Balancer events are collapsed to (token0, token1).
amount0
String
Signed delta for token0.
amount1
String
Signed delta for token1.
amount0Shifted
String
Decimal-shifted delta for token0. Null on the historical path.
amount1Shifted
String
Decimal-shifted delta for token1. Null on the historical path.
protocolFeeAmount0
String
Protocol fee taken in token0.
protocolFeeAmount1
String
Protocol fee taken in token1.
liquidity0
String
Pool liquidity for token0 after the event. Null on the historical path.
liquidity1
String
Pool liquidity for token1 after the event. Null on the historical path.