ITinyMevEth

SPDX-License-Identifier: SSPL-1.-0

smol interface for interacting with MevEth

Functions

grantRewards

This function is payable and should be called with the amount of rewards to be granted.

Function to grant rewards to other users.

function grantRewards() external payable;

grantValidatorWithdraw

This function must be called with a validator address and a payable amount.

Function to allow a validator to withdraw funds from the contract.

function grantValidatorWithdraw() external payable;