@boostxyz/sdk 2.2.0 → 2.2.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 (129) hide show
  1. package/dist/Actions/Action.cjs +1 -1
  2. package/dist/Actions/Action.js +2 -2
  3. package/dist/Actions/ERC721MintAction.d.ts +1 -1
  4. package/dist/Actions/EventAction.cjs +1 -1
  5. package/dist/Actions/EventAction.cjs.map +1 -1
  6. package/dist/Actions/EventAction.d.ts +219 -0
  7. package/dist/Actions/EventAction.d.ts.map +1 -1
  8. package/dist/Actions/EventAction.js +38 -38
  9. package/dist/Actions/EventAction.js.map +1 -1
  10. package/dist/AllowLists/AllowList.cjs +1 -1
  11. package/dist/AllowLists/AllowList.js +12 -12
  12. package/dist/AllowLists/SimpleAllowList.cjs +1 -1
  13. package/dist/AllowLists/SimpleAllowList.js +8 -8
  14. package/dist/AllowLists/SimpleDenyList.cjs +1 -1
  15. package/dist/AllowLists/SimpleDenyList.js +3 -3
  16. package/dist/Auth/PassthroughAuth.cjs +1 -1
  17. package/dist/Auth/PassthroughAuth.js +1 -1
  18. package/dist/BoostCore.cjs +2 -2
  19. package/dist/BoostCore.cjs.map +1 -1
  20. package/dist/BoostCore.d.ts +53 -0
  21. package/dist/BoostCore.d.ts.map +1 -1
  22. package/dist/BoostCore.js +100 -83
  23. package/dist/BoostCore.js.map +1 -1
  24. package/dist/BoostRegistry.cjs +1 -1
  25. package/dist/BoostRegistry.js +33 -33
  26. package/dist/{Budget-BA_1sa1e.cjs → Budget-BSqx3xcT.cjs} +2 -2
  27. package/dist/{Budget-BA_1sa1e.cjs.map → Budget-BSqx3xcT.cjs.map} +1 -1
  28. package/dist/{Budget-B0q1S08L.js → Budget-C3eMp8lh.js} +30 -30
  29. package/dist/{Budget-B0q1S08L.js.map → Budget-C3eMp8lh.js.map} +1 -1
  30. package/dist/Budgets/Budget.cjs +1 -1
  31. package/dist/Budgets/Budget.js +3 -3
  32. package/dist/Budgets/ManagedBudget.cjs +1 -1
  33. package/dist/Budgets/ManagedBudget.js +31 -31
  34. package/dist/Deployable/DeployableTarget.cjs +1 -1
  35. package/dist/Deployable/DeployableTarget.js +1 -1
  36. package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
  37. package/dist/Deployable/DeployableTargetWithRBAC.js +18 -18
  38. package/dist/Incentive-BWC9nRgY.cjs +2 -0
  39. package/dist/Incentive-BWC9nRgY.cjs.map +1 -0
  40. package/dist/Incentive-o0qXIACU.js +397 -0
  41. package/dist/Incentive-o0qXIACU.js.map +1 -0
  42. package/dist/Incentives/AllowListIncentive.cjs +1 -1
  43. package/dist/Incentives/AllowListIncentive.js +3 -3
  44. package/dist/Incentives/CGDAIncentive.cjs +1 -1
  45. package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
  46. package/dist/Incentives/CGDAIncentive.d.ts +30 -0
  47. package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
  48. package/dist/Incentives/CGDAIncentive.js +22 -22
  49. package/dist/Incentives/CGDAIncentive.js.map +1 -1
  50. package/dist/Incentives/ERC1155Incentive.d.ts +25 -0
  51. package/dist/Incentives/ERC1155Incentive.d.ts.map +1 -1
  52. package/dist/Incentives/ERC20Incentive.cjs +1 -1
  53. package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
  54. package/dist/Incentives/ERC20Incentive.d.ts +30 -0
  55. package/dist/Incentives/ERC20Incentive.d.ts.map +1 -1
  56. package/dist/Incentives/ERC20Incentive.js +20 -20
  57. package/dist/Incentives/ERC20Incentive.js.map +1 -1
  58. package/dist/Incentives/ERC20PeggedIncentive.d.ts +906 -0
  59. package/dist/Incentives/ERC20PeggedIncentive.d.ts.map +1 -0
  60. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
  61. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
  62. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +67 -0
  63. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -1
  64. package/dist/Incentives/ERC20VariableCriteriaIncentive.js +15 -15
  65. package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
  66. package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
  67. package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -1
  68. package/dist/Incentives/ERC20VariableIncentive.d.ts +20 -0
  69. package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
  70. package/dist/Incentives/ERC20VariableIncentive.js +13 -13
  71. package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
  72. package/dist/Incentives/Incentive.cjs +1 -1
  73. package/dist/Incentives/Incentive.cjs.map +1 -1
  74. package/dist/Incentives/Incentive.d.ts +24 -3
  75. package/dist/Incentives/Incentive.d.ts.map +1 -1
  76. package/dist/Incentives/Incentive.js +18 -39
  77. package/dist/Incentives/Incentive.js.map +1 -1
  78. package/dist/Incentives/PointsIncentive.cjs +1 -1
  79. package/dist/Incentives/PointsIncentive.cjs.map +1 -1
  80. package/dist/Incentives/PointsIncentive.d.ts +25 -0
  81. package/dist/Incentives/PointsIncentive.d.ts.map +1 -1
  82. package/dist/Incentives/PointsIncentive.js +16 -16
  83. package/dist/Incentives/PointsIncentive.js.map +1 -1
  84. package/dist/{SimpleDenyList-DrQrJ14i.cjs → SimpleDenyList-Dzs_F7dt.cjs} +2 -2
  85. package/dist/{SimpleDenyList-DrQrJ14i.cjs.map → SimpleDenyList-Dzs_F7dt.cjs.map} +1 -1
  86. package/dist/{SimpleDenyList-DuCoaOlG.js → SimpleDenyList-bCzbBEvY.js} +9 -9
  87. package/dist/{SimpleDenyList-DuCoaOlG.js.map → SimpleDenyList-bCzbBEvY.js.map} +1 -1
  88. package/dist/Validators/LimitedSignerValidator.cjs +1 -1
  89. package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
  90. package/dist/Validators/LimitedSignerValidator.d.ts +11 -1
  91. package/dist/Validators/LimitedSignerValidator.d.ts.map +1 -1
  92. package/dist/Validators/LimitedSignerValidator.js +20 -20
  93. package/dist/Validators/LimitedSignerValidator.js.map +1 -1
  94. package/dist/Validators/SignerValidator.cjs +1 -1
  95. package/dist/Validators/SignerValidator.cjs.map +1 -1
  96. package/dist/Validators/SignerValidator.d.ts +11 -1
  97. package/dist/Validators/SignerValidator.d.ts.map +1 -1
  98. package/dist/Validators/SignerValidator.js +3 -3
  99. package/dist/Validators/SignerValidator.js.map +1 -1
  100. package/dist/Validators/Validator.cjs +1 -1
  101. package/dist/Validators/Validator.js +8 -8
  102. package/dist/{componentInterfaces-dakxtQHf.js → componentInterfaces-C4uAYjSo.js} +12 -12
  103. package/dist/componentInterfaces-C4uAYjSo.js.map +1 -0
  104. package/dist/deployments-B1Mh8zRA.cjs +2 -0
  105. package/dist/deployments-B1Mh8zRA.cjs.map +1 -0
  106. package/dist/deployments-DNjIZXvl.js +90 -0
  107. package/dist/deployments-DNjIZXvl.js.map +1 -0
  108. package/dist/deployments.json +33 -43
  109. package/dist/{generated-1ZT_mHJx.js → generated-D2xuTYvu.js} +1647 -748
  110. package/dist/generated-D2xuTYvu.js.map +1 -0
  111. package/dist/generated-DAZo6jo9.cjs +3 -0
  112. package/dist/generated-DAZo6jo9.cjs.map +1 -0
  113. package/dist/index.cjs +1 -1
  114. package/dist/index.d.ts +1 -0
  115. package/dist/index.d.ts.map +1 -1
  116. package/dist/index.js +115 -112
  117. package/package.json +1 -1
  118. package/src/BoostCore.ts +22 -0
  119. package/src/Incentives/ERC20PeggedIncentive.ts +511 -0
  120. package/src/Incentives/Incentive.ts +6 -1
  121. package/src/index.ts +1 -0
  122. package/dist/componentInterfaces-dakxtQHf.js.map +0 -1
  123. package/dist/deployments-BucJ-gwk.cjs +0 -2
  124. package/dist/deployments-BucJ-gwk.cjs.map +0 -1
  125. package/dist/deployments-CQu0bLhU.js +0 -102
  126. package/dist/deployments-CQu0bLhU.js.map +0 -1
  127. package/dist/generated-1ZT_mHJx.js.map +0 -1
  128. package/dist/generated-CgBgbMNe.cjs +0 -3
  129. package/dist/generated-CgBgbMNe.cjs.map +0 -1
