> For the complete documentation index, see [llms.txt](https://instantmiso.gitbook.io/miso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://instantmiso.gitbook.io/miso/dev/misofermentationvault-contracts/admin-functions.md).

# Admin Functions Overview

### Gnosis Safe Factory Contract

```
function setSafeGnosis(address _safeGnosis) external 
```

| Parameter    | Description                  |
| ------------ | ---------------------------- |
| \_safeGnosis | SafeGnosis contract address. |

Function that can change Gnosis Safe contract address.\
Requires Operator Role.

```
function setProxyFactory(address _proxyFactory) external
```

| Parameter      | Description                    |
| -------------- | ------------------------------ |
| \_proxyFactory | ProxyFactory contract address. |

Function that can change Proxy Factory contract address.\
Requires Operator Role.
