PoolAddressesProvider
Verified contract
Active on
Base with 9 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) |
---|---|---|---|---|---|---|---|
| 19960011 | 2 months ago | | | 0 | 5.9882482e-7 | |
| 19959821 | 2 months ago | | | 0 | 0.0000052920585 | |
| 19959780 | 2 months ago | | | 0 | 0.0000058550290 | |
| 19959774 | 2 months ago | | | 0 | 0.0000056497253 | |
| 19959767 | 2 months ago | | | 0 | 4.3091158e-7 | |
| 19959745 | 2 months ago | | | 0 | 4.3155795e-7 | |
| 19959735 | 2 months ago | | | 0 | 4.2978480e-7 | |
| 19959701 | 2 months ago | | | 0 | 4.2883442e-7 | |
| 19959683 | 2 months ago | | | 0 | 3.1633898e-7 |
ABI
ABI objects
Getter at block 22755335
getACLAdmin() view returns (address)
0x8ce8aa4e2932d754f46626bf389bc18b1efee74c
getACLManager() view returns (address)
0xb961661f5ca019e232661bd26686288a6e21d928
getMarketId() view returns (string)
Base Avalon SolvBTC Market
getPool() view returns (address)
0x6374a1f384737bccccd8fae13064c18f7c8392e5
getPoolConfigurator() view returns (address)
0x2270ad754a2b09565d76939fa4bcdeab4f642d08
getPoolDataProvider() view returns (address)
0xa9d15c669940a757ab76c6604f2f8f1e198f7d50
getPriceOracle() view returns (address)
0x1e013acd4540a2b7803405eb0433386a5aad9d80
getPriceOracleSentinel() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ce8aa4e2932d754f46626bf389bc18b1efee74c
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.