SlashingTable

This contract manages slashing conditions and penalties.

Events

setPenalty setPenalty(string offense, uint256 penalty) external

Allows the Owner to set a slashing penalty in SKL tokens for a given offense.

getPenalty getPenalty(string offense) → uint256 external

Returns the penalty in SKL tokens for a given offense.

initialize initialize(address contractManagerAddress) public