Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Table description
Thedune.lens.publication_open_action_module_multirecipient table 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 |