@boostxyz/sdk 7.0.0-canary.0 → 7.0.0-canary.2

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 (118) hide show
  1. package/dist/Actions/Action.cjs +1 -1
  2. package/dist/Actions/Action.js +7 -7
  3. package/dist/Actions/EventAction.cjs +1 -1
  4. package/dist/Actions/EventAction.js +56 -56
  5. package/dist/AllowLists/AllowList.cjs +1 -1
  6. package/dist/AllowLists/AllowList.js +5 -5
  7. package/dist/AllowLists/SimpleAllowList.cjs +1 -1
  8. package/dist/AllowLists/SimpleAllowList.js +17 -17
  9. package/dist/AllowLists/SimpleDenyList.cjs +1 -1
  10. package/dist/AllowLists/SimpleDenyList.js +3 -3
  11. package/dist/Auth/PassthroughAuth.cjs +1 -1
  12. package/dist/Auth/PassthroughAuth.js +1 -1
  13. package/dist/BoostCore.cjs +2 -2
  14. package/dist/BoostCore.js +141 -141
  15. package/dist/BoostRegistry.cjs +1 -1
  16. package/dist/BoostRegistry.js +11 -11
  17. package/dist/{Budget-Bvi5Qjqp.js → Budget-D2aQ8V__.js} +54 -54
  18. package/dist/{Budget-Bvi5Qjqp.js.map → Budget-D2aQ8V__.js.map} +1 -1
  19. package/dist/{Budget-B_kgJGDu.cjs → Budget-lcBEy-fx.cjs} +2 -2
  20. package/dist/{Budget-B_kgJGDu.cjs.map → Budget-lcBEy-fx.cjs.map} +1 -1
  21. package/dist/Budgets/Budget.cjs +1 -1
  22. package/dist/Budgets/Budget.js +3 -3
  23. package/dist/Budgets/ManagedBudget.cjs +1 -1
  24. package/dist/Budgets/ManagedBudget.js +29 -29
  25. package/dist/Deployable/DeployableTarget.cjs +1 -1
  26. package/dist/Deployable/DeployableTarget.js +1 -1
  27. package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
  28. package/dist/Deployable/DeployableTargetWithRBAC.js +16 -16
  29. package/dist/Incentive-DJZmgtA9.js +449 -0
  30. package/dist/{Incentive-CLKutfnD.js.map → Incentive-DJZmgtA9.js.map} +1 -1
  31. package/dist/{Incentive-CLSVNxDz.cjs → Incentive-DfVj0SE5.cjs} +2 -2
  32. package/dist/{Incentive-CLSVNxDz.cjs.map → Incentive-DfVj0SE5.cjs.map} +1 -1
  33. package/dist/Incentives/AllowListIncentive.cjs +1 -1
  34. package/dist/Incentives/AllowListIncentive.js +15 -15
  35. package/dist/Incentives/CGDAIncentive.cjs +1 -1
  36. package/dist/Incentives/CGDAIncentive.js +9 -9
  37. package/dist/Incentives/ERC20Incentive.cjs +1 -1
  38. package/dist/Incentives/ERC20Incentive.js +15 -15
  39. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs +2 -0
  40. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs.map +1 -0
  41. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +1093 -0
  42. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +1 -0
  43. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js +604 -0
  44. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js.map +1 -0
  45. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +1 -1
  46. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -1
  47. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts +4 -4
  48. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts.map +1 -1
  49. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +33 -33
  50. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -1
  51. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +2 -0
  52. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -0
  53. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +884 -0
  54. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -0
  55. package/dist/Incentives/ERC20VariableCriteriaIncentive.js +239 -0
  56. package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -0
  57. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +1 -1
  58. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -1
  59. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts +7 -7
  60. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts.map +1 -1
  61. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +11 -11
  62. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -1
  63. package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
  64. package/dist/Incentives/ERC20VariableIncentive.js +12 -12
  65. package/dist/Incentives/Incentive.cjs +1 -1
  66. package/dist/Incentives/Incentive.d.ts +6 -4
  67. package/dist/Incentives/Incentive.d.ts.map +1 -1
  68. package/dist/Incentives/Incentive.js +23 -19
  69. package/dist/Incentives/Incentive.js.map +1 -1
  70. package/dist/Incentives/PointsIncentive.cjs +1 -1
  71. package/dist/Incentives/PointsIncentive.js +8 -8
  72. package/dist/{SimpleDenyList-C1C_BHkY.js → SimpleDenyList-C-T2RCgi.js} +14 -14
  73. package/dist/{SimpleDenyList-C1C_BHkY.js.map → SimpleDenyList-C-T2RCgi.js.map} +1 -1
  74. package/dist/{SimpleDenyList-CWthbyj7.cjs → SimpleDenyList-Dxle-6uU.cjs} +2 -2
  75. package/dist/{SimpleDenyList-CWthbyj7.cjs.map → SimpleDenyList-Dxle-6uU.cjs.map} +1 -1
  76. package/dist/Validators/LimitedSignerValidator.cjs +1 -1
  77. package/dist/Validators/LimitedSignerValidator.js +17 -17
  78. package/dist/Validators/SignerValidator.cjs +1 -1
  79. package/dist/Validators/SignerValidator.js +6 -6
  80. package/dist/Validators/Validator.cjs +1 -1
  81. package/dist/Validators/Validator.js +2 -2
  82. package/dist/componentInterfaces-C5ig8mCK.cjs +2 -0
  83. package/dist/componentInterfaces-C5ig8mCK.cjs.map +1 -0
  84. package/dist/componentInterfaces-Ddus5rIA.js +23 -0
  85. package/dist/componentInterfaces-Ddus5rIA.js.map +1 -0
  86. package/dist/{deployments-De8_J7SS.js → deployments-C-e2CGJJ.js} +47 -35
  87. package/dist/{deployments-De8_J7SS.js.map → deployments-C-e2CGJJ.js.map} +1 -1
  88. package/dist/deployments-YkNK95HE.cjs +2 -0
  89. package/dist/deployments-YkNK95HE.cjs.map +1 -0
  90. package/dist/deployments.json +12 -12
  91. package/dist/{generated-BJfQ-EBO.js → generated-CINzoGbl.js} +1890 -765
  92. package/dist/generated-CINzoGbl.js.map +1 -0
  93. package/dist/generated-C_JEoLDO.cjs +3 -0
  94. package/dist/generated-C_JEoLDO.cjs.map +1 -0
  95. package/dist/index.cjs +1 -1
  96. package/dist/index.d.ts +2 -0
  97. package/dist/index.d.ts.map +1 -1
  98. package/dist/index.js +150 -141
  99. package/dist/index.js.map +1 -1
  100. package/package.json +13 -1
  101. package/src/Incentives/ERC20PeggedVariableCriteriaIncentive.ts +852 -0
  102. package/src/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.test.ts +6 -6
  103. package/src/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.ts +5 -5
  104. package/src/Incentives/ERC20VariableCriteriaIncentive.ts +437 -0
  105. package/src/Incentives/ERC20VariableCriteriaIncentiveV2.test.ts +6 -6
  106. package/src/Incentives/ERC20VariableCriteriaIncentiveV2.ts +7 -7
  107. package/src/Incentives/Incentive.ts +11 -0
  108. package/src/index.ts +2 -0
  109. package/dist/Incentive-CLKutfnD.js +0 -445
  110. package/dist/componentInterfaces-BVHB4Fjw.js +0 -21
  111. package/dist/componentInterfaces-BVHB4Fjw.js.map +0 -1
  112. package/dist/componentInterfaces-BqhL-meV.cjs +0 -2
  113. package/dist/componentInterfaces-BqhL-meV.cjs.map +0 -1
  114. package/dist/deployments-D9QxJGrC.cjs +0 -2
  115. package/dist/deployments-D9QxJGrC.cjs.map +0 -1
  116. package/dist/generated-BJfQ-EBO.js.map +0 -1
  117. package/dist/generated-mJJNq-xb.cjs +0 -3
  118. package/dist/generated-mJJNq-xb.cjs.map +0 -1
