PoolAddressesProvider
Verified contract
Active on
Ethereum with 21 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) |
---|---|---|---|---|---|---|---|
| 16448974 | 2 years ago | | | 0 | 0.00074386729 | |
| 16145090 | 2 years ago | | | 0 | 0.0011463200 | |
| 16145089 | 2 years ago | | | 0 | 0.0012210400 | |
| 16145059 | 2 years ago | | | 0 | 0.012665720 | |
| 16145058 | 2 years ago | | | 0 | 0.0066850800 | |
| 16145057 | 2 years ago | | | 0 | 0.0096079600 | |
| 16145056 | 2 years ago | | | 0 | 0.022157640 | |
| 16144842 | 2 years ago | | | 0 | 0.00083863324 | |
| 16088570 | 2 years ago | | | 0 | 0.00040353655 | |
| 16088569 | 2 years ago | | | 0 | 0.00040974575 |
ABI
ABI objects
Getter at block 21167618
getACLAdmin() view returns (address)
0xca8678d2d273b1913148402aed2e99b085ea3f02
getACLManager() view returns (address)
0x42b0c49130162f949e82ba855c4eff0c3fd4c5cc
getMarketId() view returns (string)
ParaSpaceMM
getPool() view returns (address)
0x638a98bbb92a7582d07c52ff407d49664dc8b3ee
getPoolConfigurator() view returns (address)
0x11ce60fc2f66a16deabaae38a45f588d1ba9f436
getPoolDataProvider() view returns (address)
0xbc88150ebefda53fb61f4c59e98d0de5ebbb8cd3
getPriceOracle() view returns (address)
0x6b58baa08a91f0f08900f43692a9796045454a17
getPriceOracleSentinel() view returns (address)
0x0000000000000000000000000000000000000000
getWETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xca8678d2d273b1913148402aed2e99b085ea3f02
Read-only
getAddress(bytes32 id) view returns (address)
getMarketplace(bytes32 id) view returns (struct DataTypesMarketplace)
State-modifying
Events renounceOwnership()
setACLAdmin(address newAclAdmin)
setACLManager(address newAclManager)
setAddress(bytes32 id, address newAddress)
setAddressAsProxy(bytes32 id, address newImplementationAddress)
setMarketId(string newMarketId)
setMarketplace(bytes32 id, address marketplace, address adapter, address operator, bool paused)
setPoolConfiguratorImpl(address newPoolConfiguratorImpl)
setPriceOracle(address newPriceOracle)
setPriceOracleSentinel(address newPriceOracleSentinel)
setProtocolDataProvider(address newDataProvider)
setWETH(address newWETH)
transferOwnership(address newOwner)
updatePoolImpl(struct IParaProxyProxyImplementation[] implementationParams, address _init, bytes _calldata)
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)
MarketplaceUpdated(bytes32 indexed id, address indexed marketplace, address indexed adapter, address operator, bool paused)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParaProxyCreated(bytes32 indexed id, address indexed proxyAddress, struct IParaProxyProxyImplementation[] indexed implementationParams)
ParaProxyUpdated(bytes32 indexed id, address indexed proxyAddress, struct IParaProxyProxyImplementation[] indexed implementationParams)
PoolConfiguratorUpdated(address indexed oldAddress, address indexed newAddress)
PoolUpdated(struct IParaProxyProxyImplementation[] indexed implementationParams, address _init, bytes _calldata)
PriceOracleSentinelUpdated(address indexed oldAddress, address indexed newAddress)
PriceOracleUpdated(address indexed oldAddress, address indexed newAddress)
ProtocolDataProviderUpdated(address indexed oldAddress, address indexed newAddress)
ProxyCreated(bytes32 indexed id, address indexed proxyAddress, address indexed implementationAddress)
WETHUpdated(address indexed oldAddress, address indexed newAddress)
constructor(string marketId, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.