💰FeesManager
The FeesManager contract manages management and performance fees receivers.
Write Methods
setManagementFeesReceiver
Settles the address of the management fees receiver.
Only callable by the contract owner.
Call Parameters:
Name
Type
Description
_managementFeesReceiver
address
address of the management fees receiver
setPerformanceFeesReceiver
Settles the address of the performance fees receiver.
Only callable by the contract owner.
Call Parameters:
Name
Type
Description
_performanceFeesReceiver
address
address of the performance fees receiver
Last updated