@boostxyz/sdk 0.0.0-alpha.17 → 0.0.0-alpha.19
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.cjs.map +1 -1
- package/dist/Actions/Action.js +13 -13
- package/dist/Actions/ContractAction.d.ts +9 -9
- package/dist/Actions/ContractAction.d.ts.map +1 -1
- package/dist/Actions/ERC721MintAction.d.ts +12 -12
- package/dist/Actions/ERC721MintAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +32 -49
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +13 -962
- 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.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.d.ts +5 -5
- 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.d.ts +6 -6
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/Boost.cjs.map +1 -1
- package/dist/Boost.d.ts +18 -0
- package/dist/Boost.d.ts.map +1 -1
- package/dist/Boost.js.map +1 -1
- package/dist/BoostCore-BiPwp6SR.cjs +3 -0
- package/dist/BoostCore-BiPwp6SR.cjs.map +1 -0
- package/dist/BoostCore-kwoUw7YE.js +1477 -0
- package/dist/BoostCore-kwoUw7YE.js.map +1 -0
- package/dist/BoostCore.cjs +1 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +86 -36
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +29 -1273
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.cjs.map +1 -1
- package/dist/BoostRegistry.d.ts +25 -19
- package/dist/BoostRegistry.d.ts.map +1 -1
- package/dist/BoostRegistry.js +30 -29
- package/dist/BoostRegistry.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.d.ts +18 -18
- package/dist/Budgets/ManagedBudget.js +48 -48
- package/dist/Budgets/ManagedBudget.js.map +1 -1
- package/dist/Budgets/VestingBudget.d.ts +23 -23
- package/dist/Deployable/Contract.cjs +1 -1
- package/dist/Deployable/Contract.cjs.map +1 -1
- package/dist/Deployable/Contract.d.ts +4 -5
- package/dist/Deployable/Contract.d.ts.map +1 -1
- package/dist/Deployable/Contract.js +4 -5
- package/dist/Deployable/Contract.js.map +1 -1
- package/dist/Deployable/Deployable.cjs.map +1 -1
- package/dist/Deployable/Deployable.d.ts +1 -1
- package/dist/Deployable/Deployable.js +1 -1
- package/dist/Deployable/Deployable.js.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.cjs.map +1 -1
- package/dist/Deployable/DeployableTarget.d.ts +5 -5
- package/dist/Deployable/DeployableTarget.js +6 -6
- package/dist/Deployable/DeployableTarget.js.map +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs.map +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.d.ts +15 -15
- package/dist/Deployable/DeployableTargetWithRBAC.js +33 -33
- package/dist/Deployable/DeployableTargetWithRBAC.js.map +1 -1
- package/dist/EventAction-D5tnm00s.js +1355 -0
- package/dist/EventAction-D5tnm00s.js.map +1 -0
- package/dist/EventAction-DBDRaG4A.cjs +2 -0
- package/dist/EventAction-DBDRaG4A.cjs.map +1 -0
- package/dist/{Incentive-DJf-vdyL.js → Incentive-Bp8Sez7M.js} +61 -62
- package/dist/Incentive-Bp8Sez7M.js.map +1 -0
- package/dist/{Incentive-DNwROd1r.cjs → Incentive-Djnzseoj.cjs} +2 -2
- package/dist/Incentive-Djnzseoj.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 +12 -12
- package/dist/Incentives/AllowListIncentive.js +19 -19
- 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 +15 -15
- package/dist/Incentives/CGDAIncentive.js +18 -18
- package/dist/Incentives/CGDAIncentive.js.map +1 -1
- package/dist/Incentives/ERC1155Incentive.d.ts +30 -30
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
- package/dist/Incentives/ERC20Incentive.d.ts +23 -23
- package/dist/Incentives/ERC20Incentive.js +25 -25
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +523 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -0
- package/dist/Incentives/ERC20VariableIncentive.d.ts +19 -19
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.d.ts +3 -3
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +3 -3
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.d.ts +14 -14
- package/dist/Incentives/PointsIncentive.js +21 -21
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/{SimpleDenyList-DMlUkmAn.cjs → SimpleDenyList-BwfNjRsg.cjs} +2 -2
- package/dist/SimpleDenyList-BwfNjRsg.cjs.map +1 -0
- package/dist/{SimpleDenyList-DvUvmOeE.js → SimpleDenyList-Cn5WpNn0.js} +9 -9
- package/dist/SimpleDenyList-Cn5WpNn0.js.map +1 -0
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.d.ts +14 -14
- package/dist/Validators/SignerValidator.js +19 -19
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.cjs.map +1 -1
- package/dist/Validators/Validator.d.ts +1 -1
- package/dist/Validators/Validator.js +6 -6
- package/dist/Validators/Validator.js.map +1 -1
- package/dist/claiming.cjs.map +1 -1
- package/dist/claiming.d.ts +1 -1
- package/dist/claiming.js.map +1 -1
- package/dist/componentInterfaces-D09mhzxO.cjs +2 -0
- package/dist/componentInterfaces-D09mhzxO.cjs.map +1 -0
- package/dist/componentInterfaces-RXBMI5yH.js +14 -0
- package/dist/componentInterfaces-RXBMI5yH.js.map +1 -0
- package/dist/deployments-BM42vImE.js +43 -0
- package/dist/deployments-BM42vImE.js.map +1 -0
- package/dist/deployments-CMdF5uEC.cjs +2 -0
- package/dist/deployments-CMdF5uEC.cjs.map +1 -0
- package/dist/deployments.json +15 -12
- package/dist/errors.cjs +1 -1
- package/dist/errors.cjs.map +1 -1
- package/dist/errors.d.ts +132 -0
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +122 -36
- package/dist/errors.js.map +1 -1
- package/dist/generated-B0tk-c9b.cjs +3 -0
- package/dist/generated-B0tk-c9b.cjs.map +1 -0
- package/dist/{generated-C_7Jx3YG.js → generated-B7VaSah4.js} +631 -343
- package/dist/generated-B7VaSah4.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 +135 -126
- package/dist/transfers.cjs.map +1 -1
- package/dist/transfers.d.ts +1 -1
- package/dist/transfers.js.map +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +5 -5
- package/src/Actions/ContractAction.ts +9 -10
- package/src/Actions/ERC721MintAction.ts +12 -13
- package/src/Actions/EventAction.test.ts +45 -54
- package/src/Actions/EventAction.ts +100 -100
- package/src/AllowLists/SimpleAllowList.ts +5 -5
- package/src/AllowLists/SimpleDenyList.ts +6 -6
- package/src/Boost.ts +19 -0
- package/src/BoostCore.test.ts +117 -1
- package/src/BoostCore.ts +121 -57
- package/src/BoostRegistry.ts +29 -21
- package/src/Budgets/ManagedBudget.ts +18 -18
- package/src/Budgets/VestingBudget.ts +23 -23
- package/src/Deployable/Contract.ts +4 -5
- package/src/Deployable/Deployable.ts +1 -1
- package/src/Deployable/DeployableTarget.ts +5 -5
- package/src/Deployable/DeployableTargetWithRBAC.ts +15 -15
- package/src/Incentives/AllowListIncentive.ts +12 -12
- package/src/Incentives/CGDAIncentive.ts +15 -15
- package/src/Incentives/ERC1155Incentive.ts +26 -26
- package/src/Incentives/ERC20Incentive.ts +23 -23
- package/src/Incentives/ERC20VariableCriteriaIncentive.test.ts +184 -0
- package/src/Incentives/ERC20VariableCriteriaIncentive.ts +309 -0
- package/src/Incentives/ERC20VariableIncentive.ts +19 -19
- package/src/Incentives/Incentive.ts +6 -5
- package/src/Incentives/PointsIncentive.test.ts +21 -21
- package/src/Incentives/PointsIncentive.ts +14 -14
- package/src/Validators/SignerValidator.ts +14 -14
- package/src/Validators/Validator.ts +1 -1
- package/src/claiming.ts +1 -1
- package/src/errors.ts +165 -0
- package/src/index.test.ts +117 -33
- package/src/index.ts +1 -0
- package/src/transfers.ts +1 -1
- package/src/utils.ts +1 -1
- package/dist/Incentive-DJf-vdyL.js.map +0 -1
- package/dist/Incentive-DNwROd1r.cjs.map +0 -1
- package/dist/SimpleDenyList-DMlUkmAn.cjs.map +0 -1
- package/dist/SimpleDenyList-DvUvmOeE.js.map +0 -1
- package/dist/componentInterfaces-BPVR_Ykd.js +0 -13
- package/dist/componentInterfaces-BPVR_Ykd.js.map +0 -1
- package/dist/componentInterfaces-BfppSIl4.cjs +0 -2
- package/dist/componentInterfaces-BfppSIl4.cjs.map +0 -1
- package/dist/deployments-BvFcK_eR.js +0 -40
- package/dist/deployments-BvFcK_eR.js.map +0 -1
- package/dist/deployments-Ho4PnGCS.cjs +0 -2
- package/dist/deployments-Ho4PnGCS.cjs.map +0 -1
- package/dist/generated-CMQ6ZC2_.cjs +0 -3
- package/dist/generated-CMQ6ZC2_.cjs.map +0 -1
- package/dist/generated-C_7Jx3YG.js.map +0 -1
|
@@ -2,13 +2,13 @@ import { simulateContract as U, readContract as P, writeContract as j } from "vi
|
|
|
2
2
|
import { createClient as S, custom as V } from "viem";
|
|
3
3
|
import { parseAccount as Z, getAddress as $ } from "viem/utils";
|
|
4
4
|
function A(t) {
|
|
5
|
-
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts,
|
|
5
|
+
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, y = i == null ? void 0 : i[0], u = t.chains.find((T) => T.id === (e == null ? void 0 : e.chainId)), r = t.state.status;
|
|
6
6
|
switch (r) {
|
|
7
7
|
case "connected":
|
|
8
8
|
return {
|
|
9
|
-
address:
|
|
9
|
+
address: y,
|
|
10
10
|
addresses: i,
|
|
11
|
-
chain:
|
|
11
|
+
chain: u,
|
|
12
12
|
chainId: e == null ? void 0 : e.chainId,
|
|
13
13
|
connector: e == null ? void 0 : e.connector,
|
|
14
14
|
isConnected: !0,
|
|
@@ -19,12 +19,12 @@ function A(t) {
|
|
|
19
19
|
};
|
|
20
20
|
case "reconnecting":
|
|
21
21
|
return {
|
|
22
|
-
address:
|
|
22
|
+
address: y,
|
|
23
23
|
addresses: i,
|
|
24
|
-
chain:
|
|
24
|
+
chain: u,
|
|
25
25
|
chainId: e == null ? void 0 : e.chainId,
|
|
26
26
|
connector: e == null ? void 0 : e.connector,
|
|
27
|
-
isConnected: !!
|
|
27
|
+
isConnected: !!y,
|
|
28
28
|
isConnecting: !1,
|
|
29
29
|
isDisconnected: !1,
|
|
30
30
|
isReconnecting: !0,
|
|
@@ -32,9 +32,9 @@ function A(t) {
|
|
|
32
32
|
};
|
|
33
33
|
case "connecting":
|
|
34
34
|
return {
|
|
35
|
-
address:
|
|
35
|
+
address: y,
|
|
36
36
|
addresses: i,
|
|
37
|
-
chain:
|
|
37
|
+
chain: u,
|
|
38
38
|
chainId: e == null ? void 0 : e.chainId,
|
|
39
39
|
connector: e == null ? void 0 : e.connector,
|
|
40
40
|
isConnected: !1,
|
|
@@ -58,15 +58,15 @@ function A(t) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function R(t) {
|
|
62
62
|
return t.state.chainId;
|
|
63
63
|
}
|
|
64
64
|
function _(t, a, e) {
|
|
65
65
|
const i = t[a.name];
|
|
66
66
|
if (typeof i == "function")
|
|
67
67
|
return i;
|
|
68
|
-
const
|
|
69
|
-
return typeof
|
|
68
|
+
const y = t[e];
|
|
69
|
+
return typeof y == "function" ? y : (u) => a(t, u);
|
|
70
70
|
}
|
|
71
71
|
const G = "2.13.8", W = () => `@wagmi/core@${G}`;
|
|
72
72
|
var D = function(t, a, e, i) {
|
|
@@ -74,7 +74,7 @@ var D = function(t, a, e, i) {
|
|
|
74
74
|
if (typeof a == "function" ? t !== a || !i : !a.has(t)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
75
75
|
return e === "m" ? i : e === "a" ? i.call(t) : i ? i.value : a.get(t);
|
|
76
76
|
}, N, F;
|
|
77
|
-
class
|
|
77
|
+
class I extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
80
80
|
}
|
|
@@ -109,18 +109,18 @@ class h extends Error {
|
|
|
109
109
|
writable: !0,
|
|
110
110
|
value: "WagmiCoreError"
|
|
111
111
|
});
|
|
112
|
-
const
|
|
112
|
+
const y = e.cause instanceof I ? e.cause.details : (i = e.cause) != null && i.message ? e.cause.message : e.details, u = e.cause instanceof I && e.cause.docsPath || e.docsPath;
|
|
113
113
|
this.message = [
|
|
114
114
|
a || "An error occurred.",
|
|
115
115
|
"",
|
|
116
116
|
...e.metaMessages ? [...e.metaMessages, ""] : [],
|
|
117
|
-
...
|
|
118
|
-
`Docs: ${this.docsBaseUrl}${
|
|
117
|
+
...u ? [
|
|
118
|
+
`Docs: ${this.docsBaseUrl}${u}.html${e.docsSlug ? `#${e.docsSlug}` : ""}`
|
|
119
119
|
] : [],
|
|
120
|
-
...
|
|
120
|
+
...y ? [`Details: ${y}`] : [],
|
|
121
121
|
`Version: ${this.version}`
|
|
122
122
|
].join(`
|
|
123
|
-
`), e.cause && (this.cause = e.cause), this.details =
|
|
123
|
+
`), e.cause && (this.cause = e.cause), this.details = y, this.docsPath = u, this.metaMessages = e.metaMessages, this.shortMessage = a;
|
|
124
124
|
}
|
|
125
125
|
walk(a) {
|
|
126
126
|
return D(this, N, "m", F).call(this, this, a);
|
|
@@ -129,7 +129,7 @@ class h extends Error {
|
|
|
129
129
|
N = /* @__PURE__ */ new WeakSet(), F = function t(a, e) {
|
|
130
130
|
return e != null && e(a) ? a : a.cause ? D(this, N, "m", t).call(this, a.cause, e) : a;
|
|
131
131
|
};
|
|
132
|
-
class
|
|
132
|
+
class J extends I {
|
|
133
133
|
constructor() {
|
|
134
134
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
135
135
|
enumerable: !0,
|
|
@@ -139,7 +139,7 @@ class K extends h {
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
class
|
|
142
|
+
class Q extends I {
|
|
143
143
|
constructor({ address: a, connector: e }) {
|
|
144
144
|
super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
|
|
145
145
|
enumerable: !0,
|
|
@@ -149,7 +149,7 @@ class J extends h {
|
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
class
|
|
152
|
+
class K extends I {
|
|
153
153
|
constructor({ connectionChainId: a, connectorChainId: e }) {
|
|
154
154
|
super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
|
|
155
155
|
metaMessages: [
|
|
@@ -164,7 +164,7 @@ class Q extends h {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
class
|
|
167
|
+
class X extends I {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -185,7 +185,7 @@ async function B(t, a = {}) {
|
|
|
185
185
|
if (a.connector) {
|
|
186
186
|
const { connector: o } = a;
|
|
187
187
|
if (t.state.status === "reconnecting" && !o.getAccounts && !o.getChainId)
|
|
188
|
-
throw new
|
|
188
|
+
throw new X({ connector: o });
|
|
189
189
|
const [O, L] = await Promise.all([
|
|
190
190
|
o.getAccounts(),
|
|
191
191
|
o.getChainId()
|
|
@@ -198,21 +198,21 @@ async function B(t, a = {}) {
|
|
|
198
198
|
} else
|
|
199
199
|
e = t.state.connections.get(t.state.current);
|
|
200
200
|
if (!e)
|
|
201
|
-
throw new
|
|
202
|
-
const i = a.chainId ?? e.chainId,
|
|
203
|
-
if (
|
|
204
|
-
throw new
|
|
201
|
+
throw new J();
|
|
202
|
+
const i = a.chainId ?? e.chainId, y = await e.connector.getChainId();
|
|
203
|
+
if (y !== e.chainId)
|
|
204
|
+
throw new K({
|
|
205
205
|
connectionChainId: e.chainId,
|
|
206
|
-
connectorChainId:
|
|
206
|
+
connectorChainId: y
|
|
207
207
|
});
|
|
208
|
-
const
|
|
209
|
-
if (
|
|
210
|
-
return
|
|
208
|
+
const u = e.connector;
|
|
209
|
+
if (u.getClient)
|
|
210
|
+
return u.getClient({ chainId: i });
|
|
211
211
|
const r = Z(a.account ?? e.accounts[0]);
|
|
212
212
|
if (r.address = $(r.address), a.account && !e.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
|
|
213
|
-
throw new
|
|
213
|
+
throw new Q({
|
|
214
214
|
address: r.address,
|
|
215
|
-
connector:
|
|
215
|
+
connector: u
|
|
216
216
|
});
|
|
217
217
|
const T = t.chains.find((o) => o.id === i), g = await e.connector.getProvider({ chainId: i });
|
|
218
218
|
return S({
|
|
@@ -222,14 +222,14 @@ async function B(t, a = {}) {
|
|
|
222
222
|
transport: (o) => V(g)({ ...o, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
226
|
-
const { abi: e, chainId: i, connector:
|
|
225
|
+
async function x(t, a) {
|
|
226
|
+
const { abi: e, chainId: i, connector: y, ...u } = a;
|
|
227
227
|
let r;
|
|
228
228
|
a.account ? r = a.account : r = (await B(t, {
|
|
229
229
|
chainId: i,
|
|
230
|
-
connector:
|
|
230
|
+
connector: y
|
|
231
231
|
})).account;
|
|
232
|
-
const T = t.getClient({ chainId: i }), g = _(T, U, "simulateContract"), { result: o, request: O } = await g({ ...
|
|
232
|
+
const T = t.getClient({ chainId: i }), g = _(T, U, "simulateContract"), { result: o, request: O } = await g({ ...u, abi: e, account: r });
|
|
233
233
|
return {
|
|
234
234
|
chainId: T.chain.id,
|
|
235
235
|
result: o,
|
|
@@ -239,14 +239,14 @@ async function R(t, a) {
|
|
|
239
239
|
function s(t) {
|
|
240
240
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
241
241
|
var i;
|
|
242
|
-
const
|
|
243
|
-
return
|
|
242
|
+
const y = R(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
243
|
+
return x(a, {
|
|
244
244
|
...e,
|
|
245
245
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
246
246
|
address: (i = t.address) == null ? void 0 : i[r],
|
|
247
247
|
abi: t.abi
|
|
248
248
|
});
|
|
249
|
-
} : (a, e) =>
|
|
249
|
+
} : (a, e) => x(a, {
|
|
250
250
|
...e,
|
|
251
251
|
...t.address ? { address: t.address } : {},
|
|
252
252
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
@@ -254,13 +254,13 @@ function s(t) {
|
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
256
|
function E(t, a) {
|
|
257
|
-
const { chainId: e, ...i } = a,
|
|
258
|
-
return _(
|
|
257
|
+
const { chainId: e, ...i } = a, y = t.getClient({ chainId: e });
|
|
258
|
+
return _(y, P, "readContract")(i);
|
|
259
259
|
}
|
|
260
260
|
function n(t) {
|
|
261
261
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
262
262
|
var i;
|
|
263
|
-
const
|
|
263
|
+
const y = R(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
264
264
|
return E(a, {
|
|
265
265
|
...e,
|
|
266
266
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
@@ -275,15 +275,15 @@ function n(t) {
|
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
async function q(t, a) {
|
|
278
|
-
const { account: e, chainId: i, connector:
|
|
278
|
+
const { account: e, chainId: i, connector: y, __mode: u, ...r } = a;
|
|
279
279
|
let T;
|
|
280
|
-
typeof e == "object" && e.type === "local" ? T = t.getClient({ chainId: i }) : T = await B(t, { account: e, chainId: i, connector:
|
|
280
|
+
typeof e == "object" && e.type === "local" ? T = t.getClient({ chainId: i }) : T = await B(t, { account: e, chainId: i, connector: y });
|
|
281
281
|
const { connector: g } = A(t);
|
|
282
282
|
let o;
|
|
283
|
-
if (
|
|
283
|
+
if (u === "prepared" || g != null && g.supportsSimulation)
|
|
284
284
|
o = r;
|
|
285
285
|
else {
|
|
286
|
-
const { request: O } = await
|
|
286
|
+
const { request: O } = await x(t, {
|
|
287
287
|
...r,
|
|
288
288
|
account: e,
|
|
289
289
|
chainId: i
|
|
@@ -299,9 +299,9 @@ async function q(t, a) {
|
|
|
299
299
|
function p(t) {
|
|
300
300
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
301
301
|
var i;
|
|
302
|
-
const
|
|
302
|
+
const y = R(a), u = A(a);
|
|
303
303
|
let r;
|
|
304
|
-
return e.chainId ? r = e.chainId : e.account && e.account ===
|
|
304
|
+
return e.chainId ? r = e.chainId : e.account && e.account === u.address || e.account === void 0 ? r = u.chainId : r = y, q(a, {
|
|
305
305
|
...e,
|
|
306
306
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
307
307
|
address: r ? (i = t.address) == null ? void 0 : i[r] : void 0,
|
|
@@ -314,7 +314,7 @@ function p(t) {
|
|
|
314
314
|
abi: t.abi
|
|
315
315
|
});
|
|
316
316
|
}
|
|
317
|
-
const
|
|
317
|
+
const se = [
|
|
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 ie = [
|
|
|
416
416
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
417
417
|
stateMutability: "view"
|
|
418
418
|
}
|
|
419
|
-
],
|
|
419
|
+
], pe = [
|
|
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 ie = [
|
|
|
688
688
|
outputs: [],
|
|
689
689
|
stateMutability: "payable"
|
|
690
690
|
}
|
|
691
|
-
],
|
|
691
|
+
], re = [
|
|
692
692
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
693
693
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
694
694
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -1095,7 +1095,7 @@ const ie = [
|
|
|
1095
1095
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1096
1096
|
stateMutability: "view"
|
|
1097
1097
|
}
|
|
1098
|
-
],
|
|
1098
|
+
], ye = [
|
|
1099
1099
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
1100
1100
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1101
1101
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -1140,13 +1140,6 @@ const ie = [
|
|
|
1140
1140
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1141
1141
|
stateMutability: "nonpayable"
|
|
1142
1142
|
},
|
|
1143
|
-
{
|
|
1144
|
-
type: "function",
|
|
1145
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1146
|
-
name: "claimed",
|
|
1147
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1148
|
-
stateMutability: "view"
|
|
1149
|
-
},
|
|
1150
1143
|
{
|
|
1151
1144
|
type: "function",
|
|
1152
1145
|
inputs: [],
|
|
@@ -1926,7 +1919,7 @@ const ie = [
|
|
|
1926
1919
|
outputs: [],
|
|
1927
1920
|
stateMutability: "payable"
|
|
1928
1921
|
}
|
|
1929
|
-
],
|
|
1922
|
+
], h = [
|
|
1930
1923
|
{
|
|
1931
1924
|
type: "error",
|
|
1932
1925
|
inputs: [
|
|
@@ -2688,6 +2681,296 @@ const ie = [
|
|
|
2688
2681
|
outputs: [],
|
|
2689
2682
|
stateMutability: "payable"
|
|
2690
2683
|
}
|
|
2684
|
+
], Y = [
|
|
2685
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2686
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
2687
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
2688
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
2689
|
+
{
|
|
2690
|
+
type: "error",
|
|
2691
|
+
inputs: [
|
|
2692
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
2693
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
2694
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
2695
|
+
],
|
|
2696
|
+
name: "InsufficientFunds"
|
|
2697
|
+
},
|
|
2698
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
2699
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
2700
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
2701
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
2702
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
2703
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
2704
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2705
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2706
|
+
{
|
|
2707
|
+
type: "event",
|
|
2708
|
+
anonymous: !1,
|
|
2709
|
+
inputs: [
|
|
2710
|
+
{
|
|
2711
|
+
name: "recipient",
|
|
2712
|
+
internalType: "address",
|
|
2713
|
+
type: "address",
|
|
2714
|
+
indexed: !0
|
|
2715
|
+
},
|
|
2716
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2717
|
+
],
|
|
2718
|
+
name: "Claimed"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
type: "event",
|
|
2722
|
+
anonymous: !1,
|
|
2723
|
+
inputs: [
|
|
2724
|
+
{
|
|
2725
|
+
name: "version",
|
|
2726
|
+
internalType: "uint64",
|
|
2727
|
+
type: "uint64",
|
|
2728
|
+
indexed: !1
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
name: "Initialized"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
type: "event",
|
|
2735
|
+
anonymous: !1,
|
|
2736
|
+
inputs: [
|
|
2737
|
+
{
|
|
2738
|
+
name: "pendingOwner",
|
|
2739
|
+
internalType: "address",
|
|
2740
|
+
type: "address",
|
|
2741
|
+
indexed: !0
|
|
2742
|
+
}
|
|
2743
|
+
],
|
|
2744
|
+
name: "OwnershipHandoverCanceled"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
type: "event",
|
|
2748
|
+
anonymous: !1,
|
|
2749
|
+
inputs: [
|
|
2750
|
+
{
|
|
2751
|
+
name: "pendingOwner",
|
|
2752
|
+
internalType: "address",
|
|
2753
|
+
type: "address",
|
|
2754
|
+
indexed: !0
|
|
2755
|
+
}
|
|
2756
|
+
],
|
|
2757
|
+
name: "OwnershipHandoverRequested"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
type: "event",
|
|
2761
|
+
anonymous: !1,
|
|
2762
|
+
inputs: [
|
|
2763
|
+
{
|
|
2764
|
+
name: "oldOwner",
|
|
2765
|
+
internalType: "address",
|
|
2766
|
+
type: "address",
|
|
2767
|
+
indexed: !0
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
name: "newOwner",
|
|
2771
|
+
internalType: "address",
|
|
2772
|
+
type: "address",
|
|
2773
|
+
indexed: !0
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
name: "OwnershipTransferred"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
type: "function",
|
|
2780
|
+
inputs: [],
|
|
2781
|
+
name: "asset",
|
|
2782
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2783
|
+
stateMutability: "view"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
type: "function",
|
|
2787
|
+
inputs: [],
|
|
2788
|
+
name: "cancelOwnershipHandover",
|
|
2789
|
+
outputs: [],
|
|
2790
|
+
stateMutability: "payable"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
type: "function",
|
|
2794
|
+
inputs: [
|
|
2795
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
2796
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
2797
|
+
],
|
|
2798
|
+
name: "claim",
|
|
2799
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2800
|
+
stateMutability: "nonpayable"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
type: "function",
|
|
2804
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2805
|
+
name: "claimed",
|
|
2806
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2807
|
+
stateMutability: "view"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
type: "function",
|
|
2811
|
+
inputs: [],
|
|
2812
|
+
name: "claims",
|
|
2813
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2814
|
+
stateMutability: "view"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
type: "function",
|
|
2818
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2819
|
+
name: "clawback",
|
|
2820
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2821
|
+
stateMutability: "nonpayable"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
type: "function",
|
|
2825
|
+
inputs: [
|
|
2826
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
2827
|
+
],
|
|
2828
|
+
name: "completeOwnershipHandover",
|
|
2829
|
+
outputs: [],
|
|
2830
|
+
stateMutability: "payable"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
type: "function",
|
|
2834
|
+
inputs: [],
|
|
2835
|
+
name: "currentReward",
|
|
2836
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2837
|
+
stateMutability: "view"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
type: "function",
|
|
2841
|
+
inputs: [],
|
|
2842
|
+
name: "getComponentInterface",
|
|
2843
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
2844
|
+
stateMutability: "pure"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
type: "function",
|
|
2848
|
+
inputs: [],
|
|
2849
|
+
name: "getIncentiveCriteria",
|
|
2850
|
+
outputs: [
|
|
2851
|
+
{
|
|
2852
|
+
name: "",
|
|
2853
|
+
internalType: "struct ERC20VariableCriteriaIncentive.IncentiveCriteria",
|
|
2854
|
+
type: "tuple",
|
|
2855
|
+
components: [
|
|
2856
|
+
{
|
|
2857
|
+
name: "criteriaType",
|
|
2858
|
+
internalType: "enum SignatureType",
|
|
2859
|
+
type: "uint8"
|
|
2860
|
+
},
|
|
2861
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
2862
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
2863
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
2864
|
+
]
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
stateMutability: "view"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
type: "function",
|
|
2871
|
+
inputs: [],
|
|
2872
|
+
name: "incentiveCriteria",
|
|
2873
|
+
outputs: [
|
|
2874
|
+
{
|
|
2875
|
+
name: "criteriaType",
|
|
2876
|
+
internalType: "enum SignatureType",
|
|
2877
|
+
type: "uint8"
|
|
2878
|
+
},
|
|
2879
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
2880
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
2881
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
2882
|
+
],
|
|
2883
|
+
stateMutability: "view"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
type: "function",
|
|
2887
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2888
|
+
name: "initialize",
|
|
2889
|
+
outputs: [],
|
|
2890
|
+
stateMutability: "nonpayable"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
type: "function",
|
|
2894
|
+
inputs: [
|
|
2895
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
2896
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2897
|
+
],
|
|
2898
|
+
name: "isClaimable",
|
|
2899
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2900
|
+
stateMutability: "view"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
type: "function",
|
|
2904
|
+
inputs: [],
|
|
2905
|
+
name: "limit",
|
|
2906
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2907
|
+
stateMutability: "view"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
type: "function",
|
|
2911
|
+
inputs: [],
|
|
2912
|
+
name: "owner",
|
|
2913
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
2914
|
+
stateMutability: "view"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
type: "function",
|
|
2918
|
+
inputs: [
|
|
2919
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
2920
|
+
],
|
|
2921
|
+
name: "ownershipHandoverExpiresAt",
|
|
2922
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
2923
|
+
stateMutability: "view"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
type: "function",
|
|
2927
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2928
|
+
name: "preflight",
|
|
2929
|
+
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
2930
|
+
stateMutability: "view"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
type: "function",
|
|
2934
|
+
inputs: [],
|
|
2935
|
+
name: "renounceOwnership",
|
|
2936
|
+
outputs: [],
|
|
2937
|
+
stateMutability: "payable"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
type: "function",
|
|
2941
|
+
inputs: [],
|
|
2942
|
+
name: "requestOwnershipHandover",
|
|
2943
|
+
outputs: [],
|
|
2944
|
+
stateMutability: "payable"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
type: "function",
|
|
2948
|
+
inputs: [],
|
|
2949
|
+
name: "reward",
|
|
2950
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2951
|
+
stateMutability: "view"
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
type: "function",
|
|
2955
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
2956
|
+
name: "supportsInterface",
|
|
2957
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2958
|
+
stateMutability: "view"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
type: "function",
|
|
2962
|
+
inputs: [],
|
|
2963
|
+
name: "totalClaimed",
|
|
2964
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2965
|
+
stateMutability: "view"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
type: "function",
|
|
2969
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
2970
|
+
name: "transferOwnership",
|
|
2971
|
+
outputs: [],
|
|
2972
|
+
stateMutability: "payable"
|
|
2973
|
+
}
|
|
2691
2974
|
], c = [
|
|
2692
2975
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2693
2976
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
@@ -2940,7 +3223,7 @@ const ie = [
|
|
|
2940
3223
|
outputs: [],
|
|
2941
3224
|
stateMutability: "payable"
|
|
2942
3225
|
}
|
|
2943
|
-
],
|
|
3226
|
+
], C = [
|
|
2944
3227
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2945
3228
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
2946
3229
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -3161,7 +3444,7 @@ const ie = [
|
|
|
3161
3444
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3162
3445
|
stateMutability: "view"
|
|
3163
3446
|
}
|
|
3164
|
-
],
|
|
3447
|
+
], ee = [
|
|
3165
3448
|
{
|
|
3166
3449
|
type: "function",
|
|
3167
3450
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -3595,7 +3878,7 @@ const ie = [
|
|
|
3595
3878
|
stateMutability: "payable"
|
|
3596
3879
|
},
|
|
3597
3880
|
{ type: "receive", stateMutability: "payable" }
|
|
3598
|
-
],
|
|
3881
|
+
], te = [
|
|
3599
3882
|
{
|
|
3600
3883
|
type: "function",
|
|
3601
3884
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -4357,7 +4640,7 @@ const ie = [
|
|
|
4357
4640
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4358
4641
|
stateMutability: "nonpayable"
|
|
4359
4642
|
}
|
|
4360
|
-
],
|
|
4643
|
+
], z = [
|
|
4361
4644
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4362
4645
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4363
4646
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4925,56 +5208,56 @@ const ie = [
|
|
|
4925
5208
|
outputs: [],
|
|
4926
5209
|
stateMutability: "payable"
|
|
4927
5210
|
}
|
|
4928
|
-
],
|
|
5211
|
+
], oe = /* @__PURE__ */ n({
|
|
4929
5212
|
abi: k,
|
|
4930
5213
|
functionName: "getComponentInterface"
|
|
4931
|
-
}),
|
|
5214
|
+
}), le = /* @__PURE__ */ n(
|
|
4932
5215
|
{ abi: k, functionName: "supportsInterface" }
|
|
4933
|
-
),
|
|
5216
|
+
), de = /* @__PURE__ */ n(
|
|
4934
5217
|
{ abi: v, functionName: "allowList" }
|
|
4935
|
-
),
|
|
5218
|
+
), me = /* @__PURE__ */ n({
|
|
4936
5219
|
abi: v,
|
|
4937
5220
|
functionName: "claimed"
|
|
4938
|
-
}),
|
|
5221
|
+
}), ce = /* @__PURE__ */ n({
|
|
4939
5222
|
abi: v,
|
|
4940
5223
|
functionName: "claims"
|
|
4941
|
-
}),
|
|
5224
|
+
}), be = /* @__PURE__ */ n({
|
|
4942
5225
|
abi: v,
|
|
4943
5226
|
functionName: "isClaimable"
|
|
4944
|
-
}),
|
|
5227
|
+
}), Te = /* @__PURE__ */ n({
|
|
4945
5228
|
abi: v,
|
|
4946
5229
|
functionName: "limit"
|
|
4947
|
-
}),
|
|
5230
|
+
}), fe = /* @__PURE__ */ n({
|
|
4948
5231
|
abi: v,
|
|
4949
5232
|
functionName: "owner"
|
|
4950
|
-
}),
|
|
5233
|
+
}), we = /* @__PURE__ */ n({
|
|
4951
5234
|
abi: v,
|
|
4952
5235
|
functionName: "reward"
|
|
4953
|
-
}),
|
|
5236
|
+
}), ve = /* @__PURE__ */ p({
|
|
4954
5237
|
abi: v,
|
|
4955
5238
|
functionName: "claim"
|
|
4956
|
-
}),
|
|
5239
|
+
}), Me = /* @__PURE__ */ s({
|
|
4957
5240
|
abi: v,
|
|
4958
5241
|
functionName: "claim"
|
|
4959
|
-
}),
|
|
5242
|
+
}), Ie = /* @__PURE__ */ n({
|
|
4960
5243
|
abi: l,
|
|
4961
5244
|
functionName: "claimFee"
|
|
4962
5245
|
}), he = /* @__PURE__ */ n({
|
|
4963
5246
|
abi: l,
|
|
4964
5247
|
functionName: "createBoostAuth"
|
|
4965
|
-
}),
|
|
5248
|
+
}), ge = /* @__PURE__ */ n({
|
|
4966
5249
|
abi: l,
|
|
4967
5250
|
functionName: "getBoost"
|
|
4968
|
-
}),
|
|
5251
|
+
}), Oe = /* @__PURE__ */ n({
|
|
4969
5252
|
abi: l,
|
|
4970
5253
|
functionName: "getBoostCount"
|
|
4971
|
-
}),
|
|
5254
|
+
}), Ne = /* @__PURE__ */ n({
|
|
4972
5255
|
abi: l,
|
|
4973
5256
|
functionName: "protocolFee"
|
|
4974
|
-
}),
|
|
5257
|
+
}), Ae = /* @__PURE__ */ n({
|
|
4975
5258
|
abi: l,
|
|
4976
5259
|
functionName: "protocolFeeReceiver"
|
|
4977
|
-
}),
|
|
5260
|
+
}), Ce = /* @__PURE__ */ p({
|
|
4978
5261
|
abi: l,
|
|
4979
5262
|
functionName: "claimIncentive"
|
|
4980
5263
|
}), ze = /* @__PURE__ */ p({
|
|
@@ -4986,472 +5269,477 @@ const ie = [
|
|
|
4986
5269
|
}), Re = /* @__PURE__ */ p({
|
|
4987
5270
|
abi: l,
|
|
4988
5271
|
functionName: "setCreateBoostAuth"
|
|
4989
|
-
}),
|
|
5272
|
+
}), _e = /* @__PURE__ */ p({
|
|
4990
5273
|
abi: l,
|
|
4991
5274
|
functionName: "setProtocolFeeReceiver"
|
|
4992
|
-
}),
|
|
5275
|
+
}), He = /* @__PURE__ */ s({
|
|
4993
5276
|
abi: l,
|
|
4994
5277
|
functionName: "claimIncentive"
|
|
4995
|
-
}),
|
|
5278
|
+
}), Ee = /* @__PURE__ */ s({
|
|
4996
5279
|
abi: l,
|
|
4997
5280
|
functionName: "claimIncentiveFor"
|
|
4998
|
-
}),
|
|
5281
|
+
}), qe = /* @__PURE__ */ s({
|
|
4999
5282
|
abi: l,
|
|
5000
5283
|
functionName: "setClaimFee"
|
|
5001
|
-
}),
|
|
5284
|
+
}), De = /* @__PURE__ */ s({
|
|
5002
5285
|
abi: l,
|
|
5003
5286
|
functionName: "setCreateBoostAuth"
|
|
5004
|
-
}),
|
|
5287
|
+
}), Fe = /* @__PURE__ */ s({
|
|
5005
5288
|
abi: l,
|
|
5006
5289
|
functionName: "setProtocolFeeReceiver"
|
|
5007
|
-
}), Fe = /* @__PURE__ */ n({
|
|
5008
|
-
abi: I,
|
|
5009
|
-
functionName: "getBaseImplementation"
|
|
5010
5290
|
}), Be = /* @__PURE__ */ n({
|
|
5011
|
-
abi:
|
|
5012
|
-
functionName: "
|
|
5291
|
+
abi: h,
|
|
5292
|
+
functionName: "getBaseImplementation"
|
|
5013
5293
|
}), ke = /* @__PURE__ */ n({
|
|
5014
|
-
abi:
|
|
5294
|
+
abi: h,
|
|
5295
|
+
functionName: "getCloneIdentifier"
|
|
5296
|
+
}), Le = /* @__PURE__ */ n({
|
|
5297
|
+
abi: h,
|
|
5015
5298
|
functionName: "getClones"
|
|
5016
|
-
}), Le = /* @__PURE__ */ p({
|
|
5017
|
-
abi: I,
|
|
5018
|
-
functionName: "deployClone"
|
|
5019
5299
|
}), Ue = /* @__PURE__ */ p({
|
|
5020
|
-
abi:
|
|
5021
|
-
functionName: "register"
|
|
5022
|
-
}), Pe = /* @__PURE__ */ s({
|
|
5023
|
-
abi: I,
|
|
5300
|
+
abi: h,
|
|
5024
5301
|
functionName: "deployClone"
|
|
5302
|
+
}), Pe = /* @__PURE__ */ p({
|
|
5303
|
+
abi: h,
|
|
5304
|
+
functionName: "register"
|
|
5025
5305
|
}), je = /* @__PURE__ */ s({
|
|
5026
|
-
abi:
|
|
5306
|
+
abi: h,
|
|
5307
|
+
functionName: "deployClone"
|
|
5308
|
+
}), Se = /* @__PURE__ */ s({
|
|
5309
|
+
abi: h,
|
|
5027
5310
|
functionName: "register"
|
|
5028
|
-
}),
|
|
5311
|
+
}), Ve = /* @__PURE__ */ n({
|
|
5029
5312
|
abi: m,
|
|
5030
5313
|
functionName: "asset"
|
|
5031
|
-
}),
|
|
5314
|
+
}), Ze = /* @__PURE__ */ n({
|
|
5032
5315
|
abi: m,
|
|
5033
5316
|
functionName: "cgdaParams"
|
|
5034
|
-
}),
|
|
5317
|
+
}), $e = /* @__PURE__ */ n({
|
|
5035
5318
|
abi: m,
|
|
5036
5319
|
functionName: "claimed"
|
|
5037
|
-
}),
|
|
5320
|
+
}), Ge = /* @__PURE__ */ n({
|
|
5038
5321
|
abi: m,
|
|
5039
5322
|
functionName: "claims"
|
|
5040
|
-
}),
|
|
5323
|
+
}), We = /* @__PURE__ */ n({
|
|
5041
5324
|
abi: m,
|
|
5042
5325
|
functionName: "currentReward"
|
|
5043
|
-
}),
|
|
5326
|
+
}), Je = /* @__PURE__ */ n({
|
|
5044
5327
|
abi: m,
|
|
5045
5328
|
functionName: "isClaimable"
|
|
5046
|
-
}),
|
|
5329
|
+
}), Qe = /* @__PURE__ */ n({
|
|
5047
5330
|
abi: m,
|
|
5048
5331
|
functionName: "owner"
|
|
5049
|
-
}),
|
|
5332
|
+
}), Ke = /* @__PURE__ */ n({
|
|
5050
5333
|
abi: m,
|
|
5051
5334
|
functionName: "reward"
|
|
5052
|
-
}),
|
|
5335
|
+
}), Xe = /* @__PURE__ */ n({
|
|
5053
5336
|
abi: m,
|
|
5054
5337
|
functionName: "totalBudget"
|
|
5055
5338
|
}), Ye = /* @__PURE__ */ p({
|
|
5056
5339
|
abi: m,
|
|
5057
5340
|
functionName: "claim"
|
|
5058
|
-
}),
|
|
5341
|
+
}), et = /* @__PURE__ */ p({
|
|
5059
5342
|
abi: m,
|
|
5060
5343
|
functionName: "clawback"
|
|
5061
|
-
}),
|
|
5344
|
+
}), tt = /* @__PURE__ */ s({
|
|
5062
5345
|
abi: m,
|
|
5063
5346
|
functionName: "claim"
|
|
5064
|
-
}),
|
|
5347
|
+
}), nt = /* @__PURE__ */ s({
|
|
5065
5348
|
abi: m,
|
|
5066
5349
|
functionName: "clawback"
|
|
5067
|
-
}),
|
|
5350
|
+
}), at = /* @__PURE__ */ n({
|
|
5068
5351
|
abi: d,
|
|
5069
5352
|
functionName: "asset"
|
|
5070
|
-
}),
|
|
5353
|
+
}), it = /* @__PURE__ */ n({
|
|
5071
5354
|
abi: d,
|
|
5072
5355
|
functionName: "claimed"
|
|
5073
|
-
}),
|
|
5356
|
+
}), st = /* @__PURE__ */ n({
|
|
5074
5357
|
abi: d,
|
|
5075
5358
|
functionName: "claims"
|
|
5076
|
-
}),
|
|
5359
|
+
}), pt = /* @__PURE__ */ n(
|
|
5077
5360
|
{ abi: d, functionName: "currentReward" }
|
|
5078
|
-
),
|
|
5361
|
+
), rt = /* @__PURE__ */ n({
|
|
5079
5362
|
abi: d,
|
|
5080
5363
|
functionName: "entries"
|
|
5081
|
-
}),
|
|
5364
|
+
}), yt = /* @__PURE__ */ n({
|
|
5082
5365
|
abi: d,
|
|
5083
5366
|
functionName: "isClaimable"
|
|
5084
5367
|
}), ut = /* @__PURE__ */ n({
|
|
5085
5368
|
abi: d,
|
|
5086
5369
|
functionName: "limit"
|
|
5087
|
-
}),
|
|
5370
|
+
}), ot = /* @__PURE__ */ n({
|
|
5088
5371
|
abi: d,
|
|
5089
5372
|
functionName: "owner"
|
|
5090
|
-
}),
|
|
5373
|
+
}), lt = /* @__PURE__ */ n({
|
|
5091
5374
|
abi: d,
|
|
5092
5375
|
functionName: "reward"
|
|
5093
|
-
}),
|
|
5376
|
+
}), dt = /* @__PURE__ */ n({
|
|
5094
5377
|
abi: d,
|
|
5095
5378
|
functionName: "strategy"
|
|
5096
|
-
}),
|
|
5379
|
+
}), mt = /* @__PURE__ */ p({
|
|
5097
5380
|
abi: d,
|
|
5098
5381
|
functionName: "claim"
|
|
5099
|
-
}),
|
|
5382
|
+
}), ct = /* @__PURE__ */ p({
|
|
5100
5383
|
abi: d,
|
|
5101
5384
|
functionName: "clawback"
|
|
5102
|
-
}),
|
|
5385
|
+
}), bt = /* @__PURE__ */ p({
|
|
5103
5386
|
abi: d,
|
|
5104
5387
|
functionName: "drawRaffle"
|
|
5105
|
-
}),
|
|
5388
|
+
}), Tt = /* @__PURE__ */ s(
|
|
5106
5389
|
{ abi: d, functionName: "claim" }
|
|
5107
|
-
),
|
|
5390
|
+
), ft = /* @__PURE__ */ s({
|
|
5108
5391
|
abi: d,
|
|
5109
5392
|
functionName: "clawback"
|
|
5110
|
-
}),
|
|
5393
|
+
}), wt = /* @__PURE__ */ s({
|
|
5111
5394
|
abi: d,
|
|
5112
5395
|
functionName: "drawRaffle"
|
|
5113
|
-
}),
|
|
5396
|
+
}), vt = /* @__PURE__ */ n({
|
|
5397
|
+
abi: Y,
|
|
5398
|
+
functionName: "getIncentiveCriteria"
|
|
5399
|
+
}), Mt = /* @__PURE__ */ n(
|
|
5114
5400
|
{ abi: c, functionName: "asset" }
|
|
5115
|
-
),
|
|
5401
|
+
), It = /* @__PURE__ */ n({
|
|
5116
5402
|
abi: c,
|
|
5117
5403
|
functionName: "claimed"
|
|
5118
|
-
}),
|
|
5404
|
+
}), ht = /* @__PURE__ */ n({
|
|
5119
5405
|
abi: c,
|
|
5120
5406
|
functionName: "claims"
|
|
5121
|
-
}),
|
|
5407
|
+
}), gt = /* @__PURE__ */ n({
|
|
5122
5408
|
abi: c,
|
|
5123
5409
|
functionName: "currentReward"
|
|
5124
|
-
}),
|
|
5410
|
+
}), Ot = /* @__PURE__ */ n({
|
|
5125
5411
|
abi: c,
|
|
5126
5412
|
functionName: "isClaimable"
|
|
5127
|
-
}),
|
|
5413
|
+
}), Nt = /* @__PURE__ */ n(
|
|
5128
5414
|
{ abi: c, functionName: "limit" }
|
|
5129
|
-
),
|
|
5415
|
+
), At = /* @__PURE__ */ n(
|
|
5130
5416
|
{ abi: c, functionName: "owner" }
|
|
5131
|
-
),
|
|
5417
|
+
), Ct = /* @__PURE__ */ n({
|
|
5132
5418
|
abi: c,
|
|
5133
5419
|
functionName: "reward"
|
|
5134
|
-
}),
|
|
5420
|
+
}), zt = /* @__PURE__ */ n({
|
|
5135
5421
|
abi: c,
|
|
5136
5422
|
functionName: "totalClaimed"
|
|
5137
|
-
}),
|
|
5423
|
+
}), xt = /* @__PURE__ */ p({
|
|
5138
5424
|
abi: c,
|
|
5139
5425
|
functionName: "claim"
|
|
5140
|
-
}),
|
|
5426
|
+
}), Rt = /* @__PURE__ */ p({
|
|
5141
5427
|
abi: c,
|
|
5142
5428
|
functionName: "clawback"
|
|
5143
|
-
}),
|
|
5429
|
+
}), _t = /* @__PURE__ */ s({
|
|
5144
5430
|
abi: c,
|
|
5145
5431
|
functionName: "claim"
|
|
5146
|
-
}),
|
|
5432
|
+
}), Ht = /* @__PURE__ */ s({
|
|
5147
5433
|
abi: c,
|
|
5148
5434
|
functionName: "clawback"
|
|
5149
|
-
}),
|
|
5150
|
-
abi:
|
|
5435
|
+
}), Et = /* @__PURE__ */ n({
|
|
5436
|
+
abi: C,
|
|
5151
5437
|
functionName: "getActionClaimant"
|
|
5152
|
-
}),
|
|
5153
|
-
abi:
|
|
5438
|
+
}), qt = /* @__PURE__ */ n({
|
|
5439
|
+
abi: C,
|
|
5154
5440
|
functionName: "getActionSteps"
|
|
5155
|
-
}),
|
|
5156
|
-
abi:
|
|
5441
|
+
}), Dt = /* @__PURE__ */ p({
|
|
5442
|
+
abi: C,
|
|
5157
5443
|
functionName: "execute"
|
|
5158
|
-
}),
|
|
5159
|
-
abi:
|
|
5444
|
+
}), Ft = /* @__PURE__ */ s({
|
|
5445
|
+
abi: C,
|
|
5160
5446
|
functionName: "execute"
|
|
5161
|
-
}),
|
|
5162
|
-
abi:
|
|
5447
|
+
}), Bt = /* @__PURE__ */ n({
|
|
5448
|
+
abi: ee,
|
|
5163
5449
|
functionName: "isAuthorized"
|
|
5164
|
-
}),
|
|
5450
|
+
}), kt = /* @__PURE__ */ n({
|
|
5165
5451
|
abi: b,
|
|
5166
5452
|
functionName: "available"
|
|
5167
|
-
}),
|
|
5453
|
+
}), Lt = /* @__PURE__ */ n({
|
|
5168
5454
|
abi: b,
|
|
5169
5455
|
functionName: "distributed"
|
|
5170
|
-
}),
|
|
5456
|
+
}), Ut = /* @__PURE__ */ n({
|
|
5171
5457
|
abi: b,
|
|
5172
5458
|
functionName: "owner"
|
|
5173
|
-
}),
|
|
5459
|
+
}), Pt = /* @__PURE__ */ n({
|
|
5174
5460
|
abi: b,
|
|
5175
5461
|
functionName: "total"
|
|
5176
|
-
}),
|
|
5462
|
+
}), jt = /* @__PURE__ */ p({
|
|
5177
5463
|
abi: b,
|
|
5178
5464
|
functionName: "allocate"
|
|
5179
|
-
}),
|
|
5465
|
+
}), St = /* @__PURE__ */ p({
|
|
5180
5466
|
abi: b,
|
|
5181
5467
|
functionName: "clawback"
|
|
5182
|
-
}),
|
|
5468
|
+
}), Vt = /* @__PURE__ */ p({
|
|
5183
5469
|
abi: b,
|
|
5184
5470
|
functionName: "disburse"
|
|
5185
|
-
}),
|
|
5471
|
+
}), Zt = /* @__PURE__ */ p({
|
|
5186
5472
|
abi: b,
|
|
5187
5473
|
functionName: "disburseBatch"
|
|
5188
|
-
}),
|
|
5474
|
+
}), $t = /* @__PURE__ */ s({
|
|
5189
5475
|
abi: b,
|
|
5190
5476
|
functionName: "allocate"
|
|
5191
|
-
}),
|
|
5477
|
+
}), Gt = /* @__PURE__ */ s({
|
|
5192
5478
|
abi: b,
|
|
5193
5479
|
functionName: "clawback"
|
|
5194
|
-
}),
|
|
5480
|
+
}), Wt = /* @__PURE__ */ s({
|
|
5195
5481
|
abi: b,
|
|
5196
5482
|
functionName: "disburse"
|
|
5197
|
-
}),
|
|
5483
|
+
}), Jt = /* @__PURE__ */ s({
|
|
5198
5484
|
abi: b,
|
|
5199
5485
|
functionName: "disburseBatch"
|
|
5200
|
-
}),
|
|
5201
|
-
{ abi:
|
|
5486
|
+
}), Qt = /* @__PURE__ */ n(
|
|
5487
|
+
{ abi: te, functionName: "isAuthorized" }
|
|
5202
5488
|
), Kt = /* @__PURE__ */ n({
|
|
5203
5489
|
abi: f,
|
|
5204
5490
|
functionName: "claimed"
|
|
5205
|
-
}),
|
|
5491
|
+
}), Xt = /* @__PURE__ */ n({
|
|
5206
5492
|
abi: f,
|
|
5207
5493
|
functionName: "claims"
|
|
5208
|
-
}),
|
|
5494
|
+
}), Yt = /* @__PURE__ */ n({
|
|
5209
5495
|
abi: f,
|
|
5210
5496
|
functionName: "currentReward"
|
|
5211
|
-
}),
|
|
5497
|
+
}), en = /* @__PURE__ */ n({
|
|
5212
5498
|
abi: f,
|
|
5213
5499
|
functionName: "isClaimable"
|
|
5214
|
-
}),
|
|
5500
|
+
}), tn = /* @__PURE__ */ n({
|
|
5215
5501
|
abi: f,
|
|
5216
5502
|
functionName: "limit"
|
|
5217
|
-
}),
|
|
5503
|
+
}), nn = /* @__PURE__ */ n({
|
|
5218
5504
|
abi: f,
|
|
5219
5505
|
functionName: "reward"
|
|
5220
|
-
}),
|
|
5506
|
+
}), an = /* @__PURE__ */ n({
|
|
5221
5507
|
abi: f,
|
|
5222
5508
|
functionName: "selector"
|
|
5223
|
-
}),
|
|
5509
|
+
}), sn = /* @__PURE__ */ n({
|
|
5224
5510
|
abi: f,
|
|
5225
5511
|
functionName: "venue"
|
|
5226
|
-
}),
|
|
5512
|
+
}), pn = /* @__PURE__ */ p({
|
|
5227
5513
|
abi: f,
|
|
5228
5514
|
functionName: "claim"
|
|
5229
|
-
}),
|
|
5515
|
+
}), rn = /* @__PURE__ */ s({
|
|
5230
5516
|
abi: f,
|
|
5231
5517
|
functionName: "claim"
|
|
5232
|
-
}),
|
|
5518
|
+
}), yn = /* @__PURE__ */ n({
|
|
5233
5519
|
abi: w,
|
|
5234
5520
|
functionName: "hasAllRoles"
|
|
5235
|
-
}),
|
|
5521
|
+
}), un = /* @__PURE__ */ n({
|
|
5236
5522
|
abi: w,
|
|
5237
5523
|
functionName: "hasAnyRole"
|
|
5238
|
-
}),
|
|
5524
|
+
}), on = /* @__PURE__ */ n({
|
|
5239
5525
|
abi: w,
|
|
5240
5526
|
functionName: "isAuthorized"
|
|
5241
|
-
}),
|
|
5527
|
+
}), ln = /* @__PURE__ */ n({
|
|
5242
5528
|
abi: w,
|
|
5243
5529
|
functionName: "rolesOf"
|
|
5244
|
-
}),
|
|
5530
|
+
}), dn = /* @__PURE__ */ p({
|
|
5245
5531
|
abi: w,
|
|
5246
5532
|
functionName: "grantRoles"
|
|
5247
|
-
}),
|
|
5533
|
+
}), mn = /* @__PURE__ */ p({
|
|
5248
5534
|
abi: w,
|
|
5249
5535
|
functionName: "revokeRoles"
|
|
5250
|
-
}),
|
|
5536
|
+
}), cn = /* @__PURE__ */ p({
|
|
5251
5537
|
abi: w,
|
|
5252
5538
|
functionName: "setAuthorized"
|
|
5253
|
-
}),
|
|
5539
|
+
}), bn = /* @__PURE__ */ s({
|
|
5254
5540
|
abi: w,
|
|
5255
5541
|
functionName: "grantRoles"
|
|
5256
|
-
}),
|
|
5542
|
+
}), Tn = /* @__PURE__ */ s({
|
|
5257
5543
|
abi: w,
|
|
5258
5544
|
functionName: "revokeRoles"
|
|
5259
|
-
}),
|
|
5545
|
+
}), fn = /* @__PURE__ */ s({
|
|
5260
5546
|
abi: w,
|
|
5261
5547
|
functionName: "setAuthorized"
|
|
5262
|
-
}),
|
|
5548
|
+
}), wn = /* @__PURE__ */ n({
|
|
5263
5549
|
abi: M,
|
|
5264
5550
|
functionName: "hashSignerData"
|
|
5265
|
-
}),
|
|
5551
|
+
}), vn = /* @__PURE__ */ n({
|
|
5266
5552
|
abi: M,
|
|
5267
5553
|
functionName: "signers"
|
|
5268
|
-
}),
|
|
5554
|
+
}), Mn = /* @__PURE__ */ p({
|
|
5269
5555
|
abi: M,
|
|
5270
5556
|
functionName: "setAuthorized"
|
|
5271
|
-
}),
|
|
5557
|
+
}), In = /* @__PURE__ */ p({
|
|
5272
5558
|
abi: M,
|
|
5273
5559
|
functionName: "setValidatorCaller"
|
|
5274
|
-
}),
|
|
5560
|
+
}), hn = /* @__PURE__ */ p({
|
|
5275
5561
|
abi: M,
|
|
5276
5562
|
functionName: "validate"
|
|
5277
|
-
}),
|
|
5563
|
+
}), gn = /* @__PURE__ */ s({
|
|
5278
5564
|
abi: M,
|
|
5279
5565
|
functionName: "setAuthorized"
|
|
5280
|
-
}),
|
|
5566
|
+
}), On = /* @__PURE__ */ s({
|
|
5281
5567
|
abi: M,
|
|
5282
5568
|
functionName: "setValidatorCaller"
|
|
5283
|
-
}),
|
|
5569
|
+
}), Nn = /* @__PURE__ */ s({
|
|
5284
5570
|
abi: M,
|
|
5285
5571
|
functionName: "validate"
|
|
5286
|
-
}),
|
|
5287
|
-
abi:
|
|
5572
|
+
}), An = /* @__PURE__ */ n({
|
|
5573
|
+
abi: z,
|
|
5288
5574
|
functionName: "isAllowed"
|
|
5289
|
-
}),
|
|
5290
|
-
abi:
|
|
5575
|
+
}), Cn = /* @__PURE__ */ n({
|
|
5576
|
+
abi: z,
|
|
5291
5577
|
functionName: "owner"
|
|
5292
|
-
}),
|
|
5293
|
-
{ abi:
|
|
5294
|
-
),
|
|
5295
|
-
abi:
|
|
5578
|
+
}), zn = /* @__PURE__ */ p(
|
|
5579
|
+
{ abi: z, functionName: "setAllowed" }
|
|
5580
|
+
), xn = /* @__PURE__ */ s({
|
|
5581
|
+
abi: z,
|
|
5296
5582
|
functionName: "setAllowed"
|
|
5297
|
-
}),
|
|
5583
|
+
}), Rn = /* @__PURE__ */ n({
|
|
5298
5584
|
abi: H,
|
|
5299
5585
|
functionName: "isAllowed"
|
|
5300
|
-
}),
|
|
5586
|
+
}), _n = /* @__PURE__ */ p({
|
|
5301
5587
|
abi: H,
|
|
5302
5588
|
functionName: "setDenied"
|
|
5303
|
-
}),
|
|
5589
|
+
}), Hn = /* @__PURE__ */ s({
|
|
5304
5590
|
abi: H,
|
|
5305
5591
|
functionName: "setDenied"
|
|
5306
5592
|
});
|
|
5307
5593
|
export {
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5594
|
+
de as $,
|
|
5595
|
+
z as A,
|
|
5596
|
+
Be as B,
|
|
5597
|
+
Le as C,
|
|
5598
|
+
ke as D,
|
|
5599
|
+
Qt as E,
|
|
5600
|
+
pe as F,
|
|
5601
|
+
$t as G,
|
|
5602
|
+
jt as H,
|
|
5603
|
+
H as I,
|
|
5604
|
+
Gt as J,
|
|
5605
|
+
St as K,
|
|
5606
|
+
Wt as L,
|
|
5607
|
+
fn as M,
|
|
5608
|
+
Vt as N,
|
|
5609
|
+
c as O,
|
|
5610
|
+
Zt as P,
|
|
5611
|
+
Ut as Q,
|
|
5612
|
+
v as R,
|
|
5613
|
+
Pt as S,
|
|
5328
5614
|
d as T,
|
|
5329
|
-
|
|
5615
|
+
kt as U,
|
|
5330
5616
|
Lt as V,
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5617
|
+
fe as W,
|
|
5618
|
+
ce as X,
|
|
5619
|
+
we as Y,
|
|
5620
|
+
Jt as Z,
|
|
5621
|
+
me as _,
|
|
5622
|
+
h as a,
|
|
5623
|
+
Mt as a$,
|
|
5624
|
+
Te as a0,
|
|
5625
|
+
Me as a1,
|
|
5626
|
+
ve as a2,
|
|
5627
|
+
be as a3,
|
|
5628
|
+
Cn as a4,
|
|
5629
|
+
An as a5,
|
|
5630
|
+
xn as a6,
|
|
5631
|
+
zn as a7,
|
|
5632
|
+
Rn as a8,
|
|
5633
|
+
Hn as a9,
|
|
5634
|
+
ct as aA,
|
|
5635
|
+
yt as aB,
|
|
5636
|
+
wt as aC,
|
|
5637
|
+
bt as aD,
|
|
5638
|
+
Xt as aE,
|
|
5639
|
+
Yt as aF,
|
|
5640
|
+
nn as aG,
|
|
5355
5641
|
Kt as aH,
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5642
|
+
sn as aI,
|
|
5643
|
+
tn as aJ,
|
|
5644
|
+
an as aK,
|
|
5645
|
+
rn as aL,
|
|
5646
|
+
pn as aM,
|
|
5647
|
+
en as aN,
|
|
5648
|
+
vn as aO,
|
|
5649
|
+
wn as aP,
|
|
5650
|
+
Nn as aQ,
|
|
5651
|
+
hn as aR,
|
|
5652
|
+
gn as aS,
|
|
5653
|
+
Mn as aT,
|
|
5654
|
+
On as aU,
|
|
5655
|
+
In as aV,
|
|
5656
|
+
At as aW,
|
|
5657
|
+
zt as aX,
|
|
5658
|
+
gt as aY,
|
|
5659
|
+
ht as aZ,
|
|
5660
|
+
It as a_,
|
|
5661
|
+
_n as aa,
|
|
5662
|
+
Qe as ab,
|
|
5663
|
+
Ge as ac,
|
|
5664
|
+
Ke as ad,
|
|
5665
|
+
$e as ae,
|
|
5666
|
+
Ve as af,
|
|
5667
|
+
Ze as ag,
|
|
5668
|
+
Xe as ah,
|
|
5669
|
+
tt as ai,
|
|
5384
5670
|
Ye as aj,
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5671
|
+
nt as ak,
|
|
5672
|
+
et as al,
|
|
5673
|
+
Je as am,
|
|
5674
|
+
We as an,
|
|
5675
|
+
ot as ao,
|
|
5676
|
+
pt as ap,
|
|
5677
|
+
st as aq,
|
|
5678
|
+
it as ar,
|
|
5679
|
+
at as as,
|
|
5680
|
+
dt as at,
|
|
5681
|
+
lt as au,
|
|
5396
5682
|
ut as av,
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5683
|
+
rt as aw,
|
|
5684
|
+
Tt as ax,
|
|
5685
|
+
mt as ay,
|
|
5686
|
+
ft as az,
|
|
5401
5687
|
l as b,
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5688
|
+
Ct as b0,
|
|
5689
|
+
Nt as b1,
|
|
5690
|
+
_t as b2,
|
|
5691
|
+
xt as b3,
|
|
5692
|
+
Ht as b4,
|
|
5693
|
+
Rt as b5,
|
|
5694
|
+
Ot as b6,
|
|
5695
|
+
ye as b7,
|
|
5696
|
+
C as b8,
|
|
5697
|
+
qt as b9,
|
|
5698
|
+
Et as ba,
|
|
5699
|
+
Ft as bb,
|
|
5700
|
+
Dt as bc,
|
|
5701
|
+
Y as bd,
|
|
5702
|
+
vt as be,
|
|
5417
5703
|
He as bf,
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5704
|
+
Ce as bg,
|
|
5705
|
+
Ee as bh,
|
|
5706
|
+
ze as bi,
|
|
5707
|
+
ge as bj,
|
|
5708
|
+
Oe as bk,
|
|
5709
|
+
Bt as bl,
|
|
5710
|
+
he as bm,
|
|
5711
|
+
De as bn,
|
|
5712
|
+
Re as bo,
|
|
5713
|
+
Ne as bp,
|
|
5714
|
+
Ae as bq,
|
|
5715
|
+
Fe as br,
|
|
5716
|
+
_e as bs,
|
|
5717
|
+
Ie as bt,
|
|
5718
|
+
qe as bu,
|
|
5719
|
+
xe as bv,
|
|
5432
5720
|
f as c,
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5721
|
+
te as d,
|
|
5722
|
+
bn as e,
|
|
5723
|
+
cn as f,
|
|
5724
|
+
m as g,
|
|
5725
|
+
dn as h,
|
|
5726
|
+
Tn as i,
|
|
5727
|
+
mn as j,
|
|
5728
|
+
un as k,
|
|
5441
5729
|
b as l,
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5730
|
+
on as m,
|
|
5731
|
+
yn as n,
|
|
5732
|
+
ln as o,
|
|
5733
|
+
ue as p,
|
|
5734
|
+
le as q,
|
|
5735
|
+
oe as r,
|
|
5736
|
+
Se as s,
|
|
5737
|
+
se as t,
|
|
5738
|
+
Pe as u,
|
|
5739
|
+
je as v,
|
|
5740
|
+
Ue as w,
|
|
5741
|
+
M as x,
|
|
5742
|
+
re as y,
|
|
5743
|
+
w as z
|
|
5456
5744
|
};
|
|
5457
|
-
//# sourceMappingURL=generated-
|
|
5745
|
+
//# sourceMappingURL=generated-B7VaSah4.js.map
|