@boostxyz/sdk 6.1.2 → 7.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/README.md +1 -1
  2. package/dist/Actions/Action.cjs +1 -1
  3. package/dist/Actions/Action.js +4 -4
  4. package/dist/Actions/EventAction.cjs +1 -1
  5. package/dist/Actions/EventAction.cjs.map +1 -1
  6. package/dist/Actions/EventAction.d.ts +10 -0
  7. package/dist/Actions/EventAction.d.ts.map +1 -1
  8. package/dist/Actions/EventAction.js +84 -83
  9. package/dist/Actions/EventAction.js.map +1 -1
  10. package/dist/AllowLists/AllowList.cjs +1 -1
  11. package/dist/AllowLists/AllowList.js +3 -3
  12. package/dist/AllowLists/SimpleAllowList.cjs +1 -1
  13. package/dist/AllowLists/SimpleAllowList.cjs.map +1 -1
  14. package/dist/AllowLists/SimpleAllowList.js +14 -14
  15. package/dist/AllowLists/SimpleAllowList.js.map +1 -1
  16. package/dist/AllowLists/SimpleDenyList.cjs +1 -1
  17. package/dist/AllowLists/SimpleDenyList.js +3 -3
  18. package/dist/Auth/PassthroughAuth.cjs +1 -1
  19. package/dist/Auth/PassthroughAuth.js +1 -1
  20. package/dist/BoostCore.cjs +2 -2
  21. package/dist/BoostCore.cjs.map +1 -1
  22. package/dist/BoostCore.d.ts +1894 -267
  23. package/dist/BoostCore.d.ts.map +1 -1
  24. package/dist/BoostCore.js +808 -497
  25. package/dist/BoostCore.js.map +1 -1
  26. package/dist/BoostRegistry.cjs +1 -1
  27. package/dist/BoostRegistry.js +47 -47
  28. package/dist/Budget-B_kgJGDu.cjs +2 -0
  29. package/dist/Budget-B_kgJGDu.cjs.map +1 -0
  30. package/dist/Budget-Bvi5Qjqp.js +1124 -0
  31. package/dist/Budget-Bvi5Qjqp.js.map +1 -0
  32. package/dist/Budgets/Budget.cjs +1 -1
  33. package/dist/Budgets/Budget.d.ts +5 -4
  34. package/dist/Budgets/Budget.d.ts.map +1 -1
  35. package/dist/Budgets/Budget.js +9 -6
  36. package/dist/Budgets/ManagedBudget.cjs +1 -1
  37. package/dist/Budgets/ManagedBudget.cjs.map +1 -1
  38. package/dist/Budgets/ManagedBudget.d.ts +4 -0
  39. package/dist/Budgets/ManagedBudget.d.ts.map +1 -1
  40. package/dist/Budgets/ManagedBudget.js +25 -25
  41. package/dist/Budgets/ManagedBudgetWithFees.d.ts +4 -0
  42. package/dist/Budgets/ManagedBudgetWithFees.d.ts.map +1 -1
  43. package/dist/Budgets/ManagedBudgetWithFeesV2.d.ts +4 -0
  44. package/dist/Budgets/ManagedBudgetWithFeesV2.d.ts.map +1 -1
  45. package/dist/Budgets/TransparentBudget.d.ts +944 -0
  46. package/dist/Budgets/TransparentBudget.d.ts.map +1 -0
  47. package/dist/Budgets/VestingBudget.d.ts +4 -0
  48. package/dist/Budgets/VestingBudget.d.ts.map +1 -1
  49. package/dist/Deployable/Deployable.cjs.map +1 -1
  50. package/dist/Deployable/Deployable.d.ts +1 -1
  51. package/dist/Deployable/Deployable.d.ts.map +1 -1
  52. package/dist/Deployable/Deployable.js.map +1 -1
  53. package/dist/Deployable/DeployableTarget.cjs +1 -1
  54. package/dist/Deployable/DeployableTarget.js +1 -1
  55. package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
  56. package/dist/Deployable/DeployableTargetWithRBAC.js +19 -19
  57. package/dist/Incentive-CLKutfnD.js +445 -0
  58. package/dist/Incentive-CLKutfnD.js.map +1 -0
  59. package/dist/Incentive-CLSVNxDz.cjs +2 -0
  60. package/dist/Incentive-CLSVNxDz.cjs.map +1 -0
  61. package/dist/Incentives/AllowListIncentive.cjs +1 -1
  62. package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
  63. package/dist/Incentives/AllowListIncentive.js +9 -9
  64. package/dist/Incentives/AllowListIncentive.js.map +1 -1
  65. package/dist/Incentives/CGDAIncentive.cjs +1 -1
  66. package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
  67. package/dist/Incentives/CGDAIncentive.js +5 -5
  68. package/dist/Incentives/CGDAIncentive.js.map +1 -1
  69. package/dist/Incentives/ERC20Incentive.cjs +1 -1
  70. package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
  71. package/dist/Incentives/ERC20Incentive.js +17 -17
  72. package/dist/Incentives/ERC20Incentive.js.map +1 -1
  73. package/dist/Incentives/ERC20PeggedIncentive.d.ts +1 -1
  74. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +2 -0
  75. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -0
  76. package/dist/Incentives/{ERC20PeggedVariableCriteriaIncentive.d.ts → ERC20PeggedVariableCriteriaIncentiveV2.d.ts} +39 -27
  77. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts.map +1 -0
  78. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +625 -0
  79. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -0
  80. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +2 -0
  81. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -0
  82. package/dist/Incentives/{ERC20VariableCriteriaIncentive.d.ts → ERC20VariableCriteriaIncentiveV2.d.ts} +42 -13
  83. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts.map +1 -0
  84. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +242 -0
  85. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -0
  86. package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
  87. package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -1
  88. package/dist/Incentives/ERC20VariableIncentive.d.ts +3 -3
  89. package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
  90. package/dist/Incentives/ERC20VariableIncentive.js +22 -22
  91. package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
  92. package/dist/Incentives/Incentive.cjs +1 -1
  93. package/dist/Incentives/Incentive.d.ts +8 -8
  94. package/dist/Incentives/Incentive.d.ts.map +1 -1
  95. package/dist/Incentives/Incentive.js +13 -12
  96. package/dist/Incentives/Incentive.js.map +1 -1
  97. package/dist/Incentives/PointsIncentive.cjs +1 -1
  98. package/dist/Incentives/PointsIncentive.cjs.map +1 -1
  99. package/dist/Incentives/PointsIncentive.js +13 -13
  100. package/dist/Incentives/PointsIncentive.js.map +1 -1
  101. package/dist/SimpleDenyList-C1C_BHkY.js +133 -0
  102. package/dist/{SimpleDenyList-BKfPoTo1.js.map → SimpleDenyList-C1C_BHkY.js.map} +1 -1
  103. package/dist/SimpleDenyList-CWthbyj7.cjs +2 -0
  104. package/dist/{SimpleDenyList-DgjVf7FK.cjs.map → SimpleDenyList-CWthbyj7.cjs.map} +1 -1
  105. package/dist/Validators/LimitedSignerValidator.cjs +1 -1
  106. package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
  107. package/dist/Validators/LimitedSignerValidator.d.ts.map +1 -1
  108. package/dist/Validators/LimitedSignerValidator.js +48 -52
  109. package/dist/Validators/LimitedSignerValidator.js.map +1 -1
  110. package/dist/Validators/SignerValidator.cjs +1 -1
  111. package/dist/Validators/SignerValidator.cjs.map +1 -1
  112. package/dist/Validators/SignerValidator.js +54 -54
  113. package/dist/Validators/SignerValidator.js.map +1 -1
  114. package/dist/Validators/Validator.cjs +1 -1
  115. package/dist/Validators/Validator.js +2 -2
  116. package/dist/componentInterfaces-BVHB4Fjw.js +21 -0
  117. package/dist/componentInterfaces-BVHB4Fjw.js.map +1 -0
  118. package/dist/componentInterfaces-BqhL-meV.cjs +2 -0
  119. package/dist/componentInterfaces-BqhL-meV.cjs.map +1 -0
  120. package/dist/deployments-D9QxJGrC.cjs +2 -0
  121. package/dist/deployments-D9QxJGrC.cjs.map +1 -0
  122. package/dist/deployments-De8_J7SS.js +120 -0
  123. package/dist/{deployments-W_LUj833.js.map → deployments-De8_J7SS.js.map} +1 -1
  124. package/dist/deployments.json +63 -48
  125. package/dist/{generated-CElkFqkY.js → generated-BJfQ-EBO.js} +1268 -737
  126. package/dist/generated-BJfQ-EBO.js.map +1 -0
  127. package/dist/generated-mJJNq-xb.cjs +3 -0
  128. package/dist/generated-mJJNq-xb.cjs.map +1 -0
  129. package/dist/index.cjs +1 -1
  130. package/dist/index.d.ts +3 -2
  131. package/dist/index.d.ts.map +1 -1
  132. package/dist/index.js +162 -158
  133. package/dist/index.js.map +1 -1
  134. package/dist/utils.cjs.map +1 -1
  135. package/dist/utils.js.map +1 -1
  136. package/package.json +13 -7
  137. package/src/Actions/EventAction.ts +11 -0
  138. package/src/BoostCore.test.ts +14 -9
  139. package/src/BoostCore.ts +428 -26
  140. package/src/Budgets/Budget.ts +8 -1
  141. package/src/Budgets/TransparentBudget.test.ts +70 -0
  142. package/src/Budgets/TransparentBudget.ts +334 -0
  143. package/src/Deployable/Deployable.ts +1 -1
  144. package/src/Incentives/ERC20PeggedIncentive.ts +1 -1
  145. package/src/Incentives/{ERC20PeggedVariableCriteriaIncentive.test.ts → ERC20PeggedVariableCriteriaIncentiveV2.test.ts} +14 -10
  146. package/src/Incentives/{ERC20PeggedVariableCriteriaIncentive.ts → ERC20PeggedVariableCriteriaIncentiveV2.ts} +122 -100
  147. package/src/Incentives/{ERC20VariableCriteriaIncentive.test.ts → ERC20VariableCriteriaIncentiveV2.test.ts} +18 -13
  148. package/src/Incentives/{ERC20VariableCriteriaIncentive.ts → ERC20VariableCriteriaIncentiveV2.ts} +83 -24
  149. package/src/Incentives/ERC20VariableIncentive.ts +4 -2
  150. package/src/Incentives/Incentive.ts +12 -12
  151. package/src/Validators/LimitedSignerValidator.ts +1 -4
  152. package/src/index.test.ts +2 -2
  153. package/src/index.ts +3 -2
  154. package/src/utils.ts +1 -1
  155. package/dist/Budget-BjfL8dVX.cjs +0 -2
  156. package/dist/Budget-BjfL8dVX.cjs.map +0 -1
  157. package/dist/Budget-DD7IPuDx.js +0 -922
  158. package/dist/Budget-DD7IPuDx.js.map +0 -1
  159. package/dist/Incentive-V1RjH38L.js +0 -1036
  160. package/dist/Incentive-V1RjH38L.js.map +0 -1
  161. package/dist/Incentive-gVTfsnMB.cjs +0 -2
  162. package/dist/Incentive-gVTfsnMB.cjs.map +0 -1
  163. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +0 -1
  164. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +0 -2
  165. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +0 -1
  166. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +0 -1
  167. package/dist/Incentives/ERC20VariableCriteriaIncentive.js +0 -207
  168. package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +0 -1
  169. package/dist/SimpleDenyList-BKfPoTo1.js +0 -133
  170. package/dist/SimpleDenyList-DgjVf7FK.cjs +0 -2
  171. package/dist/componentInterfaces-CA1UIqWL.js +0 -20
  172. package/dist/componentInterfaces-CA1UIqWL.js.map +0 -1
  173. package/dist/componentInterfaces-aBgBbB7r.cjs +0 -2
  174. package/dist/componentInterfaces-aBgBbB7r.cjs.map +0 -1
  175. package/dist/deployments-CwTZr-cK.cjs +0 -2
  176. package/dist/deployments-CwTZr-cK.cjs.map +0 -1
  177. package/dist/deployments-W_LUj833.js +0 -117
  178. package/dist/generated-BPiHi7W2.cjs +0 -3
  179. package/dist/generated-BPiHi7W2.cjs.map +0 -1
  180. package/dist/generated-CElkFqkY.js.map +0 -1
