Skip to main content
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 NameTypeDescription
idintegerAuto-incrementing row identifier
open_module_idvarcharReference to the parent open action module instance
publication_idvarcharPublication ID the module belongs to (format: profileId-pubId)
recipientvarbinaryWallet address of this recipient
splitdecimal(5,2)Percentage share of revenue allocated to this recipient
indexintegerPosition index of the recipient in the split list

Table Sample