PoolAddressesProvider
Verified contract
Active on
Ethereum with 11 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) |
---|---|---|---|---|---|---|---|
| 19463255 | 8 months ago | | | 0 | 0.0010339941 | |
| 19463255 | 8 months ago | | | 0 | 0.0011024088 | |
| 19356967 | 8 months ago | | | 0 | 0.0022558900 | |
| 19356963 | 8 months ago | | | 0 | 0.0033341000 | |
| 19356929 | 8 months ago | | | 0 | 0.042273840 | |
| 19356923 | 8 months ago | | | 0 | 0.045467380 | |
| 19356922 | 8 months ago | | | 0 | 0.043731800 | |
| 19356921 | 8 months ago | | | 0 | 0.0033326300 | |
| 19356917 | 8 months ago | | | 0 | 0.0033341000 | |
| 19356915 | 8 months ago | | | 0 | 0.0033310900 |
ABI
ABI objects
Getter at block 21202504
getACLAdmin() view returns (address)
0x4e88e72bd81c7ea394cb410296d99987c3a242fe
getACLManager() view returns (address)
0x749df84fd6de7c0a67db3827e5118259ed3abba5
getMarketId() view returns (string)
LRT ZeroLend Market
getPool() view returns (address)
0x3bc3d34c32cc98bf098d832364df8a222bbab4c0
getPoolConfigurator() view returns (address)
0x09edc8f101897aa693932c1966725e05d6d68b5f
getPoolDataProvider() view returns (address)
0x47223d4ea966a93b2cc96ffb4d42c22651fadfcf
getPriceOracle() view returns (address)
0x1cc993f2c8b6fbc43a9bafd2a44398e739733385
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.