IBurner
Methods
onSlash
function onSlash(bytes32 subnetwork, address operator, uint256 amount, uint48 captureTimestamp) external nonpayable
Called when a slash happens.
Parameters
Name | Type | Description |
---|---|---|
subnetwork | bytes32 | full identifier of the subnetwork (address of the network concatenated with the uint96 identifier) |
operator | address | address of the operator |
amount | uint256 | virtual amount of the collateral slashed |
captureTimestamp | uint48 | time point when the stake was captured |