Deprecation Notice: Lens data ingestion has been discontinued as of December 2025. Only historical data is available, and no new data will be added.
Table description
This holds a line for each recipient who gets paid out by the multi-recipient module.
Table Schema
| Column Name | Type | Description |
|---|
| id | integer | Auto-incrementing row identifier |
| open_module_id | varchar | Reference to the parent open action module instance |
| publication_id | varchar | Publication ID the module belongs to (format: profileId-pubId) |
| recipient | varbinary | Wallet address of this recipient |
| split | decimal(5,2) | Percentage share of revenue allocated to this recipient |
| index | integer | Position index of the recipient in the split list |
Table Sample