Aave / InitializableAdminUpgradeabilityProxy
LendingPool - InitializableAdminUpgradeabilityProxy
0x398eC7346DcD622eDc5ae82352F02bE94C62d119
BaseAdminUpgradeabilityProxy
event
AdminChanged
Inputs
Parameter | Type | Description |
---|---|---|
previousAdmin | address | |
newAdmin | address |
Outputs
(void)
function
upgradeTo
nonpayable
Restricted (ifAdmin)
Inputs
Parameter | Type | Description |
---|---|---|
newImplementation | address |
Outputs
(void)
function
implementation
nonpayable
Restricted (ifAdmin)
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
changeAdmin
nonpayable
Restricted (ifAdmin)
Inputs
Parameter | Type | Description |
---|---|---|
newAdmin | address |
Outputs
(void)
function
admin
nonpayable
Restricted (ifAdmin)
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
upgradeToAndCall
payable
Restricted (ifAdmin)
Inputs
Parameter | Type | Description |
---|---|---|
newImplementation | address | |
data | bytes |
Outputs
(void)
BaseUpgradeabilityProxy
event
Upgraded
Inputs
Parameter | Type | Description |
---|---|---|
implementation | address |
Outputs
(void)
LendingPool
function
initialize
payable
Restricted (initializer)
Inputs
Parameter | Type | Description |
---|---|---|
_logic | address | |
_data | bytes |
Outputs
(void)
function
initialize
payable
Restricted (initializer)
Inputs
Parameter | Type | Description |
---|---|---|
_logic | address | |
_admin | address | |
_data | bytes |
Outputs
(void)
LendingPoolCore
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)