Functions
royaltyRegistry
function royaltyRegistry() external view returns (address)
Returns the address of the Royalty Registry. See .
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
function setFeeManager(address _to) external
To configure the Fee Manager address.
setRoyaltyFeeManager
function setRoyaltyFeeManager(address _to) external
To configure the Royalty Fee Manager address.
setRoyaltyRegistry
function setRoyaltyRegistry(address _to) external
To configure the Royalty Registry address.
setFeeTo
function setFeeTo(address _to) external
To configure the address to receive Protocol Fee.