MevETHRateProvider

Inherits: IRateProvider

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

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

NameTypeDescription
<none>uint256the value of mevETH in terms of ETH