# Pauser



> Pauser contract

## Globals
| Var | Type |
| --- | --- |
| pausers | mapping(address => bool) |

## Functions

## Events

### PauserAdded

> emit when pauser is added

  
#### Params:
| Param | Type | Indexed | Description |
| --- | --- | :---: | --- |
|`account` | address |  | pauser address
### PauserRemoved

> emit when pauser is removed

  
#### Params:
| Param | Type | Indexed | Description |
| --- | --- | :---: | --- |
|`account` | address |  | pauser address
