mevETH Rate Provider Contract
Git Source (opens in a new tab)
Returns the value of mevETH in terms of ETH
State Variables
mevETH
The address of the mevETH contract
IMevEth public immutable mevETH;
Functions
constructor
Constructs the MevETHRateProvider contract, setting the mevETH address
constructor(IMevEth _mevETH);
getRate
Returns the value of mevETH in terms of ETH
function getRate() external view override returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | the value of mevETH in terms of ETH |