PoolAddressesProvider
Verified contract
Active on
Ethereum with 10 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 "PoolAddressesProvider"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16291281 | 2 years ago | | | 0 | 0.00048611500 | |
| 16291281 | 2 years ago | | | 0 | 0.00051827900 | |
| 16291136 | 2 years ago | | | 0 | 0.010493539 | |
| 16291130 | 2 years ago | | | 0 | 0.011269062 | |
| 16291127 | 2 years ago | | | 0 | 0.011223366 | |
| 16291126 | 2 years ago | | | 0 | 0.00080935300 | |
| 16291119 | 2 years ago | | | 0 | 0.00080971000 | |
| 16291116 | 2 years ago | | | 0 | 0.00080897900 | |
| 16291081 | 2 years ago | | | 0 | 0.00080971000 | |
| 16291072 | 2 years ago | | | 0 | 0.00059566300 |
ABI
ABI objects
Getter at block 21241377
getACLAdmin() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
getACLManager() view returns (address)
0xc2aacf6553d20d1e9d78e365aaba8032af9c85b0
getMarketId() view returns (string)
Aave Ethereum Market
getPool() view returns (address)
0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2
getPoolConfigurator() view returns (address)
0x64b761d848206f447fe2dd461b0c635ec39ebb27
getPoolDataProvider() view returns (address)
0x41393e5e337606dc3821075af65aee84d7688cbd
getPriceOracle() view returns (address)
0x54586be62e3c3580375ae3723c145253060ca0c2
getPriceOracleSentinel() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
Read-only
getAddress(bytes32 id) view returns (address)
State-modifying
Events renounceOwnership()
setACLAdmin(address newAclAdmin)
setACLManager(address newAclManager)
setAddress(bytes32 id, address newAddress)
setAddressAsProxy(bytes32 id, address newImplementationAddress)
setMarketId(string newMarketId)
setPoolConfiguratorImpl(address newPoolConfiguratorImpl)
setPoolDataProvider(address newDataProvider)
setPoolImpl(address newPoolImpl)
setPriceOracle(address newPriceOracle)
setPriceOracleSentinel(address newPriceOracleSentinel)
transferOwnership(address newOwner)
ACLAdminUpdated(address indexed oldAddress, address indexed newAddress)
ACLManagerUpdated(address indexed oldAddress, address indexed newAddress)
AddressSet(bytes32 indexed id, address indexed oldAddress, address indexed newAddress)
AddressSetAsProxy(bytes32 indexed id, address indexed proxyAddress, address oldImplementationAddress, address indexed newImplementationAddress)
MarketIdSet(string indexed oldMarketId, string indexed newMarketId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolConfiguratorUpdated(address indexed oldAddress, address indexed newAddress)
PoolDataProviderUpdated(address indexed oldAddress, address indexed newAddress)
PoolUpdated(address indexed oldAddress, address indexed newAddress)
PriceOracleSentinelUpdated(address indexed oldAddress, address indexed newAddress)
PriceOracleUpdated(address indexed oldAddress, address indexed newAddress)
ProxyCreated(bytes32 indexed id, address indexed proxyAddress, address indexed implementationAddress)
constructor(string marketId, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.