You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @dev Extra view functions for KlerosLiquid. Not part of bug bounty.
13
+
* @title xKlerosLiquidExtraViews
14
+
* @dev This contract is an adaption of Mainnet's xKlerosLiquidExtraViews (https://github.com/kleros/kleros/blob/69cfbfb2128c29f1625b3a99a3183540772fda08/contracts/kleros/KlerosLiquidExtraViews.sol)
15
+
* for xDai chain.
16
16
*/
17
-
contractKlerosLiquidExtraViews {
17
+
contractxKlerosLiquidExtraViews {
18
18
/* Storage */
19
19
20
20
xKlerosLiquid public klerosLiquid;
21
21
22
22
/* Constructor */
23
23
24
-
/** @dev Constructs the KlerosLiquidExtraViews contract.
25
-
* @param _klerosLiquid The address of KlerosLiquid.
24
+
/** @dev Constructs the xKlerosLiquidExtraViews contract.
25
+
* @param _klerosLiquid The address of KlerosLiquid on xDai.
0 commit comments