# FeesManager

## Write Methods

### setManagementFeesReceiver

```solidity
function setManagementFeesReceiver(address _managementFeesReceiver) external
```

Settles the address of the management fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="281">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_managementFeesReceiver</code></td><td>address</td><td>address of the management fees receiver</td></tr></tbody></table>

### setPerformanceFeesReceiver

```solidity
function setPerformanceFeesReceiver(address _performanceFeesReceiver) external
```

Settles the address of the performance fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="289">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_performanceFeesReceiver</code></td><td>address</td><td>address of the performance fees receiver</td></tr></tbody></table>
