# immutables

## MixinImmutables

Immutables are not assigned a storage slot, can be safely added to this contract.

### authority

```solidity
address authority
```

Returns the address of the authority contract.

#### Return Values

### \_implementation

```solidity
address _implementation
```

### constructor

```solidity
constructor(address newAuthority) internal
```
