@boostxyz/sdk 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +4 -4
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.js +17 -17
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +5 -5
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.js +19 -19
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +14 -0
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +100 -81
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +31 -31
- package/dist/Budget-B0kJsZtZ.cjs +2 -0
- package/dist/Budget-B0kJsZtZ.cjs.map +1 -0
- package/dist/Budget-NtzY9H7G.js +462 -0
- package/dist/Budget-NtzY9H7G.js.map +1 -0
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.cjs.map +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 -26
- package/dist/Budgets/Budget.js.map +1 -1
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.js +34 -34
- package/dist/Budgets/ManagedBudgetWithFees.d.ts +1203 -0
- package/dist/Budgets/ManagedBudgetWithFees.d.ts.map +1 -0
- 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 +23 -23
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +16 -16
- 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 +28 -28
- 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 +25 -25
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +29 -29
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +6 -6
- package/dist/Incentives/ERC20VariableIncentive.js.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.js +4 -4
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.js +12 -12
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/{SimpleDenyList-wDvsNIuY.cjs → SimpleDenyList-B65fnca2.cjs} +2 -2
- package/dist/{SimpleDenyList-wDvsNIuY.cjs.map → SimpleDenyList-B65fnca2.cjs.map} +1 -1
- package/dist/{SimpleDenyList-D-rGBaay.js → SimpleDenyList-UvXQl2vm.js} +20 -20
- package/dist/{SimpleDenyList-D-rGBaay.js.map → SimpleDenyList-UvXQl2vm.js.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.js +9 -9
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.js +8 -8
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.cjs.map +1 -1
- package/dist/Validators/Validator.js +20 -20
- package/dist/componentInterfaces-Bt-4sNB5.cjs +2 -0
- package/dist/componentInterfaces-Bt-4sNB5.cjs.map +1 -0
- package/dist/componentInterfaces-dakxtQHf.js +16 -0
- package/dist/componentInterfaces-dakxtQHf.js.map +1 -0
- package/dist/deployments-DxkwtCyu.cjs +2 -0
- package/dist/deployments-DxkwtCyu.cjs.map +1 -0
- package/dist/{deployments-BdPDIh-i.js → deployments-ZLVwJGZD.js} +33 -30
- package/dist/deployments-ZLVwJGZD.js.map +1 -0
- package/dist/deployments.json +17 -14
- package/dist/{generated-CDEDSOGZ.js → generated-B0XfMfoq.js} +1037 -470
- package/dist/generated-B0XfMfoq.js.map +1 -0
- package/dist/generated-pNKCp_Ez.cjs +3 -0
- package/dist/generated-pNKCp_Ez.cjs.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 +148 -145
- package/package.json +1 -1
- package/src/BoostCore.ts +30 -0
- package/src/Budgets/Budget.ts +8 -3
- package/src/Budgets/ManagedBudgetWithFees.test.ts +286 -0
- package/src/Budgets/ManagedBudgetWithFees.ts +671 -0
- package/src/index.ts +1 -0
- package/dist/componentInterfaces-BQw7DH-m.cjs +0 -2
- package/dist/componentInterfaces-BQw7DH-m.cjs.map +0 -1
- package/dist/componentInterfaces-C0vuWQlh.js +0 -15
- package/dist/componentInterfaces-C0vuWQlh.js.map +0 -1
- package/dist/deployments--f75Pthq.cjs +0 -2
- package/dist/deployments--f75Pthq.cjs.map +0 -1
- package/dist/deployments-BdPDIh-i.js.map +0 -1
- package/dist/generated-CDEDSOGZ.js.map +0 -1
- package/dist/generated-D3DE5TfH.cjs +0 -3
- package/dist/generated-D3DE5TfH.cjs.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, e = n.state.connections.get(a), i = e == null ? void 0 : e.accounts,
|
|
1
|
+
import { simulateContract as V, readContract as j, writeContract as Z } from "viem/actions";
|
|
2
|
+
import { createClient as $, custom as G } from "viem";
|
|
3
|
+
import { parseAccount as J, getAddress as K } from "viem/utils";
|
|
4
|
+
function z(n) {
|
|
5
|
+
const a = n.state.current, e = n.state.connections.get(a), i = e == null ? void 0 : e.accounts, y = i == null ? void 0 : i[0], u = n.chains.find((f) => f.id === (e == null ? void 0 : e.chainId)), r = n.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 R(n) {
|
|
|
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 R(n) {
|
|
|
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,32 +58,32 @@ function R(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function H(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function E(n, a, e) {
|
|
65
65
|
const i = n[a.name];
|
|
66
66
|
if (typeof i == "function")
|
|
67
67
|
return i;
|
|
68
|
-
const
|
|
69
|
-
return typeof
|
|
68
|
+
const y = n[e];
|
|
69
|
+
return typeof y == "function" ? y : (u) => a(n, u);
|
|
70
70
|
}
|
|
71
|
-
const
|
|
72
|
-
var
|
|
71
|
+
const Q = "2.13.8", W = () => `@wagmi/core@${Q}`;
|
|
72
|
+
var B = function(n, a, e, i) {
|
|
73
73
|
if (e === "a" && !i) throw new TypeError("Private accessor was defined without a getter");
|
|
74
74
|
if (typeof a == "function" ? n !== a || !i : !a.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
75
75
|
return e === "m" ? i : e === "a" ? i.call(n) : i ? i.value : a.get(n);
|
|
76
|
-
},
|
|
76
|
+
}, R, q;
|
|
77
77
|
class g extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
80
80
|
}
|
|
81
81
|
get version() {
|
|
82
|
-
return
|
|
82
|
+
return W();
|
|
83
83
|
}
|
|
84
84
|
constructor(a, e = {}) {
|
|
85
85
|
var i;
|
|
86
|
-
super(),
|
|
86
|
+
super(), R.add(this), Object.defineProperty(this, "details", {
|
|
87
87
|
enumerable: !0,
|
|
88
88
|
configurable: !0,
|
|
89
89
|
writable: !0,
|
|
@@ -109,27 +109,27 @@ class g extends Error {
|
|
|
109
109
|
writable: !0,
|
|
110
110
|
value: "WagmiCoreError"
|
|
111
111
|
});
|
|
112
|
-
const
|
|
112
|
+
const y = e.cause instanceof g ? e.cause.details : (i = e.cause) != null && i.message ? e.cause.message : e.details, u = e.cause instanceof g && 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
|
-
return
|
|
126
|
+
return B(this, R, "m", q).call(this, this, a);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
return e != null && e(a) ? a : a.cause ?
|
|
129
|
+
R = /* @__PURE__ */ new WeakSet(), q = function n(a, e) {
|
|
130
|
+
return e != null && e(a) ? a : a.cause ? B(this, R, "m", n).call(this, a.cause, e) : a;
|
|
131
131
|
};
|
|
132
|
-
class
|
|
132
|
+
class X extends g {
|
|
133
133
|
constructor() {
|
|
134
134
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
135
135
|
enumerable: !0,
|
|
@@ -139,7 +139,7 @@ class K extends g {
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
class
|
|
142
|
+
class Y extends g {
|
|
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 X extends g {
|
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
class
|
|
152
|
+
class ee extends g {
|
|
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 Y extends g {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
class
|
|
167
|
+
class te extends g {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -180,56 +180,56 @@ class ee extends g {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
async function
|
|
183
|
+
async function L(n, a = {}) {
|
|
184
184
|
let e;
|
|
185
185
|
if (a.connector) {
|
|
186
186
|
const { connector: o } = a;
|
|
187
187
|
if (n.state.status === "reconnecting" && !o.getAccounts && !o.getChainId)
|
|
188
|
-
throw new
|
|
189
|
-
const [N,
|
|
188
|
+
throw new te({ connector: o });
|
|
189
|
+
const [N, S] = await Promise.all([
|
|
190
190
|
o.getAccounts(),
|
|
191
191
|
o.getChainId()
|
|
192
192
|
]);
|
|
193
193
|
e = {
|
|
194
194
|
accounts: N,
|
|
195
|
-
chainId:
|
|
195
|
+
chainId: S,
|
|
196
196
|
connector: o
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
199
199
|
e = n.state.connections.get(n.state.current);
|
|
200
200
|
if (!e)
|
|
201
|
-
throw new
|
|
202
|
-
const i = a.chainId ?? e.chainId,
|
|
203
|
-
if (
|
|
204
|
-
throw new
|
|
201
|
+
throw new X();
|
|
202
|
+
const i = a.chainId ?? e.chainId, y = await e.connector.getChainId();
|
|
203
|
+
if (y !== e.chainId)
|
|
204
|
+
throw new ee({
|
|
205
205
|
connectionChainId: e.chainId,
|
|
206
|
-
connectorChainId:
|
|
206
|
+
connectorChainId: y
|
|
207
207
|
});
|
|
208
|
-
const
|
|
209
|
-
if (
|
|
210
|
-
return
|
|
211
|
-
const r =
|
|
212
|
-
if (r.address =
|
|
213
|
-
throw new
|
|
208
|
+
const u = e.connector;
|
|
209
|
+
if (u.getClient)
|
|
210
|
+
return u.getClient({ chainId: i });
|
|
211
|
+
const r = J(a.account ?? e.accounts[0]);
|
|
212
|
+
if (r.address = K(r.address), a.account && !e.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
|
|
213
|
+
throw new Y({
|
|
214
214
|
address: r.address,
|
|
215
|
-
connector:
|
|
215
|
+
connector: u
|
|
216
216
|
});
|
|
217
217
|
const f = n.chains.find((o) => o.id === i), O = await e.connector.getProvider({ chainId: i });
|
|
218
|
-
return
|
|
218
|
+
return $({
|
|
219
219
|
account: r,
|
|
220
220
|
chain: f,
|
|
221
221
|
name: "Connector Client",
|
|
222
|
-
transport: (o) =>
|
|
222
|
+
transport: (o) => G(O)({ ...o, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
|
-
async function
|
|
226
|
-
const { abi: e, chainId: i, connector:
|
|
225
|
+
async function C(n, a) {
|
|
226
|
+
const { abi: e, chainId: i, connector: y, ...u } = a;
|
|
227
227
|
let r;
|
|
228
|
-
a.account ? r = a.account : r = (await
|
|
228
|
+
a.account ? r = a.account : r = (await L(n, {
|
|
229
229
|
chainId: i,
|
|
230
|
-
connector:
|
|
230
|
+
connector: y
|
|
231
231
|
})).account;
|
|
232
|
-
const f = n.getClient({ chainId: i }), O =
|
|
232
|
+
const f = n.getClient({ chainId: i }), O = E(f, V, "simulateContract"), { result: o, request: N } = await O({ ...u, abi: e, account: r });
|
|
233
233
|
return {
|
|
234
234
|
chainId: f.chain.id,
|
|
235
235
|
result: o,
|
|
@@ -239,14 +239,14 @@ async function x(n, a) {
|
|
|
239
239
|
function s(n) {
|
|
240
240
|
return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
|
|
241
241
|
var i;
|
|
242
|
-
const
|
|
243
|
-
return
|
|
242
|
+
const y = H(a), u = z(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
243
|
+
return C(a, {
|
|
244
244
|
...e,
|
|
245
245
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
246
246
|
address: (i = n.address) == null ? void 0 : i[r],
|
|
247
247
|
abi: n.abi
|
|
248
248
|
});
|
|
249
|
-
} : (a, e) =>
|
|
249
|
+
} : (a, e) => C(a, {
|
|
250
250
|
...e,
|
|
251
251
|
...n.address ? { address: n.address } : {},
|
|
252
252
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -254,13 +254,13 @@ function s(n) {
|
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
256
|
function D(n, a) {
|
|
257
|
-
const { chainId: e, ...i } = a,
|
|
258
|
-
return
|
|
257
|
+
const { chainId: e, ...i } = a, y = n.getClient({ chainId: e });
|
|
258
|
+
return E(y, j, "readContract")(i);
|
|
259
259
|
}
|
|
260
260
|
function t(n) {
|
|
261
261
|
return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
|
|
262
262
|
var i;
|
|
263
|
-
const
|
|
263
|
+
const y = H(a), u = z(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
264
264
|
return D(a, {
|
|
265
265
|
...e,
|
|
266
266
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
@@ -275,22 +275,22 @@ function t(n) {
|
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
async function k(n, a) {
|
|
278
|
-
const { account: e, chainId: i, connector:
|
|
278
|
+
const { account: e, chainId: i, connector: y, __mode: u, ...r } = a;
|
|
279
279
|
let f;
|
|
280
|
-
typeof e == "object" && e.type === "local" ? f = n.getClient({ chainId: i }) : f = await
|
|
281
|
-
const { connector: O } =
|
|
280
|
+
typeof e == "object" && e.type === "local" ? f = n.getClient({ chainId: i }) : f = await L(n, { account: e, chainId: i, connector: y });
|
|
281
|
+
const { connector: O } = z(n);
|
|
282
282
|
let o;
|
|
283
|
-
if (
|
|
283
|
+
if (u === "prepared" || O != null && O.supportsSimulation)
|
|
284
284
|
o = r;
|
|
285
285
|
else {
|
|
286
|
-
const { request: N } = await
|
|
286
|
+
const { request: N } = await C(n, {
|
|
287
287
|
...r,
|
|
288
288
|
account: e,
|
|
289
289
|
chainId: i
|
|
290
290
|
});
|
|
291
291
|
o = N;
|
|
292
292
|
}
|
|
293
|
-
return await
|
|
293
|
+
return await E(f, Z, "writeContract")({
|
|
294
294
|
...o,
|
|
295
295
|
...e ? { account: e } : {},
|
|
296
296
|
chain: i ? { id: i } : null
|
|
@@ -299,9 +299,9 @@ async function k(n, a) {
|
|
|
299
299
|
function p(n) {
|
|
300
300
|
return n.address !== void 0 && typeof n.address == "object" ? (a, e) => {
|
|
301
301
|
var i;
|
|
302
|
-
const
|
|
302
|
+
const y = H(a), u = z(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, k(a, {
|
|
305
305
|
...e,
|
|
306
306
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
307
307
|
address: r ? (i = n.address) == null ? void 0 : i[r] : void 0,
|
|
@@ -314,7 +314,7 @@ function p(n) {
|
|
|
314
314
|
abi: n.abi
|
|
315
315
|
});
|
|
316
316
|
}
|
|
317
|
-
const
|
|
317
|
+
const re = [
|
|
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 pe = [
|
|
|
416
416
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
417
417
|
stateMutability: "view"
|
|
418
418
|
}
|
|
419
|
-
],
|
|
419
|
+
], ye = [
|
|
420
420
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
421
421
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
422
422
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -1071,7 +1071,7 @@ const pe = [
|
|
|
1071
1071
|
stateMutability: "payable"
|
|
1072
1072
|
},
|
|
1073
1073
|
{ type: "receive", stateMutability: "payable" }
|
|
1074
|
-
],
|
|
1074
|
+
], U = [
|
|
1075
1075
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1076
1076
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1077
1077
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1111,7 +1111,7 @@ const pe = [
|
|
|
1111
1111
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1112
1112
|
stateMutability: "view"
|
|
1113
1113
|
}
|
|
1114
|
-
],
|
|
1114
|
+
], oe = [
|
|
1115
1115
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
1116
1116
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1117
1117
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -1168,7 +1168,7 @@ const pe = [
|
|
|
1168
1168
|
inputs: [],
|
|
1169
1169
|
name: "claims",
|
|
1170
1170
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
1171
|
-
stateMutability: "
|
|
1171
|
+
stateMutability: "nonpayable"
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
1174
|
type: "function",
|
|
@@ -1232,7 +1232,7 @@ const pe = [
|
|
|
1232
1232
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1233
1233
|
stateMutability: "view"
|
|
1234
1234
|
}
|
|
1235
|
-
],
|
|
1235
|
+
], le = [
|
|
1236
1236
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1237
1237
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1238
1238
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -1284,7 +1284,7 @@ const pe = [
|
|
|
1284
1284
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1285
1285
|
stateMutability: "nonpayable"
|
|
1286
1286
|
}
|
|
1287
|
-
],
|
|
1287
|
+
], w = [
|
|
1288
1288
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1289
1289
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
1290
1290
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3038,7 +3038,7 @@ const pe = [
|
|
|
3038
3038
|
outputs: [],
|
|
3039
3039
|
stateMutability: "payable"
|
|
3040
3040
|
}
|
|
3041
|
-
],
|
|
3041
|
+
], P = [
|
|
3042
3042
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3043
3043
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
3044
3044
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -3840,7 +3840,7 @@ const pe = [
|
|
|
3840
3840
|
outputs: [],
|
|
3841
3841
|
stateMutability: "payable"
|
|
3842
3842
|
}
|
|
3843
|
-
],
|
|
3843
|
+
], x = [
|
|
3844
3844
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3845
3845
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
3846
3846
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -4061,7 +4061,7 @@ const pe = [
|
|
|
4061
4061
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4062
4062
|
stateMutability: "view"
|
|
4063
4063
|
}
|
|
4064
|
-
],
|
|
4064
|
+
], ne = [
|
|
4065
4065
|
{
|
|
4066
4066
|
type: "function",
|
|
4067
4067
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -4757,43 +4757,67 @@ const pe = [
|
|
|
4757
4757
|
stateMutability: "payable"
|
|
4758
4758
|
},
|
|
4759
4759
|
{ type: "receive", stateMutability: "payable" }
|
|
4760
|
-
],
|
|
4761
|
-
{
|
|
4762
|
-
type: "function",
|
|
4763
|
-
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
4764
|
-
name: "isAuthorized",
|
|
4765
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4766
|
-
stateMutability: "view"
|
|
4767
|
-
}
|
|
4768
|
-
], w = [
|
|
4760
|
+
], A = [
|
|
4769
4761
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4770
4762
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4771
|
-
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4772
4763
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4773
4764
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
4774
|
-
{
|
|
4765
|
+
{
|
|
4766
|
+
type: "error",
|
|
4767
|
+
inputs: [
|
|
4768
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
4769
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
4770
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
4771
|
+
],
|
|
4772
|
+
name: "InsufficientFunds"
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
type: "error",
|
|
4776
|
+
inputs: [
|
|
4777
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
4778
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
4779
|
+
],
|
|
4780
|
+
name: "InvalidAllocation"
|
|
4781
|
+
},
|
|
4775
4782
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4776
4783
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4784
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4777
4785
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
4778
4786
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
4779
|
-
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
4780
4787
|
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
4781
4788
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4789
|
+
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
4790
|
+
{
|
|
4791
|
+
type: "error",
|
|
4792
|
+
inputs: [
|
|
4793
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
4794
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
4795
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
4796
|
+
],
|
|
4797
|
+
name: "TransferFailed"
|
|
4798
|
+
},
|
|
4782
4799
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4783
4800
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4801
|
+
{ type: "error", inputs: [], name: "ZeroBalancePayout" },
|
|
4784
4802
|
{
|
|
4785
4803
|
type: "event",
|
|
4786
4804
|
anonymous: !1,
|
|
4787
4805
|
inputs: [
|
|
4788
4806
|
{
|
|
4789
|
-
name: "
|
|
4807
|
+
name: "asset",
|
|
4790
4808
|
internalType: "address",
|
|
4791
4809
|
type: "address",
|
|
4792
4810
|
indexed: !0
|
|
4793
4811
|
},
|
|
4794
|
-
{ name: "
|
|
4812
|
+
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
4813
|
+
{
|
|
4814
|
+
name: "amount",
|
|
4815
|
+
internalType: "uint256",
|
|
4816
|
+
type: "uint256",
|
|
4817
|
+
indexed: !1
|
|
4818
|
+
}
|
|
4795
4819
|
],
|
|
4796
|
-
name: "
|
|
4820
|
+
name: "Distributed"
|
|
4797
4821
|
},
|
|
4798
4822
|
{
|
|
4799
4823
|
type: "event",
|
|
@@ -4808,6 +4832,50 @@ const pe = [
|
|
|
4808
4832
|
],
|
|
4809
4833
|
name: "Initialized"
|
|
4810
4834
|
},
|
|
4835
|
+
{
|
|
4836
|
+
type: "event",
|
|
4837
|
+
anonymous: !1,
|
|
4838
|
+
inputs: [
|
|
4839
|
+
{
|
|
4840
|
+
name: "questId",
|
|
4841
|
+
internalType: "uint256",
|
|
4842
|
+
type: "uint256",
|
|
4843
|
+
indexed: !0
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
name: "incentiveId",
|
|
4847
|
+
internalType: "uint256",
|
|
4848
|
+
type: "uint256",
|
|
4849
|
+
indexed: !0
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
name: "manager",
|
|
4853
|
+
internalType: "address",
|
|
4854
|
+
type: "address",
|
|
4855
|
+
indexed: !0
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
name: "amount",
|
|
4859
|
+
internalType: "uint256",
|
|
4860
|
+
type: "uint256",
|
|
4861
|
+
indexed: !1
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
name: "ManagementFeePaid"
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
type: "event",
|
|
4868
|
+
anonymous: !1,
|
|
4869
|
+
inputs: [
|
|
4870
|
+
{
|
|
4871
|
+
name: "newFee",
|
|
4872
|
+
internalType: "uint256",
|
|
4873
|
+
type: "uint256",
|
|
4874
|
+
indexed: !1
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4877
|
+
name: "ManagementFeeSet"
|
|
4878
|
+
},
|
|
4811
4879
|
{
|
|
4812
4880
|
type: "event",
|
|
4813
4881
|
anonymous: !1,
|
|
@@ -4867,53 +4935,88 @@ const pe = [
|
|
|
4867
4935
|
],
|
|
4868
4936
|
name: "RolesUpdated"
|
|
4869
4937
|
},
|
|
4938
|
+
{ type: "fallback", stateMutability: "payable" },
|
|
4870
4939
|
{
|
|
4871
4940
|
type: "function",
|
|
4872
4941
|
inputs: [],
|
|
4873
|
-
name: "
|
|
4874
|
-
outputs: [{ name: "", internalType: "
|
|
4942
|
+
name: "ADMIN_ROLE",
|
|
4943
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4875
4944
|
stateMutability: "view"
|
|
4876
4945
|
},
|
|
4877
4946
|
{
|
|
4878
4947
|
type: "function",
|
|
4879
4948
|
inputs: [],
|
|
4880
|
-
name: "
|
|
4881
|
-
outputs: [],
|
|
4882
|
-
stateMutability: "
|
|
4949
|
+
name: "MANAGER_ROLE",
|
|
4950
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4951
|
+
stateMutability: "view"
|
|
4883
4952
|
},
|
|
4884
4953
|
{
|
|
4885
4954
|
type: "function",
|
|
4886
|
-
inputs: [
|
|
4887
|
-
|
|
4888
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4889
|
-
],
|
|
4890
|
-
name: "claim",
|
|
4955
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4956
|
+
name: "allocate",
|
|
4891
4957
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4892
|
-
stateMutability: "
|
|
4958
|
+
stateMutability: "payable"
|
|
4893
4959
|
},
|
|
4894
4960
|
{
|
|
4895
4961
|
type: "function",
|
|
4896
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4897
|
-
name: "
|
|
4898
|
-
outputs: [{ name: "", internalType: "
|
|
4962
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
4963
|
+
name: "available",
|
|
4964
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4899
4965
|
stateMutability: "view"
|
|
4900
4966
|
},
|
|
4901
4967
|
{
|
|
4902
4968
|
type: "function",
|
|
4903
|
-
inputs: [
|
|
4904
|
-
|
|
4969
|
+
inputs: [
|
|
4970
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
4971
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
4972
|
+
],
|
|
4973
|
+
name: "available",
|
|
4905
4974
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4906
4975
|
stateMutability: "view"
|
|
4907
4976
|
},
|
|
4908
4977
|
{
|
|
4909
4978
|
type: "function",
|
|
4910
|
-
inputs: [
|
|
4979
|
+
inputs: [],
|
|
4980
|
+
name: "cancelOwnershipHandover",
|
|
4981
|
+
outputs: [],
|
|
4982
|
+
stateMutability: "payable"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
type: "function",
|
|
4986
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4911
4987
|
name: "clawback",
|
|
4988
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4989
|
+
stateMutability: "nonpayable"
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
type: "function",
|
|
4993
|
+
inputs: [
|
|
4994
|
+
{ name: "target", internalType: "address", type: "address" },
|
|
4995
|
+
{ name: "data_", internalType: "bytes", type: "bytes" },
|
|
4996
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
4997
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" }
|
|
4998
|
+
],
|
|
4999
|
+
name: "clawbackFromTarget",
|
|
4912
5000
|
outputs: [
|
|
4913
5001
|
{ name: "", internalType: "uint256", type: "uint256" },
|
|
4914
5002
|
{ name: "", internalType: "address", type: "address" }
|
|
4915
5003
|
],
|
|
4916
|
-
stateMutability: "
|
|
5004
|
+
stateMutability: "nonpayable"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
type: "function",
|
|
5008
|
+
inputs: [
|
|
5009
|
+
{ name: "target", internalType: "address", type: "address" },
|
|
5010
|
+
{ name: "data_", internalType: "bytes", type: "bytes" },
|
|
5011
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
5012
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" }
|
|
5013
|
+
],
|
|
5014
|
+
name: "clawbackFromTargetAndPayFee",
|
|
5015
|
+
outputs: [
|
|
5016
|
+
{ name: "amount", internalType: "uint256", type: "uint256" },
|
|
5017
|
+
{ name: "asset", internalType: "address", type: "address" }
|
|
5018
|
+
],
|
|
5019
|
+
stateMutability: "nonpayable"
|
|
4917
5020
|
},
|
|
4918
5021
|
{
|
|
4919
5022
|
type: "function",
|
|
@@ -4926,8 +5029,32 @@ const pe = [
|
|
|
4926
5029
|
},
|
|
4927
5030
|
{
|
|
4928
5031
|
type: "function",
|
|
4929
|
-
inputs: [],
|
|
4930
|
-
name: "
|
|
5032
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5033
|
+
name: "disburse",
|
|
5034
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5035
|
+
stateMutability: "nonpayable"
|
|
5036
|
+
},
|
|
5037
|
+
{
|
|
5038
|
+
type: "function",
|
|
5039
|
+
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
5040
|
+
name: "disburseBatch",
|
|
5041
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5042
|
+
stateMutability: "nonpayable"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
type: "function",
|
|
5046
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
5047
|
+
name: "distributed",
|
|
5048
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5049
|
+
stateMutability: "view"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
type: "function",
|
|
5053
|
+
inputs: [
|
|
5054
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
5055
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
5056
|
+
],
|
|
5057
|
+
name: "distributed",
|
|
4931
5058
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4932
5059
|
stateMutability: "view"
|
|
4933
5060
|
},
|
|
@@ -4938,6 +5065,16 @@ const pe = [
|
|
|
4938
5065
|
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4939
5066
|
stateMutability: "pure"
|
|
4940
5067
|
},
|
|
5068
|
+
{
|
|
5069
|
+
type: "function",
|
|
5070
|
+
inputs: [
|
|
5071
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5072
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5073
|
+
],
|
|
5074
|
+
name: "grantManyRoles",
|
|
5075
|
+
outputs: [],
|
|
5076
|
+
stateMutability: "nonpayable"
|
|
5077
|
+
},
|
|
4941
5078
|
{
|
|
4942
5079
|
type: "function",
|
|
4943
5080
|
inputs: [
|
|
@@ -4968,6 +5105,20 @@ const pe = [
|
|
|
4968
5105
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4969
5106
|
stateMutability: "view"
|
|
4970
5107
|
},
|
|
5108
|
+
{
|
|
5109
|
+
type: "function",
|
|
5110
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5111
|
+
name: "incentiveFeesDisbursed",
|
|
5112
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5113
|
+
stateMutability: "view"
|
|
5114
|
+
},
|
|
5115
|
+
{
|
|
5116
|
+
type: "function",
|
|
5117
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5118
|
+
name: "incentiveFeesMax",
|
|
5119
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5120
|
+
stateMutability: "view"
|
|
5121
|
+
},
|
|
4971
5122
|
{
|
|
4972
5123
|
type: "function",
|
|
4973
5124
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -4977,40 +5128,435 @@ const pe = [
|
|
|
4977
5128
|
},
|
|
4978
5129
|
{
|
|
4979
5130
|
type: "function",
|
|
4980
|
-
inputs: [
|
|
4981
|
-
|
|
4982
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4983
|
-
],
|
|
4984
|
-
name: "isClaimable",
|
|
5131
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
5132
|
+
name: "isAuthorized",
|
|
4985
5133
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4986
5134
|
stateMutability: "view"
|
|
4987
5135
|
},
|
|
4988
5136
|
{
|
|
4989
5137
|
type: "function",
|
|
4990
5138
|
inputs: [],
|
|
4991
|
-
name: "
|
|
5139
|
+
name: "managementFee",
|
|
4992
5140
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4993
5141
|
stateMutability: "view"
|
|
4994
5142
|
},
|
|
4995
|
-
{
|
|
4996
|
-
type: "function",
|
|
4997
|
-
inputs: [],
|
|
4998
|
-
name: "owner",
|
|
4999
|
-
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
5000
|
-
stateMutability: "view"
|
|
5001
|
-
},
|
|
5002
5143
|
{
|
|
5003
5144
|
type: "function",
|
|
5004
5145
|
inputs: [
|
|
5005
|
-
{ name: "
|
|
5146
|
+
{ name: "", internalType: "address", type: "address" },
|
|
5147
|
+
{ name: "", internalType: "address", type: "address" },
|
|
5148
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
5149
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
5150
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
5006
5151
|
],
|
|
5007
|
-
name: "
|
|
5008
|
-
outputs: [{ name: "
|
|
5009
|
-
stateMutability: "
|
|
5152
|
+
name: "onERC1155BatchReceived",
|
|
5153
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5154
|
+
stateMutability: "pure"
|
|
5010
5155
|
},
|
|
5011
5156
|
{
|
|
5012
5157
|
type: "function",
|
|
5013
|
-
inputs: [
|
|
5158
|
+
inputs: [
|
|
5159
|
+
{ name: "", internalType: "address", type: "address" },
|
|
5160
|
+
{ name: "", internalType: "address", type: "address" },
|
|
5161
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
5162
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
5163
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
5164
|
+
],
|
|
5165
|
+
name: "onERC1155Received",
|
|
5166
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5167
|
+
stateMutability: "pure"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
type: "function",
|
|
5171
|
+
inputs: [],
|
|
5172
|
+
name: "owner",
|
|
5173
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
5174
|
+
stateMutability: "view"
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
type: "function",
|
|
5178
|
+
inputs: [
|
|
5179
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5180
|
+
],
|
|
5181
|
+
name: "ownershipHandoverExpiresAt",
|
|
5182
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
5183
|
+
stateMutability: "view"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
type: "function",
|
|
5187
|
+
inputs: [
|
|
5188
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
5189
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" }
|
|
5190
|
+
],
|
|
5191
|
+
name: "payManagementFee",
|
|
5192
|
+
outputs: [],
|
|
5193
|
+
stateMutability: "nonpayable"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
type: "function",
|
|
5197
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
5198
|
+
name: "reconcile",
|
|
5199
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5200
|
+
stateMutability: "nonpayable"
|
|
5201
|
+
},
|
|
5202
|
+
{
|
|
5203
|
+
type: "function",
|
|
5204
|
+
inputs: [],
|
|
5205
|
+
name: "renounceOwnership",
|
|
5206
|
+
outputs: [],
|
|
5207
|
+
stateMutability: "payable"
|
|
5208
|
+
},
|
|
5209
|
+
{
|
|
5210
|
+
type: "function",
|
|
5211
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
5212
|
+
name: "renounceRoles",
|
|
5213
|
+
outputs: [],
|
|
5214
|
+
stateMutability: "payable"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
type: "function",
|
|
5218
|
+
inputs: [],
|
|
5219
|
+
name: "requestOwnershipHandover",
|
|
5220
|
+
outputs: [],
|
|
5221
|
+
stateMutability: "payable"
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
type: "function",
|
|
5225
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5226
|
+
name: "reservedFunds",
|
|
5227
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5228
|
+
stateMutability: "view"
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
type: "function",
|
|
5232
|
+
inputs: [
|
|
5233
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5234
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5235
|
+
],
|
|
5236
|
+
name: "revokeManyRoles",
|
|
5237
|
+
outputs: [],
|
|
5238
|
+
stateMutability: "nonpayable"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
type: "function",
|
|
5242
|
+
inputs: [
|
|
5243
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5244
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5245
|
+
],
|
|
5246
|
+
name: "revokeRoles",
|
|
5247
|
+
outputs: [],
|
|
5248
|
+
stateMutability: "payable"
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
type: "function",
|
|
5252
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
5253
|
+
name: "rolesOf",
|
|
5254
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
5255
|
+
stateMutability: "view"
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
type: "function",
|
|
5259
|
+
inputs: [
|
|
5260
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5261
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
5262
|
+
],
|
|
5263
|
+
name: "setAuthorized",
|
|
5264
|
+
outputs: [],
|
|
5265
|
+
stateMutability: "nonpayable"
|
|
5266
|
+
},
|
|
5267
|
+
{
|
|
5268
|
+
type: "function",
|
|
5269
|
+
inputs: [{ name: "fee_", internalType: "uint256", type: "uint256" }],
|
|
5270
|
+
name: "setManagementFee",
|
|
5271
|
+
outputs: [],
|
|
5272
|
+
stateMutability: "nonpayable"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
type: "function",
|
|
5276
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
5277
|
+
name: "supportsInterface",
|
|
5278
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5279
|
+
stateMutability: "view"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
type: "function",
|
|
5283
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
5284
|
+
name: "total",
|
|
5285
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5286
|
+
stateMutability: "view"
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
type: "function",
|
|
5290
|
+
inputs: [
|
|
5291
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
5292
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
5293
|
+
],
|
|
5294
|
+
name: "total",
|
|
5295
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5296
|
+
stateMutability: "view"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
type: "function",
|
|
5300
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
5301
|
+
name: "transferOwnership",
|
|
5302
|
+
outputs: [],
|
|
5303
|
+
stateMutability: "payable"
|
|
5304
|
+
},
|
|
5305
|
+
{ type: "receive", stateMutability: "payable" }
|
|
5306
|
+
], ae = [
|
|
5307
|
+
{
|
|
5308
|
+
type: "function",
|
|
5309
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
5310
|
+
name: "isAuthorized",
|
|
5311
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5312
|
+
stateMutability: "view"
|
|
5313
|
+
}
|
|
5314
|
+
], v = [
|
|
5315
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5316
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5317
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
5318
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5319
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5320
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5321
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5322
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
5323
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
5324
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
5325
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
5326
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
5327
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5328
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
5329
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
5330
|
+
{
|
|
5331
|
+
type: "event",
|
|
5332
|
+
anonymous: !1,
|
|
5333
|
+
inputs: [
|
|
5334
|
+
{
|
|
5335
|
+
name: "recipient",
|
|
5336
|
+
internalType: "address",
|
|
5337
|
+
type: "address",
|
|
5338
|
+
indexed: !0
|
|
5339
|
+
},
|
|
5340
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
5341
|
+
],
|
|
5342
|
+
name: "Claimed"
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
type: "event",
|
|
5346
|
+
anonymous: !1,
|
|
5347
|
+
inputs: [
|
|
5348
|
+
{
|
|
5349
|
+
name: "version",
|
|
5350
|
+
internalType: "uint64",
|
|
5351
|
+
type: "uint64",
|
|
5352
|
+
indexed: !1
|
|
5353
|
+
}
|
|
5354
|
+
],
|
|
5355
|
+
name: "Initialized"
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
type: "event",
|
|
5359
|
+
anonymous: !1,
|
|
5360
|
+
inputs: [
|
|
5361
|
+
{
|
|
5362
|
+
name: "pendingOwner",
|
|
5363
|
+
internalType: "address",
|
|
5364
|
+
type: "address",
|
|
5365
|
+
indexed: !0
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
name: "OwnershipHandoverCanceled"
|
|
5369
|
+
},
|
|
5370
|
+
{
|
|
5371
|
+
type: "event",
|
|
5372
|
+
anonymous: !1,
|
|
5373
|
+
inputs: [
|
|
5374
|
+
{
|
|
5375
|
+
name: "pendingOwner",
|
|
5376
|
+
internalType: "address",
|
|
5377
|
+
type: "address",
|
|
5378
|
+
indexed: !0
|
|
5379
|
+
}
|
|
5380
|
+
],
|
|
5381
|
+
name: "OwnershipHandoverRequested"
|
|
5382
|
+
},
|
|
5383
|
+
{
|
|
5384
|
+
type: "event",
|
|
5385
|
+
anonymous: !1,
|
|
5386
|
+
inputs: [
|
|
5387
|
+
{
|
|
5388
|
+
name: "oldOwner",
|
|
5389
|
+
internalType: "address",
|
|
5390
|
+
type: "address",
|
|
5391
|
+
indexed: !0
|
|
5392
|
+
},
|
|
5393
|
+
{
|
|
5394
|
+
name: "newOwner",
|
|
5395
|
+
internalType: "address",
|
|
5396
|
+
type: "address",
|
|
5397
|
+
indexed: !0
|
|
5398
|
+
}
|
|
5399
|
+
],
|
|
5400
|
+
name: "OwnershipTransferred"
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
type: "event",
|
|
5404
|
+
anonymous: !1,
|
|
5405
|
+
inputs: [
|
|
5406
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
5407
|
+
{
|
|
5408
|
+
name: "roles",
|
|
5409
|
+
internalType: "uint256",
|
|
5410
|
+
type: "uint256",
|
|
5411
|
+
indexed: !0
|
|
5412
|
+
}
|
|
5413
|
+
],
|
|
5414
|
+
name: "RolesUpdated"
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
type: "function",
|
|
5418
|
+
inputs: [],
|
|
5419
|
+
name: "asset",
|
|
5420
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5421
|
+
stateMutability: "view"
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
type: "function",
|
|
5425
|
+
inputs: [],
|
|
5426
|
+
name: "cancelOwnershipHandover",
|
|
5427
|
+
outputs: [],
|
|
5428
|
+
stateMutability: "payable"
|
|
5429
|
+
},
|
|
5430
|
+
{
|
|
5431
|
+
type: "function",
|
|
5432
|
+
inputs: [
|
|
5433
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
5434
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
5435
|
+
],
|
|
5436
|
+
name: "claim",
|
|
5437
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5438
|
+
stateMutability: "nonpayable"
|
|
5439
|
+
},
|
|
5440
|
+
{
|
|
5441
|
+
type: "function",
|
|
5442
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5443
|
+
name: "claimed",
|
|
5444
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5445
|
+
stateMutability: "view"
|
|
5446
|
+
},
|
|
5447
|
+
{
|
|
5448
|
+
type: "function",
|
|
5449
|
+
inputs: [],
|
|
5450
|
+
name: "claims",
|
|
5451
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5452
|
+
stateMutability: "view"
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
type: "function",
|
|
5456
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
5457
|
+
name: "clawback",
|
|
5458
|
+
outputs: [
|
|
5459
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
5460
|
+
{ name: "", internalType: "address", type: "address" }
|
|
5461
|
+
],
|
|
5462
|
+
stateMutability: "pure"
|
|
5463
|
+
},
|
|
5464
|
+
{
|
|
5465
|
+
type: "function",
|
|
5466
|
+
inputs: [
|
|
5467
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5468
|
+
],
|
|
5469
|
+
name: "completeOwnershipHandover",
|
|
5470
|
+
outputs: [],
|
|
5471
|
+
stateMutability: "payable"
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
type: "function",
|
|
5475
|
+
inputs: [],
|
|
5476
|
+
name: "currentReward",
|
|
5477
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5478
|
+
stateMutability: "view"
|
|
5479
|
+
},
|
|
5480
|
+
{
|
|
5481
|
+
type: "function",
|
|
5482
|
+
inputs: [],
|
|
5483
|
+
name: "getComponentInterface",
|
|
5484
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5485
|
+
stateMutability: "pure"
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
type: "function",
|
|
5489
|
+
inputs: [
|
|
5490
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5491
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5492
|
+
],
|
|
5493
|
+
name: "grantRoles",
|
|
5494
|
+
outputs: [],
|
|
5495
|
+
stateMutability: "payable"
|
|
5496
|
+
},
|
|
5497
|
+
{
|
|
5498
|
+
type: "function",
|
|
5499
|
+
inputs: [
|
|
5500
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5501
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5502
|
+
],
|
|
5503
|
+
name: "hasAllRoles",
|
|
5504
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5505
|
+
stateMutability: "view"
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
type: "function",
|
|
5509
|
+
inputs: [
|
|
5510
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5511
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5512
|
+
],
|
|
5513
|
+
name: "hasAnyRole",
|
|
5514
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5515
|
+
stateMutability: "view"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
type: "function",
|
|
5519
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5520
|
+
name: "initialize",
|
|
5521
|
+
outputs: [],
|
|
5522
|
+
stateMutability: "nonpayable"
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
type: "function",
|
|
5526
|
+
inputs: [
|
|
5527
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
5528
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
5529
|
+
],
|
|
5530
|
+
name: "isClaimable",
|
|
5531
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5532
|
+
stateMutability: "view"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
type: "function",
|
|
5536
|
+
inputs: [],
|
|
5537
|
+
name: "limit",
|
|
5538
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5539
|
+
stateMutability: "view"
|
|
5540
|
+
},
|
|
5541
|
+
{
|
|
5542
|
+
type: "function",
|
|
5543
|
+
inputs: [],
|
|
5544
|
+
name: "owner",
|
|
5545
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
5546
|
+
stateMutability: "view"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
type: "function",
|
|
5550
|
+
inputs: [
|
|
5551
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5552
|
+
],
|
|
5553
|
+
name: "ownershipHandoverExpiresAt",
|
|
5554
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
5555
|
+
stateMutability: "view"
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
type: "function",
|
|
5559
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
5014
5560
|
name: "preflight",
|
|
5015
5561
|
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
5016
5562
|
stateMutability: "pure"
|
|
@@ -5529,7 +6075,7 @@ const pe = [
|
|
|
5529
6075
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5530
6076
|
stateMutability: "nonpayable"
|
|
5531
6077
|
}
|
|
5532
|
-
],
|
|
6078
|
+
], _ = [
|
|
5533
6079
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5534
6080
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5535
6081
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -5813,7 +6359,7 @@ const pe = [
|
|
|
5813
6359
|
outputs: [],
|
|
5814
6360
|
stateMutability: "payable"
|
|
5815
6361
|
}
|
|
5816
|
-
],
|
|
6362
|
+
], F = [
|
|
5817
6363
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5818
6364
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5819
6365
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -6097,71 +6643,71 @@ const pe = [
|
|
|
6097
6643
|
outputs: [],
|
|
6098
6644
|
stateMutability: "payable"
|
|
6099
6645
|
}
|
|
6100
|
-
],
|
|
6101
|
-
abi:
|
|
6646
|
+
], de = /* @__PURE__ */ t({
|
|
6647
|
+
abi: U,
|
|
6102
6648
|
functionName: "getComponentInterface"
|
|
6103
|
-
}),
|
|
6104
|
-
{ abi:
|
|
6105
|
-
),
|
|
6106
|
-
{ abi:
|
|
6107
|
-
),
|
|
6108
|
-
abi:
|
|
6649
|
+
}), me = /* @__PURE__ */ t(
|
|
6650
|
+
{ abi: U, functionName: "supportsInterface" }
|
|
6651
|
+
), be = /* @__PURE__ */ t(
|
|
6652
|
+
{ abi: w, functionName: "allowList" }
|
|
6653
|
+
), ce = /* @__PURE__ */ t({
|
|
6654
|
+
abi: w,
|
|
6109
6655
|
functionName: "claimed"
|
|
6110
|
-
}), ce = /* @__PURE__ */ t({
|
|
6111
|
-
abi: v,
|
|
6112
|
-
functionName: "claims"
|
|
6113
6656
|
}), Te = /* @__PURE__ */ t({
|
|
6114
|
-
abi:
|
|
6115
|
-
functionName: "
|
|
6657
|
+
abi: w,
|
|
6658
|
+
functionName: "claims"
|
|
6116
6659
|
}), fe = /* @__PURE__ */ t({
|
|
6117
|
-
abi:
|
|
6660
|
+
abi: w,
|
|
6661
|
+
functionName: "isClaimable"
|
|
6662
|
+
}), ve = /* @__PURE__ */ t({
|
|
6663
|
+
abi: w,
|
|
6118
6664
|
functionName: "limit"
|
|
6119
6665
|
}), we = /* @__PURE__ */ t({
|
|
6120
|
-
abi:
|
|
6666
|
+
abi: w,
|
|
6121
6667
|
functionName: "owner"
|
|
6122
|
-
}),
|
|
6123
|
-
abi:
|
|
6668
|
+
}), Me = /* @__PURE__ */ t({
|
|
6669
|
+
abi: w,
|
|
6124
6670
|
functionName: "reward"
|
|
6125
|
-
}),
|
|
6126
|
-
abi:
|
|
6671
|
+
}), Ie = /* @__PURE__ */ p({
|
|
6672
|
+
abi: w,
|
|
6127
6673
|
functionName: "claim"
|
|
6128
|
-
}),
|
|
6129
|
-
abi:
|
|
6674
|
+
}), he = /* @__PURE__ */ s({
|
|
6675
|
+
abi: w,
|
|
6130
6676
|
functionName: "claim"
|
|
6131
|
-
}),
|
|
6677
|
+
}), ge = /* @__PURE__ */ t({
|
|
6132
6678
|
abi: d,
|
|
6133
6679
|
functionName: "createBoostAuth"
|
|
6134
|
-
}),
|
|
6680
|
+
}), Oe = /* @__PURE__ */ t({
|
|
6135
6681
|
abi: d,
|
|
6136
6682
|
functionName: "getBoost"
|
|
6137
|
-
}),
|
|
6683
|
+
}), Ne = /* @__PURE__ */ t({
|
|
6138
6684
|
abi: d,
|
|
6139
6685
|
functionName: "getBoostCount"
|
|
6140
|
-
}),
|
|
6686
|
+
}), Ae = /* @__PURE__ */ t({
|
|
6141
6687
|
abi: d,
|
|
6142
6688
|
functionName: "protocolFee"
|
|
6143
|
-
}),
|
|
6689
|
+
}), Re = /* @__PURE__ */ t({
|
|
6144
6690
|
abi: d,
|
|
6145
6691
|
functionName: "protocolFeeReceiver"
|
|
6146
|
-
}),
|
|
6692
|
+
}), ze = /* @__PURE__ */ p({
|
|
6147
6693
|
abi: d,
|
|
6148
6694
|
functionName: "claimIncentive"
|
|
6149
|
-
}),
|
|
6695
|
+
}), xe = /* @__PURE__ */ p({
|
|
6150
6696
|
abi: d,
|
|
6151
6697
|
functionName: "claimIncentiveFor"
|
|
6152
|
-
}),
|
|
6698
|
+
}), _e = /* @__PURE__ */ p({
|
|
6153
6699
|
abi: d,
|
|
6154
6700
|
functionName: "setCreateBoostAuth"
|
|
6155
|
-
}),
|
|
6701
|
+
}), Ce = /* @__PURE__ */ p({
|
|
6156
6702
|
abi: d,
|
|
6157
6703
|
functionName: "setProtocolFeeReceiver"
|
|
6158
|
-
}),
|
|
6704
|
+
}), He = /* @__PURE__ */ s({
|
|
6159
6705
|
abi: d,
|
|
6160
6706
|
functionName: "claimIncentive"
|
|
6161
|
-
}),
|
|
6707
|
+
}), Ee = /* @__PURE__ */ s({
|
|
6162
6708
|
abi: d,
|
|
6163
6709
|
functionName: "claimIncentiveFor"
|
|
6164
|
-
}),
|
|
6710
|
+
}), Fe = /* @__PURE__ */ s({
|
|
6165
6711
|
abi: d,
|
|
6166
6712
|
functionName: "createBoost"
|
|
6167
6713
|
}), De = /* @__PURE__ */ s({
|
|
@@ -6170,521 +6716,542 @@ const pe = [
|
|
|
6170
6716
|
}), ke = /* @__PURE__ */ s({
|
|
6171
6717
|
abi: d,
|
|
6172
6718
|
functionName: "setProtocolFeeReceiver"
|
|
6173
|
-
}),
|
|
6719
|
+
}), Be = /* @__PURE__ */ t({
|
|
6174
6720
|
abi: M,
|
|
6175
6721
|
functionName: "getBaseImplementation"
|
|
6176
|
-
}),
|
|
6722
|
+
}), qe = /* @__PURE__ */ t({
|
|
6177
6723
|
abi: M,
|
|
6178
6724
|
functionName: "getClone"
|
|
6179
|
-
}),
|
|
6725
|
+
}), Le = /* @__PURE__ */ t({
|
|
6180
6726
|
abi: M,
|
|
6181
6727
|
functionName: "getCloneIdentifier"
|
|
6182
|
-
}),
|
|
6728
|
+
}), Ue = /* @__PURE__ */ t({
|
|
6183
6729
|
abi: M,
|
|
6184
6730
|
functionName: "getClones"
|
|
6185
|
-
}),
|
|
6731
|
+
}), Pe = /* @__PURE__ */ p({
|
|
6186
6732
|
abi: M,
|
|
6187
6733
|
functionName: "deployClone"
|
|
6188
|
-
}),
|
|
6734
|
+
}), Se = /* @__PURE__ */ p({
|
|
6189
6735
|
abi: M,
|
|
6190
6736
|
functionName: "register"
|
|
6191
|
-
}),
|
|
6737
|
+
}), Ve = /* @__PURE__ */ s({
|
|
6192
6738
|
abi: M,
|
|
6193
6739
|
functionName: "deployClone"
|
|
6194
|
-
}),
|
|
6740
|
+
}), je = /* @__PURE__ */ s({
|
|
6195
6741
|
abi: M,
|
|
6196
6742
|
functionName: "register"
|
|
6197
|
-
}),
|
|
6743
|
+
}), Ze = /* @__PURE__ */ t({
|
|
6198
6744
|
abi: c,
|
|
6199
6745
|
functionName: "asset"
|
|
6200
|
-
}),
|
|
6746
|
+
}), $e = /* @__PURE__ */ t({
|
|
6201
6747
|
abi: c,
|
|
6202
6748
|
functionName: "cgdaParams"
|
|
6203
|
-
}),
|
|
6749
|
+
}), Ge = /* @__PURE__ */ t({
|
|
6204
6750
|
abi: c,
|
|
6205
6751
|
functionName: "claimed"
|
|
6206
|
-
}),
|
|
6752
|
+
}), Je = /* @__PURE__ */ t({
|
|
6207
6753
|
abi: c,
|
|
6208
6754
|
functionName: "claims"
|
|
6209
|
-
}),
|
|
6755
|
+
}), Ke = /* @__PURE__ */ t({
|
|
6210
6756
|
abi: c,
|
|
6211
6757
|
functionName: "currentReward"
|
|
6212
|
-
}),
|
|
6758
|
+
}), Qe = /* @__PURE__ */ t({
|
|
6213
6759
|
abi: c,
|
|
6214
6760
|
functionName: "isClaimable"
|
|
6215
|
-
}),
|
|
6761
|
+
}), We = /* @__PURE__ */ t({
|
|
6216
6762
|
abi: c,
|
|
6217
6763
|
functionName: "owner"
|
|
6218
|
-
}),
|
|
6764
|
+
}), Xe = /* @__PURE__ */ t({
|
|
6219
6765
|
abi: c,
|
|
6220
6766
|
functionName: "reward"
|
|
6221
|
-
}),
|
|
6767
|
+
}), Ye = /* @__PURE__ */ t({
|
|
6222
6768
|
abi: c,
|
|
6223
6769
|
functionName: "totalBudget"
|
|
6224
|
-
}),
|
|
6770
|
+
}), et = /* @__PURE__ */ p({
|
|
6225
6771
|
abi: c,
|
|
6226
6772
|
functionName: "claim"
|
|
6227
|
-
}),
|
|
6773
|
+
}), tt = /* @__PURE__ */ p({
|
|
6228
6774
|
abi: c,
|
|
6229
6775
|
functionName: "clawback"
|
|
6230
|
-
}),
|
|
6776
|
+
}), nt = /* @__PURE__ */ s({
|
|
6231
6777
|
abi: c,
|
|
6232
6778
|
functionName: "claim"
|
|
6233
|
-
}),
|
|
6779
|
+
}), at = /* @__PURE__ */ s({
|
|
6234
6780
|
abi: c,
|
|
6235
6781
|
functionName: "clawback"
|
|
6236
|
-
}),
|
|
6782
|
+
}), it = /* @__PURE__ */ t({
|
|
6237
6783
|
abi: l,
|
|
6238
6784
|
functionName: "asset"
|
|
6239
|
-
}),
|
|
6785
|
+
}), st = /* @__PURE__ */ t({
|
|
6240
6786
|
abi: l,
|
|
6241
6787
|
functionName: "claimed"
|
|
6242
|
-
}),
|
|
6788
|
+
}), pt = /* @__PURE__ */ t({
|
|
6243
6789
|
abi: l,
|
|
6244
6790
|
functionName: "claims"
|
|
6245
|
-
}),
|
|
6791
|
+
}), rt = /* @__PURE__ */ t(
|
|
6246
6792
|
{ abi: l, functionName: "currentReward" }
|
|
6247
|
-
),
|
|
6793
|
+
), yt = /* @__PURE__ */ t({
|
|
6248
6794
|
abi: l,
|
|
6249
6795
|
functionName: "entries"
|
|
6250
6796
|
}), ut = /* @__PURE__ */ t({
|
|
6251
6797
|
abi: l,
|
|
6252
6798
|
functionName: "isClaimable"
|
|
6253
|
-
}),
|
|
6799
|
+
}), ot = /* @__PURE__ */ t({
|
|
6254
6800
|
abi: l,
|
|
6255
6801
|
functionName: "limit"
|
|
6256
|
-
}),
|
|
6802
|
+
}), lt = /* @__PURE__ */ t({
|
|
6257
6803
|
abi: l,
|
|
6258
6804
|
functionName: "owner"
|
|
6259
|
-
}),
|
|
6805
|
+
}), dt = /* @__PURE__ */ t({
|
|
6260
6806
|
abi: l,
|
|
6261
6807
|
functionName: "reward"
|
|
6262
|
-
}),
|
|
6808
|
+
}), mt = /* @__PURE__ */ t({
|
|
6263
6809
|
abi: l,
|
|
6264
6810
|
functionName: "strategy"
|
|
6265
|
-
}),
|
|
6811
|
+
}), bt = /* @__PURE__ */ p({
|
|
6266
6812
|
abi: l,
|
|
6267
6813
|
functionName: "claim"
|
|
6268
|
-
}),
|
|
6814
|
+
}), ct = /* @__PURE__ */ p({
|
|
6269
6815
|
abi: l,
|
|
6270
6816
|
functionName: "clawback"
|
|
6271
|
-
}),
|
|
6817
|
+
}), Tt = /* @__PURE__ */ p({
|
|
6272
6818
|
abi: l,
|
|
6273
6819
|
functionName: "drawRaffle"
|
|
6274
|
-
}),
|
|
6820
|
+
}), ft = /* @__PURE__ */ s(
|
|
6275
6821
|
{ abi: l, functionName: "claim" }
|
|
6276
|
-
),
|
|
6822
|
+
), vt = /* @__PURE__ */ s({
|
|
6277
6823
|
abi: l,
|
|
6278
6824
|
functionName: "clawback"
|
|
6279
6825
|
}), wt = /* @__PURE__ */ s({
|
|
6280
6826
|
abi: l,
|
|
6281
6827
|
functionName: "drawRaffle"
|
|
6282
|
-
}), vt = /* @__PURE__ */ t({
|
|
6283
|
-
abi: U,
|
|
6284
|
-
functionName: "getIncentiveCriteria"
|
|
6285
6828
|
}), Mt = /* @__PURE__ */ t({
|
|
6286
|
-
abi:
|
|
6829
|
+
abi: P,
|
|
6830
|
+
functionName: "getIncentiveCriteria"
|
|
6831
|
+
}), It = /* @__PURE__ */ t({
|
|
6832
|
+
abi: P,
|
|
6287
6833
|
functionName: "getMaxReward"
|
|
6288
|
-
}),
|
|
6834
|
+
}), ht = /* @__PURE__ */ t(
|
|
6289
6835
|
{ abi: T, functionName: "asset" }
|
|
6290
|
-
),
|
|
6836
|
+
), gt = /* @__PURE__ */ t({
|
|
6291
6837
|
abi: T,
|
|
6292
6838
|
functionName: "claimed"
|
|
6293
|
-
}),
|
|
6839
|
+
}), Ot = /* @__PURE__ */ t({
|
|
6294
6840
|
abi: T,
|
|
6295
6841
|
functionName: "claims"
|
|
6296
|
-
}),
|
|
6842
|
+
}), Nt = /* @__PURE__ */ t({
|
|
6297
6843
|
abi: T,
|
|
6298
6844
|
functionName: "currentReward"
|
|
6299
|
-
}),
|
|
6845
|
+
}), At = /* @__PURE__ */ t({
|
|
6300
6846
|
abi: T,
|
|
6301
6847
|
functionName: "isClaimable"
|
|
6302
|
-
}),
|
|
6848
|
+
}), Rt = /* @__PURE__ */ t(
|
|
6303
6849
|
{ abi: T, functionName: "limit" }
|
|
6304
|
-
),
|
|
6850
|
+
), zt = /* @__PURE__ */ t(
|
|
6305
6851
|
{ abi: T, functionName: "owner" }
|
|
6306
|
-
),
|
|
6852
|
+
), xt = /* @__PURE__ */ t({
|
|
6307
6853
|
abi: T,
|
|
6308
6854
|
functionName: "reward"
|
|
6309
|
-
}),
|
|
6855
|
+
}), _t = /* @__PURE__ */ t({
|
|
6310
6856
|
abi: T,
|
|
6311
6857
|
functionName: "totalClaimed"
|
|
6312
|
-
}),
|
|
6858
|
+
}), Ct = /* @__PURE__ */ p({
|
|
6313
6859
|
abi: T,
|
|
6314
6860
|
functionName: "claim"
|
|
6315
|
-
}),
|
|
6861
|
+
}), Ht = /* @__PURE__ */ p({
|
|
6316
6862
|
abi: T,
|
|
6317
6863
|
functionName: "clawback"
|
|
6318
|
-
}),
|
|
6864
|
+
}), Et = /* @__PURE__ */ s({
|
|
6319
6865
|
abi: T,
|
|
6320
6866
|
functionName: "claim"
|
|
6321
|
-
}),
|
|
6867
|
+
}), Ft = /* @__PURE__ */ s({
|
|
6322
6868
|
abi: T,
|
|
6323
6869
|
functionName: "clawback"
|
|
6324
6870
|
}), Dt = /* @__PURE__ */ t({
|
|
6325
|
-
abi:
|
|
6871
|
+
abi: x,
|
|
6326
6872
|
functionName: "getActionClaimant"
|
|
6327
6873
|
}), kt = /* @__PURE__ */ t({
|
|
6328
|
-
abi:
|
|
6874
|
+
abi: x,
|
|
6329
6875
|
functionName: "getActionSteps"
|
|
6330
|
-
}),
|
|
6331
|
-
abi:
|
|
6876
|
+
}), Bt = /* @__PURE__ */ p({
|
|
6877
|
+
abi: x,
|
|
6332
6878
|
functionName: "execute"
|
|
6333
|
-
}),
|
|
6334
|
-
abi:
|
|
6879
|
+
}), qt = /* @__PURE__ */ s({
|
|
6880
|
+
abi: x,
|
|
6335
6881
|
functionName: "execute"
|
|
6336
|
-
}), Ft = /* @__PURE__ */ t({
|
|
6337
|
-
abi: te,
|
|
6338
|
-
functionName: "isAuthorized"
|
|
6339
6882
|
}), Lt = /* @__PURE__ */ t({
|
|
6883
|
+
abi: ne,
|
|
6884
|
+
functionName: "isAuthorized"
|
|
6885
|
+
}), Ut = /* @__PURE__ */ t({
|
|
6340
6886
|
abi: I,
|
|
6341
6887
|
functionName: "hashSignerData"
|
|
6342
|
-
}),
|
|
6888
|
+
}), Pt = /* @__PURE__ */ t({
|
|
6343
6889
|
abi: I,
|
|
6344
6890
|
functionName: "signers"
|
|
6345
|
-
}),
|
|
6891
|
+
}), St = /* @__PURE__ */ p({
|
|
6346
6892
|
abi: I,
|
|
6347
6893
|
functionName: "setAuthorized"
|
|
6348
|
-
}),
|
|
6894
|
+
}), Vt = /* @__PURE__ */ p({
|
|
6349
6895
|
abi: I,
|
|
6350
6896
|
functionName: "setValidatorCaller"
|
|
6351
|
-
}),
|
|
6897
|
+
}), jt = /* @__PURE__ */ p({
|
|
6352
6898
|
abi: I,
|
|
6353
6899
|
functionName: "validate"
|
|
6354
|
-
}),
|
|
6900
|
+
}), Zt = /* @__PURE__ */ s({
|
|
6355
6901
|
abi: I,
|
|
6356
6902
|
functionName: "setAuthorized"
|
|
6357
|
-
}),
|
|
6903
|
+
}), $t = /* @__PURE__ */ s({
|
|
6358
6904
|
abi: I,
|
|
6359
6905
|
functionName: "setValidatorCaller"
|
|
6360
|
-
}),
|
|
6906
|
+
}), Gt = /* @__PURE__ */ s({
|
|
6361
6907
|
abi: I,
|
|
6362
6908
|
functionName: "validate"
|
|
6363
|
-
}),
|
|
6909
|
+
}), Jt = /* @__PURE__ */ t({
|
|
6364
6910
|
abi: m,
|
|
6365
6911
|
functionName: "available"
|
|
6366
|
-
}),
|
|
6912
|
+
}), Kt = /* @__PURE__ */ t({
|
|
6367
6913
|
abi: m,
|
|
6368
6914
|
functionName: "distributed"
|
|
6369
|
-
}),
|
|
6915
|
+
}), Qt = /* @__PURE__ */ t({
|
|
6370
6916
|
abi: m,
|
|
6371
6917
|
functionName: "owner"
|
|
6372
|
-
}),
|
|
6918
|
+
}), Wt = /* @__PURE__ */ t({
|
|
6373
6919
|
abi: m,
|
|
6374
6920
|
functionName: "total"
|
|
6375
|
-
}),
|
|
6921
|
+
}), Xt = /* @__PURE__ */ p({
|
|
6376
6922
|
abi: m,
|
|
6377
6923
|
functionName: "allocate"
|
|
6378
|
-
}),
|
|
6924
|
+
}), Yt = /* @__PURE__ */ p({
|
|
6379
6925
|
abi: m,
|
|
6380
6926
|
functionName: "clawback"
|
|
6381
|
-
}),
|
|
6927
|
+
}), en = /* @__PURE__ */ p({
|
|
6382
6928
|
abi: m,
|
|
6383
6929
|
functionName: "clawbackFromTarget"
|
|
6384
|
-
}),
|
|
6930
|
+
}), tn = /* @__PURE__ */ p({
|
|
6385
6931
|
abi: m,
|
|
6386
6932
|
functionName: "disburse"
|
|
6387
|
-
}),
|
|
6933
|
+
}), nn = /* @__PURE__ */ p({
|
|
6388
6934
|
abi: m,
|
|
6389
6935
|
functionName: "disburseBatch"
|
|
6390
|
-
}),
|
|
6936
|
+
}), an = /* @__PURE__ */ s({
|
|
6391
6937
|
abi: m,
|
|
6392
6938
|
functionName: "allocate"
|
|
6393
|
-
}),
|
|
6939
|
+
}), sn = /* @__PURE__ */ s({
|
|
6394
6940
|
abi: m,
|
|
6395
6941
|
functionName: "clawback"
|
|
6396
|
-
}),
|
|
6942
|
+
}), pn = /* @__PURE__ */ s({
|
|
6397
6943
|
abi: m,
|
|
6398
6944
|
functionName: "clawbackFromTarget"
|
|
6399
|
-
}),
|
|
6945
|
+
}), rn = /* @__PURE__ */ s({
|
|
6400
6946
|
abi: m,
|
|
6401
6947
|
functionName: "disburse"
|
|
6402
|
-
}),
|
|
6948
|
+
}), yn = /* @__PURE__ */ s({
|
|
6403
6949
|
abi: m,
|
|
6404
6950
|
functionName: "disburseBatch"
|
|
6405
|
-
}), un = /* @__PURE__ */ t(
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6951
|
+
}), un = /* @__PURE__ */ t({
|
|
6952
|
+
abi: A,
|
|
6953
|
+
functionName: "managementFee"
|
|
6954
|
+
}), on = /* @__PURE__ */ p({
|
|
6955
|
+
abi: A,
|
|
6956
|
+
functionName: "payManagementFee"
|
|
6957
|
+
}), ln = /* @__PURE__ */ p({
|
|
6958
|
+
abi: A,
|
|
6959
|
+
functionName: "setManagementFee"
|
|
6960
|
+
}), dn = /* @__PURE__ */ s({
|
|
6961
|
+
abi: A,
|
|
6962
|
+
functionName: "payManagementFee"
|
|
6963
|
+
}), mn = /* @__PURE__ */ s({
|
|
6964
|
+
abi: A,
|
|
6965
|
+
functionName: "setManagementFee"
|
|
6966
|
+
}), bn = /* @__PURE__ */ t(
|
|
6967
|
+
{ abi: ae, functionName: "isAuthorized" }
|
|
6968
|
+
), cn = /* @__PURE__ */ t({
|
|
6969
|
+
abi: v,
|
|
6409
6970
|
functionName: "claimed"
|
|
6410
|
-
}),
|
|
6411
|
-
abi:
|
|
6971
|
+
}), Tn = /* @__PURE__ */ t({
|
|
6972
|
+
abi: v,
|
|
6412
6973
|
functionName: "claims"
|
|
6413
|
-
}),
|
|
6414
|
-
abi:
|
|
6974
|
+
}), fn = /* @__PURE__ */ t({
|
|
6975
|
+
abi: v,
|
|
6415
6976
|
functionName: "currentReward"
|
|
6416
|
-
}),
|
|
6417
|
-
abi:
|
|
6977
|
+
}), vn = /* @__PURE__ */ t({
|
|
6978
|
+
abi: v,
|
|
6418
6979
|
functionName: "isClaimable"
|
|
6419
|
-
}),
|
|
6420
|
-
abi:
|
|
6980
|
+
}), wn = /* @__PURE__ */ t({
|
|
6981
|
+
abi: v,
|
|
6421
6982
|
functionName: "limit"
|
|
6422
|
-
}),
|
|
6423
|
-
abi:
|
|
6983
|
+
}), Mn = /* @__PURE__ */ t({
|
|
6984
|
+
abi: v,
|
|
6424
6985
|
functionName: "reward"
|
|
6425
|
-
}),
|
|
6426
|
-
abi:
|
|
6986
|
+
}), In = /* @__PURE__ */ t({
|
|
6987
|
+
abi: v,
|
|
6427
6988
|
functionName: "selector"
|
|
6428
|
-
}),
|
|
6429
|
-
abi:
|
|
6989
|
+
}), hn = /* @__PURE__ */ t({
|
|
6990
|
+
abi: v,
|
|
6430
6991
|
functionName: "venue"
|
|
6431
|
-
}),
|
|
6432
|
-
abi:
|
|
6992
|
+
}), gn = /* @__PURE__ */ p({
|
|
6993
|
+
abi: v,
|
|
6433
6994
|
functionName: "claim"
|
|
6434
|
-
}),
|
|
6435
|
-
abi:
|
|
6995
|
+
}), On = /* @__PURE__ */ s({
|
|
6996
|
+
abi: v,
|
|
6436
6997
|
functionName: "claim"
|
|
6437
|
-
}),
|
|
6998
|
+
}), Nn = /* @__PURE__ */ t({
|
|
6438
6999
|
abi: b,
|
|
6439
7000
|
functionName: "hasAllRoles"
|
|
6440
|
-
}),
|
|
7001
|
+
}), An = /* @__PURE__ */ t({
|
|
6441
7002
|
abi: b,
|
|
6442
7003
|
functionName: "hasAnyRole"
|
|
6443
|
-
}),
|
|
7004
|
+
}), Rn = /* @__PURE__ */ t({
|
|
6444
7005
|
abi: b,
|
|
6445
7006
|
functionName: "isAuthorized"
|
|
6446
|
-
}),
|
|
7007
|
+
}), zn = /* @__PURE__ */ t({
|
|
6447
7008
|
abi: b,
|
|
6448
7009
|
functionName: "rolesOf"
|
|
6449
|
-
}),
|
|
7010
|
+
}), xn = /* @__PURE__ */ p({
|
|
6450
7011
|
abi: b,
|
|
6451
7012
|
functionName: "grantManyRoles"
|
|
6452
|
-
}),
|
|
7013
|
+
}), _n = /* @__PURE__ */ p({
|
|
6453
7014
|
abi: b,
|
|
6454
7015
|
functionName: "grantRoles"
|
|
6455
|
-
}),
|
|
7016
|
+
}), Cn = /* @__PURE__ */ p({
|
|
6456
7017
|
abi: b,
|
|
6457
7018
|
functionName: "revokeManyRoles"
|
|
6458
|
-
}),
|
|
7019
|
+
}), Hn = /* @__PURE__ */ p({
|
|
6459
7020
|
abi: b,
|
|
6460
7021
|
functionName: "revokeRoles"
|
|
6461
|
-
}),
|
|
7022
|
+
}), En = /* @__PURE__ */ p({
|
|
6462
7023
|
abi: b,
|
|
6463
7024
|
functionName: "setAuthorized"
|
|
6464
|
-
}),
|
|
7025
|
+
}), Fn = /* @__PURE__ */ s({
|
|
6465
7026
|
abi: b,
|
|
6466
7027
|
functionName: "grantManyRoles"
|
|
6467
|
-
}),
|
|
7028
|
+
}), Dn = /* @__PURE__ */ s({
|
|
6468
7029
|
abi: b,
|
|
6469
7030
|
functionName: "grantRoles"
|
|
6470
|
-
}),
|
|
7031
|
+
}), kn = /* @__PURE__ */ s(
|
|
6471
7032
|
{ abi: b, functionName: "revokeManyRoles" }
|
|
6472
|
-
),
|
|
7033
|
+
), Bn = /* @__PURE__ */ s({
|
|
6473
7034
|
abi: b,
|
|
6474
7035
|
functionName: "revokeRoles"
|
|
6475
|
-
}),
|
|
7036
|
+
}), qn = /* @__PURE__ */ s({
|
|
6476
7037
|
abi: b,
|
|
6477
7038
|
functionName: "setAuthorized"
|
|
6478
|
-
}),
|
|
7039
|
+
}), Ln = /* @__PURE__ */ t({
|
|
6479
7040
|
abi: h,
|
|
6480
7041
|
functionName: "hashSignerData"
|
|
6481
|
-
}),
|
|
7042
|
+
}), Un = /* @__PURE__ */ t({
|
|
6482
7043
|
abi: h,
|
|
6483
7044
|
functionName: "signers"
|
|
6484
|
-
}),
|
|
7045
|
+
}), Pn = /* @__PURE__ */ p({
|
|
6485
7046
|
abi: h,
|
|
6486
7047
|
functionName: "setAuthorized"
|
|
6487
|
-
}),
|
|
7048
|
+
}), Sn = /* @__PURE__ */ p({
|
|
6488
7049
|
abi: h,
|
|
6489
7050
|
functionName: "setValidatorCaller"
|
|
6490
|
-
}),
|
|
7051
|
+
}), Vn = /* @__PURE__ */ p({
|
|
6491
7052
|
abi: h,
|
|
6492
7053
|
functionName: "validate"
|
|
6493
|
-
}),
|
|
7054
|
+
}), jn = /* @__PURE__ */ s({
|
|
6494
7055
|
abi: h,
|
|
6495
7056
|
functionName: "setAuthorized"
|
|
6496
|
-
}),
|
|
7057
|
+
}), Zn = /* @__PURE__ */ s({
|
|
6497
7058
|
abi: h,
|
|
6498
7059
|
functionName: "setValidatorCaller"
|
|
6499
|
-
}),
|
|
7060
|
+
}), $n = /* @__PURE__ */ s({
|
|
6500
7061
|
abi: h,
|
|
6501
7062
|
functionName: "validate"
|
|
6502
|
-
}),
|
|
6503
|
-
abi:
|
|
7063
|
+
}), Gn = /* @__PURE__ */ t({
|
|
7064
|
+
abi: _,
|
|
6504
7065
|
functionName: "isAllowed"
|
|
6505
|
-
}),
|
|
6506
|
-
abi:
|
|
7066
|
+
}), Jn = /* @__PURE__ */ t({
|
|
7067
|
+
abi: _,
|
|
6507
7068
|
functionName: "owner"
|
|
6508
|
-
}),
|
|
6509
|
-
{ abi:
|
|
6510
|
-
),
|
|
6511
|
-
abi:
|
|
7069
|
+
}), Kn = /* @__PURE__ */ p(
|
|
7070
|
+
{ abi: _, functionName: "setAllowed" }
|
|
7071
|
+
), Qn = /* @__PURE__ */ s({
|
|
7072
|
+
abi: _,
|
|
6512
7073
|
functionName: "setAllowed"
|
|
6513
|
-
}),
|
|
6514
|
-
abi:
|
|
7074
|
+
}), Wn = /* @__PURE__ */ t({
|
|
7075
|
+
abi: F,
|
|
6515
7076
|
functionName: "isAllowed"
|
|
6516
|
-
}),
|
|
6517
|
-
abi:
|
|
7077
|
+
}), Xn = /* @__PURE__ */ p({
|
|
7078
|
+
abi: F,
|
|
6518
7079
|
functionName: "setDenied"
|
|
6519
|
-
}),
|
|
6520
|
-
abi:
|
|
7080
|
+
}), Yn = /* @__PURE__ */ s({
|
|
7081
|
+
abi: F,
|
|
6521
7082
|
functionName: "setDenied"
|
|
6522
7083
|
});
|
|
6523
7084
|
export {
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
7085
|
+
yn as $,
|
|
7086
|
+
Cn as A,
|
|
7087
|
+
Be as B,
|
|
7088
|
+
Dn as C,
|
|
7089
|
+
qe as D,
|
|
7090
|
+
b as E,
|
|
7091
|
+
h as F,
|
|
7092
|
+
Ue as G,
|
|
7093
|
+
I as H,
|
|
7094
|
+
d as I,
|
|
7095
|
+
Le as J,
|
|
7096
|
+
bn as K,
|
|
7097
|
+
ae as L,
|
|
7098
|
+
Pe as M,
|
|
7099
|
+
ye as N,
|
|
7100
|
+
F as O,
|
|
7101
|
+
an as P,
|
|
7102
|
+
oe as Q,
|
|
7103
|
+
_ as R,
|
|
7104
|
+
qn as S,
|
|
7105
|
+
T,
|
|
7106
|
+
Xt as U,
|
|
7107
|
+
sn as V,
|
|
7108
|
+
Yt as W,
|
|
7109
|
+
pn as X,
|
|
7110
|
+
en as Y,
|
|
7111
|
+
rn as Z,
|
|
7112
|
+
tn as _,
|
|
7113
|
+
En as a,
|
|
7114
|
+
Ht as a$,
|
|
7115
|
+
nn as a0,
|
|
7116
|
+
Qt as a1,
|
|
7117
|
+
Wt as a2,
|
|
7118
|
+
Jt as a3,
|
|
7119
|
+
Kt as a4,
|
|
6559
7120
|
we as a5,
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
7121
|
+
Te as a6,
|
|
7122
|
+
Me as a7,
|
|
7123
|
+
ce as a8,
|
|
7124
|
+
be as a9,
|
|
7125
|
+
pt as aA,
|
|
7126
|
+
st as aB,
|
|
7127
|
+
it as aC,
|
|
7128
|
+
mt as aD,
|
|
7129
|
+
dt as aE,
|
|
7130
|
+
ot as aF,
|
|
7131
|
+
yt as aG,
|
|
7132
|
+
ft as aH,
|
|
7133
|
+
bt as aI,
|
|
7134
|
+
vt as aJ,
|
|
7135
|
+
ct as aK,
|
|
6575
7136
|
ut as aL,
|
|
6576
7137
|
wt as aM,
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
7138
|
+
Tt as aN,
|
|
7139
|
+
Mt as aO,
|
|
7140
|
+
It as aP,
|
|
7141
|
+
zt as aQ,
|
|
7142
|
+
_t as aR,
|
|
7143
|
+
Nt as aS,
|
|
7144
|
+
Ot as aT,
|
|
7145
|
+
gt as aU,
|
|
7146
|
+
ht as aV,
|
|
7147
|
+
xt as aW,
|
|
7148
|
+
Rt as aX,
|
|
7149
|
+
Et as aY,
|
|
7150
|
+
Ct as aZ,
|
|
7151
|
+
Ft as a_,
|
|
7152
|
+
ve as aa,
|
|
7153
|
+
he as ab,
|
|
7154
|
+
Ie as ac,
|
|
7155
|
+
fe as ad,
|
|
7156
|
+
Jn as ae,
|
|
7157
|
+
Gn as af,
|
|
7158
|
+
Qn as ag,
|
|
7159
|
+
Kn as ah,
|
|
7160
|
+
Wn as ai,
|
|
7161
|
+
Yn as aj,
|
|
7162
|
+
Xn as ak,
|
|
7163
|
+
We as al,
|
|
7164
|
+
Je as am,
|
|
7165
|
+
Xe as an,
|
|
7166
|
+
Ge as ao,
|
|
7167
|
+
Ze as ap,
|
|
7168
|
+
$e as aq,
|
|
7169
|
+
Ye as ar,
|
|
7170
|
+
nt as as,
|
|
7171
|
+
et as at,
|
|
7172
|
+
at as au,
|
|
7173
|
+
tt as av,
|
|
7174
|
+
Qe as aw,
|
|
7175
|
+
Ke as ax,
|
|
7176
|
+
lt as ay,
|
|
7177
|
+
rt as az,
|
|
7178
|
+
P as b,
|
|
7179
|
+
At as b0,
|
|
7180
|
+
Tn as b1,
|
|
7181
|
+
fn as b2,
|
|
7182
|
+
Mn as b3,
|
|
7183
|
+
cn as b4,
|
|
7184
|
+
hn as b5,
|
|
7185
|
+
wn as b6,
|
|
7186
|
+
In as b7,
|
|
7187
|
+
On as b8,
|
|
7188
|
+
gn as b9,
|
|
7189
|
+
qt as bA,
|
|
7190
|
+
Bt as bB,
|
|
7191
|
+
Fe as bC,
|
|
7192
|
+
He as bD,
|
|
7193
|
+
ze as bE,
|
|
7194
|
+
Ee as bF,
|
|
7195
|
+
xe as bG,
|
|
7196
|
+
Oe as bH,
|
|
7197
|
+
Ne as bI,
|
|
7198
|
+
Lt as bJ,
|
|
7199
|
+
ge as bK,
|
|
7200
|
+
De as bL,
|
|
7201
|
+
_e as bM,
|
|
7202
|
+
Ae as bN,
|
|
7203
|
+
Re as bO,
|
|
7204
|
+
ke as bP,
|
|
7205
|
+
Ce as bQ,
|
|
7206
|
+
vn as ba,
|
|
7207
|
+
Un as bb,
|
|
7208
|
+
Ln as bc,
|
|
7209
|
+
$n as bd,
|
|
7210
|
+
Vn as be,
|
|
7211
|
+
jn as bf,
|
|
7212
|
+
Pn as bg,
|
|
7213
|
+
Zn as bh,
|
|
7214
|
+
Sn as bi,
|
|
7215
|
+
Pt as bj,
|
|
7216
|
+
Ut as bk,
|
|
7217
|
+
Gt as bl,
|
|
7218
|
+
jt as bm,
|
|
7219
|
+
Zt as bn,
|
|
7220
|
+
St as bo,
|
|
7221
|
+
$t as bp,
|
|
7222
|
+
Vt as bq,
|
|
7223
|
+
dn as br,
|
|
7224
|
+
on as bs,
|
|
7225
|
+
mn as bt,
|
|
7226
|
+
ln as bu,
|
|
7227
|
+
un as bv,
|
|
7228
|
+
ue as bw,
|
|
7229
|
+
x as bx,
|
|
7230
|
+
kt as by,
|
|
7231
|
+
Dt as bz,
|
|
7232
|
+
_n as c,
|
|
7233
|
+
Hn as d,
|
|
7234
|
+
Fn as e,
|
|
7235
|
+
m as f,
|
|
7236
|
+
xn as g,
|
|
7237
|
+
v as h,
|
|
7238
|
+
kn as i,
|
|
7239
|
+
An as j,
|
|
7240
|
+
Nn as k,
|
|
7241
|
+
le as l,
|
|
7242
|
+
l as m,
|
|
7243
|
+
me as n,
|
|
7244
|
+
A as o,
|
|
7245
|
+
Rn as p,
|
|
6679
7246
|
de as q,
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
7247
|
+
re as r,
|
|
7248
|
+
je as s,
|
|
7249
|
+
Se as t,
|
|
7250
|
+
M as u,
|
|
7251
|
+
Ve as v,
|
|
7252
|
+
c as w,
|
|
7253
|
+
Bn as x,
|
|
7254
|
+
zn as y,
|
|
7255
|
+
w as z
|
|
6689
7256
|
};
|
|
6690
|
-
//# sourceMappingURL=generated-
|
|
7257
|
+
//# sourceMappingURL=generated-B0XfMfoq.js.map
|