LendingPoolAddressesProvider
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LendingPoolAddressesProvider"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17664485 | a year ago | | | 0 | 0.00090462630 | |
| 17317258 | a year ago | | | 0 | 0.0015405880 | |
| 17317104 | a year ago | | | 0 | 0.029228450 | |
| 16692117 | 2 years ago | | | 0 | 0.0015924499 | |
| 16654014 | 2 years ago | | | 0 | 0.0014428000 | |
| 16621391 | 2 years ago | | | 0 | 0.0019887000 | |
| 16621321 | 2 years ago | | | 0 | 0.0016924600 | |
| 16621289 | 2 years ago | | | 0 | 0.019639235 | |
| 16621101 | 2 years ago | | | 0 | 0.0023488000 | |
| 16578370 | 2 years ago | | | 0 | 0.0023084800 |
ABI
ABI objects
Getter at block 21219133
getEmergencyAdmin() view returns (address)
0x04103b7b41331e715a810e011dde7f359cd9bea4
getIncentiveController() view returns (address)
0x96f8165cea3b6cdf17d2d15143ddf741b7f7fae1
getIncentiveToken() view returns (address)
0x0000000000000000000000000000000000000000
getLendingPool() view returns (address)
0x9f72dc67cec672bb99e3d02cbea0a21536a2b657
getLendingPoolCollateralManager() view returns (address)
0xded3f5c67085cb5d4b36ba4d13ab62e1923d34c7
getLendingPoolConfigurator() view returns (address)
0xa059fa48d6444db1a87478eeed0bcbc7802429af
getLendingRateOracle() view returns (address)
0x5c6d6758c0e3dc6e7ed4c3b678bbf338d5f1d14b
getMarketId() view returns (string)
Sturdy_eth genesis market
getPoolAdmin() view returns (address)
0xfe6de700427cc0f964aa6ce15df2bb56c7efdd60
getPriceOracle() view returns (address)
0xe5d78eb340627b8d5bcff63590ebec1ef9118c89
owner() view returns (address)
0xfe6de700427cc0f964aa6ce15df2bb56c7efdd60
Read-only
getAddress(bytes32 id) view returns (address)
State-modifying
Events renounceOwnership() payable
setAddress(bytes32 id, address newAddress) payable
setAddressAsProxy(bytes32 id, address implementationAddress) payable
setEmergencyAdmin(address emergencyAdmin) payable
setIncentiveControllerImpl(address incentiveController) payable
setIncentiveTokenImpl(address incentiveToken) payable
setLendingPoolCollateralManager(address manager) payable
setLendingPoolConfiguratorImpl(address configurator) payable
setLendingPoolImpl(address pool) payable
setLendingRateOracle(address lendingRateOracle) payable
setMarketId(string marketId) payable
setPoolAdmin(address admin) payable
setPriceOracle(address priceOracle) payable
transferOwnership(address newOwner) payable
AddressSet(bytes32 id, address indexed newAddress, bool hasProxy)
ConfigurationAdminUpdated(address indexed newAddress)
EmergencyAdminUpdated(address indexed newAddress)
IncentiveControllerUpdated(address indexed newAddress)
IncentiveTokenUpdated(address indexed newAddress)
LendingPoolCollateralManagerUpdated(address indexed newAddress)
LendingPoolConfiguratorUpdated(address indexed newAddress)
LendingPoolUpdated(address indexed newAddress)
LendingRateOracleUpdated(address indexed newAddress)
MarketIdSet(string newMarketId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceOracleUpdated(address indexed newAddress)
ProxyCreated(bytes32 id, address indexed newAddress)
constructor(string marketId)
This contract contains no fallback and receive objects.
This contract contains no error objects.