# Events

The `x/epochs` module emits the following events:

### BeginBlocker <a href="#beginblocker" id="beginblocker"></a>

| Type          | Attribute Key    | Attribute Value  |
| ------------- | ---------------- | ---------------- |
| `epoch_start` | `"epoch_number"` | `{epoch_number}` |
| `epoch_start` | `"start_time"`   | `{start_time}`   |

### EndBlocker <a href="#endblocker" id="endblocker"></a>

| Type        | Attribute Key    | Attribute Value  |
| ----------- | ---------------- | ---------------- |
| `epoch_end` | `"epoch_number"` | `{epoch_number}` |
