TransparentUpgradeableProxy

Verified contract

Proxy

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

No balances found for "TransparentUpgradeableProxy"

0x4c0e823f7f4904e27aff8d51eeae535724bbf09b1d61951c6af4713fdc2dd638
0xc4f598a3183db2a43b2130e5a48849b8bdca24dec77f40586bf8b746aaf2a3fa
0xc13a2f074dd1734afe6a88b83feaedd49a636febaa1051806ad220776e5c1c2d
0xe82802776e8bc398050769ff21479d9eb60631f546c5b4e943bed3add56f556f

Functions
Getter at block 22731526
owner(view returns (address)
0x7a00657a45420044bc526b90ad667affaee0a868
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RateParametersSet(address tokenaddress rateOracleuint64 depositFeeuint32 freshPeriod
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
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