💰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 |
---|---|---|
| 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 |
---|---|---|
| address | address of the performance fees receiver |
Last updated