PoolAddressesProvider
Verified contract
Active on
Ethereum with 8 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) |
---|---|---|---|---|---|---|---|
| 16776487 | 2 years ago | | | 0 | 0.00074755892 | |
| 16776486 | 2 years ago | | | 0 | 0.00079289759 | |
| 16776438 | 2 years ago | | | 0 | 0.0014698584 | |
| 16776403 | 2 years ago | | | 0 | 0.0012650656 | |
| 16776402 | 2 years ago | | | 0 | 0.018071657 | |
| 16776401 | 2 years ago | | | 0 | 0.017926479 | |
| 16776400 | 2 years ago | | | 0 | 0.0012787174 | |
| 16776390 | 2 years ago | | | 0 | 0.0011590526 |
ABI
ABI objects
Getter at block 21328111
getACLAdmin() view returns (address)
0x3300f198988e4c9c63f75df86de36421f06af8c4
getACLManager() view returns (address)
0xda135cd78a086025bcdc87b038a1c462032b510c
getMarketId() view returns (string)
Spark Protocol
getPool() view returns (address)
0xc13e21b648a5ee794902342038ff3adab66be987
getPoolConfigurator() view returns (address)
0x542dba469bde58faee189ffb60c6b49ce60e0738
getPoolDataProvider() view returns (address)
0xfc21d6d146e6086b8359705c8b28512a983db0cb
getPriceOracle() view returns (address)
0x8105f69d9c41644c6a0803fda7d03aa70996cfd9
getPriceOracleSentinel() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x3300f198988e4c9c63f75df86de36421f06af8c4
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.