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) |
---|---|---|---|---|---|---|---|
| 20690651 | 2 months ago | | | 0 | 0.000085785000 | |
| 20690651 | 2 months ago | | | 0 | 0.000091461000 | |
| 20682485 | 2 months ago | | | 0 | 0.0018117000 | |
| 20682479 | 2 months ago | | | 0 | 0.0019486020 | |
| 20682478 | 2 months ago | | | 0 | 0.0018742200 | |
| 20682477 | 2 months ago | | | 0 | 0.00014282700 | |
| 20682473 | 2 months ago | | | 0 | 0.00014289000 | |
| 20682471 | 2 months ago | | | 0 | 0.00014276100 | |
| 20682439 | 2 months ago | | | 0 | 0.000059891960 | |
| 20682429 | 2 months ago | | | 0 | 0.000045351339 |
ABI
ABI objects
Getter at block 21226148
getACLAdmin() view returns (address)
0x4e88e72bd81c7ea394cb410296d99987c3a242fe
getACLManager() view returns (address)
0x984a0d2f68be59fad746a6d15b811febf34461f4
getMarketId() view returns (string)
Bitcoin ZeroLend Market
getPool() view returns (address)
0xcd2b31071119d7ea449a9d211ac8ebf7ee97f987
getPoolConfigurator() view returns (address)
0x6864b4dbfb0c2ee6d1135cd7f5f896ecef03ff93
getPoolDataProvider() view returns (address)
0x31063f7ca8ef4089db0dedf8d6e35690b468a611
getPriceOracle() view returns (address)
0xad19a55354614913b373e01da768ab679ac4da41
getPriceOracleSentinel() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x00000ab6ee5a6c1a7ac819b01190b020f7c6599d
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.