FeeManagement

Functions

royaltyRegistry

function royaltyRegistry() external view returns (address)

Returns the address of the Royalty Registry. See Royalty Registry.

feeManager

function feeManager() external view returns (address)

Returns the address of the Fee Manager.

royaltyFeeManager

function royaltyFeeManager() external view returns (address)

Returns the address of the Royalty Fee Manager.

feeTo

function feeTo() external view returns (address)

Returns the address that receive the Protocol Fee.

setFeeManager

To configure the Fee Manager address.

setRoyaltyFeeManager

To configure the Royalty Fee Manager address.

setRoyaltyRegistry

To configure the Royalty Registry address.

setFeeTo

To configure the address to receive Protocol Fee.

Last updated