@@ -1,14 +1,14 @@
1
- import { simulateContract as j, readContract as Z, writeContract as $ } from "viem/actions";
2
- import { createClient as G, custom as J } from "viem";
3
- import { parseAccount as Q, getAddress as K } from "viem/utils";
4
- function z(n) {
5
- const a = n.state.current, e = n.state.connections.get(a), i = e == null ? void 0 : e.accounts, u = i == null ? void 0 : i[0], y = n.chains.find((v) => v.id === (e == null ? void 0 : e.chainId)), r = n.state.status;
1
+ import { simulateContract as j, readContract as G, writeContract as $ } from "viem/actions";
2
+ import { createClient as Y, custom as W } from "viem";
3
+ import { parseAccount as K, getAddress as Q } from "viem/utils";
4
+ function C(n) {
5
+ const a = n.state.current, e = n.state.connections.get(a), p = e == null ? void 0 : e.accounts, y = p == null ? void 0 : p[0], u = n.chains.find((w) => w.id === (e == null ? void 0 : e.chainId)), r = n.state.status;
6
6
  switch (r) {
7
7
  case "connected":
8
8
  return {
9
- address: u,
10
- addresses: i,
11
- chain: y,
9
+ address: y,
10
+ addresses: p,
11
+ chain: u,
12
12
  chainId: e == null ? void 0 : e.chainId,
13
13
  connector: e == null ? void 0 : e.connector,
14
14
  isConnected: !0,
@@ -19,12 +19,12 @@ function z(n) {
19
19
  };
20
20
  case "reconnecting":
21
21
  return {
22
- address: u,
23
- addresses: i,
24
- chain: y,
22
+ address: y,
23
+ addresses: p,
24
+ chain: u,
25
25
  chainId: e == null ? void 0 : e.chainId,
26
26
  connector: e == null ? void 0 : e.connector,
27
- isConnected: !!u,
27
+ isConnected: !!y,
28
28
  isConnecting: !1,
29
29
  isDisconnected: !1,
30
30
  isReconnecting: !0,
@@ -32,9 +32,9 @@ function z(n) {
32
32
  };
33
33
  case "connecting":
34
34
  return {
35
- address: u,
36
- addresses: i,
37
- chain: y,
35
+ address: y,
36
+ addresses: p,
37
+ chain: u,
38
38
  chainId: e == null ? void 0 : e.chainId,
39
39
  connector: e == null ? void 0 : e.connector,
40
40
  isConnected: !1,
@@ -58,32 +58,32 @@ function z(n) {
58
58
  };
59
59
  }
60
60
  }
61
- function E(n) {
61
+ function k(n) {
62
62
  return n.state.chainId;
63
63
  }
64
64
  function F(n, a, e) {
65
- const i = n[a.name];
66
- if (typeof i == "function")
67
- return i;
68
- const u = n[e];
69
- return typeof u == "function" ? u : (y) => a(n, y);
65
+ const p = n[a.name];
66
+ if (typeof p == "function")
67
+ return p;
68
+ const y = n[e];
69
+ return typeof y == "function" ? y : (u) => a(n, u);
70
70
  }
71
- const W = "2.13.8", X = () => `@wagmi/core@${W}`;
72
- var B = function(n, a, e, i) {
73
- if (e === "a" && !i) throw new TypeError("Private accessor was defined without a getter");
74
- if (typeof a == "function" ? n !== a || !i : !a.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
75
- return e === "m" ? i : e === "a" ? i.call(n) : i ? i.value : a.get(n);
76
- }, x, L;
77
- class O extends Error {
71
+ const X = "2.13.8", J = () => `@wagmi/core@${X}`;
72
+ var S = function(n, a, e, p) {
73
+ if (e === "a" && !p) throw new TypeError("Private accessor was defined without a getter");
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
+ return e === "m" ? p : e === "a" ? p.call(n) : p ? p.value : a.get(n);
76
+ }, z, L;
77
+ class A extends Error {
78
78
  get docsBaseUrl() {
79
79
  return "https://wagmi.sh/core";
80
80
  }
81
81
  get version() {
82
- return X();
82
+ return J();
83
83
  }
84
84
  constructor(a, e = {}) {
85
- var i;
86
- super(), x.add(this), Object.defineProperty(this, "details", {
85
+ var p;
86
+ super(), z.add(this), Object.defineProperty(this, "details", {
87
87
  enumerable: !0,
88
88
  configurable: !0,
89
89
  writable: !0,
@@ -109,27 +109,27 @@ class O extends Error {
109
109
  writable: !0,
110
110
  value: "WagmiCoreError"
111
111
  });
112
- const u = e.cause instanceof O ? e.cause.details : (i = e.cause) != null && i.message ? e.cause.message : e.details, y = e.cause instanceof O && e.cause.docsPath || e.docsPath;
112
+ const y = e.cause instanceof A ? e.cause.details : (p = e.cause) != null && p.message ? e.cause.message : e.details, u = e.cause instanceof A && e.cause.docsPath || e.docsPath;
113
113
  this.message = [
114
114
  a || "An error occurred.",
115
115
  "",
116
116
  ...e.metaMessages ? [...e.metaMessages, ""] : [],
117
- ...y ? [
118
- `Docs: ${this.docsBaseUrl}${y}.html${e.docsSlug ? `#${e.docsSlug}` : ""}`
117
+ ...u ? [
118
+ `Docs: ${this.docsBaseUrl}${u}.html${e.docsSlug ? `#${e.docsSlug}` : ""}`
119
119
  ] : [],
120
- ...u ? [`Details: ${u}`] : [],
120
+ ...y ? [`Details: ${y}`] : [],
121
121
  `Version: ${this.version}`
122
122
  ].join(`
123
- `), e.cause && (this.cause = e.cause), this.details = u, this.docsPath = y, this.metaMessages = e.metaMessages, this.shortMessage = a;
123
+ `), e.cause && (this.cause = e.cause), this.details = y, this.docsPath = u, this.metaMessages = e.metaMessages, this.shortMessage = a;
124
124
  }
125
125
  walk(a) {
126
- return B(this, x, "m", L).call(this, this, a);
126
+ return S(this, z, "m", L).call(this, this, a);
127
127
  }
128
128
  }
129
- x = /* @__PURE__ */ new WeakSet(), L = function n(a, e) {
130
- return e != null && e(a) ? a : a.cause ? B(this, x, "m", n).call(this, a.cause, e) : a;
129
+ z = /* @__PURE__ */ new WeakSet(), L = function n(a, e) {
130
+ return e != null && e(a) ? a : a.cause ? S(this, z, "m", n).call(this, a.cause, e) : a;
131
131
  };
132
- class Y extends O {
132
+ class ee extends A {
133
133
  constructor() {
134
134
  super("Connector not connected."), Object.defineProperty(this, "name", {
135
135
  enumerable: !0,
@@ -139,7 +139,7 @@ class Y extends O {
139
139
  });
140
140
  }
141
141
  }
142
- class ee extends O {
142
+ class te extends A {
143
143
  constructor({ address: a, connector: e }) {
144
144
  super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
145
145
  enumerable: !0,
@@ -149,7 +149,7 @@ class ee extends O {
149
149
  });
150
150
  }
151
151
  }
152
- class te extends O {
152
+ class ne extends A {
153
153
  constructor({ connectionChainId: a, connectorChainId: e }) {
154
154
  super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
155
155
  metaMessages: [
@@ -164,7 +164,7 @@ class te extends O {
164
164
  });
165
165
  }
166
166
  }
167
- class ne extends O {
167
+ class ae extends A {
168
168
  constructor({ connector: a }) {
169
169
  super(`Connector "${a.name}" unavailable while reconnecting.`, {
170
170
  details: [
@@ -180,134 +180,134 @@ class ne extends O {
180
180
  });
181
181
  }
182
182
  }
183
- async function U(n, a = {}) {
183
+ async function P(n, a = {}) {
184
184
  let e;
185
185
  if (a.connector) {
186
186
  const { connector: o } = a;
187
187
  if (n.state.status === "reconnecting" && !o.getAccounts && !o.getChainId)
188
- throw new ne({ connector: o });
189
- const [A, V] = await Promise.all([
188
+ throw new ae({ connector: o });
189
+ const [x, Z] = await Promise.all([
190
190
  o.getAccounts(),
191
191
  o.getChainId()
192
192
  ]);
193
193
  e = {
194
- accounts: A,
195
- chainId: V,
194
+ accounts: x,
195
+ chainId: Z,
196
196
  connector: o
197
197
  };
198
198
  } else
199
199
  e = n.state.connections.get(n.state.current);
200
200
  if (!e)
201
- throw new Y();
202
- const i = a.chainId ?? e.chainId, u = await e.connector.getChainId();
203
- if (u !== e.chainId)
204
- throw new te({
201
+ throw new ee();
202
+ const p = a.chainId ?? e.chainId, y = await e.connector.getChainId();
203
+ if (y !== e.chainId)
204
+ throw new ne({
205
205
  connectionChainId: e.chainId,
206
- connectorChainId: u
206
+ connectorChainId: y
207
207
  });
208
- const y = e.connector;
209
- if (y.getClient)
210
- return y.getClient({ chainId: i });
211
- const r = Q(a.account ?? e.accounts[0]);
212
- if (r.address = K(r.address), a.account && !e.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
213
- throw new ee({
208
+ const u = e.connector;
209
+ if (u.getClient)
210
+ return u.getClient({ chainId: p });
211
+ const r = K(a.account ?? e.accounts[0]);
212
+ if (r.address = Q(r.address), a.account && !e.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
213
+ throw new te({
214
214
  address: r.address,
215
- connector: y
215
+ connector: u
216
216
  });
217
- const v = n.chains.find((o) => o.id === i), N = await e.connector.getProvider({ chainId: i });
218
- return G({
217
+ const w = n.chains.find((o) => o.id === p), N = await e.connector.getProvider({ chainId: p });
218
+ return Y({
219
219
  account: r,
220
- chain: v,
220
+ chain: w,
221
221
  name: "Connector Client",
222
- transport: (o) => J(N)({ ...o, retryCount: 0 })
222
+ transport: (o) => W(N)({ ...o, retryCount: 0 })
223
223
  });
224
224
  }
225
- async function H(n, a) {
226
- const { abi: e, chainId: i, connector: u, ...y } = a;
225
+ async function E(n, a) {
226
+ const { abi: e, chainId: p, connector: y, ...u } = a;
227
227
  let r;
228
- a.account ? r = a.account : r = (await U(n, {
229
- chainId: i,
230
- connector: u
228
+ a.account ? r = a.account : r = (await P(n, {
229
+ chainId: p,
230
+ connector: y
231
231
  })).account;
232
- const v = n.getClient({ chainId: i }), N = F(v, j, "simulateContract"), { result: o, request: A } = await N({ ...y, abi: e, account: r });
232
+ const w = n.getClient({ chainId: p }), N = F(w, j, "simulateContract"), { result: o, request: x } = await N({ ...u, abi: e, account: r });
233
233
  return {
234
- chainId: v.chain.id,
234
+ chainId: w.chain.id,
235
235
  result: o,
236
- request: { __mode: "prepared", ...A, chainId: i }
236
+ request: { __mode: "prepared", ...x, chainId: p }
237
237
  };
238
238
  }
239
- function s(n) {
239
+ function i(n) {
240
240
  return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
241
- var i;
242
- const u = E(a), y = z(a), r = (e == null ? void 0 : e.chainId) ?? y.chainId ?? u;
243
- return H(a, {
241
+ var p;
242
+ const y = k(a), u = C(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
243
+ return E(a, {
244
244
  ...e,
245
245
  ...n.functionName ? { functionName: n.functionName } : {},
246
- address: (i = n.address) == null ? void 0 : i[r],
246
+ address: (p = n.address) == null ? void 0 : p[r],
247
247
  abi: n.abi
248
248
  });
249
- } : (a, e) => H(a, {
249
+ } : (a, e) => E(a, {
250
250
  ...e,
251
251
  ...n.address ? { address: n.address } : {},
252
252
  ...n.functionName ? { functionName: n.functionName } : {},
253
253
  abi: n.abi
254
254
  });
255
255
  }
256
- function k(n, a) {
257
- const { chainId: e, ...i } = a, u = n.getClient({ chainId: e });
258
- return F(u, Z, "readContract")(i);
256
+ function q(n, a) {
257
+ const { chainId: e, ...p } = a, y = n.getClient({ chainId: e });
258
+ return F(y, G, "readContract")(p);
259
259
  }
260
260
  function t(n) {
261
261
  return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
262
- var i;
263
- const u = E(a), y = z(a), r = (e == null ? void 0 : e.chainId) ?? y.chainId ?? u;
264
- return k(a, {
262
+ var p;
263
+ const y = k(a), u = C(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
264
+ return q(a, {
265
265
  ...e,
266
266
  ...n.functionName ? { functionName: n.functionName } : {},
267
- address: (i = n.address) == null ? void 0 : i[r],
267
+ address: (p = n.address) == null ? void 0 : p[r],
268
268
  abi: n.abi
269
269
  });
270
- } : (a, e) => k(a, {
270
+ } : (a, e) => q(a, {
271
271
  ...e,
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 q(n, a) {
278
- const { account: e, chainId: i, connector: u, __mode: y, ...r } = a;
279
- let v;
280
- typeof e == "object" && e.type === "local" ? v = n.getClient({ chainId: i }) : v = await U(n, { account: e, chainId: i, connector: u });
281
- const { connector: N } = z(n);
277
+ async function B(n, a) {
278
+ const { account: e, chainId: p, connector: y, __mode: u, ...r } = a;
279
+ let w;
280
+ typeof e == "object" && e.type === "local" ? w = n.getClient({ chainId: p }) : w = await P(n, { account: e, chainId: p, connector: y });
281
+ const { connector: N } = C(n);
282
282
  let o;
283
- if (y === "prepared" || N != null && N.supportsSimulation)
283
+ if (u === "prepared" || N != null && N.supportsSimulation)
284
284
  o = r;
285
285
  else {
286
- const { request: A } = await H(n, {
286
+ const { request: x } = await E(n, {
287
287
  ...r,
288
288
  account: e,
289
- chainId: i
289
+ chainId: p
290
290
  });
291
- o = A;
291
+ o = x;
292
292
  }
293
- return await F(v, $, "writeContract")({
293
+ return await F(w, $, "writeContract")({
294
294
  ...o,
295
295
  ...e ? { account: e } : {},
296
- chain: i ? { id: i } : null
296
+ chain: p ? { id: p } : null
297
297
  });
298
298
  }
299
- function p(n) {
299
+ function s(n) {
300
300
  return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
301
- var i;
302
- const u = E(a), y = z(a);
301
+ var p;
302
+ const y = k(a), u = C(a);
303
303
  let r;
304
- return e.chainId ? r = e.chainId : e.account && e.account === y.address || e.account === void 0 ? r = y.chainId : r = u, q(a, {
304
+ return e.chainId ? r = e.chainId : e.account && e.account === u.address || e.account === void 0 ? r = u.chainId : r = y, B(a, {
305
305
  ...e,
306
306
  ...n.functionName ? { functionName: n.functionName } : {},
307
- address: r ? (i = n.address) == null ? void 0 : i[r] : void 0,
307
+ address: r ? (p = n.address) == null ? void 0 : p[r] : void 0,
308
308
  abi: n.abi
309
309
  });
310
- } : (a, e) => q(a, {
310
+ } : (a, e) => B(a, {
311
311
  ...e,
312
312
  ...n.address ? { address: n.address } : {},
313
313
  ...n.functionName ? { functionName: n.functionName } : {},
@@ -416,7 +416,7 @@ const ue = [
416
416
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
417
417
  stateMutability: "view"
418
418
  }
419
- ], ye = [
419
+ ], oe = [
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 ue = [
688
688
  outputs: [],
689
689
  stateMutability: "payable"
690
690
  }
691
- ], oe = [
691
+ ], le = [
692
692
  { type: "error", inputs: [], name: "AlreadyInitialized" },
693
693
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
694
694
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -1071,7 +1071,7 @@ const ue = [
1071
1071
  stateMutability: "payable"
1072
1072
  },
1073
1073
  { type: "receive", stateMutability: "payable" }
1074
- ], P = [
1074
+ ], U = [
1075
1075
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1076
1076
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1077
1077
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1111,7 +1111,7 @@ const ue = [
1111
1111
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1112
1112
  stateMutability: "view"
1113
1113
  }
1114
- ], le = [
1114
+ ], de = [
1115
1115
  { type: "error", inputs: [], name: "ClaimFailed" },
1116
1116
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1117
1117
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -1232,7 +1232,7 @@ const ue = [
1232
1232
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1233
1233
  stateMutability: "view"
1234
1234
  }
1235
- ], de = [
1235
+ ], me = [
1236
1236
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1237
1237
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
1238
1238
  { type: "error", inputs: [], name: "InvalidInitialization" },
@@ -1282,9 +1282,9 @@ const ue = [
1282
1282
  ],
1283
1283
  name: "validate",
1284
1284
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
1285
- stateMutability: "nonpayable"
1285
+ stateMutability: "payable"
1286
1286
  }
1287
- ], M = [
1287
+ ], I = [
1288
1288
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
1289
1289
  { type: "error", inputs: [], name: "AlreadyInitialized" },
1290
1290
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -1532,7 +1532,7 @@ const ue = [
1532
1532
  outputs: [],
1533
1533
  stateMutability: "payable"
1534
1534
  }
1535
- ], d = [
1535
+ ], m = [
1536
1536
  {
1537
1537
  type: "constructor",
1538
1538
  inputs: [
@@ -1957,6 +1957,13 @@ const ue = [
1957
1957
  outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
1958
1958
  stateMutability: "view"
1959
1959
  },
1960
+ {
1961
+ type: "function",
1962
+ inputs: [],
1963
+ name: "protocolFeeModule",
1964
+ outputs: [{ name: "", internalType: "address", type: "address" }],
1965
+ stateMutability: "view"
1966
+ },
1960
1967
  {
1961
1968
  type: "function",
1962
1969
  inputs: [],
@@ -2001,6 +2008,15 @@ const ue = [
2001
2008
  outputs: [],
2002
2009
  stateMutability: "nonpayable"
2003
2010
  },
2011
+ {
2012
+ type: "function",
2013
+ inputs: [
2014
+ { name: "protocolFeeModule_", internalType: "address", type: "address" }
2015
+ ],
2016
+ name: "setProtocolFeeModule",
2017
+ outputs: [],
2018
+ stateMutability: "nonpayable"
2019
+ },
2004
2020
  {
2005
2021
  type: "function",
2006
2022
  inputs: [
@@ -2234,7 +2250,7 @@ const ue = [
2234
2250
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
2235
2251
  stateMutability: "view"
2236
2252
  }
2237
- ], c = [
2253
+ ], T = [
2238
2254
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2239
2255
  { type: "error", inputs: [], name: "AlreadyInitialized" },
2240
2256
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -2266,6 +2282,43 @@ const ue = [
2266
2282
  { type: "error", inputs: [], name: "NotClaimable" },
2267
2283
  { type: "error", inputs: [], name: "NotInitializing" },
2268
2284
  { type: "error", inputs: [], name: "Unauthorized" },
2285
+ {
2286
+ type: "event",
2287
+ anonymous: !1,
2288
+ inputs: [
2289
+ {
2290
+ name: "asset",
2291
+ internalType: "address",
2292
+ type: "address",
2293
+ indexed: !0
2294
+ },
2295
+ {
2296
+ name: "initialReward",
2297
+ internalType: "uint256",
2298
+ type: "uint256",
2299
+ indexed: !1
2300
+ },
2301
+ {
2302
+ name: "rewardDecay",
2303
+ internalType: "uint256",
2304
+ type: "uint256",
2305
+ indexed: !1
2306
+ },
2307
+ {
2308
+ name: "rewardBoost",
2309
+ internalType: "uint256",
2310
+ type: "uint256",
2311
+ indexed: !1
2312
+ },
2313
+ {
2314
+ name: "totalBudget",
2315
+ internalType: "uint256",
2316
+ type: "uint256",
2317
+ indexed: !1
2318
+ }
2319
+ ],
2320
+ name: "CGDAIncentiveInitialized"
2321
+ },
2269
2322
  {
2270
2323
  type: "event",
2271
2324
  anonymous: !1,
@@ -2669,6 +2722,43 @@ const ue = [
2669
2722
  ],
2670
2723
  name: "Claimed"
2671
2724
  },
2725
+ {
2726
+ type: "event",
2727
+ anonymous: !1,
2728
+ inputs: [
2729
+ {
2730
+ name: "asset",
2731
+ internalType: "address",
2732
+ type: "address",
2733
+ indexed: !0
2734
+ },
2735
+ {
2736
+ name: "strategy",
2737
+ internalType: "enum AERC20Incentive.Strategy",
2738
+ type: "uint8",
2739
+ indexed: !1
2740
+ },
2741
+ {
2742
+ name: "reward",
2743
+ internalType: "uint256",
2744
+ type: "uint256",
2745
+ indexed: !1
2746
+ },
2747
+ {
2748
+ name: "limit",
2749
+ internalType: "uint256",
2750
+ type: "uint256",
2751
+ indexed: !1
2752
+ },
2753
+ {
2754
+ name: "manager",
2755
+ internalType: "address",
2756
+ type: "address",
2757
+ indexed: !1
2758
+ }
2759
+ ],
2760
+ name: "ERC20IncentiveInitialized"
2761
+ },
2672
2762
  {
2673
2763
  type: "event",
2674
2764
  anonymous: !1,
@@ -3039,7 +3129,8 @@ const ue = [
3039
3129
  outputs: [],
3040
3130
  stateMutability: "payable"
3041
3131
  }
3042
- ], S = [
3132
+ ], d = [
3133
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3043
3134
  { type: "error", inputs: [], name: "AlreadyInitialized" },
3044
3135
  { type: "error", inputs: [], name: "ClaimFailed" },
3045
3136
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -3076,6 +3167,38 @@ const ue = [
3076
3167
  ],
3077
3168
  name: "Claimed"
3078
3169
  },
3170
+ {
3171
+ type: "event",
3172
+ anonymous: !1,
3173
+ inputs: [
3174
+ {
3175
+ name: "asset",
3176
+ internalType: "address",
3177
+ type: "address",
3178
+ indexed: !0
3179
+ },
3180
+ { name: "peg", internalType: "address", type: "address", indexed: !0 },
3181
+ {
3182
+ name: "reward",
3183
+ internalType: "uint256",
3184
+ type: "uint256",
3185
+ indexed: !1
3186
+ },
3187
+ {
3188
+ name: "limit",
3189
+ internalType: "uint256",
3190
+ type: "uint256",
3191
+ indexed: !1
3192
+ },
3193
+ {
3194
+ name: "manager",
3195
+ internalType: "address",
3196
+ type: "address",
3197
+ indexed: !1
3198
+ }
3199
+ ],
3200
+ name: "ERC20PeggedIncentiveInitialized"
3201
+ },
3079
3202
  {
3080
3203
  type: "event",
3081
3204
  anonymous: !1,
@@ -3236,31 +3359,8 @@ const ue = [
3236
3359
  {
3237
3360
  type: "function",
3238
3361
  inputs: [],
3239
- name: "getIncentiveCriteria",
3240
- outputs: [
3241
- {
3242
- name: "",
3243
- internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
3244
- type: "tuple",
3245
- components: [
3246
- {
3247
- name: "criteriaType",
3248
- internalType: "enum SignatureType",
3249
- type: "uint8"
3250
- },
3251
- { name: "signature", internalType: "bytes32", type: "bytes32" },
3252
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3253
- { name: "targetContract", internalType: "address", type: "address" }
3254
- ]
3255
- }
3256
- ],
3257
- stateMutability: "view"
3258
- },
3259
- {
3260
- type: "function",
3261
- inputs: [],
3262
- name: "getMaxReward",
3263
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3362
+ name: "getPeg",
3363
+ outputs: [{ name: "", internalType: "address", type: "address" }],
3264
3364
  stateMutability: "view"
3265
3365
  },
3266
3366
  {
@@ -3303,22 +3403,6 @@ const ue = [
3303
3403
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
3304
3404
  stateMutability: "view"
3305
3405
  },
3306
- {
3307
- type: "function",
3308
- inputs: [],
3309
- name: "incentiveCriteria",
3310
- outputs: [
3311
- {
3312
- name: "criteriaType",
3313
- internalType: "enum SignatureType",
3314
- type: "uint8"
3315
- },
3316
- { name: "signature", internalType: "bytes32", type: "bytes32" },
3317
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3318
- { name: "targetContract", internalType: "address", type: "address" }
3319
- ],
3320
- stateMutability: "view"
3321
- },
3322
3406
  {
3323
3407
  type: "function",
3324
3408
  inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
@@ -3337,7 +3421,7 @@ const ue = [
3337
3421
  type: "function",
3338
3422
  inputs: [
3339
3423
  { name: "claimTarget", internalType: "address", type: "address" },
3340
- { name: "", internalType: "bytes", type: "bytes" }
3424
+ { name: "data_", internalType: "bytes", type: "bytes" }
3341
3425
  ],
3342
3426
  name: "isClaimable",
3343
3427
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
@@ -3350,13 +3434,6 @@ const ue = [
3350
3434
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3351
3435
  stateMutability: "view"
3352
3436
  },
3353
- {
3354
- type: "function",
3355
- inputs: [],
3356
- name: "maxReward",
3357
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3358
- stateMutability: "view"
3359
- },
3360
3437
  {
3361
3438
  type: "function",
3362
3439
  inputs: [],
@@ -3373,6 +3450,13 @@ const ue = [
3373
3450
  outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
3374
3451
  stateMutability: "view"
3375
3452
  },
3453
+ {
3454
+ type: "function",
3455
+ inputs: [],
3456
+ name: "peg",
3457
+ outputs: [{ name: "", internalType: "address", type: "address" }],
3458
+ stateMutability: "view"
3459
+ },
3376
3460
  {
3377
3461
  type: "function",
3378
3462
  inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
@@ -3452,6 +3536,13 @@ const ue = [
3452
3536
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
3453
3537
  stateMutability: "view"
3454
3538
  },
3539
+ {
3540
+ type: "function",
3541
+ inputs: [],
3542
+ name: "totalClaim",
3543
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3544
+ stateMutability: "view"
3545
+ },
3455
3546
  {
3456
3547
  type: "function",
3457
3548
  inputs: [],
@@ -3466,8 +3557,7 @@ const ue = [
3466
3557
  outputs: [],
3467
3558
  stateMutability: "payable"
3468
3559
  }
3469
- ], T = [
3470
- { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3560
+ ], V = [
3471
3561
  { type: "error", inputs: [], name: "AlreadyInitialized" },
3472
3562
  { type: "error", inputs: [], name: "ClaimFailed" },
3473
3563
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -3504,6 +3594,78 @@ const ue = [
3504
3594
  ],
3505
3595
  name: "Claimed"
3506
3596
  },
3597
+ {
3598
+ type: "event",
3599
+ anonymous: !1,
3600
+ inputs: [
3601
+ {
3602
+ name: "asset",
3603
+ internalType: "address",
3604
+ type: "address",
3605
+ indexed: !0
3606
+ },
3607
+ {
3608
+ name: "reward",
3609
+ internalType: "uint256",
3610
+ type: "uint256",
3611
+ indexed: !1
3612
+ },
3613
+ {
3614
+ name: "limit",
3615
+ internalType: "uint256",
3616
+ type: "uint256",
3617
+ indexed: !1
3618
+ },
3619
+ {
3620
+ name: "maxReward",
3621
+ internalType: "uint256",
3622
+ type: "uint256",
3623
+ indexed: !1
3624
+ },
3625
+ {
3626
+ name: "criteria",
3627
+ internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
3628
+ type: "tuple",
3629
+ components: [
3630
+ {
3631
+ name: "criteriaType",
3632
+ internalType: "enum SignatureType",
3633
+ type: "uint8"
3634
+ },
3635
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
3636
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3637
+ { name: "targetContract", internalType: "address", type: "address" }
3638
+ ],
3639
+ indexed: !1
3640
+ }
3641
+ ],
3642
+ name: "ERC20VariableCriteriaIncentiveInitialized"
3643
+ },
3644
+ {
3645
+ type: "event",
3646
+ anonymous: !1,
3647
+ inputs: [
3648
+ {
3649
+ name: "asset",
3650
+ internalType: "address",
3651
+ type: "address",
3652
+ indexed: !0
3653
+ },
3654
+ {
3655
+ name: "reward",
3656
+ internalType: "uint256",
3657
+ type: "uint256",
3658
+ indexed: !1
3659
+ },
3660
+ {
3661
+ name: "limit",
3662
+ internalType: "uint256",
3663
+ type: "uint256",
3664
+ indexed: !1
3665
+ }
3666
+ ],
3667
+ name: "ERC20VariableIncentiveInitialized"
3668
+ },
3507
3669
  {
3508
3670
  type: "event",
3509
3671
  anonymous: !1,
@@ -3661,6 +3823,36 @@ const ue = [
3661
3823
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3662
3824
  stateMutability: "pure"
3663
3825
  },
3826
+ {
3827
+ type: "function",
3828
+ inputs: [],
3829
+ name: "getIncentiveCriteria",
3830
+ outputs: [
3831
+ {
3832
+ name: "",
3833
+ internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
3834
+ type: "tuple",
3835
+ components: [
3836
+ {
3837
+ name: "criteriaType",
3838
+ internalType: "enum SignatureType",
3839
+ type: "uint8"
3840
+ },
3841
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
3842
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3843
+ { name: "targetContract", internalType: "address", type: "address" }
3844
+ ]
3845
+ }
3846
+ ],
3847
+ stateMutability: "view"
3848
+ },
3849
+ {
3850
+ type: "function",
3851
+ inputs: [],
3852
+ name: "getMaxReward",
3853
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3854
+ stateMutability: "view"
3855
+ },
3664
3856
  {
3665
3857
  type: "function",
3666
3858
  inputs: [
@@ -3701,6 +3893,22 @@ const ue = [
3701
3893
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
3702
3894
  stateMutability: "view"
3703
3895
  },
3896
+ {
3897
+ type: "function",
3898
+ inputs: [],
3899
+ name: "incentiveCriteria",
3900
+ outputs: [
3901
+ {
3902
+ name: "criteriaType",
3903
+ internalType: "enum SignatureType",
3904
+ type: "uint8"
3905
+ },
3906
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
3907
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3908
+ { name: "targetContract", internalType: "address", type: "address" }
3909
+ ],
3910
+ stateMutability: "view"
3911
+ },
3704
3912
  {
3705
3913
  type: "function",
3706
3914
  inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
@@ -3732,6 +3940,13 @@ const ue = [
3732
3940
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3733
3941
  stateMutability: "view"
3734
3942
  },
3943
+ {
3944
+ type: "function",
3945
+ inputs: [],
3946
+ name: "maxReward",
3947
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3948
+ stateMutability: "view"
3949
+ },
3735
3950
  {
3736
3951
  type: "function",
3737
3952
  inputs: [],
@@ -3841,49 +4056,68 @@ const ue = [
3841
4056
  outputs: [],
3842
4057
  stateMutability: "payable"
3843
4058
  }
3844
- ], C = [
4059
+ ], f = [
3845
4060
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
4061
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
4062
+ { type: "error", inputs: [], name: "ClaimFailed" },
3846
4063
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
3847
4064
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
4065
+ {
4066
+ type: "error",
4067
+ inputs: [
4068
+ { name: "asset", internalType: "address", type: "address" },
4069
+ { name: "available", internalType: "uint256", type: "uint256" },
4070
+ { name: "required", internalType: "uint256", type: "uint256" }
4071
+ ],
4072
+ name: "InsufficientFunds"
4073
+ },
4074
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3848
4075
  { type: "error", inputs: [], name: "InvalidInitialization" },
3849
4076
  { type: "error", inputs: [], name: "InvalidInitializationData" },
3850
- { type: "error", inputs: [], name: "NotImplemented" },
4077
+ { type: "error", inputs: [], name: "LengthMismatch" },
4078
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
4079
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
4080
+ { type: "error", inputs: [], name: "NotClaimable" },
3851
4081
  { type: "error", inputs: [], name: "NotInitializing" },
4082
+ { type: "error", inputs: [], name: "Unauthorized" },
3852
4083
  {
3853
4084
  type: "event",
3854
4085
  anonymous: !1,
3855
4086
  inputs: [
3856
4087
  {
3857
- name: "executor",
4088
+ name: "recipient",
3858
4089
  internalType: "address",
3859
4090
  type: "address",
3860
4091
  indexed: !0
3861
4092
  },
3862
- {
3863
- name: "caller",
3864
- internalType: "address",
3865
- type: "address",
3866
- indexed: !1
3867
- },
3868
- { name: "success", internalType: "bool", type: "bool", indexed: !1 },
3869
4093
  { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
3870
4094
  ],
3871
- name: "ActionExecuted"
4095
+ name: "Claimed"
3872
4096
  },
3873
4097
  {
3874
4098
  type: "event",
3875
4099
  anonymous: !1,
3876
4100
  inputs: [
3877
- { name: "user", internalType: "address", type: "address", indexed: !0 },
3878
4101
  {
3879
- name: "isValidated",
3880
- internalType: "bool",
3881
- type: "bool",
4102
+ name: "asset",
4103
+ internalType: "address",
4104
+ type: "address",
4105
+ indexed: !0
4106
+ },
4107
+ {
4108
+ name: "reward",
4109
+ internalType: "uint256",
4110
+ type: "uint256",
3882
4111
  indexed: !1
3883
4112
  },
3884
- { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
4113
+ {
4114
+ name: "limit",
4115
+ internalType: "uint256",
4116
+ type: "uint256",
4117
+ indexed: !1
4118
+ }
3885
4119
  ],
3886
- name: "ActionValidated"
4120
+ name: "ERC20VariableIncentiveInitialized"
3887
4121
  },
3888
4122
  {
3889
4123
  type: "event",
@@ -3899,138 +4133,687 @@ const ue = [
3899
4133
  name: "Initialized"
3900
4134
  },
3901
4135
  {
3902
- type: "function",
3903
- inputs: [],
3904
- name: "VALIDATOR",
3905
- outputs: [
3906
- { name: "", internalType: "contract AValidator", type: "address" }
3907
- ],
3908
- stateMutability: "view"
3909
- },
3910
- {
3911
- type: "function",
3912
- inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
3913
- name: "execute",
3914
- outputs: [
3915
- { name: "", internalType: "bool", type: "bool" },
3916
- { name: "", internalType: "bytes", type: "bytes" }
4136
+ type: "event",
4137
+ anonymous: !1,
4138
+ inputs: [
4139
+ {
4140
+ name: "pendingOwner",
4141
+ internalType: "address",
4142
+ type: "address",
4143
+ indexed: !0
4144
+ }
3917
4145
  ],
3918
- stateMutability: "payable"
4146
+ name: "OwnershipHandoverCanceled"
3919
4147
  },
3920
4148
  {
3921
- type: "function",
3922
- inputs: [],
3923
- name: "getActionClaimant",
3924
- outputs: [
4149
+ type: "event",
4150
+ anonymous: !1,
4151
+ inputs: [
3925
4152
  {
3926
- name: "",
3927
- internalType: "struct AEventAction.ActionClaimant",
3928
- type: "tuple",
3929
- components: [
3930
- {
3931
- name: "signatureType",
3932
- internalType: "enum AEventAction.SignatureType",
3933
- type: "uint8"
3934
- },
3935
- { name: "signature", internalType: "bytes32", type: "bytes32" },
3936
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3937
- { name: "targetContract", internalType: "address", type: "address" },
3938
- { name: "chainid", internalType: "uint256", type: "uint256" }
3939
- ]
4153
+ name: "pendingOwner",
4154
+ internalType: "address",
4155
+ type: "address",
4156
+ indexed: !0
3940
4157
  }
3941
4158
  ],
3942
- stateMutability: "view"
4159
+ name: "OwnershipHandoverRequested"
3943
4160
  },
3944
4161
  {
3945
- type: "function",
3946
- inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
3947
- name: "getActionStep",
3948
- outputs: [
4162
+ type: "event",
4163
+ anonymous: !1,
4164
+ inputs: [
3949
4165
  {
3950
- name: "",
3951
- internalType: "struct AEventAction.ActionStep",
3952
- type: "tuple",
3953
- components: [
3954
- { name: "signature", internalType: "bytes32", type: "bytes32" },
3955
- {
3956
- name: "signatureType",
3957
- internalType: "enum AEventAction.SignatureType",
3958
- type: "uint8"
3959
- },
3960
- { name: "actionType", internalType: "uint8", type: "uint8" },
3961
- { name: "targetContract", internalType: "address", type: "address" },
3962
- { name: "chainid", internalType: "uint256", type: "uint256" },
3963
- {
3964
- name: "actionParameter",
3965
- internalType: "struct AEventAction.Criteria",
3966
- type: "tuple",
3967
- components: [
3968
- {
3969
- name: "filterType",
3970
- internalType: "enum AEventAction.FilterType",
3971
- type: "uint8"
3972
- },
3973
- {
3974
- name: "fieldType",
3975
- internalType: "enum AEventAction.PrimitiveType",
3976
- type: "uint8"
3977
- },
3978
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
3979
- { name: "filterData", internalType: "bytes", type: "bytes" }
3980
- ]
3981
- }
3982
- ]
4166
+ name: "oldOwner",
4167
+ internalType: "address",
4168
+ type: "address",
4169
+ indexed: !0
4170
+ },
4171
+ {
4172
+ name: "newOwner",
4173
+ internalType: "address",
4174
+ type: "address",
4175
+ indexed: !0
3983
4176
  }
3984
4177
  ],
3985
- stateMutability: "view"
4178
+ name: "OwnershipTransferred"
3986
4179
  },
3987
4180
  {
3988
- type: "function",
3989
- inputs: [],
3990
- name: "getActionSteps",
3991
- outputs: [
4181
+ type: "event",
4182
+ anonymous: !1,
4183
+ inputs: [
4184
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
3992
4185
  {
3993
- name: "",
3994
- internalType: "struct AEventAction.ActionStep[]",
3995
- type: "tuple[]",
3996
- components: [
3997
- { name: "signature", internalType: "bytes32", type: "bytes32" },
3998
- {
3999
- name: "signatureType",
4000
- internalType: "enum AEventAction.SignatureType",
4001
- type: "uint8"
4002
- },
4003
- { name: "actionType", internalType: "uint8", type: "uint8" },
4004
- { name: "targetContract", internalType: "address", type: "address" },
4005
- { name: "chainid", internalType: "uint256", type: "uint256" },
4006
- {
4007
- name: "actionParameter",
4008
- internalType: "struct AEventAction.Criteria",
4009
- type: "tuple",
4010
- components: [
4011
- {
4012
- name: "filterType",
4013
- internalType: "enum AEventAction.FilterType",
4014
- type: "uint8"
4015
- },
4016
- {
4017
- name: "fieldType",
4018
- internalType: "enum AEventAction.PrimitiveType",
4019
- type: "uint8"
4020
- },
4021
- { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4022
- { name: "filterData", internalType: "bytes", type: "bytes" }
4023
- ]
4024
- }
4025
- ]
4186
+ name: "roles",
4187
+ internalType: "uint256",
4188
+ type: "uint256",
4189
+ indexed: !0
4026
4190
  }
4027
4191
  ],
4028
- stateMutability: "view"
4192
+ name: "RolesUpdated"
4029
4193
  },
4030
4194
  {
4031
4195
  type: "function",
4032
4196
  inputs: [],
4033
- name: "getActionStepsCount",
4197
+ name: "ADMIN_ROLE",
4198
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4199
+ stateMutability: "view"
4200
+ },
4201
+ {
4202
+ type: "function",
4203
+ inputs: [],
4204
+ name: "MANAGER_ROLE",
4205
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4206
+ stateMutability: "view"
4207
+ },
4208
+ {
4209
+ type: "function",
4210
+ inputs: [],
4211
+ name: "asset",
4212
+ outputs: [{ name: "", internalType: "address", type: "address" }],
4213
+ stateMutability: "view"
4214
+ },
4215
+ {
4216
+ type: "function",
4217
+ inputs: [],
4218
+ name: "cancelOwnershipHandover",
4219
+ outputs: [],
4220
+ stateMutability: "payable"
4221
+ },
4222
+ {
4223
+ type: "function",
4224
+ inputs: [
4225
+ { name: "claimTarget", internalType: "address", type: "address" },
4226
+ { name: "data_", internalType: "bytes", type: "bytes" }
4227
+ ],
4228
+ name: "claim",
4229
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4230
+ stateMutability: "nonpayable"
4231
+ },
4232
+ {
4233
+ type: "function",
4234
+ inputs: [{ name: "", internalType: "address", type: "address" }],
4235
+ name: "claimed",
4236
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4237
+ stateMutability: "view"
4238
+ },
4239
+ {
4240
+ type: "function",
4241
+ inputs: [],
4242
+ name: "claims",
4243
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4244
+ stateMutability: "view"
4245
+ },
4246
+ {
4247
+ type: "function",
4248
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
4249
+ name: "clawback",
4250
+ outputs: [
4251
+ { name: "", internalType: "uint256", type: "uint256" },
4252
+ { name: "", internalType: "address", type: "address" }
4253
+ ],
4254
+ stateMutability: "nonpayable"
4255
+ },
4256
+ {
4257
+ type: "function",
4258
+ inputs: [
4259
+ { name: "pendingOwner", internalType: "address", type: "address" }
4260
+ ],
4261
+ name: "completeOwnershipHandover",
4262
+ outputs: [],
4263
+ stateMutability: "payable"
4264
+ },
4265
+ {
4266
+ type: "function",
4267
+ inputs: [],
4268
+ name: "currentReward",
4269
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4270
+ stateMutability: "view"
4271
+ },
4272
+ {
4273
+ type: "function",
4274
+ inputs: [],
4275
+ name: "getComponentInterface",
4276
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
4277
+ stateMutability: "pure"
4278
+ },
4279
+ {
4280
+ type: "function",
4281
+ inputs: [
4282
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
4283
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
4284
+ ],
4285
+ name: "grantManyRoles",
4286
+ outputs: [],
4287
+ stateMutability: "nonpayable"
4288
+ },
4289
+ {
4290
+ type: "function",
4291
+ inputs: [
4292
+ { name: "user", internalType: "address", type: "address" },
4293
+ { name: "roles", internalType: "uint256", type: "uint256" }
4294
+ ],
4295
+ name: "grantRoles",
4296
+ outputs: [],
4297
+ stateMutability: "payable"
4298
+ },
4299
+ {
4300
+ type: "function",
4301
+ inputs: [
4302
+ { name: "user", internalType: "address", type: "address" },
4303
+ { name: "roles", internalType: "uint256", type: "uint256" }
4304
+ ],
4305
+ name: "hasAllRoles",
4306
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4307
+ stateMutability: "view"
4308
+ },
4309
+ {
4310
+ type: "function",
4311
+ inputs: [
4312
+ { name: "user", internalType: "address", type: "address" },
4313
+ { name: "roles", internalType: "uint256", type: "uint256" }
4314
+ ],
4315
+ name: "hasAnyRole",
4316
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4317
+ stateMutability: "view"
4318
+ },
4319
+ {
4320
+ type: "function",
4321
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
4322
+ name: "initialize",
4323
+ outputs: [],
4324
+ stateMutability: "nonpayable"
4325
+ },
4326
+ {
4327
+ type: "function",
4328
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
4329
+ name: "isAuthorized",
4330
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4331
+ stateMutability: "view"
4332
+ },
4333
+ {
4334
+ type: "function",
4335
+ inputs: [
4336
+ { name: "claimTarget", internalType: "address", type: "address" },
4337
+ { name: "", internalType: "bytes", type: "bytes" }
4338
+ ],
4339
+ name: "isClaimable",
4340
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4341
+ stateMutability: "view"
4342
+ },
4343
+ {
4344
+ type: "function",
4345
+ inputs: [],
4346
+ name: "limit",
4347
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4348
+ stateMutability: "view"
4349
+ },
4350
+ {
4351
+ type: "function",
4352
+ inputs: [],
4353
+ name: "owner",
4354
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
4355
+ stateMutability: "view"
4356
+ },
4357
+ {
4358
+ type: "function",
4359
+ inputs: [
4360
+ { name: "pendingOwner", internalType: "address", type: "address" }
4361
+ ],
4362
+ name: "ownershipHandoverExpiresAt",
4363
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
4364
+ stateMutability: "view"
4365
+ },
4366
+ {
4367
+ type: "function",
4368
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
4369
+ name: "preflight",
4370
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
4371
+ stateMutability: "view"
4372
+ },
4373
+ {
4374
+ type: "function",
4375
+ inputs: [],
4376
+ name: "renounceOwnership",
4377
+ outputs: [],
4378
+ stateMutability: "payable"
4379
+ },
4380
+ {
4381
+ type: "function",
4382
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
4383
+ name: "renounceRoles",
4384
+ outputs: [],
4385
+ stateMutability: "payable"
4386
+ },
4387
+ {
4388
+ type: "function",
4389
+ inputs: [],
4390
+ name: "requestOwnershipHandover",
4391
+ outputs: [],
4392
+ stateMutability: "payable"
4393
+ },
4394
+ {
4395
+ type: "function",
4396
+ inputs: [
4397
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
4398
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
4399
+ ],
4400
+ name: "revokeManyRoles",
4401
+ outputs: [],
4402
+ stateMutability: "nonpayable"
4403
+ },
4404
+ {
4405
+ type: "function",
4406
+ inputs: [
4407
+ { name: "user", internalType: "address", type: "address" },
4408
+ { name: "roles", internalType: "uint256", type: "uint256" }
4409
+ ],
4410
+ name: "revokeRoles",
4411
+ outputs: [],
4412
+ stateMutability: "payable"
4413
+ },
4414
+ {
4415
+ type: "function",
4416
+ inputs: [],
4417
+ name: "reward",
4418
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4419
+ stateMutability: "view"
4420
+ },
4421
+ {
4422
+ type: "function",
4423
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
4424
+ name: "rolesOf",
4425
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
4426
+ stateMutability: "view"
4427
+ },
4428
+ {
4429
+ type: "function",
4430
+ inputs: [
4431
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
4432
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
4433
+ ],
4434
+ name: "setAuthorized",
4435
+ outputs: [],
4436
+ stateMutability: "nonpayable"
4437
+ },
4438
+ {
4439
+ type: "function",
4440
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
4441
+ name: "supportsInterface",
4442
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4443
+ stateMutability: "view"
4444
+ },
4445
+ {
4446
+ type: "function",
4447
+ inputs: [],
4448
+ name: "totalClaimed",
4449
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4450
+ stateMutability: "view"
4451
+ },
4452
+ {
4453
+ type: "function",
4454
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4455
+ name: "transferOwnership",
4456
+ outputs: [],
4457
+ stateMutability: "payable"
4458
+ }
4459
+ ], _ = [
4460
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
4461
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
4462
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
4463
+ { type: "error", inputs: [], name: "InvalidInitialization" },
4464
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
4465
+ { type: "error", inputs: [], name: "NotImplemented" },
4466
+ { type: "error", inputs: [], name: "NotInitializing" },
4467
+ {
4468
+ type: "event",
4469
+ anonymous: !1,
4470
+ inputs: [
4471
+ {
4472
+ name: "executor",
4473
+ internalType: "address",
4474
+ type: "address",
4475
+ indexed: !0
4476
+ },
4477
+ {
4478
+ name: "caller",
4479
+ internalType: "address",
4480
+ type: "address",
4481
+ indexed: !1
4482
+ },
4483
+ { name: "success", internalType: "bool", type: "bool", indexed: !1 },
4484
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
4485
+ ],
4486
+ name: "ActionExecuted"
4487
+ },
4488
+ {
4489
+ type: "event",
4490
+ anonymous: !1,
4491
+ inputs: [
4492
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
4493
+ {
4494
+ name: "isValidated",
4495
+ internalType: "bool",
4496
+ type: "bool",
4497
+ indexed: !1
4498
+ },
4499
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
4500
+ ],
4501
+ name: "ActionValidated"
4502
+ },
4503
+ {
4504
+ type: "event",
4505
+ anonymous: !1,
4506
+ inputs: [
4507
+ {
4508
+ name: "actionClaimant",
4509
+ internalType: "struct AEventAction.ActionClaimant",
4510
+ type: "tuple",
4511
+ components: [
4512
+ {
4513
+ name: "signatureType",
4514
+ internalType: "enum AEventAction.SignatureType",
4515
+ type: "uint8"
4516
+ },
4517
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4518
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4519
+ { name: "targetContract", internalType: "address", type: "address" },
4520
+ { name: "chainid", internalType: "uint256", type: "uint256" }
4521
+ ],
4522
+ indexed: !1
4523
+ },
4524
+ {
4525
+ name: "actionStepOne",
4526
+ internalType: "struct AEventAction.ActionStep",
4527
+ type: "tuple",
4528
+ components: [
4529
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4530
+ {
4531
+ name: "signatureType",
4532
+ internalType: "enum AEventAction.SignatureType",
4533
+ type: "uint8"
4534
+ },
4535
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4536
+ { name: "targetContract", internalType: "address", type: "address" },
4537
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4538
+ {
4539
+ name: "actionParameter",
4540
+ internalType: "struct AEventAction.Criteria",
4541
+ type: "tuple",
4542
+ components: [
4543
+ {
4544
+ name: "filterType",
4545
+ internalType: "enum AEventAction.FilterType",
4546
+ type: "uint8"
4547
+ },
4548
+ {
4549
+ name: "fieldType",
4550
+ internalType: "enum AEventAction.PrimitiveType",
4551
+ type: "uint8"
4552
+ },
4553
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4554
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4555
+ ]
4556
+ }
4557
+ ],
4558
+ indexed: !1
4559
+ },
4560
+ {
4561
+ name: "actionStepTwo",
4562
+ internalType: "struct AEventAction.ActionStep",
4563
+ type: "tuple",
4564
+ components: [
4565
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4566
+ {
4567
+ name: "signatureType",
4568
+ internalType: "enum AEventAction.SignatureType",
4569
+ type: "uint8"
4570
+ },
4571
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4572
+ { name: "targetContract", internalType: "address", type: "address" },
4573
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4574
+ {
4575
+ name: "actionParameter",
4576
+ internalType: "struct AEventAction.Criteria",
4577
+ type: "tuple",
4578
+ components: [
4579
+ {
4580
+ name: "filterType",
4581
+ internalType: "enum AEventAction.FilterType",
4582
+ type: "uint8"
4583
+ },
4584
+ {
4585
+ name: "fieldType",
4586
+ internalType: "enum AEventAction.PrimitiveType",
4587
+ type: "uint8"
4588
+ },
4589
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4590
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4591
+ ]
4592
+ }
4593
+ ],
4594
+ indexed: !1
4595
+ },
4596
+ {
4597
+ name: "actionStepThree",
4598
+ internalType: "struct AEventAction.ActionStep",
4599
+ type: "tuple",
4600
+ components: [
4601
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4602
+ {
4603
+ name: "signatureType",
4604
+ internalType: "enum AEventAction.SignatureType",
4605
+ type: "uint8"
4606
+ },
4607
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4608
+ { name: "targetContract", internalType: "address", type: "address" },
4609
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4610
+ {
4611
+ name: "actionParameter",
4612
+ internalType: "struct AEventAction.Criteria",
4613
+ type: "tuple",
4614
+ components: [
4615
+ {
4616
+ name: "filterType",
4617
+ internalType: "enum AEventAction.FilterType",
4618
+ type: "uint8"
4619
+ },
4620
+ {
4621
+ name: "fieldType",
4622
+ internalType: "enum AEventAction.PrimitiveType",
4623
+ type: "uint8"
4624
+ },
4625
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4626
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4627
+ ]
4628
+ }
4629
+ ],
4630
+ indexed: !1
4631
+ },
4632
+ {
4633
+ name: "actionStepFour",
4634
+ internalType: "struct AEventAction.ActionStep",
4635
+ type: "tuple",
4636
+ components: [
4637
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4638
+ {
4639
+ name: "signatureType",
4640
+ internalType: "enum AEventAction.SignatureType",
4641
+ type: "uint8"
4642
+ },
4643
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4644
+ { name: "targetContract", internalType: "address", type: "address" },
4645
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4646
+ {
4647
+ name: "actionParameter",
4648
+ internalType: "struct AEventAction.Criteria",
4649
+ type: "tuple",
4650
+ components: [
4651
+ {
4652
+ name: "filterType",
4653
+ internalType: "enum AEventAction.FilterType",
4654
+ type: "uint8"
4655
+ },
4656
+ {
4657
+ name: "fieldType",
4658
+ internalType: "enum AEventAction.PrimitiveType",
4659
+ type: "uint8"
4660
+ },
4661
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4662
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4663
+ ]
4664
+ }
4665
+ ],
4666
+ indexed: !1
4667
+ }
4668
+ ],
4669
+ name: "EventActionInitialized"
4670
+ },
4671
+ {
4672
+ type: "event",
4673
+ anonymous: !1,
4674
+ inputs: [
4675
+ {
4676
+ name: "version",
4677
+ internalType: "uint64",
4678
+ type: "uint64",
4679
+ indexed: !1
4680
+ }
4681
+ ],
4682
+ name: "Initialized"
4683
+ },
4684
+ {
4685
+ type: "function",
4686
+ inputs: [],
4687
+ name: "VALIDATOR",
4688
+ outputs: [
4689
+ { name: "", internalType: "contract AValidator", type: "address" }
4690
+ ],
4691
+ stateMutability: "view"
4692
+ },
4693
+ {
4694
+ type: "function",
4695
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
4696
+ name: "execute",
4697
+ outputs: [
4698
+ { name: "", internalType: "bool", type: "bool" },
4699
+ { name: "", internalType: "bytes", type: "bytes" }
4700
+ ],
4701
+ stateMutability: "payable"
4702
+ },
4703
+ {
4704
+ type: "function",
4705
+ inputs: [],
4706
+ name: "getActionClaimant",
4707
+ outputs: [
4708
+ {
4709
+ name: "",
4710
+ internalType: "struct AEventAction.ActionClaimant",
4711
+ type: "tuple",
4712
+ components: [
4713
+ {
4714
+ name: "signatureType",
4715
+ internalType: "enum AEventAction.SignatureType",
4716
+ type: "uint8"
4717
+ },
4718
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4719
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4720
+ { name: "targetContract", internalType: "address", type: "address" },
4721
+ { name: "chainid", internalType: "uint256", type: "uint256" }
4722
+ ]
4723
+ }
4724
+ ],
4725
+ stateMutability: "view"
4726
+ },
4727
+ {
4728
+ type: "function",
4729
+ inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
4730
+ name: "getActionStep",
4731
+ outputs: [
4732
+ {
4733
+ name: "",
4734
+ internalType: "struct AEventAction.ActionStep",
4735
+ type: "tuple",
4736
+ components: [
4737
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4738
+ {
4739
+ name: "signatureType",
4740
+ internalType: "enum AEventAction.SignatureType",
4741
+ type: "uint8"
4742
+ },
4743
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4744
+ { name: "targetContract", internalType: "address", type: "address" },
4745
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4746
+ {
4747
+ name: "actionParameter",
4748
+ internalType: "struct AEventAction.Criteria",
4749
+ type: "tuple",
4750
+ components: [
4751
+ {
4752
+ name: "filterType",
4753
+ internalType: "enum AEventAction.FilterType",
4754
+ type: "uint8"
4755
+ },
4756
+ {
4757
+ name: "fieldType",
4758
+ internalType: "enum AEventAction.PrimitiveType",
4759
+ type: "uint8"
4760
+ },
4761
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4762
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4763
+ ]
4764
+ }
4765
+ ]
4766
+ }
4767
+ ],
4768
+ stateMutability: "view"
4769
+ },
4770
+ {
4771
+ type: "function",
4772
+ inputs: [],
4773
+ name: "getActionSteps",
4774
+ outputs: [
4775
+ {
4776
+ name: "",
4777
+ internalType: "struct AEventAction.ActionStep[]",
4778
+ type: "tuple[]",
4779
+ components: [
4780
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
4781
+ {
4782
+ name: "signatureType",
4783
+ internalType: "enum AEventAction.SignatureType",
4784
+ type: "uint8"
4785
+ },
4786
+ { name: "actionType", internalType: "uint8", type: "uint8" },
4787
+ { name: "targetContract", internalType: "address", type: "address" },
4788
+ { name: "chainid", internalType: "uint256", type: "uint256" },
4789
+ {
4790
+ name: "actionParameter",
4791
+ internalType: "struct AEventAction.Criteria",
4792
+ type: "tuple",
4793
+ components: [
4794
+ {
4795
+ name: "filterType",
4796
+ internalType: "enum AEventAction.FilterType",
4797
+ type: "uint8"
4798
+ },
4799
+ {
4800
+ name: "fieldType",
4801
+ internalType: "enum AEventAction.PrimitiveType",
4802
+ type: "uint8"
4803
+ },
4804
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
4805
+ { name: "filterData", internalType: "bytes", type: "bytes" }
4806
+ ]
4807
+ }
4808
+ ]
4809
+ }
4810
+ ],
4811
+ stateMutability: "view"
4812
+ },
4813
+ {
4814
+ type: "function",
4815
+ inputs: [],
4816
+ name: "getActionStepsCount",
4034
4817
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4035
4818
  stateMutability: "view"
4036
4819
  },
@@ -4062,7 +4845,7 @@ const ue = [
4062
4845
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
4063
4846
  stateMutability: "view"
4064
4847
  }
4065
- ], ae = [
4848
+ ], ie = [
4066
4849
  {
4067
4850
  type: "function",
4068
4851
  inputs: [{ name: "addr", internalType: "address", type: "address" }],
@@ -4070,7 +4853,7 @@ const ue = [
4070
4853
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
4071
4854
  stateMutability: "view"
4072
4855
  }
4073
- ], I = [
4856
+ ], g = [
4074
4857
  { type: "error", inputs: [], name: "AlreadyInitialized" },
4075
4858
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
4076
4859
  { type: "error", inputs: [], name: "InitializerNotImplemented" },
@@ -4153,6 +4936,19 @@ const ue = [
4153
4936
  ],
4154
4937
  name: "OwnershipTransferred"
4155
4938
  },
4939
+ {
4940
+ type: "event",
4941
+ anonymous: !1,
4942
+ inputs: [
4943
+ {
4944
+ name: "validatorCaller",
4945
+ internalType: "address",
4946
+ type: "address",
4947
+ indexed: !1
4948
+ }
4949
+ ],
4950
+ name: "SignerValidatorInitialized"
4951
+ },
4156
4952
  {
4157
4953
  type: "function",
4158
4954
  inputs: [],
@@ -4315,9 +5111,9 @@ const ue = [
4315
5111
  ],
4316
5112
  name: "validate",
4317
5113
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
4318
- stateMutability: "nonpayable"
5114
+ stateMutability: "payable"
4319
5115
  }
4320
- ], m = [
5116
+ ], c = [
4321
5117
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
4322
5118
  { type: "error", inputs: [], name: "AlreadyInitialized" },
4323
5119
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -5304,7 +6100,7 @@ const ue = [
5304
6100
  stateMutability: "payable"
5305
6101
  },
5306
6102
  { type: "receive", stateMutability: "payable" }
5307
- ], f = [
6103
+ ], v = [
5308
6104
  { type: "error", inputs: [], name: "AlreadyInitialized" },
5309
6105
  { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
5310
6106
  { type: "error", inputs: [], name: "NoHandoverRequest" },
@@ -5475,7 +6271,7 @@ const ue = [
5475
6271
  outputs: [],
5476
6272
  stateMutability: "payable"
5477
6273
  }
5478
- ], ie = [
6274
+ ], se = [
5479
6275
  {
5480
6276
  type: "function",
5481
6277
  inputs: [{ name: "user", internalType: "address", type: "address" }],
@@ -5483,7 +6279,7 @@ const ue = [
5483
6279
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5484
6280
  stateMutability: "view"
5485
6281
  }
5486
- ], w = [
6282
+ ], M = [
5487
6283
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5488
6284
  { type: "error", inputs: [], name: "AlreadyInitialized" },
5489
6285
  { type: "error", inputs: [], name: "ClaimFailed" },
@@ -5571,6 +6367,37 @@ const ue = [
5571
6367
  ],
5572
6368
  name: "OwnershipTransferred"
5573
6369
  },
6370
+ {
6371
+ type: "event",
6372
+ anonymous: !1,
6373
+ inputs: [
6374
+ {
6375
+ name: "venue",
6376
+ internalType: "address",
6377
+ type: "address",
6378
+ indexed: !0
6379
+ },
6380
+ {
6381
+ name: "selector",
6382
+ internalType: "bytes4",
6383
+ type: "bytes4",
6384
+ indexed: !1
6385
+ },
6386
+ {
6387
+ name: "reward",
6388
+ internalType: "uint256",
6389
+ type: "uint256",
6390
+ indexed: !1
6391
+ },
6392
+ {
6393
+ name: "limit",
6394
+ internalType: "uint256",
6395
+ type: "uint256",
6396
+ indexed: !1
6397
+ }
6398
+ ],
6399
+ name: "PointsIncentiveInitialized"
6400
+ },
5574
6401
  {
5575
6402
  type: "event",
5576
6403
  anonymous: !1,
@@ -6029,7 +6856,7 @@ const ue = [
6029
6856
  outputs: [],
6030
6857
  stateMutability: "payable"
6031
6858
  }
6032
- ], g = [
6859
+ ], O = [
6033
6860
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6034
6861
  { type: "error", inputs: [], name: "AlreadyInitialized" },
6035
6862
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -6108,6 +6935,19 @@ const ue = [
6108
6935
  ],
6109
6936
  name: "OwnershipTransferred"
6110
6937
  },
6938
+ {
6939
+ type: "event",
6940
+ anonymous: !1,
6941
+ inputs: [
6942
+ {
6943
+ name: "validatorCaller",
6944
+ internalType: "address",
6945
+ type: "address",
6946
+ indexed: !1
6947
+ }
6948
+ ],
6949
+ name: "SignerValidatorInitialized"
6950
+ },
6111
6951
  {
6112
6952
  type: "function",
6113
6953
  inputs: [],
@@ -6245,9 +7085,9 @@ const ue = [
6245
7085
  ],
6246
7086
  name: "validate",
6247
7087
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
6248
- stateMutability: "nonpayable"
7088
+ stateMutability: "payable"
6249
7089
  }
6250
- ], _ = [
7090
+ ], H = [
6251
7091
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
6252
7092
  { type: "error", inputs: [], name: "AlreadyInitialized" },
6253
7093
  { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
@@ -6815,666 +7655,725 @@ const ue = [
6815
7655
  outputs: [],
6816
7656
  stateMutability: "payable"
6817
7657
  }
6818
- ], me = /* @__PURE__ */ t({
6819
- abi: P,
7658
+ ], ce = /* @__PURE__ */ t({
7659
+ abi: U,
6820
7660
  functionName: "getComponentInterface"
6821
7661
  }), be = /* @__PURE__ */ t(
6822
- { abi: P, functionName: "supportsInterface" }
6823
- ), ce = /* @__PURE__ */ t(
6824
- { abi: M, functionName: "allowList" }
6825
- ), Te = /* @__PURE__ */ t({
6826
- abi: M,
7662
+ { abi: U, functionName: "supportsInterface" }
7663
+ ), Te = /* @__PURE__ */ t(
7664
+ { abi: I, functionName: "allowList" }
7665
+ ), fe = /* @__PURE__ */ t({
7666
+ abi: I,
6827
7667
  functionName: "claimed"
6828
- }), fe = /* @__PURE__ */ t({
6829
- abi: M,
6830
- functionName: "claims"
6831
7668
  }), ve = /* @__PURE__ */ t({
6832
- abi: M,
6833
- functionName: "isClaimable"
7669
+ abi: I,
7670
+ functionName: "claims"
6834
7671
  }), we = /* @__PURE__ */ t({
6835
- abi: M,
6836
- functionName: "limit"
7672
+ abi: I,
7673
+ functionName: "isClaimable"
6837
7674
  }), Me = /* @__PURE__ */ t({
6838
- abi: M,
7675
+ abi: I,
7676
+ functionName: "limit"
7677
+ }), Ie = /* @__PURE__ */ t({
7678
+ abi: I,
6839
7679
  functionName: "owner"
6840
7680
  }), he = /* @__PURE__ */ t({
6841
- abi: M,
7681
+ abi: I,
6842
7682
  functionName: "reward"
6843
- }), Ie = /* @__PURE__ */ p({
6844
- abi: M,
6845
- functionName: "claim"
6846
7683
  }), ge = /* @__PURE__ */ s({
6847
- abi: M,
7684
+ abi: I,
7685
+ functionName: "claim"
7686
+ }), Oe = /* @__PURE__ */ i({
7687
+ abi: I,
6848
7688
  functionName: "claim"
6849
- }), Oe = /* @__PURE__ */ t({
6850
- abi: d,
7689
+ }), Ae = /* @__PURE__ */ t({
7690
+ abi: m,
6851
7691
  functionName: "createBoostAuth"
6852
7692
  }), Ne = /* @__PURE__ */ t({
6853
- abi: d,
7693
+ abi: m,
6854
7694
  functionName: "getBoost"
6855
- }), Ae = /* @__PURE__ */ t({
6856
- abi: d,
7695
+ }), xe = /* @__PURE__ */ t({
7696
+ abi: m,
6857
7697
  functionName: "getBoostCount"
6858
7698
  }), Re = /* @__PURE__ */ t({
6859
- abi: d,
7699
+ abi: m,
6860
7700
  functionName: "protocolFee"
6861
- }), xe = /* @__PURE__ */ t({
6862
- abi: d,
7701
+ }), ze = /* @__PURE__ */ t({
7702
+ abi: m,
6863
7703
  functionName: "protocolFeeReceiver"
6864
- }), ze = /* @__PURE__ */ p({
6865
- abi: d,
7704
+ }), Ce = /* @__PURE__ */ s({
7705
+ abi: m,
6866
7706
  functionName: "claimIncentive"
6867
- }), Ce = /* @__PURE__ */ p({
6868
- abi: d,
7707
+ }), _e = /* @__PURE__ */ s({
7708
+ abi: m,
6869
7709
  functionName: "claimIncentiveFor"
6870
- }), _e = /* @__PURE__ */ p({
6871
- abi: d,
7710
+ }), He = /* @__PURE__ */ s({
7711
+ abi: m,
6872
7712
  functionName: "setCreateBoostAuth"
6873
- }), He = /* @__PURE__ */ p({
6874
- abi: d,
6875
- functionName: "setProtocolFeeReceiver"
6876
7713
  }), Ee = /* @__PURE__ */ s({
6877
- abi: d,
7714
+ abi: m,
7715
+ functionName: "setProtocolFeeReceiver"
7716
+ }), ke = /* @__PURE__ */ i({
7717
+ abi: m,
6878
7718
  functionName: "claimIncentive"
6879
- }), Fe = /* @__PURE__ */ s({
6880
- abi: d,
7719
+ }), Fe = /* @__PURE__ */ i({
7720
+ abi: m,
6881
7721
  functionName: "claimIncentiveFor"
6882
- }), De = /* @__PURE__ */ s({
6883
- abi: d,
7722
+ }), De = /* @__PURE__ */ i({
7723
+ abi: m,
6884
7724
  functionName: "createBoost"
6885
- }), ke = /* @__PURE__ */ s({
6886
- abi: d,
7725
+ }), qe = /* @__PURE__ */ i({
7726
+ abi: m,
6887
7727
  functionName: "setCreateBoostAuth"
6888
- }), qe = /* @__PURE__ */ s({
6889
- abi: d,
7728
+ }), Be = /* @__PURE__ */ i({
7729
+ abi: m,
6890
7730
  functionName: "setProtocolFeeReceiver"
6891
- }), Be = /* @__PURE__ */ t({
7731
+ }), Se = /* @__PURE__ */ t({
6892
7732
  abi: h,
6893
7733
  functionName: "getBaseImplementation"
6894
7734
  }), Le = /* @__PURE__ */ t({
6895
7735
  abi: h,
6896
7736
  functionName: "getClone"
6897
- }), Ue = /* @__PURE__ */ t({
7737
+ }), Pe = /* @__PURE__ */ t({
6898
7738
  abi: h,
6899
7739
  functionName: "getCloneIdentifier"
6900
- }), Pe = /* @__PURE__ */ t({
7740
+ }), Ue = /* @__PURE__ */ t({
6901
7741
  abi: h,
6902
7742
  functionName: "getClones"
6903
- }), Se = /* @__PURE__ */ p({
7743
+ }), Ve = /* @__PURE__ */ s({
6904
7744
  abi: h,
6905
7745
  functionName: "deployClone"
6906
- }), Ve = /* @__PURE__ */ p({
7746
+ }), Ze = /* @__PURE__ */ s({
6907
7747
  abi: h,
6908
7748
  functionName: "register"
6909
- }), je = /* @__PURE__ */ s({
7749
+ }), je = /* @__PURE__ */ i({
6910
7750
  abi: h,
6911
7751
  functionName: "deployClone"
6912
- }), Ze = /* @__PURE__ */ s({
7752
+ }), Ge = /* @__PURE__ */ i({
6913
7753
  abi: h,
6914
7754
  functionName: "register"
6915
7755
  }), $e = /* @__PURE__ */ t({
6916
- abi: c,
7756
+ abi: T,
6917
7757
  functionName: "asset"
6918
- }), Ge = /* @__PURE__ */ t({
6919
- abi: c,
7758
+ }), Ye = /* @__PURE__ */ t({
7759
+ abi: T,
6920
7760
  functionName: "cgdaParams"
6921
- }), Je = /* @__PURE__ */ t({
6922
- abi: c,
7761
+ }), We = /* @__PURE__ */ t({
7762
+ abi: T,
6923
7763
  functionName: "claimed"
6924
- }), Qe = /* @__PURE__ */ t({
6925
- abi: c,
6926
- functionName: "claims"
6927
7764
  }), Ke = /* @__PURE__ */ t({
6928
- abi: c,
7765
+ abi: T,
7766
+ functionName: "claims"
7767
+ }), Qe = /* @__PURE__ */ t({
7768
+ abi: T,
6929
7769
  functionName: "currentReward"
6930
- }), We = /* @__PURE__ */ t({
6931
- abi: c,
6932
- functionName: "isClaimable"
6933
7770
  }), Xe = /* @__PURE__ */ t({
6934
- abi: c,
7771
+ abi: T,
7772
+ functionName: "isClaimable"
7773
+ }), Je = /* @__PURE__ */ t({
7774
+ abi: T,
6935
7775
  functionName: "owner"
6936
- }), Ye = /* @__PURE__ */ t({
6937
- abi: c,
6938
- functionName: "reward"
6939
7776
  }), et = /* @__PURE__ */ t({
6940
- abi: c,
7777
+ abi: T,
7778
+ functionName: "reward"
7779
+ }), tt = /* @__PURE__ */ t({
7780
+ abi: T,
6941
7781
  functionName: "totalBudget"
6942
- }), tt = /* @__PURE__ */ p({
6943
- abi: c,
7782
+ }), nt = /* @__PURE__ */ s({
7783
+ abi: T,
6944
7784
  functionName: "claim"
6945
- }), nt = /* @__PURE__ */ p({
6946
- abi: c,
6947
- functionName: "clawback"
6948
7785
  }), at = /* @__PURE__ */ s({
6949
- abi: c,
7786
+ abi: T,
7787
+ functionName: "clawback"
7788
+ }), it = /* @__PURE__ */ i({
7789
+ abi: T,
6950
7790
  functionName: "claim"
6951
- }), it = /* @__PURE__ */ s({
6952
- abi: c,
7791
+ }), st = /* @__PURE__ */ i({
7792
+ abi: T,
6953
7793
  functionName: "clawback"
6954
- }), st = /* @__PURE__ */ t({
7794
+ }), pt = /* @__PURE__ */ t({
6955
7795
  abi: l,
6956
7796
  functionName: "asset"
6957
- }), pt = /* @__PURE__ */ t({
7797
+ }), rt = /* @__PURE__ */ t({
6958
7798
  abi: l,
6959
7799
  functionName: "claimed"
6960
- }), rt = /* @__PURE__ */ t({
7800
+ }), yt = /* @__PURE__ */ t({
6961
7801
  abi: l,
6962
7802
  functionName: "claims"
6963
7803
  }), ut = /* @__PURE__ */ t(
6964
7804
  { abi: l, functionName: "currentReward" }
6965
- ), yt = /* @__PURE__ */ t({
7805
+ ), ot = /* @__PURE__ */ t({
6966
7806
  abi: l,
6967
7807
  functionName: "entries"
6968
- }), ot = /* @__PURE__ */ t({
7808
+ }), lt = /* @__PURE__ */ t({
6969
7809
  abi: l,
6970
7810
  functionName: "isClaimable"
6971
- }), lt = /* @__PURE__ */ t({
7811
+ }), dt = /* @__PURE__ */ t({
6972
7812
  abi: l,
6973
7813
  functionName: "limit"
6974
- }), dt = /* @__PURE__ */ t({
7814
+ }), mt = /* @__PURE__ */ t({
6975
7815
  abi: l,
6976
7816
  functionName: "owner"
6977
- }), mt = /* @__PURE__ */ t({
7817
+ }), ct = /* @__PURE__ */ t({
6978
7818
  abi: l,
6979
7819
  functionName: "reward"
6980
7820
  }), bt = /* @__PURE__ */ t({
6981
7821
  abi: l,
6982
7822
  functionName: "strategy"
6983
- }), ct = /* @__PURE__ */ p({
7823
+ }), Tt = /* @__PURE__ */ s({
6984
7824
  abi: l,
6985
7825
  functionName: "claim"
6986
- }), Tt = /* @__PURE__ */ p({
7826
+ }), ft = /* @__PURE__ */ s({
6987
7827
  abi: l,
6988
7828
  functionName: "clawback"
6989
- }), ft = /* @__PURE__ */ p({
7829
+ }), vt = /* @__PURE__ */ s({
6990
7830
  abi: l,
6991
7831
  functionName: "drawRaffle"
6992
- }), vt = /* @__PURE__ */ s(
7832
+ }), wt = /* @__PURE__ */ i(
6993
7833
  { abi: l, functionName: "claim" }
6994
- ), wt = /* @__PURE__ */ s({
7834
+ ), Mt = /* @__PURE__ */ i({
6995
7835
  abi: l,
6996
7836
  functionName: "clawback"
6997
- }), Mt = /* @__PURE__ */ s({
7837
+ }), It = /* @__PURE__ */ i({
6998
7838
  abi: l,
6999
7839
  functionName: "drawRaffle"
7000
7840
  }), ht = /* @__PURE__ */ t({
7001
- abi: S,
7002
- functionName: "getIncentiveCriteria"
7003
- }), It = /* @__PURE__ */ t({
7004
- abi: S,
7005
- functionName: "getMaxReward"
7841
+ abi: d,
7842
+ functionName: "asset"
7006
7843
  }), gt = /* @__PURE__ */ t(
7007
- { abi: T, functionName: "asset" }
7844
+ { abi: d, functionName: "claimed" }
7008
7845
  ), Ot = /* @__PURE__ */ t({
7009
- abi: T,
7010
- functionName: "claimed"
7011
- }), Nt = /* @__PURE__ */ t({
7012
- abi: T,
7846
+ abi: d,
7013
7847
  functionName: "claims"
7014
7848
  }), At = /* @__PURE__ */ t({
7015
- abi: T,
7849
+ abi: d,
7016
7850
  functionName: "currentReward"
7851
+ }), Nt = /* @__PURE__ */ t({
7852
+ abi: d,
7853
+ functionName: "getPeg"
7854
+ }), xt = /* @__PURE__ */ t({
7855
+ abi: d,
7856
+ functionName: "isClaimable"
7017
7857
  }), Rt = /* @__PURE__ */ t({
7018
- abi: T,
7858
+ abi: d,
7859
+ functionName: "limit"
7860
+ }), zt = /* @__PURE__ */ t({
7861
+ abi: d,
7862
+ functionName: "owner"
7863
+ }), Ct = /* @__PURE__ */ t({
7864
+ abi: d,
7865
+ functionName: "peg"
7866
+ }), _t = /* @__PURE__ */ t({
7867
+ abi: d,
7868
+ functionName: "reward"
7869
+ }), Ht = /* @__PURE__ */ t({
7870
+ abi: d,
7871
+ functionName: "totalClaimed"
7872
+ }), Et = /* @__PURE__ */ s(
7873
+ { abi: d, functionName: "claim" }
7874
+ ), kt = /* @__PURE__ */ s({
7875
+ abi: d,
7876
+ functionName: "clawback"
7877
+ }), Ft = /* @__PURE__ */ i({
7878
+ abi: d,
7879
+ functionName: "claim"
7880
+ }), Dt = /* @__PURE__ */ i({
7881
+ abi: d,
7882
+ functionName: "clawback"
7883
+ }), qt = /* @__PURE__ */ t({
7884
+ abi: V,
7885
+ functionName: "getIncentiveCriteria"
7886
+ }), Bt = /* @__PURE__ */ t({
7887
+ abi: V,
7888
+ functionName: "getMaxReward"
7889
+ }), St = /* @__PURE__ */ t(
7890
+ { abi: f, functionName: "asset" }
7891
+ ), Lt = /* @__PURE__ */ t({
7892
+ abi: f,
7893
+ functionName: "claimed"
7894
+ }), Pt = /* @__PURE__ */ t({
7895
+ abi: f,
7896
+ functionName: "claims"
7897
+ }), Ut = /* @__PURE__ */ t({
7898
+ abi: f,
7899
+ functionName: "currentReward"
7900
+ }), Vt = /* @__PURE__ */ t({
7901
+ abi: f,
7019
7902
  functionName: "isClaimable"
7020
- }), xt = /* @__PURE__ */ t(
7021
- { abi: T, functionName: "limit" }
7022
- ), zt = /* @__PURE__ */ t(
7023
- { abi: T, functionName: "owner" }
7024
- ), Ct = /* @__PURE__ */ t({
7025
- abi: T,
7903
+ }), Zt = /* @__PURE__ */ t(
7904
+ { abi: f, functionName: "limit" }
7905
+ ), jt = /* @__PURE__ */ t(
7906
+ { abi: f, functionName: "owner" }
7907
+ ), Gt = /* @__PURE__ */ t({
7908
+ abi: f,
7026
7909
  functionName: "reward"
7027
- }), _t = /* @__PURE__ */ t({
7028
- abi: T,
7910
+ }), $t = /* @__PURE__ */ t({
7911
+ abi: f,
7029
7912
  functionName: "totalClaimed"
7030
- }), Ht = /* @__PURE__ */ p({
7031
- abi: T,
7913
+ }), Yt = /* @__PURE__ */ s({
7914
+ abi: f,
7032
7915
  functionName: "claim"
7033
- }), Et = /* @__PURE__ */ p({
7034
- abi: T,
7916
+ }), Wt = /* @__PURE__ */ s({
7917
+ abi: f,
7035
7918
  functionName: "clawback"
7036
- }), Ft = /* @__PURE__ */ s({
7037
- abi: T,
7919
+ }), Kt = /* @__PURE__ */ i({
7920
+ abi: f,
7038
7921
  functionName: "claim"
7039
- }), Dt = /* @__PURE__ */ s({
7040
- abi: T,
7922
+ }), Qt = /* @__PURE__ */ i({
7923
+ abi: f,
7041
7924
  functionName: "clawback"
7042
- }), kt = /* @__PURE__ */ t({
7043
- abi: C,
7925
+ }), Xt = /* @__PURE__ */ t({
7926
+ abi: _,
7044
7927
  functionName: "getActionClaimant"
7045
- }), qt = /* @__PURE__ */ t({
7046
- abi: C,
7928
+ }), Jt = /* @__PURE__ */ t({
7929
+ abi: _,
7047
7930
  functionName: "getActionSteps"
7048
- }), Bt = /* @__PURE__ */ p({
7049
- abi: C,
7931
+ }), en = /* @__PURE__ */ s({
7932
+ abi: _,
7050
7933
  functionName: "execute"
7051
- }), Lt = /* @__PURE__ */ s({
7052
- abi: C,
7934
+ }), tn = /* @__PURE__ */ i({
7935
+ abi: _,
7053
7936
  functionName: "execute"
7054
- }), Ut = /* @__PURE__ */ t({
7055
- abi: ae,
7937
+ }), nn = /* @__PURE__ */ t({
7938
+ abi: ie,
7056
7939
  functionName: "isAuthorized"
7057
- }), Pt = /* @__PURE__ */ t({
7058
- abi: I,
7940
+ }), an = /* @__PURE__ */ t({
7941
+ abi: g,
7059
7942
  functionName: "hashSignerData"
7060
- }), St = /* @__PURE__ */ t({
7061
- abi: I,
7943
+ }), sn = /* @__PURE__ */ t({
7944
+ abi: g,
7062
7945
  functionName: "signers"
7063
- }), Vt = /* @__PURE__ */ p({
7064
- abi: I,
7946
+ }), pn = /* @__PURE__ */ s({
7947
+ abi: g,
7065
7948
  functionName: "setAuthorized"
7066
- }), jt = /* @__PURE__ */ p({
7067
- abi: I,
7949
+ }), rn = /* @__PURE__ */ s({
7950
+ abi: g,
7068
7951
  functionName: "setValidatorCaller"
7069
- }), Zt = /* @__PURE__ */ p({
7070
- abi: I,
7952
+ }), yn = /* @__PURE__ */ s({
7953
+ abi: g,
7071
7954
  functionName: "validate"
7072
- }), $t = /* @__PURE__ */ s({
7073
- abi: I,
7955
+ }), un = /* @__PURE__ */ i({
7956
+ abi: g,
7074
7957
  functionName: "setAuthorized"
7075
- }), Gt = /* @__PURE__ */ s({
7076
- abi: I,
7958
+ }), on = /* @__PURE__ */ i({
7959
+ abi: g,
7077
7960
  functionName: "setValidatorCaller"
7078
- }), Jt = /* @__PURE__ */ s({
7079
- abi: I,
7961
+ }), ln = /* @__PURE__ */ i({
7962
+ abi: g,
7080
7963
  functionName: "validate"
7081
- }), Qt = /* @__PURE__ */ t({
7082
- abi: m,
7964
+ }), dn = /* @__PURE__ */ t({
7965
+ abi: c,
7083
7966
  functionName: "available"
7084
- }), Kt = /* @__PURE__ */ t({
7085
- abi: m,
7967
+ }), mn = /* @__PURE__ */ t({
7968
+ abi: c,
7086
7969
  functionName: "distributed"
7087
- }), Wt = /* @__PURE__ */ t({
7088
- abi: m,
7970
+ }), cn = /* @__PURE__ */ t({
7971
+ abi: c,
7089
7972
  functionName: "owner"
7090
- }), Xt = /* @__PURE__ */ t({
7091
- abi: m,
7973
+ }), bn = /* @__PURE__ */ t({
7974
+ abi: c,
7092
7975
  functionName: "total"
7093
- }), Yt = /* @__PURE__ */ p({
7094
- abi: m,
7976
+ }), Tn = /* @__PURE__ */ s({
7977
+ abi: c,
7095
7978
  functionName: "allocate"
7096
- }), en = /* @__PURE__ */ p({
7097
- abi: m,
7979
+ }), fn = /* @__PURE__ */ s({
7980
+ abi: c,
7098
7981
  functionName: "clawback"
7099
- }), tn = /* @__PURE__ */ p({
7100
- abi: m,
7982
+ }), vn = /* @__PURE__ */ s({
7983
+ abi: c,
7101
7984
  functionName: "clawbackFromTarget"
7102
- }), nn = /* @__PURE__ */ p({
7103
- abi: m,
7985
+ }), wn = /* @__PURE__ */ s({
7986
+ abi: c,
7104
7987
  functionName: "disburse"
7105
- }), an = /* @__PURE__ */ p({
7106
- abi: m,
7988
+ }), Mn = /* @__PURE__ */ s({
7989
+ abi: c,
7107
7990
  functionName: "disburseBatch"
7108
- }), sn = /* @__PURE__ */ s({
7109
- abi: m,
7991
+ }), In = /* @__PURE__ */ i({
7992
+ abi: c,
7110
7993
  functionName: "allocate"
7111
- }), pn = /* @__PURE__ */ s({
7112
- abi: m,
7994
+ }), hn = /* @__PURE__ */ i({
7995
+ abi: c,
7113
7996
  functionName: "clawback"
7114
- }), rn = /* @__PURE__ */ s({
7115
- abi: m,
7997
+ }), gn = /* @__PURE__ */ i({
7998
+ abi: c,
7116
7999
  functionName: "clawbackFromTarget"
7117
- }), un = /* @__PURE__ */ s({
7118
- abi: m,
8000
+ }), On = /* @__PURE__ */ i({
8001
+ abi: c,
7119
8002
  functionName: "disburse"
7120
- }), yn = /* @__PURE__ */ s({
7121
- abi: m,
8003
+ }), An = /* @__PURE__ */ i({
8004
+ abi: c,
7122
8005
  functionName: "disburseBatch"
7123
- }), on = /* @__PURE__ */ t({
8006
+ }), Nn = /* @__PURE__ */ t({
7124
8007
  abi: R,
7125
8008
  functionName: "managementFee"
7126
- }), ln = /* @__PURE__ */ p({
8009
+ }), xn = /* @__PURE__ */ s({
7127
8010
  abi: R,
7128
8011
  functionName: "payManagementFee"
7129
- }), dn = /* @__PURE__ */ p({
8012
+ }), Rn = /* @__PURE__ */ s({
7130
8013
  abi: R,
7131
8014
  functionName: "setManagementFee"
7132
- }), mn = /* @__PURE__ */ s({
8015
+ }), zn = /* @__PURE__ */ i({
7133
8016
  abi: R,
7134
8017
  functionName: "payManagementFee"
7135
- }), bn = /* @__PURE__ */ s({
8018
+ }), Cn = /* @__PURE__ */ i({
7136
8019
  abi: R,
7137
8020
  functionName: "setManagementFee"
7138
- }), cn = /* @__PURE__ */ t({
7139
- abi: f,
8021
+ }), _n = /* @__PURE__ */ t({
8022
+ abi: v,
7140
8023
  functionName: "ownershipHandoverExpiresAt"
7141
- }), Tn = /* @__PURE__ */ p({
7142
- abi: f,
8024
+ }), Hn = /* @__PURE__ */ s({
8025
+ abi: v,
7143
8026
  functionName: "cancelOwnershipHandover"
7144
- }), fn = /* @__PURE__ */ p({
7145
- abi: f,
8027
+ }), En = /* @__PURE__ */ s({
8028
+ abi: v,
7146
8029
  functionName: "completeOwnershipHandover"
7147
- }), vn = /* @__PURE__ */ p({
7148
- abi: f,
8030
+ }), kn = /* @__PURE__ */ s({
8031
+ abi: v,
7149
8032
  functionName: "renounceOwnership"
7150
- }), wn = /* @__PURE__ */ p(
7151
- { abi: f, functionName: "renounceRoles" }
7152
- ), Mn = /* @__PURE__ */ p({
7153
- abi: f,
8033
+ }), Fn = /* @__PURE__ */ s(
8034
+ { abi: v, functionName: "renounceRoles" }
8035
+ ), Dn = /* @__PURE__ */ s({
8036
+ abi: v,
7154
8037
  functionName: "requestOwnershipHandover"
7155
- }), hn = /* @__PURE__ */ p({
7156
- abi: f,
8038
+ }), qn = /* @__PURE__ */ s({
8039
+ abi: v,
7157
8040
  functionName: "transferOwnership"
7158
- }), In = /* @__PURE__ */ s({
7159
- abi: f,
8041
+ }), Bn = /* @__PURE__ */ i({
8042
+ abi: v,
7160
8043
  functionName: "cancelOwnershipHandover"
7161
- }), gn = /* @__PURE__ */ s({
7162
- abi: f,
8044
+ }), Sn = /* @__PURE__ */ i({
8045
+ abi: v,
7163
8046
  functionName: "completeOwnershipHandover"
7164
- }), On = /* @__PURE__ */ s({
7165
- abi: f,
8047
+ }), Ln = /* @__PURE__ */ i({
8048
+ abi: v,
7166
8049
  functionName: "renounceOwnership"
7167
- }), Nn = /* @__PURE__ */ s({
7168
- abi: f,
8050
+ }), Pn = /* @__PURE__ */ i({
8051
+ abi: v,
7169
8052
  functionName: "renounceRoles"
7170
- }), An = /* @__PURE__ */ s({
7171
- abi: f,
8053
+ }), Un = /* @__PURE__ */ i({
8054
+ abi: v,
7172
8055
  functionName: "requestOwnershipHandover"
7173
- }), Rn = /* @__PURE__ */ s({
7174
- abi: f,
8056
+ }), Vn = /* @__PURE__ */ i({
8057
+ abi: v,
7175
8058
  functionName: "transferOwnership"
7176
- }), xn = /* @__PURE__ */ t(
7177
- { abi: ie, functionName: "isAuthorized" }
7178
- ), zn = /* @__PURE__ */ t({
7179
- abi: w,
8059
+ }), Zn = /* @__PURE__ */ t(
8060
+ { abi: se, functionName: "isAuthorized" }
8061
+ ), jn = /* @__PURE__ */ t({
8062
+ abi: M,
7180
8063
  functionName: "claimed"
7181
- }), Cn = /* @__PURE__ */ t({
7182
- abi: w,
8064
+ }), Gn = /* @__PURE__ */ t({
8065
+ abi: M,
7183
8066
  functionName: "claims"
7184
- }), _n = /* @__PURE__ */ t({
7185
- abi: w,
8067
+ }), $n = /* @__PURE__ */ t({
8068
+ abi: M,
7186
8069
  functionName: "currentReward"
7187
- }), Hn = /* @__PURE__ */ t({
7188
- abi: w,
8070
+ }), Yn = /* @__PURE__ */ t({
8071
+ abi: M,
7189
8072
  functionName: "isClaimable"
7190
- }), En = /* @__PURE__ */ t({
7191
- abi: w,
8073
+ }), Wn = /* @__PURE__ */ t({
8074
+ abi: M,
7192
8075
  functionName: "limit"
7193
- }), Fn = /* @__PURE__ */ t({
7194
- abi: w,
8076
+ }), Kn = /* @__PURE__ */ t({
8077
+ abi: M,
7195
8078
  functionName: "reward"
7196
- }), Dn = /* @__PURE__ */ t({
7197
- abi: w,
8079
+ }), Qn = /* @__PURE__ */ t({
8080
+ abi: M,
7198
8081
  functionName: "selector"
7199
- }), kn = /* @__PURE__ */ t({
7200
- abi: w,
8082
+ }), Xn = /* @__PURE__ */ t({
8083
+ abi: M,
7201
8084
  functionName: "venue"
7202
- }), qn = /* @__PURE__ */ p({
7203
- abi: w,
8085
+ }), Jn = /* @__PURE__ */ s({
8086
+ abi: M,
7204
8087
  functionName: "claim"
7205
- }), Bn = /* @__PURE__ */ s({
7206
- abi: w,
8088
+ }), ea = /* @__PURE__ */ i({
8089
+ abi: M,
7207
8090
  functionName: "claim"
7208
- }), Ln = /* @__PURE__ */ t({
8091
+ }), ta = /* @__PURE__ */ t({
7209
8092
  abi: b,
7210
8093
  functionName: "hasAllRoles"
7211
- }), Un = /* @__PURE__ */ t({
8094
+ }), na = /* @__PURE__ */ t({
7212
8095
  abi: b,
7213
8096
  functionName: "hasAnyRole"
7214
- }), Pn = /* @__PURE__ */ t({
8097
+ }), aa = /* @__PURE__ */ t({
7215
8098
  abi: b,
7216
8099
  functionName: "isAuthorized"
7217
- }), Sn = /* @__PURE__ */ t({
8100
+ }), ia = /* @__PURE__ */ t({
7218
8101
  abi: b,
7219
8102
  functionName: "rolesOf"
7220
- }), Vn = /* @__PURE__ */ p({
8103
+ }), sa = /* @__PURE__ */ s({
7221
8104
  abi: b,
7222
8105
  functionName: "grantManyRoles"
7223
- }), jn = /* @__PURE__ */ p({
8106
+ }), pa = /* @__PURE__ */ s({
7224
8107
  abi: b,
7225
8108
  functionName: "grantRoles"
7226
- }), Zn = /* @__PURE__ */ p({
8109
+ }), ra = /* @__PURE__ */ s({
7227
8110
  abi: b,
7228
8111
  functionName: "revokeManyRoles"
7229
- }), $n = /* @__PURE__ */ p({
8112
+ }), ya = /* @__PURE__ */ s({
7230
8113
  abi: b,
7231
8114
  functionName: "revokeRoles"
7232
- }), Gn = /* @__PURE__ */ p({
8115
+ }), ua = /* @__PURE__ */ s({
7233
8116
  abi: b,
7234
8117
  functionName: "setAuthorized"
7235
- }), Jn = /* @__PURE__ */ s({
8118
+ }), oa = /* @__PURE__ */ i({
7236
8119
  abi: b,
7237
8120
  functionName: "grantManyRoles"
7238
- }), Qn = /* @__PURE__ */ s({
8121
+ }), la = /* @__PURE__ */ i({
7239
8122
  abi: b,
7240
8123
  functionName: "grantRoles"
7241
- }), Kn = /* @__PURE__ */ s(
8124
+ }), da = /* @__PURE__ */ i(
7242
8125
  { abi: b, functionName: "revokeManyRoles" }
7243
- ), Wn = /* @__PURE__ */ s({
8126
+ ), ma = /* @__PURE__ */ i({
7244
8127
  abi: b,
7245
8128
  functionName: "revokeRoles"
7246
- }), Xn = /* @__PURE__ */ s({
8129
+ }), ca = /* @__PURE__ */ i({
7247
8130
  abi: b,
7248
8131
  functionName: "setAuthorized"
7249
- }), Yn = /* @__PURE__ */ t({
7250
- abi: g,
8132
+ }), ba = /* @__PURE__ */ t({
8133
+ abi: O,
7251
8134
  functionName: "hashSignerData"
7252
- }), ea = /* @__PURE__ */ t({
7253
- abi: g,
8135
+ }), Ta = /* @__PURE__ */ t({
8136
+ abi: O,
7254
8137
  functionName: "signers"
7255
- }), ta = /* @__PURE__ */ p({
7256
- abi: g,
8138
+ }), fa = /* @__PURE__ */ s({
8139
+ abi: O,
7257
8140
  functionName: "setAuthorized"
7258
- }), na = /* @__PURE__ */ p({
7259
- abi: g,
8141
+ }), va = /* @__PURE__ */ s({
8142
+ abi: O,
7260
8143
  functionName: "setValidatorCaller"
7261
- }), aa = /* @__PURE__ */ p({
7262
- abi: g,
8144
+ }), wa = /* @__PURE__ */ s({
8145
+ abi: O,
7263
8146
  functionName: "validate"
7264
- }), ia = /* @__PURE__ */ s({
7265
- abi: g,
8147
+ }), Ma = /* @__PURE__ */ i({
8148
+ abi: O,
7266
8149
  functionName: "setAuthorized"
7267
- }), sa = /* @__PURE__ */ s({
7268
- abi: g,
8150
+ }), Ia = /* @__PURE__ */ i({
8151
+ abi: O,
7269
8152
  functionName: "setValidatorCaller"
7270
- }), pa = /* @__PURE__ */ s({
7271
- abi: g,
8153
+ }), ha = /* @__PURE__ */ i({
8154
+ abi: O,
7272
8155
  functionName: "validate"
7273
- }), ra = /* @__PURE__ */ t({
7274
- abi: _,
8156
+ }), ga = /* @__PURE__ */ t({
8157
+ abi: H,
7275
8158
  functionName: "isAllowed"
7276
- }), ua = /* @__PURE__ */ t({
7277
- abi: _,
8159
+ }), Oa = /* @__PURE__ */ t({
8160
+ abi: H,
7278
8161
  functionName: "owner"
7279
- }), ya = /* @__PURE__ */ p(
7280
- { abi: _, functionName: "setAllowed" }
7281
- ), oa = /* @__PURE__ */ s({
7282
- abi: _,
8162
+ }), Aa = /* @__PURE__ */ s(
8163
+ { abi: H, functionName: "setAllowed" }
8164
+ ), Na = /* @__PURE__ */ i({
8165
+ abi: H,
7283
8166
  functionName: "setAllowed"
7284
- }), la = /* @__PURE__ */ t({
8167
+ }), xa = /* @__PURE__ */ t({
7285
8168
  abi: D,
7286
8169
  functionName: "isAllowed"
7287
- }), da = /* @__PURE__ */ p({
8170
+ }), Ra = /* @__PURE__ */ s({
7288
8171
  abi: D,
7289
8172
  functionName: "setDenied"
7290
- }), ma = /* @__PURE__ */ s({
8173
+ }), za = /* @__PURE__ */ i({
7291
8174
  abi: D,
7292
8175
  functionName: "setDenied"
7293
8176
  });
7294
8177
  export {
7295
- Le as $,
7296
- Zn as A,
7297
- de as B,
7298
- Qn as C,
7299
- Tn as D,
7300
- b as E,
7301
- g as F,
7302
- vn as G,
7303
- I as H,
7304
- d as I,
7305
- gn as J,
7306
- be as K,
7307
- ie as L,
8178
+ da as $,
8179
+ f as A,
8180
+ I as B,
8181
+ D as C,
8182
+ Hn as D,
8183
+ Pn as E,
8184
+ O as F,
8185
+ se as G,
8186
+ pa as H,
8187
+ m as I,
8188
+ ca as J,
8189
+ Fn as K,
8190
+ ua as L,
7308
8191
  me as M,
7309
- Ze as N,
7310
- D as O,
7311
- Ve as P,
7312
- le as Q,
7313
- _ as R,
7314
- Xn as S,
8192
+ aa as N,
8193
+ H as O,
8194
+ be as P,
8195
+ ma as Q,
8196
+ ce as R,
8197
+ Ge as S,
7315
8198
  T,
7316
- wn as U,
7317
- je as V,
7318
- Mn as W,
7319
- On as X,
7320
- Nn as Y,
8199
+ la as U,
8200
+ Ze as V,
8201
+ je as W,
8202
+ _n as X,
8203
+ Ve as Y,
7321
8204
  Se as Z,
7322
- Be as _,
7323
- Gn as a,
7324
- ht as a$,
7325
- Pe as a0,
7326
- Ue as a1,
7327
- xn as a2,
7328
- ye as a3,
7329
- sn as a4,
7330
- Yt as a5,
7331
- pn as a6,
7332
- en as a7,
7333
- rn as a8,
7334
- tn as a9,
7335
- Ye as aA,
7336
- Je as aB,
8205
+ Le as _,
8206
+ V as a,
8207
+ qt as a$,
8208
+ Ue as a0,
8209
+ Pe as a1,
8210
+ Zn as a2,
8211
+ oe as a3,
8212
+ In as a4,
8213
+ Tn as a5,
8214
+ hn as a6,
8215
+ fn as a7,
8216
+ gn as a8,
8217
+ vn as a9,
8218
+ et as aA,
8219
+ We as aB,
7337
8220
  $e as aC,
7338
- Ge as aD,
7339
- et as aE,
7340
- at as aF,
7341
- tt as aG,
7342
- it as aH,
7343
- nt as aI,
7344
- We as aJ,
7345
- Ke as aK,
7346
- dt as aL,
8221
+ Ye as aD,
8222
+ tt as aE,
8223
+ it as aF,
8224
+ nt as aG,
8225
+ st as aH,
8226
+ at as aI,
8227
+ Xe as aJ,
8228
+ Qe as aK,
8229
+ mt as aL,
7347
8230
  ut as aM,
7348
- rt as aN,
7349
- pt as aO,
7350
- st as aP,
8231
+ yt as aN,
8232
+ rt as aO,
8233
+ pt as aP,
7351
8234
  bt as aQ,
7352
- mt as aR,
7353
- lt as aS,
7354
- yt as aT,
7355
- vt as aU,
7356
- ct as aV,
7357
- wt as aW,
7358
- Tt as aX,
7359
- ot as aY,
7360
- Mt as aZ,
7361
- ft as a_,
7362
- un as aa,
7363
- nn as ab,
7364
- yn as ac,
7365
- an as ad,
7366
- Wt as ae,
7367
- Xt as af,
7368
- Qt as ag,
7369
- Kt as ah,
7370
- Me as ai,
7371
- fe as aj,
8235
+ ct as aR,
8236
+ dt as aS,
8237
+ ot as aT,
8238
+ wt as aU,
8239
+ Tt as aV,
8240
+ Mt as aW,
8241
+ ft as aX,
8242
+ lt as aY,
8243
+ It as aZ,
8244
+ vt as a_,
8245
+ On as aa,
8246
+ wn as ab,
8247
+ An as ac,
8248
+ Mn as ad,
8249
+ cn as ae,
8250
+ bn as af,
8251
+ dn as ag,
8252
+ mn as ah,
8253
+ Ie as ai,
8254
+ ve as aj,
7372
8255
  he as ak,
7373
- Te as al,
7374
- ce as am,
7375
- we as an,
7376
- ge as ao,
7377
- Ie as ap,
7378
- ve as aq,
7379
- ua as ar,
7380
- ra as as,
7381
- oa as at,
7382
- ya as au,
7383
- la as av,
7384
- ma as aw,
7385
- da as ax,
7386
- Xe as ay,
7387
- Qe as az,
7388
- S as b,
7389
- xe as b$,
7390
- It as b0,
7391
- zt as b1,
7392
- _t as b2,
7393
- At as b3,
7394
- Nt as b4,
7395
- Ot as b5,
7396
- gt as b6,
7397
- Ct as b7,
7398
- xt as b8,
7399
- Ft as b9,
7400
- $t as bA,
7401
- Vt as bB,
7402
- Gt as bC,
7403
- jt as bD,
7404
- mn as bE,
7405
- ln as bF,
7406
- bn as bG,
7407
- dn as bH,
7408
- on as bI,
7409
- oe as bJ,
7410
- C as bK,
7411
- qt as bL,
7412
- kt as bM,
7413
- Lt as bN,
7414
- Bt as bO,
7415
- De as bP,
7416
- Ee as bQ,
7417
- ze as bR,
7418
- Fe as bS,
7419
- Ce as bT,
7420
- Ne as bU,
7421
- Ae as bV,
7422
- Ut as bW,
7423
- Oe as bX,
7424
- ke as bY,
7425
- _e as bZ,
7426
- Re as b_,
7427
- Ht as ba,
7428
- Dt as bb,
7429
- Et as bc,
7430
- Rt as bd,
7431
- Cn as be,
7432
- _n as bf,
7433
- Fn as bg,
7434
- zn as bh,
7435
- kn as bi,
7436
- En as bj,
7437
- Dn as bk,
7438
- Bn as bl,
7439
- qn as bm,
7440
- Hn as bn,
7441
- ea as bo,
7442
- Yn as bp,
7443
- pa as bq,
7444
- aa as br,
7445
- ia as bs,
7446
- ta as bt,
7447
- sa as bu,
7448
- na as bv,
7449
- St as bw,
7450
- Pt as bx,
7451
- Jt as by,
7452
- Zt as bz,
7453
- jn as c,
7454
- qe as c0,
7455
- He as c1,
7456
- $n as d,
7457
- Jn as e,
7458
- m as f,
7459
- Vn as g,
7460
- w as h,
7461
- Kn as i,
7462
- Un as j,
7463
- Ln as k,
7464
- hn as l,
7465
- l as m,
7466
- Rn as n,
8256
+ fe as al,
8257
+ Te as am,
8258
+ Me as an,
8259
+ Oe as ao,
8260
+ ge as ap,
8261
+ we as aq,
8262
+ Oa as ar,
8263
+ ga as as,
8264
+ Na as at,
8265
+ Aa as au,
8266
+ xa as av,
8267
+ za as aw,
8268
+ Ra as ax,
8269
+ Je as ay,
8270
+ Ke as az,
8271
+ l as b,
8272
+ Jt as b$,
8273
+ Bt as b0,
8274
+ jt as b1,
8275
+ $t as b2,
8276
+ Ut as b3,
8277
+ Pt as b4,
8278
+ Lt as b5,
8279
+ St as b6,
8280
+ Gt as b7,
8281
+ Zt as b8,
8282
+ Kt as b9,
8283
+ un as bA,
8284
+ pn as bB,
8285
+ on as bC,
8286
+ rn as bD,
8287
+ zn as bE,
8288
+ xn as bF,
8289
+ Cn as bG,
8290
+ Rn as bH,
8291
+ Nn as bI,
8292
+ le as bJ,
8293
+ zt as bK,
8294
+ At as bL,
8295
+ Ot as bM,
8296
+ Ht as bN,
8297
+ gt as bO,
8298
+ ht as bP,
8299
+ Ct as bQ,
8300
+ _t as bR,
8301
+ Rt as bS,
8302
+ Ft as bT,
8303
+ Et as bU,
8304
+ Dt as bV,
8305
+ kt as bW,
8306
+ xt as bX,
8307
+ Nt as bY,
8308
+ de as bZ,
8309
+ _ as b_,
8310
+ Yt as ba,
8311
+ Qt as bb,
8312
+ Wt as bc,
8313
+ Vt as bd,
8314
+ Gn as be,
8315
+ $n as bf,
8316
+ Kn as bg,
8317
+ jn as bh,
8318
+ Xn as bi,
8319
+ Wn as bj,
8320
+ Qn as bk,
8321
+ ea as bl,
8322
+ Jn as bm,
8323
+ Yn as bn,
8324
+ Ta as bo,
8325
+ ba as bp,
8326
+ ha as bq,
8327
+ wa as br,
8328
+ Ma as bs,
8329
+ fa as bt,
8330
+ Ia as bu,
8331
+ va as bv,
8332
+ sn as bw,
8333
+ an as bx,
8334
+ ln as by,
8335
+ yn as bz,
8336
+ oa as c,
8337
+ Xt as c0,
8338
+ tn as c1,
8339
+ en as c2,
8340
+ De as c3,
8341
+ ke as c4,
8342
+ Ce as c5,
8343
+ Fe as c6,
8344
+ _e as c7,
8345
+ Ne as c8,
8346
+ xe as c9,
8347
+ nn as ca,
8348
+ Ae as cb,
8349
+ qe as cc,
8350
+ He as cd,
8351
+ Re as ce,
8352
+ ze as cf,
8353
+ Be as cg,
8354
+ Ee as ch,
8355
+ sa as d,
8356
+ ra as e,
8357
+ d as f,
8358
+ ia as g,
8359
+ M as h,
8360
+ na as i,
8361
+ ta as j,
8362
+ ya as k,
8363
+ Vn as l,
8364
+ qn as m,
8365
+ Ln as n,
7467
8366
  R as o,
7468
- Pn as p,
7469
- An as q,
7470
- ue as r,
7471
- fn as s,
7472
- In as t,
7473
- h as u,
7474
- cn as v,
7475
- c as w,
7476
- Wn as x,
7477
- Sn as y,
7478
- M as z
8367
+ ue as p,
8368
+ kn as q,
8369
+ Un as r,
8370
+ Dn as s,
8371
+ Sn as t,
8372
+ En as u,
8373
+ c as v,
8374
+ Bn as w,
8375
+ g as x,
8376
+ h as y,
8377
+ b as z
7479
8378
  };
7480
- //# sourceMappingURL=generated-1ZT_mHJx.js.map
8379
+ //# sourceMappingURL=generated-D2xuTYvu.js.map