Skip to main content

IRoyaltyFeeRegistry

LooksRare protocol team (👀,💎)

IRoyaltyFeeRegistry

Methods​

royaltyInfo​

function royaltyInfo(address collection, uint256 price) external view returns (address receiver, uint256 royaltyFee)

This function returns the royalty information for a collection at a given transaction price.

Parameters​

NameTypeDescription
collectionaddressCollection address
priceuint256Transaction price

Returns​

NameTypeDescription
receiveraddressReceiver address
royaltyFeeuint256Royalty fee amount