@boostxyz/sdk 5.0.0 → 5.1.1
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 +5 -5
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +18 -0
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +201 -132
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +3 -3
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.js +8 -8
- 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.js +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +14 -0
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +130 -111
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +6 -6
- package/dist/{Budget-fHCvlPfB.js → Budget-C0SMvfEl.js} +53 -53
- package/dist/{Budget-fHCvlPfB.js.map → Budget-C0SMvfEl.js.map} +1 -1
- package/dist/{Budget-Cnyh81n5.cjs → Budget-N0YEfSt2.cjs} +2 -2
- package/dist/{Budget-Cnyh81n5.cjs.map → Budget-N0YEfSt2.cjs.map} +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +3 -3
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.js +29 -29
- 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-DSsxOFKY.js +901 -0
- package/dist/Incentive-DSsxOFKY.js.map +1 -0
- package/dist/Incentive-lNp-ZudZ.cjs +2 -0
- package/dist/Incentive-lNp-ZudZ.cjs.map +1 -0
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.js +11 -11
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
- package/dist/Incentives/CGDAIncentive.d.ts +1 -1
- package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
- package/dist/Incentives/CGDAIncentive.js +24 -22
- 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.js +19 -19
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +1035 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +1 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +19 -19
- 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 +1 -1
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +25 -23
- package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.d.ts +6 -5
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +17 -16
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.js +8 -8
- package/dist/{SimpleDenyList-GZlSeh2G.js → SimpleDenyList-B8QeJthf.js} +12 -12
- package/dist/{SimpleDenyList-GZlSeh2G.js.map → SimpleDenyList-B8QeJthf.js.map} +1 -1
- package/dist/{SimpleDenyList-CgQvS1ek.cjs → SimpleDenyList-DIb4xX3j.cjs} +2 -2
- package/dist/{SimpleDenyList-CgQvS1ek.cjs.map → SimpleDenyList-DIb4xX3j.cjs.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.js +18 -18
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.js +16 -16
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +4 -4
- package/dist/componentInterfaces-D7r9xJmt.cjs +2 -0
- package/dist/componentInterfaces-D7r9xJmt.cjs.map +1 -0
- package/dist/componentInterfaces-PR3ijhgZ.js +18 -0
- package/dist/componentInterfaces-PR3ijhgZ.js.map +1 -0
- package/dist/{deployments-CMdsItcq.cjs → deployments-BGpr4ppG.cjs} +2 -2
- package/dist/deployments-BGpr4ppG.cjs.map +1 -0
- package/dist/{deployments-DzhmI-zL.js → deployments-COxshLqt.js} +42 -32
- package/dist/deployments-COxshLqt.js.map +1 -0
- package/dist/deployments.json +20 -15
- package/dist/generated-CRD9XfOT.cjs +3 -0
- package/dist/generated-CRD9XfOT.cjs.map +1 -0
- package/dist/{generated-Hbd0NIf9.js → generated-ClbO_ULI.js} +1274 -709
- package/dist/generated-ClbO_ULI.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +133 -129
- package/dist/utils.cjs +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +7 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1121 -41
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/src/Actions/EventAction.ts +85 -1
- package/src/BoostCore.ts +27 -0
- package/src/Incentives/CGDAIncentive.ts +3 -1
- package/src/Incentives/ERC20PeggedIncentive.ts +2 -2
- package/src/Incentives/ERC20PeggedVariableCriteriaIncentive.test.ts +315 -0
- package/src/Incentives/ERC20PeggedVariableCriteriaIncentive.ts +728 -0
- package/src/Incentives/ERC20VariableIncentive.ts +3 -1
- package/src/Incentives/Incentive.ts +8 -2
- package/src/index.ts +1 -0
- package/src/utils.ts +10 -0
- package/dist/Incentive-M45PaQsT.js +0 -397
- package/dist/Incentive-M45PaQsT.js.map +0 -1
- package/dist/Incentive-axLU7ndr.cjs +0 -2
- package/dist/Incentive-axLU7ndr.cjs.map +0 -1
- package/dist/componentInterfaces-Bt-4sNB5.cjs +0 -2
- package/dist/componentInterfaces-Bt-4sNB5.cjs.map +0 -1
- package/dist/componentInterfaces-C4uAYjSo.js +0 -16
- package/dist/componentInterfaces-C4uAYjSo.js.map +0 -1
- package/dist/deployments-CMdsItcq.cjs.map +0 -1
- package/dist/deployments-DzhmI-zL.js.map +0 -1
- package/dist/generated-CNkDfjzI.cjs +0 -3
- package/dist/generated-CNkDfjzI.cjs.map +0 -1
- package/dist/generated-Hbd0NIf9.js.map +0 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { simulateContract as
|
|
1
|
+
import { simulateContract as G, readContract as $, writeContract as W } from "viem/actions";
|
|
2
2
|
import { createClient as Y, custom as Q } from "viem";
|
|
3
|
-
import { parseAccount as
|
|
4
|
-
function
|
|
5
|
-
const a = n.state.current,
|
|
3
|
+
import { parseAccount as J, getAddress as X } from "viem/utils";
|
|
4
|
+
function _(n) {
|
|
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) {
|
|
7
7
|
case "connected":
|
|
8
8
|
return {
|
|
9
9
|
address: y,
|
|
10
10
|
addresses: p,
|
|
11
11
|
chain: u,
|
|
12
|
-
chainId:
|
|
13
|
-
connector:
|
|
12
|
+
chainId: t == null ? void 0 : t.chainId,
|
|
13
|
+
connector: t == null ? void 0 : t.connector,
|
|
14
14
|
isConnected: !0,
|
|
15
15
|
isConnecting: !1,
|
|
16
16
|
isDisconnected: !1,
|
|
@@ -22,8 +22,8 @@ function C(n) {
|
|
|
22
22
|
address: y,
|
|
23
23
|
addresses: p,
|
|
24
24
|
chain: u,
|
|
25
|
-
chainId:
|
|
26
|
-
connector:
|
|
25
|
+
chainId: t == null ? void 0 : t.chainId,
|
|
26
|
+
connector: t == null ? void 0 : t.connector,
|
|
27
27
|
isConnected: !!y,
|
|
28
28
|
isConnecting: !1,
|
|
29
29
|
isDisconnected: !1,
|
|
@@ -35,8 +35,8 @@ function C(n) {
|
|
|
35
35
|
address: y,
|
|
36
36
|
addresses: p,
|
|
37
37
|
chain: u,
|
|
38
|
-
chainId:
|
|
39
|
-
connector:
|
|
38
|
+
chainId: t == null ? void 0 : t.chainId,
|
|
39
|
+
connector: t == null ? void 0 : t.connector,
|
|
40
40
|
isConnected: !1,
|
|
41
41
|
isConnecting: !0,
|
|
42
42
|
isDisconnected: !1,
|
|
@@ -58,30 +58,30 @@ function C(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function D(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function k(n, a,
|
|
64
|
+
function k(n, a, t) {
|
|
65
65
|
const p = n[a.name];
|
|
66
66
|
if (typeof p == "function")
|
|
67
67
|
return p;
|
|
68
|
-
const y = n[
|
|
68
|
+
const y = n[t];
|
|
69
69
|
return typeof y == "function" ? y : (u) => a(n, u);
|
|
70
70
|
}
|
|
71
|
-
const
|
|
72
|
-
var
|
|
73
|
-
if (
|
|
71
|
+
const K = "2.13.8", ee = () => `@wagmi/core@${K}`;
|
|
72
|
+
var L = function(n, a, t, p) {
|
|
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
|
-
return
|
|
76
|
-
}, z,
|
|
77
|
-
class
|
|
75
|
+
return t === "m" ? p : t === "a" ? p.call(n) : p ? p.value : a.get(n);
|
|
76
|
+
}, z, B;
|
|
77
|
+
class N extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
80
80
|
}
|
|
81
81
|
get version() {
|
|
82
|
-
return
|
|
82
|
+
return ee();
|
|
83
83
|
}
|
|
84
|
-
constructor(a,
|
|
84
|
+
constructor(a, t = {}) {
|
|
85
85
|
var p;
|
|
86
86
|
super(), z.add(this), Object.defineProperty(this, "details", {
|
|
87
87
|
enumerable: !0,
|
|
@@ -109,27 +109,27 @@ class A extends Error {
|
|
|
109
109
|
writable: !0,
|
|
110
110
|
value: "WagmiCoreError"
|
|
111
111
|
});
|
|
112
|
-
const y =
|
|
112
|
+
const y = t.cause instanceof N ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, u = t.cause instanceof N && t.cause.docsPath || t.docsPath;
|
|
113
113
|
this.message = [
|
|
114
114
|
a || "An error occurred.",
|
|
115
115
|
"",
|
|
116
|
-
...
|
|
116
|
+
...t.metaMessages ? [...t.metaMessages, ""] : [],
|
|
117
117
|
...u ? [
|
|
118
|
-
`Docs: ${this.docsBaseUrl}${u}.html${
|
|
118
|
+
`Docs: ${this.docsBaseUrl}${u}.html${t.docsSlug ? `#${t.docsSlug}` : ""}`
|
|
119
119
|
] : [],
|
|
120
120
|
...y ? [`Details: ${y}`] : [],
|
|
121
121
|
`Version: ${this.version}`
|
|
122
122
|
].join(`
|
|
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 L(this, z, "m", B).call(this, this, a);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
z = /* @__PURE__ */ new WeakSet(),
|
|
130
|
-
return
|
|
129
|
+
z = /* @__PURE__ */ new WeakSet(), B = function n(a, t) {
|
|
130
|
+
return t != null && t(a) ? a : a.cause ? L(this, z, "m", n).call(this, a.cause, t) : a;
|
|
131
131
|
};
|
|
132
|
-
class
|
|
132
|
+
class te extends N {
|
|
133
133
|
constructor() {
|
|
134
134
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
135
135
|
enumerable: !0,
|
|
@@ -139,9 +139,9 @@ class ee extends A {
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
class
|
|
143
|
-
constructor({ address: a, connector:
|
|
144
|
-
super(`Account "${a}" not found for connector "${
|
|
142
|
+
class ne extends N {
|
|
143
|
+
constructor({ address: a, connector: t }) {
|
|
144
|
+
super(`Account "${a}" not found for connector "${t.name}".`), Object.defineProperty(this, "name", {
|
|
145
145
|
enumerable: !0,
|
|
146
146
|
configurable: !0,
|
|
147
147
|
writable: !0,
|
|
@@ -149,11 +149,11 @@ class te extends A {
|
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
class
|
|
153
|
-
constructor({ connectionChainId: a, connectorChainId:
|
|
154
|
-
super(`The current chain of the connector (id: ${
|
|
152
|
+
class ae extends N {
|
|
153
|
+
constructor({ connectionChainId: a, connectorChainId: t }) {
|
|
154
|
+
super(`The current chain of the connector (id: ${t}) does not match the connection's chain (id: ${a}).`, {
|
|
155
155
|
metaMessages: [
|
|
156
|
-
`Current Chain ID: ${
|
|
156
|
+
`Current Chain ID: ${t}`,
|
|
157
157
|
`Expected Chain ID: ${a}`
|
|
158
158
|
]
|
|
159
159
|
}), Object.defineProperty(this, "name", {
|
|
@@ -164,7 +164,7 @@ class ne extends A {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
class
|
|
167
|
+
class ie extends N {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -181,140 +181,140 @@ class ae extends A {
|
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
async function U(n, a = {}) {
|
|
184
|
-
let
|
|
184
|
+
let t;
|
|
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
|
|
189
|
-
const [
|
|
188
|
+
throw new ie({ connector: o });
|
|
189
|
+
const [R, j] = await Promise.all([
|
|
190
190
|
o.getAccounts(),
|
|
191
191
|
o.getChainId()
|
|
192
192
|
]);
|
|
193
|
-
|
|
194
|
-
accounts:
|
|
193
|
+
t = {
|
|
194
|
+
accounts: R,
|
|
195
195
|
chainId: j,
|
|
196
196
|
connector: o
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
199
|
-
|
|
200
|
-
if (!
|
|
201
|
-
throw new
|
|
202
|
-
const p = a.chainId ??
|
|
203
|
-
if (y !==
|
|
204
|
-
throw new
|
|
205
|
-
connectionChainId:
|
|
199
|
+
t = n.state.connections.get(n.state.current);
|
|
200
|
+
if (!t)
|
|
201
|
+
throw new te();
|
|
202
|
+
const p = a.chainId ?? t.chainId, y = await t.connector.getChainId();
|
|
203
|
+
if (y !== t.chainId)
|
|
204
|
+
throw new ae({
|
|
205
|
+
connectionChainId: t.chainId,
|
|
206
206
|
connectorChainId: y
|
|
207
207
|
});
|
|
208
|
-
const u =
|
|
208
|
+
const u = t.connector;
|
|
209
209
|
if (u.getClient)
|
|
210
210
|
return u.getClient({ chainId: p });
|
|
211
|
-
const r =
|
|
212
|
-
if (r.address =
|
|
213
|
-
throw new
|
|
211
|
+
const r = J(a.account ?? t.accounts[0]);
|
|
212
|
+
if (r.address = X(r.address), a.account && !t.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
|
|
213
|
+
throw new ne({
|
|
214
214
|
address: r.address,
|
|
215
215
|
connector: u
|
|
216
216
|
});
|
|
217
|
-
const
|
|
217
|
+
const M = n.chains.find((o) => o.id === p), x = await t.connector.getProvider({ chainId: p });
|
|
218
218
|
return Y({
|
|
219
219
|
account: r,
|
|
220
|
-
chain:
|
|
220
|
+
chain: M,
|
|
221
221
|
name: "Connector Client",
|
|
222
|
-
transport: (o) => Q(
|
|
222
|
+
transport: (o) => Q(x)({ ...o, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
226
|
-
const { abi:
|
|
225
|
+
async function F(n, a) {
|
|
226
|
+
const { abi: t, chainId: p, connector: y, ...u } = a;
|
|
227
227
|
let r;
|
|
228
228
|
a.account ? r = a.account : r = (await U(n, {
|
|
229
229
|
chainId: p,
|
|
230
230
|
connector: y
|
|
231
231
|
})).account;
|
|
232
|
-
const
|
|
232
|
+
const M = n.getClient({ chainId: p }), x = k(M, G, "simulateContract"), { result: o, request: R } = await x({ ...u, abi: t, account: r });
|
|
233
233
|
return {
|
|
234
|
-
chainId:
|
|
234
|
+
chainId: M.chain.id,
|
|
235
235
|
result: o,
|
|
236
|
-
request: { __mode: "prepared", ...
|
|
236
|
+
request: { __mode: "prepared", ...R, chainId: p }
|
|
237
237
|
};
|
|
238
238
|
}
|
|
239
239
|
function i(n) {
|
|
240
|
-
return n.address !== void 0 && typeof n.address == "object" ? (a,
|
|
240
|
+
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
241
241
|
var p;
|
|
242
|
-
const y =
|
|
243
|
-
return
|
|
244
|
-
...
|
|
242
|
+
const y = D(a), u = _(a), r = (t == null ? void 0 : t.chainId) ?? u.chainId ?? y;
|
|
243
|
+
return F(a, {
|
|
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,
|
|
250
|
-
...
|
|
249
|
+
} : (a, t) => F(a, {
|
|
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
|
|
257
|
-
const { chainId:
|
|
258
|
-
return k(y,
|
|
256
|
+
function S(n, a) {
|
|
257
|
+
const { chainId: t, ...p } = a, y = n.getClient({ chainId: t });
|
|
258
|
+
return k(y, $, "readContract")(p);
|
|
259
259
|
}
|
|
260
|
-
function
|
|
261
|
-
return n.address !== void 0 && typeof n.address == "object" ? (a,
|
|
260
|
+
function e(n) {
|
|
261
|
+
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
262
262
|
var p;
|
|
263
|
-
const y =
|
|
264
|
-
return
|
|
265
|
-
...
|
|
263
|
+
const y = D(a), u = _(a), r = (t == null ? void 0 : t.chainId) ?? u.chainId ?? y;
|
|
264
|
+
return S(a, {
|
|
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,
|
|
271
|
-
...
|
|
270
|
+
} : (a, t) => S(a, {
|
|
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
|
|
278
|
-
const { account:
|
|
279
|
-
let
|
|
280
|
-
typeof
|
|
281
|
-
const { connector:
|
|
277
|
+
async function P(n, a) {
|
|
278
|
+
const { account: t, chainId: p, connector: y, __mode: u, ...r } = a;
|
|
279
|
+
let M;
|
|
280
|
+
typeof t == "object" && t.type === "local" ? M = n.getClient({ chainId: p }) : M = await U(n, { account: t, chainId: p, connector: y });
|
|
281
|
+
const { connector: x } = _(n);
|
|
282
282
|
let o;
|
|
283
|
-
if (u === "prepared" ||
|
|
283
|
+
if (u === "prepared" || x != null && x.supportsSimulation)
|
|
284
284
|
o = r;
|
|
285
285
|
else {
|
|
286
|
-
const { request:
|
|
286
|
+
const { request: R } = await F(n, {
|
|
287
287
|
...r,
|
|
288
|
-
account:
|
|
288
|
+
account: t,
|
|
289
289
|
chainId: p
|
|
290
290
|
});
|
|
291
|
-
o =
|
|
291
|
+
o = R;
|
|
292
292
|
}
|
|
293
|
-
return await k(
|
|
293
|
+
return await k(M, W, "writeContract")({
|
|
294
294
|
...o,
|
|
295
|
-
...
|
|
295
|
+
...t ? { account: t } : {},
|
|
296
296
|
chain: p ? { id: p } : null
|
|
297
297
|
});
|
|
298
298
|
}
|
|
299
299
|
function s(n) {
|
|
300
|
-
return n.address !== void 0 && typeof n.address == "object" ? (a,
|
|
300
|
+
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
301
301
|
var p;
|
|
302
|
-
const y =
|
|
302
|
+
const y = D(a), u = _(a);
|
|
303
303
|
let r;
|
|
304
|
-
return
|
|
305
|
-
...
|
|
304
|
+
return t.chainId ? r = t.chainId : t.account && t.account === u.address || t.account === void 0 ? r = u.chainId : r = y, P(a, {
|
|
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,
|
|
311
|
-
...
|
|
310
|
+
} : (a, t) => P(a, {
|
|
311
|
+
...t,
|
|
312
312
|
...n.address ? { address: n.address } : {},
|
|
313
313
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
314
314
|
abi: n.abi
|
|
315
315
|
});
|
|
316
316
|
}
|
|
317
|
-
const
|
|
317
|
+
const oe = [
|
|
318
318
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
319
319
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
320
320
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -416,7 +416,7 @@ const ue = [
|
|
|
416
416
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
417
417
|
stateMutability: "view"
|
|
418
418
|
}
|
|
419
|
-
],
|
|
419
|
+
], le = [
|
|
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
|
-
],
|
|
691
|
+
], de = [
|
|
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
|
-
],
|
|
1074
|
+
], V = [
|
|
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
|
-
],
|
|
1114
|
+
], me = [
|
|
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
|
-
],
|
|
1235
|
+
], ce = [
|
|
1236
1236
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1237
1237
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1238
1238
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1284,7 +1284,7 @@ const ue = [
|
|
|
1284
1284
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1285
1285
|
stateMutability: "payable"
|
|
1286
1286
|
}
|
|
1287
|
-
],
|
|
1287
|
+
], h = [
|
|
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
|
-
],
|
|
1535
|
+
], c = [
|
|
1536
1536
|
{
|
|
1537
1537
|
type: "constructor",
|
|
1538
1538
|
inputs: [
|
|
@@ -2061,7 +2061,7 @@ const ue = [
|
|
|
2061
2061
|
outputs: [],
|
|
2062
2062
|
stateMutability: "payable"
|
|
2063
2063
|
}
|
|
2064
|
-
],
|
|
2064
|
+
], g = [
|
|
2065
2065
|
{
|
|
2066
2066
|
type: "error",
|
|
2067
2067
|
inputs: [
|
|
@@ -2264,7 +2264,7 @@ const ue = [
|
|
|
2264
2264
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2265
2265
|
stateMutability: "view"
|
|
2266
2266
|
}
|
|
2267
|
-
],
|
|
2267
|
+
], f = [
|
|
2268
2268
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2269
2269
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2270
2270
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -2689,7 +2689,7 @@ const ue = [
|
|
|
2689
2689
|
outputs: [],
|
|
2690
2690
|
stateMutability: "payable"
|
|
2691
2691
|
}
|
|
2692
|
-
],
|
|
2692
|
+
], d = [
|
|
2693
2693
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2694
2694
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2695
2695
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3143,7 +3143,7 @@ const ue = [
|
|
|
3143
3143
|
outputs: [],
|
|
3144
3144
|
stateMutability: "payable"
|
|
3145
3145
|
}
|
|
3146
|
-
],
|
|
3146
|
+
], m = [
|
|
3147
3147
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3148
3148
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3149
3149
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3571,7 +3571,8 @@ const ue = [
|
|
|
3571
3571
|
outputs: [],
|
|
3572
3572
|
stateMutability: "payable"
|
|
3573
3573
|
}
|
|
3574
|
-
],
|
|
3574
|
+
], l = [
|
|
3575
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3575
3576
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3576
3577
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
3577
3578
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -3618,6 +3619,7 @@ const ue = [
|
|
|
3618
3619
|
type: "address",
|
|
3619
3620
|
indexed: !0
|
|
3620
3621
|
},
|
|
3622
|
+
{ name: "peg", internalType: "address", type: "address", indexed: !0 },
|
|
3621
3623
|
{
|
|
3622
3624
|
name: "reward",
|
|
3623
3625
|
internalType: "uint256",
|
|
@@ -3630,6 +3632,12 @@ const ue = [
|
|
|
3630
3632
|
type: "uint256",
|
|
3631
3633
|
indexed: !1
|
|
3632
3634
|
},
|
|
3635
|
+
{
|
|
3636
|
+
name: "manager",
|
|
3637
|
+
internalType: "address",
|
|
3638
|
+
type: "address",
|
|
3639
|
+
indexed: !1
|
|
3640
|
+
},
|
|
3633
3641
|
{
|
|
3634
3642
|
name: "maxReward",
|
|
3635
3643
|
internalType: "uint256",
|
|
@@ -3638,7 +3646,7 @@ const ue = [
|
|
|
3638
3646
|
},
|
|
3639
3647
|
{
|
|
3640
3648
|
name: "criteria",
|
|
3641
|
-
internalType: "struct
|
|
3649
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
|
|
3642
3650
|
type: "tuple",
|
|
3643
3651
|
components: [
|
|
3644
3652
|
{
|
|
@@ -3653,32 +3661,7 @@ const ue = [
|
|
|
3653
3661
|
indexed: !1
|
|
3654
3662
|
}
|
|
3655
3663
|
],
|
|
3656
|
-
name: "
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
type: "event",
|
|
3660
|
-
anonymous: !1,
|
|
3661
|
-
inputs: [
|
|
3662
|
-
{
|
|
3663
|
-
name: "asset",
|
|
3664
|
-
internalType: "address",
|
|
3665
|
-
type: "address",
|
|
3666
|
-
indexed: !0
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
name: "reward",
|
|
3670
|
-
internalType: "uint256",
|
|
3671
|
-
type: "uint256",
|
|
3672
|
-
indexed: !1
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
name: "limit",
|
|
3676
|
-
internalType: "uint256",
|
|
3677
|
-
type: "uint256",
|
|
3678
|
-
indexed: !1
|
|
3679
|
-
}
|
|
3680
|
-
],
|
|
3681
|
-
name: "ERC20VariableIncentiveInitialized"
|
|
3664
|
+
name: "ERC20PeggedIncentiveInitialized"
|
|
3682
3665
|
},
|
|
3683
3666
|
{
|
|
3684
3667
|
type: "event",
|
|
@@ -3844,7 +3827,7 @@ const ue = [
|
|
|
3844
3827
|
outputs: [
|
|
3845
3828
|
{
|
|
3846
3829
|
name: "",
|
|
3847
|
-
internalType: "struct
|
|
3830
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentive.IncentiveCriteria",
|
|
3848
3831
|
type: "tuple",
|
|
3849
3832
|
components: [
|
|
3850
3833
|
{
|
|
@@ -3867,6 +3850,13 @@ const ue = [
|
|
|
3867
3850
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3868
3851
|
stateMutability: "view"
|
|
3869
3852
|
},
|
|
3853
|
+
{
|
|
3854
|
+
type: "function",
|
|
3855
|
+
inputs: [],
|
|
3856
|
+
name: "getPeg",
|
|
3857
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3858
|
+
stateMutability: "view"
|
|
3859
|
+
},
|
|
3870
3860
|
{
|
|
3871
3861
|
type: "function",
|
|
3872
3862
|
inputs: [
|
|
@@ -3941,7 +3931,7 @@ const ue = [
|
|
|
3941
3931
|
type: "function",
|
|
3942
3932
|
inputs: [
|
|
3943
3933
|
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
3944
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3934
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
3945
3935
|
],
|
|
3946
3936
|
name: "isClaimable",
|
|
3947
3937
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
@@ -3954,13 +3944,6 @@ const ue = [
|
|
|
3954
3944
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3955
3945
|
stateMutability: "view"
|
|
3956
3946
|
},
|
|
3957
|
-
{
|
|
3958
|
-
type: "function",
|
|
3959
|
-
inputs: [],
|
|
3960
|
-
name: "maxReward",
|
|
3961
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3962
|
-
stateMutability: "view"
|
|
3963
|
-
},
|
|
3964
3947
|
{
|
|
3965
3948
|
type: "function",
|
|
3966
3949
|
inputs: [],
|
|
@@ -3977,6 +3960,13 @@ const ue = [
|
|
|
3977
3960
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
3978
3961
|
stateMutability: "view"
|
|
3979
3962
|
},
|
|
3963
|
+
{
|
|
3964
|
+
type: "function",
|
|
3965
|
+
inputs: [],
|
|
3966
|
+
name: "peg",
|
|
3967
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3968
|
+
stateMutability: "view"
|
|
3969
|
+
},
|
|
3980
3970
|
{
|
|
3981
3971
|
type: "function",
|
|
3982
3972
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -4056,6 +4046,13 @@ const ue = [
|
|
|
4056
4046
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4057
4047
|
stateMutability: "view"
|
|
4058
4048
|
},
|
|
4049
|
+
{
|
|
4050
|
+
type: "function",
|
|
4051
|
+
inputs: [],
|
|
4052
|
+
name: "totalClaim",
|
|
4053
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4054
|
+
stateMutability: "view"
|
|
4055
|
+
},
|
|
4059
4056
|
{
|
|
4060
4057
|
type: "function",
|
|
4061
4058
|
inputs: [],
|
|
@@ -4070,8 +4067,7 @@ const ue = [
|
|
|
4070
4067
|
outputs: [],
|
|
4071
4068
|
stateMutability: "payable"
|
|
4072
4069
|
}
|
|
4073
|
-
],
|
|
4074
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4070
|
+
], Z = [
|
|
4075
4071
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4076
4072
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4077
4073
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4108,6 +4104,53 @@ const ue = [
|
|
|
4108
4104
|
],
|
|
4109
4105
|
name: "Claimed"
|
|
4110
4106
|
},
|
|
4107
|
+
{
|
|
4108
|
+
type: "event",
|
|
4109
|
+
anonymous: !1,
|
|
4110
|
+
inputs: [
|
|
4111
|
+
{
|
|
4112
|
+
name: "asset",
|
|
4113
|
+
internalType: "address",
|
|
4114
|
+
type: "address",
|
|
4115
|
+
indexed: !0
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
name: "reward",
|
|
4119
|
+
internalType: "uint256",
|
|
4120
|
+
type: "uint256",
|
|
4121
|
+
indexed: !1
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
name: "limit",
|
|
4125
|
+
internalType: "uint256",
|
|
4126
|
+
type: "uint256",
|
|
4127
|
+
indexed: !1
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
name: "maxReward",
|
|
4131
|
+
internalType: "uint256",
|
|
4132
|
+
type: "uint256",
|
|
4133
|
+
indexed: !1
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
name: "criteria",
|
|
4137
|
+
internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
|
|
4138
|
+
type: "tuple",
|
|
4139
|
+
components: [
|
|
4140
|
+
{
|
|
4141
|
+
name: "criteriaType",
|
|
4142
|
+
internalType: "enum SignatureType",
|
|
4143
|
+
type: "uint8"
|
|
4144
|
+
},
|
|
4145
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4146
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4147
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4148
|
+
],
|
|
4149
|
+
indexed: !1
|
|
4150
|
+
}
|
|
4151
|
+
],
|
|
4152
|
+
name: "ERC20VariableCriteriaIncentiveInitialized"
|
|
4153
|
+
},
|
|
4111
4154
|
{
|
|
4112
4155
|
type: "event",
|
|
4113
4156
|
anonymous: !1,
|
|
@@ -4290,6 +4333,36 @@ const ue = [
|
|
|
4290
4333
|
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4291
4334
|
stateMutability: "pure"
|
|
4292
4335
|
},
|
|
4336
|
+
{
|
|
4337
|
+
type: "function",
|
|
4338
|
+
inputs: [],
|
|
4339
|
+
name: "getIncentiveCriteria",
|
|
4340
|
+
outputs: [
|
|
4341
|
+
{
|
|
4342
|
+
name: "",
|
|
4343
|
+
internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
|
|
4344
|
+
type: "tuple",
|
|
4345
|
+
components: [
|
|
4346
|
+
{
|
|
4347
|
+
name: "criteriaType",
|
|
4348
|
+
internalType: "enum SignatureType",
|
|
4349
|
+
type: "uint8"
|
|
4350
|
+
},
|
|
4351
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4352
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4353
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4354
|
+
]
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
stateMutability: "view"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
type: "function",
|
|
4361
|
+
inputs: [],
|
|
4362
|
+
name: "getMaxReward",
|
|
4363
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4364
|
+
stateMutability: "view"
|
|
4365
|
+
},
|
|
4293
4366
|
{
|
|
4294
4367
|
type: "function",
|
|
4295
4368
|
inputs: [
|
|
@@ -4330,6 +4403,22 @@ const ue = [
|
|
|
4330
4403
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4331
4404
|
stateMutability: "view"
|
|
4332
4405
|
},
|
|
4406
|
+
{
|
|
4407
|
+
type: "function",
|
|
4408
|
+
inputs: [],
|
|
4409
|
+
name: "incentiveCriteria",
|
|
4410
|
+
outputs: [
|
|
4411
|
+
{
|
|
4412
|
+
name: "criteriaType",
|
|
4413
|
+
internalType: "enum SignatureType",
|
|
4414
|
+
type: "uint8"
|
|
4415
|
+
},
|
|
4416
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4417
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4418
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4419
|
+
],
|
|
4420
|
+
stateMutability: "view"
|
|
4421
|
+
},
|
|
4333
4422
|
{
|
|
4334
4423
|
type: "function",
|
|
4335
4424
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -4361,6 +4450,13 @@ const ue = [
|
|
|
4361
4450
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4362
4451
|
stateMutability: "view"
|
|
4363
4452
|
},
|
|
4453
|
+
{
|
|
4454
|
+
type: "function",
|
|
4455
|
+
inputs: [],
|
|
4456
|
+
name: "maxReward",
|
|
4457
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4458
|
+
stateMutability: "view"
|
|
4459
|
+
},
|
|
4364
4460
|
{
|
|
4365
4461
|
type: "function",
|
|
4366
4462
|
inputs: [],
|
|
@@ -4470,60 +4566,460 @@ const ue = [
|
|
|
4470
4566
|
outputs: [],
|
|
4471
4567
|
stateMutability: "payable"
|
|
4472
4568
|
}
|
|
4473
|
-
],
|
|
4569
|
+
], v = [
|
|
4474
4570
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4571
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4572
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4475
4573
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4476
4574
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
4575
|
+
{
|
|
4576
|
+
type: "error",
|
|
4577
|
+
inputs: [
|
|
4578
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
4579
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
4580
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
4581
|
+
],
|
|
4582
|
+
name: "InsufficientFunds"
|
|
4583
|
+
},
|
|
4584
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4477
4585
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4478
4586
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4479
|
-
{ type: "error", inputs: [], name: "
|
|
4587
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4588
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
4589
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
4590
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
4480
4591
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4592
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4481
4593
|
{
|
|
4482
4594
|
type: "event",
|
|
4483
4595
|
anonymous: !1,
|
|
4484
4596
|
inputs: [
|
|
4485
4597
|
{
|
|
4486
|
-
name: "
|
|
4598
|
+
name: "recipient",
|
|
4487
4599
|
internalType: "address",
|
|
4488
4600
|
type: "address",
|
|
4489
4601
|
indexed: !0
|
|
4490
4602
|
},
|
|
4603
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
4604
|
+
],
|
|
4605
|
+
name: "Claimed"
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
type: "event",
|
|
4609
|
+
anonymous: !1,
|
|
4610
|
+
inputs: [
|
|
4491
4611
|
{
|
|
4492
|
-
name: "
|
|
4612
|
+
name: "asset",
|
|
4493
4613
|
internalType: "address",
|
|
4494
4614
|
type: "address",
|
|
4615
|
+
indexed: !0
|
|
4616
|
+
},
|
|
4617
|
+
{
|
|
4618
|
+
name: "reward",
|
|
4619
|
+
internalType: "uint256",
|
|
4620
|
+
type: "uint256",
|
|
4495
4621
|
indexed: !1
|
|
4496
4622
|
},
|
|
4497
|
-
{
|
|
4498
|
-
|
|
4623
|
+
{
|
|
4624
|
+
name: "limit",
|
|
4625
|
+
internalType: "uint256",
|
|
4626
|
+
type: "uint256",
|
|
4627
|
+
indexed: !1
|
|
4628
|
+
}
|
|
4499
4629
|
],
|
|
4500
|
-
name: "
|
|
4630
|
+
name: "ERC20VariableIncentiveInitialized"
|
|
4501
4631
|
},
|
|
4502
4632
|
{
|
|
4503
4633
|
type: "event",
|
|
4504
4634
|
anonymous: !1,
|
|
4505
4635
|
inputs: [
|
|
4506
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
4507
4636
|
{
|
|
4508
|
-
name: "
|
|
4509
|
-
internalType: "
|
|
4510
|
-
type: "
|
|
4637
|
+
name: "version",
|
|
4638
|
+
internalType: "uint64",
|
|
4639
|
+
type: "uint64",
|
|
4511
4640
|
indexed: !1
|
|
4512
|
-
}
|
|
4513
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
4641
|
+
}
|
|
4514
4642
|
],
|
|
4515
|
-
name: "
|
|
4643
|
+
name: "Initialized"
|
|
4516
4644
|
},
|
|
4517
4645
|
{
|
|
4518
4646
|
type: "event",
|
|
4519
4647
|
anonymous: !1,
|
|
4520
4648
|
inputs: [
|
|
4521
4649
|
{
|
|
4522
|
-
name: "
|
|
4523
|
-
internalType: "
|
|
4524
|
-
type: "
|
|
4525
|
-
|
|
4526
|
-
|
|
4650
|
+
name: "pendingOwner",
|
|
4651
|
+
internalType: "address",
|
|
4652
|
+
type: "address",
|
|
4653
|
+
indexed: !0
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
name: "OwnershipHandoverCanceled"
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
type: "event",
|
|
4660
|
+
anonymous: !1,
|
|
4661
|
+
inputs: [
|
|
4662
|
+
{
|
|
4663
|
+
name: "pendingOwner",
|
|
4664
|
+
internalType: "address",
|
|
4665
|
+
type: "address",
|
|
4666
|
+
indexed: !0
|
|
4667
|
+
}
|
|
4668
|
+
],
|
|
4669
|
+
name: "OwnershipHandoverRequested"
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
type: "event",
|
|
4673
|
+
anonymous: !1,
|
|
4674
|
+
inputs: [
|
|
4675
|
+
{
|
|
4676
|
+
name: "oldOwner",
|
|
4677
|
+
internalType: "address",
|
|
4678
|
+
type: "address",
|
|
4679
|
+
indexed: !0
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
name: "newOwner",
|
|
4683
|
+
internalType: "address",
|
|
4684
|
+
type: "address",
|
|
4685
|
+
indexed: !0
|
|
4686
|
+
}
|
|
4687
|
+
],
|
|
4688
|
+
name: "OwnershipTransferred"
|
|
4689
|
+
},
|
|
4690
|
+
{
|
|
4691
|
+
type: "event",
|
|
4692
|
+
anonymous: !1,
|
|
4693
|
+
inputs: [
|
|
4694
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
4695
|
+
{
|
|
4696
|
+
name: "roles",
|
|
4697
|
+
internalType: "uint256",
|
|
4698
|
+
type: "uint256",
|
|
4699
|
+
indexed: !0
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
name: "RolesUpdated"
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
type: "function",
|
|
4706
|
+
inputs: [],
|
|
4707
|
+
name: "ADMIN_ROLE",
|
|
4708
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4709
|
+
stateMutability: "view"
|
|
4710
|
+
},
|
|
4711
|
+
{
|
|
4712
|
+
type: "function",
|
|
4713
|
+
inputs: [],
|
|
4714
|
+
name: "MANAGER_ROLE",
|
|
4715
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4716
|
+
stateMutability: "view"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
type: "function",
|
|
4720
|
+
inputs: [],
|
|
4721
|
+
name: "asset",
|
|
4722
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4723
|
+
stateMutability: "view"
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
type: "function",
|
|
4727
|
+
inputs: [],
|
|
4728
|
+
name: "cancelOwnershipHandover",
|
|
4729
|
+
outputs: [],
|
|
4730
|
+
stateMutability: "payable"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
type: "function",
|
|
4734
|
+
inputs: [
|
|
4735
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
4736
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
4737
|
+
],
|
|
4738
|
+
name: "claim",
|
|
4739
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4740
|
+
stateMutability: "nonpayable"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
type: "function",
|
|
4744
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4745
|
+
name: "claimed",
|
|
4746
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4747
|
+
stateMutability: "view"
|
|
4748
|
+
},
|
|
4749
|
+
{
|
|
4750
|
+
type: "function",
|
|
4751
|
+
inputs: [],
|
|
4752
|
+
name: "claims",
|
|
4753
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4754
|
+
stateMutability: "view"
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
type: "function",
|
|
4758
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4759
|
+
name: "clawback",
|
|
4760
|
+
outputs: [
|
|
4761
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
4762
|
+
{ name: "", internalType: "address", type: "address" }
|
|
4763
|
+
],
|
|
4764
|
+
stateMutability: "nonpayable"
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
type: "function",
|
|
4768
|
+
inputs: [
|
|
4769
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4770
|
+
],
|
|
4771
|
+
name: "completeOwnershipHandover",
|
|
4772
|
+
outputs: [],
|
|
4773
|
+
stateMutability: "payable"
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
type: "function",
|
|
4777
|
+
inputs: [],
|
|
4778
|
+
name: "currentReward",
|
|
4779
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4780
|
+
stateMutability: "view"
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
type: "function",
|
|
4784
|
+
inputs: [],
|
|
4785
|
+
name: "getComponentInterface",
|
|
4786
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4787
|
+
stateMutability: "pure"
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
type: "function",
|
|
4791
|
+
inputs: [
|
|
4792
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4793
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
4794
|
+
],
|
|
4795
|
+
name: "grantManyRoles",
|
|
4796
|
+
outputs: [],
|
|
4797
|
+
stateMutability: "nonpayable"
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
type: "function",
|
|
4801
|
+
inputs: [
|
|
4802
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4803
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4804
|
+
],
|
|
4805
|
+
name: "grantRoles",
|
|
4806
|
+
outputs: [],
|
|
4807
|
+
stateMutability: "payable"
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
type: "function",
|
|
4811
|
+
inputs: [
|
|
4812
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4813
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4814
|
+
],
|
|
4815
|
+
name: "hasAllRoles",
|
|
4816
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4817
|
+
stateMutability: "view"
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
type: "function",
|
|
4821
|
+
inputs: [
|
|
4822
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4823
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4824
|
+
],
|
|
4825
|
+
name: "hasAnyRole",
|
|
4826
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4827
|
+
stateMutability: "view"
|
|
4828
|
+
},
|
|
4829
|
+
{
|
|
4830
|
+
type: "function",
|
|
4831
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4832
|
+
name: "initialize",
|
|
4833
|
+
outputs: [],
|
|
4834
|
+
stateMutability: "nonpayable"
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
type: "function",
|
|
4838
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
4839
|
+
name: "isAuthorized",
|
|
4840
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4841
|
+
stateMutability: "view"
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
type: "function",
|
|
4845
|
+
inputs: [
|
|
4846
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
4847
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4848
|
+
],
|
|
4849
|
+
name: "isClaimable",
|
|
4850
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4851
|
+
stateMutability: "view"
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
type: "function",
|
|
4855
|
+
inputs: [],
|
|
4856
|
+
name: "limit",
|
|
4857
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4858
|
+
stateMutability: "view"
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
type: "function",
|
|
4862
|
+
inputs: [],
|
|
4863
|
+
name: "owner",
|
|
4864
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
4865
|
+
stateMutability: "view"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
type: "function",
|
|
4869
|
+
inputs: [
|
|
4870
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4871
|
+
],
|
|
4872
|
+
name: "ownershipHandoverExpiresAt",
|
|
4873
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4874
|
+
stateMutability: "view"
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
type: "function",
|
|
4878
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4879
|
+
name: "preflight",
|
|
4880
|
+
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
4881
|
+
stateMutability: "view"
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
type: "function",
|
|
4885
|
+
inputs: [],
|
|
4886
|
+
name: "renounceOwnership",
|
|
4887
|
+
outputs: [],
|
|
4888
|
+
stateMutability: "payable"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
type: "function",
|
|
4892
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
4893
|
+
name: "renounceRoles",
|
|
4894
|
+
outputs: [],
|
|
4895
|
+
stateMutability: "payable"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
type: "function",
|
|
4899
|
+
inputs: [],
|
|
4900
|
+
name: "requestOwnershipHandover",
|
|
4901
|
+
outputs: [],
|
|
4902
|
+
stateMutability: "payable"
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
type: "function",
|
|
4906
|
+
inputs: [
|
|
4907
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4908
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
4909
|
+
],
|
|
4910
|
+
name: "revokeManyRoles",
|
|
4911
|
+
outputs: [],
|
|
4912
|
+
stateMutability: "nonpayable"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
type: "function",
|
|
4916
|
+
inputs: [
|
|
4917
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4918
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4919
|
+
],
|
|
4920
|
+
name: "revokeRoles",
|
|
4921
|
+
outputs: [],
|
|
4922
|
+
stateMutability: "payable"
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
type: "function",
|
|
4926
|
+
inputs: [],
|
|
4927
|
+
name: "reward",
|
|
4928
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4929
|
+
stateMutability: "view"
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
type: "function",
|
|
4933
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
4934
|
+
name: "rolesOf",
|
|
4935
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
4936
|
+
stateMutability: "view"
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
type: "function",
|
|
4940
|
+
inputs: [
|
|
4941
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4942
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
4943
|
+
],
|
|
4944
|
+
name: "setAuthorized",
|
|
4945
|
+
outputs: [],
|
|
4946
|
+
stateMutability: "nonpayable"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
type: "function",
|
|
4950
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
4951
|
+
name: "supportsInterface",
|
|
4952
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4953
|
+
stateMutability: "view"
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
type: "function",
|
|
4957
|
+
inputs: [],
|
|
4958
|
+
name: "totalClaimed",
|
|
4959
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4960
|
+
stateMutability: "view"
|
|
4961
|
+
},
|
|
4962
|
+
{
|
|
4963
|
+
type: "function",
|
|
4964
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
4965
|
+
name: "transferOwnership",
|
|
4966
|
+
outputs: [],
|
|
4967
|
+
stateMutability: "payable"
|
|
4968
|
+
}
|
|
4969
|
+
], H = [
|
|
4970
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4971
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4972
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
4973
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4974
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4975
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
4976
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4977
|
+
{
|
|
4978
|
+
type: "event",
|
|
4979
|
+
anonymous: !1,
|
|
4980
|
+
inputs: [
|
|
4981
|
+
{
|
|
4982
|
+
name: "executor",
|
|
4983
|
+
internalType: "address",
|
|
4984
|
+
type: "address",
|
|
4985
|
+
indexed: !0
|
|
4986
|
+
},
|
|
4987
|
+
{
|
|
4988
|
+
name: "caller",
|
|
4989
|
+
internalType: "address",
|
|
4990
|
+
type: "address",
|
|
4991
|
+
indexed: !1
|
|
4992
|
+
},
|
|
4993
|
+
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
4994
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
4995
|
+
],
|
|
4996
|
+
name: "ActionExecuted"
|
|
4997
|
+
},
|
|
4998
|
+
{
|
|
4999
|
+
type: "event",
|
|
5000
|
+
anonymous: !1,
|
|
5001
|
+
inputs: [
|
|
5002
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
5003
|
+
{
|
|
5004
|
+
name: "isValidated",
|
|
5005
|
+
internalType: "bool",
|
|
5006
|
+
type: "bool",
|
|
5007
|
+
indexed: !1
|
|
5008
|
+
},
|
|
5009
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
5010
|
+
],
|
|
5011
|
+
name: "ActionValidated"
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
type: "event",
|
|
5015
|
+
anonymous: !1,
|
|
5016
|
+
inputs: [
|
|
5017
|
+
{
|
|
5018
|
+
name: "actionClaimant",
|
|
5019
|
+
internalType: "struct AEventAction.ActionClaimant",
|
|
5020
|
+
type: "tuple",
|
|
5021
|
+
components: [
|
|
5022
|
+
{
|
|
4527
5023
|
name: "signatureType",
|
|
4528
5024
|
internalType: "enum AEventAction.SignatureType",
|
|
4529
5025
|
type: "uint8"
|
|
@@ -4859,7 +5355,7 @@ const ue = [
|
|
|
4859
5355
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4860
5356
|
stateMutability: "view"
|
|
4861
5357
|
}
|
|
4862
|
-
],
|
|
5358
|
+
], se = [
|
|
4863
5359
|
{
|
|
4864
5360
|
type: "function",
|
|
4865
5361
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -4867,7 +5363,7 @@ const ue = [
|
|
|
4867
5363
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4868
5364
|
stateMutability: "view"
|
|
4869
5365
|
}
|
|
4870
|
-
],
|
|
5366
|
+
], O = [
|
|
4871
5367
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4872
5368
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4873
5369
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -5568,7 +6064,7 @@ const ue = [
|
|
|
5568
6064
|
stateMutability: "payable"
|
|
5569
6065
|
},
|
|
5570
6066
|
{ type: "receive", stateMutability: "payable" }
|
|
5571
|
-
],
|
|
6067
|
+
], C = [
|
|
5572
6068
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5573
6069
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5574
6070
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -6114,7 +6610,7 @@ const ue = [
|
|
|
6114
6610
|
stateMutability: "payable"
|
|
6115
6611
|
},
|
|
6116
6612
|
{ type: "receive", stateMutability: "payable" }
|
|
6117
|
-
],
|
|
6613
|
+
], w = [
|
|
6118
6614
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6119
6615
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
6120
6616
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
@@ -6285,7 +6781,7 @@ const ue = [
|
|
|
6285
6781
|
outputs: [],
|
|
6286
6782
|
stateMutability: "payable"
|
|
6287
6783
|
}
|
|
6288
|
-
],
|
|
6784
|
+
], pe = [
|
|
6289
6785
|
{
|
|
6290
6786
|
type: "function",
|
|
6291
6787
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -6293,7 +6789,7 @@ const ue = [
|
|
|
6293
6789
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6294
6790
|
stateMutability: "view"
|
|
6295
6791
|
}
|
|
6296
|
-
],
|
|
6792
|
+
], I = [
|
|
6297
6793
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6298
6794
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6299
6795
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -6647,7 +7143,7 @@ const ue = [
|
|
|
6647
7143
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
6648
7144
|
stateMutability: "view"
|
|
6649
7145
|
}
|
|
6650
|
-
],
|
|
7146
|
+
], T = [
|
|
6651
7147
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6652
7148
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
6653
7149
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
@@ -6870,7 +7366,7 @@ const ue = [
|
|
|
6870
7366
|
outputs: [],
|
|
6871
7367
|
stateMutability: "payable"
|
|
6872
7368
|
}
|
|
6873
|
-
],
|
|
7369
|
+
], A = [
|
|
6874
7370
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6875
7371
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6876
7372
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -7101,7 +7597,7 @@ const ue = [
|
|
|
7101
7597
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
7102
7598
|
stateMutability: "payable"
|
|
7103
7599
|
}
|
|
7104
|
-
],
|
|
7600
|
+
], E = [
|
|
7105
7601
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
7106
7602
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
7107
7603
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -7385,7 +7881,7 @@ const ue = [
|
|
|
7385
7881
|
outputs: [],
|
|
7386
7882
|
stateMutability: "payable"
|
|
7387
7883
|
}
|
|
7388
|
-
],
|
|
7884
|
+
], q = [
|
|
7389
7885
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
7390
7886
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
7391
7887
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -7669,725 +8165,794 @@ const ue = [
|
|
|
7669
8165
|
outputs: [],
|
|
7670
8166
|
stateMutability: "payable"
|
|
7671
8167
|
}
|
|
7672
|
-
], be = /* @__PURE__ */
|
|
7673
|
-
abi:
|
|
8168
|
+
], be = /* @__PURE__ */ e({
|
|
8169
|
+
abi: V,
|
|
7674
8170
|
functionName: "getComponentInterface"
|
|
7675
|
-
}),
|
|
7676
|
-
{ abi:
|
|
7677
|
-
),
|
|
7678
|
-
{ abi:
|
|
7679
|
-
),
|
|
7680
|
-
abi:
|
|
8171
|
+
}), Te = /* @__PURE__ */ e(
|
|
8172
|
+
{ abi: V, functionName: "supportsInterface" }
|
|
8173
|
+
), fe = /* @__PURE__ */ e(
|
|
8174
|
+
{ abi: h, functionName: "allowList" }
|
|
8175
|
+
), ve = /* @__PURE__ */ e({
|
|
8176
|
+
abi: h,
|
|
7681
8177
|
functionName: "claimed"
|
|
7682
|
-
}),
|
|
7683
|
-
abi:
|
|
8178
|
+
}), we = /* @__PURE__ */ e({
|
|
8179
|
+
abi: h,
|
|
7684
8180
|
functionName: "claims"
|
|
7685
|
-
}),
|
|
7686
|
-
abi:
|
|
8181
|
+
}), Me = /* @__PURE__ */ e({
|
|
8182
|
+
abi: h,
|
|
7687
8183
|
functionName: "isClaimable"
|
|
7688
|
-
}),
|
|
7689
|
-
abi:
|
|
8184
|
+
}), Ie = /* @__PURE__ */ e({
|
|
8185
|
+
abi: h,
|
|
7690
8186
|
functionName: "limit"
|
|
7691
|
-
}),
|
|
7692
|
-
abi:
|
|
8187
|
+
}), he = /* @__PURE__ */ e({
|
|
8188
|
+
abi: h,
|
|
7693
8189
|
functionName: "owner"
|
|
7694
|
-
}),
|
|
7695
|
-
abi:
|
|
8190
|
+
}), ge = /* @__PURE__ */ e({
|
|
8191
|
+
abi: h,
|
|
7696
8192
|
functionName: "reward"
|
|
7697
|
-
}),
|
|
7698
|
-
abi:
|
|
8193
|
+
}), Oe = /* @__PURE__ */ s({
|
|
8194
|
+
abi: h,
|
|
7699
8195
|
functionName: "claim"
|
|
7700
|
-
}),
|
|
7701
|
-
abi:
|
|
8196
|
+
}), Ae = /* @__PURE__ */ i({
|
|
8197
|
+
abi: h,
|
|
7702
8198
|
functionName: "claim"
|
|
7703
|
-
}),
|
|
7704
|
-
abi:
|
|
8199
|
+
}), Ne = /* @__PURE__ */ e({
|
|
8200
|
+
abi: c,
|
|
7705
8201
|
functionName: "createBoostAuth"
|
|
7706
|
-
}),
|
|
7707
|
-
abi:
|
|
8202
|
+
}), xe = /* @__PURE__ */ e({
|
|
8203
|
+
abi: c,
|
|
7708
8204
|
functionName: "getBoost"
|
|
7709
|
-
}),
|
|
7710
|
-
abi:
|
|
8205
|
+
}), Re = /* @__PURE__ */ e({
|
|
8206
|
+
abi: c,
|
|
7711
8207
|
functionName: "getBoostCount"
|
|
7712
|
-
}),
|
|
7713
|
-
abi:
|
|
8208
|
+
}), Ce = /* @__PURE__ */ e({
|
|
8209
|
+
abi: c,
|
|
7714
8210
|
functionName: "protocolFee"
|
|
7715
|
-
}), ze = /* @__PURE__ */
|
|
7716
|
-
abi:
|
|
8211
|
+
}), ze = /* @__PURE__ */ e({
|
|
8212
|
+
abi: c,
|
|
7717
8213
|
functionName: "protocolFeeReceiver"
|
|
7718
|
-
}), Ce = /* @__PURE__ */ s({
|
|
7719
|
-
abi: m,
|
|
7720
|
-
functionName: "claimIncentive"
|
|
7721
8214
|
}), _e = /* @__PURE__ */ s({
|
|
7722
|
-
abi:
|
|
7723
|
-
functionName: "
|
|
8215
|
+
abi: c,
|
|
8216
|
+
functionName: "claimIncentive"
|
|
7724
8217
|
}), He = /* @__PURE__ */ s({
|
|
7725
|
-
abi:
|
|
7726
|
-
functionName: "
|
|
8218
|
+
abi: c,
|
|
8219
|
+
functionName: "claimIncentiveFor"
|
|
7727
8220
|
}), Ee = /* @__PURE__ */ s({
|
|
7728
|
-
abi:
|
|
8221
|
+
abi: c,
|
|
8222
|
+
functionName: "setCreateBoostAuth"
|
|
8223
|
+
}), Fe = /* @__PURE__ */ s({
|
|
8224
|
+
abi: c,
|
|
7729
8225
|
functionName: "setProtocolFeeReceiver"
|
|
7730
|
-
}),
|
|
7731
|
-
abi:
|
|
8226
|
+
}), De = /* @__PURE__ */ i({
|
|
8227
|
+
abi: c,
|
|
7732
8228
|
functionName: "claimIncentive"
|
|
7733
8229
|
}), ke = /* @__PURE__ */ i({
|
|
7734
|
-
abi:
|
|
8230
|
+
abi: c,
|
|
7735
8231
|
functionName: "claimIncentiveFor"
|
|
7736
|
-
}), De = /* @__PURE__ */ i({
|
|
7737
|
-
abi: m,
|
|
7738
|
-
functionName: "createBoost"
|
|
7739
8232
|
}), qe = /* @__PURE__ */ i({
|
|
7740
|
-
abi:
|
|
8233
|
+
abi: c,
|
|
8234
|
+
functionName: "createBoost"
|
|
8235
|
+
}), Se = /* @__PURE__ */ i({
|
|
8236
|
+
abi: c,
|
|
7741
8237
|
functionName: "setCreateBoostAuth"
|
|
7742
|
-
}),
|
|
7743
|
-
abi:
|
|
8238
|
+
}), Pe = /* @__PURE__ */ i({
|
|
8239
|
+
abi: c,
|
|
7744
8240
|
functionName: "setProtocolFeeReceiver"
|
|
7745
|
-
}),
|
|
7746
|
-
abi:
|
|
8241
|
+
}), Le = /* @__PURE__ */ e({
|
|
8242
|
+
abi: g,
|
|
7747
8243
|
functionName: "getBaseImplementation"
|
|
7748
|
-
}),
|
|
7749
|
-
abi:
|
|
8244
|
+
}), Be = /* @__PURE__ */ e({
|
|
8245
|
+
abi: g,
|
|
7750
8246
|
functionName: "getClone"
|
|
7751
|
-
}), Ue = /* @__PURE__ */
|
|
7752
|
-
abi:
|
|
8247
|
+
}), Ue = /* @__PURE__ */ e({
|
|
8248
|
+
abi: g,
|
|
7753
8249
|
functionName: "getCloneIdentifier"
|
|
7754
|
-
}),
|
|
7755
|
-
abi:
|
|
8250
|
+
}), Ve = /* @__PURE__ */ e({
|
|
8251
|
+
abi: g,
|
|
7756
8252
|
functionName: "getClones"
|
|
7757
|
-
}),
|
|
7758
|
-
abi:
|
|
7759
|
-
functionName: "deployClone"
|
|
7760
|
-
}), je = /* @__PURE__ */ s({
|
|
7761
|
-
abi: h,
|
|
7762
|
-
functionName: "register"
|
|
7763
|
-
}), Ze = /* @__PURE__ */ i({
|
|
7764
|
-
abi: h,
|
|
8253
|
+
}), Ze = /* @__PURE__ */ s({
|
|
8254
|
+
abi: g,
|
|
7765
8255
|
functionName: "deployClone"
|
|
8256
|
+
}), je = /* @__PURE__ */ s({
|
|
8257
|
+
abi: g,
|
|
8258
|
+
functionName: "register"
|
|
7766
8259
|
}), Ge = /* @__PURE__ */ i({
|
|
7767
|
-
abi:
|
|
8260
|
+
abi: g,
|
|
8261
|
+
functionName: "deployClone"
|
|
8262
|
+
}), $e = /* @__PURE__ */ i({
|
|
8263
|
+
abi: g,
|
|
7768
8264
|
functionName: "register"
|
|
7769
|
-
}),
|
|
7770
|
-
abi:
|
|
8265
|
+
}), We = /* @__PURE__ */ e({
|
|
8266
|
+
abi: f,
|
|
7771
8267
|
functionName: "asset"
|
|
7772
|
-
}), Ye = /* @__PURE__ */
|
|
7773
|
-
abi:
|
|
8268
|
+
}), Ye = /* @__PURE__ */ e({
|
|
8269
|
+
abi: f,
|
|
7774
8270
|
functionName: "cgdaParams"
|
|
7775
|
-
}), Qe = /* @__PURE__ */
|
|
7776
|
-
abi:
|
|
8271
|
+
}), Qe = /* @__PURE__ */ e({
|
|
8272
|
+
abi: f,
|
|
7777
8273
|
functionName: "claimed"
|
|
7778
|
-
}),
|
|
7779
|
-
abi:
|
|
8274
|
+
}), Je = /* @__PURE__ */ e({
|
|
8275
|
+
abi: f,
|
|
7780
8276
|
functionName: "claims"
|
|
7781
|
-
}),
|
|
7782
|
-
abi:
|
|
8277
|
+
}), Xe = /* @__PURE__ */ e({
|
|
8278
|
+
abi: f,
|
|
7783
8279
|
functionName: "currentReward"
|
|
7784
|
-
}),
|
|
7785
|
-
abi:
|
|
8280
|
+
}), Ke = /* @__PURE__ */ e({
|
|
8281
|
+
abi: f,
|
|
7786
8282
|
functionName: "isClaimable"
|
|
7787
|
-
}),
|
|
7788
|
-
abi:
|
|
8283
|
+
}), et = /* @__PURE__ */ e({
|
|
8284
|
+
abi: f,
|
|
7789
8285
|
functionName: "owner"
|
|
7790
|
-
}),
|
|
7791
|
-
abi:
|
|
8286
|
+
}), tt = /* @__PURE__ */ e({
|
|
8287
|
+
abi: f,
|
|
7792
8288
|
functionName: "reward"
|
|
7793
|
-
}),
|
|
7794
|
-
abi:
|
|
8289
|
+
}), nt = /* @__PURE__ */ e({
|
|
8290
|
+
abi: f,
|
|
7795
8291
|
functionName: "totalBudget"
|
|
7796
|
-
}), nt = /* @__PURE__ */ s({
|
|
7797
|
-
abi: T,
|
|
7798
|
-
functionName: "claim"
|
|
7799
8292
|
}), at = /* @__PURE__ */ s({
|
|
7800
|
-
abi:
|
|
7801
|
-
functionName: "clawback"
|
|
7802
|
-
}), it = /* @__PURE__ */ i({
|
|
7803
|
-
abi: T,
|
|
8293
|
+
abi: f,
|
|
7804
8294
|
functionName: "claim"
|
|
8295
|
+
}), it = /* @__PURE__ */ s({
|
|
8296
|
+
abi: f,
|
|
8297
|
+
functionName: "clawback"
|
|
7805
8298
|
}), st = /* @__PURE__ */ i({
|
|
7806
|
-
abi:
|
|
8299
|
+
abi: f,
|
|
8300
|
+
functionName: "claim"
|
|
8301
|
+
}), pt = /* @__PURE__ */ i({
|
|
8302
|
+
abi: f,
|
|
7807
8303
|
functionName: "clawback"
|
|
7808
|
-
}),
|
|
7809
|
-
abi:
|
|
8304
|
+
}), rt = /* @__PURE__ */ e({
|
|
8305
|
+
abi: d,
|
|
7810
8306
|
functionName: "asset"
|
|
7811
|
-
}),
|
|
7812
|
-
abi:
|
|
8307
|
+
}), yt = /* @__PURE__ */ e({
|
|
8308
|
+
abi: d,
|
|
7813
8309
|
functionName: "claimed"
|
|
7814
|
-
}),
|
|
7815
|
-
abi:
|
|
8310
|
+
}), ut = /* @__PURE__ */ e({
|
|
8311
|
+
abi: d,
|
|
7816
8312
|
functionName: "claims"
|
|
7817
|
-
}),
|
|
7818
|
-
{ abi:
|
|
7819
|
-
),
|
|
7820
|
-
abi:
|
|
8313
|
+
}), ot = /* @__PURE__ */ e(
|
|
8314
|
+
{ abi: d, functionName: "currentReward" }
|
|
8315
|
+
), lt = /* @__PURE__ */ e({
|
|
8316
|
+
abi: d,
|
|
7821
8317
|
functionName: "entries"
|
|
7822
|
-
}),
|
|
7823
|
-
abi:
|
|
8318
|
+
}), dt = /* @__PURE__ */ e({
|
|
8319
|
+
abi: d,
|
|
7824
8320
|
functionName: "isClaimable"
|
|
7825
|
-
}),
|
|
7826
|
-
abi:
|
|
8321
|
+
}), mt = /* @__PURE__ */ e({
|
|
8322
|
+
abi: d,
|
|
7827
8323
|
functionName: "limit"
|
|
7828
|
-
}),
|
|
7829
|
-
abi:
|
|
8324
|
+
}), ct = /* @__PURE__ */ e({
|
|
8325
|
+
abi: d,
|
|
7830
8326
|
functionName: "owner"
|
|
7831
|
-
}), bt = /* @__PURE__ */
|
|
7832
|
-
abi:
|
|
8327
|
+
}), bt = /* @__PURE__ */ e({
|
|
8328
|
+
abi: d,
|
|
7833
8329
|
functionName: "reward"
|
|
7834
|
-
}),
|
|
7835
|
-
abi:
|
|
8330
|
+
}), Tt = /* @__PURE__ */ e({
|
|
8331
|
+
abi: d,
|
|
7836
8332
|
functionName: "strategy"
|
|
7837
|
-
}), Tt = /* @__PURE__ */ s({
|
|
7838
|
-
abi: l,
|
|
7839
|
-
functionName: "claim"
|
|
7840
8333
|
}), ft = /* @__PURE__ */ s({
|
|
7841
|
-
abi:
|
|
7842
|
-
functionName: "
|
|
8334
|
+
abi: d,
|
|
8335
|
+
functionName: "claim"
|
|
7843
8336
|
}), vt = /* @__PURE__ */ s({
|
|
7844
|
-
abi:
|
|
7845
|
-
functionName: "drawRaffle"
|
|
7846
|
-
}), wt = /* @__PURE__ */ i(
|
|
7847
|
-
{ abi: l, functionName: "claim" }
|
|
7848
|
-
), Mt = /* @__PURE__ */ i({
|
|
7849
|
-
abi: l,
|
|
8337
|
+
abi: d,
|
|
7850
8338
|
functionName: "clawback"
|
|
7851
|
-
}),
|
|
7852
|
-
abi:
|
|
8339
|
+
}), wt = /* @__PURE__ */ s({
|
|
8340
|
+
abi: d,
|
|
7853
8341
|
functionName: "drawRaffle"
|
|
7854
|
-
}),
|
|
8342
|
+
}), Mt = /* @__PURE__ */ i(
|
|
8343
|
+
{ abi: d, functionName: "claim" }
|
|
8344
|
+
), It = /* @__PURE__ */ i({
|
|
7855
8345
|
abi: d,
|
|
7856
|
-
functionName: "
|
|
7857
|
-
}),
|
|
7858
|
-
{ abi: d, functionName: "claimed" }
|
|
7859
|
-
), Ot = /* @__PURE__ */ t({
|
|
8346
|
+
functionName: "clawback"
|
|
8347
|
+
}), ht = /* @__PURE__ */ i({
|
|
7860
8348
|
abi: d,
|
|
8349
|
+
functionName: "drawRaffle"
|
|
8350
|
+
}), gt = /* @__PURE__ */ e({
|
|
8351
|
+
abi: m,
|
|
8352
|
+
functionName: "asset"
|
|
8353
|
+
}), Ot = /* @__PURE__ */ e(
|
|
8354
|
+
{ abi: m, functionName: "claimed" }
|
|
8355
|
+
), At = /* @__PURE__ */ e({
|
|
8356
|
+
abi: m,
|
|
7861
8357
|
functionName: "claims"
|
|
7862
|
-
}),
|
|
7863
|
-
abi:
|
|
8358
|
+
}), Nt = /* @__PURE__ */ e({
|
|
8359
|
+
abi: m,
|
|
7864
8360
|
functionName: "currentReward"
|
|
7865
|
-
}),
|
|
7866
|
-
abi:
|
|
8361
|
+
}), xt = /* @__PURE__ */ e({
|
|
8362
|
+
abi: m,
|
|
7867
8363
|
functionName: "getPeg"
|
|
7868
|
-
}),
|
|
7869
|
-
abi:
|
|
8364
|
+
}), Rt = /* @__PURE__ */ e({
|
|
8365
|
+
abi: m,
|
|
7870
8366
|
functionName: "isClaimable"
|
|
7871
|
-
}),
|
|
7872
|
-
abi:
|
|
8367
|
+
}), Ct = /* @__PURE__ */ e({
|
|
8368
|
+
abi: m,
|
|
7873
8369
|
functionName: "limit"
|
|
7874
|
-
}), zt = /* @__PURE__ */
|
|
7875
|
-
abi:
|
|
8370
|
+
}), zt = /* @__PURE__ */ e({
|
|
8371
|
+
abi: m,
|
|
7876
8372
|
functionName: "owner"
|
|
7877
|
-
}),
|
|
7878
|
-
abi:
|
|
8373
|
+
}), _t = /* @__PURE__ */ e({
|
|
8374
|
+
abi: m,
|
|
7879
8375
|
functionName: "peg"
|
|
7880
|
-
}),
|
|
7881
|
-
abi:
|
|
8376
|
+
}), Ht = /* @__PURE__ */ e({
|
|
8377
|
+
abi: m,
|
|
7882
8378
|
functionName: "reward"
|
|
7883
|
-
}),
|
|
7884
|
-
abi:
|
|
8379
|
+
}), Et = /* @__PURE__ */ e({
|
|
8380
|
+
abi: m,
|
|
7885
8381
|
functionName: "totalClaimed"
|
|
7886
|
-
}),
|
|
7887
|
-
{ abi:
|
|
7888
|
-
),
|
|
7889
|
-
abi:
|
|
8382
|
+
}), Ft = /* @__PURE__ */ s(
|
|
8383
|
+
{ abi: m, functionName: "claim" }
|
|
8384
|
+
), Dt = /* @__PURE__ */ s({
|
|
8385
|
+
abi: m,
|
|
7890
8386
|
functionName: "clawback"
|
|
7891
8387
|
}), kt = /* @__PURE__ */ i({
|
|
7892
|
-
abi:
|
|
8388
|
+
abi: m,
|
|
7893
8389
|
functionName: "claim"
|
|
7894
|
-
}),
|
|
7895
|
-
abi:
|
|
8390
|
+
}), qt = /* @__PURE__ */ i({
|
|
8391
|
+
abi: m,
|
|
7896
8392
|
functionName: "clawback"
|
|
7897
|
-
}),
|
|
7898
|
-
abi:
|
|
8393
|
+
}), St = /* @__PURE__ */ e({
|
|
8394
|
+
abi: l,
|
|
8395
|
+
functionName: "asset"
|
|
8396
|
+
}), Pt = /* @__PURE__ */ e({
|
|
8397
|
+
abi: l,
|
|
8398
|
+
functionName: "claimed"
|
|
8399
|
+
}), Lt = /* @__PURE__ */ e({
|
|
8400
|
+
abi: l,
|
|
8401
|
+
functionName: "claims"
|
|
8402
|
+
}), Bt = /* @__PURE__ */ e({
|
|
8403
|
+
abi: l,
|
|
8404
|
+
functionName: "currentReward"
|
|
8405
|
+
}), Ut = /* @__PURE__ */ e({
|
|
8406
|
+
abi: l,
|
|
7899
8407
|
functionName: "getIncentiveCriteria"
|
|
7900
|
-
}),
|
|
7901
|
-
abi:
|
|
8408
|
+
}), Vt = /* @__PURE__ */ e({
|
|
8409
|
+
abi: l,
|
|
7902
8410
|
functionName: "getMaxReward"
|
|
7903
|
-
}),
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
8411
|
+
}), Zt = /* @__PURE__ */ e({
|
|
8412
|
+
abi: l,
|
|
8413
|
+
functionName: "getPeg"
|
|
8414
|
+
}), jt = /* @__PURE__ */ e({
|
|
8415
|
+
abi: l,
|
|
8416
|
+
functionName: "isClaimable"
|
|
8417
|
+
}), Gt = /* @__PURE__ */ e({
|
|
8418
|
+
abi: l,
|
|
8419
|
+
functionName: "limit"
|
|
8420
|
+
}), $t = /* @__PURE__ */ e({
|
|
8421
|
+
abi: l,
|
|
8422
|
+
functionName: "owner"
|
|
8423
|
+
}), Wt = /* @__PURE__ */ e({
|
|
8424
|
+
abi: l,
|
|
8425
|
+
functionName: "peg"
|
|
8426
|
+
}), Yt = /* @__PURE__ */ e({
|
|
8427
|
+
abi: l,
|
|
8428
|
+
functionName: "reward"
|
|
8429
|
+
}), Qt = /* @__PURE__ */ e({
|
|
8430
|
+
abi: l,
|
|
8431
|
+
functionName: "totalClaimed"
|
|
8432
|
+
}), Jt = /* @__PURE__ */ s({
|
|
8433
|
+
abi: l,
|
|
8434
|
+
functionName: "claim"
|
|
8435
|
+
}), Xt = /* @__PURE__ */ s({
|
|
8436
|
+
abi: l,
|
|
8437
|
+
functionName: "clawback"
|
|
8438
|
+
}), Kt = /* @__PURE__ */ i({
|
|
8439
|
+
abi: l,
|
|
8440
|
+
functionName: "claim"
|
|
8441
|
+
}), en = /* @__PURE__ */ i({
|
|
8442
|
+
abi: l,
|
|
8443
|
+
functionName: "clawback"
|
|
8444
|
+
}), tn = /* @__PURE__ */ e({
|
|
8445
|
+
abi: Z,
|
|
8446
|
+
functionName: "getIncentiveCriteria"
|
|
8447
|
+
}), nn = /* @__PURE__ */ e({
|
|
8448
|
+
abi: Z,
|
|
8449
|
+
functionName: "getMaxReward"
|
|
8450
|
+
}), an = /* @__PURE__ */ e(
|
|
8451
|
+
{ abi: v, functionName: "asset" }
|
|
8452
|
+
), sn = /* @__PURE__ */ e({
|
|
8453
|
+
abi: v,
|
|
7907
8454
|
functionName: "claimed"
|
|
7908
|
-
}),
|
|
7909
|
-
abi:
|
|
8455
|
+
}), pn = /* @__PURE__ */ e({
|
|
8456
|
+
abi: v,
|
|
7910
8457
|
functionName: "claims"
|
|
7911
|
-
}),
|
|
7912
|
-
abi:
|
|
8458
|
+
}), rn = /* @__PURE__ */ e({
|
|
8459
|
+
abi: v,
|
|
7913
8460
|
functionName: "currentReward"
|
|
7914
|
-
}),
|
|
7915
|
-
abi:
|
|
8461
|
+
}), yn = /* @__PURE__ */ e({
|
|
8462
|
+
abi: v,
|
|
7916
8463
|
functionName: "isClaimable"
|
|
7917
|
-
}),
|
|
7918
|
-
{ abi:
|
|
7919
|
-
),
|
|
7920
|
-
{ abi:
|
|
7921
|
-
),
|
|
7922
|
-
abi:
|
|
8464
|
+
}), un = /* @__PURE__ */ e(
|
|
8465
|
+
{ abi: v, functionName: "limit" }
|
|
8466
|
+
), on = /* @__PURE__ */ e(
|
|
8467
|
+
{ abi: v, functionName: "owner" }
|
|
8468
|
+
), ln = /* @__PURE__ */ e({
|
|
8469
|
+
abi: v,
|
|
7923
8470
|
functionName: "reward"
|
|
7924
|
-
}),
|
|
7925
|
-
abi:
|
|
8471
|
+
}), dn = /* @__PURE__ */ e({
|
|
8472
|
+
abi: v,
|
|
7926
8473
|
functionName: "totalClaimed"
|
|
7927
|
-
}),
|
|
7928
|
-
abi:
|
|
8474
|
+
}), mn = /* @__PURE__ */ s({
|
|
8475
|
+
abi: v,
|
|
7929
8476
|
functionName: "claim"
|
|
7930
|
-
}),
|
|
7931
|
-
abi:
|
|
8477
|
+
}), cn = /* @__PURE__ */ s({
|
|
8478
|
+
abi: v,
|
|
7932
8479
|
functionName: "clawback"
|
|
7933
|
-
}),
|
|
7934
|
-
abi:
|
|
8480
|
+
}), bn = /* @__PURE__ */ i({
|
|
8481
|
+
abi: v,
|
|
7935
8482
|
functionName: "claim"
|
|
7936
|
-
}),
|
|
7937
|
-
abi:
|
|
8483
|
+
}), Tn = /* @__PURE__ */ i({
|
|
8484
|
+
abi: v,
|
|
7938
8485
|
functionName: "clawback"
|
|
7939
|
-
}),
|
|
7940
|
-
abi:
|
|
8486
|
+
}), fn = /* @__PURE__ */ e({
|
|
8487
|
+
abi: H,
|
|
7941
8488
|
functionName: "getActionClaimant"
|
|
7942
|
-
}),
|
|
7943
|
-
abi:
|
|
8489
|
+
}), vn = /* @__PURE__ */ e({
|
|
8490
|
+
abi: H,
|
|
7944
8491
|
functionName: "getActionSteps"
|
|
7945
|
-
}),
|
|
7946
|
-
abi:
|
|
8492
|
+
}), wn = /* @__PURE__ */ s({
|
|
8493
|
+
abi: H,
|
|
7947
8494
|
functionName: "execute"
|
|
7948
|
-
}),
|
|
7949
|
-
abi:
|
|
8495
|
+
}), Mn = /* @__PURE__ */ i({
|
|
8496
|
+
abi: H,
|
|
7950
8497
|
functionName: "execute"
|
|
7951
|
-
}),
|
|
7952
|
-
abi:
|
|
8498
|
+
}), In = /* @__PURE__ */ e({
|
|
8499
|
+
abi: se,
|
|
7953
8500
|
functionName: "isAuthorized"
|
|
7954
|
-
}),
|
|
7955
|
-
abi:
|
|
8501
|
+
}), hn = /* @__PURE__ */ e({
|
|
8502
|
+
abi: O,
|
|
7956
8503
|
functionName: "hashSignerData"
|
|
7957
|
-
}),
|
|
7958
|
-
abi:
|
|
8504
|
+
}), gn = /* @__PURE__ */ e({
|
|
8505
|
+
abi: O,
|
|
7959
8506
|
functionName: "signers"
|
|
7960
|
-
}),
|
|
7961
|
-
abi:
|
|
8507
|
+
}), On = /* @__PURE__ */ s({
|
|
8508
|
+
abi: O,
|
|
7962
8509
|
functionName: "setAuthorized"
|
|
7963
|
-
}),
|
|
7964
|
-
abi:
|
|
8510
|
+
}), An = /* @__PURE__ */ s({
|
|
8511
|
+
abi: O,
|
|
7965
8512
|
functionName: "setValidatorCaller"
|
|
7966
|
-
}),
|
|
7967
|
-
abi:
|
|
8513
|
+
}), Nn = /* @__PURE__ */ s({
|
|
8514
|
+
abi: O,
|
|
7968
8515
|
functionName: "validate"
|
|
7969
|
-
}),
|
|
7970
|
-
abi:
|
|
8516
|
+
}), xn = /* @__PURE__ */ i({
|
|
8517
|
+
abi: O,
|
|
7971
8518
|
functionName: "setAuthorized"
|
|
7972
|
-
}),
|
|
7973
|
-
abi:
|
|
8519
|
+
}), Rn = /* @__PURE__ */ i({
|
|
8520
|
+
abi: O,
|
|
7974
8521
|
functionName: "setValidatorCaller"
|
|
7975
|
-
}),
|
|
7976
|
-
abi:
|
|
8522
|
+
}), Cn = /* @__PURE__ */ i({
|
|
8523
|
+
abi: O,
|
|
7977
8524
|
functionName: "validate"
|
|
7978
|
-
}),
|
|
8525
|
+
}), zn = /* @__PURE__ */ e({
|
|
7979
8526
|
abi: b,
|
|
7980
8527
|
functionName: "available"
|
|
7981
|
-
}),
|
|
8528
|
+
}), _n = /* @__PURE__ */ e({
|
|
7982
8529
|
abi: b,
|
|
7983
8530
|
functionName: "distributed"
|
|
7984
|
-
}),
|
|
8531
|
+
}), Hn = /* @__PURE__ */ e({
|
|
7985
8532
|
abi: b,
|
|
7986
8533
|
functionName: "owner"
|
|
7987
|
-
}),
|
|
8534
|
+
}), En = /* @__PURE__ */ e({
|
|
7988
8535
|
abi: b,
|
|
7989
8536
|
functionName: "total"
|
|
7990
|
-
}),
|
|
8537
|
+
}), Fn = /* @__PURE__ */ s({
|
|
7991
8538
|
abi: b,
|
|
7992
8539
|
functionName: "allocate"
|
|
7993
|
-
}),
|
|
8540
|
+
}), Dn = /* @__PURE__ */ s({
|
|
7994
8541
|
abi: b,
|
|
7995
8542
|
functionName: "clawback"
|
|
7996
|
-
}),
|
|
8543
|
+
}), kn = /* @__PURE__ */ s({
|
|
7997
8544
|
abi: b,
|
|
7998
8545
|
functionName: "clawbackFromTarget"
|
|
7999
|
-
}),
|
|
8546
|
+
}), qn = /* @__PURE__ */ s({
|
|
8000
8547
|
abi: b,
|
|
8001
8548
|
functionName: "disburse"
|
|
8002
|
-
}),
|
|
8549
|
+
}), Sn = /* @__PURE__ */ s({
|
|
8003
8550
|
abi: b,
|
|
8004
8551
|
functionName: "disburseBatch"
|
|
8005
|
-
}),
|
|
8552
|
+
}), Pn = /* @__PURE__ */ i({
|
|
8006
8553
|
abi: b,
|
|
8007
8554
|
functionName: "allocate"
|
|
8008
|
-
}),
|
|
8555
|
+
}), Ln = /* @__PURE__ */ i({
|
|
8009
8556
|
abi: b,
|
|
8010
8557
|
functionName: "clawback"
|
|
8011
|
-
}),
|
|
8558
|
+
}), Bn = /* @__PURE__ */ i({
|
|
8012
8559
|
abi: b,
|
|
8013
8560
|
functionName: "clawbackFromTarget"
|
|
8014
|
-
}),
|
|
8561
|
+
}), Un = /* @__PURE__ */ i({
|
|
8015
8562
|
abi: b,
|
|
8016
8563
|
functionName: "disburse"
|
|
8017
|
-
}),
|
|
8564
|
+
}), Vn = /* @__PURE__ */ i({
|
|
8018
8565
|
abi: b,
|
|
8019
8566
|
functionName: "disburseBatch"
|
|
8020
|
-
}),
|
|
8021
|
-
abi:
|
|
8567
|
+
}), Zn = /* @__PURE__ */ e({
|
|
8568
|
+
abi: C,
|
|
8022
8569
|
functionName: "managementFee"
|
|
8023
|
-
}),
|
|
8024
|
-
abi:
|
|
8570
|
+
}), jn = /* @__PURE__ */ s({
|
|
8571
|
+
abi: C,
|
|
8025
8572
|
functionName: "payManagementFee"
|
|
8026
|
-
}),
|
|
8027
|
-
abi:
|
|
8573
|
+
}), Gn = /* @__PURE__ */ s({
|
|
8574
|
+
abi: C,
|
|
8028
8575
|
functionName: "setManagementFee"
|
|
8029
|
-
}),
|
|
8030
|
-
abi:
|
|
8576
|
+
}), $n = /* @__PURE__ */ i({
|
|
8577
|
+
abi: C,
|
|
8031
8578
|
functionName: "payManagementFee"
|
|
8032
|
-
}),
|
|
8033
|
-
abi:
|
|
8579
|
+
}), Wn = /* @__PURE__ */ i({
|
|
8580
|
+
abi: C,
|
|
8034
8581
|
functionName: "setManagementFee"
|
|
8035
|
-
}),
|
|
8036
|
-
abi:
|
|
8582
|
+
}), Yn = /* @__PURE__ */ e({
|
|
8583
|
+
abi: w,
|
|
8037
8584
|
functionName: "ownershipHandoverExpiresAt"
|
|
8038
|
-
}),
|
|
8039
|
-
abi:
|
|
8585
|
+
}), Qn = /* @__PURE__ */ s({
|
|
8586
|
+
abi: w,
|
|
8040
8587
|
functionName: "cancelOwnershipHandover"
|
|
8041
|
-
}),
|
|
8042
|
-
abi:
|
|
8588
|
+
}), Jn = /* @__PURE__ */ s({
|
|
8589
|
+
abi: w,
|
|
8043
8590
|
functionName: "completeOwnershipHandover"
|
|
8044
|
-
}),
|
|
8045
|
-
abi:
|
|
8591
|
+
}), Xn = /* @__PURE__ */ s({
|
|
8592
|
+
abi: w,
|
|
8046
8593
|
functionName: "renounceOwnership"
|
|
8047
|
-
}),
|
|
8048
|
-
{ abi:
|
|
8049
|
-
),
|
|
8050
|
-
abi:
|
|
8594
|
+
}), Kn = /* @__PURE__ */ s(
|
|
8595
|
+
{ abi: w, functionName: "renounceRoles" }
|
|
8596
|
+
), ea = /* @__PURE__ */ s({
|
|
8597
|
+
abi: w,
|
|
8051
8598
|
functionName: "requestOwnershipHandover"
|
|
8052
|
-
}),
|
|
8053
|
-
abi:
|
|
8599
|
+
}), ta = /* @__PURE__ */ s({
|
|
8600
|
+
abi: w,
|
|
8054
8601
|
functionName: "transferOwnership"
|
|
8055
|
-
}),
|
|
8056
|
-
abi:
|
|
8602
|
+
}), na = /* @__PURE__ */ i({
|
|
8603
|
+
abi: w,
|
|
8057
8604
|
functionName: "cancelOwnershipHandover"
|
|
8058
|
-
}),
|
|
8059
|
-
abi:
|
|
8605
|
+
}), aa = /* @__PURE__ */ i({
|
|
8606
|
+
abi: w,
|
|
8060
8607
|
functionName: "completeOwnershipHandover"
|
|
8061
|
-
}),
|
|
8062
|
-
abi:
|
|
8608
|
+
}), ia = /* @__PURE__ */ i({
|
|
8609
|
+
abi: w,
|
|
8063
8610
|
functionName: "renounceOwnership"
|
|
8064
|
-
}),
|
|
8065
|
-
abi:
|
|
8611
|
+
}), sa = /* @__PURE__ */ i({
|
|
8612
|
+
abi: w,
|
|
8066
8613
|
functionName: "renounceRoles"
|
|
8067
|
-
}),
|
|
8068
|
-
abi:
|
|
8614
|
+
}), pa = /* @__PURE__ */ i({
|
|
8615
|
+
abi: w,
|
|
8069
8616
|
functionName: "requestOwnershipHandover"
|
|
8070
|
-
}),
|
|
8071
|
-
abi:
|
|
8617
|
+
}), ra = /* @__PURE__ */ i({
|
|
8618
|
+
abi: w,
|
|
8072
8619
|
functionName: "transferOwnership"
|
|
8073
|
-
}),
|
|
8074
|
-
{ abi:
|
|
8075
|
-
),
|
|
8076
|
-
abi:
|
|
8620
|
+
}), ya = /* @__PURE__ */ e(
|
|
8621
|
+
{ abi: pe, functionName: "isAuthorized" }
|
|
8622
|
+
), ua = /* @__PURE__ */ e({
|
|
8623
|
+
abi: I,
|
|
8077
8624
|
functionName: "claimed"
|
|
8078
|
-
}),
|
|
8079
|
-
abi:
|
|
8625
|
+
}), oa = /* @__PURE__ */ e({
|
|
8626
|
+
abi: I,
|
|
8080
8627
|
functionName: "claims"
|
|
8081
|
-
}),
|
|
8082
|
-
abi:
|
|
8628
|
+
}), la = /* @__PURE__ */ e({
|
|
8629
|
+
abi: I,
|
|
8083
8630
|
functionName: "currentReward"
|
|
8084
|
-
}),
|
|
8085
|
-
abi:
|
|
8631
|
+
}), da = /* @__PURE__ */ e({
|
|
8632
|
+
abi: I,
|
|
8086
8633
|
functionName: "isClaimable"
|
|
8087
|
-
}),
|
|
8088
|
-
abi:
|
|
8634
|
+
}), ma = /* @__PURE__ */ e({
|
|
8635
|
+
abi: I,
|
|
8089
8636
|
functionName: "limit"
|
|
8090
|
-
}),
|
|
8091
|
-
abi:
|
|
8637
|
+
}), ca = /* @__PURE__ */ e({
|
|
8638
|
+
abi: I,
|
|
8092
8639
|
functionName: "reward"
|
|
8093
|
-
}),
|
|
8094
|
-
abi:
|
|
8640
|
+
}), ba = /* @__PURE__ */ e({
|
|
8641
|
+
abi: I,
|
|
8095
8642
|
functionName: "selector"
|
|
8096
|
-
}),
|
|
8097
|
-
abi:
|
|
8643
|
+
}), Ta = /* @__PURE__ */ e({
|
|
8644
|
+
abi: I,
|
|
8098
8645
|
functionName: "venue"
|
|
8099
|
-
}),
|
|
8100
|
-
abi:
|
|
8646
|
+
}), fa = /* @__PURE__ */ s({
|
|
8647
|
+
abi: I,
|
|
8101
8648
|
functionName: "claim"
|
|
8102
|
-
}),
|
|
8103
|
-
abi:
|
|
8649
|
+
}), va = /* @__PURE__ */ i({
|
|
8650
|
+
abi: I,
|
|
8104
8651
|
functionName: "claim"
|
|
8105
|
-
}),
|
|
8106
|
-
abi:
|
|
8652
|
+
}), wa = /* @__PURE__ */ e({
|
|
8653
|
+
abi: T,
|
|
8107
8654
|
functionName: "hasAllRoles"
|
|
8108
|
-
}),
|
|
8109
|
-
abi:
|
|
8655
|
+
}), Ma = /* @__PURE__ */ e({
|
|
8656
|
+
abi: T,
|
|
8110
8657
|
functionName: "hasAnyRole"
|
|
8111
|
-
}),
|
|
8112
|
-
abi:
|
|
8658
|
+
}), Ia = /* @__PURE__ */ e({
|
|
8659
|
+
abi: T,
|
|
8113
8660
|
functionName: "isAuthorized"
|
|
8114
|
-
}),
|
|
8115
|
-
abi:
|
|
8661
|
+
}), ha = /* @__PURE__ */ e({
|
|
8662
|
+
abi: T,
|
|
8116
8663
|
functionName: "rolesOf"
|
|
8117
|
-
}),
|
|
8118
|
-
abi:
|
|
8664
|
+
}), ga = /* @__PURE__ */ s({
|
|
8665
|
+
abi: T,
|
|
8119
8666
|
functionName: "grantManyRoles"
|
|
8120
|
-
}),
|
|
8121
|
-
abi:
|
|
8667
|
+
}), Oa = /* @__PURE__ */ s({
|
|
8668
|
+
abi: T,
|
|
8122
8669
|
functionName: "grantRoles"
|
|
8123
|
-
}),
|
|
8124
|
-
abi:
|
|
8670
|
+
}), Aa = /* @__PURE__ */ s({
|
|
8671
|
+
abi: T,
|
|
8125
8672
|
functionName: "revokeManyRoles"
|
|
8126
|
-
}),
|
|
8127
|
-
abi:
|
|
8673
|
+
}), Na = /* @__PURE__ */ s({
|
|
8674
|
+
abi: T,
|
|
8128
8675
|
functionName: "revokeRoles"
|
|
8129
|
-
}),
|
|
8130
|
-
abi:
|
|
8676
|
+
}), xa = /* @__PURE__ */ s({
|
|
8677
|
+
abi: T,
|
|
8131
8678
|
functionName: "setAuthorized"
|
|
8132
|
-
}),
|
|
8133
|
-
abi:
|
|
8679
|
+
}), Ra = /* @__PURE__ */ i({
|
|
8680
|
+
abi: T,
|
|
8134
8681
|
functionName: "grantManyRoles"
|
|
8135
|
-
}),
|
|
8136
|
-
abi:
|
|
8682
|
+
}), Ca = /* @__PURE__ */ i({
|
|
8683
|
+
abi: T,
|
|
8137
8684
|
functionName: "grantRoles"
|
|
8138
|
-
}),
|
|
8139
|
-
{ abi:
|
|
8140
|
-
),
|
|
8141
|
-
abi:
|
|
8685
|
+
}), za = /* @__PURE__ */ i(
|
|
8686
|
+
{ abi: T, functionName: "revokeManyRoles" }
|
|
8687
|
+
), _a = /* @__PURE__ */ i({
|
|
8688
|
+
abi: T,
|
|
8142
8689
|
functionName: "revokeRoles"
|
|
8143
|
-
}),
|
|
8144
|
-
abi:
|
|
8690
|
+
}), Ha = /* @__PURE__ */ i({
|
|
8691
|
+
abi: T,
|
|
8145
8692
|
functionName: "setAuthorized"
|
|
8146
|
-
}),
|
|
8147
|
-
abi:
|
|
8693
|
+
}), Ea = /* @__PURE__ */ e({
|
|
8694
|
+
abi: A,
|
|
8148
8695
|
functionName: "hashSignerData"
|
|
8149
|
-
}),
|
|
8150
|
-
abi:
|
|
8696
|
+
}), Fa = /* @__PURE__ */ e({
|
|
8697
|
+
abi: A,
|
|
8151
8698
|
functionName: "signers"
|
|
8152
|
-
}),
|
|
8153
|
-
abi:
|
|
8699
|
+
}), Da = /* @__PURE__ */ s({
|
|
8700
|
+
abi: A,
|
|
8154
8701
|
functionName: "setAuthorized"
|
|
8155
|
-
}),
|
|
8156
|
-
abi:
|
|
8702
|
+
}), ka = /* @__PURE__ */ s({
|
|
8703
|
+
abi: A,
|
|
8157
8704
|
functionName: "setValidatorCaller"
|
|
8158
|
-
}),
|
|
8159
|
-
abi:
|
|
8705
|
+
}), qa = /* @__PURE__ */ s({
|
|
8706
|
+
abi: A,
|
|
8160
8707
|
functionName: "validate"
|
|
8161
|
-
}),
|
|
8162
|
-
abi:
|
|
8708
|
+
}), Sa = /* @__PURE__ */ i({
|
|
8709
|
+
abi: A,
|
|
8163
8710
|
functionName: "setAuthorized"
|
|
8164
|
-
}),
|
|
8165
|
-
abi:
|
|
8711
|
+
}), Pa = /* @__PURE__ */ i({
|
|
8712
|
+
abi: A,
|
|
8166
8713
|
functionName: "setValidatorCaller"
|
|
8167
|
-
}),
|
|
8168
|
-
abi:
|
|
8714
|
+
}), La = /* @__PURE__ */ i({
|
|
8715
|
+
abi: A,
|
|
8169
8716
|
functionName: "validate"
|
|
8170
|
-
}),
|
|
8171
|
-
abi:
|
|
8717
|
+
}), Ba = /* @__PURE__ */ e({
|
|
8718
|
+
abi: E,
|
|
8172
8719
|
functionName: "isAllowed"
|
|
8173
|
-
}),
|
|
8174
|
-
abi:
|
|
8720
|
+
}), Ua = /* @__PURE__ */ e({
|
|
8721
|
+
abi: E,
|
|
8175
8722
|
functionName: "owner"
|
|
8176
|
-
}),
|
|
8177
|
-
{ abi:
|
|
8178
|
-
),
|
|
8179
|
-
abi:
|
|
8723
|
+
}), Va = /* @__PURE__ */ s(
|
|
8724
|
+
{ abi: E, functionName: "setAllowed" }
|
|
8725
|
+
), Za = /* @__PURE__ */ i({
|
|
8726
|
+
abi: E,
|
|
8180
8727
|
functionName: "setAllowed"
|
|
8181
|
-
}),
|
|
8182
|
-
abi:
|
|
8728
|
+
}), ja = /* @__PURE__ */ e({
|
|
8729
|
+
abi: q,
|
|
8183
8730
|
functionName: "isAllowed"
|
|
8184
|
-
}),
|
|
8185
|
-
abi:
|
|
8731
|
+
}), Ga = /* @__PURE__ */ s({
|
|
8732
|
+
abi: q,
|
|
8186
8733
|
functionName: "setDenied"
|
|
8187
|
-
}),
|
|
8188
|
-
abi:
|
|
8734
|
+
}), $a = /* @__PURE__ */ i({
|
|
8735
|
+
abi: q,
|
|
8189
8736
|
functionName: "setDenied"
|
|
8190
8737
|
});
|
|
8191
8738
|
export {
|
|
8192
|
-
|
|
8739
|
+
$e as $,
|
|
8193
8740
|
f as A,
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8741
|
+
h as B,
|
|
8742
|
+
E as C,
|
|
8743
|
+
Ca as D,
|
|
8744
|
+
q as E,
|
|
8745
|
+
na as F,
|
|
8746
|
+
sa as G,
|
|
8747
|
+
T as H,
|
|
8748
|
+
c as I,
|
|
8749
|
+
Kn as J,
|
|
8203
8750
|
ce as K,
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
|
-
T,
|
|
8213
|
-
|
|
8751
|
+
Te as L,
|
|
8752
|
+
je as M,
|
|
8753
|
+
I as N,
|
|
8754
|
+
Ge as O,
|
|
8755
|
+
Ze as P,
|
|
8756
|
+
Yn as Q,
|
|
8757
|
+
Le as R,
|
|
8758
|
+
xa as S,
|
|
8759
|
+
wa as T,
|
|
8760
|
+
be as U,
|
|
8214
8761
|
O as V,
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8227
|
-
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
8232
|
-
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8762
|
+
pe as W,
|
|
8763
|
+
Qn as X,
|
|
8764
|
+
Jn as Y,
|
|
8765
|
+
_a as Z,
|
|
8766
|
+
Ra as _,
|
|
8767
|
+
oe as a,
|
|
8768
|
+
wt as a$,
|
|
8769
|
+
Be as a0,
|
|
8770
|
+
Ve as a1,
|
|
8771
|
+
Ue as a2,
|
|
8772
|
+
ya as a3,
|
|
8773
|
+
le as a4,
|
|
8774
|
+
Pn as a5,
|
|
8775
|
+
Fn as a6,
|
|
8776
|
+
Ln as a7,
|
|
8777
|
+
Dn as a8,
|
|
8778
|
+
Bn as a9,
|
|
8779
|
+
Je as aA,
|
|
8780
|
+
tt as aB,
|
|
8781
|
+
Qe as aC,
|
|
8782
|
+
We as aD,
|
|
8783
|
+
Ye as aE,
|
|
8784
|
+
nt as aF,
|
|
8785
|
+
st as aG,
|
|
8786
|
+
at as aH,
|
|
8787
|
+
pt as aI,
|
|
8788
|
+
it as aJ,
|
|
8242
8789
|
Ke as aK,
|
|
8243
|
-
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
|
|
8258
|
-
|
|
8259
|
-
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8319
|
-
|
|
8320
|
-
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8326
|
-
|
|
8327
|
-
|
|
8328
|
-
|
|
8329
|
-
|
|
8330
|
-
|
|
8331
|
-
|
|
8332
|
-
|
|
8333
|
-
|
|
8334
|
-
|
|
8335
|
-
|
|
8336
|
-
|
|
8337
|
-
|
|
8338
|
-
|
|
8339
|
-
|
|
8340
|
-
|
|
8341
|
-
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
|
|
8353
|
-
|
|
8354
|
-
|
|
8355
|
-
|
|
8356
|
-
|
|
8357
|
-
|
|
8358
|
-
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8790
|
+
Xe as aL,
|
|
8791
|
+
ct as aM,
|
|
8792
|
+
ot as aN,
|
|
8793
|
+
ut as aO,
|
|
8794
|
+
yt as aP,
|
|
8795
|
+
rt as aQ,
|
|
8796
|
+
Tt as aR,
|
|
8797
|
+
bt as aS,
|
|
8798
|
+
mt as aT,
|
|
8799
|
+
lt as aU,
|
|
8800
|
+
Mt as aV,
|
|
8801
|
+
ft as aW,
|
|
8802
|
+
It as aX,
|
|
8803
|
+
vt as aY,
|
|
8804
|
+
dt as aZ,
|
|
8805
|
+
ht as a_,
|
|
8806
|
+
kn as aa,
|
|
8807
|
+
Un as ab,
|
|
8808
|
+
qn as ac,
|
|
8809
|
+
Vn as ad,
|
|
8810
|
+
Sn as ae,
|
|
8811
|
+
Hn as af,
|
|
8812
|
+
En as ag,
|
|
8813
|
+
zn as ah,
|
|
8814
|
+
_n as ai,
|
|
8815
|
+
he as aj,
|
|
8816
|
+
we as ak,
|
|
8817
|
+
ge as al,
|
|
8818
|
+
ve as am,
|
|
8819
|
+
fe as an,
|
|
8820
|
+
Ie as ao,
|
|
8821
|
+
Ae as ap,
|
|
8822
|
+
Oe as aq,
|
|
8823
|
+
Me as ar,
|
|
8824
|
+
Ua as as,
|
|
8825
|
+
Ba as at,
|
|
8826
|
+
Za as au,
|
|
8827
|
+
Va as av,
|
|
8828
|
+
ja as aw,
|
|
8829
|
+
$a as ax,
|
|
8830
|
+
Ga as ay,
|
|
8831
|
+
et as az,
|
|
8832
|
+
Oa as b,
|
|
8833
|
+
qt as b$,
|
|
8834
|
+
tn as b0,
|
|
8835
|
+
nn as b1,
|
|
8836
|
+
on as b2,
|
|
8837
|
+
dn as b3,
|
|
8838
|
+
rn as b4,
|
|
8839
|
+
pn as b5,
|
|
8840
|
+
sn as b6,
|
|
8841
|
+
an as b7,
|
|
8842
|
+
ln as b8,
|
|
8843
|
+
un as b9,
|
|
8844
|
+
Nn as bA,
|
|
8845
|
+
xn as bB,
|
|
8846
|
+
On as bC,
|
|
8847
|
+
Rn as bD,
|
|
8848
|
+
An as bE,
|
|
8849
|
+
$n as bF,
|
|
8850
|
+
jn as bG,
|
|
8851
|
+
Wn as bH,
|
|
8852
|
+
Gn as bI,
|
|
8853
|
+
Zn as bJ,
|
|
8854
|
+
de as bK,
|
|
8855
|
+
H as bL,
|
|
8856
|
+
vn as bM,
|
|
8857
|
+
fn as bN,
|
|
8858
|
+
Mn as bO,
|
|
8859
|
+
wn as bP,
|
|
8860
|
+
zt as bQ,
|
|
8861
|
+
Nt as bR,
|
|
8862
|
+
At as bS,
|
|
8863
|
+
Et as bT,
|
|
8864
|
+
Ot as bU,
|
|
8865
|
+
gt as bV,
|
|
8866
|
+
_t as bW,
|
|
8867
|
+
Ht as bX,
|
|
8868
|
+
Ct as bY,
|
|
8869
|
+
kt as bZ,
|
|
8870
|
+
Ft as b_,
|
|
8871
|
+
bn as ba,
|
|
8872
|
+
mn as bb,
|
|
8873
|
+
Tn as bc,
|
|
8874
|
+
cn as bd,
|
|
8875
|
+
yn as be,
|
|
8876
|
+
oa as bf,
|
|
8877
|
+
la as bg,
|
|
8878
|
+
ca as bh,
|
|
8879
|
+
ua as bi,
|
|
8880
|
+
Ta as bj,
|
|
8881
|
+
ma as bk,
|
|
8882
|
+
ba as bl,
|
|
8883
|
+
va as bm,
|
|
8884
|
+
fa as bn,
|
|
8885
|
+
da as bo,
|
|
8886
|
+
Fa as bp,
|
|
8887
|
+
Ea as bq,
|
|
8888
|
+
La as br,
|
|
8889
|
+
qa as bs,
|
|
8890
|
+
Sa as bt,
|
|
8891
|
+
Da as bu,
|
|
8892
|
+
Pa as bv,
|
|
8893
|
+
ka as bw,
|
|
8894
|
+
gn as bx,
|
|
8895
|
+
hn as by,
|
|
8896
|
+
Cn as bz,
|
|
8897
|
+
g as c,
|
|
8898
|
+
Dt as c0,
|
|
8899
|
+
Rt as c1,
|
|
8900
|
+
xt as c2,
|
|
8901
|
+
$t as c3,
|
|
8902
|
+
Bt as c4,
|
|
8903
|
+
Vt as c5,
|
|
8904
|
+
Lt as c6,
|
|
8905
|
+
Qt as c7,
|
|
8906
|
+
Pt as c8,
|
|
8907
|
+
St as c9,
|
|
8908
|
+
Wt as ca,
|
|
8909
|
+
Yt as cb,
|
|
8910
|
+
Gt as cc,
|
|
8911
|
+
Kt as cd,
|
|
8912
|
+
Jt as ce,
|
|
8913
|
+
en as cf,
|
|
8914
|
+
Xt as cg,
|
|
8915
|
+
jt as ch,
|
|
8916
|
+
Zt as ci,
|
|
8917
|
+
Ut as cj,
|
|
8918
|
+
me as ck,
|
|
8919
|
+
qe as cl,
|
|
8920
|
+
De as cm,
|
|
8921
|
+
_e as cn,
|
|
8922
|
+
ke as co,
|
|
8923
|
+
He as cp,
|
|
8924
|
+
xe as cq,
|
|
8925
|
+
Re as cr,
|
|
8926
|
+
In as cs,
|
|
8927
|
+
Ne as ct,
|
|
8928
|
+
Se as cu,
|
|
8929
|
+
Ee as cv,
|
|
8930
|
+
Ce as cw,
|
|
8931
|
+
ze as cx,
|
|
8932
|
+
Pe as cy,
|
|
8933
|
+
Fe as cz,
|
|
8934
|
+
Z as d,
|
|
8935
|
+
Na as e,
|
|
8371
8936
|
d as f,
|
|
8372
|
-
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8937
|
+
v as g,
|
|
8938
|
+
ga as h,
|
|
8939
|
+
za as i,
|
|
8940
|
+
Ha as j,
|
|
8941
|
+
A as k,
|
|
8942
|
+
l,
|
|
8943
|
+
ha as m,
|
|
8944
|
+
Ma as n,
|
|
8945
|
+
C as o,
|
|
8946
|
+
Ia as p,
|
|
8947
|
+
ra as q,
|
|
8948
|
+
ia as r,
|
|
8949
|
+
ta as s,
|
|
8950
|
+
Xn as t,
|
|
8951
|
+
pa as u,
|
|
8952
|
+
m as v,
|
|
8953
|
+
b as w,
|
|
8954
|
+
Aa as x,
|
|
8955
|
+
ea as y,
|
|
8956
|
+
aa as z
|
|
8392
8957
|
};
|
|
8393
|
-
//# sourceMappingURL=generated-
|
|
8958
|
+
//# sourceMappingURL=generated-ClbO_ULI.js.map
|