@@ -1,8 +1,8 @@
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;
1
+ import { simulateContract as Q, readContract as J, writeContract as X } from "viem/actions";
2
+ import { createClient as Y, custom as ee } from "viem";
3
+ import { parseAccount as te, getAddress as ne } from "viem/utils";
4
+ function F(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((g) => g.id === (t == null ? void 0 : t.chainId)), y = n.state.status;
6
6
  switch (y) {
7
7
  case "connected":
8
8
  return {
@@ -58,32 +58,32 @@ function E(n) {
58
58
  };
59
59
  }
60
60
  }
61
- function q(n) {
61
+ function U(n) {
62
62
  return n.state.chainId;
63
63
  }
64
- function P(n, a, t) {
64
+ function B(n, a, t) {
65
65
  const p = n[a.name];
66
66
  if (typeof p == "function")
67
67
  return p;
68
68
  const u = n[t];
69
69
  return typeof u == "function" ? u : (r) => a(n, r);
70
70
  }
71
- const te = "2.13.8", ne = () => `@wagmi/core@${te}`;
72
- var S = function(n, a, t, p) {
71
+ const ae = "2.13.8", ie = () => `@wagmi/core@${ae}`;
72
+ var V = 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
- }, H, V;
77
- class x extends Error {
76
+ }, E, G;
77
+ class R extends Error {
78
78
  get docsBaseUrl() {
79
79
  return "https://wagmi.sh/core";
80
80
  }
81
81
  get version() {
82
- return ne();
82
+ return ie();
83
83
  }
84
84
  constructor(a, t = {}) {
85
85
  var p;
86
- super(), H.add(this), Object.defineProperty(this, "details", {
86
+ super(), E.add(this), Object.defineProperty(this, "details", {
87
87
  enumerable: !0,
88
88
  configurable: !0,
89
89
  writable: !0,
@@ -109,7 +109,7 @@ class x extends Error {
109
109
  writable: !0,
110
110
  value: "WagmiCoreError"
111
111
  });
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;
112
+ const u = t.cause instanceof R ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, r = t.cause instanceof R && t.cause.docsPath || t.docsPath;
113
113
  this.message = [
114
114
  a || "An error occurred.",
115
115
  "",
@@ -123,13 +123,13 @@ class x extends Error {
123
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 S(this, H, "m", V).call(this, this, a);
126
+ return V(this, E, "m", G).call(this, this, a);
127
127
  }
128
128
  }
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;
129
+ E = /* @__PURE__ */ new WeakSet(), G = function n(a, t) {
130
+ return t != null && t(a) ? a : a.cause ? V(this, E, "m", n).call(this, a.cause, t) : a;
131
131
  };
132
- class ae extends x {
132
+ class se extends R {
133
133
  constructor() {
134
134
  super("Connector not connected."), Object.defineProperty(this, "name", {
135
135
  enumerable: !0,
@@ -139,7 +139,7 @@ class ae extends x {
139
139
  });
140
140
  }
141
141
  }
142
- class ie extends x {
142
+ class pe extends R {
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 ie extends x {
149
149
  });
150
150
  }
151
151
  }
152
- class se extends x {
152
+ class ye extends R {
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 se extends x {
164
164
  });
165
165
  }
166
166
  }
167
- class pe extends x {
167
+ class ue extends R {
168
168
  constructor({ connector: a }) {
169
169
  super(`Connector "${a.name}" unavailable while reconnecting.`, {
170
170
  details: [
@@ -185,41 +185,41 @@ async function Z(n, a = {}) {
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 pe({ connector: l });
189
- const [z, $] = await Promise.all([
188
+ throw new ue({ connector: l });
189
+ const [z, K] = await Promise.all([
190
190
  l.getAccounts(),
191
191
  l.getChainId()
192
192
  ]);
193
193
  t = {
194
194
  accounts: z,
195
- chainId: $,
195
+ chainId: K,
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 ae();
201
+ throw new se();
202
202
  const p = a.chainId ?? t.chainId, u = await t.connector.getChainId();
203
203
  if (u !== t.chainId)
204
- throw new se({
204
+ throw new ye({
205
205
  connectionChainId: t.chainId,
206
206
  connectorChainId: u
207
207
  });
208
208
  const r = t.connector;
209
209
  if (r.getClient)
210
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({
211
+ const y = te(a.account ?? t.accounts[0]);
212
+ if (y.address = ne(y.address), a.account && !t.accounts.some((l) => l.toLowerCase() === y.address.toLowerCase()))
213
+ throw new pe({
214
214
  address: y.address,
215
215
  connector: r
216
216
  });
217
- const I = n.chains.find((l) => l.id === p), R = await t.connector.getProvider({ chainId: p });
218
- return J({
217
+ const g = n.chains.find((l) => l.id === p), C = await t.connector.getProvider({ chainId: p });
218
+ return Y({
219
219
  account: y,
220
- chain: I,
220
+ chain: g,
221
221
  name: "Connector Client",
222
- transport: (l) => K(R)({ ...l, retryCount: 0 })
222
+ transport: (l) => ee(C)({ ...l, retryCount: 0 })
223
223
  });
224
224
  }
225
225
  async function D(n, a) {
@@ -229,9 +229,9 @@ async function D(n, a) {
229
229
  chainId: p,
230
230
  connector: u
231
231
  })).account;
232
- const I = n.getClient({ chainId: p }), R = P(I, W, "simulateContract"), { result: l, request: z } = await R({ ...r, abi: t, account: y });
232
+ const g = n.getClient({ chainId: p }), C = B(g, Q, "simulateContract"), { result: l, request: z } = await C({ ...r, abi: t, account: y });
233
233
  return {
234
- chainId: I.chain.id,
234
+ chainId: g.chain.id,
235
235
  result: l,
236
236
  request: { __mode: "prepared", ...z, chainId: p }
237
237
  };
@@ -239,7 +239,7 @@ async function D(n, a) {
239
239
  function i(n) {
240
240
  return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
241
241
  var p;
242
- const u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
242
+ const u = U(a), r = F(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
243
243
  return D(a, {
244
244
  ...t,
245
245
  ...n.functionName ? { functionName: n.functionName } : {},
@@ -253,34 +253,34 @@ function i(n) {
253
253
  abi: n.abi
254
254
  });
255
255
  }
256
- function L(n, a) {
256
+ function P(n, a) {
257
257
  const { chainId: t, ...p } = a, u = n.getClient({ chainId: t });
258
- return P(u, Y, "readContract")(p);
258
+ return B(u, J, "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 u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
264
- return L(a, {
263
+ const u = U(a), r = F(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
264
+ return P(a, {
265
265
  ...t,
266
266
  ...n.functionName ? { functionName: n.functionName } : {},
267
267
  address: (p = n.address) == null ? void 0 : p[y],
268
268
  abi: n.abi
269
269
  });
270
- } : (a, t) => L(a, {
270
+ } : (a, t) => P(a, {
271
271
  ...t,
272
272
  ...n.address ? { address: n.address } : {},
273
273
  ...n.functionName ? { functionName: n.functionName } : {},
274
274
  abi: n.abi
275
275
  });
276
276
  }
277
- async function U(n, a) {
277
+ async function S(n, a) {
278
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);
279
+ let g;
280
+ typeof t == "object" && t.type === "local" ? g = n.getClient({ chainId: p }) : g = await Z(n, { account: t, chainId: p, connector: u });
281
+ const { connector: C } = F(n);
282
282
  let l;
283
- if (r === "prepared" || R != null && R.supportsSimulation)
283
+ if (r === "prepared" || C != null && C.supportsSimulation)
284
284
  l = y;
285
285
  else {
286
286
  const { request: z } = await D(n, {
@@ -290,7 +290,7 @@ async function U(n, a) {
290
290
  });
291
291
  l = z;
292
292
  }
293
- return await P(I, Q, "writeContract")({
293
+ return await B(g, X, "writeContract")({
294
294
  ...l,
295
295
  ...t ? { account: t } : {},
296
296
  chain: p ? { id: p } : null
@@ -299,22 +299,22 @@ async function U(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 u = q(a), r = E(a);
302
+ const u = U(a), r = F(a);
303
303
  let y;
304
- return t.chainId ? y = t.chainId : t.account && t.account === r.address || t.account === void 0 ? y = r.chainId : y = u, U(a, {
304
+ return t.chainId ? y = t.chainId : t.account && t.account === r.address || t.account === void 0 ? y = r.chainId : y = u, S(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) => U(a, {
310
+ } : (a, t) => S(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 de = [
317
+ const be = [
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 de = [
416
416
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
417
417
  stateMutability: "view"
418
418
  }
419
- ], me = [
419
+ ], ce = [
420
420
  { type: "error", inputs: [], name: "AlreadyInitialized" },
421
421
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
422
422
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -688,7 +688,7 @@ const de = [
688
688
  outputs: [],
689
689
  stateMutability: "payable"
690
690
  }
691
- ], be = [
691
+ ], Te = [
692
692
  { type: "error", inputs: [], name: "AlreadyInitialized" },
693
693
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
694
694
  { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
@@ -1072,7 +1072,7 @@ const de = [
1072
1072
  stateMutability: "payable"
1073
1073
  },
1074
1074
  { type: "receive", stateMutability: "payable" }
1075
- ], G = [
1075
+ ], j = [
1076
1076
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1077
1077
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1078
1078
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1112,7 +1112,7 @@ const de = [
1112
1112
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1113
1113
  stateMutability: "view"
1114
1114
  }
1115
- ], ce = [
1115
+ ], fe = [
1116
1116
  { type: "error", inputs: [], name: "ClaimFailed" },
1117
1117
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1118
1118
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -1233,7 +1233,7 @@ const de = [
1233
1233
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1234
1234
  stateMutability: "view"
1235
1235
  }
1236
- ], Te = [
1236
+ ], ve = [
1237
1237
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1238
1238
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1239
1239
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1285,7 +1285,7 @@ const de = [
1285
1285
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1286
1286
  stateMutability: "payable"
1287
1287
  }
1288
- ], g = [
1288
+ ], O = [
1289
1289
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
1290
1290
  { type: "error", inputs: [], name: "AlreadyInitialized" },
1291
1291
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -2173,7 +2173,7 @@ const de = [
2173
2173
  outputs: [],
2174
2174
  stateMutability: "payable"
2175
2175
  }
2176
- ], O = [
2176
+ ], A = [
2177
2177
  {
2178
2178
  type: "error",
2179
2179
  inputs: [
@@ -2376,7 +2376,7 @@ const de = [
2376
2376
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
2377
2377
  stateMutability: "view"
2378
2378
  }
2379
- ], f = [
2379
+ ], v = [
2380
2380
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2381
2381
  { type: "error", inputs: [], name: "AlreadyInitialized" },
2382
2382
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -2801,7 +2801,7 @@ const de = [
2801
2801
  outputs: [],
2802
2802
  stateMutability: "payable"
2803
2803
  }
2804
- ], m = [
2804
+ ], b = [
2805
2805
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2806
2806
  { type: "error", inputs: [], name: "AlreadyInitialized" },
2807
2807
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -3281,7 +3281,7 @@ const de = [
3281
3281
  outputs: [],
3282
3282
  stateMutability: "payable"
3283
3283
  }
3284
- ], b = [
3284
+ ], c = [
3285
3285
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3286
3286
  { type: "error", inputs: [], name: "AlreadyInitialized" },
3287
3287
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -3810,7 +3810,7 @@ const de = [
3810
3810
  },
3811
3811
  {
3812
3812
  name: "criteria",
3813
- internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
3813
+ internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
3814
3814
  type: "tuple",
3815
3815
  components: [
3816
3816
  {
@@ -3820,8 +3820,7 @@ const de = [
3820
3820
  },
3821
3821
  { name: "signature", internalType: "bytes32", type: "bytes32" },
3822
3822
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3823
- { name: "targetContract", internalType: "address", type: "address" },
3824
- { name: "valueType", internalType: "enum ValueType", type: "uint8" }
3823
+ { name: "targetContract", internalType: "address", type: "address" }
3825
3824
  ],
3826
3825
  indexed: !1
3827
3826
  }
@@ -4011,7 +4010,7 @@ const de = [
4011
4010
  outputs: [
4012
4011
  {
4013
4012
  name: "",
4014
- internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
4013
+ internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
4015
4014
  type: "tuple",
4016
4015
  components: [
4017
4016
  {
@@ -4021,8 +4020,7 @@ const de = [
4021
4020
  },
4022
4021
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4023
4022
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4024
- { name: "targetContract", internalType: "address", type: "address" },
4025
- { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4023
+ { name: "targetContract", internalType: "address", type: "address" }
4026
4024
  ]
4027
4025
  }
4028
4026
  ],
@@ -4094,8 +4092,7 @@ const de = [
4094
4092
  },
4095
4093
  { name: "signature", internalType: "bytes32", type: "bytes32" },
4096
4094
  { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4097
- { name: "targetContract", internalType: "address", type: "address" },
4098
- { name: "valueType", internalType: "enum ValueType", type: "uint8" }
4095
+ { name: "targetContract", internalType: "address", type: "address" }
4099
4096
  ],
4100
4097
  stateMutability: "view"
4101
4098
  },
@@ -4260,7 +4257,8 @@ const de = [
4260
4257
  outputs: [],
4261
4258
  stateMutability: "payable"
4262
4259
  }
4263
- ], j = [
4260
+ ], m = [
4261
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
4264
4262
  { type: "error", inputs: [], name: "AlreadyInitialized" },
4265
4263
  { type: "error", inputs: [], name: "ClaimFailed" },
4266
4264
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -4307,6 +4305,7 @@ const de = [
4307
4305
  type: "address",
4308
4306
  indexed: !0
4309
4307
  },
4308
+ { name: "peg", internalType: "address", type: "address", indexed: !0 },
4310
4309
  {
4311
4310
  name: "reward",
4312
4311
  internalType: "uint256",
@@ -4319,6 +4318,12 @@ const de = [
4319
4318
  type: "uint256",
4320
4319
  indexed: !1
4321
4320
  },
4321
+ {
4322
+ name: "manager",
4323
+ internalType: "address",
4324
+ type: "address",
4325
+ indexed: !1
4326
+ },
4322
4327
  {
4323
4328
  name: "maxReward",
4324
4329
  internalType: "uint256",
@@ -4327,7 +4332,7 @@ const de = [
4327
4332
  },
4328
4333
  {
4329
4334
  name: "criteria",
4330
- internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
4335
+ internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
4331
4336
  type: "tuple",
4332
4337
  components: [
4333
4338
  {
@@ -4343,32 +4348,7 @@ const de = [
4343
4348
  indexed: !1
4344
4349
  }
4345
4350
  ],
4346
- name: "ERC20VariableCriteriaIncentiveInitialized"
4347
- },
4348
- {
4349
- type: "event",
4350
- anonymous: !1,
4351
- inputs: [
4352
- {
4353
- name: "asset",
4354
- internalType: "address",
4355
- type: "address",
4356
- indexed: !0
4357
- },
4358
- {
4359
- name: "reward",
4360
- internalType: "uint256",
4361
- type: "uint256",
4362
- indexed: !1
4363
- },
4364
- {
4365
- name: "limit",
4366
- internalType: "uint256",
4367
- type: "uint256",
4368
- indexed: !1
4369
- }
4370
- ],
4371
- name: "ERC20VariableIncentiveInitialized"
4351
+ name: "ERC20PeggedIncentiveInitialized"
4372
4352
  },
4373
4353
  {
4374
4354
  type: "event",
@@ -4553,7 +4533,7 @@ const de = [
4553
4533
  outputs: [
4554
4534
  {
4555
4535
  name: "",
4556
- internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
4536
+ internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
4557
4537
  type: "tuple",
4558
4538
  components: [
4559
4539
  {
@@ -4577,6 +4557,13 @@ const de = [
4577
4557
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4578
4558
  stateMutability: "view"
4579
4559
  },
4560
+ {
4561
+ type: "function",
4562
+ inputs: [],
4563
+ name: "getPeg",
4564
+ outputs: [{ name: "", internalType: "address", type: "address" }],
4565
+ stateMutability: "view"
4566
+ },
4580
4567
  {
4581
4568
  type: "function",
4582
4569
  inputs: [
@@ -4652,7 +4639,7 @@ const de = [
4652
4639
  type: "function",
4653
4640
  inputs: [
4654
4641
  { name: "claimTarget", internalType: "address", type: "address" },
4655
- { name: "", internalType: "bytes", type: "bytes" }
4642
+ { name: "data_", internalType: "bytes", type: "bytes" }
4656
4643
  ],
4657
4644
  name: "isClaimable",
4658
4645
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
@@ -4665,13 +4652,6 @@ const de = [
4665
4652
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4666
4653
  stateMutability: "view"
4667
4654
  },
4668
- {
4669
- type: "function",
4670
- inputs: [],
4671
- name: "maxReward",
4672
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4673
- stateMutability: "view"
4674
- },
4675
4655
  {
4676
4656
  type: "function",
4677
4657
  inputs: [],
@@ -4688,6 +4668,13 @@ const de = [
4688
4668
  outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
4689
4669
  stateMutability: "view"
4690
4670
  },
4671
+ {
4672
+ type: "function",
4673
+ inputs: [],
4674
+ name: "peg",
4675
+ outputs: [{ name: "", internalType: "address", type: "address" }],
4676
+ stateMutability: "view"
4677
+ },
4691
4678
  {
4692
4679
  type: "function",
4693
4680
  inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
@@ -4774,6 +4761,13 @@ const de = [
4774
4761
  outputs: [],
4775
4762
  stateMutability: "nonpayable"
4776
4763
  },
4764
+ {
4765
+ type: "function",
4766
+ inputs: [],
4767
+ name: "totalClaim",
4768
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4769
+ stateMutability: "view"
4770
+ },
4777
4771
  {
4778
4772
  type: "function",
4779
4773
  inputs: [],
@@ -4788,8 +4782,7 @@ const de = [
4788
4782
  outputs: [],
4789
4783
  stateMutability: "payable"
4790
4784
  }
4791
- ], v = [
4792
- { type: "constructor", inputs: [], stateMutability: "nonpayable" },
4785
+ ], W = [
4793
4786
  { type: "error", inputs: [], name: "AlreadyInitialized" },
4794
4787
  { type: "error", inputs: [], name: "ClaimFailed" },
4795
4788
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -4826,6 +4819,53 @@ const de = [
4826
4819
  ],
4827
4820
  name: "Claimed"
4828
4821
  },
4822
+ {
4823
+ type: "event",
4824
+ anonymous: !1,
4825
+ inputs: [
4826
+ {
4827
+ name: "asset",
4828
+ internalType: "address",
4829
+ type: "address",
4830
+ indexed: !0
4831
+ },
4832
+ {
4833
+ name: "reward",
4834
+ internalType: "uint256",
4835
+ type: "uint256",
4836
+ indexed: !1
4837
+ },
4838
+ {
4839
+ name: "limit",
4840
+ internalType: "uint256",
4841
+ type: "uint256",
4842
+ indexed: !1
4843
+ },
4844
+ {
4845
+ name: "maxReward",
4846
+ internalType: "uint256",
4847
+ type: "uint256",
4848
+ indexed: !1
4849
+ },
4850
+ {
4851
+ name: "criteria",
4852
+ internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
4853
+ type: "tuple",
4854
+ components: [
4855
+ {
4856
+ name: "criteriaType",
4857
+ internalType: "enum SignatureType",
4858
+ type: "uint8"
4859
+ },
4860
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4861
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4862
+ { name: "targetContract", internalType: "address", type: "address" }
4863
+ ],
4864
+ indexed: !1
4865
+ }
4866
+ ],
4867
+ name: "ERC20VariableCriteriaIncentiveInitialized"
4868
+ },
4829
4869
  {
4830
4870
  type: "event",
4831
4871
  anonymous: !1,
@@ -5027,6 +5067,36 @@ const de = [
5027
5067
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
5028
5068
  stateMutability: "pure"
5029
5069
  },
5070
+ {
5071
+ type: "function",
5072
+ inputs: [],
5073
+ name: "getIncentiveCriteria",
5074
+ outputs: [
5075
+ {
5076
+ name: "",
5077
+ internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
5078
+ type: "tuple",
5079
+ components: [
5080
+ {
5081
+ name: "criteriaType",
5082
+ internalType: "enum SignatureType",
5083
+ type: "uint8"
5084
+ },
5085
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
5086
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5087
+ { name: "targetContract", internalType: "address", type: "address" }
5088
+ ]
5089
+ }
5090
+ ],
5091
+ stateMutability: "view"
5092
+ },
5093
+ {
5094
+ type: "function",
5095
+ inputs: [],
5096
+ name: "getMaxReward",
5097
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5098
+ stateMutability: "view"
5099
+ },
5030
5100
  {
5031
5101
  type: "function",
5032
5102
  inputs: [
@@ -5067,6 +5137,22 @@ const de = [
5067
5137
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5068
5138
  stateMutability: "view"
5069
5139
  },
5140
+ {
5141
+ type: "function",
5142
+ inputs: [],
5143
+ name: "incentiveCriteria",
5144
+ outputs: [
5145
+ {
5146
+ name: "criteriaType",
5147
+ internalType: "enum SignatureType",
5148
+ type: "uint8"
5149
+ },
5150
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
5151
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5152
+ { name: "targetContract", internalType: "address", type: "address" }
5153
+ ],
5154
+ stateMutability: "view"
5155
+ },
5070
5156
  {
5071
5157
  type: "function",
5072
5158
  inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
@@ -5098,6 +5184,13 @@ const de = [
5098
5184
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5099
5185
  stateMutability: "view"
5100
5186
  },
5187
+ {
5188
+ type: "function",
5189
+ inputs: [],
5190
+ name: "maxReward",
5191
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5192
+ stateMutability: "view"
5193
+ },
5101
5194
  {
5102
5195
  type: "function",
5103
5196
  inputs: [],
@@ -5214,74 +5307,1028 @@ const de = [
5214
5307
  outputs: [],
5215
5308
  stateMutability: "payable"
5216
5309
  }
5217
- ], F = [
5218
- { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5310
+ ], $ = [
5311
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
5312
+ { type: "error", inputs: [], name: "ClaimFailed" },
5219
5313
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
5220
5314
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
5315
+ {
5316
+ type: "error",
5317
+ inputs: [
5318
+ { name: "asset", internalType: "address", type: "address" },
5319
+ { name: "available", internalType: "uint256", type: "uint256" },
5320
+ { name: "required", internalType: "uint256", type: "uint256" }
5321
+ ],
5322
+ name: "InsufficientFunds"
5323
+ },
5324
+ { type: "error", inputs: [], name: "InvalidInitialization" },
5221
5325
  { type: "error", inputs: [], name: "InvalidInitialization" },
5222
5326
  { type: "error", inputs: [], name: "InvalidInitializationData" },
5223
- { type: "error", inputs: [], name: "NotImplemented" },
5327
+ { type: "error", inputs: [], name: "LengthMismatch" },
5328
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
5329
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
5330
+ { type: "error", inputs: [], name: "NotClaimable" },
5224
5331
  { type: "error", inputs: [], name: "NotInitializing" },
5332
+ { type: "error", inputs: [], name: "Unauthorized" },
5225
5333
  {
5226
5334
  type: "event",
5227
5335
  anonymous: !1,
5228
5336
  inputs: [
5229
5337
  {
5230
- name: "executor",
5338
+ name: "recipient",
5231
5339
  internalType: "address",
5232
5340
  type: "address",
5233
5341
  indexed: !0
5234
5342
  },
5235
- {
5236
- name: "caller",
5237
- internalType: "address",
5238
- type: "address",
5239
- indexed: !1
5240
- },
5241
- { name: "success", internalType: "bool", type: "bool", indexed: !1 },
5242
5343
  { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
5243
5344
  ],
5244
- name: "ActionExecuted"
5345
+ name: "Claimed"
5245
5346
  },
5246
5347
  {
5247
5348
  type: "event",
5248
5349
  anonymous: !1,
5249
5350
  inputs: [
5250
- { name: "user", internalType: "address", type: "address", indexed: !0 },
5251
5351
  {
5252
- name: "isValidated",
5253
- internalType: "bool",
5254
- type: "bool",
5255
- indexed: !1
5352
+ name: "asset",
5353
+ internalType: "address",
5354
+ type: "address",
5355
+ indexed: !0
5256
5356
  },
5257
- { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
5258
- ],
5259
- name: "ActionValidated"
5260
- },
5261
- {
5262
- type: "event",
5263
- anonymous: !1,
5264
- inputs: [
5265
5357
  {
5266
- name: "actionClaimant",
5267
- internalType: "struct AEventAction.ActionClaimant",
5268
- type: "tuple",
5269
- components: [
5270
- {
5271
- name: "signatureType",
5272
- internalType: "enum AEventAction.SignatureType",
5273
- type: "uint8"
5274
- },
5275
- { name: "signature", internalType: "bytes32", type: "bytes32" },
5276
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5277
- { name: "targetContract", internalType: "address", type: "address" },
5278
- { name: "chainid", internalType: "uint256", type: "uint256" }
5279
- ],
5358
+ name: "reward",
5359
+ internalType: "uint256",
5360
+ type: "uint256",
5280
5361
  indexed: !1
5281
5362
  },
5282
5363
  {
5283
- name: "actionStepOne",
5284
- internalType: "struct AEventAction.ActionStep",
5364
+ name: "limit",
5365
+ internalType: "uint256",
5366
+ type: "uint256",
5367
+ indexed: !1
5368
+ },
5369
+ {
5370
+ name: "maxReward",
5371
+ internalType: "uint256",
5372
+ type: "uint256",
5373
+ indexed: !1
5374
+ },
5375
+ {
5376
+ name: "criteria",
5377
+ internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
5378
+ type: "tuple",
5379
+ components: [
5380
+ {
5381
+ name: "criteriaType",
5382
+ internalType: "enum SignatureType",
5383
+ type: "uint8"
5384
+ },
5385
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
5386
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5387
+ { name: "targetContract", internalType: "address", type: "address" },
5388
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
5389
+ ],
5390
+ indexed: !1
5391
+ }
5392
+ ],
5393
+ name: "ERC20VariableCriteriaIncentiveInitialized"
5394
+ },
5395
+ {
5396
+ type: "event",
5397
+ anonymous: !1,
5398
+ inputs: [
5399
+ {
5400
+ name: "asset",
5401
+ internalType: "address",
5402
+ type: "address",
5403
+ indexed: !0
5404
+ },
5405
+ {
5406
+ name: "reward",
5407
+ internalType: "uint256",
5408
+ type: "uint256",
5409
+ indexed: !1
5410
+ },
5411
+ {
5412
+ name: "limit",
5413
+ internalType: "uint256",
5414
+ type: "uint256",
5415
+ indexed: !1
5416
+ }
5417
+ ],
5418
+ name: "ERC20VariableIncentiveInitialized"
5419
+ },
5420
+ {
5421
+ type: "event",
5422
+ anonymous: !1,
5423
+ inputs: [
5424
+ {
5425
+ name: "version",
5426
+ internalType: "uint64",
5427
+ type: "uint64",
5428
+ indexed: !1
5429
+ }
5430
+ ],
5431
+ name: "Initialized"
5432
+ },
5433
+ {
5434
+ type: "event",
5435
+ anonymous: !1,
5436
+ inputs: [
5437
+ {
5438
+ name: "pendingOwner",
5439
+ internalType: "address",
5440
+ type: "address",
5441
+ indexed: !0
5442
+ }
5443
+ ],
5444
+ name: "OwnershipHandoverCanceled"
5445
+ },
5446
+ {
5447
+ type: "event",
5448
+ anonymous: !1,
5449
+ inputs: [
5450
+ {
5451
+ name: "pendingOwner",
5452
+ internalType: "address",
5453
+ type: "address",
5454
+ indexed: !0
5455
+ }
5456
+ ],
5457
+ name: "OwnershipHandoverRequested"
5458
+ },
5459
+ {
5460
+ type: "event",
5461
+ anonymous: !1,
5462
+ inputs: [
5463
+ {
5464
+ name: "oldOwner",
5465
+ internalType: "address",
5466
+ type: "address",
5467
+ indexed: !0
5468
+ },
5469
+ {
5470
+ name: "newOwner",
5471
+ internalType: "address",
5472
+ type: "address",
5473
+ indexed: !0
5474
+ }
5475
+ ],
5476
+ name: "OwnershipTransferred"
5477
+ },
5478
+ {
5479
+ type: "event",
5480
+ anonymous: !1,
5481
+ inputs: [
5482
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
5483
+ {
5484
+ name: "roles",
5485
+ internalType: "uint256",
5486
+ type: "uint256",
5487
+ indexed: !0
5488
+ }
5489
+ ],
5490
+ name: "RolesUpdated"
5491
+ },
5492
+ {
5493
+ type: "event",
5494
+ anonymous: !1,
5495
+ inputs: [
5496
+ {
5497
+ name: "sender",
5498
+ internalType: "address",
5499
+ type: "address",
5500
+ indexed: !1
5501
+ },
5502
+ {
5503
+ name: "amount",
5504
+ internalType: "uint256",
5505
+ type: "uint256",
5506
+ indexed: !1
5507
+ }
5508
+ ],
5509
+ name: "ToppedUp"
5510
+ },
5511
+ {
5512
+ type: "function",
5513
+ inputs: [],
5514
+ name: "ADMIN_ROLE",
5515
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5516
+ stateMutability: "view"
5517
+ },
5518
+ {
5519
+ type: "function",
5520
+ inputs: [],
5521
+ name: "MANAGER_ROLE",
5522
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5523
+ stateMutability: "view"
5524
+ },
5525
+ {
5526
+ type: "function",
5527
+ inputs: [],
5528
+ name: "asset",
5529
+ outputs: [{ name: "", internalType: "address", type: "address" }],
5530
+ stateMutability: "view"
5531
+ },
5532
+ {
5533
+ type: "function",
5534
+ inputs: [],
5535
+ name: "cancelOwnershipHandover",
5536
+ outputs: [],
5537
+ stateMutability: "payable"
5538
+ },
5539
+ {
5540
+ type: "function",
5541
+ inputs: [
5542
+ { name: "claimTarget", internalType: "address", type: "address" },
5543
+ { name: "data_", internalType: "bytes", type: "bytes" }
5544
+ ],
5545
+ name: "claim",
5546
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5547
+ stateMutability: "nonpayable"
5548
+ },
5549
+ {
5550
+ type: "function",
5551
+ inputs: [{ name: "", internalType: "address", type: "address" }],
5552
+ name: "claimed",
5553
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5554
+ stateMutability: "view"
5555
+ },
5556
+ {
5557
+ type: "function",
5558
+ inputs: [],
5559
+ name: "claims",
5560
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5561
+ stateMutability: "view"
5562
+ },
5563
+ {
5564
+ type: "function",
5565
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
5566
+ name: "clawback",
5567
+ outputs: [
5568
+ { name: "", internalType: "uint256", type: "uint256" },
5569
+ { name: "", internalType: "address", type: "address" }
5570
+ ],
5571
+ stateMutability: "nonpayable"
5572
+ },
5573
+ {
5574
+ type: "function",
5575
+ inputs: [
5576
+ { name: "pendingOwner", internalType: "address", type: "address" }
5577
+ ],
5578
+ name: "completeOwnershipHandover",
5579
+ outputs: [],
5580
+ stateMutability: "payable"
5581
+ },
5582
+ {
5583
+ type: "function",
5584
+ inputs: [],
5585
+ name: "currentReward",
5586
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5587
+ stateMutability: "view"
5588
+ },
5589
+ {
5590
+ type: "function",
5591
+ inputs: [],
5592
+ name: "getComponentInterface",
5593
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
5594
+ stateMutability: "pure"
5595
+ },
5596
+ {
5597
+ type: "function",
5598
+ inputs: [],
5599
+ name: "getIncentiveCriteria",
5600
+ outputs: [
5601
+ {
5602
+ name: "",
5603
+ internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
5604
+ type: "tuple",
5605
+ components: [
5606
+ {
5607
+ name: "criteriaType",
5608
+ internalType: "enum SignatureType",
5609
+ type: "uint8"
5610
+ },
5611
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
5612
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5613
+ { name: "targetContract", internalType: "address", type: "address" },
5614
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
5615
+ ]
5616
+ }
5617
+ ],
5618
+ stateMutability: "view"
5619
+ },
5620
+ {
5621
+ type: "function",
5622
+ inputs: [],
5623
+ name: "getMaxReward",
5624
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5625
+ stateMutability: "view"
5626
+ },
5627
+ {
5628
+ type: "function",
5629
+ inputs: [
5630
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
5631
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
5632
+ ],
5633
+ name: "grantManyRoles",
5634
+ outputs: [],
5635
+ stateMutability: "nonpayable"
5636
+ },
5637
+ {
5638
+ type: "function",
5639
+ inputs: [
5640
+ { name: "user", internalType: "address", type: "address" },
5641
+ { name: "roles", internalType: "uint256", type: "uint256" }
5642
+ ],
5643
+ name: "grantRoles",
5644
+ outputs: [],
5645
+ stateMutability: "payable"
5646
+ },
5647
+ {
5648
+ type: "function",
5649
+ inputs: [
5650
+ { name: "user", internalType: "address", type: "address" },
5651
+ { name: "roles", internalType: "uint256", type: "uint256" }
5652
+ ],
5653
+ name: "hasAllRoles",
5654
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5655
+ stateMutability: "view"
5656
+ },
5657
+ {
5658
+ type: "function",
5659
+ inputs: [
5660
+ { name: "user", internalType: "address", type: "address" },
5661
+ { name: "roles", internalType: "uint256", type: "uint256" }
5662
+ ],
5663
+ name: "hasAnyRole",
5664
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5665
+ stateMutability: "view"
5666
+ },
5667
+ {
5668
+ type: "function",
5669
+ inputs: [],
5670
+ name: "incentiveCriteria",
5671
+ outputs: [
5672
+ {
5673
+ name: "criteriaType",
5674
+ internalType: "enum SignatureType",
5675
+ type: "uint8"
5676
+ },
5677
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
5678
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
5679
+ { name: "targetContract", internalType: "address", type: "address" },
5680
+ { name: "valueType", internalType: "enum ValueType", type: "uint8" }
5681
+ ],
5682
+ stateMutability: "view"
5683
+ },
5684
+ {
5685
+ type: "function",
5686
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
5687
+ name: "initialize",
5688
+ outputs: [],
5689
+ stateMutability: "nonpayable"
5690
+ },
5691
+ {
5692
+ type: "function",
5693
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
5694
+ name: "isAuthorized",
5695
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5696
+ stateMutability: "view"
5697
+ },
5698
+ {
5699
+ type: "function",
5700
+ inputs: [
5701
+ { name: "claimTarget", internalType: "address", type: "address" },
5702
+ { name: "", internalType: "bytes", type: "bytes" }
5703
+ ],
5704
+ name: "isClaimable",
5705
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5706
+ stateMutability: "view"
5707
+ },
5708
+ {
5709
+ type: "function",
5710
+ inputs: [],
5711
+ name: "limit",
5712
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5713
+ stateMutability: "view"
5714
+ },
5715
+ {
5716
+ type: "function",
5717
+ inputs: [],
5718
+ name: "maxReward",
5719
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5720
+ stateMutability: "view"
5721
+ },
5722
+ {
5723
+ type: "function",
5724
+ inputs: [],
5725
+ name: "owner",
5726
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
5727
+ stateMutability: "view"
5728
+ },
5729
+ {
5730
+ type: "function",
5731
+ inputs: [
5732
+ { name: "pendingOwner", internalType: "address", type: "address" }
5733
+ ],
5734
+ name: "ownershipHandoverExpiresAt",
5735
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
5736
+ stateMutability: "view"
5737
+ },
5738
+ {
5739
+ type: "function",
5740
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
5741
+ name: "preflight",
5742
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
5743
+ stateMutability: "view"
5744
+ },
5745
+ {
5746
+ type: "function",
5747
+ inputs: [],
5748
+ name: "renounceOwnership",
5749
+ outputs: [],
5750
+ stateMutability: "payable"
5751
+ },
5752
+ {
5753
+ type: "function",
5754
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
5755
+ name: "renounceRoles",
5756
+ outputs: [],
5757
+ stateMutability: "payable"
5758
+ },
5759
+ {
5760
+ type: "function",
5761
+ inputs: [],
5762
+ name: "requestOwnershipHandover",
5763
+ outputs: [],
5764
+ stateMutability: "payable"
5765
+ },
5766
+ {
5767
+ type: "function",
5768
+ inputs: [
5769
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
5770
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
5771
+ ],
5772
+ name: "revokeManyRoles",
5773
+ outputs: [],
5774
+ stateMutability: "nonpayable"
5775
+ },
5776
+ {
5777
+ type: "function",
5778
+ inputs: [
5779
+ { name: "user", internalType: "address", type: "address" },
5780
+ { name: "roles", internalType: "uint256", type: "uint256" }
5781
+ ],
5782
+ name: "revokeRoles",
5783
+ outputs: [],
5784
+ stateMutability: "payable"
5785
+ },
5786
+ {
5787
+ type: "function",
5788
+ inputs: [],
5789
+ name: "reward",
5790
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5791
+ stateMutability: "view"
5792
+ },
5793
+ {
5794
+ type: "function",
5795
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
5796
+ name: "rolesOf",
5797
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
5798
+ stateMutability: "view"
5799
+ },
5800
+ {
5801
+ type: "function",
5802
+ inputs: [
5803
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
5804
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
5805
+ ],
5806
+ name: "setAuthorized",
5807
+ outputs: [],
5808
+ stateMutability: "nonpayable"
5809
+ },
5810
+ {
5811
+ type: "function",
5812
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
5813
+ name: "supportsInterface",
5814
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
5815
+ stateMutability: "view"
5816
+ },
5817
+ {
5818
+ type: "function",
5819
+ inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
5820
+ name: "topup",
5821
+ outputs: [],
5822
+ stateMutability: "nonpayable"
5823
+ },
5824
+ {
5825
+ type: "function",
5826
+ inputs: [],
5827
+ name: "totalClaimed",
5828
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5829
+ stateMutability: "view"
5830
+ },
5831
+ {
5832
+ type: "function",
5833
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
5834
+ name: "transferOwnership",
5835
+ outputs: [],
5836
+ stateMutability: "payable"
5837
+ }
5838
+ ], w = [
5839
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5840
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
5841
+ { type: "error", inputs: [], name: "ClaimFailed" },
5842
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
5843
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
5844
+ {
5845
+ type: "error",
5846
+ inputs: [
5847
+ { name: "asset", internalType: "address", type: "address" },
5848
+ { name: "available", internalType: "uint256", type: "uint256" },
5849
+ { name: "required", internalType: "uint256", type: "uint256" }
5850
+ ],
5851
+ name: "InsufficientFunds"
5852
+ },
5853
+ { type: "error", inputs: [], name: "InvalidInitialization" },
5854
+ { type: "error", inputs: [], name: "InvalidInitialization" },
5855
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
5856
+ { type: "error", inputs: [], name: "LengthMismatch" },
5857
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
5858
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
5859
+ { type: "error", inputs: [], name: "NotClaimable" },
5860
+ { type: "error", inputs: [], name: "NotInitializing" },
5861
+ { type: "error", inputs: [], name: "Unauthorized" },
5862
+ {
5863
+ type: "event",
5864
+ anonymous: !1,
5865
+ inputs: [
5866
+ {
5867
+ name: "recipient",
5868
+ internalType: "address",
5869
+ type: "address",
5870
+ indexed: !0
5871
+ },
5872
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
5873
+ ],
5874
+ name: "Claimed"
5875
+ },
5876
+ {
5877
+ type: "event",
5878
+ anonymous: !1,
5879
+ inputs: [
5880
+ {
5881
+ name: "asset",
5882
+ internalType: "address",
5883
+ type: "address",
5884
+ indexed: !0
5885
+ },
5886
+ {
5887
+ name: "reward",
5888
+ internalType: "uint256",
5889
+ type: "uint256",
5890
+ indexed: !1
5891
+ },
5892
+ {
5893
+ name: "limit",
5894
+ internalType: "uint256",
5895
+ type: "uint256",
5896
+ indexed: !1
5897
+ }
5898
+ ],
5899
+ name: "ERC20VariableIncentiveInitialized"
5900
+ },
5901
+ {
5902
+ type: "event",
5903
+ anonymous: !1,
5904
+ inputs: [
5905
+ {
5906
+ name: "version",
5907
+ internalType: "uint64",
5908
+ type: "uint64",
5909
+ indexed: !1
5910
+ }
5911
+ ],
5912
+ name: "Initialized"
5913
+ },
5914
+ {
5915
+ type: "event",
5916
+ anonymous: !1,
5917
+ inputs: [
5918
+ {
5919
+ name: "pendingOwner",
5920
+ internalType: "address",
5921
+ type: "address",
5922
+ indexed: !0
5923
+ }
5924
+ ],
5925
+ name: "OwnershipHandoverCanceled"
5926
+ },
5927
+ {
5928
+ type: "event",
5929
+ anonymous: !1,
5930
+ inputs: [
5931
+ {
5932
+ name: "pendingOwner",
5933
+ internalType: "address",
5934
+ type: "address",
5935
+ indexed: !0
5936
+ }
5937
+ ],
5938
+ name: "OwnershipHandoverRequested"
5939
+ },
5940
+ {
5941
+ type: "event",
5942
+ anonymous: !1,
5943
+ inputs: [
5944
+ {
5945
+ name: "oldOwner",
5946
+ internalType: "address",
5947
+ type: "address",
5948
+ indexed: !0
5949
+ },
5950
+ {
5951
+ name: "newOwner",
5952
+ internalType: "address",
5953
+ type: "address",
5954
+ indexed: !0
5955
+ }
5956
+ ],
5957
+ name: "OwnershipTransferred"
5958
+ },
5959
+ {
5960
+ type: "event",
5961
+ anonymous: !1,
5962
+ inputs: [
5963
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
5964
+ {
5965
+ name: "roles",
5966
+ internalType: "uint256",
5967
+ type: "uint256",
5968
+ indexed: !0
5969
+ }
5970
+ ],
5971
+ name: "RolesUpdated"
5972
+ },
5973
+ {
5974
+ type: "event",
5975
+ anonymous: !1,
5976
+ inputs: [
5977
+ {
5978
+ name: "sender",
5979
+ internalType: "address",
5980
+ type: "address",
5981
+ indexed: !1
5982
+ },
5983
+ {
5984
+ name: "amount",
5985
+ internalType: "uint256",
5986
+ type: "uint256",
5987
+ indexed: !1
5988
+ }
5989
+ ],
5990
+ name: "ToppedUp"
5991
+ },
5992
+ {
5993
+ type: "function",
5994
+ inputs: [],
5995
+ name: "ADMIN_ROLE",
5996
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5997
+ stateMutability: "view"
5998
+ },
5999
+ {
6000
+ type: "function",
6001
+ inputs: [],
6002
+ name: "MANAGER_ROLE",
6003
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6004
+ stateMutability: "view"
6005
+ },
6006
+ {
6007
+ type: "function",
6008
+ inputs: [],
6009
+ name: "asset",
6010
+ outputs: [{ name: "", internalType: "address", type: "address" }],
6011
+ stateMutability: "view"
6012
+ },
6013
+ {
6014
+ type: "function",
6015
+ inputs: [],
6016
+ name: "cancelOwnershipHandover",
6017
+ outputs: [],
6018
+ stateMutability: "payable"
6019
+ },
6020
+ {
6021
+ type: "function",
6022
+ inputs: [
6023
+ { name: "claimTarget", internalType: "address", type: "address" },
6024
+ { name: "data_", internalType: "bytes", type: "bytes" }
6025
+ ],
6026
+ name: "claim",
6027
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6028
+ stateMutability: "nonpayable"
6029
+ },
6030
+ {
6031
+ type: "function",
6032
+ inputs: [{ name: "", internalType: "address", type: "address" }],
6033
+ name: "claimed",
6034
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6035
+ stateMutability: "view"
6036
+ },
6037
+ {
6038
+ type: "function",
6039
+ inputs: [],
6040
+ name: "claims",
6041
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6042
+ stateMutability: "view"
6043
+ },
6044
+ {
6045
+ type: "function",
6046
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
6047
+ name: "clawback",
6048
+ outputs: [
6049
+ { name: "", internalType: "uint256", type: "uint256" },
6050
+ { name: "", internalType: "address", type: "address" }
6051
+ ],
6052
+ stateMutability: "nonpayable"
6053
+ },
6054
+ {
6055
+ type: "function",
6056
+ inputs: [
6057
+ { name: "pendingOwner", internalType: "address", type: "address" }
6058
+ ],
6059
+ name: "completeOwnershipHandover",
6060
+ outputs: [],
6061
+ stateMutability: "payable"
6062
+ },
6063
+ {
6064
+ type: "function",
6065
+ inputs: [],
6066
+ name: "currentReward",
6067
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6068
+ stateMutability: "view"
6069
+ },
6070
+ {
6071
+ type: "function",
6072
+ inputs: [],
6073
+ name: "getComponentInterface",
6074
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
6075
+ stateMutability: "pure"
6076
+ },
6077
+ {
6078
+ type: "function",
6079
+ inputs: [
6080
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
6081
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
6082
+ ],
6083
+ name: "grantManyRoles",
6084
+ outputs: [],
6085
+ stateMutability: "nonpayable"
6086
+ },
6087
+ {
6088
+ type: "function",
6089
+ inputs: [
6090
+ { name: "user", internalType: "address", type: "address" },
6091
+ { name: "roles", internalType: "uint256", type: "uint256" }
6092
+ ],
6093
+ name: "grantRoles",
6094
+ outputs: [],
6095
+ stateMutability: "payable"
6096
+ },
6097
+ {
6098
+ type: "function",
6099
+ inputs: [
6100
+ { name: "user", internalType: "address", type: "address" },
6101
+ { name: "roles", internalType: "uint256", type: "uint256" }
6102
+ ],
6103
+ name: "hasAllRoles",
6104
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6105
+ stateMutability: "view"
6106
+ },
6107
+ {
6108
+ type: "function",
6109
+ inputs: [
6110
+ { name: "user", internalType: "address", type: "address" },
6111
+ { name: "roles", internalType: "uint256", type: "uint256" }
6112
+ ],
6113
+ name: "hasAnyRole",
6114
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6115
+ stateMutability: "view"
6116
+ },
6117
+ {
6118
+ type: "function",
6119
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
6120
+ name: "initialize",
6121
+ outputs: [],
6122
+ stateMutability: "nonpayable"
6123
+ },
6124
+ {
6125
+ type: "function",
6126
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
6127
+ name: "isAuthorized",
6128
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6129
+ stateMutability: "view"
6130
+ },
6131
+ {
6132
+ type: "function",
6133
+ inputs: [
6134
+ { name: "claimTarget", internalType: "address", type: "address" },
6135
+ { name: "", internalType: "bytes", type: "bytes" }
6136
+ ],
6137
+ name: "isClaimable",
6138
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6139
+ stateMutability: "view"
6140
+ },
6141
+ {
6142
+ type: "function",
6143
+ inputs: [],
6144
+ name: "limit",
6145
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6146
+ stateMutability: "view"
6147
+ },
6148
+ {
6149
+ type: "function",
6150
+ inputs: [],
6151
+ name: "owner",
6152
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
6153
+ stateMutability: "view"
6154
+ },
6155
+ {
6156
+ type: "function",
6157
+ inputs: [
6158
+ { name: "pendingOwner", internalType: "address", type: "address" }
6159
+ ],
6160
+ name: "ownershipHandoverExpiresAt",
6161
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
6162
+ stateMutability: "view"
6163
+ },
6164
+ {
6165
+ type: "function",
6166
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
6167
+ name: "preflight",
6168
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
6169
+ stateMutability: "view"
6170
+ },
6171
+ {
6172
+ type: "function",
6173
+ inputs: [],
6174
+ name: "renounceOwnership",
6175
+ outputs: [],
6176
+ stateMutability: "payable"
6177
+ },
6178
+ {
6179
+ type: "function",
6180
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
6181
+ name: "renounceRoles",
6182
+ outputs: [],
6183
+ stateMutability: "payable"
6184
+ },
6185
+ {
6186
+ type: "function",
6187
+ inputs: [],
6188
+ name: "requestOwnershipHandover",
6189
+ outputs: [],
6190
+ stateMutability: "payable"
6191
+ },
6192
+ {
6193
+ type: "function",
6194
+ inputs: [
6195
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
6196
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
6197
+ ],
6198
+ name: "revokeManyRoles",
6199
+ outputs: [],
6200
+ stateMutability: "nonpayable"
6201
+ },
6202
+ {
6203
+ type: "function",
6204
+ inputs: [
6205
+ { name: "user", internalType: "address", type: "address" },
6206
+ { name: "roles", internalType: "uint256", type: "uint256" }
6207
+ ],
6208
+ name: "revokeRoles",
6209
+ outputs: [],
6210
+ stateMutability: "payable"
6211
+ },
6212
+ {
6213
+ type: "function",
6214
+ inputs: [],
6215
+ name: "reward",
6216
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6217
+ stateMutability: "view"
6218
+ },
6219
+ {
6220
+ type: "function",
6221
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
6222
+ name: "rolesOf",
6223
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
6224
+ stateMutability: "view"
6225
+ },
6226
+ {
6227
+ type: "function",
6228
+ inputs: [
6229
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
6230
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
6231
+ ],
6232
+ name: "setAuthorized",
6233
+ outputs: [],
6234
+ stateMutability: "nonpayable"
6235
+ },
6236
+ {
6237
+ type: "function",
6238
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
6239
+ name: "supportsInterface",
6240
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
6241
+ stateMutability: "view"
6242
+ },
6243
+ {
6244
+ type: "function",
6245
+ inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
6246
+ name: "topup",
6247
+ outputs: [],
6248
+ stateMutability: "nonpayable"
6249
+ },
6250
+ {
6251
+ type: "function",
6252
+ inputs: [],
6253
+ name: "totalClaimed",
6254
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
6255
+ stateMutability: "view"
6256
+ },
6257
+ {
6258
+ type: "function",
6259
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
6260
+ name: "transferOwnership",
6261
+ outputs: [],
6262
+ stateMutability: "payable"
6263
+ }
6264
+ ], q = [
6265
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6266
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
6267
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
6268
+ { type: "error", inputs: [], name: "InvalidInitialization" },
6269
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
6270
+ { type: "error", inputs: [], name: "NotImplemented" },
6271
+ { type: "error", inputs: [], name: "NotInitializing" },
6272
+ {
6273
+ type: "event",
6274
+ anonymous: !1,
6275
+ inputs: [
6276
+ {
6277
+ name: "executor",
6278
+ internalType: "address",
6279
+ type: "address",
6280
+ indexed: !0
6281
+ },
6282
+ {
6283
+ name: "caller",
6284
+ internalType: "address",
6285
+ type: "address",
6286
+ indexed: !1
6287
+ },
6288
+ { name: "success", internalType: "bool", type: "bool", indexed: !1 },
6289
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
6290
+ ],
6291
+ name: "ActionExecuted"
6292
+ },
6293
+ {
6294
+ type: "event",
6295
+ anonymous: !1,
6296
+ inputs: [
6297
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
6298
+ {
6299
+ name: "isValidated",
6300
+ internalType: "bool",
6301
+ type: "bool",
6302
+ indexed: !1
6303
+ },
6304
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
6305
+ ],
6306
+ name: "ActionValidated"
6307
+ },
6308
+ {
6309
+ type: "event",
6310
+ anonymous: !1,
6311
+ inputs: [
6312
+ {
6313
+ name: "actionClaimant",
6314
+ internalType: "struct AEventAction.ActionClaimant",
6315
+ type: "tuple",
6316
+ components: [
6317
+ {
6318
+ name: "signatureType",
6319
+ internalType: "enum AEventAction.SignatureType",
6320
+ type: "uint8"
6321
+ },
6322
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
6323
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
6324
+ { name: "targetContract", internalType: "address", type: "address" },
6325
+ { name: "chainid", internalType: "uint256", type: "uint256" }
6326
+ ],
6327
+ indexed: !1
6328
+ },
6329
+ {
6330
+ name: "actionStepOne",
6331
+ internalType: "struct AEventAction.ActionStep",
5285
6332
  type: "tuple",
5286
6333
  components: [
5287
6334
  { name: "signature", internalType: "bytes32", type: "bytes32" },
@@ -5603,7 +6650,7 @@ const de = [
5603
6650
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5604
6651
  stateMutability: "view"
5605
6652
  }
5606
- ], ye = [
6653
+ ], re = [
5607
6654
  {
5608
6655
  type: "function",
5609
6656
  inputs: [{ name: "addr", internalType: "address", type: "address" }],
@@ -5871,7 +6918,7 @@ const de = [
5871
6918
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5872
6919
  stateMutability: "payable"
5873
6920
  }
5874
- ], c = [
6921
+ ], T = [
5875
6922
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5876
6923
  { type: "error", inputs: [], name: "AlreadyInitialized" },
5877
6924
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -6872,7 +7919,7 @@ const de = [
6872
7919
  stateMutability: "payable"
6873
7920
  },
6874
7921
  { type: "receive", stateMutability: "payable" }
6875
- ], C = [
7922
+ ], H = [
6876
7923
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6877
7924
  { type: "error", inputs: [], name: "AlreadyInitialized" },
6878
7925
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -7485,7 +8532,7 @@ const de = [
7485
8532
  stateMutability: "payable"
7486
8533
  },
7487
8534
  { type: "receive", stateMutability: "payable" }
7488
- ], w = [
8535
+ ], M = [
7489
8536
  { type: "error", inputs: [], name: "AlreadyInitialized" },
7490
8537
  { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
7491
8538
  { type: "error", inputs: [], name: "NoHandoverRequest" },
@@ -7656,7 +8703,7 @@ const de = [
7656
8703
  outputs: [],
7657
8704
  stateMutability: "payable"
7658
8705
  }
7659
- ], ue = [
8706
+ ], oe = [
7660
8707
  {
7661
8708
  type: "function",
7662
8709
  inputs: [{ name: "user", internalType: "address", type: "address" }],
@@ -8018,7 +9065,7 @@ const de = [
8018
9065
  outputs: [{ name: "", internalType: "address", type: "address" }],
8019
9066
  stateMutability: "view"
8020
9067
  }
8021
- ], T = [
9068
+ ], f = [
8022
9069
  { type: "error", inputs: [], name: "AlreadyInitialized" },
8023
9070
  { type: "error", inputs: [], name: "LengthMismatch" },
8024
9071
  { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
@@ -8241,7 +9288,7 @@ const de = [
8241
9288
  outputs: [],
8242
9289
  stateMutability: "payable"
8243
9290
  }
8244
- ], A = [
9291
+ ], x = [
8245
9292
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
8246
9293
  { type: "error", inputs: [], name: "AlreadyInitialized" },
8247
9294
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -8756,7 +9803,7 @@ const de = [
8756
9803
  outputs: [],
8757
9804
  stateMutability: "payable"
8758
9805
  }
8759
- ], B = [
9806
+ ], L = [
8760
9807
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
8761
9808
  { type: "error", inputs: [], name: "AlreadyInitialized" },
8762
9809
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -9040,7 +10087,7 @@ const de = [
9040
10087
  outputs: [],
9041
10088
  stateMutability: "payable"
9042
10089
  }
9043
- ], M = [
10090
+ ], I = [
9044
10091
  { type: "error", inputs: [], name: "AlreadyInitialized" },
9045
10092
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
9046
10093
  { type: "error", inputs: [], name: "FnSelectorNotRecognized" },
@@ -9513,887 +10560,965 @@ const de = [
9513
10560
  stateMutability: "payable"
9514
10561
  },
9515
10562
  { type: "receive", stateMutability: "payable" }
9516
- ], fe = /* @__PURE__ */ e({
9517
- abi: G,
10563
+ ], we = /* @__PURE__ */ e({
10564
+ abi: j,
9518
10565
  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,
10566
+ }), Me = /* @__PURE__ */ e(
10567
+ { abi: j, functionName: "supportsInterface" }
10568
+ ), Ie = /* @__PURE__ */ e(
10569
+ { abi: O, functionName: "allowList" }
10570
+ ), ge = /* @__PURE__ */ e({
10571
+ abi: O,
9525
10572
  functionName: "claimed"
9526
- }), Ie = /* @__PURE__ */ e({
9527
- abi: g,
9528
- functionName: "claims"
9529
10573
  }), he = /* @__PURE__ */ e({
9530
- abi: g,
10574
+ abi: O,
10575
+ functionName: "claims"
10576
+ }), Oe = /* @__PURE__ */ e({
10577
+ abi: O,
9531
10578
  functionName: "isClaimable"
9532
- }), ge = /* @__PURE__ */ e({
9533
- abi: g,
10579
+ }), Ae = /* @__PURE__ */ e({
10580
+ abi: O,
9534
10581
  functionName: "limit"
9535
- }), Oe = /* @__PURE__ */ e({
9536
- abi: g,
9537
- functionName: "owner"
9538
10582
  }), Ne = /* @__PURE__ */ e({
9539
- abi: g,
10583
+ abi: O,
10584
+ functionName: "owner"
10585
+ }), xe = /* @__PURE__ */ e({
10586
+ abi: O,
9540
10587
  functionName: "reward"
9541
- }), Ae = /* @__PURE__ */ s({
9542
- abi: g,
10588
+ }), Re = /* @__PURE__ */ s({
10589
+ abi: O,
9543
10590
  functionName: "claim"
9544
- }), xe = /* @__PURE__ */ i({
9545
- abi: g,
10591
+ }), Ce = /* @__PURE__ */ i({
10592
+ abi: O,
9546
10593
  functionName: "claim"
9547
- }), Re = /* @__PURE__ */ e({
10594
+ }), ze = /* @__PURE__ */ e({
9548
10595
  abi: o,
9549
10596
  functionName: "createBoostAuth"
9550
- }), ze = /* @__PURE__ */ e({
10597
+ }), _e = /* @__PURE__ */ e({
9551
10598
  abi: o,
9552
10599
  functionName: "getBoost"
9553
- }), _e = /* @__PURE__ */ e({
10600
+ }), He = /* @__PURE__ */ e({
9554
10601
  abi: o,
9555
10602
  functionName: "getBoostCount"
9556
- }), Ce = /* @__PURE__ */ e({
10603
+ }), Ee = /* @__PURE__ */ e({
9557
10604
  abi: o,
9558
10605
  functionName: "getIncentiveFeesInfo"
9559
- }), He = /* @__PURE__ */ e({
10606
+ }), Fe = /* @__PURE__ */ e({
9560
10607
  abi: o,
9561
10608
  functionName: "protocolFee"
9562
- }), Ee = /* @__PURE__ */ e({
10609
+ }), qe = /* @__PURE__ */ e({
9563
10610
  abi: o,
9564
10611
  functionName: "protocolFeeReceiver"
9565
- }), Fe = /* @__PURE__ */ s({
10612
+ }), ke = /* @__PURE__ */ s({
9566
10613
  abi: o,
9567
10614
  functionName: "claimIncentive"
9568
- }), ke = /* @__PURE__ */ s({
10615
+ }), De = /* @__PURE__ */ s({
9569
10616
  abi: o,
9570
10617
  functionName: "claimIncentiveFor"
9571
- }), De = /* @__PURE__ */ s({
10618
+ }), Ue = /* @__PURE__ */ s({
9572
10619
  abi: o,
9573
10620
  functionName: "createBoost"
9574
- }), qe = /* @__PURE__ */ s({
10621
+ }), Be = /* @__PURE__ */ s({
9575
10622
  abi: o,
9576
10623
  functionName: "setCreateBoostAuth"
9577
- }), Pe = /* @__PURE__ */ s({
10624
+ }), Le = /* @__PURE__ */ s({
9578
10625
  abi: o,
9579
10626
  functionName: "setProtocolFeeReceiver"
9580
- }), Be = /* @__PURE__ */ s({
10627
+ }), Pe = /* @__PURE__ */ s({
9581
10628
  abi: o,
9582
10629
  functionName: "topupIncentiveFromBudget"
9583
- }), Le = /* @__PURE__ */ s({
10630
+ }), Se = /* @__PURE__ */ s({
9584
10631
  abi: o,
9585
10632
  functionName: "topupIncentiveFromSender"
9586
- }), Ue = /* @__PURE__ */ i({
10633
+ }), Ve = /* @__PURE__ */ i({
9587
10634
  abi: o,
9588
10635
  functionName: "claimIncentive"
9589
- }), Se = /* @__PURE__ */ i({
10636
+ }), Ge = /* @__PURE__ */ i({
9590
10637
  abi: o,
9591
10638
  functionName: "claimIncentiveFor"
9592
- }), Ve = /* @__PURE__ */ i({
10639
+ }), Ze = /* @__PURE__ */ i({
9593
10640
  abi: o,
9594
10641
  functionName: "createBoost"
9595
- }), Ze = /* @__PURE__ */ i({
10642
+ }), je = /* @__PURE__ */ i({
9596
10643
  abi: o,
9597
10644
  functionName: "setCreateBoostAuth"
9598
- }), Ge = /* @__PURE__ */ i({
10645
+ }), We = /* @__PURE__ */ i({
9599
10646
  abi: o,
9600
10647
  functionName: "setProtocolFeeReceiver"
9601
- }), je = /* @__PURE__ */ i({
10648
+ }), $e = /* @__PURE__ */ i({
9602
10649
  abi: o,
9603
10650
  functionName: "topupIncentiveFromBudget"
9604
- }), $e = /* @__PURE__ */ i({
10651
+ }), Ke = /* @__PURE__ */ i({
9605
10652
  abi: o,
9606
10653
  functionName: "topupIncentiveFromSender"
9607
- }), We = /* @__PURE__ */ e({
9608
- abi: O,
10654
+ }), Qe = /* @__PURE__ */ e({
10655
+ abi: A,
9609
10656
  functionName: "getBaseImplementation"
9610
- }), Ye = /* @__PURE__ */ e({
9611
- abi: O,
10657
+ }), Je = /* @__PURE__ */ e({
10658
+ abi: A,
9612
10659
  functionName: "getClone"
9613
- }), Qe = /* @__PURE__ */ e({
9614
- abi: O,
10660
+ }), Xe = /* @__PURE__ */ e({
10661
+ abi: A,
9615
10662
  functionName: "getCloneIdentifier"
9616
- }), Je = /* @__PURE__ */ e({
9617
- abi: O,
10663
+ }), Ye = /* @__PURE__ */ e({
10664
+ abi: A,
9618
10665
  functionName: "getClones"
9619
- }), Ke = /* @__PURE__ */ s({
9620
- abi: O,
10666
+ }), et = /* @__PURE__ */ s({
10667
+ abi: A,
9621
10668
  functionName: "deployClone"
9622
- }), Xe = /* @__PURE__ */ s({
9623
- abi: O,
10669
+ }), tt = /* @__PURE__ */ s({
10670
+ abi: A,
9624
10671
  functionName: "register"
9625
- }), et = /* @__PURE__ */ i({
9626
- abi: O,
10672
+ }), nt = /* @__PURE__ */ i({
10673
+ abi: A,
9627
10674
  functionName: "deployClone"
9628
- }), tt = /* @__PURE__ */ i({
9629
- abi: O,
10675
+ }), at = /* @__PURE__ */ i({
10676
+ abi: A,
9630
10677
  functionName: "register"
9631
- }), nt = /* @__PURE__ */ e({
9632
- abi: f,
10678
+ }), it = /* @__PURE__ */ e({
10679
+ abi: v,
9633
10680
  functionName: "asset"
9634
- }), at = /* @__PURE__ */ e({
9635
- abi: f,
10681
+ }), st = /* @__PURE__ */ e({
10682
+ abi: v,
9636
10683
  functionName: "cgdaParams"
9637
- }), it = /* @__PURE__ */ e({
9638
- abi: f,
10684
+ }), pt = /* @__PURE__ */ e({
10685
+ abi: v,
9639
10686
  functionName: "claimed"
9640
- }), st = /* @__PURE__ */ e({
9641
- abi: f,
10687
+ }), yt = /* @__PURE__ */ e({
10688
+ abi: v,
9642
10689
  functionName: "claims"
9643
- }), pt = /* @__PURE__ */ e({
9644
- abi: f,
10690
+ }), ut = /* @__PURE__ */ e({
10691
+ abi: v,
9645
10692
  functionName: "currentReward"
9646
- }), yt = /* @__PURE__ */ e({
9647
- abi: f,
10693
+ }), rt = /* @__PURE__ */ e({
10694
+ abi: v,
9648
10695
  functionName: "isClaimable"
9649
- }), ut = /* @__PURE__ */ e({
9650
- abi: f,
10696
+ }), ot = /* @__PURE__ */ e({
10697
+ abi: v,
9651
10698
  functionName: "owner"
9652
- }), rt = /* @__PURE__ */ e({
9653
- abi: f,
10699
+ }), lt = /* @__PURE__ */ e({
10700
+ abi: v,
9654
10701
  functionName: "reward"
9655
- }), ot = /* @__PURE__ */ e({
9656
- abi: f,
10702
+ }), dt = /* @__PURE__ */ e({
10703
+ abi: v,
9657
10704
  functionName: "totalBudget"
9658
- }), lt = /* @__PURE__ */ s({
9659
- abi: f,
10705
+ }), mt = /* @__PURE__ */ s({
10706
+ abi: v,
9660
10707
  functionName: "claim"
9661
- }), dt = /* @__PURE__ */ s({
9662
- abi: f,
10708
+ }), bt = /* @__PURE__ */ s({
10709
+ abi: v,
9663
10710
  functionName: "clawback"
9664
- }), mt = /* @__PURE__ */ i({
9665
- abi: f,
10711
+ }), ct = /* @__PURE__ */ i({
10712
+ abi: v,
9666
10713
  functionName: "claim"
9667
- }), bt = /* @__PURE__ */ i({
9668
- abi: f,
10714
+ }), Tt = /* @__PURE__ */ i({
10715
+ abi: v,
9669
10716
  functionName: "clawback"
9670
- }), ct = /* @__PURE__ */ e({
9671
- abi: m,
10717
+ }), ft = /* @__PURE__ */ e({
10718
+ abi: b,
9672
10719
  functionName: "asset"
9673
- }), Tt = /* @__PURE__ */ e({
9674
- abi: m,
10720
+ }), vt = /* @__PURE__ */ e({
10721
+ abi: b,
9675
10722
  functionName: "claimed"
9676
- }), ft = /* @__PURE__ */ e({
9677
- abi: m,
10723
+ }), wt = /* @__PURE__ */ e({
10724
+ abi: b,
9678
10725
  functionName: "claims"
9679
- }), vt = /* @__PURE__ */ e(
9680
- { abi: m, functionName: "currentReward" }
9681
- ), wt = /* @__PURE__ */ e({
9682
- abi: m,
10726
+ }), Mt = /* @__PURE__ */ e(
10727
+ { abi: b, functionName: "currentReward" }
10728
+ ), It = /* @__PURE__ */ e({
10729
+ abi: b,
9683
10730
  functionName: "entries"
9684
- }), Mt = /* @__PURE__ */ e({
9685
- abi: m,
10731
+ }), gt = /* @__PURE__ */ e({
10732
+ abi: b,
9686
10733
  functionName: "isClaimable"
9687
- }), It = /* @__PURE__ */ e({
9688
- abi: m,
9689
- functionName: "limit"
9690
10734
  }), ht = /* @__PURE__ */ e({
9691
- abi: m,
10735
+ abi: b,
10736
+ functionName: "limit"
10737
+ }), Ot = /* @__PURE__ */ e({
10738
+ abi: b,
9692
10739
  functionName: "owner"
9693
- }), gt = /* @__PURE__ */ e({
9694
- abi: m,
10740
+ }), At = /* @__PURE__ */ e({
10741
+ abi: b,
9695
10742
  functionName: "reward"
9696
- }), Ot = /* @__PURE__ */ e({
9697
- abi: m,
10743
+ }), Nt = /* @__PURE__ */ e({
10744
+ abi: b,
9698
10745
  functionName: "strategy"
9699
- }), Nt = /* @__PURE__ */ s({
9700
- abi: m,
10746
+ }), xt = /* @__PURE__ */ s({
10747
+ abi: b,
9701
10748
  functionName: "claim"
9702
- }), At = /* @__PURE__ */ s({
9703
- abi: m,
10749
+ }), Rt = /* @__PURE__ */ s({
10750
+ abi: b,
9704
10751
  functionName: "clawback"
9705
- }), xt = /* @__PURE__ */ s({
9706
- abi: m,
10752
+ }), Ct = /* @__PURE__ */ s({
10753
+ abi: b,
9707
10754
  functionName: "drawRaffle"
9708
- }), Rt = /* @__PURE__ */ i(
9709
- { abi: m, functionName: "claim" }
9710
- ), zt = /* @__PURE__ */ i({
9711
- abi: m,
10755
+ }), zt = /* @__PURE__ */ i(
10756
+ { abi: b, functionName: "claim" }
10757
+ ), _t = /* @__PURE__ */ i({
10758
+ abi: b,
9712
10759
  functionName: "clawback"
9713
- }), _t = /* @__PURE__ */ i({
9714
- abi: m,
9715
- functionName: "drawRaffle"
9716
- }), Ct = /* @__PURE__ */ e({
10760
+ }), Ht = /* @__PURE__ */ i({
9717
10761
  abi: b,
10762
+ functionName: "drawRaffle"
10763
+ }), Et = /* @__PURE__ */ e({
10764
+ abi: c,
9718
10765
  functionName: "asset"
9719
- }), Ht = /* @__PURE__ */ e(
9720
- { abi: b, functionName: "claimed" }
9721
- ), Et = /* @__PURE__ */ e({
9722
- abi: b,
10766
+ }), Ft = /* @__PURE__ */ e(
10767
+ { abi: c, functionName: "claimed" }
10768
+ ), qt = /* @__PURE__ */ e({
10769
+ abi: c,
9723
10770
  functionName: "claims"
9724
- }), Ft = /* @__PURE__ */ e({
9725
- abi: b,
9726
- functionName: "currentReward"
9727
10771
  }), kt = /* @__PURE__ */ e({
9728
- abi: b,
9729
- functionName: "getPeg"
10772
+ abi: c,
10773
+ functionName: "currentReward"
9730
10774
  }), Dt = /* @__PURE__ */ e({
9731
- abi: b,
10775
+ abi: c,
10776
+ functionName: "getPeg"
10777
+ }), Ut = /* @__PURE__ */ e({
10778
+ abi: c,
9732
10779
  functionName: "isClaimable"
9733
- }), qt = /* @__PURE__ */ e({
9734
- abi: b,
10780
+ }), Bt = /* @__PURE__ */ e({
10781
+ abi: c,
9735
10782
  functionName: "limit"
9736
- }), Pt = /* @__PURE__ */ e({
9737
- abi: b,
10783
+ }), Lt = /* @__PURE__ */ e({
10784
+ abi: c,
9738
10785
  functionName: "owner"
9739
- }), Bt = /* @__PURE__ */ e({
9740
- abi: b,
10786
+ }), Pt = /* @__PURE__ */ e({
10787
+ abi: c,
9741
10788
  functionName: "peg"
9742
- }), Lt = /* @__PURE__ */ e({
9743
- abi: b,
10789
+ }), St = /* @__PURE__ */ e({
10790
+ abi: c,
9744
10791
  functionName: "reward"
9745
- }), Ut = /* @__PURE__ */ e({
9746
- abi: b,
10792
+ }), Vt = /* @__PURE__ */ e({
10793
+ abi: c,
9747
10794
  functionName: "totalClaimed"
9748
- }), St = /* @__PURE__ */ s(
9749
- { abi: b, functionName: "claim" }
9750
- ), Vt = /* @__PURE__ */ s({
9751
- abi: b,
10795
+ }), Gt = /* @__PURE__ */ s(
10796
+ { abi: c, functionName: "claim" }
10797
+ ), Zt = /* @__PURE__ */ s({
10798
+ abi: c,
9752
10799
  functionName: "clawback"
9753
- }), Zt = /* @__PURE__ */ i({
9754
- abi: b,
10800
+ }), jt = /* @__PURE__ */ i({
10801
+ abi: c,
9755
10802
  functionName: "claim"
9756
- }), Gt = /* @__PURE__ */ i({
9757
- abi: b,
10803
+ }), Wt = /* @__PURE__ */ i({
10804
+ abi: c,
9758
10805
  functionName: "clawback"
9759
- }), jt = /* @__PURE__ */ e({
10806
+ }), $t = /* @__PURE__ */ e({
9760
10807
  abi: d,
9761
10808
  functionName: "asset"
9762
- }), $t = /* @__PURE__ */ e({
10809
+ }), Kt = /* @__PURE__ */ e({
9763
10810
  abi: d,
9764
10811
  functionName: "claimed"
9765
- }), Wt = /* @__PURE__ */ e({
10812
+ }), Qt = /* @__PURE__ */ e({
9766
10813
  abi: d,
9767
10814
  functionName: "claims"
9768
- }), Yt = /* @__PURE__ */ e({
10815
+ }), Jt = /* @__PURE__ */ e({
9769
10816
  abi: d,
9770
10817
  functionName: "currentReward"
9771
- }), Qt = /* @__PURE__ */ e({
10818
+ }), Xt = /* @__PURE__ */ e({
9772
10819
  abi: d,
9773
10820
  functionName: "getIncentiveCriteria"
9774
- }), Jt = /* @__PURE__ */ e({
10821
+ }), Yt = /* @__PURE__ */ e({
9775
10822
  abi: d,
9776
10823
  functionName: "getMaxReward"
9777
- }), Kt = /* @__PURE__ */ e({
10824
+ }), en = /* @__PURE__ */ e({
9778
10825
  abi: d,
9779
10826
  functionName: "getPeg"
9780
- }), Xt = /* @__PURE__ */ e({
10827
+ }), tn = /* @__PURE__ */ e({
9781
10828
  abi: d,
9782
10829
  functionName: "isClaimable"
9783
- }), en = /* @__PURE__ */ e({
10830
+ }), nn = /* @__PURE__ */ e({
9784
10831
  abi: d,
9785
10832
  functionName: "limit"
9786
- }), tn = /* @__PURE__ */ e({
10833
+ }), an = /* @__PURE__ */ e({
9787
10834
  abi: d,
9788
10835
  functionName: "owner"
9789
- }), nn = /* @__PURE__ */ e({
10836
+ }), sn = /* @__PURE__ */ e({
9790
10837
  abi: d,
9791
10838
  functionName: "peg"
9792
- }), an = /* @__PURE__ */ e({
10839
+ }), pn = /* @__PURE__ */ e({
9793
10840
  abi: d,
9794
10841
  functionName: "reward"
9795
- }), sn = /* @__PURE__ */ e({
10842
+ }), yn = /* @__PURE__ */ e({
9796
10843
  abi: d,
9797
10844
  functionName: "totalClaimed"
9798
- }), pn = /* @__PURE__ */ s({
10845
+ }), un = /* @__PURE__ */ s({
9799
10846
  abi: d,
9800
10847
  functionName: "claim"
9801
- }), yn = /* @__PURE__ */ s({
10848
+ }), rn = /* @__PURE__ */ s({
9802
10849
  abi: d,
9803
10850
  functionName: "clawback"
9804
- }), un = /* @__PURE__ */ i({
10851
+ }), on = /* @__PURE__ */ i({
9805
10852
  abi: d,
9806
10853
  functionName: "claim"
9807
- }), rn = /* @__PURE__ */ i({
10854
+ }), ln = /* @__PURE__ */ i({
9808
10855
  abi: d,
9809
10856
  functionName: "clawback"
9810
- }), on = /* @__PURE__ */ e({
9811
- abi: j,
9812
- functionName: "getIncentiveCriteria"
9813
- }), ln = /* @__PURE__ */ e({
9814
- abi: j,
9815
- functionName: "getMaxReward"
9816
- }), dn = /* @__PURE__ */ e(
9817
- { abi: v, functionName: "asset" }
9818
- ), mn = /* @__PURE__ */ e({
9819
- abi: v,
10857
+ }), dn = /* @__PURE__ */ e({
10858
+ abi: m,
10859
+ functionName: "asset"
10860
+ }), mn = /* @__PURE__ */ e({
10861
+ abi: m,
9820
10862
  functionName: "claimed"
9821
10863
  }), bn = /* @__PURE__ */ e({
9822
- abi: v,
10864
+ abi: m,
9823
10865
  functionName: "claims"
9824
10866
  }), cn = /* @__PURE__ */ e({
9825
- abi: v,
10867
+ abi: m,
9826
10868
  functionName: "currentReward"
9827
10869
  }), Tn = /* @__PURE__ */ e({
9828
- abi: v,
10870
+ abi: m,
10871
+ functionName: "getIncentiveCriteria"
10872
+ }), fn = /* @__PURE__ */ e({
10873
+ abi: m,
10874
+ functionName: "getMaxReward"
10875
+ }), vn = /* @__PURE__ */ e({
10876
+ abi: m,
10877
+ functionName: "getPeg"
10878
+ }), wn = /* @__PURE__ */ e({
10879
+ abi: m,
9829
10880
  functionName: "isClaimable"
9830
- }), fn = /* @__PURE__ */ e(
9831
- { abi: v, functionName: "limit" }
9832
- ), vn = /* @__PURE__ */ e(
9833
- { abi: v, functionName: "owner" }
9834
- ), wn = /* @__PURE__ */ e({
9835
- abi: v,
9836
- functionName: "reward"
9837
10881
  }), Mn = /* @__PURE__ */ e({
9838
- abi: v,
10882
+ abi: m,
10883
+ functionName: "limit"
10884
+ }), In = /* @__PURE__ */ e({
10885
+ abi: m,
10886
+ functionName: "owner"
10887
+ }), gn = /* @__PURE__ */ e({
10888
+ abi: m,
10889
+ functionName: "peg"
10890
+ }), hn = /* @__PURE__ */ e({
10891
+ abi: m,
10892
+ functionName: "reward"
10893
+ }), On = /* @__PURE__ */ e({
10894
+ abi: m,
9839
10895
  functionName: "totalClaimed"
9840
- }), In = /* @__PURE__ */ s({
9841
- abi: v,
10896
+ }), An = /* @__PURE__ */ s({
10897
+ abi: m,
9842
10898
  functionName: "claim"
9843
- }), hn = /* @__PURE__ */ s({
9844
- abi: v,
10899
+ }), Nn = /* @__PURE__ */ s({
10900
+ abi: m,
9845
10901
  functionName: "clawback"
9846
- }), gn = /* @__PURE__ */ i({
9847
- abi: v,
10902
+ }), xn = /* @__PURE__ */ i({
10903
+ abi: m,
9848
10904
  functionName: "claim"
9849
- }), On = /* @__PURE__ */ i({
9850
- abi: v,
10905
+ }), Rn = /* @__PURE__ */ i({
10906
+ abi: m,
10907
+ functionName: "clawback"
10908
+ }), Cn = /* @__PURE__ */ e({
10909
+ abi: W,
10910
+ functionName: "getIncentiveCriteria"
10911
+ }), zn = /* @__PURE__ */ e({
10912
+ abi: W,
10913
+ functionName: "getMaxReward"
10914
+ }), _n = /* @__PURE__ */ e({
10915
+ abi: $,
10916
+ functionName: "getIncentiveCriteria"
10917
+ }), Hn = /* @__PURE__ */ e({
10918
+ abi: $,
10919
+ functionName: "getMaxReward"
10920
+ }), En = /* @__PURE__ */ e(
10921
+ { abi: w, functionName: "asset" }
10922
+ ), Fn = /* @__PURE__ */ e({
10923
+ abi: w,
10924
+ functionName: "claimed"
10925
+ }), qn = /* @__PURE__ */ e({
10926
+ abi: w,
10927
+ functionName: "claims"
10928
+ }), kn = /* @__PURE__ */ e({
10929
+ abi: w,
10930
+ functionName: "currentReward"
10931
+ }), Dn = /* @__PURE__ */ e({
10932
+ abi: w,
10933
+ functionName: "isClaimable"
10934
+ }), Un = /* @__PURE__ */ e(
10935
+ { abi: w, functionName: "limit" }
10936
+ ), Bn = /* @__PURE__ */ e(
10937
+ { abi: w, functionName: "owner" }
10938
+ ), Ln = /* @__PURE__ */ e({
10939
+ abi: w,
10940
+ functionName: "reward"
10941
+ }), Pn = /* @__PURE__ */ e({
10942
+ abi: w,
10943
+ functionName: "totalClaimed"
10944
+ }), Sn = /* @__PURE__ */ s({
10945
+ abi: w,
10946
+ functionName: "claim"
10947
+ }), Vn = /* @__PURE__ */ s({
10948
+ abi: w,
10949
+ functionName: "clawback"
10950
+ }), Gn = /* @__PURE__ */ i({
10951
+ abi: w,
10952
+ functionName: "claim"
10953
+ }), Zn = /* @__PURE__ */ i({
10954
+ abi: w,
9851
10955
  functionName: "clawback"
9852
- }), Nn = /* @__PURE__ */ e({
9853
- abi: F,
10956
+ }), jn = /* @__PURE__ */ e({
10957
+ abi: q,
9854
10958
  functionName: "getActionClaimant"
9855
- }), An = /* @__PURE__ */ e({
9856
- abi: F,
10959
+ }), Wn = /* @__PURE__ */ e({
10960
+ abi: q,
9857
10961
  functionName: "getActionSteps"
9858
- }), xn = /* @__PURE__ */ s({
9859
- abi: F,
10962
+ }), $n = /* @__PURE__ */ s({
10963
+ abi: q,
9860
10964
  functionName: "execute"
9861
- }), Rn = /* @__PURE__ */ i({
9862
- abi: F,
10965
+ }), Kn = /* @__PURE__ */ i({
10966
+ abi: q,
9863
10967
  functionName: "execute"
9864
- }), zn = /* @__PURE__ */ e({
9865
- abi: ye,
10968
+ }), Qn = /* @__PURE__ */ e({
10969
+ abi: re,
9866
10970
  functionName: "isAuthorized"
9867
- }), _n = /* @__PURE__ */ e({
10971
+ }), Jn = /* @__PURE__ */ e({
9868
10972
  abi: N,
9869
10973
  functionName: "hashSignerData"
9870
- }), Cn = /* @__PURE__ */ e({
10974
+ }), Xn = /* @__PURE__ */ e({
9871
10975
  abi: N,
9872
10976
  functionName: "signers"
9873
- }), Hn = /* @__PURE__ */ s({
10977
+ }), Yn = /* @__PURE__ */ s({
9874
10978
  abi: N,
9875
10979
  functionName: "setAuthorized"
9876
- }), En = /* @__PURE__ */ s({
10980
+ }), ea = /* @__PURE__ */ s({
9877
10981
  abi: N,
9878
10982
  functionName: "setValidatorCaller"
9879
- }), Fn = /* @__PURE__ */ s({
10983
+ }), ta = /* @__PURE__ */ s({
9880
10984
  abi: N,
9881
10985
  functionName: "validate"
9882
- }), kn = /* @__PURE__ */ i({
10986
+ }), na = /* @__PURE__ */ i({
9883
10987
  abi: N,
9884
10988
  functionName: "setAuthorized"
9885
- }), Dn = /* @__PURE__ */ i({
10989
+ }), aa = /* @__PURE__ */ i({
9886
10990
  abi: N,
9887
10991
  functionName: "setValidatorCaller"
9888
- }), qn = /* @__PURE__ */ i({
10992
+ }), ia = /* @__PURE__ */ i({
9889
10993
  abi: N,
9890
10994
  functionName: "validate"
9891
- }), Pn = /* @__PURE__ */ e({
9892
- abi: c,
10995
+ }), sa = /* @__PURE__ */ e({
10996
+ abi: T,
9893
10997
  functionName: "available"
9894
- }), Bn = /* @__PURE__ */ e({
9895
- abi: c,
10998
+ }), pa = /* @__PURE__ */ e({
10999
+ abi: T,
9896
11000
  functionName: "distributed"
9897
- }), Ln = /* @__PURE__ */ e({
9898
- abi: c,
11001
+ }), ya = /* @__PURE__ */ e({
11002
+ abi: T,
9899
11003
  functionName: "owner"
9900
- }), Un = /* @__PURE__ */ e({
9901
- abi: c,
11004
+ }), ua = /* @__PURE__ */ e({
11005
+ abi: T,
9902
11006
  functionName: "total"
9903
- }), Sn = /* @__PURE__ */ s({
9904
- abi: c,
11007
+ }), ra = /* @__PURE__ */ s({
11008
+ abi: T,
9905
11009
  functionName: "allocate"
9906
- }), Vn = /* @__PURE__ */ s({
9907
- abi: c,
11010
+ }), oa = /* @__PURE__ */ s({
11011
+ abi: T,
9908
11012
  functionName: "clawback"
9909
- }), Zn = /* @__PURE__ */ s({
9910
- abi: c,
11013
+ }), la = /* @__PURE__ */ s({
11014
+ abi: T,
9911
11015
  functionName: "clawbackFromTarget"
9912
- }), Gn = /* @__PURE__ */ s({
9913
- abi: c,
11016
+ }), da = /* @__PURE__ */ s({
11017
+ abi: T,
9914
11018
  functionName: "disburse"
9915
- }), jn = /* @__PURE__ */ s({
9916
- abi: c,
11019
+ }), ma = /* @__PURE__ */ s({
11020
+ abi: T,
9917
11021
  functionName: "disburseBatch"
9918
- }), $n = /* @__PURE__ */ i({
9919
- abi: c,
11022
+ }), ba = /* @__PURE__ */ i({
11023
+ abi: T,
9920
11024
  functionName: "allocate"
9921
- }), Wn = /* @__PURE__ */ i({
9922
- abi: c,
11025
+ }), ca = /* @__PURE__ */ i({
11026
+ abi: T,
9923
11027
  functionName: "clawback"
9924
- }), Yn = /* @__PURE__ */ i({
9925
- abi: c,
11028
+ }), Ta = /* @__PURE__ */ i({
11029
+ abi: T,
9926
11030
  functionName: "clawbackFromTarget"
9927
- }), Qn = /* @__PURE__ */ i({
9928
- abi: c,
11031
+ }), fa = /* @__PURE__ */ i({
11032
+ abi: T,
9929
11033
  functionName: "disburse"
9930
- }), Jn = /* @__PURE__ */ i({
9931
- abi: c,
11034
+ }), va = /* @__PURE__ */ i({
11035
+ abi: T,
9932
11036
  functionName: "disburseBatch"
9933
- }), Kn = /* @__PURE__ */ e({
11037
+ }), wa = /* @__PURE__ */ e({
9934
11038
  abi: _,
9935
11039
  functionName: "managementFee"
9936
- }), Xn = /* @__PURE__ */ s({
11040
+ }), Ma = /* @__PURE__ */ s({
9937
11041
  abi: _,
9938
11042
  functionName: "payManagementFee"
9939
- }), ea = /* @__PURE__ */ s({
11043
+ }), Ia = /* @__PURE__ */ s({
9940
11044
  abi: _,
9941
11045
  functionName: "setManagementFee"
9942
- }), ta = /* @__PURE__ */ i({
11046
+ }), ga = /* @__PURE__ */ i({
9943
11047
  abi: _,
9944
11048
  functionName: "payManagementFee"
9945
- }), na = /* @__PURE__ */ i({
11049
+ }), ha = /* @__PURE__ */ i({
9946
11050
  abi: _,
9947
11051
  functionName: "setManagementFee"
9948
- }), aa = /* @__PURE__ */ e({
9949
- abi: C,
11052
+ }), Oa = /* @__PURE__ */ e({
11053
+ abi: H,
9950
11054
  functionName: "managementFee"
9951
- }), ia = /* @__PURE__ */ s({
9952
- abi: C,
11055
+ }), Aa = /* @__PURE__ */ s({
11056
+ abi: H,
9953
11057
  functionName: "payManagementFee"
9954
- }), sa = /* @__PURE__ */ s({
9955
- abi: C,
11058
+ }), Na = /* @__PURE__ */ s({
11059
+ abi: H,
9956
11060
  functionName: "setManagementFee"
9957
- }), pa = /* @__PURE__ */ i({
9958
- abi: C,
11061
+ }), xa = /* @__PURE__ */ i({
11062
+ abi: H,
9959
11063
  functionName: "payManagementFee"
9960
- }), ya = /* @__PURE__ */ i({
9961
- abi: C,
11064
+ }), Ra = /* @__PURE__ */ i({
11065
+ abi: H,
9962
11066
  functionName: "setManagementFee"
9963
- }), ua = /* @__PURE__ */ e({
9964
- abi: w,
11067
+ }), Ca = /* @__PURE__ */ e({
11068
+ abi: M,
9965
11069
  functionName: "ownershipHandoverExpiresAt"
9966
- }), ra = /* @__PURE__ */ s({
9967
- abi: w,
11070
+ }), za = /* @__PURE__ */ s({
11071
+ abi: M,
9968
11072
  functionName: "cancelOwnershipHandover"
9969
- }), oa = /* @__PURE__ */ s({
9970
- abi: w,
11073
+ }), _a = /* @__PURE__ */ s({
11074
+ abi: M,
9971
11075
  functionName: "completeOwnershipHandover"
9972
- }), la = /* @__PURE__ */ s({
9973
- abi: w,
11076
+ }), Ha = /* @__PURE__ */ s({
11077
+ abi: M,
9974
11078
  functionName: "renounceOwnership"
9975
- }), da = /* @__PURE__ */ s(
9976
- { abi: w, functionName: "renounceRoles" }
9977
- ), ma = /* @__PURE__ */ s({
9978
- abi: w,
11079
+ }), Ea = /* @__PURE__ */ s(
11080
+ { abi: M, functionName: "renounceRoles" }
11081
+ ), Fa = /* @__PURE__ */ s({
11082
+ abi: M,
9979
11083
  functionName: "requestOwnershipHandover"
9980
- }), ba = /* @__PURE__ */ s({
9981
- abi: w,
11084
+ }), qa = /* @__PURE__ */ s({
11085
+ abi: M,
9982
11086
  functionName: "transferOwnership"
9983
- }), ca = /* @__PURE__ */ i({
9984
- abi: w,
11087
+ }), ka = /* @__PURE__ */ i({
11088
+ abi: M,
9985
11089
  functionName: "cancelOwnershipHandover"
9986
- }), Ta = /* @__PURE__ */ i({
9987
- abi: w,
11090
+ }), Da = /* @__PURE__ */ i({
11091
+ abi: M,
9988
11092
  functionName: "completeOwnershipHandover"
9989
- }), fa = /* @__PURE__ */ i({
9990
- abi: w,
11093
+ }), Ua = /* @__PURE__ */ i({
11094
+ abi: M,
9991
11095
  functionName: "renounceOwnership"
9992
- }), va = /* @__PURE__ */ i({
9993
- abi: w,
11096
+ }), Ba = /* @__PURE__ */ i({
11097
+ abi: M,
9994
11098
  functionName: "renounceRoles"
9995
- }), wa = /* @__PURE__ */ i({
9996
- abi: w,
11099
+ }), La = /* @__PURE__ */ i({
11100
+ abi: M,
9997
11101
  functionName: "requestOwnershipHandover"
9998
- }), Ma = /* @__PURE__ */ i({
9999
- abi: w,
11102
+ }), Pa = /* @__PURE__ */ i({
11103
+ abi: M,
10000
11104
  functionName: "transferOwnership"
10001
- }), Ia = /* @__PURE__ */ e(
10002
- { abi: ue, functionName: "isAuthorized" }
10003
- ), ha = /* @__PURE__ */ e({
11105
+ }), Sa = /* @__PURE__ */ e(
11106
+ { abi: oe, functionName: "isAuthorized" }
11107
+ ), Va = /* @__PURE__ */ e({
10004
11108
  abi: h,
10005
11109
  functionName: "claimed"
10006
- }), ga = /* @__PURE__ */ e({
11110
+ }), Ga = /* @__PURE__ */ e({
10007
11111
  abi: h,
10008
11112
  functionName: "claims"
10009
- }), Oa = /* @__PURE__ */ e({
11113
+ }), Za = /* @__PURE__ */ e({
10010
11114
  abi: h,
10011
11115
  functionName: "currentReward"
10012
- }), Na = /* @__PURE__ */ e({
11116
+ }), ja = /* @__PURE__ */ e({
10013
11117
  abi: h,
10014
11118
  functionName: "isClaimable"
10015
- }), Aa = /* @__PURE__ */ e({
11119
+ }), Wa = /* @__PURE__ */ e({
10016
11120
  abi: h,
10017
11121
  functionName: "limit"
10018
- }), xa = /* @__PURE__ */ e({
11122
+ }), $a = /* @__PURE__ */ e({
10019
11123
  abi: h,
10020
11124
  functionName: "reward"
10021
- }), Ra = /* @__PURE__ */ e({
11125
+ }), Ka = /* @__PURE__ */ e({
10022
11126
  abi: h,
10023
11127
  functionName: "selector"
10024
- }), za = /* @__PURE__ */ e({
11128
+ }), Qa = /* @__PURE__ */ e({
10025
11129
  abi: h,
10026
11130
  functionName: "venue"
10027
- }), _a = /* @__PURE__ */ s({
11131
+ }), Ja = /* @__PURE__ */ s({
10028
11132
  abi: h,
10029
11133
  functionName: "claim"
10030
- }), Ca = /* @__PURE__ */ i({
11134
+ }), Xa = /* @__PURE__ */ i({
10031
11135
  abi: h,
10032
11136
  functionName: "claim"
10033
- }), Ha = /* @__PURE__ */ e({
10034
- abi: T,
11137
+ }), Ya = /* @__PURE__ */ e({
11138
+ abi: f,
10035
11139
  functionName: "hasAllRoles"
10036
- }), Ea = /* @__PURE__ */ e({
10037
- abi: T,
11140
+ }), ei = /* @__PURE__ */ e({
11141
+ abi: f,
10038
11142
  functionName: "hasAnyRole"
10039
- }), Fa = /* @__PURE__ */ e({
10040
- abi: T,
11143
+ }), ti = /* @__PURE__ */ e({
11144
+ abi: f,
10041
11145
  functionName: "isAuthorized"
10042
- }), ka = /* @__PURE__ */ e({
10043
- abi: T,
11146
+ }), ni = /* @__PURE__ */ e({
11147
+ abi: f,
10044
11148
  functionName: "rolesOf"
10045
- }), Da = /* @__PURE__ */ s({
10046
- abi: T,
11149
+ }), ai = /* @__PURE__ */ s({
11150
+ abi: f,
10047
11151
  functionName: "grantManyRoles"
10048
- }), qa = /* @__PURE__ */ s({
10049
- abi: T,
11152
+ }), ii = /* @__PURE__ */ s({
11153
+ abi: f,
10050
11154
  functionName: "grantRoles"
10051
- }), Pa = /* @__PURE__ */ s({
10052
- abi: T,
11155
+ }), si = /* @__PURE__ */ s({
11156
+ abi: f,
10053
11157
  functionName: "revokeManyRoles"
10054
- }), Ba = /* @__PURE__ */ s({
10055
- abi: T,
11158
+ }), pi = /* @__PURE__ */ s({
11159
+ abi: f,
10056
11160
  functionName: "revokeRoles"
10057
- }), La = /* @__PURE__ */ s({
10058
- abi: T,
11161
+ }), yi = /* @__PURE__ */ s({
11162
+ abi: f,
10059
11163
  functionName: "setAuthorized"
10060
- }), Ua = /* @__PURE__ */ i({
10061
- abi: T,
11164
+ }), ui = /* @__PURE__ */ i({
11165
+ abi: f,
10062
11166
  functionName: "grantManyRoles"
10063
- }), Sa = /* @__PURE__ */ i({
10064
- abi: T,
11167
+ }), ri = /* @__PURE__ */ i({
11168
+ abi: f,
10065
11169
  functionName: "grantRoles"
10066
- }), Va = /* @__PURE__ */ i(
10067
- { abi: T, functionName: "revokeManyRoles" }
10068
- ), Za = /* @__PURE__ */ i({
10069
- abi: T,
11170
+ }), oi = /* @__PURE__ */ i(
11171
+ { abi: f, functionName: "revokeManyRoles" }
11172
+ ), li = /* @__PURE__ */ i({
11173
+ abi: f,
10070
11174
  functionName: "revokeRoles"
10071
- }), Ga = /* @__PURE__ */ i({
10072
- abi: T,
11175
+ }), di = /* @__PURE__ */ i({
11176
+ abi: f,
10073
11177
  functionName: "setAuthorized"
10074
- }), ja = /* @__PURE__ */ e({
10075
- abi: A,
11178
+ }), mi = /* @__PURE__ */ e({
11179
+ abi: x,
10076
11180
  functionName: "hashSignerData"
10077
- }), $a = /* @__PURE__ */ e({
10078
- abi: A,
11181
+ }), bi = /* @__PURE__ */ e({
11182
+ abi: x,
10079
11183
  functionName: "signers"
10080
- }), Wa = /* @__PURE__ */ s({
10081
- abi: A,
11184
+ }), ci = /* @__PURE__ */ s({
11185
+ abi: x,
10082
11186
  functionName: "setAuthorized"
10083
- }), Ya = /* @__PURE__ */ s({
10084
- abi: A,
11187
+ }), Ti = /* @__PURE__ */ s({
11188
+ abi: x,
10085
11189
  functionName: "setValidatorCaller"
10086
- }), Qa = /* @__PURE__ */ s({
10087
- abi: A,
11190
+ }), fi = /* @__PURE__ */ s({
11191
+ abi: x,
10088
11192
  functionName: "validate"
10089
- }), Ja = /* @__PURE__ */ i({
10090
- abi: A,
11193
+ }), vi = /* @__PURE__ */ i({
11194
+ abi: x,
10091
11195
  functionName: "setAuthorized"
10092
- }), Ka = /* @__PURE__ */ i({
10093
- abi: A,
11196
+ }), wi = /* @__PURE__ */ i({
11197
+ abi: x,
10094
11198
  functionName: "setValidatorCaller"
10095
- }), Xa = /* @__PURE__ */ i({
10096
- abi: A,
11199
+ }), Mi = /* @__PURE__ */ i({
11200
+ abi: x,
10097
11201
  functionName: "validate"
10098
- }), ei = /* @__PURE__ */ e({
11202
+ }), Ii = /* @__PURE__ */ e({
10099
11203
  abi: k,
10100
11204
  functionName: "isAllowed"
10101
- }), ti = /* @__PURE__ */ e({
11205
+ }), gi = /* @__PURE__ */ e({
10102
11206
  abi: k,
10103
11207
  functionName: "owner"
10104
- }), ni = /* @__PURE__ */ s(
11208
+ }), hi = /* @__PURE__ */ s(
10105
11209
  { abi: k, functionName: "setAllowed" }
10106
- ), ai = /* @__PURE__ */ i({
11210
+ ), Oi = /* @__PURE__ */ i({
10107
11211
  abi: k,
10108
11212
  functionName: "setAllowed"
10109
- }), ii = /* @__PURE__ */ e({
10110
- abi: B,
11213
+ }), Ai = /* @__PURE__ */ e({
11214
+ abi: L,
10111
11215
  functionName: "isAllowed"
10112
- }), si = /* @__PURE__ */ s({
10113
- abi: B,
11216
+ }), Ni = /* @__PURE__ */ s({
11217
+ abi: L,
10114
11218
  functionName: "setDenied"
10115
- }), pi = /* @__PURE__ */ i({
10116
- abi: B,
11219
+ }), xi = /* @__PURE__ */ i({
11220
+ abi: L,
10117
11221
  functionName: "setDenied"
10118
- }), yi = /* @__PURE__ */ e({
10119
- abi: M,
11222
+ }), Ri = /* @__PURE__ */ e({
11223
+ abi: I,
10120
11224
  functionName: "distributed"
10121
- }), ui = /* @__PURE__ */ e({
10122
- abi: M,
11225
+ }), Ci = /* @__PURE__ */ e({
11226
+ abi: I,
10123
11227
  functionName: "total"
10124
- }), ri = /* @__PURE__ */ s({
10125
- abi: M,
11228
+ }), zi = /* @__PURE__ */ s({
11229
+ abi: I,
10126
11230
  functionName: "clawbackFromTarget"
10127
- }), oi = /* @__PURE__ */ s({
10128
- abi: M,
11231
+ }), _i = /* @__PURE__ */ s({
11232
+ abi: I,
10129
11233
  functionName: "createBoost"
10130
- }), li = /* @__PURE__ */ s({
10131
- abi: M,
11234
+ }), Hi = /* @__PURE__ */ s({
11235
+ abi: I,
10132
11236
  functionName: "createBoostWithPermit2"
10133
- }), di = /* @__PURE__ */ s(
10134
- { abi: M, functionName: "disburse" }
10135
- ), mi = /* @__PURE__ */ s({
10136
- abi: M,
11237
+ }), Ei = /* @__PURE__ */ s(
11238
+ { abi: I, functionName: "disburse" }
11239
+ ), Fi = /* @__PURE__ */ s({
11240
+ abi: I,
10137
11241
  functionName: "disburseBatch"
10138
- }), bi = /* @__PURE__ */ i({
10139
- abi: M,
11242
+ }), qi = /* @__PURE__ */ i({
11243
+ abi: I,
10140
11244
  functionName: "clawbackFromTarget"
10141
- }), ci = /* @__PURE__ */ i({
10142
- abi: M,
11245
+ }), ki = /* @__PURE__ */ i({
11246
+ abi: I,
10143
11247
  functionName: "createBoost"
10144
- }), Ti = /* @__PURE__ */ i({
10145
- abi: M,
11248
+ }), Di = /* @__PURE__ */ i({
11249
+ abi: I,
10146
11250
  functionName: "createBoostWithPermit2"
10147
- }), fi = /* @__PURE__ */ i({
10148
- abi: M,
11251
+ }), Ui = /* @__PURE__ */ i({
11252
+ abi: I,
10149
11253
  functionName: "disburse"
10150
- }), vi = /* @__PURE__ */ i({
10151
- abi: M,
11254
+ }), Bi = /* @__PURE__ */ i({
11255
+ abi: I,
10152
11256
  functionName: "disburseBatch"
10153
11257
  });
10154
11258
  export {
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,
10182
- N as _,
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,
10200
- nt as aF,
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,
11259
+ ka as $,
11260
+ A,
11261
+ oi as B,
11262
+ T as C,
11263
+ N as D,
11264
+ v as E,
11265
+ k as F,
11266
+ x as G,
11267
+ li as H,
11268
+ pi as I,
11269
+ Ca as J,
11270
+ Ua as K,
11271
+ _a as L,
11272
+ o as M,
11273
+ ve as N,
11274
+ ri as O,
11275
+ Me as P,
11276
+ Da as Q,
11277
+ w as R,
11278
+ f as S,
11279
+ b as T,
11280
+ we as U,
11281
+ at as V,
11282
+ Ea as W,
11283
+ Ba as X,
11284
+ La as Y,
11285
+ qa as Z,
11286
+ O as _,
11287
+ oe as a,
11288
+ _t as a$,
11289
+ tt as a0,
11290
+ nt as a1,
11291
+ et as a2,
11292
+ Qe as a3,
11293
+ Je as a4,
11294
+ Ye as a5,
11295
+ Xe as a6,
11296
+ Sa as a7,
11297
+ ce as a8,
11298
+ ba as a9,
11299
+ Ai as aA,
11300
+ xi as aB,
11301
+ Ni as aC,
11302
+ ot as aD,
11303
+ yt as aE,
11304
+ lt as aF,
11305
+ pt as aG,
11306
+ it as aH,
11307
+ st as aI,
11308
+ dt as aJ,
11309
+ ct as aK,
11310
+ mt as aL,
11311
+ Tt as aM,
11312
+ bt as aN,
11313
+ rt as aO,
11314
+ ut as aP,
11315
+ Ot as aQ,
11316
+ Mt as aR,
11317
+ wt as aS,
11318
+ vt as aT,
11319
+ ft as aU,
11320
+ Nt as aV,
11321
+ At as aW,
11322
+ ht as aX,
11323
+ It as aY,
10220
11324
  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,
11325
+ xt as a_,
11326
+ ra as aa,
11327
+ ca as ab,
11328
+ oa as ac,
11329
+ Ta as ad,
11330
+ la as ae,
11331
+ fa as af,
11332
+ da as ag,
11333
+ va as ah,
11334
+ ma as ai,
11335
+ ya as aj,
11336
+ ua as ak,
11337
+ sa as al,
11338
+ pa as am,
10235
11339
  Ne as an,
10236
- Me as ao,
10237
- we as ap,
11340
+ he as ao,
11341
+ xe as ap,
10238
11342
  ge as aq,
10239
- xe as ar,
11343
+ Ie as ar,
10240
11344
  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,
10252
- on as b2,
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,
10319
- Zt as c5,
10320
- St as c6,
10321
- Gt as c7,
10322
- Vt as c8,
10323
- Dt as c9,
10324
- De as cA,
10325
- Ve as cB,
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,
10375
- j as d,
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,
11345
+ Ce as at,
11346
+ Re as au,
11347
+ Oe as av,
11348
+ gi as aw,
11349
+ Ii as ax,
11350
+ Oi as ay,
11351
+ hi as az,
11352
+ I as b,
11353
+ Ja as b$,
11354
+ Rt as b0,
11355
+ gt as b1,
11356
+ Ht as b2,
11357
+ Ct as b3,
11358
+ Cn as b4,
11359
+ zn as b5,
11360
+ _n as b6,
11361
+ Hn as b7,
11362
+ Bn as b8,
11363
+ Pn as b9,
11364
+ en as bA,
11365
+ Xt as bB,
11366
+ In as bC,
11367
+ cn as bD,
11368
+ fn as bE,
11369
+ bn as bF,
11370
+ On as bG,
11371
+ mn as bH,
11372
+ dn as bI,
11373
+ gn as bJ,
11374
+ hn as bK,
11375
+ Mn as bL,
11376
+ xn as bM,
11377
+ An as bN,
11378
+ Rn as bO,
11379
+ Nn as bP,
11380
+ wn as bQ,
11381
+ vn as bR,
11382
+ Tn as bS,
11383
+ Ga as bT,
11384
+ Za as bU,
11385
+ $a as bV,
11386
+ Va as bW,
11387
+ Qa as bX,
11388
+ Wa as bY,
11389
+ Ka as bZ,
11390
+ Xa as b_,
11391
+ kn as ba,
11392
+ qn as bb,
11393
+ Fn as bc,
11394
+ En as bd,
11395
+ Ln as be,
11396
+ Un as bf,
11397
+ Gn as bg,
11398
+ Sn as bh,
11399
+ Zn as bi,
11400
+ Vn as bj,
11401
+ Dn as bk,
11402
+ an as bl,
11403
+ Jt as bm,
11404
+ Yt as bn,
11405
+ Qt as bo,
11406
+ yn as bp,
11407
+ Kt as bq,
11408
+ $t as br,
11409
+ sn as bs,
11410
+ pn as bt,
11411
+ nn as bu,
11412
+ on as bv,
11413
+ un as bw,
11414
+ ln as bx,
11415
+ rn as by,
11416
+ tn as bz,
11417
+ W as c,
11418
+ Ve as c$,
11419
+ ja as c0,
11420
+ bi as c1,
11421
+ mi as c2,
11422
+ Mi as c3,
11423
+ fi as c4,
11424
+ vi as c5,
11425
+ ci as c6,
11426
+ wi as c7,
11427
+ Ti as c8,
11428
+ Xn as c9,
11429
+ Kn as cA,
11430
+ $n as cB,
11431
+ ga as cC,
11432
+ Ma as cD,
11433
+ ha as cE,
11434
+ Ia as cF,
11435
+ wa as cG,
11436
+ xa as cH,
11437
+ Aa as cI,
11438
+ Ra as cJ,
11439
+ Na as cK,
11440
+ Oa as cL,
11441
+ qi as cM,
11442
+ zi as cN,
11443
+ Ui as cO,
11444
+ Ei as cP,
11445
+ Bi as cQ,
11446
+ Fi as cR,
11447
+ Ci as cS,
11448
+ Ri as cT,
11449
+ Te as cU,
11450
+ Ue as cV,
11451
+ Ze as cW,
11452
+ _i as cX,
11453
+ ki as cY,
11454
+ Hi as cZ,
11455
+ Di as c_,
11456
+ Jn as ca,
11457
+ ia as cb,
11458
+ ta as cc,
11459
+ na as cd,
11460
+ Yn as ce,
11461
+ aa as cf,
11462
+ ea as cg,
11463
+ Lt as ch,
11464
+ kt as ci,
11465
+ qt as cj,
11466
+ Vt as ck,
11467
+ Ft as cl,
11468
+ Et as cm,
11469
+ Pt as cn,
11470
+ St as co,
11471
+ Bt as cp,
11472
+ jt as cq,
11473
+ Gt as cr,
11474
+ Wt as cs,
11475
+ Zt as ct,
11476
+ Ut as cu,
11477
+ Dt as cv,
11478
+ fe as cw,
11479
+ q as cx,
11480
+ Wn as cy,
11481
+ jn as cz,
11482
+ m as d,
11483
+ ke as d0,
11484
+ Ge as d1,
11485
+ De as d2,
11486
+ _e as d3,
11487
+ He as d4,
11488
+ Qn as d5,
11489
+ ze as d6,
11490
+ je as d7,
11491
+ Be as d8,
11492
+ Fe as d9,
11493
+ qe as da,
11494
+ We as db,
11495
+ Le as dc,
11496
+ Ee as dd,
11497
+ Ke as de,
11498
+ Se as df,
11499
+ $e as dg,
11500
+ Pe as dh,
11501
+ yi as e,
11502
+ ii as f,
11503
+ c as g,
11504
+ ui as h,
11505
+ ai as i,
11506
+ si as j,
11507
+ L as k,
11508
+ ni as l,
11509
+ $ as m,
11510
+ Ya as n,
11511
+ ei as o,
10387
11512
  _ as p,
10388
- la as q,
10389
- C as r,
10390
- Ba as s,
10391
- wa as t,
10392
- ma as u,
10393
- b as v,
10394
- Ta as w,
10395
- T as x,
11513
+ ti as q,
11514
+ H as r,
11515
+ Ha as s,
11516
+ Pa as t,
11517
+ Fa as u,
11518
+ za as v,
11519
+ be as w,
11520
+ di as x,
10396
11521
  d as y,
10397
- k as z
11522
+ h as z
10398
11523
  };
10399
- //# sourceMappingURL=generated-BJfQ-EBO.js.map
11524
+ //# sourceMappingURL=generated-CINzoGbl.js.map