LendingPoolAddressesProvider
Verified contract
Active on
Ethereum with 25 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) |
---|---|---|---|---|---|---|---|
| 15090378 | 2 years ago | | | 0 | 0.00065313825 | |
| 15090350 | 2 years ago | | | 0 | 0.00066316070 | |
| 15090326 | 2 years ago | | | 0 | 0.00082643499 | |
| 15090292 | 2 years ago | | | 0 | 0.0011948825 | |
| 11380080 | 4 years ago | | | 0 | 0.0012344400 | |
| 11379758 | 4 years ago | | | 0 | 0.0013625660 | |
| 11379756 | 4 years ago | | | 0 | 0.0013339350 | |
| 11374220 | 4 years ago | | | 0 | 0.0019509530 | |
| 11367202 | 4 years ago | | | 0 | 0.0023696800 | |
| 11367172 | 4 years ago | | | 0 | 0.0023696800 |
ABI
ABI objects
Getter at block 21156462
getEmergencyAdmin() view returns (address)
0x2cfe3ec4d5a6811f4b8067f0de7e47dfa938aa30
getLendingPool() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
getLendingPoolCollateralManager() view returns (address)
0x368e6441bb27159c6e8e6d3bbd9147becba915e3
getLendingPoolConfigurator() view returns (address)
0x311bb771e4f8952e6da169b425e7e92d6ac45756
getLendingRateOracle() view returns (address)
0x8a32f49ffba88aba6eff96f45d8bd1d4b3f35c7d
getMarketId() view returns (string)
Aave genesis market
getPoolAdmin() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
getPriceOracle() view returns (address)
0xa50ba011c48153de246e5192c8f9258a2ba79ca9
owner() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
Read-only
getAddress(bytes32 id) view returns (address)
State-modifying
Events renounceOwnership()
setAddress(bytes32 id, address newAddress)
setAddressAsProxy(bytes32 id, address implementationAddress)
setEmergencyAdmin(address emergencyAdmin)
setLendingPoolCollateralManager(address manager)
setLendingPoolConfiguratorImpl(address configurator)
setLendingPoolImpl(address pool)
setLendingRateOracle(address lendingRateOracle)
setMarketId(string marketId)
setPoolAdmin(address admin)
setPriceOracle(address priceOracle)
transferOwnership(address newOwner)
AddressSet(bytes32 id, address indexed newAddress, bool hasProxy)
ConfigurationAdminUpdated(address indexed newAddress)
EmergencyAdminUpdated(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.