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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lens multi-recipient action modules — revenue split configurations for publication actions.
dune.lens.publication_open_action_module_multirecipient table holds a line for each recipient who gets paid out by the multi-recipient module.
| 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 |
Was this page helpful?