@boostxyz/sdk 6.1.2 → 7.0.0-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +4 -4
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +10 -0
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +84 -83
- 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.js +14 -14
- package/dist/AllowLists/SimpleAllowList.js.map +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +1894 -267
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +808 -497
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +47 -47
- package/dist/Budget-B_kgJGDu.cjs +2 -0
- package/dist/Budget-B_kgJGDu.cjs.map +1 -0
- package/dist/Budget-Bvi5Qjqp.js +1124 -0
- package/dist/Budget-Bvi5Qjqp.js.map +1 -0
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.d.ts +5 -4
- package/dist/Budgets/Budget.d.ts.map +1 -1
- package/dist/Budgets/Budget.js +9 -6
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.cjs.map +1 -1
- package/dist/Budgets/ManagedBudget.d.ts +4 -0
- package/dist/Budgets/ManagedBudget.d.ts.map +1 -1
- package/dist/Budgets/ManagedBudget.js +25 -25
- package/dist/Budgets/ManagedBudgetWithFees.d.ts +4 -0
- package/dist/Budgets/ManagedBudgetWithFees.d.ts.map +1 -1
- package/dist/Budgets/ManagedBudgetWithFeesV2.d.ts +4 -0
- package/dist/Budgets/ManagedBudgetWithFeesV2.d.ts.map +1 -1
- package/dist/Budgets/TransparentBudget.d.ts +944 -0
- package/dist/Budgets/TransparentBudget.d.ts.map +1 -0
- package/dist/Budgets/VestingBudget.d.ts +4 -0
- package/dist/Budgets/VestingBudget.d.ts.map +1 -1
- package/dist/Deployable/Deployable.cjs.map +1 -1
- package/dist/Deployable/Deployable.d.ts +1 -1
- package/dist/Deployable/Deployable.d.ts.map +1 -1
- package/dist/Deployable/Deployable.js.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.js +19 -19
- package/dist/Incentive-CLKutfnD.js +445 -0
- package/dist/Incentive-CLKutfnD.js.map +1 -0
- package/dist/Incentive-CLSVNxDz.cjs +2 -0
- package/dist/Incentive-CLSVNxDz.cjs.map +1 -0
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +9 -9
- 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.js +5 -5
- 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 +17 -17
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedIncentive.d.ts +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +2 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -0
- package/dist/Incentives/{ERC20PeggedVariableCriteriaIncentive.d.ts → ERC20PeggedVariableCriteriaIncentiveV2.d.ts} +39 -27
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts.map +1 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +625 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +2 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -0
- package/dist/Incentives/{ERC20VariableCriteriaIncentive.d.ts → ERC20VariableCriteriaIncentiveV2.d.ts} +42 -13
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts.map +1 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +242 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -0
- package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.d.ts +3 -3
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +22 -22
- package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.d.ts +8 -8
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +13 -12
- package/dist/Incentives/Incentive.js.map +1 -1
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.js +13 -13
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/SimpleDenyList-C1C_BHkY.js +133 -0
- package/dist/{SimpleDenyList-BKfPoTo1.js.map → SimpleDenyList-C1C_BHkY.js.map} +1 -1
- package/dist/SimpleDenyList-CWthbyj7.cjs +2 -0
- package/dist/{SimpleDenyList-DgjVf7FK.cjs.map → SimpleDenyList-CWthbyj7.cjs.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
- package/dist/Validators/LimitedSignerValidator.d.ts.map +1 -1
- package/dist/Validators/LimitedSignerValidator.js +48 -52
- package/dist/Validators/LimitedSignerValidator.js.map +1 -1
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.js +54 -54
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +2 -2
- package/dist/componentInterfaces-BVHB4Fjw.js +21 -0
- package/dist/componentInterfaces-BVHB4Fjw.js.map +1 -0
- package/dist/componentInterfaces-BqhL-meV.cjs +2 -0
- package/dist/componentInterfaces-BqhL-meV.cjs.map +1 -0
- package/dist/deployments-D9QxJGrC.cjs +2 -0
- package/dist/deployments-D9QxJGrC.cjs.map +1 -0
- package/dist/deployments-De8_J7SS.js +120 -0
- package/dist/{deployments-W_LUj833.js.map → deployments-De8_J7SS.js.map} +1 -1
- package/dist/deployments.json +63 -48
- package/dist/{generated-CElkFqkY.js → generated-BJfQ-EBO.js} +1268 -737
- package/dist/generated-BJfQ-EBO.js.map +1 -0
- package/dist/generated-mJJNq-xb.cjs +3 -0
- package/dist/generated-mJJNq-xb.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +162 -158
- package/dist/index.js.map +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +13 -7
- package/src/Actions/EventAction.ts +11 -0
- package/src/BoostCore.test.ts +14 -9
- package/src/BoostCore.ts +428 -26
- package/src/Budgets/Budget.ts +8 -1
- package/src/Budgets/TransparentBudget.test.ts +70 -0
- package/src/Budgets/TransparentBudget.ts +334 -0
- package/src/Deployable/Deployable.ts +1 -1
- package/src/Incentives/ERC20PeggedIncentive.ts +1 -1
- package/src/Incentives/{ERC20PeggedVariableCriteriaIncentive.test.ts → ERC20PeggedVariableCriteriaIncentiveV2.test.ts} +14 -10
- package/src/Incentives/{ERC20PeggedVariableCriteriaIncentive.ts → ERC20PeggedVariableCriteriaIncentiveV2.ts} +122 -100
- package/src/Incentives/{ERC20VariableCriteriaIncentive.test.ts → ERC20VariableCriteriaIncentiveV2.test.ts} +18 -13
- package/src/Incentives/{ERC20VariableCriteriaIncentive.ts → ERC20VariableCriteriaIncentiveV2.ts} +83 -24
- package/src/Incentives/ERC20VariableIncentive.ts +4 -2
- package/src/Incentives/Incentive.ts +12 -12
- package/src/Validators/LimitedSignerValidator.ts +1 -4
- package/src/index.test.ts +2 -2
- package/src/index.ts +3 -2
- package/src/utils.ts +1 -1
- package/dist/Budget-BjfL8dVX.cjs +0 -2
- package/dist/Budget-BjfL8dVX.cjs.map +0 -1
- package/dist/Budget-DD7IPuDx.js +0 -922
- package/dist/Budget-DD7IPuDx.js.map +0 -1
- package/dist/Incentive-V1RjH38L.js +0 -1036
- package/dist/Incentive-V1RjH38L.js.map +0 -1
- package/dist/Incentive-gVTfsnMB.cjs +0 -2
- package/dist/Incentive-gVTfsnMB.cjs.map +0 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +0 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +0 -2
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +0 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +0 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +0 -207
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +0 -1
- package/dist/SimpleDenyList-BKfPoTo1.js +0 -133
- package/dist/SimpleDenyList-DgjVf7FK.cjs +0 -2
- package/dist/componentInterfaces-CA1UIqWL.js +0 -20
- package/dist/componentInterfaces-CA1UIqWL.js.map +0 -1
- package/dist/componentInterfaces-aBgBbB7r.cjs +0 -2
- package/dist/componentInterfaces-aBgBbB7r.cjs.map +0 -1
- package/dist/deployments-CwTZr-cK.cjs +0 -2
- package/dist/deployments-CwTZr-cK.cjs.map +0 -1
- package/dist/deployments-W_LUj833.js +0 -117
- package/dist/generated-BPiHi7W2.cjs +0 -3
- package/dist/generated-BPiHi7W2.cjs.map +0 -1
- package/dist/generated-CElkFqkY.js.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { simulateContract as
|
|
2
|
-
import { createClient as
|
|
3
|
-
import { parseAccount as
|
|
4
|
-
function
|
|
5
|
-
const a = n.state.current, t = n.state.connections.get(a), p = t == null ? void 0 : t.accounts,
|
|
1
|
+
import { simulateContract as W, readContract as Y, writeContract as Q } from "viem/actions";
|
|
2
|
+
import { createClient as J, custom as K } from "viem";
|
|
3
|
+
import { parseAccount as X, getAddress as ee } from "viem/utils";
|
|
4
|
+
function E(n) {
|
|
5
|
+
const a = n.state.current, t = n.state.connections.get(a), p = t == null ? void 0 : t.accounts, u = p == null ? void 0 : p[0], r = n.chains.find((I) => I.id === (t == null ? void 0 : t.chainId)), y = n.state.status;
|
|
6
6
|
switch (y) {
|
|
7
7
|
case "connected":
|
|
8
8
|
return {
|
|
9
|
-
address:
|
|
9
|
+
address: u,
|
|
10
10
|
addresses: p,
|
|
11
|
-
chain:
|
|
11
|
+
chain: r,
|
|
12
12
|
chainId: t == null ? void 0 : t.chainId,
|
|
13
13
|
connector: t == null ? void 0 : t.connector,
|
|
14
14
|
isConnected: !0,
|
|
@@ -19,12 +19,12 @@ function H(n) {
|
|
|
19
19
|
};
|
|
20
20
|
case "reconnecting":
|
|
21
21
|
return {
|
|
22
|
-
address:
|
|
22
|
+
address: u,
|
|
23
23
|
addresses: p,
|
|
24
|
-
chain:
|
|
24
|
+
chain: r,
|
|
25
25
|
chainId: t == null ? void 0 : t.chainId,
|
|
26
26
|
connector: t == null ? void 0 : t.connector,
|
|
27
|
-
isConnected: !!
|
|
27
|
+
isConnected: !!u,
|
|
28
28
|
isConnecting: !1,
|
|
29
29
|
isDisconnected: !1,
|
|
30
30
|
isReconnecting: !0,
|
|
@@ -32,9 +32,9 @@ function H(n) {
|
|
|
32
32
|
};
|
|
33
33
|
case "connecting":
|
|
34
34
|
return {
|
|
35
|
-
address:
|
|
35
|
+
address: u,
|
|
36
36
|
addresses: p,
|
|
37
|
-
chain:
|
|
37
|
+
chain: r,
|
|
38
38
|
chainId: t == null ? void 0 : t.chainId,
|
|
39
39
|
connector: t == null ? void 0 : t.connector,
|
|
40
40
|
isConnected: !1,
|
|
@@ -58,32 +58,32 @@ function H(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function q(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function P(n, a, t) {
|
|
65
65
|
const p = n[a.name];
|
|
66
66
|
if (typeof p == "function")
|
|
67
67
|
return p;
|
|
68
|
-
const
|
|
69
|
-
return typeof
|
|
68
|
+
const u = n[t];
|
|
69
|
+
return typeof u == "function" ? u : (r) => a(n, r);
|
|
70
70
|
}
|
|
71
|
-
const
|
|
72
|
-
var
|
|
71
|
+
const te = "2.13.8", ne = () => `@wagmi/core@${te}`;
|
|
72
|
+
var S = function(n, a, t, p) {
|
|
73
73
|
if (t === "a" && !p) throw new TypeError("Private accessor was defined without a getter");
|
|
74
74
|
if (typeof a == "function" ? n !== a || !p : !a.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
75
75
|
return t === "m" ? p : t === "a" ? p.call(n) : p ? p.value : a.get(n);
|
|
76
|
-
},
|
|
77
|
-
class
|
|
76
|
+
}, H, V;
|
|
77
|
+
class x extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
80
80
|
}
|
|
81
81
|
get version() {
|
|
82
|
-
return
|
|
82
|
+
return ne();
|
|
83
83
|
}
|
|
84
84
|
constructor(a, t = {}) {
|
|
85
85
|
var p;
|
|
86
|
-
super(),
|
|
86
|
+
super(), H.add(this), Object.defineProperty(this, "details", {
|
|
87
87
|
enumerable: !0,
|
|
88
88
|
configurable: !0,
|
|
89
89
|
writable: !0,
|
|
@@ -109,27 +109,27 @@ class A extends Error {
|
|
|
109
109
|
writable: !0,
|
|
110
110
|
value: "WagmiCoreError"
|
|
111
111
|
});
|
|
112
|
-
const
|
|
112
|
+
const u = t.cause instanceof x ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, r = t.cause instanceof x && t.cause.docsPath || t.docsPath;
|
|
113
113
|
this.message = [
|
|
114
114
|
a || "An error occurred.",
|
|
115
115
|
"",
|
|
116
116
|
...t.metaMessages ? [...t.metaMessages, ""] : [],
|
|
117
|
-
...
|
|
118
|
-
`Docs: ${this.docsBaseUrl}${
|
|
117
|
+
...r ? [
|
|
118
|
+
`Docs: ${this.docsBaseUrl}${r}.html${t.docsSlug ? `#${t.docsSlug}` : ""}`
|
|
119
119
|
] : [],
|
|
120
|
-
...
|
|
120
|
+
...u ? [`Details: ${u}`] : [],
|
|
121
121
|
`Version: ${this.version}`
|
|
122
122
|
].join(`
|
|
123
|
-
`), t.cause && (this.cause = t.cause), this.details =
|
|
123
|
+
`), t.cause && (this.cause = t.cause), this.details = u, this.docsPath = r, this.metaMessages = t.metaMessages, this.shortMessage = a;
|
|
124
124
|
}
|
|
125
125
|
walk(a) {
|
|
126
|
-
return
|
|
126
|
+
return S(this, H, "m", V).call(this, this, a);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
return t != null && t(a) ? a : a.cause ?
|
|
129
|
+
H = /* @__PURE__ */ new WeakSet(), V = function n(a, t) {
|
|
130
|
+
return t != null && t(a) ? a : a.cause ? S(this, H, "m", n).call(this, a.cause, t) : a;
|
|
131
131
|
};
|
|
132
|
-
class
|
|
132
|
+
class ae extends x {
|
|
133
133
|
constructor() {
|
|
134
134
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
135
135
|
enumerable: !0,
|
|
@@ -139,7 +139,7 @@ class ne extends A {
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
class
|
|
142
|
+
class ie extends x {
|
|
143
143
|
constructor({ address: a, connector: t }) {
|
|
144
144
|
super(`Account "${a}" not found for connector "${t.name}".`), Object.defineProperty(this, "name", {
|
|
145
145
|
enumerable: !0,
|
|
@@ -149,7 +149,7 @@ class ae extends A {
|
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
class
|
|
152
|
+
class se extends x {
|
|
153
153
|
constructor({ connectionChainId: a, connectorChainId: t }) {
|
|
154
154
|
super(`The current chain of the connector (id: ${t}) does not match the connection's chain (id: ${a}).`, {
|
|
155
155
|
metaMessages: [
|
|
@@ -164,7 +164,7 @@ class ie extends A {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
class
|
|
167
|
+
class pe extends x {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -180,73 +180,73 @@ class se extends A {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
async function
|
|
183
|
+
async function Z(n, a = {}) {
|
|
184
184
|
let t;
|
|
185
185
|
if (a.connector) {
|
|
186
186
|
const { connector: l } = a;
|
|
187
187
|
if (n.state.status === "reconnecting" && !l.getAccounts && !l.getChainId)
|
|
188
|
-
throw new
|
|
189
|
-
const [
|
|
188
|
+
throw new pe({ connector: l });
|
|
189
|
+
const [z, $] = await Promise.all([
|
|
190
190
|
l.getAccounts(),
|
|
191
191
|
l.getChainId()
|
|
192
192
|
]);
|
|
193
193
|
t = {
|
|
194
|
-
accounts:
|
|
195
|
-
chainId:
|
|
194
|
+
accounts: z,
|
|
195
|
+
chainId: $,
|
|
196
196
|
connector: l
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
199
199
|
t = n.state.connections.get(n.state.current);
|
|
200
200
|
if (!t)
|
|
201
|
-
throw new
|
|
202
|
-
const p = a.chainId ?? t.chainId,
|
|
203
|
-
if (
|
|
204
|
-
throw new
|
|
201
|
+
throw new ae();
|
|
202
|
+
const p = a.chainId ?? t.chainId, u = await t.connector.getChainId();
|
|
203
|
+
if (u !== t.chainId)
|
|
204
|
+
throw new se({
|
|
205
205
|
connectionChainId: t.chainId,
|
|
206
|
-
connectorChainId:
|
|
206
|
+
connectorChainId: u
|
|
207
207
|
});
|
|
208
|
-
const
|
|
209
|
-
if (
|
|
210
|
-
return
|
|
211
|
-
const y =
|
|
212
|
-
if (y.address =
|
|
213
|
-
throw new
|
|
208
|
+
const r = t.connector;
|
|
209
|
+
if (r.getClient)
|
|
210
|
+
return r.getClient({ chainId: p });
|
|
211
|
+
const y = X(a.account ?? t.accounts[0]);
|
|
212
|
+
if (y.address = ee(y.address), a.account && !t.accounts.some((l) => l.toLowerCase() === y.address.toLowerCase()))
|
|
213
|
+
throw new ie({
|
|
214
214
|
address: y.address,
|
|
215
|
-
connector:
|
|
215
|
+
connector: r
|
|
216
216
|
});
|
|
217
|
-
const
|
|
218
|
-
return
|
|
217
|
+
const I = n.chains.find((l) => l.id === p), R = await t.connector.getProvider({ chainId: p });
|
|
218
|
+
return J({
|
|
219
219
|
account: y,
|
|
220
|
-
chain:
|
|
220
|
+
chain: I,
|
|
221
221
|
name: "Connector Client",
|
|
222
|
-
transport: (l) => K(
|
|
222
|
+
transport: (l) => K(R)({ ...l, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
226
|
-
const { abi: t, chainId: p, connector:
|
|
225
|
+
async function D(n, a) {
|
|
226
|
+
const { abi: t, chainId: p, connector: u, ...r } = a;
|
|
227
227
|
let y;
|
|
228
|
-
a.account ? y = a.account : y = (await
|
|
228
|
+
a.account ? y = a.account : y = (await Z(n, {
|
|
229
229
|
chainId: p,
|
|
230
|
-
connector:
|
|
230
|
+
connector: u
|
|
231
231
|
})).account;
|
|
232
|
-
const
|
|
232
|
+
const I = n.getClient({ chainId: p }), R = P(I, W, "simulateContract"), { result: l, request: z } = await R({ ...r, abi: t, account: y });
|
|
233
233
|
return {
|
|
234
|
-
chainId:
|
|
234
|
+
chainId: I.chain.id,
|
|
235
235
|
result: l,
|
|
236
|
-
request: { __mode: "prepared", ...
|
|
236
|
+
request: { __mode: "prepared", ...z, chainId: p }
|
|
237
237
|
};
|
|
238
238
|
}
|
|
239
239
|
function i(n) {
|
|
240
240
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
241
241
|
var p;
|
|
242
|
-
const
|
|
243
|
-
return
|
|
242
|
+
const u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
|
|
243
|
+
return D(a, {
|
|
244
244
|
...t,
|
|
245
245
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
246
246
|
address: (p = n.address) == null ? void 0 : p[y],
|
|
247
247
|
abi: n.abi
|
|
248
248
|
});
|
|
249
|
-
} : (a, t) =>
|
|
249
|
+
} : (a, t) => D(a, {
|
|
250
250
|
...t,
|
|
251
251
|
...n.address ? { address: n.address } : {},
|
|
252
252
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -254,13 +254,13 @@ function i(n) {
|
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
256
|
function L(n, a) {
|
|
257
|
-
const { chainId: t, ...p } = a,
|
|
258
|
-
return
|
|
257
|
+
const { chainId: t, ...p } = a, u = n.getClient({ chainId: t });
|
|
258
|
+
return P(u, Y, "readContract")(p);
|
|
259
259
|
}
|
|
260
260
|
function e(n) {
|
|
261
261
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
262
262
|
var p;
|
|
263
|
-
const
|
|
263
|
+
const u = q(a), r = E(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
|
|
264
264
|
return L(a, {
|
|
265
265
|
...t,
|
|
266
266
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -274,23 +274,23 @@ function e(n) {
|
|
|
274
274
|
abi: n.abi
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
|
-
async function
|
|
278
|
-
const { account: t, chainId: p, connector:
|
|
279
|
-
let
|
|
280
|
-
typeof t == "object" && t.type === "local" ?
|
|
281
|
-
const { connector:
|
|
277
|
+
async function U(n, a) {
|
|
278
|
+
const { account: t, chainId: p, connector: u, __mode: r, ...y } = a;
|
|
279
|
+
let I;
|
|
280
|
+
typeof t == "object" && t.type === "local" ? I = n.getClient({ chainId: p }) : I = await Z(n, { account: t, chainId: p, connector: u });
|
|
281
|
+
const { connector: R } = E(n);
|
|
282
282
|
let l;
|
|
283
|
-
if (
|
|
283
|
+
if (r === "prepared" || R != null && R.supportsSimulation)
|
|
284
284
|
l = y;
|
|
285
285
|
else {
|
|
286
|
-
const { request:
|
|
286
|
+
const { request: z } = await D(n, {
|
|
287
287
|
...y,
|
|
288
288
|
account: t,
|
|
289
289
|
chainId: p
|
|
290
290
|
});
|
|
291
|
-
l =
|
|
291
|
+
l = z;
|
|
292
292
|
}
|
|
293
|
-
return await
|
|
293
|
+
return await P(I, Q, "writeContract")({
|
|
294
294
|
...l,
|
|
295
295
|
...t ? { account: t } : {},
|
|
296
296
|
chain: p ? { id: p } : null
|
|
@@ -299,22 +299,22 @@ async function P(n, a) {
|
|
|
299
299
|
function s(n) {
|
|
300
300
|
return n.address !== void 0 && typeof n.address == "object" ? (a, t) => {
|
|
301
301
|
var p;
|
|
302
|
-
const
|
|
302
|
+
const u = q(a), r = E(a);
|
|
303
303
|
let y;
|
|
304
|
-
return t.chainId ? y = t.chainId : t.account && t.account ===
|
|
304
|
+
return t.chainId ? y = t.chainId : t.account && t.account === r.address || t.account === void 0 ? y = r.chainId : y = u, U(a, {
|
|
305
305
|
...t,
|
|
306
306
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
307
307
|
address: y ? (p = n.address) == null ? void 0 : p[y] : void 0,
|
|
308
308
|
abi: n.abi
|
|
309
309
|
});
|
|
310
|
-
} : (a, t) =>
|
|
310
|
+
} : (a, t) => U(a, {
|
|
311
311
|
...t,
|
|
312
312
|
...n.address ? { address: n.address } : {},
|
|
313
313
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
314
314
|
abi: n.abi
|
|
315
315
|
});
|
|
316
316
|
}
|
|
317
|
-
const
|
|
317
|
+
const de = [
|
|
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 le = [
|
|
|
416
416
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
417
417
|
stateMutability: "view"
|
|
418
418
|
}
|
|
419
|
-
],
|
|
419
|
+
], me = [
|
|
420
420
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
421
421
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
422
422
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -688,9 +688,10 @@ const le = [
|
|
|
688
688
|
outputs: [],
|
|
689
689
|
stateMutability: "payable"
|
|
690
690
|
}
|
|
691
|
-
],
|
|
691
|
+
], be = [
|
|
692
692
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
693
693
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
694
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
694
695
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
695
696
|
{
|
|
696
697
|
type: "error",
|
|
@@ -1071,7 +1072,7 @@ const le = [
|
|
|
1071
1072
|
stateMutability: "payable"
|
|
1072
1073
|
},
|
|
1073
1074
|
{ type: "receive", stateMutability: "payable" }
|
|
1074
|
-
],
|
|
1075
|
+
], G = [
|
|
1075
1076
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1076
1077
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1077
1078
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1111,7 +1112,7 @@ const le = [
|
|
|
1111
1112
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1112
1113
|
stateMutability: "view"
|
|
1113
1114
|
}
|
|
1114
|
-
],
|
|
1115
|
+
], ce = [
|
|
1115
1116
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
1116
1117
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1117
1118
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -1232,7 +1233,7 @@ const le = [
|
|
|
1232
1233
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1233
1234
|
stateMutability: "view"
|
|
1234
1235
|
}
|
|
1235
|
-
],
|
|
1236
|
+
], Te = [
|
|
1236
1237
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1237
1238
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1238
1239
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1284,7 +1285,7 @@ const le = [
|
|
|
1284
1285
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1285
1286
|
stateMutability: "payable"
|
|
1286
1287
|
}
|
|
1287
|
-
],
|
|
1288
|
+
], g = [
|
|
1288
1289
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1289
1290
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
1290
1291
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -2172,7 +2173,7 @@ const le = [
|
|
|
2172
2173
|
outputs: [],
|
|
2173
2174
|
stateMutability: "payable"
|
|
2174
2175
|
}
|
|
2175
|
-
],
|
|
2176
|
+
], O = [
|
|
2176
2177
|
{
|
|
2177
2178
|
type: "error",
|
|
2178
2179
|
inputs: [
|
|
@@ -3809,7 +3810,7 @@ const le = [
|
|
|
3809
3810
|
},
|
|
3810
3811
|
{
|
|
3811
3812
|
name: "criteria",
|
|
3812
|
-
internalType: "struct
|
|
3813
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
3813
3814
|
type: "tuple",
|
|
3814
3815
|
components: [
|
|
3815
3816
|
{
|
|
@@ -3819,7 +3820,8 @@ const le = [
|
|
|
3819
3820
|
},
|
|
3820
3821
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
3821
3822
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
3822
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
3823
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
3824
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
3823
3825
|
],
|
|
3824
3826
|
indexed: !1
|
|
3825
3827
|
}
|
|
@@ -4009,7 +4011,7 @@ const le = [
|
|
|
4009
4011
|
outputs: [
|
|
4010
4012
|
{
|
|
4011
4013
|
name: "",
|
|
4012
|
-
internalType: "struct
|
|
4014
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
4013
4015
|
type: "tuple",
|
|
4014
4016
|
components: [
|
|
4015
4017
|
{
|
|
@@ -4019,7 +4021,8 @@ const le = [
|
|
|
4019
4021
|
},
|
|
4020
4022
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4021
4023
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4022
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4024
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4025
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4023
4026
|
]
|
|
4024
4027
|
}
|
|
4025
4028
|
],
|
|
@@ -4091,7 +4094,8 @@ const le = [
|
|
|
4091
4094
|
},
|
|
4092
4095
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4093
4096
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4094
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4097
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4098
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4095
4099
|
],
|
|
4096
4100
|
stateMutability: "view"
|
|
4097
4101
|
},
|
|
@@ -4323,7 +4327,7 @@ const le = [
|
|
|
4323
4327
|
},
|
|
4324
4328
|
{
|
|
4325
4329
|
name: "criteria",
|
|
4326
|
-
internalType: "struct
|
|
4330
|
+
internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
4327
4331
|
type: "tuple",
|
|
4328
4332
|
components: [
|
|
4329
4333
|
{
|
|
@@ -4333,7 +4337,8 @@ const le = [
|
|
|
4333
4337
|
},
|
|
4334
4338
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4335
4339
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4336
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4340
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4341
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4337
4342
|
],
|
|
4338
4343
|
indexed: !1
|
|
4339
4344
|
}
|
|
@@ -4548,7 +4553,7 @@ const le = [
|
|
|
4548
4553
|
outputs: [
|
|
4549
4554
|
{
|
|
4550
4555
|
name: "",
|
|
4551
|
-
internalType: "struct
|
|
4556
|
+
internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
4552
4557
|
type: "tuple",
|
|
4553
4558
|
components: [
|
|
4554
4559
|
{
|
|
@@ -4558,7 +4563,8 @@ const le = [
|
|
|
4558
4563
|
},
|
|
4559
4564
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4560
4565
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4561
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4566
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4567
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4562
4568
|
]
|
|
4563
4569
|
}
|
|
4564
4570
|
],
|
|
@@ -4623,7 +4629,8 @@ const le = [
|
|
|
4623
4629
|
},
|
|
4624
4630
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4625
4631
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4626
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4632
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4633
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4627
4634
|
],
|
|
4628
4635
|
stateMutability: "view"
|
|
4629
4636
|
},
|
|
@@ -5207,7 +5214,7 @@ const le = [
|
|
|
5207
5214
|
outputs: [],
|
|
5208
5215
|
stateMutability: "payable"
|
|
5209
5216
|
}
|
|
5210
|
-
],
|
|
5217
|
+
], F = [
|
|
5211
5218
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5212
5219
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5213
5220
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -5596,7 +5603,7 @@ const le = [
|
|
|
5596
5603
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5597
5604
|
stateMutability: "view"
|
|
5598
5605
|
}
|
|
5599
|
-
],
|
|
5606
|
+
], ye = [
|
|
5600
5607
|
{
|
|
5601
5608
|
type: "function",
|
|
5602
5609
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -5604,7 +5611,7 @@ const le = [
|
|
|
5604
5611
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5605
5612
|
stateMutability: "view"
|
|
5606
5613
|
}
|
|
5607
|
-
],
|
|
5614
|
+
], N = [
|
|
5608
5615
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5609
5616
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5610
5617
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -5868,6 +5875,7 @@ const le = [
|
|
|
5868
5875
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5869
5876
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5870
5877
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5878
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
5871
5879
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5872
5880
|
{
|
|
5873
5881
|
type: "error",
|
|
@@ -6305,10 +6313,11 @@ const le = [
|
|
|
6305
6313
|
stateMutability: "payable"
|
|
6306
6314
|
},
|
|
6307
6315
|
{ type: "receive", stateMutability: "payable" }
|
|
6308
|
-
],
|
|
6316
|
+
], _ = [
|
|
6309
6317
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6310
6318
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6311
6319
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
6320
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
6312
6321
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
6313
6322
|
{
|
|
6314
6323
|
type: "error",
|
|
@@ -6867,6 +6876,7 @@ const le = [
|
|
|
6867
6876
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6868
6877
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6869
6878
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
6879
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
6870
6880
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
6871
6881
|
{
|
|
6872
6882
|
type: "error",
|
|
@@ -7646,7 +7656,7 @@ const le = [
|
|
|
7646
7656
|
outputs: [],
|
|
7647
7657
|
stateMutability: "payable"
|
|
7648
7658
|
}
|
|
7649
|
-
],
|
|
7659
|
+
], ue = [
|
|
7650
7660
|
{
|
|
7651
7661
|
type: "function",
|
|
7652
7662
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -7654,7 +7664,7 @@ const le = [
|
|
|
7654
7664
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
7655
7665
|
stateMutability: "view"
|
|
7656
7666
|
}
|
|
7657
|
-
],
|
|
7667
|
+
], h = [
|
|
7658
7668
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
7659
7669
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
7660
7670
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -8231,7 +8241,7 @@ const le = [
|
|
|
8231
8241
|
outputs: [],
|
|
8232
8242
|
stateMutability: "payable"
|
|
8233
8243
|
}
|
|
8234
|
-
],
|
|
8244
|
+
], A = [
|
|
8235
8245
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
8236
8246
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
8237
8247
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -8462,7 +8472,7 @@ const le = [
|
|
|
8462
8472
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8463
8473
|
stateMutability: "payable"
|
|
8464
8474
|
}
|
|
8465
|
-
],
|
|
8475
|
+
], k = [
|
|
8466
8476
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
8467
8477
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
8468
8478
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -9030,382 +9040,855 @@ const le = [
|
|
|
9030
9040
|
outputs: [],
|
|
9031
9041
|
stateMutability: "payable"
|
|
9032
9042
|
}
|
|
9033
|
-
],
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
{
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
}
|
|
9047
|
-
|
|
9048
|
-
|
|
9049
|
-
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
|
|
9053
|
-
|
|
9054
|
-
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
|
|
9068
|
-
|
|
9069
|
-
|
|
9070
|
-
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
}
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
}
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
}
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
}
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
}
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
}
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
}
|
|
9202
|
-
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
|
|
9208
|
-
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9215
|
-
|
|
9216
|
-
|
|
9217
|
-
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
}
|
|
9226
|
-
{
|
|
9227
|
-
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
|
|
9231
|
-
|
|
9232
|
-
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9246
|
-
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
}
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
|
|
9295
|
-
|
|
9296
|
-
|
|
9297
|
-
|
|
9298
|
-
|
|
9299
|
-
|
|
9043
|
+
], M = [
|
|
9044
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
9045
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
9046
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
9047
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
9048
|
+
{
|
|
9049
|
+
type: "error",
|
|
9050
|
+
inputs: [
|
|
9051
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
9052
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
9053
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
9054
|
+
],
|
|
9055
|
+
name: "InsufficientFunds"
|
|
9056
|
+
},
|
|
9057
|
+
{
|
|
9058
|
+
type: "error",
|
|
9059
|
+
inputs: [
|
|
9060
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
9061
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
9062
|
+
],
|
|
9063
|
+
name: "InvalidAllocation"
|
|
9064
|
+
},
|
|
9065
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
9066
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
9067
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
9068
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
9069
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
9070
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
9071
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
9072
|
+
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
9073
|
+
{
|
|
9074
|
+
type: "error",
|
|
9075
|
+
inputs: [
|
|
9076
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
9077
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
9078
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
9079
|
+
],
|
|
9080
|
+
name: "TransferFailed"
|
|
9081
|
+
},
|
|
9082
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
9083
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
9084
|
+
{
|
|
9085
|
+
type: "event",
|
|
9086
|
+
anonymous: !1,
|
|
9087
|
+
inputs: [
|
|
9088
|
+
{
|
|
9089
|
+
name: "asset",
|
|
9090
|
+
internalType: "address",
|
|
9091
|
+
type: "address",
|
|
9092
|
+
indexed: !0
|
|
9093
|
+
},
|
|
9094
|
+
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
9095
|
+
{
|
|
9096
|
+
name: "amount",
|
|
9097
|
+
internalType: "uint256",
|
|
9098
|
+
type: "uint256",
|
|
9099
|
+
indexed: !1
|
|
9100
|
+
}
|
|
9101
|
+
],
|
|
9102
|
+
name: "Distributed"
|
|
9103
|
+
},
|
|
9104
|
+
{
|
|
9105
|
+
type: "event",
|
|
9106
|
+
anonymous: !1,
|
|
9107
|
+
inputs: [
|
|
9108
|
+
{
|
|
9109
|
+
name: "version",
|
|
9110
|
+
internalType: "uint64",
|
|
9111
|
+
type: "uint64",
|
|
9112
|
+
indexed: !1
|
|
9113
|
+
}
|
|
9114
|
+
],
|
|
9115
|
+
name: "Initialized"
|
|
9116
|
+
},
|
|
9117
|
+
{
|
|
9118
|
+
type: "event",
|
|
9119
|
+
anonymous: !1,
|
|
9120
|
+
inputs: [
|
|
9121
|
+
{
|
|
9122
|
+
name: "pendingOwner",
|
|
9123
|
+
internalType: "address",
|
|
9124
|
+
type: "address",
|
|
9125
|
+
indexed: !0
|
|
9126
|
+
}
|
|
9127
|
+
],
|
|
9128
|
+
name: "OwnershipHandoverCanceled"
|
|
9129
|
+
},
|
|
9130
|
+
{
|
|
9131
|
+
type: "event",
|
|
9132
|
+
anonymous: !1,
|
|
9133
|
+
inputs: [
|
|
9134
|
+
{
|
|
9135
|
+
name: "pendingOwner",
|
|
9136
|
+
internalType: "address",
|
|
9137
|
+
type: "address",
|
|
9138
|
+
indexed: !0
|
|
9139
|
+
}
|
|
9140
|
+
],
|
|
9141
|
+
name: "OwnershipHandoverRequested"
|
|
9142
|
+
},
|
|
9143
|
+
{
|
|
9144
|
+
type: "event",
|
|
9145
|
+
anonymous: !1,
|
|
9146
|
+
inputs: [
|
|
9147
|
+
{
|
|
9148
|
+
name: "oldOwner",
|
|
9149
|
+
internalType: "address",
|
|
9150
|
+
type: "address",
|
|
9151
|
+
indexed: !0
|
|
9152
|
+
},
|
|
9153
|
+
{
|
|
9154
|
+
name: "newOwner",
|
|
9155
|
+
internalType: "address",
|
|
9156
|
+
type: "address",
|
|
9157
|
+
indexed: !0
|
|
9158
|
+
}
|
|
9159
|
+
],
|
|
9160
|
+
name: "OwnershipTransferred"
|
|
9161
|
+
},
|
|
9162
|
+
{
|
|
9163
|
+
type: "event",
|
|
9164
|
+
anonymous: !1,
|
|
9165
|
+
inputs: [
|
|
9166
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
9167
|
+
{
|
|
9168
|
+
name: "roles",
|
|
9169
|
+
internalType: "uint256",
|
|
9170
|
+
type: "uint256",
|
|
9171
|
+
indexed: !0
|
|
9172
|
+
}
|
|
9173
|
+
],
|
|
9174
|
+
name: "RolesUpdated"
|
|
9175
|
+
},
|
|
9176
|
+
{ type: "fallback", stateMutability: "payable" },
|
|
9177
|
+
{
|
|
9178
|
+
type: "function",
|
|
9179
|
+
inputs: [],
|
|
9180
|
+
name: "ADMIN_ROLE",
|
|
9181
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9182
|
+
stateMutability: "view"
|
|
9183
|
+
},
|
|
9184
|
+
{
|
|
9185
|
+
type: "function",
|
|
9186
|
+
inputs: [],
|
|
9187
|
+
name: "MANAGER_ROLE",
|
|
9188
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9189
|
+
stateMutability: "view"
|
|
9190
|
+
},
|
|
9191
|
+
{
|
|
9192
|
+
type: "function",
|
|
9193
|
+
inputs: [],
|
|
9194
|
+
name: "PERMIT2",
|
|
9195
|
+
outputs: [{ name: "", internalType: "contract IPermit2", type: "address" }],
|
|
9196
|
+
stateMutability: "view"
|
|
9197
|
+
},
|
|
9198
|
+
{
|
|
9199
|
+
type: "function",
|
|
9200
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
9201
|
+
name: "allocate",
|
|
9202
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9203
|
+
stateMutability: "payable"
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
type: "function",
|
|
9207
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
9208
|
+
name: "available",
|
|
9209
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9210
|
+
stateMutability: "view"
|
|
9211
|
+
},
|
|
9212
|
+
{
|
|
9213
|
+
type: "function",
|
|
9214
|
+
inputs: [
|
|
9215
|
+
{ name: "", internalType: "address", type: "address" },
|
|
9216
|
+
{ name: "", internalType: "uint256", type: "uint256" }
|
|
9217
|
+
],
|
|
9218
|
+
name: "available",
|
|
9219
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9220
|
+
stateMutability: "view"
|
|
9221
|
+
},
|
|
9222
|
+
{
|
|
9223
|
+
type: "function",
|
|
9224
|
+
inputs: [],
|
|
9225
|
+
name: "cancelOwnershipHandover",
|
|
9226
|
+
outputs: [],
|
|
9227
|
+
stateMutability: "payable"
|
|
9228
|
+
},
|
|
9229
|
+
{
|
|
9230
|
+
type: "function",
|
|
9231
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
9232
|
+
name: "clawback",
|
|
9233
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9234
|
+
stateMutability: "nonpayable"
|
|
9235
|
+
},
|
|
9236
|
+
{
|
|
9237
|
+
type: "function",
|
|
9238
|
+
inputs: [
|
|
9239
|
+
{ name: "target", internalType: "address", type: "address" },
|
|
9240
|
+
{ name: "data_", internalType: "bytes", type: "bytes" },
|
|
9241
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
9242
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" }
|
|
9243
|
+
],
|
|
9244
|
+
name: "clawbackFromTarget",
|
|
9245
|
+
outputs: [
|
|
9246
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
9247
|
+
{ name: "", internalType: "address", type: "address" }
|
|
9248
|
+
],
|
|
9249
|
+
stateMutability: "nonpayable"
|
|
9250
|
+
},
|
|
9251
|
+
{
|
|
9252
|
+
type: "function",
|
|
9253
|
+
inputs: [
|
|
9254
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
9255
|
+
],
|
|
9256
|
+
name: "completeOwnershipHandover",
|
|
9257
|
+
outputs: [],
|
|
9258
|
+
stateMutability: "payable"
|
|
9259
|
+
},
|
|
9260
|
+
{
|
|
9261
|
+
type: "function",
|
|
9262
|
+
inputs: [
|
|
9263
|
+
{ name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
|
|
9264
|
+
{ name: "core", internalType: "contract BoostCore", type: "address" },
|
|
9265
|
+
{ name: "_boostPayload", internalType: "bytes", type: "bytes" }
|
|
9266
|
+
],
|
|
9267
|
+
name: "createBoost",
|
|
9268
|
+
outputs: [],
|
|
9269
|
+
stateMutability: "payable"
|
|
9270
|
+
},
|
|
9271
|
+
{
|
|
9272
|
+
type: "function",
|
|
9273
|
+
inputs: [
|
|
9274
|
+
{ name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
|
|
9275
|
+
{ name: "core", internalType: "contract BoostCore", type: "address" },
|
|
9276
|
+
{ name: "_boostPayload", internalType: "bytes", type: "bytes" },
|
|
9277
|
+
{ name: "_permit2Signature", internalType: "bytes", type: "bytes" },
|
|
9278
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" },
|
|
9279
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
9280
|
+
],
|
|
9281
|
+
name: "createBoostWithPermit2",
|
|
9282
|
+
outputs: [],
|
|
9283
|
+
stateMutability: "payable"
|
|
9284
|
+
},
|
|
9285
|
+
{
|
|
9286
|
+
type: "function",
|
|
9287
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
9288
|
+
name: "disburse",
|
|
9289
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9290
|
+
stateMutability: "nonpayable"
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
type: "function",
|
|
9294
|
+
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
9295
|
+
name: "disburseBatch",
|
|
9296
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9297
|
+
stateMutability: "nonpayable"
|
|
9298
|
+
},
|
|
9299
|
+
{
|
|
9300
|
+
type: "function",
|
|
9301
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
9302
|
+
name: "distributed",
|
|
9303
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9304
|
+
stateMutability: "view"
|
|
9305
|
+
},
|
|
9306
|
+
{
|
|
9307
|
+
type: "function",
|
|
9308
|
+
inputs: [
|
|
9309
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
9310
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
9311
|
+
],
|
|
9312
|
+
name: "distributed",
|
|
9313
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9314
|
+
stateMutability: "view"
|
|
9315
|
+
},
|
|
9316
|
+
{
|
|
9317
|
+
type: "function",
|
|
9318
|
+
inputs: [],
|
|
9319
|
+
name: "getComponentInterface",
|
|
9320
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
9321
|
+
stateMutability: "pure"
|
|
9322
|
+
},
|
|
9323
|
+
{
|
|
9324
|
+
type: "function",
|
|
9325
|
+
inputs: [
|
|
9326
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9327
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
9328
|
+
],
|
|
9329
|
+
name: "grantManyRoles",
|
|
9330
|
+
outputs: [],
|
|
9331
|
+
stateMutability: "nonpayable"
|
|
9332
|
+
},
|
|
9333
|
+
{
|
|
9334
|
+
type: "function",
|
|
9335
|
+
inputs: [
|
|
9336
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9337
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9338
|
+
],
|
|
9339
|
+
name: "grantRoles",
|
|
9340
|
+
outputs: [],
|
|
9341
|
+
stateMutability: "payable"
|
|
9342
|
+
},
|
|
9343
|
+
{
|
|
9344
|
+
type: "function",
|
|
9345
|
+
inputs: [
|
|
9346
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9347
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9348
|
+
],
|
|
9349
|
+
name: "hasAllRoles",
|
|
9350
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9351
|
+
stateMutability: "view"
|
|
9352
|
+
},
|
|
9353
|
+
{
|
|
9354
|
+
type: "function",
|
|
9355
|
+
inputs: [
|
|
9356
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9357
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9358
|
+
],
|
|
9359
|
+
name: "hasAnyRole",
|
|
9360
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9361
|
+
stateMutability: "view"
|
|
9362
|
+
},
|
|
9363
|
+
{
|
|
9364
|
+
type: "function",
|
|
9365
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
9366
|
+
name: "initialize",
|
|
9367
|
+
outputs: [],
|
|
9368
|
+
stateMutability: "nonpayable"
|
|
9369
|
+
},
|
|
9370
|
+
{
|
|
9371
|
+
type: "function",
|
|
9372
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
9373
|
+
name: "isAuthorized",
|
|
9374
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9375
|
+
stateMutability: "view"
|
|
9376
|
+
},
|
|
9377
|
+
{
|
|
9378
|
+
type: "function",
|
|
9379
|
+
inputs: [
|
|
9380
|
+
{ name: "", internalType: "address", type: "address" },
|
|
9381
|
+
{ name: "", internalType: "address", type: "address" },
|
|
9382
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
9383
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
9384
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
9385
|
+
],
|
|
9386
|
+
name: "onERC1155BatchReceived",
|
|
9387
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
9388
|
+
stateMutability: "pure"
|
|
9389
|
+
},
|
|
9390
|
+
{
|
|
9391
|
+
type: "function",
|
|
9392
|
+
inputs: [
|
|
9393
|
+
{ name: "", internalType: "address", type: "address" },
|
|
9394
|
+
{ name: "", internalType: "address", type: "address" },
|
|
9395
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
9396
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
9397
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
9398
|
+
],
|
|
9399
|
+
name: "onERC1155Received",
|
|
9400
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
9401
|
+
stateMutability: "pure"
|
|
9402
|
+
},
|
|
9403
|
+
{
|
|
9404
|
+
type: "function",
|
|
9405
|
+
inputs: [],
|
|
9406
|
+
name: "owner",
|
|
9407
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
9408
|
+
stateMutability: "view"
|
|
9409
|
+
},
|
|
9410
|
+
{
|
|
9411
|
+
type: "function",
|
|
9412
|
+
inputs: [
|
|
9413
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
9414
|
+
],
|
|
9415
|
+
name: "ownershipHandoverExpiresAt",
|
|
9416
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
9417
|
+
stateMutability: "view"
|
|
9418
|
+
},
|
|
9419
|
+
{
|
|
9420
|
+
type: "function",
|
|
9421
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
9422
|
+
name: "reconcile",
|
|
9423
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9424
|
+
stateMutability: "nonpayable"
|
|
9425
|
+
},
|
|
9426
|
+
{
|
|
9427
|
+
type: "function",
|
|
9428
|
+
inputs: [],
|
|
9429
|
+
name: "renounceOwnership",
|
|
9430
|
+
outputs: [],
|
|
9431
|
+
stateMutability: "payable"
|
|
9432
|
+
},
|
|
9433
|
+
{
|
|
9434
|
+
type: "function",
|
|
9435
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
9436
|
+
name: "renounceRoles",
|
|
9437
|
+
outputs: [],
|
|
9438
|
+
stateMutability: "payable"
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
type: "function",
|
|
9442
|
+
inputs: [],
|
|
9443
|
+
name: "requestOwnershipHandover",
|
|
9444
|
+
outputs: [],
|
|
9445
|
+
stateMutability: "payable"
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
type: "function",
|
|
9449
|
+
inputs: [
|
|
9450
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9451
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
9452
|
+
],
|
|
9453
|
+
name: "revokeManyRoles",
|
|
9454
|
+
outputs: [],
|
|
9455
|
+
stateMutability: "nonpayable"
|
|
9456
|
+
},
|
|
9457
|
+
{
|
|
9458
|
+
type: "function",
|
|
9459
|
+
inputs: [
|
|
9460
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9461
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9462
|
+
],
|
|
9463
|
+
name: "revokeRoles",
|
|
9464
|
+
outputs: [],
|
|
9465
|
+
stateMutability: "payable"
|
|
9466
|
+
},
|
|
9467
|
+
{
|
|
9468
|
+
type: "function",
|
|
9469
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
9470
|
+
name: "rolesOf",
|
|
9471
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
9472
|
+
stateMutability: "view"
|
|
9473
|
+
},
|
|
9474
|
+
{
|
|
9475
|
+
type: "function",
|
|
9476
|
+
inputs: [
|
|
9477
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9478
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
9479
|
+
],
|
|
9480
|
+
name: "setAuthorized",
|
|
9481
|
+
outputs: [],
|
|
9482
|
+
stateMutability: "nonpayable"
|
|
9483
|
+
},
|
|
9484
|
+
{
|
|
9485
|
+
type: "function",
|
|
9486
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
9487
|
+
name: "supportsInterface",
|
|
9488
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9489
|
+
stateMutability: "view"
|
|
9490
|
+
},
|
|
9491
|
+
{
|
|
9492
|
+
type: "function",
|
|
9493
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
9494
|
+
name: "total",
|
|
9495
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9496
|
+
stateMutability: "view"
|
|
9497
|
+
},
|
|
9498
|
+
{
|
|
9499
|
+
type: "function",
|
|
9500
|
+
inputs: [
|
|
9501
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
9502
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
9503
|
+
],
|
|
9504
|
+
name: "total",
|
|
9505
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9506
|
+
stateMutability: "view"
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
type: "function",
|
|
9510
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
9511
|
+
name: "transferOwnership",
|
|
9512
|
+
outputs: [],
|
|
9513
|
+
stateMutability: "payable"
|
|
9514
|
+
},
|
|
9515
|
+
{ type: "receive", stateMutability: "payable" }
|
|
9516
|
+
], fe = /* @__PURE__ */ e({
|
|
9517
|
+
abi: G,
|
|
9518
|
+
functionName: "getComponentInterface"
|
|
9519
|
+
}), ve = /* @__PURE__ */ e(
|
|
9520
|
+
{ abi: G, functionName: "supportsInterface" }
|
|
9521
|
+
), we = /* @__PURE__ */ e(
|
|
9522
|
+
{ abi: g, functionName: "allowList" }
|
|
9523
|
+
), Me = /* @__PURE__ */ e({
|
|
9524
|
+
abi: g,
|
|
9525
|
+
functionName: "claimed"
|
|
9526
|
+
}), Ie = /* @__PURE__ */ e({
|
|
9527
|
+
abi: g,
|
|
9528
|
+
functionName: "claims"
|
|
9529
|
+
}), he = /* @__PURE__ */ e({
|
|
9530
|
+
abi: g,
|
|
9531
|
+
functionName: "isClaimable"
|
|
9532
|
+
}), ge = /* @__PURE__ */ e({
|
|
9533
|
+
abi: g,
|
|
9534
|
+
functionName: "limit"
|
|
9535
|
+
}), Oe = /* @__PURE__ */ e({
|
|
9536
|
+
abi: g,
|
|
9537
|
+
functionName: "owner"
|
|
9538
|
+
}), Ne = /* @__PURE__ */ e({
|
|
9539
|
+
abi: g,
|
|
9540
|
+
functionName: "reward"
|
|
9541
|
+
}), Ae = /* @__PURE__ */ s({
|
|
9542
|
+
abi: g,
|
|
9543
|
+
functionName: "claim"
|
|
9544
|
+
}), xe = /* @__PURE__ */ i({
|
|
9545
|
+
abi: g,
|
|
9546
|
+
functionName: "claim"
|
|
9547
|
+
}), Re = /* @__PURE__ */ e({
|
|
9548
|
+
abi: o,
|
|
9549
|
+
functionName: "createBoostAuth"
|
|
9550
|
+
}), ze = /* @__PURE__ */ e({
|
|
9551
|
+
abi: o,
|
|
9552
|
+
functionName: "getBoost"
|
|
9553
|
+
}), _e = /* @__PURE__ */ e({
|
|
9554
|
+
abi: o,
|
|
9555
|
+
functionName: "getBoostCount"
|
|
9556
|
+
}), Ce = /* @__PURE__ */ e({
|
|
9557
|
+
abi: o,
|
|
9558
|
+
functionName: "getIncentiveFeesInfo"
|
|
9559
|
+
}), He = /* @__PURE__ */ e({
|
|
9560
|
+
abi: o,
|
|
9561
|
+
functionName: "protocolFee"
|
|
9562
|
+
}), Ee = /* @__PURE__ */ e({
|
|
9563
|
+
abi: o,
|
|
9564
|
+
functionName: "protocolFeeReceiver"
|
|
9565
|
+
}), Fe = /* @__PURE__ */ s({
|
|
9566
|
+
abi: o,
|
|
9567
|
+
functionName: "claimIncentive"
|
|
9568
|
+
}), ke = /* @__PURE__ */ s({
|
|
9569
|
+
abi: o,
|
|
9570
|
+
functionName: "claimIncentiveFor"
|
|
9571
|
+
}), De = /* @__PURE__ */ s({
|
|
9572
|
+
abi: o,
|
|
9573
|
+
functionName: "createBoost"
|
|
9574
|
+
}), qe = /* @__PURE__ */ s({
|
|
9575
|
+
abi: o,
|
|
9576
|
+
functionName: "setCreateBoostAuth"
|
|
9577
|
+
}), Pe = /* @__PURE__ */ s({
|
|
9578
|
+
abi: o,
|
|
9579
|
+
functionName: "setProtocolFeeReceiver"
|
|
9580
|
+
}), Be = /* @__PURE__ */ s({
|
|
9581
|
+
abi: o,
|
|
9582
|
+
functionName: "topupIncentiveFromBudget"
|
|
9583
|
+
}), Le = /* @__PURE__ */ s({
|
|
9584
|
+
abi: o,
|
|
9585
|
+
functionName: "topupIncentiveFromSender"
|
|
9586
|
+
}), Ue = /* @__PURE__ */ i({
|
|
9587
|
+
abi: o,
|
|
9588
|
+
functionName: "claimIncentive"
|
|
9589
|
+
}), Se = /* @__PURE__ */ i({
|
|
9590
|
+
abi: o,
|
|
9591
|
+
functionName: "claimIncentiveFor"
|
|
9592
|
+
}), Ve = /* @__PURE__ */ i({
|
|
9593
|
+
abi: o,
|
|
9594
|
+
functionName: "createBoost"
|
|
9595
|
+
}), Ze = /* @__PURE__ */ i({
|
|
9596
|
+
abi: o,
|
|
9597
|
+
functionName: "setCreateBoostAuth"
|
|
9598
|
+
}), Ge = /* @__PURE__ */ i({
|
|
9599
|
+
abi: o,
|
|
9600
|
+
functionName: "setProtocolFeeReceiver"
|
|
9601
|
+
}), je = /* @__PURE__ */ i({
|
|
9602
|
+
abi: o,
|
|
9603
|
+
functionName: "topupIncentiveFromBudget"
|
|
9604
|
+
}), $e = /* @__PURE__ */ i({
|
|
9605
|
+
abi: o,
|
|
9606
|
+
functionName: "topupIncentiveFromSender"
|
|
9607
|
+
}), We = /* @__PURE__ */ e({
|
|
9608
|
+
abi: O,
|
|
9609
|
+
functionName: "getBaseImplementation"
|
|
9610
|
+
}), Ye = /* @__PURE__ */ e({
|
|
9611
|
+
abi: O,
|
|
9612
|
+
functionName: "getClone"
|
|
9613
|
+
}), Qe = /* @__PURE__ */ e({
|
|
9614
|
+
abi: O,
|
|
9615
|
+
functionName: "getCloneIdentifier"
|
|
9616
|
+
}), Je = /* @__PURE__ */ e({
|
|
9617
|
+
abi: O,
|
|
9618
|
+
functionName: "getClones"
|
|
9619
|
+
}), Ke = /* @__PURE__ */ s({
|
|
9620
|
+
abi: O,
|
|
9621
|
+
functionName: "deployClone"
|
|
9622
|
+
}), Xe = /* @__PURE__ */ s({
|
|
9623
|
+
abi: O,
|
|
9624
|
+
functionName: "register"
|
|
9625
|
+
}), et = /* @__PURE__ */ i({
|
|
9626
|
+
abi: O,
|
|
9627
|
+
functionName: "deployClone"
|
|
9628
|
+
}), tt = /* @__PURE__ */ i({
|
|
9629
|
+
abi: O,
|
|
9630
|
+
functionName: "register"
|
|
9631
|
+
}), nt = /* @__PURE__ */ e({
|
|
9632
|
+
abi: f,
|
|
9633
|
+
functionName: "asset"
|
|
9634
|
+
}), at = /* @__PURE__ */ e({
|
|
9635
|
+
abi: f,
|
|
9636
|
+
functionName: "cgdaParams"
|
|
9637
|
+
}), it = /* @__PURE__ */ e({
|
|
9638
|
+
abi: f,
|
|
9639
|
+
functionName: "claimed"
|
|
9640
|
+
}), st = /* @__PURE__ */ e({
|
|
9641
|
+
abi: f,
|
|
9642
|
+
functionName: "claims"
|
|
9643
|
+
}), pt = /* @__PURE__ */ e({
|
|
9644
|
+
abi: f,
|
|
9645
|
+
functionName: "currentReward"
|
|
9646
|
+
}), yt = /* @__PURE__ */ e({
|
|
9647
|
+
abi: f,
|
|
9648
|
+
functionName: "isClaimable"
|
|
9649
|
+
}), ut = /* @__PURE__ */ e({
|
|
9650
|
+
abi: f,
|
|
9651
|
+
functionName: "owner"
|
|
9652
|
+
}), rt = /* @__PURE__ */ e({
|
|
9653
|
+
abi: f,
|
|
9654
|
+
functionName: "reward"
|
|
9655
|
+
}), ot = /* @__PURE__ */ e({
|
|
9656
|
+
abi: f,
|
|
9657
|
+
functionName: "totalBudget"
|
|
9658
|
+
}), lt = /* @__PURE__ */ s({
|
|
9659
|
+
abi: f,
|
|
9660
|
+
functionName: "claim"
|
|
9661
|
+
}), dt = /* @__PURE__ */ s({
|
|
9662
|
+
abi: f,
|
|
9663
|
+
functionName: "clawback"
|
|
9664
|
+
}), mt = /* @__PURE__ */ i({
|
|
9665
|
+
abi: f,
|
|
9666
|
+
functionName: "claim"
|
|
9667
|
+
}), bt = /* @__PURE__ */ i({
|
|
9668
|
+
abi: f,
|
|
9669
|
+
functionName: "clawback"
|
|
9670
|
+
}), ct = /* @__PURE__ */ e({
|
|
9671
|
+
abi: m,
|
|
9672
|
+
functionName: "asset"
|
|
9673
|
+
}), Tt = /* @__PURE__ */ e({
|
|
9674
|
+
abi: m,
|
|
9675
|
+
functionName: "claimed"
|
|
9676
|
+
}), ft = /* @__PURE__ */ e({
|
|
9677
|
+
abi: m,
|
|
9678
|
+
functionName: "claims"
|
|
9679
|
+
}), vt = /* @__PURE__ */ e(
|
|
9680
|
+
{ abi: m, functionName: "currentReward" }
|
|
9681
|
+
), wt = /* @__PURE__ */ e({
|
|
9682
|
+
abi: m,
|
|
9683
|
+
functionName: "entries"
|
|
9684
|
+
}), Mt = /* @__PURE__ */ e({
|
|
9685
|
+
abi: m,
|
|
9686
|
+
functionName: "isClaimable"
|
|
9687
|
+
}), It = /* @__PURE__ */ e({
|
|
9688
|
+
abi: m,
|
|
9689
|
+
functionName: "limit"
|
|
9690
|
+
}), ht = /* @__PURE__ */ e({
|
|
9691
|
+
abi: m,
|
|
9692
|
+
functionName: "owner"
|
|
9693
|
+
}), gt = /* @__PURE__ */ e({
|
|
9694
|
+
abi: m,
|
|
9695
|
+
functionName: "reward"
|
|
9696
|
+
}), Ot = /* @__PURE__ */ e({
|
|
9697
|
+
abi: m,
|
|
9698
|
+
functionName: "strategy"
|
|
9699
|
+
}), Nt = /* @__PURE__ */ s({
|
|
9700
|
+
abi: m,
|
|
9701
|
+
functionName: "claim"
|
|
9702
|
+
}), At = /* @__PURE__ */ s({
|
|
9703
|
+
abi: m,
|
|
9704
|
+
functionName: "clawback"
|
|
9705
|
+
}), xt = /* @__PURE__ */ s({
|
|
9706
|
+
abi: m,
|
|
9707
|
+
functionName: "drawRaffle"
|
|
9708
|
+
}), Rt = /* @__PURE__ */ i(
|
|
9709
|
+
{ abi: m, functionName: "claim" }
|
|
9710
|
+
), zt = /* @__PURE__ */ i({
|
|
9711
|
+
abi: m,
|
|
9712
|
+
functionName: "clawback"
|
|
9713
|
+
}), _t = /* @__PURE__ */ i({
|
|
9714
|
+
abi: m,
|
|
9715
|
+
functionName: "drawRaffle"
|
|
9716
|
+
}), Ct = /* @__PURE__ */ e({
|
|
9717
|
+
abi: b,
|
|
9718
|
+
functionName: "asset"
|
|
9719
|
+
}), Ht = /* @__PURE__ */ e(
|
|
9720
|
+
{ abi: b, functionName: "claimed" }
|
|
9721
|
+
), Et = /* @__PURE__ */ e({
|
|
9722
|
+
abi: b,
|
|
9723
|
+
functionName: "claims"
|
|
9724
|
+
}), Ft = /* @__PURE__ */ e({
|
|
9725
|
+
abi: b,
|
|
9726
|
+
functionName: "currentReward"
|
|
9727
|
+
}), kt = /* @__PURE__ */ e({
|
|
9728
|
+
abi: b,
|
|
9729
|
+
functionName: "getPeg"
|
|
9730
|
+
}), Dt = /* @__PURE__ */ e({
|
|
9731
|
+
abi: b,
|
|
9732
|
+
functionName: "isClaimable"
|
|
9733
|
+
}), qt = /* @__PURE__ */ e({
|
|
9734
|
+
abi: b,
|
|
9735
|
+
functionName: "limit"
|
|
9736
|
+
}), Pt = /* @__PURE__ */ e({
|
|
9737
|
+
abi: b,
|
|
9738
|
+
functionName: "owner"
|
|
9739
|
+
}), Bt = /* @__PURE__ */ e({
|
|
9740
|
+
abi: b,
|
|
9741
|
+
functionName: "peg"
|
|
9742
|
+
}), Lt = /* @__PURE__ */ e({
|
|
9743
|
+
abi: b,
|
|
9744
|
+
functionName: "reward"
|
|
9745
|
+
}), Ut = /* @__PURE__ */ e({
|
|
9746
|
+
abi: b,
|
|
9747
|
+
functionName: "totalClaimed"
|
|
9748
|
+
}), St = /* @__PURE__ */ s(
|
|
9749
|
+
{ abi: b, functionName: "claim" }
|
|
9750
|
+
), Vt = /* @__PURE__ */ s({
|
|
9751
|
+
abi: b,
|
|
9752
|
+
functionName: "clawback"
|
|
9753
|
+
}), Zt = /* @__PURE__ */ i({
|
|
9754
|
+
abi: b,
|
|
9755
|
+
functionName: "claim"
|
|
9756
|
+
}), Gt = /* @__PURE__ */ i({
|
|
9757
|
+
abi: b,
|
|
9758
|
+
functionName: "clawback"
|
|
9759
|
+
}), jt = /* @__PURE__ */ e({
|
|
9760
|
+
abi: d,
|
|
9761
|
+
functionName: "asset"
|
|
9762
|
+
}), $t = /* @__PURE__ */ e({
|
|
9763
|
+
abi: d,
|
|
9764
|
+
functionName: "claimed"
|
|
9765
|
+
}), Wt = /* @__PURE__ */ e({
|
|
9766
|
+
abi: d,
|
|
9767
|
+
functionName: "claims"
|
|
9768
|
+
}), Yt = /* @__PURE__ */ e({
|
|
9769
|
+
abi: d,
|
|
9770
|
+
functionName: "currentReward"
|
|
9771
|
+
}), Qt = /* @__PURE__ */ e({
|
|
9772
|
+
abi: d,
|
|
9773
|
+
functionName: "getIncentiveCriteria"
|
|
9300
9774
|
}), Jt = /* @__PURE__ */ e({
|
|
9301
9775
|
abi: d,
|
|
9302
|
-
functionName: "
|
|
9776
|
+
functionName: "getMaxReward"
|
|
9777
|
+
}), Kt = /* @__PURE__ */ e({
|
|
9778
|
+
abi: d,
|
|
9779
|
+
functionName: "getPeg"
|
|
9780
|
+
}), Xt = /* @__PURE__ */ e({
|
|
9781
|
+
abi: d,
|
|
9782
|
+
functionName: "isClaimable"
|
|
9303
9783
|
}), en = /* @__PURE__ */ e({
|
|
9304
9784
|
abi: d,
|
|
9305
|
-
functionName: "
|
|
9785
|
+
functionName: "limit"
|
|
9306
9786
|
}), tn = /* @__PURE__ */ e({
|
|
9307
9787
|
abi: d,
|
|
9308
|
-
functionName: "
|
|
9788
|
+
functionName: "owner"
|
|
9309
9789
|
}), nn = /* @__PURE__ */ e({
|
|
9310
9790
|
abi: d,
|
|
9311
|
-
functionName: "
|
|
9791
|
+
functionName: "peg"
|
|
9312
9792
|
}), an = /* @__PURE__ */ e({
|
|
9793
|
+
abi: d,
|
|
9794
|
+
functionName: "reward"
|
|
9795
|
+
}), sn = /* @__PURE__ */ e({
|
|
9313
9796
|
abi: d,
|
|
9314
9797
|
functionName: "totalClaimed"
|
|
9315
|
-
}),
|
|
9798
|
+
}), pn = /* @__PURE__ */ s({
|
|
9316
9799
|
abi: d,
|
|
9317
9800
|
functionName: "claim"
|
|
9318
|
-
}),
|
|
9801
|
+
}), yn = /* @__PURE__ */ s({
|
|
9319
9802
|
abi: d,
|
|
9320
9803
|
functionName: "clawback"
|
|
9321
|
-
}),
|
|
9804
|
+
}), un = /* @__PURE__ */ i({
|
|
9322
9805
|
abi: d,
|
|
9323
9806
|
functionName: "claim"
|
|
9324
9807
|
}), rn = /* @__PURE__ */ i({
|
|
9325
9808
|
abi: d,
|
|
9326
9809
|
functionName: "clawback"
|
|
9327
|
-
}),
|
|
9810
|
+
}), on = /* @__PURE__ */ e({
|
|
9328
9811
|
abi: j,
|
|
9329
9812
|
functionName: "getIncentiveCriteria"
|
|
9330
|
-
}),
|
|
9813
|
+
}), ln = /* @__PURE__ */ e({
|
|
9331
9814
|
abi: j,
|
|
9332
9815
|
functionName: "getMaxReward"
|
|
9333
|
-
}),
|
|
9816
|
+
}), dn = /* @__PURE__ */ e(
|
|
9334
9817
|
{ abi: v, functionName: "asset" }
|
|
9335
|
-
),
|
|
9818
|
+
), mn = /* @__PURE__ */ e({
|
|
9336
9819
|
abi: v,
|
|
9337
9820
|
functionName: "claimed"
|
|
9338
|
-
}),
|
|
9821
|
+
}), bn = /* @__PURE__ */ e({
|
|
9339
9822
|
abi: v,
|
|
9340
9823
|
functionName: "claims"
|
|
9341
|
-
}),
|
|
9824
|
+
}), cn = /* @__PURE__ */ e({
|
|
9342
9825
|
abi: v,
|
|
9343
9826
|
functionName: "currentReward"
|
|
9344
|
-
}),
|
|
9827
|
+
}), Tn = /* @__PURE__ */ e({
|
|
9345
9828
|
abi: v,
|
|
9346
9829
|
functionName: "isClaimable"
|
|
9347
|
-
}),
|
|
9830
|
+
}), fn = /* @__PURE__ */ e(
|
|
9348
9831
|
{ abi: v, functionName: "limit" }
|
|
9349
|
-
),
|
|
9832
|
+
), vn = /* @__PURE__ */ e(
|
|
9350
9833
|
{ abi: v, functionName: "owner" }
|
|
9351
|
-
),
|
|
9834
|
+
), wn = /* @__PURE__ */ e({
|
|
9352
9835
|
abi: v,
|
|
9353
9836
|
functionName: "reward"
|
|
9354
|
-
}),
|
|
9837
|
+
}), Mn = /* @__PURE__ */ e({
|
|
9355
9838
|
abi: v,
|
|
9356
9839
|
functionName: "totalClaimed"
|
|
9357
|
-
}),
|
|
9840
|
+
}), In = /* @__PURE__ */ s({
|
|
9358
9841
|
abi: v,
|
|
9359
9842
|
functionName: "claim"
|
|
9360
|
-
}),
|
|
9843
|
+
}), hn = /* @__PURE__ */ s({
|
|
9361
9844
|
abi: v,
|
|
9362
9845
|
functionName: "clawback"
|
|
9363
|
-
}),
|
|
9846
|
+
}), gn = /* @__PURE__ */ i({
|
|
9364
9847
|
abi: v,
|
|
9365
9848
|
functionName: "claim"
|
|
9366
|
-
}),
|
|
9849
|
+
}), On = /* @__PURE__ */ i({
|
|
9367
9850
|
abi: v,
|
|
9368
9851
|
functionName: "clawback"
|
|
9369
|
-
}), On = /* @__PURE__ */ e({
|
|
9370
|
-
abi: E,
|
|
9371
|
-
functionName: "getActionClaimant"
|
|
9372
9852
|
}), Nn = /* @__PURE__ */ e({
|
|
9373
|
-
abi:
|
|
9853
|
+
abi: F,
|
|
9854
|
+
functionName: "getActionClaimant"
|
|
9855
|
+
}), An = /* @__PURE__ */ e({
|
|
9856
|
+
abi: F,
|
|
9374
9857
|
functionName: "getActionSteps"
|
|
9375
|
-
}),
|
|
9376
|
-
abi:
|
|
9858
|
+
}), xn = /* @__PURE__ */ s({
|
|
9859
|
+
abi: F,
|
|
9377
9860
|
functionName: "execute"
|
|
9378
|
-
}),
|
|
9379
|
-
abi:
|
|
9861
|
+
}), Rn = /* @__PURE__ */ i({
|
|
9862
|
+
abi: F,
|
|
9380
9863
|
functionName: "execute"
|
|
9381
|
-
}), Rn = /* @__PURE__ */ e({
|
|
9382
|
-
abi: pe,
|
|
9383
|
-
functionName: "isAuthorized"
|
|
9384
9864
|
}), zn = /* @__PURE__ */ e({
|
|
9385
|
-
abi:
|
|
9865
|
+
abi: ye,
|
|
9866
|
+
functionName: "isAuthorized"
|
|
9867
|
+
}), _n = /* @__PURE__ */ e({
|
|
9868
|
+
abi: N,
|
|
9386
9869
|
functionName: "hashSignerData"
|
|
9387
9870
|
}), Cn = /* @__PURE__ */ e({
|
|
9388
|
-
abi:
|
|
9871
|
+
abi: N,
|
|
9389
9872
|
functionName: "signers"
|
|
9390
|
-
}), _n = /* @__PURE__ */ s({
|
|
9391
|
-
abi: O,
|
|
9392
|
-
functionName: "setAuthorized"
|
|
9393
9873
|
}), Hn = /* @__PURE__ */ s({
|
|
9394
|
-
abi:
|
|
9395
|
-
functionName: "
|
|
9874
|
+
abi: N,
|
|
9875
|
+
functionName: "setAuthorized"
|
|
9396
9876
|
}), En = /* @__PURE__ */ s({
|
|
9397
|
-
abi:
|
|
9877
|
+
abi: N,
|
|
9878
|
+
functionName: "setValidatorCaller"
|
|
9879
|
+
}), Fn = /* @__PURE__ */ s({
|
|
9880
|
+
abi: N,
|
|
9398
9881
|
functionName: "validate"
|
|
9399
|
-
}), Fn = /* @__PURE__ */ i({
|
|
9400
|
-
abi: O,
|
|
9401
|
-
functionName: "setAuthorized"
|
|
9402
9882
|
}), kn = /* @__PURE__ */ i({
|
|
9403
|
-
abi:
|
|
9404
|
-
functionName: "
|
|
9883
|
+
abi: N,
|
|
9884
|
+
functionName: "setAuthorized"
|
|
9405
9885
|
}), Dn = /* @__PURE__ */ i({
|
|
9406
|
-
abi:
|
|
9886
|
+
abi: N,
|
|
9887
|
+
functionName: "setValidatorCaller"
|
|
9888
|
+
}), qn = /* @__PURE__ */ i({
|
|
9889
|
+
abi: N,
|
|
9407
9890
|
functionName: "validate"
|
|
9408
|
-
}),
|
|
9891
|
+
}), Pn = /* @__PURE__ */ e({
|
|
9409
9892
|
abi: c,
|
|
9410
9893
|
functionName: "available"
|
|
9411
9894
|
}), Bn = /* @__PURE__ */ e({
|
|
@@ -9414,158 +9897,158 @@ const le = [
|
|
|
9414
9897
|
}), Ln = /* @__PURE__ */ e({
|
|
9415
9898
|
abi: c,
|
|
9416
9899
|
functionName: "owner"
|
|
9417
|
-
}),
|
|
9900
|
+
}), Un = /* @__PURE__ */ e({
|
|
9418
9901
|
abi: c,
|
|
9419
9902
|
functionName: "total"
|
|
9420
|
-
}),
|
|
9903
|
+
}), Sn = /* @__PURE__ */ s({
|
|
9421
9904
|
abi: c,
|
|
9422
9905
|
functionName: "allocate"
|
|
9423
|
-
}),
|
|
9906
|
+
}), Vn = /* @__PURE__ */ s({
|
|
9424
9907
|
abi: c,
|
|
9425
9908
|
functionName: "clawback"
|
|
9426
|
-
}),
|
|
9909
|
+
}), Zn = /* @__PURE__ */ s({
|
|
9427
9910
|
abi: c,
|
|
9428
9911
|
functionName: "clawbackFromTarget"
|
|
9429
|
-
}),
|
|
9912
|
+
}), Gn = /* @__PURE__ */ s({
|
|
9430
9913
|
abi: c,
|
|
9431
9914
|
functionName: "disburse"
|
|
9432
9915
|
}), jn = /* @__PURE__ */ s({
|
|
9433
9916
|
abi: c,
|
|
9434
9917
|
functionName: "disburseBatch"
|
|
9435
|
-
}),
|
|
9918
|
+
}), $n = /* @__PURE__ */ i({
|
|
9436
9919
|
abi: c,
|
|
9437
9920
|
functionName: "allocate"
|
|
9438
|
-
}),
|
|
9921
|
+
}), Wn = /* @__PURE__ */ i({
|
|
9439
9922
|
abi: c,
|
|
9440
9923
|
functionName: "clawback"
|
|
9441
|
-
}),
|
|
9924
|
+
}), Yn = /* @__PURE__ */ i({
|
|
9442
9925
|
abi: c,
|
|
9443
9926
|
functionName: "clawbackFromTarget"
|
|
9444
|
-
}),
|
|
9927
|
+
}), Qn = /* @__PURE__ */ i({
|
|
9445
9928
|
abi: c,
|
|
9446
9929
|
functionName: "disburse"
|
|
9447
|
-
}),
|
|
9930
|
+
}), Jn = /* @__PURE__ */ i({
|
|
9448
9931
|
abi: c,
|
|
9449
9932
|
functionName: "disburseBatch"
|
|
9450
9933
|
}), Kn = /* @__PURE__ */ e({
|
|
9451
|
-
abi:
|
|
9934
|
+
abi: _,
|
|
9452
9935
|
functionName: "managementFee"
|
|
9453
|
-
}),
|
|
9454
|
-
abi:
|
|
9936
|
+
}), Xn = /* @__PURE__ */ s({
|
|
9937
|
+
abi: _,
|
|
9455
9938
|
functionName: "payManagementFee"
|
|
9456
|
-
}),
|
|
9457
|
-
abi:
|
|
9939
|
+
}), ea = /* @__PURE__ */ s({
|
|
9940
|
+
abi: _,
|
|
9458
9941
|
functionName: "setManagementFee"
|
|
9459
|
-
}), ea = /* @__PURE__ */ i({
|
|
9460
|
-
abi: z,
|
|
9461
|
-
functionName: "payManagementFee"
|
|
9462
9942
|
}), ta = /* @__PURE__ */ i({
|
|
9463
|
-
abi:
|
|
9943
|
+
abi: _,
|
|
9944
|
+
functionName: "payManagementFee"
|
|
9945
|
+
}), na = /* @__PURE__ */ i({
|
|
9946
|
+
abi: _,
|
|
9464
9947
|
functionName: "setManagementFee"
|
|
9465
|
-
}),
|
|
9948
|
+
}), aa = /* @__PURE__ */ e({
|
|
9466
9949
|
abi: C,
|
|
9467
9950
|
functionName: "managementFee"
|
|
9468
|
-
}),
|
|
9951
|
+
}), ia = /* @__PURE__ */ s({
|
|
9469
9952
|
abi: C,
|
|
9470
9953
|
functionName: "payManagementFee"
|
|
9471
|
-
}),
|
|
9954
|
+
}), sa = /* @__PURE__ */ s({
|
|
9472
9955
|
abi: C,
|
|
9473
9956
|
functionName: "setManagementFee"
|
|
9474
|
-
}),
|
|
9957
|
+
}), pa = /* @__PURE__ */ i({
|
|
9475
9958
|
abi: C,
|
|
9476
9959
|
functionName: "payManagementFee"
|
|
9477
|
-
}),
|
|
9960
|
+
}), ya = /* @__PURE__ */ i({
|
|
9478
9961
|
abi: C,
|
|
9479
9962
|
functionName: "setManagementFee"
|
|
9480
|
-
}),
|
|
9963
|
+
}), ua = /* @__PURE__ */ e({
|
|
9481
9964
|
abi: w,
|
|
9482
9965
|
functionName: "ownershipHandoverExpiresAt"
|
|
9483
9966
|
}), ra = /* @__PURE__ */ s({
|
|
9484
9967
|
abi: w,
|
|
9485
9968
|
functionName: "cancelOwnershipHandover"
|
|
9486
|
-
}),
|
|
9969
|
+
}), oa = /* @__PURE__ */ s({
|
|
9487
9970
|
abi: w,
|
|
9488
9971
|
functionName: "completeOwnershipHandover"
|
|
9489
|
-
}),
|
|
9972
|
+
}), la = /* @__PURE__ */ s({
|
|
9490
9973
|
abi: w,
|
|
9491
9974
|
functionName: "renounceOwnership"
|
|
9492
|
-
}),
|
|
9975
|
+
}), da = /* @__PURE__ */ s(
|
|
9493
9976
|
{ abi: w, functionName: "renounceRoles" }
|
|
9494
|
-
),
|
|
9977
|
+
), ma = /* @__PURE__ */ s({
|
|
9495
9978
|
abi: w,
|
|
9496
9979
|
functionName: "requestOwnershipHandover"
|
|
9497
|
-
}),
|
|
9980
|
+
}), ba = /* @__PURE__ */ s({
|
|
9498
9981
|
abi: w,
|
|
9499
9982
|
functionName: "transferOwnership"
|
|
9500
|
-
}),
|
|
9983
|
+
}), ca = /* @__PURE__ */ i({
|
|
9501
9984
|
abi: w,
|
|
9502
9985
|
functionName: "cancelOwnershipHandover"
|
|
9503
|
-
}),
|
|
9986
|
+
}), Ta = /* @__PURE__ */ i({
|
|
9504
9987
|
abi: w,
|
|
9505
9988
|
functionName: "completeOwnershipHandover"
|
|
9506
|
-
}),
|
|
9989
|
+
}), fa = /* @__PURE__ */ i({
|
|
9507
9990
|
abi: w,
|
|
9508
9991
|
functionName: "renounceOwnership"
|
|
9509
|
-
}),
|
|
9992
|
+
}), va = /* @__PURE__ */ i({
|
|
9510
9993
|
abi: w,
|
|
9511
9994
|
functionName: "renounceRoles"
|
|
9512
|
-
}),
|
|
9995
|
+
}), wa = /* @__PURE__ */ i({
|
|
9513
9996
|
abi: w,
|
|
9514
9997
|
functionName: "requestOwnershipHandover"
|
|
9515
|
-
}),
|
|
9998
|
+
}), Ma = /* @__PURE__ */ i({
|
|
9516
9999
|
abi: w,
|
|
9517
10000
|
functionName: "transferOwnership"
|
|
9518
|
-
}),
|
|
9519
|
-
{ abi:
|
|
9520
|
-
),
|
|
9521
|
-
abi:
|
|
10001
|
+
}), Ia = /* @__PURE__ */ e(
|
|
10002
|
+
{ abi: ue, functionName: "isAuthorized" }
|
|
10003
|
+
), ha = /* @__PURE__ */ e({
|
|
10004
|
+
abi: h,
|
|
9522
10005
|
functionName: "claimed"
|
|
9523
|
-
}), ha = /* @__PURE__ */ e({
|
|
9524
|
-
abi: I,
|
|
9525
|
-
functionName: "claims"
|
|
9526
10006
|
}), ga = /* @__PURE__ */ e({
|
|
9527
|
-
abi:
|
|
9528
|
-
functionName: "
|
|
10007
|
+
abi: h,
|
|
10008
|
+
functionName: "claims"
|
|
9529
10009
|
}), Oa = /* @__PURE__ */ e({
|
|
9530
|
-
abi:
|
|
9531
|
-
functionName: "
|
|
10010
|
+
abi: h,
|
|
10011
|
+
functionName: "currentReward"
|
|
9532
10012
|
}), Na = /* @__PURE__ */ e({
|
|
9533
|
-
abi:
|
|
9534
|
-
functionName: "
|
|
10013
|
+
abi: h,
|
|
10014
|
+
functionName: "isClaimable"
|
|
9535
10015
|
}), Aa = /* @__PURE__ */ e({
|
|
9536
|
-
abi:
|
|
9537
|
-
functionName: "
|
|
10016
|
+
abi: h,
|
|
10017
|
+
functionName: "limit"
|
|
9538
10018
|
}), xa = /* @__PURE__ */ e({
|
|
9539
|
-
abi:
|
|
9540
|
-
functionName: "
|
|
10019
|
+
abi: h,
|
|
10020
|
+
functionName: "reward"
|
|
9541
10021
|
}), Ra = /* @__PURE__ */ e({
|
|
9542
|
-
abi:
|
|
10022
|
+
abi: h,
|
|
10023
|
+
functionName: "selector"
|
|
10024
|
+
}), za = /* @__PURE__ */ e({
|
|
10025
|
+
abi: h,
|
|
9543
10026
|
functionName: "venue"
|
|
9544
|
-
}),
|
|
9545
|
-
abi:
|
|
10027
|
+
}), _a = /* @__PURE__ */ s({
|
|
10028
|
+
abi: h,
|
|
9546
10029
|
functionName: "claim"
|
|
9547
10030
|
}), Ca = /* @__PURE__ */ i({
|
|
9548
|
-
abi:
|
|
10031
|
+
abi: h,
|
|
9549
10032
|
functionName: "claim"
|
|
9550
|
-
}),
|
|
10033
|
+
}), Ha = /* @__PURE__ */ e({
|
|
9551
10034
|
abi: T,
|
|
9552
10035
|
functionName: "hasAllRoles"
|
|
9553
|
-
}),
|
|
10036
|
+
}), Ea = /* @__PURE__ */ e({
|
|
9554
10037
|
abi: T,
|
|
9555
10038
|
functionName: "hasAnyRole"
|
|
9556
|
-
}),
|
|
10039
|
+
}), Fa = /* @__PURE__ */ e({
|
|
9557
10040
|
abi: T,
|
|
9558
10041
|
functionName: "isAuthorized"
|
|
9559
|
-
}),
|
|
10042
|
+
}), ka = /* @__PURE__ */ e({
|
|
9560
10043
|
abi: T,
|
|
9561
10044
|
functionName: "rolesOf"
|
|
9562
|
-
}),
|
|
10045
|
+
}), Da = /* @__PURE__ */ s({
|
|
9563
10046
|
abi: T,
|
|
9564
10047
|
functionName: "grantManyRoles"
|
|
9565
|
-
}),
|
|
10048
|
+
}), qa = /* @__PURE__ */ s({
|
|
9566
10049
|
abi: T,
|
|
9567
10050
|
functionName: "grantRoles"
|
|
9568
|
-
}),
|
|
10051
|
+
}), Pa = /* @__PURE__ */ s({
|
|
9569
10052
|
abi: T,
|
|
9570
10053
|
functionName: "revokeManyRoles"
|
|
9571
10054
|
}), Ba = /* @__PURE__ */ s({
|
|
@@ -9574,295 +10057,343 @@ const le = [
|
|
|
9574
10057
|
}), La = /* @__PURE__ */ s({
|
|
9575
10058
|
abi: T,
|
|
9576
10059
|
functionName: "setAuthorized"
|
|
9577
|
-
}),
|
|
10060
|
+
}), Ua = /* @__PURE__ */ i({
|
|
9578
10061
|
abi: T,
|
|
9579
10062
|
functionName: "grantManyRoles"
|
|
9580
|
-
}),
|
|
10063
|
+
}), Sa = /* @__PURE__ */ i({
|
|
9581
10064
|
abi: T,
|
|
9582
10065
|
functionName: "grantRoles"
|
|
9583
|
-
}),
|
|
10066
|
+
}), Va = /* @__PURE__ */ i(
|
|
9584
10067
|
{ abi: T, functionName: "revokeManyRoles" }
|
|
9585
|
-
),
|
|
10068
|
+
), Za = /* @__PURE__ */ i({
|
|
9586
10069
|
abi: T,
|
|
9587
10070
|
functionName: "revokeRoles"
|
|
9588
|
-
}),
|
|
10071
|
+
}), Ga = /* @__PURE__ */ i({
|
|
9589
10072
|
abi: T,
|
|
9590
10073
|
functionName: "setAuthorized"
|
|
9591
10074
|
}), ja = /* @__PURE__ */ e({
|
|
9592
|
-
abi:
|
|
10075
|
+
abi: A,
|
|
9593
10076
|
functionName: "hashSignerData"
|
|
9594
|
-
}),
|
|
9595
|
-
abi:
|
|
10077
|
+
}), $a = /* @__PURE__ */ e({
|
|
10078
|
+
abi: A,
|
|
9596
10079
|
functionName: "signers"
|
|
9597
|
-
}),
|
|
9598
|
-
abi:
|
|
10080
|
+
}), Wa = /* @__PURE__ */ s({
|
|
10081
|
+
abi: A,
|
|
9599
10082
|
functionName: "setAuthorized"
|
|
9600
|
-
}),
|
|
9601
|
-
abi:
|
|
10083
|
+
}), Ya = /* @__PURE__ */ s({
|
|
10084
|
+
abi: A,
|
|
9602
10085
|
functionName: "setValidatorCaller"
|
|
9603
|
-
}),
|
|
9604
|
-
abi:
|
|
10086
|
+
}), Qa = /* @__PURE__ */ s({
|
|
10087
|
+
abi: A,
|
|
9605
10088
|
functionName: "validate"
|
|
9606
|
-
}),
|
|
9607
|
-
abi:
|
|
10089
|
+
}), Ja = /* @__PURE__ */ i({
|
|
10090
|
+
abi: A,
|
|
9608
10091
|
functionName: "setAuthorized"
|
|
9609
10092
|
}), Ka = /* @__PURE__ */ i({
|
|
9610
|
-
abi:
|
|
10093
|
+
abi: A,
|
|
9611
10094
|
functionName: "setValidatorCaller"
|
|
9612
|
-
}),
|
|
9613
|
-
abi:
|
|
10095
|
+
}), Xa = /* @__PURE__ */ i({
|
|
10096
|
+
abi: A,
|
|
9614
10097
|
functionName: "validate"
|
|
9615
|
-
}), Ja = /* @__PURE__ */ e({
|
|
9616
|
-
abi: F,
|
|
9617
|
-
functionName: "isAllowed"
|
|
9618
10098
|
}), ei = /* @__PURE__ */ e({
|
|
9619
|
-
abi:
|
|
10099
|
+
abi: k,
|
|
10100
|
+
functionName: "isAllowed"
|
|
10101
|
+
}), ti = /* @__PURE__ */ e({
|
|
10102
|
+
abi: k,
|
|
9620
10103
|
functionName: "owner"
|
|
9621
|
-
}),
|
|
9622
|
-
{ abi:
|
|
9623
|
-
),
|
|
9624
|
-
abi:
|
|
10104
|
+
}), ni = /* @__PURE__ */ s(
|
|
10105
|
+
{ abi: k, functionName: "setAllowed" }
|
|
10106
|
+
), ai = /* @__PURE__ */ i({
|
|
10107
|
+
abi: k,
|
|
9625
10108
|
functionName: "setAllowed"
|
|
9626
|
-
}),
|
|
10109
|
+
}), ii = /* @__PURE__ */ e({
|
|
9627
10110
|
abi: B,
|
|
9628
10111
|
functionName: "isAllowed"
|
|
9629
|
-
}),
|
|
10112
|
+
}), si = /* @__PURE__ */ s({
|
|
9630
10113
|
abi: B,
|
|
9631
10114
|
functionName: "setDenied"
|
|
9632
|
-
}),
|
|
10115
|
+
}), pi = /* @__PURE__ */ i({
|
|
9633
10116
|
abi: B,
|
|
9634
10117
|
functionName: "setDenied"
|
|
10118
|
+
}), yi = /* @__PURE__ */ e({
|
|
10119
|
+
abi: M,
|
|
10120
|
+
functionName: "distributed"
|
|
10121
|
+
}), ui = /* @__PURE__ */ e({
|
|
10122
|
+
abi: M,
|
|
10123
|
+
functionName: "total"
|
|
10124
|
+
}), ri = /* @__PURE__ */ s({
|
|
10125
|
+
abi: M,
|
|
10126
|
+
functionName: "clawbackFromTarget"
|
|
10127
|
+
}), oi = /* @__PURE__ */ s({
|
|
10128
|
+
abi: M,
|
|
10129
|
+
functionName: "createBoost"
|
|
10130
|
+
}), li = /* @__PURE__ */ s({
|
|
10131
|
+
abi: M,
|
|
10132
|
+
functionName: "createBoostWithPermit2"
|
|
10133
|
+
}), di = /* @__PURE__ */ s(
|
|
10134
|
+
{ abi: M, functionName: "disburse" }
|
|
10135
|
+
), mi = /* @__PURE__ */ s({
|
|
10136
|
+
abi: M,
|
|
10137
|
+
functionName: "disburseBatch"
|
|
10138
|
+
}), bi = /* @__PURE__ */ i({
|
|
10139
|
+
abi: M,
|
|
10140
|
+
functionName: "clawbackFromTarget"
|
|
10141
|
+
}), ci = /* @__PURE__ */ i({
|
|
10142
|
+
abi: M,
|
|
10143
|
+
functionName: "createBoost"
|
|
10144
|
+
}), Ti = /* @__PURE__ */ i({
|
|
10145
|
+
abi: M,
|
|
10146
|
+
functionName: "createBoostWithPermit2"
|
|
10147
|
+
}), fi = /* @__PURE__ */ i({
|
|
10148
|
+
abi: M,
|
|
10149
|
+
functionName: "disburse"
|
|
10150
|
+
}), vi = /* @__PURE__ */ i({
|
|
10151
|
+
abi: M,
|
|
10152
|
+
functionName: "disburseBatch"
|
|
9635
10153
|
});
|
|
9636
10154
|
export {
|
|
9637
|
-
|
|
9638
|
-
|
|
9639
|
-
B,
|
|
9640
|
-
|
|
9641
|
-
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
|
|
9645
|
-
|
|
9646
|
-
|
|
9647
|
-
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
9658
|
-
|
|
9659
|
-
|
|
9660
|
-
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
10155
|
+
et as $,
|
|
10156
|
+
oa as A,
|
|
10157
|
+
ba as B,
|
|
10158
|
+
h as C,
|
|
10159
|
+
A as D,
|
|
10160
|
+
ca as E,
|
|
10161
|
+
B as F,
|
|
10162
|
+
Ha as G,
|
|
10163
|
+
ra as H,
|
|
10164
|
+
v as I,
|
|
10165
|
+
ua as J,
|
|
10166
|
+
va as K,
|
|
10167
|
+
Te as L,
|
|
10168
|
+
ve as M,
|
|
10169
|
+
c as N,
|
|
10170
|
+
da as O,
|
|
10171
|
+
Ma as P,
|
|
10172
|
+
ka as Q,
|
|
10173
|
+
f as R,
|
|
10174
|
+
g as S,
|
|
10175
|
+
O as T,
|
|
10176
|
+
Ea as U,
|
|
10177
|
+
tt as V,
|
|
10178
|
+
Xe as W,
|
|
10179
|
+
fe as X,
|
|
10180
|
+
ue as Y,
|
|
10181
|
+
Fa as Z,
|
|
9664
10182
|
N as _,
|
|
9665
|
-
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
|
-
|
|
9680
|
-
|
|
9681
|
-
|
|
10183
|
+
de as a,
|
|
10184
|
+
Mt as a$,
|
|
10185
|
+
Ke as a0,
|
|
10186
|
+
We as a1,
|
|
10187
|
+
Ye as a2,
|
|
10188
|
+
Je as a3,
|
|
10189
|
+
Qe as a4,
|
|
10190
|
+
Ia as a5,
|
|
10191
|
+
me as a6,
|
|
10192
|
+
$n as a7,
|
|
10193
|
+
Sn as a8,
|
|
10194
|
+
Wn as a9,
|
|
10195
|
+
si as aA,
|
|
10196
|
+
ut as aB,
|
|
10197
|
+
st as aC,
|
|
10198
|
+
rt as aD,
|
|
10199
|
+
it as aE,
|
|
9682
10200
|
nt as aF,
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
|
|
9694
|
-
|
|
9695
|
-
|
|
9696
|
-
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
|
|
9708
|
-
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
|
|
9715
|
-
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
|
|
9722
|
-
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9728
|
-
|
|
9729
|
-
|
|
9730
|
-
|
|
9731
|
-
|
|
9732
|
-
|
|
9733
|
-
|
|
10201
|
+
at as aG,
|
|
10202
|
+
ot as aH,
|
|
10203
|
+
mt as aI,
|
|
10204
|
+
lt as aJ,
|
|
10205
|
+
bt as aK,
|
|
10206
|
+
dt as aL,
|
|
10207
|
+
yt as aM,
|
|
10208
|
+
pt as aN,
|
|
10209
|
+
ht as aO,
|
|
10210
|
+
vt as aP,
|
|
10211
|
+
ft as aQ,
|
|
10212
|
+
Tt as aR,
|
|
10213
|
+
ct as aS,
|
|
10214
|
+
Ot as aT,
|
|
10215
|
+
gt as aU,
|
|
10216
|
+
It as aV,
|
|
10217
|
+
wt as aW,
|
|
10218
|
+
Rt as aX,
|
|
10219
|
+
Nt as aY,
|
|
10220
|
+
zt as aZ,
|
|
10221
|
+
At as a_,
|
|
10222
|
+
Vn as aa,
|
|
10223
|
+
Yn as ab,
|
|
10224
|
+
Zn as ac,
|
|
10225
|
+
Qn as ad,
|
|
10226
|
+
Gn as ae,
|
|
10227
|
+
Jn as af,
|
|
10228
|
+
jn as ag,
|
|
10229
|
+
Ln as ah,
|
|
10230
|
+
Un as ai,
|
|
10231
|
+
Pn as aj,
|
|
10232
|
+
Bn as ak,
|
|
10233
|
+
Oe as al,
|
|
10234
|
+
Ie as am,
|
|
10235
|
+
Ne as an,
|
|
10236
|
+
Me as ao,
|
|
10237
|
+
we as ap,
|
|
10238
|
+
ge as aq,
|
|
10239
|
+
xe as ar,
|
|
10240
|
+
Ae as as,
|
|
10241
|
+
he as at,
|
|
10242
|
+
ti as au,
|
|
10243
|
+
ei as av,
|
|
10244
|
+
ai as aw,
|
|
10245
|
+
ni as ax,
|
|
10246
|
+
ii as ay,
|
|
10247
|
+
pi as az,
|
|
10248
|
+
m as b,
|
|
10249
|
+
Ut as b$,
|
|
10250
|
+
_t as b0,
|
|
10251
|
+
xt as b1,
|
|
9734
10252
|
on as b2,
|
|
9735
|
-
|
|
9736
|
-
|
|
9737
|
-
|
|
9738
|
-
|
|
9739
|
-
|
|
9740
|
-
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
9746
|
-
|
|
9747
|
-
|
|
9748
|
-
|
|
9749
|
-
|
|
9750
|
-
|
|
9751
|
-
|
|
9752
|
-
|
|
9753
|
-
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
|
|
9757
|
-
|
|
9758
|
-
|
|
9759
|
-
|
|
9760
|
-
|
|
9761
|
-
|
|
9762
|
-
|
|
9763
|
-
|
|
9764
|
-
|
|
9765
|
-
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
9779
|
-
|
|
9780
|
-
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
|
|
9799
|
-
|
|
9800
|
-
|
|
10253
|
+
ln as b3,
|
|
10254
|
+
vn as b4,
|
|
10255
|
+
Mn as b5,
|
|
10256
|
+
cn as b6,
|
|
10257
|
+
bn as b7,
|
|
10258
|
+
mn as b8,
|
|
10259
|
+
dn as b9,
|
|
10260
|
+
xa as bA,
|
|
10261
|
+
ha as bB,
|
|
10262
|
+
za as bC,
|
|
10263
|
+
Aa as bD,
|
|
10264
|
+
Ra as bE,
|
|
10265
|
+
Ca as bF,
|
|
10266
|
+
_a as bG,
|
|
10267
|
+
Na as bH,
|
|
10268
|
+
$a as bI,
|
|
10269
|
+
ja as bJ,
|
|
10270
|
+
Xa as bK,
|
|
10271
|
+
Qa as bL,
|
|
10272
|
+
Ja as bM,
|
|
10273
|
+
Wa as bN,
|
|
10274
|
+
Ka as bO,
|
|
10275
|
+
Ya as bP,
|
|
10276
|
+
Cn as bQ,
|
|
10277
|
+
_n as bR,
|
|
10278
|
+
qn as bS,
|
|
10279
|
+
Fn as bT,
|
|
10280
|
+
kn as bU,
|
|
10281
|
+
Hn as bV,
|
|
10282
|
+
Dn as bW,
|
|
10283
|
+
En as bX,
|
|
10284
|
+
Pt as bY,
|
|
10285
|
+
Ft as bZ,
|
|
10286
|
+
Et as b_,
|
|
10287
|
+
wn as ba,
|
|
10288
|
+
fn as bb,
|
|
10289
|
+
gn as bc,
|
|
10290
|
+
In as bd,
|
|
10291
|
+
On as be,
|
|
10292
|
+
hn as bf,
|
|
10293
|
+
Tn as bg,
|
|
10294
|
+
tn as bh,
|
|
10295
|
+
Yt as bi,
|
|
10296
|
+
Jt as bj,
|
|
10297
|
+
Wt as bk,
|
|
10298
|
+
sn as bl,
|
|
10299
|
+
$t as bm,
|
|
10300
|
+
jt as bn,
|
|
10301
|
+
nn as bo,
|
|
10302
|
+
an as bp,
|
|
10303
|
+
en as bq,
|
|
10304
|
+
un as br,
|
|
10305
|
+
pn as bs,
|
|
10306
|
+
rn as bt,
|
|
10307
|
+
yn as bu,
|
|
10308
|
+
Xt as bv,
|
|
10309
|
+
Kt as bw,
|
|
10310
|
+
Qt as bx,
|
|
10311
|
+
ga as by,
|
|
10312
|
+
Oa as bz,
|
|
10313
|
+
M as c,
|
|
10314
|
+
Ht as c0,
|
|
10315
|
+
Ct as c1,
|
|
10316
|
+
Bt as c2,
|
|
10317
|
+
Lt as c3,
|
|
10318
|
+
qt as c4,
|
|
9801
10319
|
Zt as c5,
|
|
9802
10320
|
St as c6,
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
10321
|
+
Gt as c7,
|
|
10322
|
+
Vt as c8,
|
|
10323
|
+
Dt as c9,
|
|
10324
|
+
De as cA,
|
|
9807
10325
|
Ve as cB,
|
|
9808
|
-
|
|
9809
|
-
|
|
9810
|
-
|
|
9811
|
-
|
|
9812
|
-
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
|
|
9816
|
-
|
|
9817
|
-
|
|
9818
|
-
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
|
|
9827
|
-
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9831
|
-
|
|
9832
|
-
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9841
|
-
|
|
9842
|
-
|
|
9843
|
-
|
|
10326
|
+
oi as cC,
|
|
10327
|
+
ci as cD,
|
|
10328
|
+
li as cE,
|
|
10329
|
+
Ti as cF,
|
|
10330
|
+
Ue as cG,
|
|
10331
|
+
Fe as cH,
|
|
10332
|
+
Se as cI,
|
|
10333
|
+
ke as cJ,
|
|
10334
|
+
ze as cK,
|
|
10335
|
+
_e as cL,
|
|
10336
|
+
zn as cM,
|
|
10337
|
+
Re as cN,
|
|
10338
|
+
Ze as cO,
|
|
10339
|
+
qe as cP,
|
|
10340
|
+
He as cQ,
|
|
10341
|
+
Ee as cR,
|
|
10342
|
+
Ge as cS,
|
|
10343
|
+
Pe as cT,
|
|
10344
|
+
Ce as cU,
|
|
10345
|
+
$e as cV,
|
|
10346
|
+
Le as cW,
|
|
10347
|
+
je as cX,
|
|
10348
|
+
Be as cY,
|
|
10349
|
+
kt as ca,
|
|
10350
|
+
ce as cb,
|
|
10351
|
+
F as cc,
|
|
10352
|
+
An as cd,
|
|
10353
|
+
Nn as ce,
|
|
10354
|
+
Rn as cf,
|
|
10355
|
+
xn as cg,
|
|
10356
|
+
ta as ch,
|
|
10357
|
+
Xn as ci,
|
|
10358
|
+
na as cj,
|
|
10359
|
+
ea as ck,
|
|
10360
|
+
Kn as cl,
|
|
10361
|
+
pa as cm,
|
|
10362
|
+
ia as cn,
|
|
10363
|
+
ya as co,
|
|
10364
|
+
sa as cp,
|
|
10365
|
+
aa as cq,
|
|
10366
|
+
bi as cr,
|
|
10367
|
+
ri as cs,
|
|
10368
|
+
fi as ct,
|
|
10369
|
+
di as cu,
|
|
10370
|
+
vi as cv,
|
|
10371
|
+
mi as cw,
|
|
10372
|
+
ui as cx,
|
|
10373
|
+
yi as cy,
|
|
10374
|
+
be as cz,
|
|
9844
10375
|
j as d,
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9848
|
-
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
|
|
9852
|
-
|
|
9853
|
-
m,
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
9857
|
-
|
|
10376
|
+
Ga as e,
|
|
10377
|
+
La as f,
|
|
10378
|
+
Sa as g,
|
|
10379
|
+
o as h,
|
|
10380
|
+
qa as i,
|
|
10381
|
+
Za as j,
|
|
10382
|
+
Ua as k,
|
|
10383
|
+
Da as l,
|
|
10384
|
+
Va as m,
|
|
10385
|
+
Pa as n,
|
|
10386
|
+
fa as o,
|
|
10387
|
+
_ as p,
|
|
10388
|
+
la as q,
|
|
9858
10389
|
C as r,
|
|
9859
|
-
|
|
9860
|
-
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
10390
|
+
Ba as s,
|
|
10391
|
+
wa as t,
|
|
10392
|
+
ma as u,
|
|
10393
|
+
b as v,
|
|
10394
|
+
Ta as w,
|
|
10395
|
+
T as x,
|
|
9865
10396
|
d as y,
|
|
9866
|
-
|
|
10397
|
+
k as z
|
|
9867
10398
|
};
|
|
9868
|
-
//# sourceMappingURL=generated-
|
|
10399
|
+
//# sourceMappingURL=generated-BJfQ-EBO.js.map
|