EtherfiL2ExchangeRateProvider
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "EtherfiL2ExchangeRateProvider"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EtherfiL2ExchangeRateProvider"
ABI
ABI objects
Getter at block 22731526
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getConversionAmount(address token, uint256 amountIn) view returns (uint256 amountOut)
getConversionAmountUnsafe(address token, uint256 amountIn) view returns (uint256 amountOut)
getRateParameters(address token) view returns (struct IL2ExchangeRateProviderRateParameters parameters)
State-modifying
Events initialize(address owner)
renounceOwnership()
setRateParameters(address token, address rateOracle, uint64 depositFee, uint32 freshPeriod)
transferOwnership(address newOwner)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateParametersSet(address token, address rateOracle, uint64 depositFee, uint32 freshPeriod)
constructor()
This contract contains no fallback and receive objects.
EtherfiL2ExchangeRateProvider__InvalidRate()
InvalidInitialization()
L2ExchangeRateProvider__DepositFeeExceedsMax()
L2ExchangeRateProvider__NoRateOracle()
L2ExchangeRateProvider__OutdatedRate()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)