# Events

The slashing module emits the following events:

### MsgServer <a href="#msgserver" id="msgserver"></a>

#### MsgUnjail <a href="#msgunjail" id="msgunjail"></a>

| Type    | Attribute Key | Attribute Value |
| ------- | ------------- | --------------- |
| message | module        | slashing        |
| message | sender        |                 |

### Keeper <a href="#keeper" id="keeper"></a>

### BeginBlocker: HandleValidatorSignature <a href="#beginblocker-handlevalidatorsignature" id="beginblocker-handlevalidatorsignature"></a>

| Type  | Attribute Key | Attribute Value |
| ----- | ------------- | --------------- |
| slash | address       |                 |
| slash | power         |                 |
| slash | reason        |                 |
| slash | jailed \[0]   |                 |
| slash | burned coins  |                 |

* \[0] Only included if the validator is jailed.

| Type     | Attribute Key  | Attribute Value |
| -------- | -------------- | --------------- |
| liveness | address        |                 |
| liveness | missed\_blocks |                 |
| liveness | height         |                 |

#### Slash <a href="#slash" id="slash"></a>

* same as `"slash"` event from `HandleValidatorSignature`, but without the `jailed` attribute.

#### Jail <a href="#jail" id="jail"></a>

| Type  | Attribute Key | Attribute Value |
| ----- | ------------- | --------------- |
| slash | jailed        |                 |
