LendingPoolAddressesProvider
Verified contract
Active on
Base with 13 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) |
---|---|---|---|---|---|---|---|
| 2369236 | a year ago | | | 0 | 0.000057323061 | |
| 2369104 | a year ago | | | 0 | 0.000060286145 | |
| 2369081 | a year ago | | | 0 | 0.000060242110 | |
| 2364210 | a year ago | | | 0 | 0.000028336508 | |
| 2364182 | a year ago | | | 0 | 0.000077840425 | |
| 2364151 | a year ago | | | 0 | 0.0000030109105 | |
| 2364120 | a year ago | | | 0 | 0.0000030121072 | |
| 2363984 | a year ago | | | 0 | 0.0000047198025 | |
| 2363968 | a year ago | | | 0 | 0.0000047186025 | |
| 2363807 | a year ago | | | 0 | 0.000053759428 |
ABI
ABI objects
Getter at block 22931247
getEmergencyAdmin() view returns (address)
0xb2adf47ecbc8236ff2097075a3f080dfd79b583a
getLendingPool() view returns (address)
0xb702ce183b4e1faa574834715e5d4a6378d0eed3
getLendingPoolCollateralManager() view returns (address)
0x352bc36e5552a364d4d2aa01c8c12bec11c6cc11
getLendingPoolConfigurator() view returns (address)
0xc534f577c0e6c46b27fdca6d27d132c543b0d61c
getLendingRateOracle() view returns (address)
0x8429d0afade80498eadb9919e41437a14d45a00b
getMarketId() view returns (string)
Granary Genesis Market
getPoolAdmin() view returns (address)
0xbdb399dd6f66609303d906d90765e432c04f77a4
getPriceOracle() view returns (address)
0x5a3423210536d930150080f699248edebc65e2b4
owner() view returns (address)
0x3e45df33adf1b81e7b45ca468e8e41496a66c837
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.