RoyaltyManager

The RoyaltyManager allows you to customize royalty information for your projects. While you can always just define a splits address as the royalty payout address directly from the Highlight creator UI, you may want to define more custom logic. For example, imagine youโ€™d like to set distinct royalty data for different buckets of tokensโ€”different percentages for different editions of token ID ranges, or different payout addresses. The RoyaltyManager is a simple way to accomplish that.

Like the TokenManager, RoyaltyManager includes canSwap and canRemoveItself methods, which allow the modules themselves to dictate whether they can be swapped out for other modules.

Last updated