# ImmutableOwner

A helper contract with helper modifiers to allow access to original contract creator only

## Functions[​](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/helpers/ImmutableOwner#functions) <a href="#functions" id="functions"></a>

### constructor[​](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/helpers/ImmutableOwner#constructor) <a href="#constructor" id="constructor"></a>

```javascript
function constructor(
  address _immutableOwner
) public
```

**Parameters:**[**​**](https://docs.1inch.io/docs/limit-order-protocol/smart-contract/helpers/ImmutableOwner#parameters)

| Name              | Type    | Description |
| ----------------- | ------- | ----------- |
| `_immutableOwner` | address |             |
