Kiln
Coverage Fund Interface (v1)
This interface exposes methods to receive donations for the slashing coverage fund and pull the funds into river
Donates ETH to the coverage fund contract
Initialize the coverage fund with the required arguments
Name | Type | Description |
---|---|---|
Pulls ETH into the River contract
Only callable by the River contract
A donation has been made to the coverage fund
The storage river address has changed
A donation with 0 ETH has been performed
The fallback or receive callback has been triggered
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
_riverAddress
address
Address of River
_maxAmount
uint256
The maximum amount to pull into the system
donator indexed
address
Address that performed the donation
amount
uint256
The amount donated
river indexed
address
The new river address