EtherfiL2ExchangeRateProvider

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x78f2ed4a at 13786213
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "EtherfiL2ExchangeRateProvider"

No transactions found for "EtherfiL2ExchangeRateProvider"


Functions
Getter at block 22731526
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getConversionAmount(address tokenuint256 amountInview returns (uint256 amountOut)
getConversionAmountUnsafe(address tokenuint256 amountInview returns (uint256 amountOut)
getRateParameters(address tokenview returns (struct IL2ExchangeRateProviderRateParameters parameters)
State-modifying
initialize(address owner
renounceOwnership(
setRateParameters(address tokenaddress rateOracleuint64 depositFeeuint32 freshPeriod
transferOwnership(address newOwner
Events
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RateParametersSet(address tokenaddress rateOracleuint64 depositFeeuint32 freshPeriod
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EtherfiL2ExchangeRateProvider__InvalidRate(
InvalidInitialization(
L2ExchangeRateProvider__DepositFeeExceedsMax(
L2ExchangeRateProvider__NoRateOracle(
L2ExchangeRateProvider__OutdatedRate(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account