@boostxyz/sdk 5.3.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +3 -3
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +13 -3
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +216 -193
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +2 -2
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.js +24 -24
- package/dist/AllowLists/SimpleAllowList.js.map +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.cjs.map +1 -1
- package/dist/Auth/PassthroughAuth.js +14 -14
- package/dist/Boost.cjs.map +1 -1
- package/dist/Boost.js.map +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +247 -0
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +421 -259
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.cjs.map +1 -1
- package/dist/BoostRegistry.js +43 -43
- package/dist/BoostRegistry.js.map +1 -1
- package/dist/Budget-DMbfdTom.cjs +2 -0
- package/dist/{Budget-AoNx7uFd.cjs.map → Budget-DMbfdTom.cjs.map} +1 -1
- package/dist/Budget-DO6sGTIR.js +463 -0
- package/dist/{Budget-DYIV9iNK.js.map → Budget-DO6sGTIR.js.map} +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +2 -2
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.cjs.map +1 -1
- package/dist/Budgets/ManagedBudget.js +53 -53
- package/dist/Budgets/ManagedBudgetWithFees.d.ts +26 -0
- package/dist/Budgets/ManagedBudgetWithFees.d.ts.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.js +15 -15
- package/dist/Incentive-Boviez4z.js +1036 -0
- package/dist/Incentive-Boviez4z.js.map +1 -0
- package/dist/Incentive-wM4zizTH.cjs +2 -0
- package/dist/Incentive-wM4zizTH.cjs.map +1 -0
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.d.ts +9 -1
- package/dist/Incentives/AllowListIncentive.d.ts.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +64 -47
- package/dist/Incentives/AllowListIncentive.js.map +1 -1
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
- package/dist/Incentives/CGDAIncentive.d.ts +12 -1
- package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
- package/dist/Incentives/CGDAIncentive.js +64 -33
- package/dist/Incentives/CGDAIncentive.js.map +1 -1
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
- package/dist/Incentives/ERC20Incentive.d.ts +37 -1
- package/dist/Incentives/ERC20Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.js +73 -49
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedIncentive.d.ts +35 -0
- package/dist/Incentives/ERC20PeggedIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +35 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +25 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +24 -24
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.d.ts +35 -0
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +55 -38
- package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.d.ts +25 -0
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +2 -2
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.d.ts +8 -0
- package/dist/Incentives/PointsIncentive.d.ts.map +1 -1
- package/dist/Incentives/PointsIncentive.js +50 -28
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/SimpleDenyList-CW4RwwRw.js +133 -0
- package/dist/{SimpleDenyList-ByAr4X1r.js.map → SimpleDenyList-CW4RwwRw.js.map} +1 -1
- package/dist/SimpleDenyList-Cybtz7AK.cjs +2 -0
- package/dist/{SimpleDenyList-CsRXJPwm.cjs.map → SimpleDenyList-Cybtz7AK.cjs.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
- package/dist/Validators/LimitedSignerValidator.js +33 -33
- package/dist/Validators/LimitedSignerValidator.js.map +1 -1
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.js +26 -26
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +3 -3
- package/dist/deployments-CIXw_WKk.cjs +2 -0
- package/dist/deployments-CIXw_WKk.cjs.map +1 -0
- package/dist/{deployments-D0fs26TV.js → deployments-DqjtOTUr.js} +47 -47
- package/dist/{deployments-D0fs26TV.js.map → deployments-DqjtOTUr.js.map} +1 -1
- package/dist/deployments.json +24 -24
- package/dist/generated-DgXPUgXl.cjs +3 -0
- package/dist/generated-DgXPUgXl.cjs.map +1 -0
- package/dist/{generated-Cyvr_Tjx.js → generated-pJZHmRCK.js} +728 -459
- package/dist/generated-pJZHmRCK.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +137 -136
- package/package.json +1 -1
- package/src/Actions/EventAction.ts +108 -27
- package/src/BoostCore.test.ts +124 -2
- package/src/BoostCore.ts +227 -0
- package/src/Incentives/AllowListIncentive.ts +17 -0
- package/src/Incentives/CGDAIncentive.ts +31 -0
- package/src/Incentives/ERC20Incentive.ts +27 -0
- package/src/Incentives/ERC20PeggedIncentive.ts +18 -0
- package/src/Incentives/ERC20PeggedVariableCriteriaIncentive.ts +26 -0
- package/src/Incentives/ERC20VariableIncentive.ts +18 -0
- package/src/Incentives/PointsIncentive.ts +22 -0
- package/dist/Budget-AoNx7uFd.cjs +0 -2
- package/dist/Budget-DYIV9iNK.js +0 -463
- package/dist/Incentive-BbkfwGOb.cjs +0 -2
- package/dist/Incentive-BbkfwGOb.cjs.map +0 -1
- package/dist/Incentive-qlnv5kQB.js +0 -991
- package/dist/Incentive-qlnv5kQB.js.map +0 -1
- package/dist/SimpleDenyList-ByAr4X1r.js +0 -133
- package/dist/SimpleDenyList-CsRXJPwm.cjs +0 -2
- package/dist/deployments-DoIOqxco.cjs +0 -2
- package/dist/deployments-DoIOqxco.cjs.map +0 -1
- package/dist/generated-Cyvr_Tjx.js.map +0 -1
- package/dist/generated-DtYPHhtX.cjs +0 -3
- package/dist/generated-DtYPHhtX.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { simulateContract as
|
|
2
|
-
import { createClient as
|
|
3
|
-
import { parseAccount as
|
|
1
|
+
import { simulateContract as $, readContract as G, writeContract as W } from "viem/actions";
|
|
2
|
+
import { createClient as X, custom as Q } from "viem";
|
|
3
|
+
import { parseAccount as K, getAddress as Y } from "viem/utils";
|
|
4
4
|
function _(n) {
|
|
5
5
|
const a = n.state.current, t = n.state.connections.get(a), p = t == null ? void 0 : t.accounts, y = p == null ? void 0 : p[0], u = n.chains.find((M) => M.id === (t == null ? void 0 : t.chainId)), r = n.state.status;
|
|
6
6
|
switch (r) {
|
|
@@ -58,22 +58,22 @@ function _(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function F(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function D(n, a, t) {
|
|
65
65
|
const p = n[a.name];
|
|
66
66
|
if (typeof p == "function")
|
|
67
67
|
return p;
|
|
68
68
|
const y = n[t];
|
|
69
69
|
return typeof y == "function" ? y : (u) => a(n, u);
|
|
70
70
|
}
|
|
71
|
-
const
|
|
72
|
-
var
|
|
71
|
+
const J = "2.13.8", ee = () => `@wagmi/core@${J}`;
|
|
72
|
+
var P = function(n, a, t, p) {
|
|
73
73
|
if (t === "a" && !p) throw new TypeError("Private accessor was defined without a getter");
|
|
74
74
|
if (typeof a == "function" ? n !== a || !p : !a.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
75
75
|
return t === "m" ? p : t === "a" ? p.call(n) : p ? p.value : a.get(n);
|
|
76
|
-
},
|
|
76
|
+
}, C, U;
|
|
77
77
|
class A extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
@@ -83,7 +83,7 @@ class A extends Error {
|
|
|
83
83
|
}
|
|
84
84
|
constructor(a, t = {}) {
|
|
85
85
|
var p;
|
|
86
|
-
super(),
|
|
86
|
+
super(), C.add(this), Object.defineProperty(this, "details", {
|
|
87
87
|
enumerable: !0,
|
|
88
88
|
configurable: !0,
|
|
89
89
|
writable: !0,
|
|
@@ -123,11 +123,11 @@ class A extends Error {
|
|
|
123
123
|
`), t.cause && (this.cause = t.cause), this.details = y, this.docsPath = u, this.metaMessages = t.metaMessages, this.shortMessage = a;
|
|
124
124
|
}
|
|
125
125
|
walk(a) {
|
|
126
|
-
return
|
|
126
|
+
return P(this, C, "m", U).call(this, this, a);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
return t != null && t(a) ? a : a.cause ?
|
|
129
|
+
C = /* @__PURE__ */ new WeakSet(), U = function n(a, t) {
|
|
130
|
+
return t != null && t(a) ? a : a.cause ? P(this, C, "m", n).call(this, a.cause, t) : a;
|
|
131
131
|
};
|
|
132
132
|
class te extends A {
|
|
133
133
|
constructor() {
|
|
@@ -180,20 +180,20 @@ class ie extends A {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
async function
|
|
183
|
+
async function S(n, a = {}) {
|
|
184
184
|
let t;
|
|
185
185
|
if (a.connector) {
|
|
186
|
-
const { connector:
|
|
187
|
-
if (n.state.status === "reconnecting" && !
|
|
188
|
-
throw new ie({ connector:
|
|
186
|
+
const { connector: l } = a;
|
|
187
|
+
if (n.state.status === "reconnecting" && !l.getAccounts && !l.getChainId)
|
|
188
|
+
throw new ie({ connector: l });
|
|
189
189
|
const [R, j] = await Promise.all([
|
|
190
|
-
|
|
191
|
-
|
|
190
|
+
l.getAccounts(),
|
|
191
|
+
l.getChainId()
|
|
192
192
|
]);
|
|
193
193
|
t = {
|
|
194
194
|
accounts: R,
|
|
195
195
|
chainId: j,
|
|
196
|
-
connector:
|
|
196
|
+
connector: l
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
199
199
|
t = n.state.connections.get(n.state.current);
|
|
@@ -208,90 +208,90 @@ async function U(n, a = {}) {
|
|
|
208
208
|
const u = t.connector;
|
|
209
209
|
if (u.getClient)
|
|
210
210
|
return u.getClient({ chainId: p });
|
|
211
|
-
const r =
|
|
212
|
-
if (r.address =
|
|
211
|
+
const r = K(a.account ?? t.accounts[0]);
|
|
212
|
+
if (r.address = Y(r.address), a.account && !t.accounts.some((l) => l.toLowerCase() === r.address.toLowerCase()))
|
|
213
213
|
throw new ne({
|
|
214
214
|
address: r.address,
|
|
215
215
|
connector: u
|
|
216
216
|
});
|
|
217
|
-
const M = n.chains.find((
|
|
218
|
-
return
|
|
217
|
+
const M = n.chains.find((l) => l.id === p), x = await t.connector.getProvider({ chainId: p });
|
|
218
|
+
return X({
|
|
219
219
|
account: r,
|
|
220
220
|
chain: M,
|
|
221
221
|
name: "Connector Client",
|
|
222
|
-
transport: (
|
|
222
|
+
transport: (l) => Q(x)({ ...l, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
225
|
+
async function k(n, a) {
|
|
226
226
|
const { abi: t, chainId: p, connector: y, ...u } = a;
|
|
227
227
|
let r;
|
|
228
|
-
a.account ? r = a.account : r = (await
|
|
228
|
+
a.account ? r = a.account : r = (await S(n, {
|
|
229
229
|
chainId: p,
|
|
230
230
|
connector: y
|
|
231
231
|
})).account;
|
|
232
|
-
const M = n.getClient({ chainId: p }), x =
|
|
232
|
+
const M = n.getClient({ chainId: p }), x = D(M, $, "simulateContract"), { result: l, request: R } = await x({ ...u, abi: t, account: r });
|
|
233
233
|
return {
|
|
234
234
|
chainId: M.chain.id,
|
|
235
|
-
result:
|
|
235
|
+
result: l,
|
|
236
236
|
request: { __mode: "prepared", ...R, chainId: p }
|
|
237
237
|
};
|
|
238
238
|
}
|
|
239
239
|
function i(n) {
|
|
240
240
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
241
241
|
var p;
|
|
242
|
-
const y =
|
|
243
|
-
return
|
|
242
|
+
const y = F(a), u = _(a), r = (t == null ? void 0 : t.chainId) ?? u.chainId ?? y;
|
|
243
|
+
return k(a, {
|
|
244
244
|
...t,
|
|
245
245
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
246
246
|
address: (p = n.address) == null ? void 0 : p[r],
|
|
247
247
|
abi: n.abi
|
|
248
248
|
});
|
|
249
|
-
} : (a, t) =>
|
|
249
|
+
} : (a, t) => k(a, {
|
|
250
250
|
...t,
|
|
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
|
|
256
|
+
function L(n, a) {
|
|
257
257
|
const { chainId: t, ...p } = a, y = n.getClient({ chainId: t });
|
|
258
|
-
return
|
|
258
|
+
return D(y, G, "readContract")(p);
|
|
259
259
|
}
|
|
260
260
|
function e(n) {
|
|
261
261
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
262
262
|
var p;
|
|
263
|
-
const y =
|
|
264
|
-
return
|
|
263
|
+
const y = F(a), u = _(a), r = (t == null ? void 0 : t.chainId) ?? u.chainId ?? y;
|
|
264
|
+
return L(a, {
|
|
265
265
|
...t,
|
|
266
266
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
267
267
|
address: (p = n.address) == null ? void 0 : p[r],
|
|
268
268
|
abi: n.abi
|
|
269
269
|
});
|
|
270
|
-
} : (a, t) =>
|
|
270
|
+
} : (a, t) => L(a, {
|
|
271
271
|
...t,
|
|
272
272
|
...n.address ? { address: n.address } : {},
|
|
273
273
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
274
274
|
abi: n.abi
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
|
-
async function
|
|
277
|
+
async function B(n, a) {
|
|
278
278
|
const { account: t, chainId: p, connector: y, __mode: u, ...r } = a;
|
|
279
279
|
let M;
|
|
280
|
-
typeof t == "object" && t.type === "local" ? M = n.getClient({ chainId: p }) : M = await
|
|
280
|
+
typeof t == "object" && t.type === "local" ? M = n.getClient({ chainId: p }) : M = await S(n, { account: t, chainId: p, connector: y });
|
|
281
281
|
const { connector: x } = _(n);
|
|
282
|
-
let
|
|
282
|
+
let l;
|
|
283
283
|
if (u === "prepared" || x != null && x.supportsSimulation)
|
|
284
|
-
|
|
284
|
+
l = r;
|
|
285
285
|
else {
|
|
286
|
-
const { request: R } = await
|
|
286
|
+
const { request: R } = await k(n, {
|
|
287
287
|
...r,
|
|
288
288
|
account: t,
|
|
289
289
|
chainId: p
|
|
290
290
|
});
|
|
291
|
-
|
|
291
|
+
l = R;
|
|
292
292
|
}
|
|
293
|
-
return await
|
|
294
|
-
...
|
|
293
|
+
return await D(M, W, "writeContract")({
|
|
294
|
+
...l,
|
|
295
295
|
...t ? { account: t } : {},
|
|
296
296
|
chain: p ? { id: p } : null
|
|
297
297
|
});
|
|
@@ -299,15 +299,15 @@ async function P(n, a) {
|
|
|
299
299
|
function s(n) {
|
|
300
300
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
301
301
|
var p;
|
|
302
|
-
const y =
|
|
302
|
+
const y = F(a), u = _(a);
|
|
303
303
|
let r;
|
|
304
|
-
return t.chainId ? r = t.chainId : t.account && t.account === u.address || t.account === void 0 ? r = u.chainId : r = y,
|
|
304
|
+
return t.chainId ? r = t.chainId : t.account && t.account === u.address || t.account === void 0 ? r = u.chainId : r = y, B(a, {
|
|
305
305
|
...t,
|
|
306
306
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
307
307
|
address: r ? (p = n.address) == null ? void 0 : p[r] : void 0,
|
|
308
308
|
abi: n.abi
|
|
309
309
|
});
|
|
310
|
-
} : (a, t) =>
|
|
310
|
+
} : (a, t) => B(a, {
|
|
311
311
|
...t,
|
|
312
312
|
...n.address ? { address: n.address } : {},
|
|
313
313
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -1532,7 +1532,7 @@ const oe = [
|
|
|
1532
1532
|
outputs: [],
|
|
1533
1533
|
stateMutability: "payable"
|
|
1534
1534
|
}
|
|
1535
|
-
],
|
|
1535
|
+
], o = [
|
|
1536
1536
|
{
|
|
1537
1537
|
type: "constructor",
|
|
1538
1538
|
inputs: [
|
|
@@ -1663,6 +1663,69 @@ const oe = [
|
|
|
1663
1663
|
],
|
|
1664
1664
|
name: "BoostCreated"
|
|
1665
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
type: "event",
|
|
1668
|
+
anonymous: !1,
|
|
1669
|
+
inputs: [
|
|
1670
|
+
{
|
|
1671
|
+
name: "boostId",
|
|
1672
|
+
internalType: "uint256",
|
|
1673
|
+
type: "uint256",
|
|
1674
|
+
indexed: !0
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
name: "incentiveId",
|
|
1678
|
+
internalType: "uint256",
|
|
1679
|
+
type: "uint256",
|
|
1680
|
+
indexed: !0
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
name: "sender",
|
|
1684
|
+
internalType: "address",
|
|
1685
|
+
type: "address",
|
|
1686
|
+
indexed: !0
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
name: "amount",
|
|
1690
|
+
internalType: "uint256",
|
|
1691
|
+
type: "uint256",
|
|
1692
|
+
indexed: !1
|
|
1693
|
+
},
|
|
1694
|
+
{ name: "fee", internalType: "uint256", type: "uint256", indexed: !1 }
|
|
1695
|
+
],
|
|
1696
|
+
name: "BoostToppedUp"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
type: "event",
|
|
1700
|
+
anonymous: !1,
|
|
1701
|
+
inputs: [
|
|
1702
|
+
{
|
|
1703
|
+
name: "boostId",
|
|
1704
|
+
internalType: "uint256",
|
|
1705
|
+
type: "uint256",
|
|
1706
|
+
indexed: !0
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
name: "incentiveId",
|
|
1710
|
+
internalType: "uint256",
|
|
1711
|
+
type: "uint256",
|
|
1712
|
+
indexed: !0
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
name: "incentiveAddress",
|
|
1716
|
+
internalType: "address",
|
|
1717
|
+
type: "address",
|
|
1718
|
+
indexed: !0
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
name: "isNewBoost",
|
|
1722
|
+
internalType: "bool",
|
|
1723
|
+
type: "bool",
|
|
1724
|
+
indexed: !1
|
|
1725
|
+
}
|
|
1726
|
+
],
|
|
1727
|
+
name: "IncentiveAdded"
|
|
1728
|
+
},
|
|
1666
1729
|
{
|
|
1667
1730
|
type: "event",
|
|
1668
1731
|
anonymous: !1,
|
|
@@ -1753,6 +1816,31 @@ const oe = [
|
|
|
1753
1816
|
outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
|
|
1754
1817
|
stateMutability: "view"
|
|
1755
1818
|
},
|
|
1819
|
+
{
|
|
1820
|
+
type: "function",
|
|
1821
|
+
inputs: [
|
|
1822
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
1823
|
+
{
|
|
1824
|
+
name: "target",
|
|
1825
|
+
internalType: "struct BoostLib.Target",
|
|
1826
|
+
type: "tuple",
|
|
1827
|
+
components: [
|
|
1828
|
+
{ name: "isBase", internalType: "bool", type: "bool" },
|
|
1829
|
+
{ name: "instance", internalType: "address", type: "address" },
|
|
1830
|
+
{ name: "parameters", internalType: "bytes", type: "bytes" }
|
|
1831
|
+
]
|
|
1832
|
+
}
|
|
1833
|
+
],
|
|
1834
|
+
name: "addIncentiveToBoost",
|
|
1835
|
+
outputs: [
|
|
1836
|
+
{
|
|
1837
|
+
name: "newIncentive",
|
|
1838
|
+
internalType: "contract AIncentive",
|
|
1839
|
+
type: "address"
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
stateMutability: "nonpayable"
|
|
1843
|
+
},
|
|
1756
1844
|
{
|
|
1757
1845
|
type: "function",
|
|
1758
1846
|
inputs: [],
|
|
@@ -2054,6 +2142,29 @@ const oe = [
|
|
|
2054
2142
|
outputs: [],
|
|
2055
2143
|
stateMutability: "nonpayable"
|
|
2056
2144
|
},
|
|
2145
|
+
{
|
|
2146
|
+
type: "function",
|
|
2147
|
+
inputs: [
|
|
2148
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
2149
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
2150
|
+
{ name: "data_", internalType: "bytes", type: "bytes" },
|
|
2151
|
+
{ name: "budget", internalType: "address", type: "address" }
|
|
2152
|
+
],
|
|
2153
|
+
name: "topupIncentiveFromBudget",
|
|
2154
|
+
outputs: [],
|
|
2155
|
+
stateMutability: "nonpayable"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
type: "function",
|
|
2159
|
+
inputs: [
|
|
2160
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
2161
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
2162
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
2163
|
+
],
|
|
2164
|
+
name: "topupIncentiveFromSender",
|
|
2165
|
+
outputs: [],
|
|
2166
|
+
stateMutability: "nonpayable"
|
|
2167
|
+
},
|
|
2057
2168
|
{
|
|
2058
2169
|
type: "function",
|
|
2059
2170
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
@@ -2858,6 +2969,25 @@ const oe = [
|
|
|
2858
2969
|
],
|
|
2859
2970
|
name: "RolesUpdated"
|
|
2860
2971
|
},
|
|
2972
|
+
{
|
|
2973
|
+
type: "event",
|
|
2974
|
+
anonymous: !1,
|
|
2975
|
+
inputs: [
|
|
2976
|
+
{
|
|
2977
|
+
name: "sender",
|
|
2978
|
+
internalType: "address",
|
|
2979
|
+
type: "address",
|
|
2980
|
+
indexed: !1
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
name: "amount",
|
|
2984
|
+
internalType: "uint256",
|
|
2985
|
+
type: "uint256",
|
|
2986
|
+
indexed: !1
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
name: "ToppedUp"
|
|
2990
|
+
},
|
|
2861
2991
|
{
|
|
2862
2992
|
type: "function",
|
|
2863
2993
|
inputs: [],
|
|
@@ -3136,6 +3266,13 @@ const oe = [
|
|
|
3136
3266
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3137
3267
|
stateMutability: "view"
|
|
3138
3268
|
},
|
|
3269
|
+
{
|
|
3270
|
+
type: "function",
|
|
3271
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
3272
|
+
name: "topup",
|
|
3273
|
+
outputs: [],
|
|
3274
|
+
stateMutability: "nonpayable"
|
|
3275
|
+
},
|
|
3139
3276
|
{
|
|
3140
3277
|
type: "function",
|
|
3141
3278
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
@@ -3285,6 +3422,25 @@ const oe = [
|
|
|
3285
3422
|
],
|
|
3286
3423
|
name: "RolesUpdated"
|
|
3287
3424
|
},
|
|
3425
|
+
{
|
|
3426
|
+
type: "event",
|
|
3427
|
+
anonymous: !1,
|
|
3428
|
+
inputs: [
|
|
3429
|
+
{
|
|
3430
|
+
name: "sender",
|
|
3431
|
+
internalType: "address",
|
|
3432
|
+
type: "address",
|
|
3433
|
+
indexed: !1
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
name: "amount",
|
|
3437
|
+
internalType: "uint256",
|
|
3438
|
+
type: "uint256",
|
|
3439
|
+
indexed: !1
|
|
3440
|
+
}
|
|
3441
|
+
],
|
|
3442
|
+
name: "ToppedUp"
|
|
3443
|
+
},
|
|
3288
3444
|
{
|
|
3289
3445
|
type: "function",
|
|
3290
3446
|
inputs: [],
|
|
@@ -3550,6 +3706,13 @@ const oe = [
|
|
|
3550
3706
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3551
3707
|
stateMutability: "view"
|
|
3552
3708
|
},
|
|
3709
|
+
{
|
|
3710
|
+
type: "function",
|
|
3711
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
3712
|
+
name: "topup",
|
|
3713
|
+
outputs: [],
|
|
3714
|
+
stateMutability: "nonpayable"
|
|
3715
|
+
},
|
|
3553
3716
|
{
|
|
3554
3717
|
type: "function",
|
|
3555
3718
|
inputs: [],
|
|
@@ -3571,7 +3734,7 @@ const oe = [
|
|
|
3571
3734
|
outputs: [],
|
|
3572
3735
|
stateMutability: "payable"
|
|
3573
3736
|
}
|
|
3574
|
-
],
|
|
3737
|
+
], d = [
|
|
3575
3738
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3576
3739
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3577
3740
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3735,6 +3898,25 @@ const oe = [
|
|
|
3735
3898
|
],
|
|
3736
3899
|
name: "RolesUpdated"
|
|
3737
3900
|
},
|
|
3901
|
+
{
|
|
3902
|
+
type: "event",
|
|
3903
|
+
anonymous: !1,
|
|
3904
|
+
inputs: [
|
|
3905
|
+
{
|
|
3906
|
+
name: "sender",
|
|
3907
|
+
internalType: "address",
|
|
3908
|
+
type: "address",
|
|
3909
|
+
indexed: !1
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
name: "amount",
|
|
3913
|
+
internalType: "uint256",
|
|
3914
|
+
type: "uint256",
|
|
3915
|
+
indexed: !1
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
name: "ToppedUp"
|
|
3919
|
+
},
|
|
3738
3920
|
{
|
|
3739
3921
|
type: "function",
|
|
3740
3922
|
inputs: [],
|
|
@@ -4046,6 +4228,13 @@ const oe = [
|
|
|
4046
4228
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4047
4229
|
stateMutability: "view"
|
|
4048
4230
|
},
|
|
4231
|
+
{
|
|
4232
|
+
type: "function",
|
|
4233
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
4234
|
+
name: "topup",
|
|
4235
|
+
outputs: [],
|
|
4236
|
+
stateMutability: "nonpayable"
|
|
4237
|
+
},
|
|
4049
4238
|
{
|
|
4050
4239
|
type: "function",
|
|
4051
4240
|
inputs: [],
|
|
@@ -4248,6 +4437,25 @@ const oe = [
|
|
|
4248
4437
|
],
|
|
4249
4438
|
name: "RolesUpdated"
|
|
4250
4439
|
},
|
|
4440
|
+
{
|
|
4441
|
+
type: "event",
|
|
4442
|
+
anonymous: !1,
|
|
4443
|
+
inputs: [
|
|
4444
|
+
{
|
|
4445
|
+
name: "sender",
|
|
4446
|
+
internalType: "address",
|
|
4447
|
+
type: "address",
|
|
4448
|
+
indexed: !1
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
name: "amount",
|
|
4452
|
+
internalType: "uint256",
|
|
4453
|
+
type: "uint256",
|
|
4454
|
+
indexed: !1
|
|
4455
|
+
}
|
|
4456
|
+
],
|
|
4457
|
+
name: "ToppedUp"
|
|
4458
|
+
},
|
|
4251
4459
|
{
|
|
4252
4460
|
type: "function",
|
|
4253
4461
|
inputs: [],
|
|
@@ -4552,6 +4760,13 @@ const oe = [
|
|
|
4552
4760
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4553
4761
|
stateMutability: "view"
|
|
4554
4762
|
},
|
|
4763
|
+
{
|
|
4764
|
+
type: "function",
|
|
4765
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
4766
|
+
name: "topup",
|
|
4767
|
+
outputs: [],
|
|
4768
|
+
stateMutability: "nonpayable"
|
|
4769
|
+
},
|
|
4555
4770
|
{
|
|
4556
4771
|
type: "function",
|
|
4557
4772
|
inputs: [],
|
|
@@ -4701,6 +4916,25 @@ const oe = [
|
|
|
4701
4916
|
],
|
|
4702
4917
|
name: "RolesUpdated"
|
|
4703
4918
|
},
|
|
4919
|
+
{
|
|
4920
|
+
type: "event",
|
|
4921
|
+
anonymous: !1,
|
|
4922
|
+
inputs: [
|
|
4923
|
+
{
|
|
4924
|
+
name: "sender",
|
|
4925
|
+
internalType: "address",
|
|
4926
|
+
type: "address",
|
|
4927
|
+
indexed: !1
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
name: "amount",
|
|
4931
|
+
internalType: "uint256",
|
|
4932
|
+
type: "uint256",
|
|
4933
|
+
indexed: !1
|
|
4934
|
+
}
|
|
4935
|
+
],
|
|
4936
|
+
name: "ToppedUp"
|
|
4937
|
+
},
|
|
4704
4938
|
{
|
|
4705
4939
|
type: "function",
|
|
4706
4940
|
inputs: [],
|
|
@@ -4952,6 +5186,13 @@ const oe = [
|
|
|
4952
5186
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4953
5187
|
stateMutability: "view"
|
|
4954
5188
|
},
|
|
5189
|
+
{
|
|
5190
|
+
type: "function",
|
|
5191
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
5192
|
+
name: "topup",
|
|
5193
|
+
outputs: [],
|
|
5194
|
+
stateMutability: "nonpayable"
|
|
5195
|
+
},
|
|
4955
5196
|
{
|
|
4956
5197
|
type: "function",
|
|
4957
5198
|
inputs: [],
|
|
@@ -6064,7 +6305,7 @@ const oe = [
|
|
|
6064
6305
|
stateMutability: "payable"
|
|
6065
6306
|
},
|
|
6066
6307
|
{ type: "receive", stateMutability: "payable" }
|
|
6067
|
-
],
|
|
6308
|
+
], z = [
|
|
6068
6309
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6069
6310
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6070
6311
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -6585,6 +6826,18 @@ const oe = [
|
|
|
6585
6826
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6586
6827
|
stateMutability: "view"
|
|
6587
6828
|
},
|
|
6829
|
+
{
|
|
6830
|
+
type: "function",
|
|
6831
|
+
inputs: [
|
|
6832
|
+
{ name: "target", internalType: "address", type: "address" },
|
|
6833
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
6834
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
6835
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
6836
|
+
],
|
|
6837
|
+
name: "topupIncentive",
|
|
6838
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6839
|
+
stateMutability: "nonpayable"
|
|
6840
|
+
},
|
|
6588
6841
|
{
|
|
6589
6842
|
type: "function",
|
|
6590
6843
|
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
@@ -8197,627 +8450,639 @@ const oe = [
|
|
|
8197
8450
|
abi: h,
|
|
8198
8451
|
functionName: "claim"
|
|
8199
8452
|
}), Ae = /* @__PURE__ */ e({
|
|
8200
|
-
abi:
|
|
8453
|
+
abi: o,
|
|
8201
8454
|
functionName: "createBoostAuth"
|
|
8202
8455
|
}), xe = /* @__PURE__ */ e({
|
|
8203
|
-
abi:
|
|
8456
|
+
abi: o,
|
|
8204
8457
|
functionName: "getBoost"
|
|
8205
8458
|
}), Re = /* @__PURE__ */ e({
|
|
8206
|
-
abi:
|
|
8459
|
+
abi: o,
|
|
8207
8460
|
functionName: "getBoostCount"
|
|
8208
|
-
}), Ce = /* @__PURE__ */ e({
|
|
8209
|
-
abi: d,
|
|
8210
|
-
functionName: "getIncentiveFeesInfo"
|
|
8211
8461
|
}), ze = /* @__PURE__ */ e({
|
|
8212
|
-
abi:
|
|
8462
|
+
abi: o,
|
|
8463
|
+
functionName: "getIncentiveFeesInfo"
|
|
8464
|
+
}), Ce = /* @__PURE__ */ e({
|
|
8465
|
+
abi: o,
|
|
8213
8466
|
functionName: "protocolFee"
|
|
8214
8467
|
}), _e = /* @__PURE__ */ e({
|
|
8215
|
-
abi:
|
|
8468
|
+
abi: o,
|
|
8216
8469
|
functionName: "protocolFeeReceiver"
|
|
8217
8470
|
}), He = /* @__PURE__ */ s({
|
|
8218
|
-
abi:
|
|
8471
|
+
abi: o,
|
|
8219
8472
|
functionName: "claimIncentive"
|
|
8220
8473
|
}), Ee = /* @__PURE__ */ s({
|
|
8221
|
-
abi:
|
|
8474
|
+
abi: o,
|
|
8222
8475
|
functionName: "claimIncentiveFor"
|
|
8223
|
-
}),
|
|
8224
|
-
abi:
|
|
8476
|
+
}), ke = /* @__PURE__ */ s({
|
|
8477
|
+
abi: o,
|
|
8225
8478
|
functionName: "createBoost"
|
|
8226
|
-
}),
|
|
8227
|
-
abi:
|
|
8479
|
+
}), Fe = /* @__PURE__ */ s({
|
|
8480
|
+
abi: o,
|
|
8228
8481
|
functionName: "setCreateBoostAuth"
|
|
8229
|
-
}),
|
|
8230
|
-
abi:
|
|
8482
|
+
}), De = /* @__PURE__ */ s({
|
|
8483
|
+
abi: o,
|
|
8231
8484
|
functionName: "setProtocolFeeReceiver"
|
|
8232
|
-
}), qe = /* @__PURE__ */
|
|
8233
|
-
abi:
|
|
8485
|
+
}), qe = /* @__PURE__ */ s({
|
|
8486
|
+
abi: o,
|
|
8487
|
+
functionName: "topupIncentiveFromBudget"
|
|
8488
|
+
}), Le = /* @__PURE__ */ s({
|
|
8489
|
+
abi: o,
|
|
8490
|
+
functionName: "topupIncentiveFromSender"
|
|
8491
|
+
}), Be = /* @__PURE__ */ i({
|
|
8492
|
+
abi: o,
|
|
8234
8493
|
functionName: "claimIncentive"
|
|
8235
|
-
}), Se = /* @__PURE__ */ i({
|
|
8236
|
-
abi: d,
|
|
8237
|
-
functionName: "claimIncentiveFor"
|
|
8238
8494
|
}), Pe = /* @__PURE__ */ i({
|
|
8239
|
-
abi:
|
|
8495
|
+
abi: o,
|
|
8496
|
+
functionName: "claimIncentiveFor"
|
|
8497
|
+
}), Ue = /* @__PURE__ */ i({
|
|
8498
|
+
abi: o,
|
|
8240
8499
|
functionName: "createBoost"
|
|
8241
|
-
}),
|
|
8242
|
-
abi:
|
|
8500
|
+
}), Se = /* @__PURE__ */ i({
|
|
8501
|
+
abi: o,
|
|
8243
8502
|
functionName: "setCreateBoostAuth"
|
|
8244
|
-
}),
|
|
8245
|
-
abi:
|
|
8503
|
+
}), Ve = /* @__PURE__ */ i({
|
|
8504
|
+
abi: o,
|
|
8246
8505
|
functionName: "setProtocolFeeReceiver"
|
|
8247
|
-
}),
|
|
8506
|
+
}), Ze = /* @__PURE__ */ i({
|
|
8507
|
+
abi: o,
|
|
8508
|
+
functionName: "topupIncentiveFromBudget"
|
|
8509
|
+
}), je = /* @__PURE__ */ i({
|
|
8510
|
+
abi: o,
|
|
8511
|
+
functionName: "topupIncentiveFromSender"
|
|
8512
|
+
}), $e = /* @__PURE__ */ e({
|
|
8248
8513
|
abi: g,
|
|
8249
8514
|
functionName: "getBaseImplementation"
|
|
8250
|
-
}),
|
|
8515
|
+
}), Ge = /* @__PURE__ */ e({
|
|
8251
8516
|
abi: g,
|
|
8252
8517
|
functionName: "getClone"
|
|
8253
|
-
}),
|
|
8518
|
+
}), We = /* @__PURE__ */ e({
|
|
8254
8519
|
abi: g,
|
|
8255
8520
|
functionName: "getCloneIdentifier"
|
|
8256
|
-
}),
|
|
8521
|
+
}), Xe = /* @__PURE__ */ e({
|
|
8257
8522
|
abi: g,
|
|
8258
8523
|
functionName: "getClones"
|
|
8259
|
-
}),
|
|
8524
|
+
}), Qe = /* @__PURE__ */ s({
|
|
8260
8525
|
abi: g,
|
|
8261
8526
|
functionName: "deployClone"
|
|
8262
|
-
}),
|
|
8527
|
+
}), Ke = /* @__PURE__ */ s({
|
|
8263
8528
|
abi: g,
|
|
8264
8529
|
functionName: "register"
|
|
8265
|
-
}),
|
|
8530
|
+
}), Ye = /* @__PURE__ */ i({
|
|
8266
8531
|
abi: g,
|
|
8267
8532
|
functionName: "deployClone"
|
|
8268
|
-
}),
|
|
8533
|
+
}), Je = /* @__PURE__ */ i({
|
|
8269
8534
|
abi: g,
|
|
8270
8535
|
functionName: "register"
|
|
8271
|
-
}),
|
|
8536
|
+
}), et = /* @__PURE__ */ e({
|
|
8272
8537
|
abi: f,
|
|
8273
8538
|
functionName: "asset"
|
|
8274
|
-
}),
|
|
8539
|
+
}), tt = /* @__PURE__ */ e({
|
|
8275
8540
|
abi: f,
|
|
8276
8541
|
functionName: "cgdaParams"
|
|
8277
|
-
}),
|
|
8542
|
+
}), nt = /* @__PURE__ */ e({
|
|
8278
8543
|
abi: f,
|
|
8279
8544
|
functionName: "claimed"
|
|
8280
|
-
}),
|
|
8545
|
+
}), at = /* @__PURE__ */ e({
|
|
8281
8546
|
abi: f,
|
|
8282
8547
|
functionName: "claims"
|
|
8283
|
-
}),
|
|
8548
|
+
}), it = /* @__PURE__ */ e({
|
|
8284
8549
|
abi: f,
|
|
8285
8550
|
functionName: "currentReward"
|
|
8286
|
-
}),
|
|
8551
|
+
}), st = /* @__PURE__ */ e({
|
|
8287
8552
|
abi: f,
|
|
8288
8553
|
functionName: "isClaimable"
|
|
8289
|
-
}),
|
|
8554
|
+
}), pt = /* @__PURE__ */ e({
|
|
8290
8555
|
abi: f,
|
|
8291
8556
|
functionName: "owner"
|
|
8292
|
-
}),
|
|
8557
|
+
}), rt = /* @__PURE__ */ e({
|
|
8293
8558
|
abi: f,
|
|
8294
8559
|
functionName: "reward"
|
|
8295
|
-
}),
|
|
8560
|
+
}), yt = /* @__PURE__ */ e({
|
|
8296
8561
|
abi: f,
|
|
8297
8562
|
functionName: "totalBudget"
|
|
8298
|
-
}),
|
|
8563
|
+
}), ut = /* @__PURE__ */ s({
|
|
8299
8564
|
abi: f,
|
|
8300
8565
|
functionName: "claim"
|
|
8301
|
-
}),
|
|
8566
|
+
}), ot = /* @__PURE__ */ s({
|
|
8302
8567
|
abi: f,
|
|
8303
8568
|
functionName: "clawback"
|
|
8304
|
-
}),
|
|
8569
|
+
}), lt = /* @__PURE__ */ i({
|
|
8305
8570
|
abi: f,
|
|
8306
8571
|
functionName: "claim"
|
|
8307
|
-
}),
|
|
8572
|
+
}), dt = /* @__PURE__ */ i({
|
|
8308
8573
|
abi: f,
|
|
8309
8574
|
functionName: "clawback"
|
|
8310
|
-
}),
|
|
8575
|
+
}), mt = /* @__PURE__ */ e({
|
|
8311
8576
|
abi: m,
|
|
8312
8577
|
functionName: "asset"
|
|
8313
|
-
}),
|
|
8578
|
+
}), ct = /* @__PURE__ */ e({
|
|
8314
8579
|
abi: m,
|
|
8315
8580
|
functionName: "claimed"
|
|
8316
|
-
}),
|
|
8581
|
+
}), bt = /* @__PURE__ */ e({
|
|
8317
8582
|
abi: m,
|
|
8318
8583
|
functionName: "claims"
|
|
8319
|
-
}),
|
|
8584
|
+
}), Tt = /* @__PURE__ */ e(
|
|
8320
8585
|
{ abi: m, functionName: "currentReward" }
|
|
8321
|
-
),
|
|
8586
|
+
), ft = /* @__PURE__ */ e({
|
|
8322
8587
|
abi: m,
|
|
8323
8588
|
functionName: "entries"
|
|
8324
|
-
}),
|
|
8589
|
+
}), vt = /* @__PURE__ */ e({
|
|
8325
8590
|
abi: m,
|
|
8326
8591
|
functionName: "isClaimable"
|
|
8327
|
-
}),
|
|
8592
|
+
}), wt = /* @__PURE__ */ e({
|
|
8328
8593
|
abi: m,
|
|
8329
8594
|
functionName: "limit"
|
|
8330
|
-
}),
|
|
8595
|
+
}), Mt = /* @__PURE__ */ e({
|
|
8331
8596
|
abi: m,
|
|
8332
8597
|
functionName: "owner"
|
|
8333
|
-
}),
|
|
8598
|
+
}), It = /* @__PURE__ */ e({
|
|
8334
8599
|
abi: m,
|
|
8335
8600
|
functionName: "reward"
|
|
8336
|
-
}),
|
|
8601
|
+
}), ht = /* @__PURE__ */ e({
|
|
8337
8602
|
abi: m,
|
|
8338
8603
|
functionName: "strategy"
|
|
8339
|
-
}),
|
|
8604
|
+
}), gt = /* @__PURE__ */ s({
|
|
8340
8605
|
abi: m,
|
|
8341
8606
|
functionName: "claim"
|
|
8342
|
-
}),
|
|
8607
|
+
}), Ot = /* @__PURE__ */ s({
|
|
8343
8608
|
abi: m,
|
|
8344
8609
|
functionName: "clawback"
|
|
8345
|
-
}),
|
|
8610
|
+
}), Nt = /* @__PURE__ */ s({
|
|
8346
8611
|
abi: m,
|
|
8347
8612
|
functionName: "drawRaffle"
|
|
8348
|
-
}),
|
|
8613
|
+
}), At = /* @__PURE__ */ i(
|
|
8349
8614
|
{ abi: m, functionName: "claim" }
|
|
8350
|
-
),
|
|
8615
|
+
), xt = /* @__PURE__ */ i({
|
|
8351
8616
|
abi: m,
|
|
8352
8617
|
functionName: "clawback"
|
|
8353
|
-
}),
|
|
8618
|
+
}), Rt = /* @__PURE__ */ i({
|
|
8354
8619
|
abi: m,
|
|
8355
8620
|
functionName: "drawRaffle"
|
|
8356
|
-
}),
|
|
8621
|
+
}), zt = /* @__PURE__ */ e({
|
|
8357
8622
|
abi: c,
|
|
8358
8623
|
functionName: "asset"
|
|
8359
|
-
}),
|
|
8624
|
+
}), Ct = /* @__PURE__ */ e(
|
|
8360
8625
|
{ abi: c, functionName: "claimed" }
|
|
8361
|
-
),
|
|
8626
|
+
), _t = /* @__PURE__ */ e({
|
|
8362
8627
|
abi: c,
|
|
8363
8628
|
functionName: "claims"
|
|
8364
|
-
}),
|
|
8629
|
+
}), Ht = /* @__PURE__ */ e({
|
|
8365
8630
|
abi: c,
|
|
8366
8631
|
functionName: "currentReward"
|
|
8367
|
-
}),
|
|
8632
|
+
}), Et = /* @__PURE__ */ e({
|
|
8368
8633
|
abi: c,
|
|
8369
8634
|
functionName: "getPeg"
|
|
8370
|
-
}),
|
|
8635
|
+
}), kt = /* @__PURE__ */ e({
|
|
8371
8636
|
abi: c,
|
|
8372
8637
|
functionName: "isClaimable"
|
|
8373
|
-
}),
|
|
8638
|
+
}), Ft = /* @__PURE__ */ e({
|
|
8374
8639
|
abi: c,
|
|
8375
8640
|
functionName: "limit"
|
|
8376
|
-
}),
|
|
8641
|
+
}), Dt = /* @__PURE__ */ e({
|
|
8377
8642
|
abi: c,
|
|
8378
8643
|
functionName: "owner"
|
|
8379
|
-
}),
|
|
8644
|
+
}), qt = /* @__PURE__ */ e({
|
|
8380
8645
|
abi: c,
|
|
8381
8646
|
functionName: "peg"
|
|
8382
|
-
}),
|
|
8647
|
+
}), Lt = /* @__PURE__ */ e({
|
|
8383
8648
|
abi: c,
|
|
8384
8649
|
functionName: "reward"
|
|
8385
|
-
}),
|
|
8650
|
+
}), Bt = /* @__PURE__ */ e({
|
|
8386
8651
|
abi: c,
|
|
8387
8652
|
functionName: "totalClaimed"
|
|
8388
|
-
}),
|
|
8653
|
+
}), Pt = /* @__PURE__ */ s(
|
|
8389
8654
|
{ abi: c, functionName: "claim" }
|
|
8390
|
-
),
|
|
8655
|
+
), Ut = /* @__PURE__ */ s({
|
|
8391
8656
|
abi: c,
|
|
8392
8657
|
functionName: "clawback"
|
|
8393
8658
|
}), St = /* @__PURE__ */ i({
|
|
8394
8659
|
abi: c,
|
|
8395
8660
|
functionName: "claim"
|
|
8396
|
-
}),
|
|
8661
|
+
}), Vt = /* @__PURE__ */ i({
|
|
8397
8662
|
abi: c,
|
|
8398
8663
|
functionName: "clawback"
|
|
8399
|
-
}),
|
|
8400
|
-
abi:
|
|
8664
|
+
}), Zt = /* @__PURE__ */ e({
|
|
8665
|
+
abi: d,
|
|
8401
8666
|
functionName: "asset"
|
|
8402
|
-
}),
|
|
8403
|
-
abi:
|
|
8667
|
+
}), jt = /* @__PURE__ */ e({
|
|
8668
|
+
abi: d,
|
|
8404
8669
|
functionName: "claimed"
|
|
8405
|
-
}),
|
|
8406
|
-
abi:
|
|
8670
|
+
}), $t = /* @__PURE__ */ e({
|
|
8671
|
+
abi: d,
|
|
8407
8672
|
functionName: "claims"
|
|
8408
|
-
}),
|
|
8409
|
-
abi:
|
|
8673
|
+
}), Gt = /* @__PURE__ */ e({
|
|
8674
|
+
abi: d,
|
|
8410
8675
|
functionName: "currentReward"
|
|
8411
|
-
}),
|
|
8412
|
-
abi:
|
|
8676
|
+
}), Wt = /* @__PURE__ */ e({
|
|
8677
|
+
abi: d,
|
|
8413
8678
|
functionName: "getIncentiveCriteria"
|
|
8414
|
-
}),
|
|
8415
|
-
abi:
|
|
8679
|
+
}), Xt = /* @__PURE__ */ e({
|
|
8680
|
+
abi: d,
|
|
8416
8681
|
functionName: "getMaxReward"
|
|
8417
|
-
}),
|
|
8418
|
-
abi:
|
|
8682
|
+
}), Qt = /* @__PURE__ */ e({
|
|
8683
|
+
abi: d,
|
|
8419
8684
|
functionName: "getPeg"
|
|
8420
|
-
}),
|
|
8421
|
-
abi:
|
|
8685
|
+
}), Kt = /* @__PURE__ */ e({
|
|
8686
|
+
abi: d,
|
|
8422
8687
|
functionName: "isClaimable"
|
|
8423
|
-
}), Wt = /* @__PURE__ */ e({
|
|
8424
|
-
abi: l,
|
|
8425
|
-
functionName: "limit"
|
|
8426
8688
|
}), Yt = /* @__PURE__ */ e({
|
|
8427
|
-
abi:
|
|
8689
|
+
abi: d,
|
|
8690
|
+
functionName: "limit"
|
|
8691
|
+
}), Jt = /* @__PURE__ */ e({
|
|
8692
|
+
abi: d,
|
|
8428
8693
|
functionName: "owner"
|
|
8429
|
-
}),
|
|
8430
|
-
abi:
|
|
8694
|
+
}), en = /* @__PURE__ */ e({
|
|
8695
|
+
abi: d,
|
|
8431
8696
|
functionName: "peg"
|
|
8432
|
-
}),
|
|
8433
|
-
abi:
|
|
8697
|
+
}), tn = /* @__PURE__ */ e({
|
|
8698
|
+
abi: d,
|
|
8434
8699
|
functionName: "reward"
|
|
8435
|
-
}),
|
|
8436
|
-
abi:
|
|
8700
|
+
}), nn = /* @__PURE__ */ e({
|
|
8701
|
+
abi: d,
|
|
8437
8702
|
functionName: "totalClaimed"
|
|
8438
|
-
}),
|
|
8439
|
-
abi:
|
|
8703
|
+
}), an = /* @__PURE__ */ s({
|
|
8704
|
+
abi: d,
|
|
8440
8705
|
functionName: "claim"
|
|
8441
|
-
}),
|
|
8442
|
-
abi:
|
|
8706
|
+
}), sn = /* @__PURE__ */ s({
|
|
8707
|
+
abi: d,
|
|
8443
8708
|
functionName: "clawback"
|
|
8444
|
-
}),
|
|
8445
|
-
abi:
|
|
8709
|
+
}), pn = /* @__PURE__ */ i({
|
|
8710
|
+
abi: d,
|
|
8446
8711
|
functionName: "claim"
|
|
8447
|
-
}),
|
|
8448
|
-
abi:
|
|
8712
|
+
}), rn = /* @__PURE__ */ i({
|
|
8713
|
+
abi: d,
|
|
8449
8714
|
functionName: "clawback"
|
|
8450
|
-
}),
|
|
8715
|
+
}), yn = /* @__PURE__ */ e({
|
|
8451
8716
|
abi: Z,
|
|
8452
8717
|
functionName: "getIncentiveCriteria"
|
|
8453
|
-
}),
|
|
8718
|
+
}), un = /* @__PURE__ */ e({
|
|
8454
8719
|
abi: Z,
|
|
8455
8720
|
functionName: "getMaxReward"
|
|
8456
|
-
}),
|
|
8721
|
+
}), on = /* @__PURE__ */ e(
|
|
8457
8722
|
{ abi: v, functionName: "asset" }
|
|
8458
|
-
),
|
|
8723
|
+
), ln = /* @__PURE__ */ e({
|
|
8459
8724
|
abi: v,
|
|
8460
8725
|
functionName: "claimed"
|
|
8461
|
-
}),
|
|
8726
|
+
}), dn = /* @__PURE__ */ e({
|
|
8462
8727
|
abi: v,
|
|
8463
8728
|
functionName: "claims"
|
|
8464
|
-
}),
|
|
8729
|
+
}), mn = /* @__PURE__ */ e({
|
|
8465
8730
|
abi: v,
|
|
8466
8731
|
functionName: "currentReward"
|
|
8467
|
-
}),
|
|
8732
|
+
}), cn = /* @__PURE__ */ e({
|
|
8468
8733
|
abi: v,
|
|
8469
8734
|
functionName: "isClaimable"
|
|
8470
|
-
}),
|
|
8735
|
+
}), bn = /* @__PURE__ */ e(
|
|
8471
8736
|
{ abi: v, functionName: "limit" }
|
|
8472
|
-
),
|
|
8737
|
+
), Tn = /* @__PURE__ */ e(
|
|
8473
8738
|
{ abi: v, functionName: "owner" }
|
|
8474
|
-
),
|
|
8739
|
+
), fn = /* @__PURE__ */ e({
|
|
8475
8740
|
abi: v,
|
|
8476
8741
|
functionName: "reward"
|
|
8477
|
-
}),
|
|
8742
|
+
}), vn = /* @__PURE__ */ e({
|
|
8478
8743
|
abi: v,
|
|
8479
8744
|
functionName: "totalClaimed"
|
|
8480
|
-
}),
|
|
8745
|
+
}), wn = /* @__PURE__ */ s({
|
|
8481
8746
|
abi: v,
|
|
8482
8747
|
functionName: "claim"
|
|
8483
|
-
}),
|
|
8748
|
+
}), Mn = /* @__PURE__ */ s({
|
|
8484
8749
|
abi: v,
|
|
8485
8750
|
functionName: "clawback"
|
|
8486
|
-
}),
|
|
8751
|
+
}), In = /* @__PURE__ */ i({
|
|
8487
8752
|
abi: v,
|
|
8488
8753
|
functionName: "claim"
|
|
8489
|
-
}),
|
|
8754
|
+
}), hn = /* @__PURE__ */ i({
|
|
8490
8755
|
abi: v,
|
|
8491
8756
|
functionName: "clawback"
|
|
8492
|
-
}),
|
|
8757
|
+
}), gn = /* @__PURE__ */ e({
|
|
8493
8758
|
abi: H,
|
|
8494
8759
|
functionName: "getActionClaimant"
|
|
8495
|
-
}),
|
|
8760
|
+
}), On = /* @__PURE__ */ e({
|
|
8496
8761
|
abi: H,
|
|
8497
8762
|
functionName: "getActionSteps"
|
|
8498
|
-
}),
|
|
8763
|
+
}), Nn = /* @__PURE__ */ s({
|
|
8499
8764
|
abi: H,
|
|
8500
8765
|
functionName: "execute"
|
|
8501
|
-
}),
|
|
8766
|
+
}), An = /* @__PURE__ */ i({
|
|
8502
8767
|
abi: H,
|
|
8503
8768
|
functionName: "execute"
|
|
8504
|
-
}),
|
|
8769
|
+
}), xn = /* @__PURE__ */ e({
|
|
8505
8770
|
abi: se,
|
|
8506
8771
|
functionName: "isAuthorized"
|
|
8507
|
-
}),
|
|
8772
|
+
}), Rn = /* @__PURE__ */ e({
|
|
8508
8773
|
abi: O,
|
|
8509
8774
|
functionName: "hashSignerData"
|
|
8510
|
-
}),
|
|
8775
|
+
}), zn = /* @__PURE__ */ e({
|
|
8511
8776
|
abi: O,
|
|
8512
8777
|
functionName: "signers"
|
|
8513
|
-
}),
|
|
8778
|
+
}), Cn = /* @__PURE__ */ s({
|
|
8514
8779
|
abi: O,
|
|
8515
8780
|
functionName: "setAuthorized"
|
|
8516
|
-
}),
|
|
8781
|
+
}), _n = /* @__PURE__ */ s({
|
|
8517
8782
|
abi: O,
|
|
8518
8783
|
functionName: "setValidatorCaller"
|
|
8519
|
-
}),
|
|
8784
|
+
}), Hn = /* @__PURE__ */ s({
|
|
8520
8785
|
abi: O,
|
|
8521
8786
|
functionName: "validate"
|
|
8522
|
-
}),
|
|
8787
|
+
}), En = /* @__PURE__ */ i({
|
|
8523
8788
|
abi: O,
|
|
8524
8789
|
functionName: "setAuthorized"
|
|
8525
|
-
}),
|
|
8790
|
+
}), kn = /* @__PURE__ */ i({
|
|
8526
8791
|
abi: O,
|
|
8527
8792
|
functionName: "setValidatorCaller"
|
|
8528
|
-
}),
|
|
8793
|
+
}), Fn = /* @__PURE__ */ i({
|
|
8529
8794
|
abi: O,
|
|
8530
8795
|
functionName: "validate"
|
|
8531
|
-
}),
|
|
8796
|
+
}), Dn = /* @__PURE__ */ e({
|
|
8532
8797
|
abi: b,
|
|
8533
8798
|
functionName: "available"
|
|
8534
|
-
}),
|
|
8799
|
+
}), qn = /* @__PURE__ */ e({
|
|
8535
8800
|
abi: b,
|
|
8536
8801
|
functionName: "distributed"
|
|
8537
|
-
}),
|
|
8802
|
+
}), Ln = /* @__PURE__ */ e({
|
|
8538
8803
|
abi: b,
|
|
8539
8804
|
functionName: "owner"
|
|
8540
|
-
}),
|
|
8805
|
+
}), Bn = /* @__PURE__ */ e({
|
|
8541
8806
|
abi: b,
|
|
8542
8807
|
functionName: "total"
|
|
8543
|
-
}),
|
|
8808
|
+
}), Pn = /* @__PURE__ */ s({
|
|
8544
8809
|
abi: b,
|
|
8545
8810
|
functionName: "allocate"
|
|
8546
|
-
}),
|
|
8811
|
+
}), Un = /* @__PURE__ */ s({
|
|
8547
8812
|
abi: b,
|
|
8548
8813
|
functionName: "clawback"
|
|
8549
8814
|
}), Sn = /* @__PURE__ */ s({
|
|
8550
8815
|
abi: b,
|
|
8551
8816
|
functionName: "clawbackFromTarget"
|
|
8552
|
-
}),
|
|
8817
|
+
}), Vn = /* @__PURE__ */ s({
|
|
8553
8818
|
abi: b,
|
|
8554
8819
|
functionName: "disburse"
|
|
8555
|
-
}),
|
|
8820
|
+
}), Zn = /* @__PURE__ */ s({
|
|
8556
8821
|
abi: b,
|
|
8557
8822
|
functionName: "disburseBatch"
|
|
8558
|
-
}),
|
|
8823
|
+
}), jn = /* @__PURE__ */ i({
|
|
8559
8824
|
abi: b,
|
|
8560
8825
|
functionName: "allocate"
|
|
8561
|
-
}),
|
|
8826
|
+
}), $n = /* @__PURE__ */ i({
|
|
8562
8827
|
abi: b,
|
|
8563
8828
|
functionName: "clawback"
|
|
8564
|
-
}),
|
|
8829
|
+
}), Gn = /* @__PURE__ */ i({
|
|
8565
8830
|
abi: b,
|
|
8566
8831
|
functionName: "clawbackFromTarget"
|
|
8567
|
-
}),
|
|
8832
|
+
}), Wn = /* @__PURE__ */ i({
|
|
8568
8833
|
abi: b,
|
|
8569
8834
|
functionName: "disburse"
|
|
8570
|
-
}),
|
|
8835
|
+
}), Xn = /* @__PURE__ */ i({
|
|
8571
8836
|
abi: b,
|
|
8572
8837
|
functionName: "disburseBatch"
|
|
8573
|
-
}),
|
|
8574
|
-
abi:
|
|
8838
|
+
}), Qn = /* @__PURE__ */ e({
|
|
8839
|
+
abi: z,
|
|
8575
8840
|
functionName: "managementFee"
|
|
8576
|
-
}),
|
|
8577
|
-
abi:
|
|
8841
|
+
}), Kn = /* @__PURE__ */ s({
|
|
8842
|
+
abi: z,
|
|
8578
8843
|
functionName: "payManagementFee"
|
|
8579
|
-
}),
|
|
8580
|
-
abi:
|
|
8844
|
+
}), Yn = /* @__PURE__ */ s({
|
|
8845
|
+
abi: z,
|
|
8581
8846
|
functionName: "setManagementFee"
|
|
8582
|
-
}),
|
|
8583
|
-
abi:
|
|
8847
|
+
}), Jn = /* @__PURE__ */ i({
|
|
8848
|
+
abi: z,
|
|
8584
8849
|
functionName: "payManagementFee"
|
|
8585
|
-
}),
|
|
8586
|
-
abi:
|
|
8850
|
+
}), ea = /* @__PURE__ */ i({
|
|
8851
|
+
abi: z,
|
|
8587
8852
|
functionName: "setManagementFee"
|
|
8588
|
-
}),
|
|
8853
|
+
}), ta = /* @__PURE__ */ e({
|
|
8589
8854
|
abi: w,
|
|
8590
8855
|
functionName: "ownershipHandoverExpiresAt"
|
|
8591
|
-
}),
|
|
8856
|
+
}), na = /* @__PURE__ */ s({
|
|
8592
8857
|
abi: w,
|
|
8593
8858
|
functionName: "cancelOwnershipHandover"
|
|
8594
|
-
}),
|
|
8859
|
+
}), aa = /* @__PURE__ */ s({
|
|
8595
8860
|
abi: w,
|
|
8596
8861
|
functionName: "completeOwnershipHandover"
|
|
8597
|
-
}),
|
|
8862
|
+
}), ia = /* @__PURE__ */ s({
|
|
8598
8863
|
abi: w,
|
|
8599
8864
|
functionName: "renounceOwnership"
|
|
8600
|
-
}),
|
|
8865
|
+
}), sa = /* @__PURE__ */ s(
|
|
8601
8866
|
{ abi: w, functionName: "renounceRoles" }
|
|
8602
|
-
),
|
|
8867
|
+
), pa = /* @__PURE__ */ s({
|
|
8603
8868
|
abi: w,
|
|
8604
8869
|
functionName: "requestOwnershipHandover"
|
|
8605
|
-
}),
|
|
8870
|
+
}), ra = /* @__PURE__ */ s({
|
|
8606
8871
|
abi: w,
|
|
8607
8872
|
functionName: "transferOwnership"
|
|
8608
|
-
}),
|
|
8873
|
+
}), ya = /* @__PURE__ */ i({
|
|
8609
8874
|
abi: w,
|
|
8610
8875
|
functionName: "cancelOwnershipHandover"
|
|
8611
|
-
}),
|
|
8876
|
+
}), ua = /* @__PURE__ */ i({
|
|
8612
8877
|
abi: w,
|
|
8613
8878
|
functionName: "completeOwnershipHandover"
|
|
8614
|
-
}),
|
|
8879
|
+
}), oa = /* @__PURE__ */ i({
|
|
8615
8880
|
abi: w,
|
|
8616
8881
|
functionName: "renounceOwnership"
|
|
8617
|
-
}),
|
|
8882
|
+
}), la = /* @__PURE__ */ i({
|
|
8618
8883
|
abi: w,
|
|
8619
8884
|
functionName: "renounceRoles"
|
|
8620
|
-
}),
|
|
8885
|
+
}), da = /* @__PURE__ */ i({
|
|
8621
8886
|
abi: w,
|
|
8622
8887
|
functionName: "requestOwnershipHandover"
|
|
8623
|
-
}),
|
|
8888
|
+
}), ma = /* @__PURE__ */ i({
|
|
8624
8889
|
abi: w,
|
|
8625
8890
|
functionName: "transferOwnership"
|
|
8626
|
-
}),
|
|
8891
|
+
}), ca = /* @__PURE__ */ e(
|
|
8627
8892
|
{ abi: pe, functionName: "isAuthorized" }
|
|
8628
|
-
),
|
|
8893
|
+
), ba = /* @__PURE__ */ e({
|
|
8629
8894
|
abi: I,
|
|
8630
8895
|
functionName: "claimed"
|
|
8631
|
-
}),
|
|
8896
|
+
}), Ta = /* @__PURE__ */ e({
|
|
8632
8897
|
abi: I,
|
|
8633
8898
|
functionName: "claims"
|
|
8634
|
-
}),
|
|
8899
|
+
}), fa = /* @__PURE__ */ e({
|
|
8635
8900
|
abi: I,
|
|
8636
8901
|
functionName: "currentReward"
|
|
8637
|
-
}),
|
|
8902
|
+
}), va = /* @__PURE__ */ e({
|
|
8638
8903
|
abi: I,
|
|
8639
8904
|
functionName: "isClaimable"
|
|
8640
|
-
}),
|
|
8905
|
+
}), wa = /* @__PURE__ */ e({
|
|
8641
8906
|
abi: I,
|
|
8642
8907
|
functionName: "limit"
|
|
8643
|
-
}),
|
|
8908
|
+
}), Ma = /* @__PURE__ */ e({
|
|
8644
8909
|
abi: I,
|
|
8645
8910
|
functionName: "reward"
|
|
8646
|
-
}),
|
|
8911
|
+
}), Ia = /* @__PURE__ */ e({
|
|
8647
8912
|
abi: I,
|
|
8648
8913
|
functionName: "selector"
|
|
8649
|
-
}),
|
|
8914
|
+
}), ha = /* @__PURE__ */ e({
|
|
8650
8915
|
abi: I,
|
|
8651
8916
|
functionName: "venue"
|
|
8652
|
-
}),
|
|
8917
|
+
}), ga = /* @__PURE__ */ s({
|
|
8653
8918
|
abi: I,
|
|
8654
8919
|
functionName: "claim"
|
|
8655
|
-
}),
|
|
8920
|
+
}), Oa = /* @__PURE__ */ i({
|
|
8656
8921
|
abi: I,
|
|
8657
8922
|
functionName: "claim"
|
|
8658
|
-
}),
|
|
8923
|
+
}), Na = /* @__PURE__ */ e({
|
|
8659
8924
|
abi: T,
|
|
8660
8925
|
functionName: "hasAllRoles"
|
|
8661
|
-
}),
|
|
8926
|
+
}), Aa = /* @__PURE__ */ e({
|
|
8662
8927
|
abi: T,
|
|
8663
8928
|
functionName: "hasAnyRole"
|
|
8664
|
-
}),
|
|
8929
|
+
}), xa = /* @__PURE__ */ e({
|
|
8665
8930
|
abi: T,
|
|
8666
8931
|
functionName: "isAuthorized"
|
|
8667
|
-
}),
|
|
8932
|
+
}), Ra = /* @__PURE__ */ e({
|
|
8668
8933
|
abi: T,
|
|
8669
8934
|
functionName: "rolesOf"
|
|
8670
|
-
}),
|
|
8935
|
+
}), za = /* @__PURE__ */ s({
|
|
8671
8936
|
abi: T,
|
|
8672
8937
|
functionName: "grantManyRoles"
|
|
8673
|
-
}),
|
|
8938
|
+
}), Ca = /* @__PURE__ */ s({
|
|
8674
8939
|
abi: T,
|
|
8675
8940
|
functionName: "grantRoles"
|
|
8676
|
-
}),
|
|
8941
|
+
}), _a = /* @__PURE__ */ s({
|
|
8677
8942
|
abi: T,
|
|
8678
8943
|
functionName: "revokeManyRoles"
|
|
8679
|
-
}),
|
|
8944
|
+
}), Ha = /* @__PURE__ */ s({
|
|
8680
8945
|
abi: T,
|
|
8681
8946
|
functionName: "revokeRoles"
|
|
8682
|
-
}),
|
|
8947
|
+
}), Ea = /* @__PURE__ */ s({
|
|
8683
8948
|
abi: T,
|
|
8684
8949
|
functionName: "setAuthorized"
|
|
8685
|
-
}),
|
|
8950
|
+
}), ka = /* @__PURE__ */ i({
|
|
8686
8951
|
abi: T,
|
|
8687
8952
|
functionName: "grantManyRoles"
|
|
8688
|
-
}),
|
|
8953
|
+
}), Fa = /* @__PURE__ */ i({
|
|
8689
8954
|
abi: T,
|
|
8690
8955
|
functionName: "grantRoles"
|
|
8691
|
-
}),
|
|
8956
|
+
}), Da = /* @__PURE__ */ i(
|
|
8692
8957
|
{ abi: T, functionName: "revokeManyRoles" }
|
|
8693
|
-
),
|
|
8958
|
+
), qa = /* @__PURE__ */ i({
|
|
8694
8959
|
abi: T,
|
|
8695
8960
|
functionName: "revokeRoles"
|
|
8696
|
-
}),
|
|
8961
|
+
}), La = /* @__PURE__ */ i({
|
|
8697
8962
|
abi: T,
|
|
8698
8963
|
functionName: "setAuthorized"
|
|
8699
|
-
}),
|
|
8964
|
+
}), Ba = /* @__PURE__ */ e({
|
|
8700
8965
|
abi: N,
|
|
8701
8966
|
functionName: "hashSignerData"
|
|
8702
|
-
}),
|
|
8967
|
+
}), Pa = /* @__PURE__ */ e({
|
|
8703
8968
|
abi: N,
|
|
8704
8969
|
functionName: "signers"
|
|
8705
|
-
}),
|
|
8970
|
+
}), Ua = /* @__PURE__ */ s({
|
|
8706
8971
|
abi: N,
|
|
8707
8972
|
functionName: "setAuthorized"
|
|
8708
8973
|
}), Sa = /* @__PURE__ */ s({
|
|
8709
8974
|
abi: N,
|
|
8710
8975
|
functionName: "setValidatorCaller"
|
|
8711
|
-
}),
|
|
8976
|
+
}), Va = /* @__PURE__ */ s({
|
|
8712
8977
|
abi: N,
|
|
8713
8978
|
functionName: "validate"
|
|
8714
|
-
}),
|
|
8979
|
+
}), Za = /* @__PURE__ */ i({
|
|
8715
8980
|
abi: N,
|
|
8716
8981
|
functionName: "setAuthorized"
|
|
8717
|
-
}),
|
|
8982
|
+
}), ja = /* @__PURE__ */ i({
|
|
8718
8983
|
abi: N,
|
|
8719
8984
|
functionName: "setValidatorCaller"
|
|
8720
|
-
}),
|
|
8985
|
+
}), $a = /* @__PURE__ */ i({
|
|
8721
8986
|
abi: N,
|
|
8722
8987
|
functionName: "validate"
|
|
8723
|
-
}),
|
|
8988
|
+
}), Ga = /* @__PURE__ */ e({
|
|
8724
8989
|
abi: E,
|
|
8725
8990
|
functionName: "isAllowed"
|
|
8726
|
-
}),
|
|
8991
|
+
}), Wa = /* @__PURE__ */ e({
|
|
8727
8992
|
abi: E,
|
|
8728
8993
|
functionName: "owner"
|
|
8729
|
-
}),
|
|
8994
|
+
}), Xa = /* @__PURE__ */ s(
|
|
8730
8995
|
{ abi: E, functionName: "setAllowed" }
|
|
8731
|
-
),
|
|
8996
|
+
), Qa = /* @__PURE__ */ i({
|
|
8732
8997
|
abi: E,
|
|
8733
8998
|
functionName: "setAllowed"
|
|
8734
|
-
}),
|
|
8999
|
+
}), Ka = /* @__PURE__ */ e({
|
|
8735
9000
|
abi: q,
|
|
8736
9001
|
functionName: "isAllowed"
|
|
8737
|
-
}),
|
|
9002
|
+
}), Ya = /* @__PURE__ */ s({
|
|
8738
9003
|
abi: q,
|
|
8739
9004
|
functionName: "setDenied"
|
|
8740
|
-
}),
|
|
9005
|
+
}), Ja = /* @__PURE__ */ i({
|
|
8741
9006
|
abi: q,
|
|
8742
9007
|
functionName: "setDenied"
|
|
8743
9008
|
});
|
|
8744
9009
|
export {
|
|
8745
|
-
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
9010
|
+
pe as $,
|
|
9011
|
+
v as A,
|
|
9012
|
+
q as B,
|
|
9013
|
+
sa as C,
|
|
9014
|
+
oa as D,
|
|
9015
|
+
na as E,
|
|
8751
9016
|
ia as F,
|
|
8752
|
-
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
|
|
8764
|
-
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
9017
|
+
Te as G,
|
|
9018
|
+
h as H,
|
|
9019
|
+
qa as I,
|
|
9020
|
+
Na as J,
|
|
9021
|
+
Aa as K,
|
|
9022
|
+
be as L,
|
|
9023
|
+
Je as M,
|
|
9024
|
+
f as N,
|
|
9025
|
+
Ke as O,
|
|
9026
|
+
ya as P,
|
|
9027
|
+
Ye as Q,
|
|
9028
|
+
I as R,
|
|
9029
|
+
O as S,
|
|
9030
|
+
ce as T,
|
|
9031
|
+
ma as U,
|
|
9032
|
+
T as V,
|
|
9033
|
+
la as W,
|
|
9034
|
+
xa as X,
|
|
9035
|
+
Qe as Y,
|
|
9036
|
+
$e as Z,
|
|
9037
|
+
N as _,
|
|
8773
9038
|
oe as a,
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
9039
|
+
Nt as a$,
|
|
9040
|
+
Ge as a0,
|
|
9041
|
+
Xe as a1,
|
|
9042
|
+
We as a2,
|
|
9043
|
+
ca as a3,
|
|
8779
9044
|
le as a4,
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8800
|
-
|
|
8801
|
-
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
|
|
9045
|
+
jn as a5,
|
|
9046
|
+
Pn as a6,
|
|
9047
|
+
$n as a7,
|
|
9048
|
+
Un as a8,
|
|
9049
|
+
Gn as a9,
|
|
9050
|
+
at as aA,
|
|
9051
|
+
rt as aB,
|
|
9052
|
+
nt as aC,
|
|
9053
|
+
et as aD,
|
|
9054
|
+
tt as aE,
|
|
9055
|
+
yt as aF,
|
|
9056
|
+
lt as aG,
|
|
9057
|
+
ut as aH,
|
|
9058
|
+
dt as aI,
|
|
9059
|
+
ot as aJ,
|
|
9060
|
+
st as aK,
|
|
9061
|
+
it as aL,
|
|
9062
|
+
Mt as aM,
|
|
9063
|
+
Tt as aN,
|
|
9064
|
+
bt as aO,
|
|
9065
|
+
ct as aP,
|
|
9066
|
+
mt as aQ,
|
|
9067
|
+
ht as aR,
|
|
9068
|
+
It as aS,
|
|
9069
|
+
wt as aT,
|
|
9070
|
+
ft as aU,
|
|
9071
|
+
At as aV,
|
|
9072
|
+
gt as aW,
|
|
9073
|
+
xt as aX,
|
|
9074
|
+
Ot as aY,
|
|
9075
|
+
vt as aZ,
|
|
9076
|
+
Rt as a_,
|
|
8812
9077
|
Sn as aa,
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
9078
|
+
Wn as ab,
|
|
9079
|
+
Vn as ac,
|
|
9080
|
+
Xn as ad,
|
|
9081
|
+
Zn as ae,
|
|
9082
|
+
Ln as af,
|
|
9083
|
+
Bn as ag,
|
|
9084
|
+
Dn as ah,
|
|
9085
|
+
qn as ai,
|
|
8821
9086
|
he as aj,
|
|
8822
9087
|
we as ak,
|
|
8823
9088
|
ge as al,
|
|
@@ -8827,140 +9092,144 @@ export {
|
|
|
8827
9092
|
Ne as ap,
|
|
8828
9093
|
Oe as aq,
|
|
8829
9094
|
Me as ar,
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
|
|
9095
|
+
Wa as as,
|
|
9096
|
+
Ga as at,
|
|
9097
|
+
Qa as au,
|
|
9098
|
+
Xa as av,
|
|
9099
|
+
Ka as aw,
|
|
9100
|
+
Ja as ax,
|
|
9101
|
+
Ya as ay,
|
|
9102
|
+
pt as az,
|
|
9103
|
+
g as b,
|
|
9104
|
+
Vt as b$,
|
|
9105
|
+
yn as b0,
|
|
9106
|
+
un as b1,
|
|
9107
|
+
Tn as b2,
|
|
9108
|
+
vn as b3,
|
|
9109
|
+
mn as b4,
|
|
9110
|
+
dn as b5,
|
|
9111
|
+
ln as b6,
|
|
9112
|
+
on as b7,
|
|
9113
|
+
fn as b8,
|
|
9114
|
+
bn as b9,
|
|
9115
|
+
Hn as bA,
|
|
9116
|
+
En as bB,
|
|
9117
|
+
Cn as bC,
|
|
9118
|
+
kn as bD,
|
|
9119
|
+
_n as bE,
|
|
9120
|
+
Jn as bF,
|
|
9121
|
+
Kn as bG,
|
|
9122
|
+
ea as bH,
|
|
9123
|
+
Yn as bI,
|
|
9124
|
+
Qn as bJ,
|
|
8860
9125
|
de as bK,
|
|
8861
9126
|
H as bL,
|
|
8862
|
-
|
|
8863
|
-
|
|
8864
|
-
|
|
8865
|
-
|
|
8866
|
-
|
|
8867
|
-
|
|
8868
|
-
|
|
8869
|
-
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
|
|
8874
|
-
|
|
9127
|
+
On as bM,
|
|
9128
|
+
gn as bN,
|
|
9129
|
+
An as bO,
|
|
9130
|
+
Nn as bP,
|
|
9131
|
+
Dt as bQ,
|
|
9132
|
+
Ht as bR,
|
|
9133
|
+
_t as bS,
|
|
9134
|
+
Bt as bT,
|
|
9135
|
+
Ct as bU,
|
|
9136
|
+
zt as bV,
|
|
9137
|
+
qt as bW,
|
|
9138
|
+
Lt as bX,
|
|
9139
|
+
Ft as bY,
|
|
8875
9140
|
St as bZ,
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
|
|
8879
|
-
|
|
8880
|
-
|
|
8881
|
-
|
|
8882
|
-
|
|
8883
|
-
|
|
8884
|
-
|
|
8885
|
-
|
|
8886
|
-
|
|
8887
|
-
|
|
8888
|
-
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
9141
|
+
Pt as b_,
|
|
9142
|
+
In as ba,
|
|
9143
|
+
wn as bb,
|
|
9144
|
+
hn as bc,
|
|
9145
|
+
Mn as bd,
|
|
9146
|
+
cn as be,
|
|
9147
|
+
Ta as bf,
|
|
9148
|
+
fa as bg,
|
|
9149
|
+
Ma as bh,
|
|
9150
|
+
ba as bi,
|
|
9151
|
+
ha as bj,
|
|
9152
|
+
wa as bk,
|
|
9153
|
+
Ia as bl,
|
|
9154
|
+
Oa as bm,
|
|
9155
|
+
ga as bn,
|
|
9156
|
+
va as bo,
|
|
9157
|
+
Pa as bp,
|
|
9158
|
+
Ba as bq,
|
|
9159
|
+
$a as br,
|
|
9160
|
+
Va as bs,
|
|
9161
|
+
Za as bt,
|
|
9162
|
+
Ua as bu,
|
|
9163
|
+
ja as bv,
|
|
8899
9164
|
Sa as bw,
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
|
|
8907
|
-
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
|
|
8919
|
-
|
|
8920
|
-
|
|
8921
|
-
|
|
8922
|
-
|
|
8923
|
-
|
|
8924
|
-
|
|
8925
|
-
|
|
9165
|
+
zn as bx,
|
|
9166
|
+
Rn as by,
|
|
9167
|
+
Fn as bz,
|
|
9168
|
+
La as c,
|
|
9169
|
+
Ut as c0,
|
|
9170
|
+
kt as c1,
|
|
9171
|
+
Et as c2,
|
|
9172
|
+
Jt as c3,
|
|
9173
|
+
Gt as c4,
|
|
9174
|
+
Xt as c5,
|
|
9175
|
+
$t as c6,
|
|
9176
|
+
nn as c7,
|
|
9177
|
+
jt as c8,
|
|
9178
|
+
Zt as c9,
|
|
9179
|
+
De as cA,
|
|
9180
|
+
ze as cB,
|
|
9181
|
+
je as cC,
|
|
9182
|
+
Le as cD,
|
|
9183
|
+
Ze as cE,
|
|
9184
|
+
qe as cF,
|
|
9185
|
+
en as ca,
|
|
9186
|
+
tn as cb,
|
|
9187
|
+
Yt as cc,
|
|
9188
|
+
pn as cd,
|
|
9189
|
+
an as ce,
|
|
9190
|
+
rn as cf,
|
|
9191
|
+
sn as cg,
|
|
9192
|
+
Kt as ch,
|
|
9193
|
+
Qt as ci,
|
|
9194
|
+
Wt as cj,
|
|
8926
9195
|
me as ck,
|
|
8927
|
-
|
|
8928
|
-
|
|
8929
|
-
|
|
9196
|
+
ke as cl,
|
|
9197
|
+
Ue as cm,
|
|
9198
|
+
Be as cn,
|
|
8930
9199
|
He as co,
|
|
8931
|
-
|
|
9200
|
+
Pe as cp,
|
|
8932
9201
|
Ee as cq,
|
|
8933
9202
|
xe as cr,
|
|
8934
9203
|
Re as cs,
|
|
8935
|
-
|
|
9204
|
+
xn as ct,
|
|
8936
9205
|
Ae as cu,
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
|
|
9206
|
+
Se as cv,
|
|
9207
|
+
Fe as cw,
|
|
9208
|
+
Ce as cx,
|
|
8940
9209
|
_e as cy,
|
|
8941
|
-
|
|
9210
|
+
Ve as cz,
|
|
8942
9211
|
Z as d,
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
|
|
8946
|
-
|
|
9212
|
+
Ea as e,
|
|
9213
|
+
c as f,
|
|
9214
|
+
o as g,
|
|
9215
|
+
b as h,
|
|
8947
9216
|
Ha as i,
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
l,
|
|
8951
|
-
|
|
8952
|
-
|
|
8953
|
-
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
|
|
9217
|
+
Da as j,
|
|
9218
|
+
ra as k,
|
|
9219
|
+
_a as l,
|
|
9220
|
+
m,
|
|
9221
|
+
pa as n,
|
|
9222
|
+
ua as o,
|
|
9223
|
+
z as p,
|
|
9224
|
+
da as q,
|
|
9225
|
+
Ca as r,
|
|
9226
|
+
za as s,
|
|
9227
|
+
Ra as t,
|
|
9228
|
+
aa as u,
|
|
9229
|
+
ka as v,
|
|
9230
|
+
Fa as w,
|
|
9231
|
+
ta as x,
|
|
9232
|
+
d as y,
|
|
9233
|
+
E as z
|
|
8965
9234
|
};
|
|
8966
|
-
//# sourceMappingURL=generated-
|
|
9235
|
+
//# sourceMappingURL=generated-pJZHmRCK.js.map
|