> For the complete documentation index, see [llms.txt](https://docs.blockxnet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockxnet.com/protocol-developers/modules/epochs/events.md).

# 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}` |
