PoolAddressesProvider
Verified contract
Active on
Base with 2 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) |
---|---|---|---|---|---|---|---|
| 18517583 | 3 months ago | | | 0 | 0.000000030095671243 | |
| 18517583 | 3 months ago | | | 0 | 0.000000030095671243 |
ABI
ABI objects
Getter at block 22724522
getACLAdmin() view returns (address)
0x9390b1735def18560c509e2d0bc090e9d6ba257a
getACLManager() view returns (address)
0x43955b0899ab7232e3a454cf84aedd22ad46fd33
getMarketId() view returns (string)
Aave V3 BASE Market
getPool() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
getPoolConfigurator() view returns (address)
0x5731a04b1e775f0fdd454bf70f3335886e9a96be
getPoolDataProvider() view returns (address)
0xd82a47fdebb5bf5329b09441c3dab4b5df2153ad
getPriceOracle() view returns (address)
0x2cc0fc26ed4563a5ce5e8bdcfe1a2878676ae156
getPriceOracleSentinel() view returns (address)
0x943acd0c93d7a8bee7da5fd0dc3d0028237074d6
owner() view returns (address)
0x9390b1735def18560c509e2d0bc090e9d6ba257a
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.