2020-06-03 18:54:31 +00:00
|
|
|
<!--
|
|
|
|
order: 4
|
|
|
|
-->
|
|
|
|
|
2020-05-07 17:46:48 +00:00
|
|
|
# Events
|
|
|
|
|
|
|
|
The `x/incentive` module emits the following events:
|
|
|
|
|
2021-02-19 16:14:48 +00:00
|
|
|
## ClaimUSDXMintingReward
|
2020-05-07 17:46:48 +00:00
|
|
|
|
2021-02-19 16:14:48 +00:00
|
|
|
| Type | Attribute Key | Attribute Value |
|
|
|
|
|----------------------|---------------------|---------------------------|
|
|
|
|
| claim_reward | claimed_by | `{claiming address}' |
|
|
|
|
| claim_reward | claim_amount | `{amount claimed}' |
|
|
|
|
| claim_reward | claim_type | `{amount claimed}' |
|
|
|
|
| message | module | incentive |
|
|
|
|
| message | sender | hard_liquidity_provider |
|
2020-05-07 17:46:48 +00:00
|
|
|
|
2021-02-19 16:14:48 +00:00
|
|
|
## MsgClaimHardLiquidityProviderReward
|
2020-05-07 17:46:48 +00:00
|
|
|
|
2021-02-19 16:14:48 +00:00
|
|
|
| Type | Attribute Key | Attribute Value |
|
|
|
|
|----------------------|---------------------|---------------------------|
|
|
|
|
| claim_reward | claimed_by | `{claiming address}' |
|
|
|
|
| claim_reward | claim_amount | `{amount claimed}' |
|
|
|
|
| claim_reward | claim_type | `{amount claimed}' |
|
|
|
|
| message | module | incentive |
|
|
|
|
| message | sender | usdx_minting |
|