github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/slashing/spec/06_events.md (about) 1 <!-- 2 order: 6 3 --> 4 5 # Tags 6 7 The slashing module emits the following events/tags: 8 9 ## BeginBlocker 10 11 | Type | Attribute Key | Attribute Value | 12 | ----- | ------------- | --------------------------- | 13 | slash | address | {validatorConsensusAddress} | 14 | slash | power | {validatorPower} | 15 | slash | reason | {slashReason} | 16 | slash | jailed [0] | {validatorConsensusAddress} | 17 18 - [0] Only included if the validator is jailed. 19 20 | Type | Attribute Key | Attribute Value | 21 | -------- | ------------- | --------------------------- | 22 | liveness | address | {validatorConsensusAddress} | 23 | liveness | missed_blocks | {missedBlocksCounter} | 24 | liveness | height | {blockHeight} | 25 26 ## Handlers 27 28 ### MsgUnjail 29 30 | Type | Attribute Key | Attribute Value | 31 | ------- | ------------- | --------------- | 32 | message | module | slashing | 33 | message | action | unjail | 34 | message | sender | {senderAddress} |