@@ -1,14 +1,14 @@
1
- import { simulateContract as $, readContract as X, writeContract as W } from "viem/actions";
2
- import { createClient as Q, custom as K } from "viem";
3
- import { parseAccount as Y, getAddress as J } from "viem/utils";
4
- function H(n) {
5
- const a = n.state.current, t = n.state.connections.get(a), p = t == null ? void 0 : t.accounts, r = p == null ? void 0 : p[0], u = n.chains.find((M) => M.id === (t == null ? void 0 : t.chainId)), y = n.state.status;
1
+ import { simulateContract as W, readContract as Y, writeContract as Q } from "viem/actions";
2
+ import { createClient as J, custom as K } from "viem";
3
+ import { parseAccount as X, getAddress as ee } from "viem/utils";
4
+ function E(n) {
5
+ const a = n.state.current, t = n.state.connections.get(a), p = t == null ? void 0 : t.accounts, u = p == null ? void 0 : p[0], r = n.chains.find((I) => I.id === (t == null ? void 0 : t.chainId)), y = n.state.status;
6
6
  switch (y) {
7
7
  case "connected":
8
8
  return {
9
- address: r,
9
+ address: u,
10
10
  addresses: p,
11
- chain: u,
11
+ chain: r,
12
12
  chainId: t == null ? void 0 : t.chainId,
13
13
  connector: t == null ? void 0 : t.connector,
14
14
  isConnected: !0,
@@ -19,12 +19,12 @@ function H(n) {
19
19
  };
20
20
  case "reconnecting":
21
21
  return {
22
- address: r,
22
+ address: u,
23
23
  addresses: p,
24
- chain: u,
24
+ chain: r,
25
25
  chainId: t == null ? void 0 : t.chainId,
26
26
  connector: t == null ? void 0 : t.connector,
27
- isConnected: !!r,
27
+ isConnected: !!u,
28
28
  isConnecting: !1,
29
29
  isDisconnected: !1,
30
30
  isReconnecting: !0,
@@ -32,9 +32,9 @@ function H(n) {
32
32
  };
33
33
  case "connecting":
34
34
  return {
35
- address: r,
35
+ address: u,
36
36
  addresses: p,
37
- chain: u,
37
+ chain: r,
38
38
  chainId: t == null ? void 0 : t.chainId,
39
39
  connector: t == null ? void 0 : t.connector,
40
40
  isConnected: !1,
@@ -58,32 +58,32 @@ function H(n) {
58
58
  };
59
59
  }
60
60
  }
61
- function D(n) {
61
+ function q(n) {
62
62
  return n.state.chainId;
63
63
  }
64
- function q(n, a, t) {
64
+ function P(n, a, t) {
65
65
  const p = n[a.name];
66
66
  if (typeof p == "function")
67
67
  return p;
68
- const r = n[t];
69
- return typeof r == "function" ? r : (u) => a(n, u);
68
+ const u = n[t];
69
+ return typeof u == "function" ? u : (r) => a(n, r);
70
70
  }
71
- const ee = "2.13.8", te = () => `@wagmi/core@${ee}`;
72
- var U = function(n, a, t, p) {
71
+ const te = "2.13.8", ne = () => `@wagmi/core@${te}`;
72
+ var S = function(n, a, t, p) {
73
73
  if (t === "a" && !p) throw new TypeError("Private accessor was defined without a getter");
74
74
  if (typeof a == "function" ? n !== a || !p : !a.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
75
75
  return t === "m" ? p : t === "a" ? p.call(n) : p ? p.value : a.get(n);
76
- }, _, S;
77
- class A extends Error {
76
+ }, H, V;
77
+ class x extends Error {
78
78
  get docsBaseUrl() {
79
79
  return "https://wagmi.sh/core";
80
80
  }
81
81
  get version() {
82
- return te();
82
+ return ne();
83
83
  }
84
84
  constructor(a, t = {}) {
85
85
  var p;
86
- super(), _.add(this), Object.defineProperty(this, "details", {
86
+ super(), H.add(this), Object.defineProperty(this, "details", {
87
87
  enumerable: !0,
88
88
  configurable: !0,
89
89
  writable: !0,
@@ -109,27 +109,27 @@ class A extends Error {
109
109
  writable: !0,
110
110
  value: "WagmiCoreError"
111
111
  });
112
- const r = t.cause instanceof A ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, u = t.cause instanceof A && t.cause.docsPath || t.docsPath;
112
+ const u = t.cause instanceof x ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, r = t.cause instanceof x && t.cause.docsPath || t.docsPath;
113
113
  this.message = [
114
114
  a || "An error occurred.",
115
115
  "",
116
116
  ...t.metaMessages ? [...t.metaMessages, ""] : [],
117
- ...u ? [
118
- `Docs: ${this.docsBaseUrl}${u}.html${t.docsSlug ? `#${t.docsSlug}` : ""}`
117
+ ...r ? [
118
+ `Docs: ${this.docsBaseUrl}${r}.html${t.docsSlug ? `#${t.docsSlug}` : ""}`
119
119
  ] : [],
120
- ...r ? [`Details: ${r}`] : [],
120
+ ...u ? [`Details: ${u}`] : [],
121
121
  `Version: ${this.version}`
122
122
  ].join(`
123
- `), t.cause && (this.cause = t.cause), this.details = r, this.docsPath = u, this.metaMessages = t.metaMessages, this.shortMessage = a;
123
+ `), t.cause && (this.cause = t.cause), this.details = u, this.docsPath = r, this.metaMessages = t.metaMessages, this.shortMessage = a;
124
124
  }
125
125
  walk(a) {
126
- return U(this, _, "m", S).call(this, this, a);
126
+ return S(this, H, "m", V).call(this, this, a);
127
127
  }
128
128
  }
129
- _ = /* @__PURE__ */ new WeakSet(), S = function n(a, t) {
130
- return t != null && t(a) ? a : a.cause ? U(this, _, "m", n).call(this, a.cause, t) : a;
129
+ H = /* @__PURE__ */ new WeakSet(), V = function n(a, t) {
130
+ return t != null && t(a) ? a : a.cause ? S(this, H, "m", n).call(this, a.cause, t) : a;
131
131
  };
132
- class ne extends A {
132
+ class ae extends x {
133
133
  constructor() {
134
134
  super("Connector not connected."), Object.defineProperty(this, "name", {
135
135
  enumerable: !0,
@@ -139,7 +139,7 @@ class ne extends A {
139
139
  });
140
140
  }
141
141
  }
142
- class ae extends A {
142
+ class ie extends x {
143
143
  constructor({ address: a, connector: t }) {
144
144
  super(`Account "${a}" not found for connector "${t.name}".`), Object.defineProperty(this, "name", {
145
145
  enumerable: !0,
@@ -149,7 +149,7 @@ class ae extends A {
149
149
  });
150
150
  }
151
151
  }
152
- class ie extends A {
152
+ class se extends x {
153
153
  constructor({ connectionChainId: a, connectorChainId: t }) {
154
154
  super(`The current chain of the connector (id: ${t}) does not match the connection's chain (id: ${a}).`, {
155
155
  metaMessages: [
@@ -164,7 +164,7 @@ class ie extends A {
164
164
  });
165
165
  }
166
166
  }
167
- class se extends A {
167
+ class pe extends x {
168
168
  constructor({ connector: a }) {
169
169
  super(`Connector "${a.name}" unavailable while reconnecting.`, {
170
170
  details: [
@@ -180,73 +180,73 @@ class se extends A {
180
180
  });
181
181
  }
182
182
  }
183
- async function V(n, a = {}) {
183
+ async function Z(n, a = {}) {
184
184
  let t;
185
185
  if (a.connector) {
186
186
  const { connector: l } = a;
187
187
  if (n.state.status === "reconnecting" && !l.getAccounts && !l.getChainId)
188
- throw new se({ connector: l });
189
- const [R, G] = await Promise.all([
188
+ throw new pe({ connector: l });
189
+ const [z, $] = await Promise.all([
190
190
  l.getAccounts(),
191
191
  l.getChainId()
192
192
  ]);
193
193
  t = {
194
- accounts: R,
195
- chainId: G,
194
+ accounts: z,
195
+ chainId: $,
196
196
  connector: l
197
197
  };
198
198
  } else
199
199
  t = n.state.connections.get(n.state.current);
200
200
  if (!t)
201
- throw new ne();
202
- const p = a.chainId ?? t.chainId, r = await t.connector.getChainId();
203
- if (r !== t.chainId)
204
- throw new ie({
201
+ throw new ae();
202
+ const p = a.chainId ?? t.chainId, u = await t.connector.getChainId();
203
+ if (u !== t.chainId)
204
+ throw new se({
205
205
  connectionChainId: t.chainId,
206
- connectorChainId: r
206
+ connectorChainId: u
207
207
  });
208
- const u = t.connector;
209
- if (u.getClient)
210
- return u.getClient({ chainId: p });
211
- const y = Y(a.account ?? t.accounts[0]);
212
- if (y.address = J(y.address), a.account && !t.accounts.some((l) => l.toLowerCase() === y.address.toLowerCase()))
213
- throw new ae({
208
+ const r = t.connector;
209
+ if (r.getClient)
210
+ return r.getClient({ chainId: p });
211
+ const y = X(a.account ?? t.accounts[0]);
212
+ if (y.address = ee(y.address), a.account && !t.accounts.some((l) => l.toLowerCase() === y.address.toLowerCase()))
213
+ throw new ie({
214
214
  address: y.address,
215
- connector: u
215
+ connector: r
216
216
  });
217
- const M = n.chains.find((l) => l.id === p), x = await t.connector.getProvider({ chainId: p });
218
- return Q({
217
+ const I = n.chains.find((l) => l.id === p), R = await t.connector.getProvider({ chainId: p });
218
+ return J({
219
219
  account: y,
220
- chain: M,
220
+ chain: I,
221
221
  name: "Connector Client",
222
- transport: (l) => K(x)({ ...l, retryCount: 0 })
222
+ transport: (l) => K(R)({ ...l, retryCount: 0 })
223
223
  });
224
224
  }
225
- async function k(n, a) {
226
- const { abi: t, chainId: p, connector: r, ...u } = a;
225
+ async function D(n, a) {
226
+ const { abi: t, chainId: p, connector: u, ...r } = a;
227
227
  let y;
228
- a.account ? y = a.account : y = (await V(n, {
228
+ a.account ? y = a.account : y = (await Z(n, {
229
229
  chainId: p,
230
- connector: r
230
+ connector: u
231
231
  })).account;
232
- const M = n.getClient({ chainId: p }), x = q(M, $, "simulateContract"), { result: l, request: R } = await x({ ...u, abi: t, account: y });
232
+ const I = n.getClient({ chainId: p }), R = P(I, W, "simulateContract"), { result: l, request: z } = await R({ ...r, abi: t, account: y });
233
233
  return {
234
- chainId: M.chain.id,
234
+ chainId: I.chain.id,
235
235
  result: l,
236
- request: { __mode: "prepared", ...R, chainId: p }
236
+ request: { __mode: "prepared", ...z, chainId: p }
237
237
  };
238
238
  }
239
239
  function i(n) {
240
240
  return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
241
241
  var p;
242
- const r = D(a), u = H(a), y = (t == null ? void 0 : t.chainId) ?? u.chainId ?? r;
243
- return k(a, {
242
+ const u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
243
+ return D(a, {
244
244
  ...t,
245
245
  ...n.functionName ? { functionName: n.functionName } : {},
246
246
  address: (p = n.address) == null ? void 0 : p[y],
247
247
  abi: n.abi
248
248
  });
249
- } : (a, t) => k(a, {
249
+ } : (a, t) => D(a, {
250
250
  ...t,
251
251
  ...n.address ? { address: n.address } : {},
252
252
  ...n.functionName ? { functionName: n.functionName } : {},
@@ -254,13 +254,13 @@ function i(n) {
254
254
  });
255
255
  }
256
256
  function L(n, a) {
257
- const { chainId: t, ...p } = a, r = n.getClient({ chainId: t });
258
- return q(r, X, "readContract")(p);
257
+ const { chainId: t, ...p } = a, u = n.getClient({ chainId: t });
258
+ return P(u, Y, "readContract")(p);
259
259
  }
260
260
  function e(n) {
261
261
  return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
262
262
  var p;
263
- const r = D(a), u = H(a), y = (t == null ? void 0 : t.chainId) ?? u.chainId ?? r;
263
+ const u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
264
264
  return L(a, {
265
265
  ...t,
266
266
  ...n.functionName ? { functionName: n.functionName } : {},
@@ -274,23 +274,23 @@ function e(n) {
274
274
  abi: n.abi
275
275
  });
276
276
  }
277
- async function P(n, a) {
278
- const { account: t, chainId: p, connector: r, __mode: u, ...y } = a;
279
- let M;
280
- typeof t == "object" && t.type === "local" ? M = n.getClient({ chainId: p }) : M = await V(n, { account: t, chainId: p, connector: r });
281
- const { connector: x } = H(n);
277
+ async function U(n, a) {
278
+ const { account: t, chainId: p, connector: u, __mode: r, ...y } = a;
279
+ let I;
280
+ typeof t == "object" && t.type === "local" ? I = n.getClient({ chainId: p }) : I = await Z(n, { account: t, chainId: p, connector: u });
281
+ const { connector: R } = E(n);
282
282
  let l;
283
- if (u === "prepared" || x != null && x.supportsSimulation)
283
+ if (r === "prepared" || R != null && R.supportsSimulation)
284
284
  l = y;
285
285
  else {
286
- const { request: R } = await k(n, {
286
+ const { request: z } = await D(n, {
287
287
  ...y,
288
288
  account: t,
289
289
  chainId: p
290
290
  });
291
- l = R;
291
+ l = z;
292
292
  }
293
- return await q(M, W, "writeContract")({
293
+ return await P(I, Q, "writeContract")({
294
294
  ...l,
295
295
  ...t ? { account: t } : {},
296
296
  chain: p ? { id: p } : null
@@ -299,22 +299,22 @@ async function P(n, a) {
299
299
  function s(n) {
300
300
  return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
301
301
  var p;
302
- const r = D(a), u = H(a);
302
+ const u = q(a), r = E(a);
303
303
  let y;
304
- return t.chainId ? y = t.chainId : t.account && t.account === u.address || t.account === void 0 ? y = u.chainId : y = r, P(a, {
304
+ return t.chainId ? y = t.chainId : t.account && t.account === r.address || t.account === void 0 ? y = r.chainId : y = u, U(a, {
305
305
  ...t,
306
306
  ...n.functionName ? { functionName: n.functionName } : {},
307
307
  address: y ? (p = n.address) == null ? void 0 : p[y] : void 0,
308
308
  abi: n.abi
309
309
  });
310
- } : (a, t) => P(a, {
310
+ } : (a, t) => U(a, {
311
311
  ...t,
312
312
  ...n.address ? { address: n.address } : {},
313
313
  ...n.functionName ? { functionName: n.functionName } : {},
314
314
  abi: n.abi
315
315
  });
316
316
  }
317
- const le = [
317
+ const de = [
318
318
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
319
319
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
320
320
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -416,7 +416,7 @@ const le = [
416
416
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
417
417
  stateMutability: "view"
418
418
  }
419
- ], de = [
419
+ ], me = [
420
420
  { type: "error", inputs: [], name: "AlreadyInitialized" },
421
421
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
422
422
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -688,9 +688,10 @@ const le = [
688
688
  outputs: [],
689
689
  stateMutability: "payable"
690
690
  }
691
- ], me = [
691
+ ], be = [
692
692
  { type: "error", inputs: [], name: "AlreadyInitialized" },
693
693
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
694
+ { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
694
695
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
695
696
  {
696
697
  type: "error",
@@ -1071,7 +1072,7 @@ const le = [
1071
1072
  stateMutability: "payable"
1072
1073
  },
1073
1074
  { type: "receive", stateMutability: "payable" }
1074
- ], Z = [
1075
+ ], G = [
1075
1076
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1076
1077
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1077
1078
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1111,7 +1112,7 @@ const le = [
1111
1112
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1112
1113
  stateMutability: "view"
1113
1114
  }
1114
- ], be = [
1115
+ ], ce = [
1115
1116
  { type: "error", inputs: [], name: "ClaimFailed" },
1116
1117
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1117
1118
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -1232,7 +1233,7 @@ const le = [
1232
1233
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1233
1234
  stateMutability: "view"
1234
1235
  }
1235
- ], ce = [
1236
+ ], Te = [
1236
1237
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1237
1238
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1238
1239
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1284,7 +1285,7 @@ const le = [
1284
1285
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1285
1286
  stateMutability: "payable"
1286
1287
  }
1287
- ], h = [
1288
+ ], g = [
1288
1289
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
1289
1290
  { type: "error", inputs: [], name: "AlreadyInitialized" },
1290
1291
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -2172,7 +2173,7 @@ const le = [
2172
2173
  outputs: [],
2173
2174
  stateMutability: "payable"
2174
2175
  }
2175
- ], g = [
2176
+ ], O = [
2176
2177
  {
2177
2178
  type: "error",
2178
2179
  inputs: [
@@ -3809,7 +3810,7 @@ const le = [
3809
3810
  },
3810
3811
  {
3811
3812
  name: "criteria",
3812
- internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
3813
+ internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
3813
3814
  type: "tuple",
3814
3815
  components: [
3815
3816
  {
@@ -3819,7 +3820,8 @@ const le = [
3819
3820
  },
3820
3821
  { name: "signature", internalType: "bytes32", type: "bytes32" },
3821
3822
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3822
- { name: "targetContract", internalType: "address", type: "address" }
3823
+ { name: "targetContract", internalType: "address", type: "address" },
3824
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
3823
3825
  ],
3824
3826
  indexed: !1
3825
3827
  }
@@ -4009,7 +4011,7 @@ const le = [
4009
4011
  outputs: [
4010
4012
  {
4011
4013
  name: "",
4012
- internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
4014
+ internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
4013
4015
  type: "tuple",
4014
4016
  components: [
4015
4017
  {
@@ -4019,7 +4021,8 @@ const le = [
4019
4021
  },
4020
4022
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4021
4023
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4022
- { name: "targetContract", internalType: "address", type: "address" }
4024
+ { name: "targetContract", internalType: "address", type: "address" },
4025
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4023
4026
  ]
4024
4027
  }
4025
4028
  ],
@@ -4091,7 +4094,8 @@ const le = [
4091
4094
  },
4092
4095
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4093
4096
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4094
- { name: "targetContract", internalType: "address", type: "address" }
4097
+ { name: "targetContract", internalType: "address", type: "address" },
4098
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4095
4099
  ],
4096
4100
  stateMutability: "view"
4097
4101
  },
@@ -4323,7 +4327,7 @@ const le = [
4323
4327
  },
4324
4328
  {
4325
4329
  name: "criteria",
4326
- internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
4330
+ internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
4327
4331
  type: "tuple",
4328
4332
  components: [
4329
4333
  {
@@ -4333,7 +4337,8 @@ const le = [
4333
4337
  },
4334
4338
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4335
4339
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4336
- { name: "targetContract", internalType: "address", type: "address" }
4340
+ { name: "targetContract", internalType: "address", type: "address" },
4341
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4337
4342
  ],
4338
4343
  indexed: !1
4339
4344
  }
@@ -4548,7 +4553,7 @@ const le = [
4548
4553
  outputs: [
4549
4554
  {
4550
4555
  name: "",
4551
- internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
4556
+ internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
4552
4557
  type: "tuple",
4553
4558
  components: [
4554
4559
  {
@@ -4558,7 +4563,8 @@ const le = [
4558
4563
  },
4559
4564
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4560
4565
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4561
- { name: "targetContract", internalType: "address", type: "address" }
4566
+ { name: "targetContract", internalType: "address", type: "address" },
4567
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4562
4568
  ]
4563
4569
  }
4564
4570
  ],
@@ -4623,7 +4629,8 @@ const le = [
4623
4629
  },
4624
4630
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4625
4631
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4626
- { name: "targetContract", internalType: "address", type: "address" }
4632
+ { name: "targetContract", internalType: "address", type: "address" },
4633
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4627
4634
  ],
4628
4635
  stateMutability: "view"
4629
4636
  },
@@ -5207,7 +5214,7 @@ const le = [
5207
5214
  outputs: [],
5208
5215
  stateMutability: "payable"
5209
5216
  }
5210
- ], E = [
5217
+ ], F = [
5211
5218
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5212
5219
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
5213
5220
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -5596,7 +5603,7 @@ const le = [
5596
5603
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5597
5604
  stateMutability: "view"
5598
5605
  }
5599
- ], pe = [
5606
+ ], ye = [
5600
5607
  {
5601
5608
  type: "function",
5602
5609
  inputs: [{ name: "addr", internalType: "address", type: "address" }],
@@ -5604,7 +5611,7 @@ const le = [
5604
5611
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5605
5612
  stateMutability: "view"
5606
5613
  }
5607
- ], O = [
5614
+ ], N = [
5608
5615
  { type: "error", inputs: [], name: "AlreadyInitialized" },
5609
5616
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
5610
5617
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -5868,6 +5875,7 @@ const le = [
5868
5875
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5869
5876
  { type: "error", inputs: [], name: "AlreadyInitialized" },
5870
5877
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
5878
+ { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
5871
5879
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
5872
5880
  {
5873
5881
  type: "error",
@@ -6305,10 +6313,11 @@ const le = [
6305
6313
  stateMutability: "payable"
6306
6314
  },
6307
6315
  { type: "receive", stateMutability: "payable" }
6308
- ], z = [
6316
+ ], _ = [
6309
6317
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6310
6318
  { type: "error", inputs: [], name: "AlreadyInitialized" },
6311
6319
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
6320
+ { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
6312
6321
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
6313
6322
  {
6314
6323
  type: "error",
@@ -6867,6 +6876,7 @@ const le = [
6867
6876
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6868
6877
  { type: "error", inputs: [], name: "AlreadyInitialized" },
6869
6878
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
6879
+ { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
6870
6880
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
6871
6881
  {
6872
6882
  type: "error",
@@ -7646,7 +7656,7 @@ const le = [
7646
7656
  outputs: [],
7647
7657
  stateMutability: "payable"
7648
7658
  }
7649
- ], ye = [
7659
+ ], ue = [
7650
7660
  {
7651
7661
  type: "function",
7652
7662
  inputs: [{ name: "user", internalType: "address", type: "address" }],
@@ -7654,7 +7664,7 @@ const le = [
7654
7664
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
7655
7665
  stateMutability: "view"
7656
7666
  }
7657
- ], I = [
7667
+ ], h = [
7658
7668
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
7659
7669
  { type: "error", inputs: [], name: "AlreadyInitialized" },
7660
7670
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -8231,7 +8241,7 @@ const le = [
8231
8241
  outputs: [],
8232
8242
  stateMutability: "payable"
8233
8243
  }
8234
- ], N = [
8244
+ ], A = [
8235
8245
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
8236
8246
  { type: "error", inputs: [], name: "AlreadyInitialized" },
8237
8247
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -8462,7 +8472,7 @@ const le = [
8462
8472
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
8463
8473
  stateMutability: "payable"
8464
8474
  }
8465
- ], F = [
8475
+ ], k = [
8466
8476
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
8467
8477
  { type: "error", inputs: [], name: "AlreadyInitialized" },
8468
8478
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -9030,382 +9040,855 @@ const le = [
9030
9040
  outputs: [],
9031
9041
  stateMutability: "payable"
9032
9042
  }
9033
- ], Te = /* @__PURE__ */ e({
9034
- abi: Z,
9035
- functionName: "getComponentInterface"
9036
- }), fe = /* @__PURE__ */ e(
9037
- { abi: Z, functionName: "supportsInterface" }
9038
- ), ve = /* @__PURE__ */ e(
9039
- { abi: h, functionName: "allowList" }
9040
- ), we = /* @__PURE__ */ e({
9041
- abi: h,
9042
- functionName: "claimed"
9043
- }), Me = /* @__PURE__ */ e({
9044
- abi: h,
9045
- functionName: "claims"
9046
- }), Ie = /* @__PURE__ */ e({
9047
- abi: h,
9048
- functionName: "isClaimable"
9049
- }), he = /* @__PURE__ */ e({
9050
- abi: h,
9051
- functionName: "limit"
9052
- }), ge = /* @__PURE__ */ e({
9053
- abi: h,
9054
- functionName: "owner"
9055
- }), Oe = /* @__PURE__ */ e({
9056
- abi: h,
9057
- functionName: "reward"
9058
- }), Ne = /* @__PURE__ */ s({
9059
- abi: h,
9060
- functionName: "claim"
9061
- }), Ae = /* @__PURE__ */ i({
9062
- abi: h,
9063
- functionName: "claim"
9064
- }), xe = /* @__PURE__ */ e({
9065
- abi: o,
9066
- functionName: "createBoostAuth"
9067
- }), Re = /* @__PURE__ */ e({
9068
- abi: o,
9069
- functionName: "getBoost"
9070
- }), ze = /* @__PURE__ */ e({
9071
- abi: o,
9072
- functionName: "getBoostCount"
9073
- }), Ce = /* @__PURE__ */ e({
9074
- abi: o,
9075
- functionName: "getIncentiveFeesInfo"
9076
- }), _e = /* @__PURE__ */ e({
9077
- abi: o,
9078
- functionName: "protocolFee"
9079
- }), He = /* @__PURE__ */ e({
9080
- abi: o,
9081
- functionName: "protocolFeeReceiver"
9082
- }), Ee = /* @__PURE__ */ s({
9083
- abi: o,
9084
- functionName: "claimIncentive"
9085
- }), Fe = /* @__PURE__ */ s({
9086
- abi: o,
9087
- functionName: "claimIncentiveFor"
9088
- }), ke = /* @__PURE__ */ s({
9089
- abi: o,
9090
- functionName: "createBoost"
9091
- }), De = /* @__PURE__ */ s({
9092
- abi: o,
9093
- functionName: "setCreateBoostAuth"
9094
- }), qe = /* @__PURE__ */ s({
9095
- abi: o,
9096
- functionName: "setProtocolFeeReceiver"
9097
- }), Be = /* @__PURE__ */ s({
9098
- abi: o,
9099
- functionName: "topupIncentiveFromBudget"
9100
- }), Le = /* @__PURE__ */ s({
9101
- abi: o,
9102
- functionName: "topupIncentiveFromSender"
9103
- }), Pe = /* @__PURE__ */ i({
9104
- abi: o,
9105
- functionName: "claimIncentive"
9106
- }), Ue = /* @__PURE__ */ i({
9107
- abi: o,
9108
- functionName: "claimIncentiveFor"
9109
- }), Se = /* @__PURE__ */ i({
9110
- abi: o,
9111
- functionName: "createBoost"
9112
- }), Ve = /* @__PURE__ */ i({
9113
- abi: o,
9114
- functionName: "setCreateBoostAuth"
9115
- }), Ze = /* @__PURE__ */ i({
9116
- abi: o,
9117
- functionName: "setProtocolFeeReceiver"
9118
- }), je = /* @__PURE__ */ i({
9119
- abi: o,
9120
- functionName: "topupIncentiveFromBudget"
9121
- }), Ge = /* @__PURE__ */ i({
9122
- abi: o,
9123
- functionName: "topupIncentiveFromSender"
9124
- }), $e = /* @__PURE__ */ e({
9125
- abi: g,
9126
- functionName: "getBaseImplementation"
9127
- }), Xe = /* @__PURE__ */ e({
9128
- abi: g,
9129
- functionName: "getClone"
9130
- }), We = /* @__PURE__ */ e({
9131
- abi: g,
9132
- functionName: "getCloneIdentifier"
9133
- }), Qe = /* @__PURE__ */ e({
9134
- abi: g,
9135
- functionName: "getClones"
9136
- }), Ke = /* @__PURE__ */ s({
9137
- abi: g,
9138
- functionName: "deployClone"
9139
- }), Ye = /* @__PURE__ */ s({
9140
- abi: g,
9141
- functionName: "register"
9142
- }), Je = /* @__PURE__ */ i({
9143
- abi: g,
9144
- functionName: "deployClone"
9145
- }), et = /* @__PURE__ */ i({
9146
- abi: g,
9147
- functionName: "register"
9148
- }), tt = /* @__PURE__ */ e({
9149
- abi: f,
9150
- functionName: "asset"
9151
- }), nt = /* @__PURE__ */ e({
9152
- abi: f,
9153
- functionName: "cgdaParams"
9154
- }), at = /* @__PURE__ */ e({
9155
- abi: f,
9156
- functionName: "claimed"
9157
- }), it = /* @__PURE__ */ e({
9158
- abi: f,
9159
- functionName: "claims"
9160
- }), st = /* @__PURE__ */ e({
9161
- abi: f,
9162
- functionName: "currentReward"
9163
- }), pt = /* @__PURE__ */ e({
9164
- abi: f,
9165
- functionName: "isClaimable"
9166
- }), yt = /* @__PURE__ */ e({
9167
- abi: f,
9168
- functionName: "owner"
9169
- }), rt = /* @__PURE__ */ e({
9170
- abi: f,
9171
- functionName: "reward"
9172
- }), ut = /* @__PURE__ */ e({
9173
- abi: f,
9174
- functionName: "totalBudget"
9175
- }), ot = /* @__PURE__ */ s({
9176
- abi: f,
9177
- functionName: "claim"
9178
- }), lt = /* @__PURE__ */ s({
9179
- abi: f,
9180
- functionName: "clawback"
9181
- }), dt = /* @__PURE__ */ i({
9182
- abi: f,
9183
- functionName: "claim"
9184
- }), mt = /* @__PURE__ */ i({
9185
- abi: f,
9186
- functionName: "clawback"
9187
- }), bt = /* @__PURE__ */ e({
9188
- abi: m,
9189
- functionName: "asset"
9190
- }), ct = /* @__PURE__ */ e({
9191
- abi: m,
9192
- functionName: "claimed"
9193
- }), Tt = /* @__PURE__ */ e({
9194
- abi: m,
9195
- functionName: "claims"
9196
- }), ft = /* @__PURE__ */ e(
9197
- { abi: m, functionName: "currentReward" }
9198
- ), vt = /* @__PURE__ */ e({
9199
- abi: m,
9200
- functionName: "entries"
9201
- }), wt = /* @__PURE__ */ e({
9202
- abi: m,
9203
- functionName: "isClaimable"
9204
- }), Mt = /* @__PURE__ */ e({
9205
- abi: m,
9206
- functionName: "limit"
9207
- }), It = /* @__PURE__ */ e({
9208
- abi: m,
9209
- functionName: "owner"
9210
- }), ht = /* @__PURE__ */ e({
9211
- abi: m,
9212
- functionName: "reward"
9213
- }), gt = /* @__PURE__ */ e({
9214
- abi: m,
9215
- functionName: "strategy"
9216
- }), Ot = /* @__PURE__ */ s({
9217
- abi: m,
9218
- functionName: "claim"
9219
- }), Nt = /* @__PURE__ */ s({
9220
- abi: m,
9221
- functionName: "clawback"
9222
- }), At = /* @__PURE__ */ s({
9223
- abi: m,
9224
- functionName: "drawRaffle"
9225
- }), xt = /* @__PURE__ */ i(
9226
- { abi: m, functionName: "claim" }
9227
- ), Rt = /* @__PURE__ */ i({
9228
- abi: m,
9229
- functionName: "clawback"
9230
- }), zt = /* @__PURE__ */ i({
9231
- abi: m,
9232
- functionName: "drawRaffle"
9233
- }), Ct = /* @__PURE__ */ e({
9234
- abi: b,
9235
- functionName: "asset"
9236
- }), _t = /* @__PURE__ */ e(
9237
- { abi: b, functionName: "claimed" }
9238
- ), Ht = /* @__PURE__ */ e({
9239
- abi: b,
9240
- functionName: "claims"
9241
- }), Et = /* @__PURE__ */ e({
9242
- abi: b,
9243
- functionName: "currentReward"
9244
- }), Ft = /* @__PURE__ */ e({
9245
- abi: b,
9246
- functionName: "getPeg"
9247
- }), kt = /* @__PURE__ */ e({
9248
- abi: b,
9249
- functionName: "isClaimable"
9250
- }), Dt = /* @__PURE__ */ e({
9251
- abi: b,
9252
- functionName: "limit"
9253
- }), qt = /* @__PURE__ */ e({
9254
- abi: b,
9255
- functionName: "owner"
9256
- }), Bt = /* @__PURE__ */ e({
9257
- abi: b,
9258
- functionName: "peg"
9259
- }), Lt = /* @__PURE__ */ e({
9260
- abi: b,
9261
- functionName: "reward"
9262
- }), Pt = /* @__PURE__ */ e({
9263
- abi: b,
9264
- functionName: "totalClaimed"
9265
- }), Ut = /* @__PURE__ */ s(
9266
- { abi: b, functionName: "claim" }
9267
- ), St = /* @__PURE__ */ s({
9268
- abi: b,
9269
- functionName: "clawback"
9270
- }), Vt = /* @__PURE__ */ i({
9271
- abi: b,
9272
- functionName: "claim"
9273
- }), Zt = /* @__PURE__ */ i({
9274
- abi: b,
9275
- functionName: "clawback"
9276
- }), jt = /* @__PURE__ */ e({
9277
- abi: d,
9278
- functionName: "asset"
9279
- }), Gt = /* @__PURE__ */ e({
9280
- abi: d,
9281
- functionName: "claimed"
9282
- }), $t = /* @__PURE__ */ e({
9283
- abi: d,
9284
- functionName: "claims"
9285
- }), Xt = /* @__PURE__ */ e({
9286
- abi: d,
9287
- functionName: "currentReward"
9288
- }), Wt = /* @__PURE__ */ e({
9289
- abi: d,
9290
- functionName: "getIncentiveCriteria"
9291
- }), Qt = /* @__PURE__ */ e({
9292
- abi: d,
9293
- functionName: "getMaxReward"
9294
- }), Kt = /* @__PURE__ */ e({
9295
- abi: d,
9296
- functionName: "getPeg"
9297
- }), Yt = /* @__PURE__ */ e({
9298
- abi: d,
9299
- functionName: "isClaimable"
9043
+ ], M = [
9044
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
9045
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
9046
+ { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
9047
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
9048
+ {
9049
+ type: "error",
9050
+ inputs: [
9051
+ { name: "asset", internalType: "address", type: "address" },
9052
+ { name: "available", internalType: "uint256", type: "uint256" },
9053
+ { name: "required", internalType: "uint256", type: "uint256" }
9054
+ ],
9055
+ name: "InsufficientFunds"
9056
+ },
9057
+ {
9058
+ type: "error",
9059
+ inputs: [
9060
+ { name: "asset", internalType: "address", type: "address" },
9061
+ { name: "amount", internalType: "uint256", type: "uint256" }
9062
+ ],
9063
+ name: "InvalidAllocation"
9064
+ },
9065
+ { type: "error", inputs: [], name: "InvalidInitialization" },
9066
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
9067
+ { type: "error", inputs: [], name: "LengthMismatch" },
9068
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
9069
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
9070
+ { type: "error", inputs: [], name: "NotImplemented" },
9071
+ { type: "error", inputs: [], name: "NotInitializing" },
9072
+ { type: "error", inputs: [], name: "Reentrancy" },
9073
+ {
9074
+ type: "error",
9075
+ inputs: [
9076
+ { name: "asset", internalType: "address", type: "address" },
9077
+ { name: "to", internalType: "address", type: "address" },
9078
+ { name: "amount", internalType: "uint256", type: "uint256" }
9079
+ ],
9080
+ name: "TransferFailed"
9081
+ },
9082
+ { type: "error", inputs: [], name: "Unauthorized" },
9083
+ { type: "error", inputs: [], name: "Unauthorized" },
9084
+ {
9085
+ type: "event",
9086
+ anonymous: !1,
9087
+ inputs: [
9088
+ {
9089
+ name: "asset",
9090
+ internalType: "address",
9091
+ type: "address",
9092
+ indexed: !0
9093
+ },
9094
+ { name: "to", internalType: "address", type: "address", indexed: !1 },
9095
+ {
9096
+ name: "amount",
9097
+ internalType: "uint256",
9098
+ type: "uint256",
9099
+ indexed: !1
9100
+ }
9101
+ ],
9102
+ name: "Distributed"
9103
+ },
9104
+ {
9105
+ type: "event",
9106
+ anonymous: !1,
9107
+ inputs: [
9108
+ {
9109
+ name: "version",
9110
+ internalType: "uint64",
9111
+ type: "uint64",
9112
+ indexed: !1
9113
+ }
9114
+ ],
9115
+ name: "Initialized"
9116
+ },
9117
+ {
9118
+ type: "event",
9119
+ anonymous: !1,
9120
+ inputs: [
9121
+ {
9122
+ name: "pendingOwner",
9123
+ internalType: "address",
9124
+ type: "address",
9125
+ indexed: !0
9126
+ }
9127
+ ],
9128
+ name: "OwnershipHandoverCanceled"
9129
+ },
9130
+ {
9131
+ type: "event",
9132
+ anonymous: !1,
9133
+ inputs: [
9134
+ {
9135
+ name: "pendingOwner",
9136
+ internalType: "address",
9137
+ type: "address",
9138
+ indexed: !0
9139
+ }
9140
+ ],
9141
+ name: "OwnershipHandoverRequested"
9142
+ },
9143
+ {
9144
+ type: "event",
9145
+ anonymous: !1,
9146
+ inputs: [
9147
+ {
9148
+ name: "oldOwner",
9149
+ internalType: "address",
9150
+ type: "address",
9151
+ indexed: !0
9152
+ },
9153
+ {
9154
+ name: "newOwner",
9155
+ internalType: "address",
9156
+ type: "address",
9157
+ indexed: !0
9158
+ }
9159
+ ],
9160
+ name: "OwnershipTransferred"
9161
+ },
9162
+ {
9163
+ type: "event",
9164
+ anonymous: !1,
9165
+ inputs: [
9166
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
9167
+ {
9168
+ name: "roles",
9169
+ internalType: "uint256",
9170
+ type: "uint256",
9171
+ indexed: !0
9172
+ }
9173
+ ],
9174
+ name: "RolesUpdated"
9175
+ },
9176
+ { type: "fallback", stateMutability: "payable" },
9177
+ {
9178
+ type: "function",
9179
+ inputs: [],
9180
+ name: "ADMIN_ROLE",
9181
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9182
+ stateMutability: "view"
9183
+ },
9184
+ {
9185
+ type: "function",
9186
+ inputs: [],
9187
+ name: "MANAGER_ROLE",
9188
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9189
+ stateMutability: "view"
9190
+ },
9191
+ {
9192
+ type: "function",
9193
+ inputs: [],
9194
+ name: "PERMIT2",
9195
+ outputs: [{ name: "", internalType: "contract IPermit2", type: "address" }],
9196
+ stateMutability: "view"
9197
+ },
9198
+ {
9199
+ type: "function",
9200
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
9201
+ name: "allocate",
9202
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9203
+ stateMutability: "payable"
9204
+ },
9205
+ {
9206
+ type: "function",
9207
+ inputs: [{ name: "", internalType: "address", type: "address" }],
9208
+ name: "available",
9209
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9210
+ stateMutability: "view"
9211
+ },
9212
+ {
9213
+ type: "function",
9214
+ inputs: [
9215
+ { name: "", internalType: "address", type: "address" },
9216
+ { name: "", internalType: "uint256", type: "uint256" }
9217
+ ],
9218
+ name: "available",
9219
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9220
+ stateMutability: "view"
9221
+ },
9222
+ {
9223
+ type: "function",
9224
+ inputs: [],
9225
+ name: "cancelOwnershipHandover",
9226
+ outputs: [],
9227
+ stateMutability: "payable"
9228
+ },
9229
+ {
9230
+ type: "function",
9231
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
9232
+ name: "clawback",
9233
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9234
+ stateMutability: "nonpayable"
9235
+ },
9236
+ {
9237
+ type: "function",
9238
+ inputs: [
9239
+ { name: "target", internalType: "address", type: "address" },
9240
+ { name: "data_", internalType: "bytes", type: "bytes" },
9241
+ { name: "boostId", internalType: "uint256", type: "uint256" },
9242
+ { name: "incentiveId", internalType: "uint256", type: "uint256" }
9243
+ ],
9244
+ name: "clawbackFromTarget",
9245
+ outputs: [
9246
+ { name: "", internalType: "uint256", type: "uint256" },
9247
+ { name: "", internalType: "address", type: "address" }
9248
+ ],
9249
+ stateMutability: "nonpayable"
9250
+ },
9251
+ {
9252
+ type: "function",
9253
+ inputs: [
9254
+ { name: "pendingOwner", internalType: "address", type: "address" }
9255
+ ],
9256
+ name: "completeOwnershipHandover",
9257
+ outputs: [],
9258
+ stateMutability: "payable"
9259
+ },
9260
+ {
9261
+ type: "function",
9262
+ inputs: [
9263
+ { name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
9264
+ { name: "core", internalType: "contract BoostCore", type: "address" },
9265
+ { name: "_boostPayload", internalType: "bytes", type: "bytes" }
9266
+ ],
9267
+ name: "createBoost",
9268
+ outputs: [],
9269
+ stateMutability: "payable"
9270
+ },
9271
+ {
9272
+ type: "function",
9273
+ inputs: [
9274
+ { name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
9275
+ { name: "core", internalType: "contract BoostCore", type: "address" },
9276
+ { name: "_boostPayload", internalType: "bytes", type: "bytes" },
9277
+ { name: "_permit2Signature", internalType: "bytes", type: "bytes" },
9278
+ { name: "nonce", internalType: "uint256", type: "uint256" },
9279
+ { name: "deadline", internalType: "uint256", type: "uint256" }
9280
+ ],
9281
+ name: "createBoostWithPermit2",
9282
+ outputs: [],
9283
+ stateMutability: "payable"
9284
+ },
9285
+ {
9286
+ type: "function",
9287
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
9288
+ name: "disburse",
9289
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9290
+ stateMutability: "nonpayable"
9291
+ },
9292
+ {
9293
+ type: "function",
9294
+ inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
9295
+ name: "disburseBatch",
9296
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9297
+ stateMutability: "nonpayable"
9298
+ },
9299
+ {
9300
+ type: "function",
9301
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
9302
+ name: "distributed",
9303
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9304
+ stateMutability: "view"
9305
+ },
9306
+ {
9307
+ type: "function",
9308
+ inputs: [
9309
+ { name: "asset_", internalType: "address", type: "address" },
9310
+ { name: "tokenId_", internalType: "uint256", type: "uint256" }
9311
+ ],
9312
+ name: "distributed",
9313
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9314
+ stateMutability: "view"
9315
+ },
9316
+ {
9317
+ type: "function",
9318
+ inputs: [],
9319
+ name: "getComponentInterface",
9320
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
9321
+ stateMutability: "pure"
9322
+ },
9323
+ {
9324
+ type: "function",
9325
+ inputs: [
9326
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
9327
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
9328
+ ],
9329
+ name: "grantManyRoles",
9330
+ outputs: [],
9331
+ stateMutability: "nonpayable"
9332
+ },
9333
+ {
9334
+ type: "function",
9335
+ inputs: [
9336
+ { name: "user", internalType: "address", type: "address" },
9337
+ { name: "roles", internalType: "uint256", type: "uint256" }
9338
+ ],
9339
+ name: "grantRoles",
9340
+ outputs: [],
9341
+ stateMutability: "payable"
9342
+ },
9343
+ {
9344
+ type: "function",
9345
+ inputs: [
9346
+ { name: "user", internalType: "address", type: "address" },
9347
+ { name: "roles", internalType: "uint256", type: "uint256" }
9348
+ ],
9349
+ name: "hasAllRoles",
9350
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9351
+ stateMutability: "view"
9352
+ },
9353
+ {
9354
+ type: "function",
9355
+ inputs: [
9356
+ { name: "user", internalType: "address", type: "address" },
9357
+ { name: "roles", internalType: "uint256", type: "uint256" }
9358
+ ],
9359
+ name: "hasAnyRole",
9360
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9361
+ stateMutability: "view"
9362
+ },
9363
+ {
9364
+ type: "function",
9365
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
9366
+ name: "initialize",
9367
+ outputs: [],
9368
+ stateMutability: "nonpayable"
9369
+ },
9370
+ {
9371
+ type: "function",
9372
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
9373
+ name: "isAuthorized",
9374
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9375
+ stateMutability: "view"
9376
+ },
9377
+ {
9378
+ type: "function",
9379
+ inputs: [
9380
+ { name: "", internalType: "address", type: "address" },
9381
+ { name: "", internalType: "address", type: "address" },
9382
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
9383
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
9384
+ { name: "", internalType: "bytes", type: "bytes" }
9385
+ ],
9386
+ name: "onERC1155BatchReceived",
9387
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
9388
+ stateMutability: "pure"
9389
+ },
9390
+ {
9391
+ type: "function",
9392
+ inputs: [
9393
+ { name: "", internalType: "address", type: "address" },
9394
+ { name: "", internalType: "address", type: "address" },
9395
+ { name: "", internalType: "uint256", type: "uint256" },
9396
+ { name: "", internalType: "uint256", type: "uint256" },
9397
+ { name: "", internalType: "bytes", type: "bytes" }
9398
+ ],
9399
+ name: "onERC1155Received",
9400
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
9401
+ stateMutability: "pure"
9402
+ },
9403
+ {
9404
+ type: "function",
9405
+ inputs: [],
9406
+ name: "owner",
9407
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
9408
+ stateMutability: "view"
9409
+ },
9410
+ {
9411
+ type: "function",
9412
+ inputs: [
9413
+ { name: "pendingOwner", internalType: "address", type: "address" }
9414
+ ],
9415
+ name: "ownershipHandoverExpiresAt",
9416
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
9417
+ stateMutability: "view"
9418
+ },
9419
+ {
9420
+ type: "function",
9421
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
9422
+ name: "reconcile",
9423
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9424
+ stateMutability: "nonpayable"
9425
+ },
9426
+ {
9427
+ type: "function",
9428
+ inputs: [],
9429
+ name: "renounceOwnership",
9430
+ outputs: [],
9431
+ stateMutability: "payable"
9432
+ },
9433
+ {
9434
+ type: "function",
9435
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
9436
+ name: "renounceRoles",
9437
+ outputs: [],
9438
+ stateMutability: "payable"
9439
+ },
9440
+ {
9441
+ type: "function",
9442
+ inputs: [],
9443
+ name: "requestOwnershipHandover",
9444
+ outputs: [],
9445
+ stateMutability: "payable"
9446
+ },
9447
+ {
9448
+ type: "function",
9449
+ inputs: [
9450
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
9451
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
9452
+ ],
9453
+ name: "revokeManyRoles",
9454
+ outputs: [],
9455
+ stateMutability: "nonpayable"
9456
+ },
9457
+ {
9458
+ type: "function",
9459
+ inputs: [
9460
+ { name: "user", internalType: "address", type: "address" },
9461
+ { name: "roles", internalType: "uint256", type: "uint256" }
9462
+ ],
9463
+ name: "revokeRoles",
9464
+ outputs: [],
9465
+ stateMutability: "payable"
9466
+ },
9467
+ {
9468
+ type: "function",
9469
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
9470
+ name: "rolesOf",
9471
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
9472
+ stateMutability: "view"
9473
+ },
9474
+ {
9475
+ type: "function",
9476
+ inputs: [
9477
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
9478
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
9479
+ ],
9480
+ name: "setAuthorized",
9481
+ outputs: [],
9482
+ stateMutability: "nonpayable"
9483
+ },
9484
+ {
9485
+ type: "function",
9486
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
9487
+ name: "supportsInterface",
9488
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
9489
+ stateMutability: "view"
9490
+ },
9491
+ {
9492
+ type: "function",
9493
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
9494
+ name: "total",
9495
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9496
+ stateMutability: "view"
9497
+ },
9498
+ {
9499
+ type: "function",
9500
+ inputs: [
9501
+ { name: "asset_", internalType: "address", type: "address" },
9502
+ { name: "tokenId_", internalType: "uint256", type: "uint256" }
9503
+ ],
9504
+ name: "total",
9505
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
9506
+ stateMutability: "view"
9507
+ },
9508
+ {
9509
+ type: "function",
9510
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
9511
+ name: "transferOwnership",
9512
+ outputs: [],
9513
+ stateMutability: "payable"
9514
+ },
9515
+ { type: "receive", stateMutability: "payable" }
9516
+ ], fe = /* @__PURE__ */ e({
9517
+ abi: G,
9518
+ functionName: "getComponentInterface"
9519
+ }), ve = /* @__PURE__ */ e(
9520
+ { abi: G, functionName: "supportsInterface" }
9521
+ ), we = /* @__PURE__ */ e(
9522
+ { abi: g, functionName: "allowList" }
9523
+ ), Me = /* @__PURE__ */ e({
9524
+ abi: g,
9525
+ functionName: "claimed"
9526
+ }), Ie = /* @__PURE__ */ e({
9527
+ abi: g,
9528
+ functionName: "claims"
9529
+ }), he = /* @__PURE__ */ e({
9530
+ abi: g,
9531
+ functionName: "isClaimable"
9532
+ }), ge = /* @__PURE__ */ e({
9533
+ abi: g,
9534
+ functionName: "limit"
9535
+ }), Oe = /* @__PURE__ */ e({
9536
+ abi: g,
9537
+ functionName: "owner"
9538
+ }), Ne = /* @__PURE__ */ e({
9539
+ abi: g,
9540
+ functionName: "reward"
9541
+ }), Ae = /* @__PURE__ */ s({
9542
+ abi: g,
9543
+ functionName: "claim"
9544
+ }), xe = /* @__PURE__ */ i({
9545
+ abi: g,
9546
+ functionName: "claim"
9547
+ }), Re = /* @__PURE__ */ e({
9548
+ abi: o,
9549
+ functionName: "createBoostAuth"
9550
+ }), ze = /* @__PURE__ */ e({
9551
+ abi: o,
9552
+ functionName: "getBoost"
9553
+ }), _e = /* @__PURE__ */ e({
9554
+ abi: o,
9555
+ functionName: "getBoostCount"
9556
+ }), Ce = /* @__PURE__ */ e({
9557
+ abi: o,
9558
+ functionName: "getIncentiveFeesInfo"
9559
+ }), He = /* @__PURE__ */ e({
9560
+ abi: o,
9561
+ functionName: "protocolFee"
9562
+ }), Ee = /* @__PURE__ */ e({
9563
+ abi: o,
9564
+ functionName: "protocolFeeReceiver"
9565
+ }), Fe = /* @__PURE__ */ s({
9566
+ abi: o,
9567
+ functionName: "claimIncentive"
9568
+ }), ke = /* @__PURE__ */ s({
9569
+ abi: o,
9570
+ functionName: "claimIncentiveFor"
9571
+ }), De = /* @__PURE__ */ s({
9572
+ abi: o,
9573
+ functionName: "createBoost"
9574
+ }), qe = /* @__PURE__ */ s({
9575
+ abi: o,
9576
+ functionName: "setCreateBoostAuth"
9577
+ }), Pe = /* @__PURE__ */ s({
9578
+ abi: o,
9579
+ functionName: "setProtocolFeeReceiver"
9580
+ }), Be = /* @__PURE__ */ s({
9581
+ abi: o,
9582
+ functionName: "topupIncentiveFromBudget"
9583
+ }), Le = /* @__PURE__ */ s({
9584
+ abi: o,
9585
+ functionName: "topupIncentiveFromSender"
9586
+ }), Ue = /* @__PURE__ */ i({
9587
+ abi: o,
9588
+ functionName: "claimIncentive"
9589
+ }), Se = /* @__PURE__ */ i({
9590
+ abi: o,
9591
+ functionName: "claimIncentiveFor"
9592
+ }), Ve = /* @__PURE__ */ i({
9593
+ abi: o,
9594
+ functionName: "createBoost"
9595
+ }), Ze = /* @__PURE__ */ i({
9596
+ abi: o,
9597
+ functionName: "setCreateBoostAuth"
9598
+ }), Ge = /* @__PURE__ */ i({
9599
+ abi: o,
9600
+ functionName: "setProtocolFeeReceiver"
9601
+ }), je = /* @__PURE__ */ i({
9602
+ abi: o,
9603
+ functionName: "topupIncentiveFromBudget"
9604
+ }), $e = /* @__PURE__ */ i({
9605
+ abi: o,
9606
+ functionName: "topupIncentiveFromSender"
9607
+ }), We = /* @__PURE__ */ e({
9608
+ abi: O,
9609
+ functionName: "getBaseImplementation"
9610
+ }), Ye = /* @__PURE__ */ e({
9611
+ abi: O,
9612
+ functionName: "getClone"
9613
+ }), Qe = /* @__PURE__ */ e({
9614
+ abi: O,
9615
+ functionName: "getCloneIdentifier"
9616
+ }), Je = /* @__PURE__ */ e({
9617
+ abi: O,
9618
+ functionName: "getClones"
9619
+ }), Ke = /* @__PURE__ */ s({
9620
+ abi: O,
9621
+ functionName: "deployClone"
9622
+ }), Xe = /* @__PURE__ */ s({
9623
+ abi: O,
9624
+ functionName: "register"
9625
+ }), et = /* @__PURE__ */ i({
9626
+ abi: O,
9627
+ functionName: "deployClone"
9628
+ }), tt = /* @__PURE__ */ i({
9629
+ abi: O,
9630
+ functionName: "register"
9631
+ }), nt = /* @__PURE__ */ e({
9632
+ abi: f,
9633
+ functionName: "asset"
9634
+ }), at = /* @__PURE__ */ e({
9635
+ abi: f,
9636
+ functionName: "cgdaParams"
9637
+ }), it = /* @__PURE__ */ e({
9638
+ abi: f,
9639
+ functionName: "claimed"
9640
+ }), st = /* @__PURE__ */ e({
9641
+ abi: f,
9642
+ functionName: "claims"
9643
+ }), pt = /* @__PURE__ */ e({
9644
+ abi: f,
9645
+ functionName: "currentReward"
9646
+ }), yt = /* @__PURE__ */ e({
9647
+ abi: f,
9648
+ functionName: "isClaimable"
9649
+ }), ut = /* @__PURE__ */ e({
9650
+ abi: f,
9651
+ functionName: "owner"
9652
+ }), rt = /* @__PURE__ */ e({
9653
+ abi: f,
9654
+ functionName: "reward"
9655
+ }), ot = /* @__PURE__ */ e({
9656
+ abi: f,
9657
+ functionName: "totalBudget"
9658
+ }), lt = /* @__PURE__ */ s({
9659
+ abi: f,
9660
+ functionName: "claim"
9661
+ }), dt = /* @__PURE__ */ s({
9662
+ abi: f,
9663
+ functionName: "clawback"
9664
+ }), mt = /* @__PURE__ */ i({
9665
+ abi: f,
9666
+ functionName: "claim"
9667
+ }), bt = /* @__PURE__ */ i({
9668
+ abi: f,
9669
+ functionName: "clawback"
9670
+ }), ct = /* @__PURE__ */ e({
9671
+ abi: m,
9672
+ functionName: "asset"
9673
+ }), Tt = /* @__PURE__ */ e({
9674
+ abi: m,
9675
+ functionName: "claimed"
9676
+ }), ft = /* @__PURE__ */ e({
9677
+ abi: m,
9678
+ functionName: "claims"
9679
+ }), vt = /* @__PURE__ */ e(
9680
+ { abi: m, functionName: "currentReward" }
9681
+ ), wt = /* @__PURE__ */ e({
9682
+ abi: m,
9683
+ functionName: "entries"
9684
+ }), Mt = /* @__PURE__ */ e({
9685
+ abi: m,
9686
+ functionName: "isClaimable"
9687
+ }), It = /* @__PURE__ */ e({
9688
+ abi: m,
9689
+ functionName: "limit"
9690
+ }), ht = /* @__PURE__ */ e({
9691
+ abi: m,
9692
+ functionName: "owner"
9693
+ }), gt = /* @__PURE__ */ e({
9694
+ abi: m,
9695
+ functionName: "reward"
9696
+ }), Ot = /* @__PURE__ */ e({
9697
+ abi: m,
9698
+ functionName: "strategy"
9699
+ }), Nt = /* @__PURE__ */ s({
9700
+ abi: m,
9701
+ functionName: "claim"
9702
+ }), At = /* @__PURE__ */ s({
9703
+ abi: m,
9704
+ functionName: "clawback"
9705
+ }), xt = /* @__PURE__ */ s({
9706
+ abi: m,
9707
+ functionName: "drawRaffle"
9708
+ }), Rt = /* @__PURE__ */ i(
9709
+ { abi: m, functionName: "claim" }
9710
+ ), zt = /* @__PURE__ */ i({
9711
+ abi: m,
9712
+ functionName: "clawback"
9713
+ }), _t = /* @__PURE__ */ i({
9714
+ abi: m,
9715
+ functionName: "drawRaffle"
9716
+ }), Ct = /* @__PURE__ */ e({
9717
+ abi: b,
9718
+ functionName: "asset"
9719
+ }), Ht = /* @__PURE__ */ e(
9720
+ { abi: b, functionName: "claimed" }
9721
+ ), Et = /* @__PURE__ */ e({
9722
+ abi: b,
9723
+ functionName: "claims"
9724
+ }), Ft = /* @__PURE__ */ e({
9725
+ abi: b,
9726
+ functionName: "currentReward"
9727
+ }), kt = /* @__PURE__ */ e({
9728
+ abi: b,
9729
+ functionName: "getPeg"
9730
+ }), Dt = /* @__PURE__ */ e({
9731
+ abi: b,
9732
+ functionName: "isClaimable"
9733
+ }), qt = /* @__PURE__ */ e({
9734
+ abi: b,
9735
+ functionName: "limit"
9736
+ }), Pt = /* @__PURE__ */ e({
9737
+ abi: b,
9738
+ functionName: "owner"
9739
+ }), Bt = /* @__PURE__ */ e({
9740
+ abi: b,
9741
+ functionName: "peg"
9742
+ }), Lt = /* @__PURE__ */ e({
9743
+ abi: b,
9744
+ functionName: "reward"
9745
+ }), Ut = /* @__PURE__ */ e({
9746
+ abi: b,
9747
+ functionName: "totalClaimed"
9748
+ }), St = /* @__PURE__ */ s(
9749
+ { abi: b, functionName: "claim" }
9750
+ ), Vt = /* @__PURE__ */ s({
9751
+ abi: b,
9752
+ functionName: "clawback"
9753
+ }), Zt = /* @__PURE__ */ i({
9754
+ abi: b,
9755
+ functionName: "claim"
9756
+ }), Gt = /* @__PURE__ */ i({
9757
+ abi: b,
9758
+ functionName: "clawback"
9759
+ }), jt = /* @__PURE__ */ e({
9760
+ abi: d,
9761
+ functionName: "asset"
9762
+ }), $t = /* @__PURE__ */ e({
9763
+ abi: d,
9764
+ functionName: "claimed"
9765
+ }), Wt = /* @__PURE__ */ e({
9766
+ abi: d,
9767
+ functionName: "claims"
9768
+ }), Yt = /* @__PURE__ */ e({
9769
+ abi: d,
9770
+ functionName: "currentReward"
9771
+ }), Qt = /* @__PURE__ */ e({
9772
+ abi: d,
9773
+ functionName: "getIncentiveCriteria"
9300
9774
  }), Jt = /* @__PURE__ */ e({
9301
9775
  abi: d,
9302
- functionName: "limit"
9776
+ functionName: "getMaxReward"
9777
+ }), Kt = /* @__PURE__ */ e({
9778
+ abi: d,
9779
+ functionName: "getPeg"
9780
+ }), Xt = /* @__PURE__ */ e({
9781
+ abi: d,
9782
+ functionName: "isClaimable"
9303
9783
  }), en = /* @__PURE__ */ e({
9304
9784
  abi: d,
9305
- functionName: "owner"
9785
+ functionName: "limit"
9306
9786
  }), tn = /* @__PURE__ */ e({
9307
9787
  abi: d,
9308
- functionName: "peg"
9788
+ functionName: "owner"
9309
9789
  }), nn = /* @__PURE__ */ e({
9310
9790
  abi: d,
9311
- functionName: "reward"
9791
+ functionName: "peg"
9312
9792
  }), an = /* @__PURE__ */ e({
9793
+ abi: d,
9794
+ functionName: "reward"
9795
+ }), sn = /* @__PURE__ */ e({
9313
9796
  abi: d,
9314
9797
  functionName: "totalClaimed"
9315
- }), sn = /* @__PURE__ */ s({
9798
+ }), pn = /* @__PURE__ */ s({
9316
9799
  abi: d,
9317
9800
  functionName: "claim"
9318
- }), pn = /* @__PURE__ */ s({
9801
+ }), yn = /* @__PURE__ */ s({
9319
9802
  abi: d,
9320
9803
  functionName: "clawback"
9321
- }), yn = /* @__PURE__ */ i({
9804
+ }), un = /* @__PURE__ */ i({
9322
9805
  abi: d,
9323
9806
  functionName: "claim"
9324
9807
  }), rn = /* @__PURE__ */ i({
9325
9808
  abi: d,
9326
9809
  functionName: "clawback"
9327
- }), un = /* @__PURE__ */ e({
9810
+ }), on = /* @__PURE__ */ e({
9328
9811
  abi: j,
9329
9812
  functionName: "getIncentiveCriteria"
9330
- }), on = /* @__PURE__ */ e({
9813
+ }), ln = /* @__PURE__ */ e({
9331
9814
  abi: j,
9332
9815
  functionName: "getMaxReward"
9333
- }), ln = /* @__PURE__ */ e(
9816
+ }), dn = /* @__PURE__ */ e(
9334
9817
  { abi: v, functionName: "asset" }
9335
- ), dn = /* @__PURE__ */ e({
9818
+ ), mn = /* @__PURE__ */ e({
9336
9819
  abi: v,
9337
9820
  functionName: "claimed"
9338
- }), mn = /* @__PURE__ */ e({
9821
+ }), bn = /* @__PURE__ */ e({
9339
9822
  abi: v,
9340
9823
  functionName: "claims"
9341
- }), bn = /* @__PURE__ */ e({
9824
+ }), cn = /* @__PURE__ */ e({
9342
9825
  abi: v,
9343
9826
  functionName: "currentReward"
9344
- }), cn = /* @__PURE__ */ e({
9827
+ }), Tn = /* @__PURE__ */ e({
9345
9828
  abi: v,
9346
9829
  functionName: "isClaimable"
9347
- }), Tn = /* @__PURE__ */ e(
9830
+ }), fn = /* @__PURE__ */ e(
9348
9831
  { abi: v, functionName: "limit" }
9349
- ), fn = /* @__PURE__ */ e(
9832
+ ), vn = /* @__PURE__ */ e(
9350
9833
  { abi: v, functionName: "owner" }
9351
- ), vn = /* @__PURE__ */ e({
9834
+ ), wn = /* @__PURE__ */ e({
9352
9835
  abi: v,
9353
9836
  functionName: "reward"
9354
- }), wn = /* @__PURE__ */ e({
9837
+ }), Mn = /* @__PURE__ */ e({
9355
9838
  abi: v,
9356
9839
  functionName: "totalClaimed"
9357
- }), Mn = /* @__PURE__ */ s({
9840
+ }), In = /* @__PURE__ */ s({
9358
9841
  abi: v,
9359
9842
  functionName: "claim"
9360
- }), In = /* @__PURE__ */ s({
9843
+ }), hn = /* @__PURE__ */ s({
9361
9844
  abi: v,
9362
9845
  functionName: "clawback"
9363
- }), hn = /* @__PURE__ */ i({
9846
+ }), gn = /* @__PURE__ */ i({
9364
9847
  abi: v,
9365
9848
  functionName: "claim"
9366
- }), gn = /* @__PURE__ */ i({
9849
+ }), On = /* @__PURE__ */ i({
9367
9850
  abi: v,
9368
9851
  functionName: "clawback"
9369
- }), On = /* @__PURE__ */ e({
9370
- abi: E,
9371
- functionName: "getActionClaimant"
9372
9852
  }), Nn = /* @__PURE__ */ e({
9373
- abi: E,
9853
+ abi: F,
9854
+ functionName: "getActionClaimant"
9855
+ }), An = /* @__PURE__ */ e({
9856
+ abi: F,
9374
9857
  functionName: "getActionSteps"
9375
- }), An = /* @__PURE__ */ s({
9376
- abi: E,
9858
+ }), xn = /* @__PURE__ */ s({
9859
+ abi: F,
9377
9860
  functionName: "execute"
9378
- }), xn = /* @__PURE__ */ i({
9379
- abi: E,
9861
+ }), Rn = /* @__PURE__ */ i({
9862
+ abi: F,
9380
9863
  functionName: "execute"
9381
- }), Rn = /* @__PURE__ */ e({
9382
- abi: pe,
9383
- functionName: "isAuthorized"
9384
9864
  }), zn = /* @__PURE__ */ e({
9385
- abi: O,
9865
+ abi: ye,
9866
+ functionName: "isAuthorized"
9867
+ }), _n = /* @__PURE__ */ e({
9868
+ abi: N,
9386
9869
  functionName: "hashSignerData"
9387
9870
  }), Cn = /* @__PURE__ */ e({
9388
- abi: O,
9871
+ abi: N,
9389
9872
  functionName: "signers"
9390
- }), _n = /* @__PURE__ */ s({
9391
- abi: O,
9392
- functionName: "setAuthorized"
9393
9873
  }), Hn = /* @__PURE__ */ s({
9394
- abi: O,
9395
- functionName: "setValidatorCaller"
9874
+ abi: N,
9875
+ functionName: "setAuthorized"
9396
9876
  }), En = /* @__PURE__ */ s({
9397
- abi: O,
9877
+ abi: N,
9878
+ functionName: "setValidatorCaller"
9879
+ }), Fn = /* @__PURE__ */ s({
9880
+ abi: N,
9398
9881
  functionName: "validate"
9399
- }), Fn = /* @__PURE__ */ i({
9400
- abi: O,
9401
- functionName: "setAuthorized"
9402
9882
  }), kn = /* @__PURE__ */ i({
9403
- abi: O,
9404
- functionName: "setValidatorCaller"
9883
+ abi: N,
9884
+ functionName: "setAuthorized"
9405
9885
  }), Dn = /* @__PURE__ */ i({
9406
- abi: O,
9886
+ abi: N,
9887
+ functionName: "setValidatorCaller"
9888
+ }), qn = /* @__PURE__ */ i({
9889
+ abi: N,
9407
9890
  functionName: "validate"
9408
- }), qn = /* @__PURE__ */ e({
9891
+ }), Pn = /* @__PURE__ */ e({
9409
9892
  abi: c,
9410
9893
  functionName: "available"
9411
9894
  }), Bn = /* @__PURE__ */ e({
@@ -9414,158 +9897,158 @@ const le = [
9414
9897
  }), Ln = /* @__PURE__ */ e({
9415
9898
  abi: c,
9416
9899
  functionName: "owner"
9417
- }), Pn = /* @__PURE__ */ e({
9900
+ }), Un = /* @__PURE__ */ e({
9418
9901
  abi: c,
9419
9902
  functionName: "total"
9420
- }), Un = /* @__PURE__ */ s({
9903
+ }), Sn = /* @__PURE__ */ s({
9421
9904
  abi: c,
9422
9905
  functionName: "allocate"
9423
- }), Sn = /* @__PURE__ */ s({
9906
+ }), Vn = /* @__PURE__ */ s({
9424
9907
  abi: c,
9425
9908
  functionName: "clawback"
9426
- }), Vn = /* @__PURE__ */ s({
9909
+ }), Zn = /* @__PURE__ */ s({
9427
9910
  abi: c,
9428
9911
  functionName: "clawbackFromTarget"
9429
- }), Zn = /* @__PURE__ */ s({
9912
+ }), Gn = /* @__PURE__ */ s({
9430
9913
  abi: c,
9431
9914
  functionName: "disburse"
9432
9915
  }), jn = /* @__PURE__ */ s({
9433
9916
  abi: c,
9434
9917
  functionName: "disburseBatch"
9435
- }), Gn = /* @__PURE__ */ i({
9918
+ }), $n = /* @__PURE__ */ i({
9436
9919
  abi: c,
9437
9920
  functionName: "allocate"
9438
- }), $n = /* @__PURE__ */ i({
9921
+ }), Wn = /* @__PURE__ */ i({
9439
9922
  abi: c,
9440
9923
  functionName: "clawback"
9441
- }), Xn = /* @__PURE__ */ i({
9924
+ }), Yn = /* @__PURE__ */ i({
9442
9925
  abi: c,
9443
9926
  functionName: "clawbackFromTarget"
9444
- }), Wn = /* @__PURE__ */ i({
9927
+ }), Qn = /* @__PURE__ */ i({
9445
9928
  abi: c,
9446
9929
  functionName: "disburse"
9447
- }), Qn = /* @__PURE__ */ i({
9930
+ }), Jn = /* @__PURE__ */ i({
9448
9931
  abi: c,
9449
9932
  functionName: "disburseBatch"
9450
9933
  }), Kn = /* @__PURE__ */ e({
9451
- abi: z,
9934
+ abi: _,
9452
9935
  functionName: "managementFee"
9453
- }), Yn = /* @__PURE__ */ s({
9454
- abi: z,
9936
+ }), Xn = /* @__PURE__ */ s({
9937
+ abi: _,
9455
9938
  functionName: "payManagementFee"
9456
- }), Jn = /* @__PURE__ */ s({
9457
- abi: z,
9939
+ }), ea = /* @__PURE__ */ s({
9940
+ abi: _,
9458
9941
  functionName: "setManagementFee"
9459
- }), ea = /* @__PURE__ */ i({
9460
- abi: z,
9461
- functionName: "payManagementFee"
9462
9942
  }), ta = /* @__PURE__ */ i({
9463
- abi: z,
9943
+ abi: _,
9944
+ functionName: "payManagementFee"
9945
+ }), na = /* @__PURE__ */ i({
9946
+ abi: _,
9464
9947
  functionName: "setManagementFee"
9465
- }), na = /* @__PURE__ */ e({
9948
+ }), aa = /* @__PURE__ */ e({
9466
9949
  abi: C,
9467
9950
  functionName: "managementFee"
9468
- }), aa = /* @__PURE__ */ s({
9951
+ }), ia = /* @__PURE__ */ s({
9469
9952
  abi: C,
9470
9953
  functionName: "payManagementFee"
9471
- }), ia = /* @__PURE__ */ s({
9954
+ }), sa = /* @__PURE__ */ s({
9472
9955
  abi: C,
9473
9956
  functionName: "setManagementFee"
9474
- }), sa = /* @__PURE__ */ i({
9957
+ }), pa = /* @__PURE__ */ i({
9475
9958
  abi: C,
9476
9959
  functionName: "payManagementFee"
9477
- }), pa = /* @__PURE__ */ i({
9960
+ }), ya = /* @__PURE__ */ i({
9478
9961
  abi: C,
9479
9962
  functionName: "setManagementFee"
9480
- }), ya = /* @__PURE__ */ e({
9963
+ }), ua = /* @__PURE__ */ e({
9481
9964
  abi: w,
9482
9965
  functionName: "ownershipHandoverExpiresAt"
9483
9966
  }), ra = /* @__PURE__ */ s({
9484
9967
  abi: w,
9485
9968
  functionName: "cancelOwnershipHandover"
9486
- }), ua = /* @__PURE__ */ s({
9969
+ }), oa = /* @__PURE__ */ s({
9487
9970
  abi: w,
9488
9971
  functionName: "completeOwnershipHandover"
9489
- }), oa = /* @__PURE__ */ s({
9972
+ }), la = /* @__PURE__ */ s({
9490
9973
  abi: w,
9491
9974
  functionName: "renounceOwnership"
9492
- }), la = /* @__PURE__ */ s(
9975
+ }), da = /* @__PURE__ */ s(
9493
9976
  { abi: w, functionName: "renounceRoles" }
9494
- ), da = /* @__PURE__ */ s({
9977
+ ), ma = /* @__PURE__ */ s({
9495
9978
  abi: w,
9496
9979
  functionName: "requestOwnershipHandover"
9497
- }), ma = /* @__PURE__ */ s({
9980
+ }), ba = /* @__PURE__ */ s({
9498
9981
  abi: w,
9499
9982
  functionName: "transferOwnership"
9500
- }), ba = /* @__PURE__ */ i({
9983
+ }), ca = /* @__PURE__ */ i({
9501
9984
  abi: w,
9502
9985
  functionName: "cancelOwnershipHandover"
9503
- }), ca = /* @__PURE__ */ i({
9986
+ }), Ta = /* @__PURE__ */ i({
9504
9987
  abi: w,
9505
9988
  functionName: "completeOwnershipHandover"
9506
- }), Ta = /* @__PURE__ */ i({
9989
+ }), fa = /* @__PURE__ */ i({
9507
9990
  abi: w,
9508
9991
  functionName: "renounceOwnership"
9509
- }), fa = /* @__PURE__ */ i({
9992
+ }), va = /* @__PURE__ */ i({
9510
9993
  abi: w,
9511
9994
  functionName: "renounceRoles"
9512
- }), va = /* @__PURE__ */ i({
9995
+ }), wa = /* @__PURE__ */ i({
9513
9996
  abi: w,
9514
9997
  functionName: "requestOwnershipHandover"
9515
- }), wa = /* @__PURE__ */ i({
9998
+ }), Ma = /* @__PURE__ */ i({
9516
9999
  abi: w,
9517
10000
  functionName: "transferOwnership"
9518
- }), Ma = /* @__PURE__ */ e(
9519
- { abi: ye, functionName: "isAuthorized" }
9520
- ), Ia = /* @__PURE__ */ e({
9521
- abi: I,
10001
+ }), Ia = /* @__PURE__ */ e(
10002
+ { abi: ue, functionName: "isAuthorized" }
10003
+ ), ha = /* @__PURE__ */ e({
10004
+ abi: h,
9522
10005
  functionName: "claimed"
9523
- }), ha = /* @__PURE__ */ e({
9524
- abi: I,
9525
- functionName: "claims"
9526
10006
  }), ga = /* @__PURE__ */ e({
9527
- abi: I,
9528
- functionName: "currentReward"
10007
+ abi: h,
10008
+ functionName: "claims"
9529
10009
  }), Oa = /* @__PURE__ */ e({
9530
- abi: I,
9531
- functionName: "isClaimable"
10010
+ abi: h,
10011
+ functionName: "currentReward"
9532
10012
  }), Na = /* @__PURE__ */ e({
9533
- abi: I,
9534
- functionName: "limit"
10013
+ abi: h,
10014
+ functionName: "isClaimable"
9535
10015
  }), Aa = /* @__PURE__ */ e({
9536
- abi: I,
9537
- functionName: "reward"
10016
+ abi: h,
10017
+ functionName: "limit"
9538
10018
  }), xa = /* @__PURE__ */ e({
9539
- abi: I,
9540
- functionName: "selector"
10019
+ abi: h,
10020
+ functionName: "reward"
9541
10021
  }), Ra = /* @__PURE__ */ e({
9542
- abi: I,
10022
+ abi: h,
10023
+ functionName: "selector"
10024
+ }), za = /* @__PURE__ */ e({
10025
+ abi: h,
9543
10026
  functionName: "venue"
9544
- }), za = /* @__PURE__ */ s({
9545
- abi: I,
10027
+ }), _a = /* @__PURE__ */ s({
10028
+ abi: h,
9546
10029
  functionName: "claim"
9547
10030
  }), Ca = /* @__PURE__ */ i({
9548
- abi: I,
10031
+ abi: h,
9549
10032
  functionName: "claim"
9550
- }), _a = /* @__PURE__ */ e({
10033
+ }), Ha = /* @__PURE__ */ e({
9551
10034
  abi: T,
9552
10035
  functionName: "hasAllRoles"
9553
- }), Ha = /* @__PURE__ */ e({
10036
+ }), Ea = /* @__PURE__ */ e({
9554
10037
  abi: T,
9555
10038
  functionName: "hasAnyRole"
9556
- }), Ea = /* @__PURE__ */ e({
10039
+ }), Fa = /* @__PURE__ */ e({
9557
10040
  abi: T,
9558
10041
  functionName: "isAuthorized"
9559
- }), Fa = /* @__PURE__ */ e({
10042
+ }), ka = /* @__PURE__ */ e({
9560
10043
  abi: T,
9561
10044
  functionName: "rolesOf"
9562
- }), ka = /* @__PURE__ */ s({
10045
+ }), Da = /* @__PURE__ */ s({
9563
10046
  abi: T,
9564
10047
  functionName: "grantManyRoles"
9565
- }), Da = /* @__PURE__ */ s({
10048
+ }), qa = /* @__PURE__ */ s({
9566
10049
  abi: T,
9567
10050
  functionName: "grantRoles"
9568
- }), qa = /* @__PURE__ */ s({
10051
+ }), Pa = /* @__PURE__ */ s({
9569
10052
  abi: T,
9570
10053
  functionName: "revokeManyRoles"
9571
10054
  }), Ba = /* @__PURE__ */ s({
@@ -9574,295 +10057,343 @@ const le = [
9574
10057
  }), La = /* @__PURE__ */ s({
9575
10058
  abi: T,
9576
10059
  functionName: "setAuthorized"
9577
- }), Pa = /* @__PURE__ */ i({
10060
+ }), Ua = /* @__PURE__ */ i({
9578
10061
  abi: T,
9579
10062
  functionName: "grantManyRoles"
9580
- }), Ua = /* @__PURE__ */ i({
10063
+ }), Sa = /* @__PURE__ */ i({
9581
10064
  abi: T,
9582
10065
  functionName: "grantRoles"
9583
- }), Sa = /* @__PURE__ */ i(
10066
+ }), Va = /* @__PURE__ */ i(
9584
10067
  { abi: T, functionName: "revokeManyRoles" }
9585
- ), Va = /* @__PURE__ */ i({
10068
+ ), Za = /* @__PURE__ */ i({
9586
10069
  abi: T,
9587
10070
  functionName: "revokeRoles"
9588
- }), Za = /* @__PURE__ */ i({
10071
+ }), Ga = /* @__PURE__ */ i({
9589
10072
  abi: T,
9590
10073
  functionName: "setAuthorized"
9591
10074
  }), ja = /* @__PURE__ */ e({
9592
- abi: N,
10075
+ abi: A,
9593
10076
  functionName: "hashSignerData"
9594
- }), Ga = /* @__PURE__ */ e({
9595
- abi: N,
10077
+ }), $a = /* @__PURE__ */ e({
10078
+ abi: A,
9596
10079
  functionName: "signers"
9597
- }), $a = /* @__PURE__ */ s({
9598
- abi: N,
10080
+ }), Wa = /* @__PURE__ */ s({
10081
+ abi: A,
9599
10082
  functionName: "setAuthorized"
9600
- }), Xa = /* @__PURE__ */ s({
9601
- abi: N,
10083
+ }), Ya = /* @__PURE__ */ s({
10084
+ abi: A,
9602
10085
  functionName: "setValidatorCaller"
9603
- }), Wa = /* @__PURE__ */ s({
9604
- abi: N,
10086
+ }), Qa = /* @__PURE__ */ s({
10087
+ abi: A,
9605
10088
  functionName: "validate"
9606
- }), Qa = /* @__PURE__ */ i({
9607
- abi: N,
10089
+ }), Ja = /* @__PURE__ */ i({
10090
+ abi: A,
9608
10091
  functionName: "setAuthorized"
9609
10092
  }), Ka = /* @__PURE__ */ i({
9610
- abi: N,
10093
+ abi: A,
9611
10094
  functionName: "setValidatorCaller"
9612
- }), Ya = /* @__PURE__ */ i({
9613
- abi: N,
10095
+ }), Xa = /* @__PURE__ */ i({
10096
+ abi: A,
9614
10097
  functionName: "validate"
9615
- }), Ja = /* @__PURE__ */ e({
9616
- abi: F,
9617
- functionName: "isAllowed"
9618
10098
  }), ei = /* @__PURE__ */ e({
9619
- abi: F,
10099
+ abi: k,
10100
+ functionName: "isAllowed"
10101
+ }), ti = /* @__PURE__ */ e({
10102
+ abi: k,
9620
10103
  functionName: "owner"
9621
- }), ti = /* @__PURE__ */ s(
9622
- { abi: F, functionName: "setAllowed" }
9623
- ), ni = /* @__PURE__ */ i({
9624
- abi: F,
10104
+ }), ni = /* @__PURE__ */ s(
10105
+ { abi: k, functionName: "setAllowed" }
10106
+ ), ai = /* @__PURE__ */ i({
10107
+ abi: k,
9625
10108
  functionName: "setAllowed"
9626
- }), ai = /* @__PURE__ */ e({
10109
+ }), ii = /* @__PURE__ */ e({
9627
10110
  abi: B,
9628
10111
  functionName: "isAllowed"
9629
- }), ii = /* @__PURE__ */ s({
10112
+ }), si = /* @__PURE__ */ s({
9630
10113
  abi: B,
9631
10114
  functionName: "setDenied"
9632
- }), si = /* @__PURE__ */ i({
10115
+ }), pi = /* @__PURE__ */ i({
9633
10116
  abi: B,
9634
10117
  functionName: "setDenied"
10118
+ }), yi = /* @__PURE__ */ e({
10119
+ abi: M,
10120
+ functionName: "distributed"
10121
+ }), ui = /* @__PURE__ */ e({
10122
+ abi: M,
10123
+ functionName: "total"
10124
+ }), ri = /* @__PURE__ */ s({
10125
+ abi: M,
10126
+ functionName: "clawbackFromTarget"
10127
+ }), oi = /* @__PURE__ */ s({
10128
+ abi: M,
10129
+ functionName: "createBoost"
10130
+ }), li = /* @__PURE__ */ s({
10131
+ abi: M,
10132
+ functionName: "createBoostWithPermit2"
10133
+ }), di = /* @__PURE__ */ s(
10134
+ { abi: M, functionName: "disburse" }
10135
+ ), mi = /* @__PURE__ */ s({
10136
+ abi: M,
10137
+ functionName: "disburseBatch"
10138
+ }), bi = /* @__PURE__ */ i({
10139
+ abi: M,
10140
+ functionName: "clawbackFromTarget"
10141
+ }), ci = /* @__PURE__ */ i({
10142
+ abi: M,
10143
+ functionName: "createBoost"
10144
+ }), Ti = /* @__PURE__ */ i({
10145
+ abi: M,
10146
+ functionName: "createBoostWithPermit2"
10147
+ }), fi = /* @__PURE__ */ i({
10148
+ abi: M,
10149
+ functionName: "disburse"
10150
+ }), vi = /* @__PURE__ */ i({
10151
+ abi: M,
10152
+ functionName: "disburseBatch"
9635
10153
  });
9636
10154
  export {
9637
- ye as $,
9638
- v as A,
9639
- B,
9640
- ya as C,
9641
- Ta as D,
9642
- ra as E,
9643
- oa as F,
9644
- la as G,
9645
- h as H,
9646
- Va as I,
9647
- _a as J,
9648
- Ha as K,
9649
- fe as L,
9650
- Te as M,
9651
- f as N,
9652
- et as O,
9653
- ba as P,
9654
- Ye as Q,
9655
- I as R,
9656
- O as S,
9657
- ce as T,
9658
- wa as U,
9659
- T as V,
9660
- fa as W,
9661
- Ea as X,
9662
- Je as Y,
9663
- Ke as Z,
10155
+ et as $,
10156
+ oa as A,
10157
+ ba as B,
10158
+ h as C,
10159
+ A as D,
10160
+ ca as E,
10161
+ B as F,
10162
+ Ha as G,
10163
+ ra as H,
10164
+ v as I,
10165
+ ua as J,
10166
+ va as K,
10167
+ Te as L,
10168
+ ve as M,
10169
+ c as N,
10170
+ da as O,
10171
+ Ma as P,
10172
+ ka as Q,
10173
+ f as R,
10174
+ g as S,
10175
+ O as T,
10176
+ Ea as U,
10177
+ tt as V,
10178
+ Xe as W,
10179
+ fe as X,
10180
+ ue as Y,
10181
+ Fa as Z,
9664
10182
  N as _,
9665
- le as a,
9666
- zt as a$,
9667
- $e as a0,
9668
- Xe as a1,
9669
- Qe as a2,
9670
- We as a3,
9671
- Ma as a4,
9672
- de as a5,
9673
- Gn as a6,
9674
- Un as a7,
9675
- $n as a8,
9676
- Sn as a9,
9677
- yt as aA,
9678
- it as aB,
9679
- rt as aC,
9680
- at as aD,
9681
- tt as aE,
10183
+ de as a,
10184
+ Mt as a$,
10185
+ Ke as a0,
10186
+ We as a1,
10187
+ Ye as a2,
10188
+ Je as a3,
10189
+ Qe as a4,
10190
+ Ia as a5,
10191
+ me as a6,
10192
+ $n as a7,
10193
+ Sn as a8,
10194
+ Wn as a9,
10195
+ si as aA,
10196
+ ut as aB,
10197
+ st as aC,
10198
+ rt as aD,
10199
+ it as aE,
9682
10200
  nt as aF,
9683
- ut as aG,
9684
- dt as aH,
9685
- ot as aI,
9686
- mt as aJ,
9687
- lt as aK,
9688
- pt as aL,
9689
- st as aM,
9690
- It as aN,
9691
- ft as aO,
9692
- Tt as aP,
9693
- ct as aQ,
9694
- bt as aR,
9695
- gt as aS,
9696
- ht as aT,
9697
- Mt as aU,
9698
- vt as aV,
9699
- xt as aW,
9700
- Ot as aX,
9701
- Rt as aY,
9702
- Nt as aZ,
9703
- wt as a_,
9704
- Xn as aa,
9705
- Vn as ab,
9706
- Wn as ac,
9707
- Zn as ad,
9708
- Qn as ae,
9709
- jn as af,
9710
- Ln as ag,
9711
- Pn as ah,
9712
- qn as ai,
9713
- Bn as aj,
9714
- ge as ak,
9715
- Me as al,
9716
- Oe as am,
9717
- we as an,
9718
- ve as ao,
9719
- he as ap,
9720
- Ae as aq,
9721
- Ne as ar,
9722
- Ie as as,
9723
- ei as at,
9724
- Ja as au,
9725
- ni as av,
9726
- ti as aw,
9727
- ai as ax,
9728
- si as ay,
9729
- ii as az,
9730
- g as b,
9731
- Ct as b$,
9732
- At as b0,
9733
- un as b1,
10201
+ at as aG,
10202
+ ot as aH,
10203
+ mt as aI,
10204
+ lt as aJ,
10205
+ bt as aK,
10206
+ dt as aL,
10207
+ yt as aM,
10208
+ pt as aN,
10209
+ ht as aO,
10210
+ vt as aP,
10211
+ ft as aQ,
10212
+ Tt as aR,
10213
+ ct as aS,
10214
+ Ot as aT,
10215
+ gt as aU,
10216
+ It as aV,
10217
+ wt as aW,
10218
+ Rt as aX,
10219
+ Nt as aY,
10220
+ zt as aZ,
10221
+ At as a_,
10222
+ Vn as aa,
10223
+ Yn as ab,
10224
+ Zn as ac,
10225
+ Qn as ad,
10226
+ Gn as ae,
10227
+ Jn as af,
10228
+ jn as ag,
10229
+ Ln as ah,
10230
+ Un as ai,
10231
+ Pn as aj,
10232
+ Bn as ak,
10233
+ Oe as al,
10234
+ Ie as am,
10235
+ Ne as an,
10236
+ Me as ao,
10237
+ we as ap,
10238
+ ge as aq,
10239
+ xe as ar,
10240
+ Ae as as,
10241
+ he as at,
10242
+ ti as au,
10243
+ ei as av,
10244
+ ai as aw,
10245
+ ni as ax,
10246
+ ii as ay,
10247
+ pi as az,
10248
+ m as b,
10249
+ Ut as b$,
10250
+ _t as b0,
10251
+ xt as b1,
9734
10252
  on as b2,
9735
- fn as b3,
9736
- wn as b4,
9737
- bn as b5,
9738
- mn as b6,
9739
- dn as b7,
9740
- ln as b8,
9741
- vn as b9,
9742
- Dn as bA,
9743
- En as bB,
9744
- Fn as bC,
9745
- _n as bD,
9746
- kn as bE,
9747
- Hn as bF,
9748
- E as bG,
9749
- Nn as bH,
9750
- On as bI,
9751
- xn as bJ,
9752
- An as bK,
9753
- ea as bL,
9754
- Yn as bM,
9755
- ta as bN,
9756
- Jn as bO,
9757
- Kn as bP,
9758
- sa as bQ,
9759
- aa as bR,
9760
- pa as bS,
9761
- ia as bT,
9762
- na as bU,
9763
- me as bV,
9764
- qt as bW,
9765
- Et as bX,
9766
- Ht as bY,
9767
- Pt as bZ,
9768
- _t as b_,
9769
- Tn as ba,
9770
- hn as bb,
9771
- Mn as bc,
9772
- gn as bd,
9773
- In as be,
9774
- cn as bf,
9775
- ha as bg,
9776
- ga as bh,
9777
- Aa as bi,
9778
- Ia as bj,
9779
- Ra as bk,
9780
- Na as bl,
9781
- xa as bm,
9782
- Ca as bn,
9783
- za as bo,
9784
- Oa as bp,
9785
- Ga as bq,
9786
- ja as br,
9787
- Ya as bs,
9788
- Wa as bt,
9789
- Qa as bu,
9790
- $a as bv,
9791
- Ka as bw,
9792
- Xa as bx,
9793
- Cn as by,
9794
- zn as bz,
9795
- Za as c,
9796
- Bt as c0,
9797
- Lt as c1,
9798
- Dt as c2,
9799
- Vt as c3,
9800
- Ut as c4,
10253
+ ln as b3,
10254
+ vn as b4,
10255
+ Mn as b5,
10256
+ cn as b6,
10257
+ bn as b7,
10258
+ mn as b8,
10259
+ dn as b9,
10260
+ xa as bA,
10261
+ ha as bB,
10262
+ za as bC,
10263
+ Aa as bD,
10264
+ Ra as bE,
10265
+ Ca as bF,
10266
+ _a as bG,
10267
+ Na as bH,
10268
+ $a as bI,
10269
+ ja as bJ,
10270
+ Xa as bK,
10271
+ Qa as bL,
10272
+ Ja as bM,
10273
+ Wa as bN,
10274
+ Ka as bO,
10275
+ Ya as bP,
10276
+ Cn as bQ,
10277
+ _n as bR,
10278
+ qn as bS,
10279
+ Fn as bT,
10280
+ kn as bU,
10281
+ Hn as bV,
10282
+ Dn as bW,
10283
+ En as bX,
10284
+ Pt as bY,
10285
+ Ft as bZ,
10286
+ Et as b_,
10287
+ wn as ba,
10288
+ fn as bb,
10289
+ gn as bc,
10290
+ In as bd,
10291
+ On as be,
10292
+ hn as bf,
10293
+ Tn as bg,
10294
+ tn as bh,
10295
+ Yt as bi,
10296
+ Jt as bj,
10297
+ Wt as bk,
10298
+ sn as bl,
10299
+ $t as bm,
10300
+ jt as bn,
10301
+ nn as bo,
10302
+ an as bp,
10303
+ en as bq,
10304
+ un as br,
10305
+ pn as bs,
10306
+ rn as bt,
10307
+ yn as bu,
10308
+ Xt as bv,
10309
+ Kt as bw,
10310
+ Qt as bx,
10311
+ ga as by,
10312
+ Oa as bz,
10313
+ M as c,
10314
+ Ht as c0,
10315
+ Ct as c1,
10316
+ Bt as c2,
10317
+ Lt as c3,
10318
+ qt as c4,
9801
10319
  Zt as c5,
9802
10320
  St as c6,
9803
- kt as c7,
9804
- Ft as c8,
9805
- en as c9,
9806
- xe as cA,
10321
+ Gt as c7,
10322
+ Vt as c8,
10323
+ Dt as c9,
10324
+ De as cA,
9807
10325
  Ve as cB,
9808
- De as cC,
9809
- _e as cD,
9810
- He as cE,
9811
- Ze as cF,
9812
- qe as cG,
9813
- Ce as cH,
9814
- Ge as cI,
9815
- Le as cJ,
9816
- je as cK,
9817
- Be as cL,
9818
- Xt as ca,
9819
- Qt as cb,
9820
- $t as cc,
9821
- an as cd,
9822
- Gt as ce,
9823
- jt as cf,
9824
- tn as cg,
9825
- nn as ch,
9826
- Jt as ci,
9827
- yn as cj,
9828
- sn as ck,
9829
- rn as cl,
9830
- pn as cm,
9831
- Yt as cn,
9832
- Kt as co,
9833
- Wt as cp,
9834
- be as cq,
9835
- ke as cr,
9836
- Se as cs,
9837
- Pe as ct,
9838
- Ee as cu,
9839
- Ue as cv,
9840
- Fe as cw,
9841
- Re as cx,
9842
- ze as cy,
9843
- Rn as cz,
10326
+ oi as cC,
10327
+ ci as cD,
10328
+ li as cE,
10329
+ Ti as cF,
10330
+ Ue as cG,
10331
+ Fe as cH,
10332
+ Se as cI,
10333
+ ke as cJ,
10334
+ ze as cK,
10335
+ _e as cL,
10336
+ zn as cM,
10337
+ Re as cN,
10338
+ Ze as cO,
10339
+ qe as cP,
10340
+ He as cQ,
10341
+ Ee as cR,
10342
+ Ge as cS,
10343
+ Pe as cT,
10344
+ Ce as cU,
10345
+ $e as cV,
10346
+ Le as cW,
10347
+ je as cX,
10348
+ Be as cY,
10349
+ kt as ca,
10350
+ ce as cb,
10351
+ F as cc,
10352
+ An as cd,
10353
+ Nn as ce,
10354
+ Rn as cf,
10355
+ xn as cg,
10356
+ ta as ch,
10357
+ Xn as ci,
10358
+ na as cj,
10359
+ ea as ck,
10360
+ Kn as cl,
10361
+ pa as cm,
10362
+ ia as cn,
10363
+ ya as co,
10364
+ sa as cp,
10365
+ aa as cq,
10366
+ bi as cr,
10367
+ ri as cs,
10368
+ fi as ct,
10369
+ di as cu,
10370
+ vi as cv,
10371
+ mi as cw,
10372
+ ui as cx,
10373
+ yi as cy,
10374
+ be as cz,
9844
10375
  j as d,
9845
- La as e,
9846
- b as f,
9847
- o as g,
9848
- c as h,
9849
- Da as i,
9850
- Ba as j,
9851
- Sa as k,
9852
- qa as l,
9853
- m,
9854
- ma as n,
9855
- da as o,
9856
- z as p,
9857
- va as q,
10376
+ Ga as e,
10377
+ La as f,
10378
+ Sa as g,
10379
+ o as h,
10380
+ qa as i,
10381
+ Za as j,
10382
+ Ua as k,
10383
+ Da as l,
10384
+ Va as m,
10385
+ Pa as n,
10386
+ fa as o,
10387
+ _ as p,
10388
+ la as q,
9858
10389
  C as r,
9859
- ka as s,
9860
- Fa as t,
9861
- ca as u,
9862
- Pa as v,
9863
- Ua as w,
9864
- ua as x,
10390
+ Ba as s,
10391
+ wa as t,
10392
+ ma as u,
10393
+ b as v,
10394
+ Ta as w,
10395
+ T as x,
9865
10396
  d as y,
9866
- F as z
10397
+ k as z
9867
10398
  };
9868
- //# sourceMappingURL=generated-CElkFqkY.js.map
10399
+ //# sourceMappingURL=generated-BJfQ-EBO.js.map