TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13838226 | 7 months ago | | | 0 | 0.00010082211 | |
| 13832045 | 7 months ago | | | 0 | 0.00011153861 | |
| 13830649 | 7 months ago | | | 0 | 0.00011175474 | |
| 13786214 | 7 months ago | | | 0 | 0.00016276166 |
ABI
ABI objects
Getter at block 22731526
owner() view returns (address)
0x7a00657a45420044bc526b90ad667affaee0a868
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateParametersSet(address token, address rateOracle, uint64 depositFee, uint32 freshPeriod)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
EtherfiL2ExchangeRateProvider__InvalidRate()
InvalidInitialization()
L2ExchangeRateProvider__DepositFeeExceedsMax()
L2ExchangeRateProvider__NoRateOracle()
L2ExchangeRateProvider__OutdatedRate()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)