InitializableImmutableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 4,520 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "InitializableImmutableAdminUpgradeabilityProxy"
Transactions
ABI
ABI objects
Getter at block 21217687 getBorrowingAssetAndVolumes() view returns (uint256, uint256[], address[], uint256) getReservesList() view returns (address[])
MAX_NUMBER_RESERVES() view returns (uint256)
128
getAddressesProvider() view returns (address)
0xb7499a92fc36e9053a4324affae59d333635d9c3
paused() view returns (bool)
false
Read-only
getConfiguration(address asset) view returns (struct DataTypesReserveConfigurationMap)
getReserveData(address asset) view returns (struct DataTypesReserveData)
getReserveNormalizedIncome(address asset) view returns (uint256)
getReserveNormalizedVariableDebt(address asset) view returns (uint256)
getTotalBalanceOfAssetPair(address asset) view returns (uint256, uint256)
getUserAccountData(address user) view returns (uint256 totalCollateralETH, uint256 totalDebtETH, uint256 availableBorrowsETH, uint256 currentLiquidationThreshold, uint256 ltv, uint256 healthFactor)
getUserConfiguration(address user) view returns (struct DataTypesUserConfigurationMap)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
borrow(address asset, uint256 amount, uint256 interestRateMode, uint16 referralCode, address onBehalfOf)
deposit(address asset, uint256 amount, address onBehalfOf, uint16 referralCode)
depositYield(address asset, uint256 amount)
finalizeTransfer(address asset, address from, address to, uint256 amount, uint256 balanceFromBefore, uint256 balanceToBefore)
getYield(address asset, uint256 amount)
initReserve(address asset, address yieldAddress, address aTokenAddress, address stableDebtAddress, address variableDebtAddress, address interestRateStrategyAddress) payable
initialize(address provider)
liquidationCall(address collateralAsset, address debtAsset, address user, uint256 debtToCover, bool receiveAToken)
registerVault(address _vaultAddress) payable
repay(address asset, uint256 amount, uint256 rateMode, address onBehalfOf) returns (uint256)
setConfiguration(address asset, uint256 configuration) payable
setPause(bool val) payable
setReserveInterestRateStrategyAddress(address asset, address rateStrategyAddress) payable
setUserUseReserveAsCollateral(address asset, bool useAsCollateral)
unregisterVault(address _vaultAddress) payable
withdraw(address asset, uint256 amount, address to) returns (uint256)
withdrawFrom(address asset, uint256 amount, address from, address to) returns (uint256)
Upgraded(address indexed implementation)
Borrow(address indexed reserve, address user, address indexed onBehalfOf, uint256 amount, uint256 borrowRateMode, uint256 borrowRate, uint16 indexed referral)
Deposit(address indexed reserve, address user, address indexed onBehalfOf, uint256 amount, uint16 indexed referral)
FlashLoan(address indexed target, address indexed initiator, address indexed asset, uint256 amount, uint256 premium, uint16 referralCode)
LiquidationCall(address indexed collateralAsset, address indexed debtAsset, address indexed user, uint256 debtToCover, uint256 liquidatedCollateralAmount, address liquidator, bool receiveAToken)
Paused()
Repay(address indexed reserve, address indexed user, address indexed repayer, uint256 amount)
ReserveDataUpdated(address indexed reserve, uint256 liquidityRate, uint256 stableBorrowRate, uint256 variableBorrowRate, uint256 liquidityIndex, uint256 variableBorrowIndex)
ReserveUsedAsCollateralDisabled(address indexed reserve, address indexed user)
ReserveUsedAsCollateralEnabled(address indexed reserve, address indexed user)
Unpaused()
Withdraw(address indexed reserve, address indexed user, address indexed to, uint256 amount)
constructor(address admin)
fallback()
This contract contains no error objects.