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 "CollectEventData".
type
EventType!
Always Collect.
owner
String
Position owner address.
recipient
String
Address that received the collected fees.
tickLower
String
Lower tick of the position the fees were collected from.
tickUpper
String
Upper tick of the position.
amount0
String!
Amount of token0 collected.
amount1
String!
Amount of token1 collected.
Note: Collect is not exposed through getTokenEvents (Codex contract). Documented here for schema completeness.