# Events

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

### Register Fee Split <a href="#register-fee-split" id="register-fee-split"></a>

| Type                 | Attribute Key          | Attribute Value           |
| -------------------- | ---------------------- | ------------------------- |
| `register_fee_split` | `"contract"`           | `{msg.ContractAddress}`   |
| `register_fee_split` | `"sender"`             | `{msg.DeployerAddress}`   |
| `register_fee_split` | `"withdrawer_address"` | `{msg.WithdrawerAddress}` |

### Update Fee Split <a href="#update-fee-split" id="update-fee-split"></a>

| Type               | Attribute Key          | Attribute Value           |
| ------------------ | ---------------------- | ------------------------- |
| `update_fee_split` | `"contract"`           | `{msg.ContractAddress}`   |
| `update_fee_split` | `"sender"`             | `{msg.DeployerAddress}`   |
| `update_fee_split` | `"withdrawer_address"` | `{msg.WithdrawerAddress}` |

### Cancel Fee Split <a href="#cancel-fee-split" id="cancel-fee-split"></a>

| Type               | Attribute Key | Attribute Value         |
| ------------------ | ------------- | ----------------------- |
| `cancel_fee_split` | `"contract"`  | `{msg.ContractAddress}` |
| `cancel_fee_split` | `"sender"`    | `{msg.DeployerAddress}` |
