InitializableAdminUpgradeabilityProxy

Verified contract

Proxy

Active on Ethereum with 1,502 txns
Deployed by via 0x8bd90ade at 10094942
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "InitializableAdminUpgradeabilityProxy"

0xa9f6b3dacf16728231df5f175409f4b725f65364518ca58b20e9a37976c868f6
0x451a0d11aa644168b460caa8b502e47ac76d005c739c5d7d403f6275bce48481
0x29535332bef1e49bae39a31c891f4a89a3017fbcbb310df3833425ac824f4679
0x621f59ccedd591c40460df8bae95ac12dafefe283bbd911b865e182f462ddf95
0x8b896cbe7a825a52f719dc0b00fcd7b5217ee11bce870f493564e9ce877e05d6
0x97df73e6081c2db33b954c6db3b2ecffc1e827c307a87a9695d67eff2d2a6159
0x802f61a0924f27574728f4a3b6ec744c858ead5bef393eb73fa7a58cf9e5fb86
0x7dcde662b5875c337f6e30c1642376b29a8c539d711b6d4434e55a354436dff5
0xf09ed42e27696e74e2bcba958b1718f48e7258b6a4567ec7960d0831e825e564
0xa98e1d611895a5b803e18f90a721f3f836897af328c7beca005ff2f4c4b0c89c

Functions
Getter at block 20857239
LENDINGPOOL_REVISION(view returns (uint256)
2
UINT_MAX_VALUE(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
addressesProvider(view returns (address)
0x7fd53085b9a29d236235d6fc593b47c9c33429f1
core(view returns (address)
0x1012cff81a1582ddd0616517efb97d02c5c17e25
dataProvider(view returns (address)
0x131ddc4343073b3287ba6016d048a5df6d5c3b77
 
getReserves(view returns (address[])
parametersProvider(view returns (address)
0x22752ecb8a44b51bfcb7b1bb59df9ba3ff95884d
Read-only
getReserveConfigurationData(address _reserveview returns (uint256 ltvuint256 liquidationThresholduint256 liquidationBonusaddress interestRateStrategyAddressbool usageAsCollateralEnabledbool borrowingEnabledbool stableBorrowRateEnabledbool isActive)
getReserveData(address _reserveview returns (uint256 totalLiquidityuint256 availableLiquidityuint256 totalBorrowsStableuint256 totalBorrowsVariableuint256 liquidityRateuint256 variableBorrowRateuint256 stableBorrowRateuint256 averageStableBorrowRateuint256 utilizationRateuint256 liquidityIndexuint256 variableBorrowIndexaddress aTokenAddressuint40 lastUpdateTimestamp)
getUserAccountData(address _userview returns (uint256 totalLiquidityETHuint256 totalCollateralETHuint256 totalBorrowsETHuint256 totalFeesETHuint256 availableBorrowsETHuint256 currentLiquidationThresholduint256 ltvuint256 healthFactor)
getUserReserveData(address _reserveaddress _userview returns (uint256 currentATokenBalanceuint256 currentBorrowBalanceuint256 principalBorrowBalanceuint256 borrowRateModeuint256 borrowRateuint256 liquidityRateuint256 originationFeeuint256 variableBorrowIndexuint256 lastUpdateTimestampbool usageAsCollateralEnabled)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
implementation(returns (address)
initialize(address _logicaddress _adminbytes _datapayable 
initialize(address _logicbytes _datapayable 
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
borrow(address _reserveuint256 _amountuint256 _interestRateModeuint16 _referralCode
deposit(address _reserveuint256 _amountuint16 _referralCodepayable 
flashLoan(address _receiveraddress _reserveuint256 _amountbytes _params
initialize(address _addressesProvider
liquidationCall(address _collateraladdress _reserveaddress _useruint256 _purchaseAmountbool _receiveATokenpayable 
rebalanceStableBorrowRate(address _reserveaddress _user
redeemUnderlying(address _reserveaddress _useruint256 _amountuint256 _aTokenBalanceAfterRedeem
repay(address _reserveuint256 _amountaddress _onBehalfOfpayable 
setUserUseReserveAsCollateral(address _reservebool _useAsCollateral
swapBorrowRateMode(address _reserve
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Borrow(address indexed _reserveaddress indexed _useruint256 _amountuint256 _borrowRateModeuint256 _borrowRateuint256 _originationFeeuint256 _borrowBalanceIncreaseuint16 indexed _referraluint256 _timestamp
Deposit(address indexed _reserveaddress indexed _useruint256 _amountuint16 indexed _referraluint256 _timestamp
FlashLoan(address indexed _targetaddress indexed _reserveuint256 _amountuint256 _totalFeeuint256 _protocolFeeuint256 _timestamp
LiquidationCall(address indexed _collateraladdress indexed _reserveaddress indexed _useruint256 _purchaseAmountuint256 _liquidatedCollateralAmountuint256 _accruedBorrowInterestaddress _liquidatorbool _receiveATokenuint256 _timestamp
OriginationFeeLiquidated(address indexed _collateraladdress indexed _reserveaddress indexed _useruint256 _feeLiquidateduint256 _liquidatedCollateralForFeeuint256 _timestamp
RebalanceStableBorrowRate(address indexed _reserveaddress indexed _useruint256 _newStableRateuint256 _borrowBalanceIncreaseuint256 _timestamp
RedeemUnderlying(address indexed _reserveaddress indexed _useruint256 _amountuint256 _timestamp
Repay(address indexed _reserveaddress indexed _useraddress indexed _repayeruint256 _amountMinusFeesuint256 _feesuint256 _borrowBalanceIncreaseuint256 _timestamp
ReserveUsedAsCollateralDisabled(address indexed _reserveaddress indexed _user
ReserveUsedAsCollateralEnabled(address indexed _reserveaddress indexed _user
Swap(address indexed _reserveaddress indexed _useruint256 _newRateModeuint256 _newRateuint256 _borrowBalanceIncreaseuint256 _timestamp
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.