PoolAddressesProvider
Verified contract
Active on
Ethereum with 10 txns
The storage layout for this contract could not be retrieved.
No balances found for "PoolAddressesProvider"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20806148 | 2 months ago | | | 0 | 0.00031958871 | |
| 20806146 | 2 months ago | | | 0 | 0.00034121722 | |
| 20804575 | 2 months ago | | | 0 | 0.0072469440 | |
| 20804565 | 2 months ago | | | 0 | 0.0077944080 | |
| 20804523 | 2 months ago | | | 0 | 0.0062474000 | |
| 20804521 | 2 months ago | | | 0 | 0.00047609000 | |
| 20804515 | 2 months ago | | | 0 | 0.00047630000 | |
| 20804513 | 2 months ago | | | 0 | 0.00047587000 | |
| 20804494 | 2 months ago | | | 0 | 0.00047630000 | |
| 20804490 | 2 months ago | | | 0 | 0.00035027000 |
ABI
ABI objects
Getter at block 21220797
getACLAdmin() view returns (address)
0x4e88e72bd81c7ea394cb410296d99987c3a242fe
getACLManager() view returns (address)
0x6c9e32e37f3377d1824304f80bd135be85f5c8c8
getMarketId() view returns (string)
RWA ZeroLend Market
getPool() view returns (address)
0xd3a4da66ec15a001466f324fa08037f3272bdbe8
getPoolConfigurator() view returns (address)
0x0faae8092a240e7517be28af51da5fd3566fb364
getPoolDataProvider() view returns (address)
0x298ecdcb0369aef75cbbda3e46a224cfe622e287
getPriceOracle() view returns (address)
0x9a4bf8be3a363bd7fc50833c1c24e8076e2f762e
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.