# Events

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

### Inflation <a href="#inflation" id="inflation"></a>

| Type        | Attibute Key         | Attibute Value                                |
| ----------- | -------------------- | --------------------------------------------- |
| `inflation` | `"epoch_provisions"` | `{fmt.Sprintf("%d", epochNumber)}`            |
| `inflation` | `"epoch_number"`     | `{strconv.FormatUint(uint64(in.Epochs), 10)}` |
| `inflation` | `"amount"`           | `{mintedCoin.Amount.String()}`                |
