ELFeeRecipientV1
Kiln
Execution Layer Fee Recipient (v1)
This contract receives all the execution layer fees from the proposed blocks + bribes
Methods
initELFeeRecipientV1
Initialize the fee recipient with the required arguments
Parameters
pullELFees
Pulls ETH to the River contract
Only callable by the River contract
Parameters
Events
Initialize
Emitted when the contract is properly initialized
Parameters
SetRiver
The storage river address has changed
Parameters
Errors
InvalidCall
The fallback has been triggered
InvalidInitialization
An error occured during the initialization
Parameters
InvalidZeroAddress
The address is zero
Unauthorized
The operator is unauthorized for the caller
Parameters
Last updated