IROJIVerseRoyalties
IROJIVerseRoyalties
This is a facet that is added to the ROJIVerseDiamond contract. The events are emitted by the diamond.
royaltiesDetermineForTier
function royaltiesDetermineForTier(bytes32 tier) external view returns (address royaltyReceiver, uint16 bps)Returns the royalty information for a given tier, or the default value if not active.
Parameters
Name
Type
Description
tier
bytes32
The tier to retrieve the royalty information for. This is a keccak of the tier string.
Was this helpful?