InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 55 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 "InitializableAdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12613557 | 3 years ago | | | 0 | 0.0065224000 | |
| 12613555 | 3 years ago | | | 0 | 0.013465300 | |
| 12613553 | 3 years ago | | | 0 | 0.22218770 | |
| 12613516 | 3 years ago | | | 0 | 0.0065224000 | |
| 12613514 | 3 years ago | | | 0 | 0.013465300 | |
| 12613513 | 3 years ago | | | 0 | 0.22276840 | |
| 12556209 | 3 years ago | | | 0 | 0.11131680 | |
| 12556175 | 3 years ago | | | 0 | 0.0032612000 | |
| 12556173 | 3 years ago | | | 0 | 0.0067326500 | |
| 12556171 | 3 years ago | | | 0 | 0.10874605 |
ABI
ABI objects
Getter at block 21290402
CONFIGURATOR_REVISION() view returns (uint256)
5
getInvoiceCollateralReserves() view returns (address[])
[]
poolAddressesProvider() view returns (address)
0x4ad055e076be86d8f947333f15fb4e313bafc49b
Read-only
getCollateralTokenAddress(bytes32 symbol) view returns (address)
getCollateralTokenAddressStatus(address _token) view returns (bool)
invoiceCollateralReserveMap(bytes32) view returns (address)
invoiceCollateralReservesList(uint256) view returns (address)
isInvoiceCollateralReserve(address) view returns (bool)
isInvoiceReserve(address) view returns (bool)
isReserveEnabledForInvoicePool(address _reserve) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
activateReserve(address _reserve)
deactivateReserve(address _reserve)
disableBorrowingOnReserve(address _reserve)
disableCollateralTokenAddress(address _token) returns (bool)
disableReserveAsCollateral(address _reserve)
disableReserveStableBorrowRate(address _reserve)
enableBorrowingOnReserve(address _reserve, bool _stableBorrowRateEnabled)
enableReserveAsCollateral(address _reserve, uint256 _baseLTVasCollateral, uint256 _liquidationThreshold, uint256 _liquidationBonus)
enableReserveForInvoicePool(address _reserve, bool _enable)
enableReserveStableBorrowRate(address _reserve)
freezeReserve(address _reserve)
initReserve(address _reserve, uint8 _underlyingAssetDecimals, address _interestRateStrategyAddress)
initReserveWithData(address _reserve, string _PTokenName, string _PTokenSymbol, uint8 _underlyingAssetDecimals, address _interestRateStrategyAddress)
initialize(address _poolAddressesProvider)
refreshLendingPoolCoreConfiguration()
removeLastAddedReserve(address _reserveToRemove)
setReserveBaseLTVasCollateral(address _reserve, uint256 _ltv)
setReserveDecimals(address _reserve, uint256 _decimals)
setReserveInterestRateStrategyAddress(address _reserve, address _rateStrategyAddress)
setReserveLiquidationBonus(address _reserve, uint256 _bonus)
setReserveLiquidationThreshold(address _reserve, uint256 _threshold)
setTokenAddress(bytes32 symbol, address _token) returns (bool)
unfreezeReserve(address _reserve)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BorrowingDisabledOnReserve(address indexed _reserve)
BorrowingEnabledOnReserve(address _reserve, bool _stableRateEnabled)
ReserveActivated(address indexed _reserve)
ReserveBaseLtvChanged(address _reserve, uint256 _ltv)
ReserveDeactivated(address indexed _reserve)
ReserveDecimalsChanged(address _reserve, uint256 _decimals)
ReserveDisabledAsCollateral(address indexed _reserve)
ReserveEnabledAsCollateral(address indexed _reserve, uint256 _ltv, uint256 _liquidationThreshold, uint256 _liquidationBonus)
ReserveFreezed(address indexed _reserve)
ReserveInitialized(address indexed _reserve, address indexed _PToken, address _interestRateStrategyAddress)
ReserveInterestRateStrategyChanged(address _reserve, address _strategy)
ReserveLiquidationBonusChanged(address _reserve, uint256 _bonus)
ReserveLiquidationThresholdChanged(address _reserve, uint256 _threshold)
ReserveRemoved(address indexed _reserve)
ReserveUnfreezed(address indexed _reserve)
StableRateDisabledOnReserve(address indexed _reserve)
StableRateEnabledOnReserve(address indexed _reserve)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.