@boostxyz/sdk 6.1.3 → 7.0.0-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +7 -7
- 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 +77 -76
- 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.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.js +17 -17
- 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 +831 -520
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +48 -48
- package/dist/Budget-BgGihcwx.js +1124 -0
- package/dist/Budget-BgGihcwx.js.map +1 -0
- package/dist/Budget-DYlTLLwg.cjs +2 -0
- package/dist/Budget-DYlTLLwg.cjs.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 +22 -22
- 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 +20 -20
- package/dist/Incentive-BDqkFt0J.cjs +2 -0
- package/dist/Incentive-BDqkFt0J.cjs.map +1 -0
- package/dist/Incentive-DPOADY1f.js +449 -0
- package/dist/Incentive-DPOADY1f.js.map +1 -0
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +14 -14
- 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 +11 -11
- 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 +14 -14
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedIncentive.d.ts +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs +2 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs.map +1 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +3 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js +604 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js.map +1 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +2 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -0
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts +1103 -0
- 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/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +11 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +112 -80
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +2 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -0
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts +903 -0
- 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 -6
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +19 -14
- 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 +9 -9
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/SimpleDenyList-B_AcmgYq.cjs +2 -0
- package/dist/{SimpleDenyList-DgjVf7FK.cjs.map → SimpleDenyList-B_AcmgYq.cjs.map} +1 -1
- package/dist/SimpleDenyList-BbDLzRw7.js +133 -0
- package/dist/{SimpleDenyList-BKfPoTo1.js.map → SimpleDenyList-BbDLzRw7.js.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs.map +1 -1
- package/dist/Validators/LimitedSignerValidator.js +13 -13
- 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 +52 -52
- 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-C5ig8mCK.cjs +2 -0
- package/dist/componentInterfaces-C5ig8mCK.cjs.map +1 -0
- package/dist/componentInterfaces-Ddus5rIA.js +23 -0
- package/dist/componentInterfaces-Ddus5rIA.js.map +1 -0
- package/dist/deployments-C17nvui-.cjs +2 -0
- package/dist/deployments-C17nvui-.cjs.map +1 -0
- package/dist/deployments-CH4Xmkbv.js +132 -0
- package/dist/{deployments-W_LUj833.js.map → deployments-CH4Xmkbv.js.map} +1 -1
- package/dist/deployments.json +63 -48
- package/dist/{generated-CElkFqkY.js → generated-CINzoGbl.js} +2611 -955
- package/dist/generated-CINzoGbl.js.map +1 -0
- package/dist/generated-C_JEoLDO.cjs +3 -0
- package/dist/generated-C_JEoLDO.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +167 -154
- package/dist/index.js.map +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +20 -2
- 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.ts +3 -1
- package/src/Incentives/{ERC20PeggedVariableCriteriaIncentive.test.ts → ERC20PeggedVariableCriteriaIncentiveV2.test.ts} +20 -16
- package/src/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.ts +872 -0
- package/src/Incentives/ERC20VariableCriteriaIncentive.ts +50 -1
- package/src/Incentives/{ERC20VariableCriteriaIncentive.test.ts → ERC20VariableCriteriaIncentiveV2.test.ts} +24 -19
- package/src/Incentives/ERC20VariableCriteriaIncentiveV2.ts +447 -0
- package/src/Incentives/ERC20VariableIncentive.ts +4 -2
- package/src/Incentives/Incentive.ts +13 -2
- package/src/index.test.ts +2 -2
- package/src/index.ts +3 -0
- 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/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 Q, readContract as J, writeContract as X } from "viem/actions";
|
|
2
|
+
import { createClient as Y, custom as ee } from "viem";
|
|
3
|
+
import { parseAccount as te, getAddress as ne } from "viem/utils";
|
|
4
|
+
function F(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((g) => g.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 U(n) {
|
|
62
62
|
return n.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function B(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 ae = "2.13.8", ie = () => `@wagmi/core@${ae}`;
|
|
72
|
+
var V = 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
|
+
}, E, G;
|
|
77
|
+
class R extends Error {
|
|
78
78
|
get docsBaseUrl() {
|
|
79
79
|
return "https://wagmi.sh/core";
|
|
80
80
|
}
|
|
81
81
|
get version() {
|
|
82
|
-
return
|
|
82
|
+
return ie();
|
|
83
83
|
}
|
|
84
84
|
constructor(a, t = {}) {
|
|
85
85
|
var p;
|
|
86
|
-
super(),
|
|
86
|
+
super(), E.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 R ? t.cause.details : (p = t.cause) != null && p.message ? t.cause.message : t.details, r = t.cause instanceof R && 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 V(this, E, "m", G).call(this, this, a);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
return t != null && t(a) ? a : a.cause ?
|
|
129
|
+
E = /* @__PURE__ */ new WeakSet(), G = function n(a, t) {
|
|
130
|
+
return t != null && t(a) ? a : a.cause ? V(this, E, "m", n).call(this, a.cause, t) : a;
|
|
131
131
|
};
|
|
132
|
-
class
|
|
132
|
+
class se extends R {
|
|
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 pe extends R {
|
|
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 ye extends R {
|
|
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 ue extends R {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -180,117 +180,117 @@ 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 ue({ connector: l });
|
|
189
|
+
const [z, K] = 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: K,
|
|
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 se();
|
|
202
|
+
const p = a.chainId ?? t.chainId, u = await t.connector.getChainId();
|
|
203
|
+
if (u !== t.chainId)
|
|
204
|
+
throw new ye({
|
|
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 = te(a.account ?? t.accounts[0]);
|
|
212
|
+
if (y.address = ne(y.address), a.account && !t.accounts.some((l) => l.toLowerCase() === y.address.toLowerCase()))
|
|
213
|
+
throw new pe({
|
|
214
214
|
address: y.address,
|
|
215
|
-
connector:
|
|
215
|
+
connector: r
|
|
216
216
|
});
|
|
217
|
-
const
|
|
218
|
-
return
|
|
217
|
+
const g = n.chains.find((l) => l.id === p), C = await t.connector.getProvider({ chainId: p });
|
|
218
|
+
return Y({
|
|
219
219
|
account: y,
|
|
220
|
-
chain:
|
|
220
|
+
chain: g,
|
|
221
221
|
name: "Connector Client",
|
|
222
|
-
transport: (l) =>
|
|
222
|
+
transport: (l) => ee(C)({ ...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 g = n.getClient({ chainId: p }), C = B(g, Q, "simulateContract"), { result: l, request: z } = await C({ ...r, abi: t, account: y });
|
|
233
233
|
return {
|
|
234
|
-
chainId:
|
|
234
|
+
chainId: g.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 = U(a), r = F(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 } : {},
|
|
253
253
|
abi: n.abi
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
|
-
function
|
|
257
|
-
const { chainId: t, ...p } = a,
|
|
258
|
-
return
|
|
256
|
+
function P(n, a) {
|
|
257
|
+
const { chainId: t, ...p } = a, u = n.getClient({ chainId: t });
|
|
258
|
+
return B(u, J, "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
|
|
264
|
-
return
|
|
263
|
+
const u = U(a), r = F(a), y = (t == null ? void 0 : t.chainId) ?? r.chainId ?? u;
|
|
264
|
+
return P(a, {
|
|
265
265
|
...t,
|
|
266
266
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
267
267
|
address: (p = n.address) == null ? void 0 : p[y],
|
|
268
268
|
abi: n.abi
|
|
269
269
|
});
|
|
270
|
-
} : (a, t) =>
|
|
270
|
+
} : (a, t) => P(a, {
|
|
271
271
|
...t,
|
|
272
272
|
...n.address ? { address: n.address } : {},
|
|
273
273
|
...n.functionName ? { functionName: n.functionName } : {},
|
|
274
274
|
abi: n.abi
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
|
-
async function
|
|
278
|
-
const { account: t, chainId: p, connector:
|
|
279
|
-
let
|
|
280
|
-
typeof t == "object" && t.type === "local" ?
|
|
281
|
-
const { connector:
|
|
277
|
+
async function S(n, a) {
|
|
278
|
+
const { account: t, chainId: p, connector: u, __mode: r, ...y } = a;
|
|
279
|
+
let g;
|
|
280
|
+
typeof t == "object" && t.type === "local" ? g = n.getClient({ chainId: p }) : g = await Z(n, { account: t, chainId: p, connector: u });
|
|
281
|
+
const { connector: C } = F(n);
|
|
282
282
|
let l;
|
|
283
|
-
if (
|
|
283
|
+
if (r === "prepared" || C != null && C.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 B(g, X, "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 = U(a), r = F(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, S(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) => S(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 be = [
|
|
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
|
+
], ce = [
|
|
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
|
+
], Te = [
|
|
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
|
+
], j = [
|
|
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
|
+
], fe = [
|
|
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
|
+
], ve = [
|
|
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
|
+
], O = [
|
|
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
|
+
], A = [
|
|
2176
2177
|
{
|
|
2177
2178
|
type: "error",
|
|
2178
2179
|
inputs: [
|
|
@@ -2375,7 +2376,7 @@ const le = [
|
|
|
2375
2376
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2376
2377
|
stateMutability: "view"
|
|
2377
2378
|
}
|
|
2378
|
-
],
|
|
2379
|
+
], v = [
|
|
2379
2380
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2380
2381
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2381
2382
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -2800,7 +2801,7 @@ const le = [
|
|
|
2800
2801
|
outputs: [],
|
|
2801
2802
|
stateMutability: "payable"
|
|
2802
2803
|
}
|
|
2803
|
-
],
|
|
2804
|
+
], b = [
|
|
2804
2805
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2805
2806
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2806
2807
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3280,7 +3281,7 @@ const le = [
|
|
|
3280
3281
|
outputs: [],
|
|
3281
3282
|
stateMutability: "payable"
|
|
3282
3283
|
}
|
|
3283
|
-
],
|
|
3284
|
+
], c = [
|
|
3284
3285
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3285
3286
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3286
3287
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -4256,7 +4257,8 @@ const le = [
|
|
|
4256
4257
|
outputs: [],
|
|
4257
4258
|
stateMutability: "payable"
|
|
4258
4259
|
}
|
|
4259
|
-
],
|
|
4260
|
+
], m = [
|
|
4261
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4260
4262
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4261
4263
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4262
4264
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4303,6 +4305,7 @@ const le = [
|
|
|
4303
4305
|
type: "address",
|
|
4304
4306
|
indexed: !0
|
|
4305
4307
|
},
|
|
4308
|
+
{ name: "peg", internalType: "address", type: "address", indexed: !0 },
|
|
4306
4309
|
{
|
|
4307
4310
|
name: "reward",
|
|
4308
4311
|
internalType: "uint256",
|
|
@@ -4315,6 +4318,12 @@ const le = [
|
|
|
4315
4318
|
type: "uint256",
|
|
4316
4319
|
indexed: !1
|
|
4317
4320
|
},
|
|
4321
|
+
{
|
|
4322
|
+
name: "manager",
|
|
4323
|
+
internalType: "address",
|
|
4324
|
+
type: "address",
|
|
4325
|
+
indexed: !1
|
|
4326
|
+
},
|
|
4318
4327
|
{
|
|
4319
4328
|
name: "maxReward",
|
|
4320
4329
|
internalType: "uint256",
|
|
@@ -4323,7 +4332,7 @@ const le = [
|
|
|
4323
4332
|
},
|
|
4324
4333
|
{
|
|
4325
4334
|
name: "criteria",
|
|
4326
|
-
internalType: "struct
|
|
4335
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
4327
4336
|
type: "tuple",
|
|
4328
4337
|
components: [
|
|
4329
4338
|
{
|
|
@@ -4333,37 +4342,13 @@ const le = [
|
|
|
4333
4342
|
},
|
|
4334
4343
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4335
4344
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4336
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4345
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4346
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4337
4347
|
],
|
|
4338
4348
|
indexed: !1
|
|
4339
4349
|
}
|
|
4340
4350
|
],
|
|
4341
|
-
name: "
|
|
4342
|
-
},
|
|
4343
|
-
{
|
|
4344
|
-
type: "event",
|
|
4345
|
-
anonymous: !1,
|
|
4346
|
-
inputs: [
|
|
4347
|
-
{
|
|
4348
|
-
name: "asset",
|
|
4349
|
-
internalType: "address",
|
|
4350
|
-
type: "address",
|
|
4351
|
-
indexed: !0
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
name: "reward",
|
|
4355
|
-
internalType: "uint256",
|
|
4356
|
-
type: "uint256",
|
|
4357
|
-
indexed: !1
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
name: "limit",
|
|
4361
|
-
internalType: "uint256",
|
|
4362
|
-
type: "uint256",
|
|
4363
|
-
indexed: !1
|
|
4364
|
-
}
|
|
4365
|
-
],
|
|
4366
|
-
name: "ERC20VariableIncentiveInitialized"
|
|
4351
|
+
name: "ERC20PeggedIncentiveInitialized"
|
|
4367
4352
|
},
|
|
4368
4353
|
{
|
|
4369
4354
|
type: "event",
|
|
@@ -4548,7 +4533,7 @@ const le = [
|
|
|
4548
4533
|
outputs: [
|
|
4549
4534
|
{
|
|
4550
4535
|
name: "",
|
|
4551
|
-
internalType: "struct
|
|
4536
|
+
internalType: "struct AERC20PeggedVariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
4552
4537
|
type: "tuple",
|
|
4553
4538
|
components: [
|
|
4554
4539
|
{
|
|
@@ -4558,7 +4543,8 @@ const le = [
|
|
|
4558
4543
|
},
|
|
4559
4544
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4560
4545
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4561
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4546
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4547
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4562
4548
|
]
|
|
4563
4549
|
}
|
|
4564
4550
|
],
|
|
@@ -4571,6 +4557,13 @@ const le = [
|
|
|
4571
4557
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4572
4558
|
stateMutability: "view"
|
|
4573
4559
|
},
|
|
4560
|
+
{
|
|
4561
|
+
type: "function",
|
|
4562
|
+
inputs: [],
|
|
4563
|
+
name: "getPeg",
|
|
4564
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4565
|
+
stateMutability: "view"
|
|
4566
|
+
},
|
|
4574
4567
|
{
|
|
4575
4568
|
type: "function",
|
|
4576
4569
|
inputs: [
|
|
@@ -4623,7 +4616,8 @@ const le = [
|
|
|
4623
4616
|
},
|
|
4624
4617
|
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4625
4618
|
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4626
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4619
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
4620
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
4627
4621
|
],
|
|
4628
4622
|
stateMutability: "view"
|
|
4629
4623
|
},
|
|
@@ -4645,7 +4639,7 @@ const le = [
|
|
|
4645
4639
|
type: "function",
|
|
4646
4640
|
inputs: [
|
|
4647
4641
|
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
4648
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4642
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
4649
4643
|
],
|
|
4650
4644
|
name: "isClaimable",
|
|
4651
4645
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
@@ -4658,13 +4652,6 @@ const le = [
|
|
|
4658
4652
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4659
4653
|
stateMutability: "view"
|
|
4660
4654
|
},
|
|
4661
|
-
{
|
|
4662
|
-
type: "function",
|
|
4663
|
-
inputs: [],
|
|
4664
|
-
name: "maxReward",
|
|
4665
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4666
|
-
stateMutability: "view"
|
|
4667
|
-
},
|
|
4668
4655
|
{
|
|
4669
4656
|
type: "function",
|
|
4670
4657
|
inputs: [],
|
|
@@ -4681,6 +4668,13 @@ const le = [
|
|
|
4681
4668
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4682
4669
|
stateMutability: "view"
|
|
4683
4670
|
},
|
|
4671
|
+
{
|
|
4672
|
+
type: "function",
|
|
4673
|
+
inputs: [],
|
|
4674
|
+
name: "peg",
|
|
4675
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4676
|
+
stateMutability: "view"
|
|
4677
|
+
},
|
|
4684
4678
|
{
|
|
4685
4679
|
type: "function",
|
|
4686
4680
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -4767,6 +4761,13 @@ const le = [
|
|
|
4767
4761
|
outputs: [],
|
|
4768
4762
|
stateMutability: "nonpayable"
|
|
4769
4763
|
},
|
|
4764
|
+
{
|
|
4765
|
+
type: "function",
|
|
4766
|
+
inputs: [],
|
|
4767
|
+
name: "totalClaim",
|
|
4768
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4769
|
+
stateMutability: "view"
|
|
4770
|
+
},
|
|
4770
4771
|
{
|
|
4771
4772
|
type: "function",
|
|
4772
4773
|
inputs: [],
|
|
@@ -4781,8 +4782,7 @@ const le = [
|
|
|
4781
4782
|
outputs: [],
|
|
4782
4783
|
stateMutability: "payable"
|
|
4783
4784
|
}
|
|
4784
|
-
],
|
|
4785
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4785
|
+
], W = [
|
|
4786
4786
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4787
4787
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4788
4788
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4819,6 +4819,53 @@ const le = [
|
|
|
4819
4819
|
],
|
|
4820
4820
|
name: "Claimed"
|
|
4821
4821
|
},
|
|
4822
|
+
{
|
|
4823
|
+
type: "event",
|
|
4824
|
+
anonymous: !1,
|
|
4825
|
+
inputs: [
|
|
4826
|
+
{
|
|
4827
|
+
name: "asset",
|
|
4828
|
+
internalType: "address",
|
|
4829
|
+
type: "address",
|
|
4830
|
+
indexed: !0
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
name: "reward",
|
|
4834
|
+
internalType: "uint256",
|
|
4835
|
+
type: "uint256",
|
|
4836
|
+
indexed: !1
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
name: "limit",
|
|
4840
|
+
internalType: "uint256",
|
|
4841
|
+
type: "uint256",
|
|
4842
|
+
indexed: !1
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
name: "maxReward",
|
|
4846
|
+
internalType: "uint256",
|
|
4847
|
+
type: "uint256",
|
|
4848
|
+
indexed: !1
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
name: "criteria",
|
|
4852
|
+
internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
|
|
4853
|
+
type: "tuple",
|
|
4854
|
+
components: [
|
|
4855
|
+
{
|
|
4856
|
+
name: "criteriaType",
|
|
4857
|
+
internalType: "enum SignatureType",
|
|
4858
|
+
type: "uint8"
|
|
4859
|
+
},
|
|
4860
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
4861
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
4862
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
4863
|
+
],
|
|
4864
|
+
indexed: !1
|
|
4865
|
+
}
|
|
4866
|
+
],
|
|
4867
|
+
name: "ERC20VariableCriteriaIncentiveInitialized"
|
|
4868
|
+
},
|
|
4822
4869
|
{
|
|
4823
4870
|
type: "event",
|
|
4824
4871
|
anonymous: !1,
|
|
@@ -5020,6 +5067,36 @@ const le = [
|
|
|
5020
5067
|
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5021
5068
|
stateMutability: "pure"
|
|
5022
5069
|
},
|
|
5070
|
+
{
|
|
5071
|
+
type: "function",
|
|
5072
|
+
inputs: [],
|
|
5073
|
+
name: "getIncentiveCriteria",
|
|
5074
|
+
outputs: [
|
|
5075
|
+
{
|
|
5076
|
+
name: "",
|
|
5077
|
+
internalType: "struct AERC20VariableCriteriaIncentive.IncentiveCriteria",
|
|
5078
|
+
type: "tuple",
|
|
5079
|
+
components: [
|
|
5080
|
+
{
|
|
5081
|
+
name: "criteriaType",
|
|
5082
|
+
internalType: "enum SignatureType",
|
|
5083
|
+
type: "uint8"
|
|
5084
|
+
},
|
|
5085
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5086
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
5087
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
5088
|
+
]
|
|
5089
|
+
}
|
|
5090
|
+
],
|
|
5091
|
+
stateMutability: "view"
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
type: "function",
|
|
5095
|
+
inputs: [],
|
|
5096
|
+
name: "getMaxReward",
|
|
5097
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5098
|
+
stateMutability: "view"
|
|
5099
|
+
},
|
|
5023
5100
|
{
|
|
5024
5101
|
type: "function",
|
|
5025
5102
|
inputs: [
|
|
@@ -5060,6 +5137,22 @@ const le = [
|
|
|
5060
5137
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5061
5138
|
stateMutability: "view"
|
|
5062
5139
|
},
|
|
5140
|
+
{
|
|
5141
|
+
type: "function",
|
|
5142
|
+
inputs: [],
|
|
5143
|
+
name: "incentiveCriteria",
|
|
5144
|
+
outputs: [
|
|
5145
|
+
{
|
|
5146
|
+
name: "criteriaType",
|
|
5147
|
+
internalType: "enum SignatureType",
|
|
5148
|
+
type: "uint8"
|
|
5149
|
+
},
|
|
5150
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5151
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
5152
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
5153
|
+
],
|
|
5154
|
+
stateMutability: "view"
|
|
5155
|
+
},
|
|
5063
5156
|
{
|
|
5064
5157
|
type: "function",
|
|
5065
5158
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -5091,6 +5184,13 @@ const le = [
|
|
|
5091
5184
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5092
5185
|
stateMutability: "view"
|
|
5093
5186
|
},
|
|
5187
|
+
{
|
|
5188
|
+
type: "function",
|
|
5189
|
+
inputs: [],
|
|
5190
|
+
name: "maxReward",
|
|
5191
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5192
|
+
stateMutability: "view"
|
|
5193
|
+
},
|
|
5094
5194
|
{
|
|
5095
5195
|
type: "function",
|
|
5096
5196
|
inputs: [],
|
|
@@ -5207,61 +5307,1015 @@ const le = [
|
|
|
5207
5307
|
outputs: [],
|
|
5208
5308
|
stateMutability: "payable"
|
|
5209
5309
|
}
|
|
5210
|
-
],
|
|
5211
|
-
{ type: "
|
|
5310
|
+
], $ = [
|
|
5311
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5312
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
5212
5313
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5213
5314
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5315
|
+
{
|
|
5316
|
+
type: "error",
|
|
5317
|
+
inputs: [
|
|
5318
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
5319
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
5320
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
5321
|
+
],
|
|
5322
|
+
name: "InsufficientFunds"
|
|
5323
|
+
},
|
|
5324
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5214
5325
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5215
5326
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
5216
|
-
{ type: "error", inputs: [], name: "
|
|
5327
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
5328
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
5329
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
5330
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
5217
5331
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5332
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
5218
5333
|
{
|
|
5219
5334
|
type: "event",
|
|
5220
5335
|
anonymous: !1,
|
|
5221
5336
|
inputs: [
|
|
5222
5337
|
{
|
|
5223
|
-
name: "
|
|
5338
|
+
name: "recipient",
|
|
5224
5339
|
internalType: "address",
|
|
5225
5340
|
type: "address",
|
|
5226
5341
|
indexed: !0
|
|
5227
5342
|
},
|
|
5228
|
-
{
|
|
5229
|
-
name: "caller",
|
|
5230
|
-
internalType: "address",
|
|
5231
|
-
type: "address",
|
|
5232
|
-
indexed: !1
|
|
5233
|
-
},
|
|
5234
|
-
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
5235
5343
|
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
5236
5344
|
],
|
|
5237
|
-
name: "
|
|
5345
|
+
name: "Claimed"
|
|
5238
5346
|
},
|
|
5239
5347
|
{
|
|
5240
5348
|
type: "event",
|
|
5241
5349
|
anonymous: !1,
|
|
5242
5350
|
inputs: [
|
|
5243
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
5244
5351
|
{
|
|
5245
|
-
name: "
|
|
5246
|
-
internalType: "
|
|
5247
|
-
type: "
|
|
5352
|
+
name: "asset",
|
|
5353
|
+
internalType: "address",
|
|
5354
|
+
type: "address",
|
|
5355
|
+
indexed: !0
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
name: "reward",
|
|
5359
|
+
internalType: "uint256",
|
|
5360
|
+
type: "uint256",
|
|
5248
5361
|
indexed: !1
|
|
5249
5362
|
},
|
|
5250
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
5251
|
-
],
|
|
5252
|
-
name: "ActionValidated"
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
type: "event",
|
|
5256
|
-
anonymous: !1,
|
|
5257
|
-
inputs: [
|
|
5258
5363
|
{
|
|
5259
|
-
name: "
|
|
5260
|
-
internalType: "
|
|
5364
|
+
name: "limit",
|
|
5365
|
+
internalType: "uint256",
|
|
5366
|
+
type: "uint256",
|
|
5367
|
+
indexed: !1
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
name: "maxReward",
|
|
5371
|
+
internalType: "uint256",
|
|
5372
|
+
type: "uint256",
|
|
5373
|
+
indexed: !1
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
name: "criteria",
|
|
5377
|
+
internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
5261
5378
|
type: "tuple",
|
|
5262
5379
|
components: [
|
|
5263
5380
|
{
|
|
5264
|
-
name: "
|
|
5381
|
+
name: "criteriaType",
|
|
5382
|
+
internalType: "enum SignatureType",
|
|
5383
|
+
type: "uint8"
|
|
5384
|
+
},
|
|
5385
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5386
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
5387
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5388
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5389
|
+
],
|
|
5390
|
+
indexed: !1
|
|
5391
|
+
}
|
|
5392
|
+
],
|
|
5393
|
+
name: "ERC20VariableCriteriaIncentiveInitialized"
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
type: "event",
|
|
5397
|
+
anonymous: !1,
|
|
5398
|
+
inputs: [
|
|
5399
|
+
{
|
|
5400
|
+
name: "asset",
|
|
5401
|
+
internalType: "address",
|
|
5402
|
+
type: "address",
|
|
5403
|
+
indexed: !0
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
name: "reward",
|
|
5407
|
+
internalType: "uint256",
|
|
5408
|
+
type: "uint256",
|
|
5409
|
+
indexed: !1
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
name: "limit",
|
|
5413
|
+
internalType: "uint256",
|
|
5414
|
+
type: "uint256",
|
|
5415
|
+
indexed: !1
|
|
5416
|
+
}
|
|
5417
|
+
],
|
|
5418
|
+
name: "ERC20VariableIncentiveInitialized"
|
|
5419
|
+
},
|
|
5420
|
+
{
|
|
5421
|
+
type: "event",
|
|
5422
|
+
anonymous: !1,
|
|
5423
|
+
inputs: [
|
|
5424
|
+
{
|
|
5425
|
+
name: "version",
|
|
5426
|
+
internalType: "uint64",
|
|
5427
|
+
type: "uint64",
|
|
5428
|
+
indexed: !1
|
|
5429
|
+
}
|
|
5430
|
+
],
|
|
5431
|
+
name: "Initialized"
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
type: "event",
|
|
5435
|
+
anonymous: !1,
|
|
5436
|
+
inputs: [
|
|
5437
|
+
{
|
|
5438
|
+
name: "pendingOwner",
|
|
5439
|
+
internalType: "address",
|
|
5440
|
+
type: "address",
|
|
5441
|
+
indexed: !0
|
|
5442
|
+
}
|
|
5443
|
+
],
|
|
5444
|
+
name: "OwnershipHandoverCanceled"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
type: "event",
|
|
5448
|
+
anonymous: !1,
|
|
5449
|
+
inputs: [
|
|
5450
|
+
{
|
|
5451
|
+
name: "pendingOwner",
|
|
5452
|
+
internalType: "address",
|
|
5453
|
+
type: "address",
|
|
5454
|
+
indexed: !0
|
|
5455
|
+
}
|
|
5456
|
+
],
|
|
5457
|
+
name: "OwnershipHandoverRequested"
|
|
5458
|
+
},
|
|
5459
|
+
{
|
|
5460
|
+
type: "event",
|
|
5461
|
+
anonymous: !1,
|
|
5462
|
+
inputs: [
|
|
5463
|
+
{
|
|
5464
|
+
name: "oldOwner",
|
|
5465
|
+
internalType: "address",
|
|
5466
|
+
type: "address",
|
|
5467
|
+
indexed: !0
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
name: "newOwner",
|
|
5471
|
+
internalType: "address",
|
|
5472
|
+
type: "address",
|
|
5473
|
+
indexed: !0
|
|
5474
|
+
}
|
|
5475
|
+
],
|
|
5476
|
+
name: "OwnershipTransferred"
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
type: "event",
|
|
5480
|
+
anonymous: !1,
|
|
5481
|
+
inputs: [
|
|
5482
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
5483
|
+
{
|
|
5484
|
+
name: "roles",
|
|
5485
|
+
internalType: "uint256",
|
|
5486
|
+
type: "uint256",
|
|
5487
|
+
indexed: !0
|
|
5488
|
+
}
|
|
5489
|
+
],
|
|
5490
|
+
name: "RolesUpdated"
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
type: "event",
|
|
5494
|
+
anonymous: !1,
|
|
5495
|
+
inputs: [
|
|
5496
|
+
{
|
|
5497
|
+
name: "sender",
|
|
5498
|
+
internalType: "address",
|
|
5499
|
+
type: "address",
|
|
5500
|
+
indexed: !1
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
name: "amount",
|
|
5504
|
+
internalType: "uint256",
|
|
5505
|
+
type: "uint256",
|
|
5506
|
+
indexed: !1
|
|
5507
|
+
}
|
|
5508
|
+
],
|
|
5509
|
+
name: "ToppedUp"
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
type: "function",
|
|
5513
|
+
inputs: [],
|
|
5514
|
+
name: "ADMIN_ROLE",
|
|
5515
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5516
|
+
stateMutability: "view"
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
type: "function",
|
|
5520
|
+
inputs: [],
|
|
5521
|
+
name: "MANAGER_ROLE",
|
|
5522
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5523
|
+
stateMutability: "view"
|
|
5524
|
+
},
|
|
5525
|
+
{
|
|
5526
|
+
type: "function",
|
|
5527
|
+
inputs: [],
|
|
5528
|
+
name: "asset",
|
|
5529
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5530
|
+
stateMutability: "view"
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
type: "function",
|
|
5534
|
+
inputs: [],
|
|
5535
|
+
name: "cancelOwnershipHandover",
|
|
5536
|
+
outputs: [],
|
|
5537
|
+
stateMutability: "payable"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
type: "function",
|
|
5541
|
+
inputs: [
|
|
5542
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
5543
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
5544
|
+
],
|
|
5545
|
+
name: "claim",
|
|
5546
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5547
|
+
stateMutability: "nonpayable"
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
type: "function",
|
|
5551
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5552
|
+
name: "claimed",
|
|
5553
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5554
|
+
stateMutability: "view"
|
|
5555
|
+
},
|
|
5556
|
+
{
|
|
5557
|
+
type: "function",
|
|
5558
|
+
inputs: [],
|
|
5559
|
+
name: "claims",
|
|
5560
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5561
|
+
stateMutability: "view"
|
|
5562
|
+
},
|
|
5563
|
+
{
|
|
5564
|
+
type: "function",
|
|
5565
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5566
|
+
name: "clawback",
|
|
5567
|
+
outputs: [
|
|
5568
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
5569
|
+
{ name: "", internalType: "address", type: "address" }
|
|
5570
|
+
],
|
|
5571
|
+
stateMutability: "nonpayable"
|
|
5572
|
+
},
|
|
5573
|
+
{
|
|
5574
|
+
type: "function",
|
|
5575
|
+
inputs: [
|
|
5576
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5577
|
+
],
|
|
5578
|
+
name: "completeOwnershipHandover",
|
|
5579
|
+
outputs: [],
|
|
5580
|
+
stateMutability: "payable"
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
type: "function",
|
|
5584
|
+
inputs: [],
|
|
5585
|
+
name: "currentReward",
|
|
5586
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5587
|
+
stateMutability: "view"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
type: "function",
|
|
5591
|
+
inputs: [],
|
|
5592
|
+
name: "getComponentInterface",
|
|
5593
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5594
|
+
stateMutability: "pure"
|
|
5595
|
+
},
|
|
5596
|
+
{
|
|
5597
|
+
type: "function",
|
|
5598
|
+
inputs: [],
|
|
5599
|
+
name: "getIncentiveCriteria",
|
|
5600
|
+
outputs: [
|
|
5601
|
+
{
|
|
5602
|
+
name: "",
|
|
5603
|
+
internalType: "struct AERC20VariableCriteriaIncentiveV2.IncentiveCriteria",
|
|
5604
|
+
type: "tuple",
|
|
5605
|
+
components: [
|
|
5606
|
+
{
|
|
5607
|
+
name: "criteriaType",
|
|
5608
|
+
internalType: "enum SignatureType",
|
|
5609
|
+
type: "uint8"
|
|
5610
|
+
},
|
|
5611
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5612
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
5613
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5614
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5615
|
+
]
|
|
5616
|
+
}
|
|
5617
|
+
],
|
|
5618
|
+
stateMutability: "view"
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
type: "function",
|
|
5622
|
+
inputs: [],
|
|
5623
|
+
name: "getMaxReward",
|
|
5624
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5625
|
+
stateMutability: "view"
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
type: "function",
|
|
5629
|
+
inputs: [
|
|
5630
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5631
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5632
|
+
],
|
|
5633
|
+
name: "grantManyRoles",
|
|
5634
|
+
outputs: [],
|
|
5635
|
+
stateMutability: "nonpayable"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
type: "function",
|
|
5639
|
+
inputs: [
|
|
5640
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5641
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5642
|
+
],
|
|
5643
|
+
name: "grantRoles",
|
|
5644
|
+
outputs: [],
|
|
5645
|
+
stateMutability: "payable"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
type: "function",
|
|
5649
|
+
inputs: [
|
|
5650
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5651
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5652
|
+
],
|
|
5653
|
+
name: "hasAllRoles",
|
|
5654
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5655
|
+
stateMutability: "view"
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
type: "function",
|
|
5659
|
+
inputs: [
|
|
5660
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5661
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5662
|
+
],
|
|
5663
|
+
name: "hasAnyRole",
|
|
5664
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5665
|
+
stateMutability: "view"
|
|
5666
|
+
},
|
|
5667
|
+
{
|
|
5668
|
+
type: "function",
|
|
5669
|
+
inputs: [],
|
|
5670
|
+
name: "incentiveCriteria",
|
|
5671
|
+
outputs: [
|
|
5672
|
+
{
|
|
5673
|
+
name: "criteriaType",
|
|
5674
|
+
internalType: "enum SignatureType",
|
|
5675
|
+
type: "uint8"
|
|
5676
|
+
},
|
|
5677
|
+
{ name: "signature", internalType: "bytes32", type: "bytes32" },
|
|
5678
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
5679
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
5680
|
+
{ name: "valueType", internalType: "enum ValueType", type: "uint8" }
|
|
5681
|
+
],
|
|
5682
|
+
stateMutability: "view"
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
type: "function",
|
|
5686
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5687
|
+
name: "initialize",
|
|
5688
|
+
outputs: [],
|
|
5689
|
+
stateMutability: "nonpayable"
|
|
5690
|
+
},
|
|
5691
|
+
{
|
|
5692
|
+
type: "function",
|
|
5693
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
5694
|
+
name: "isAuthorized",
|
|
5695
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5696
|
+
stateMutability: "view"
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
type: "function",
|
|
5700
|
+
inputs: [
|
|
5701
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
5702
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
5703
|
+
],
|
|
5704
|
+
name: "isClaimable",
|
|
5705
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5706
|
+
stateMutability: "view"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
type: "function",
|
|
5710
|
+
inputs: [],
|
|
5711
|
+
name: "limit",
|
|
5712
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5713
|
+
stateMutability: "view"
|
|
5714
|
+
},
|
|
5715
|
+
{
|
|
5716
|
+
type: "function",
|
|
5717
|
+
inputs: [],
|
|
5718
|
+
name: "maxReward",
|
|
5719
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5720
|
+
stateMutability: "view"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
type: "function",
|
|
5724
|
+
inputs: [],
|
|
5725
|
+
name: "owner",
|
|
5726
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
5727
|
+
stateMutability: "view"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
type: "function",
|
|
5731
|
+
inputs: [
|
|
5732
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5733
|
+
],
|
|
5734
|
+
name: "ownershipHandoverExpiresAt",
|
|
5735
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
5736
|
+
stateMutability: "view"
|
|
5737
|
+
},
|
|
5738
|
+
{
|
|
5739
|
+
type: "function",
|
|
5740
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5741
|
+
name: "preflight",
|
|
5742
|
+
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
5743
|
+
stateMutability: "view"
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
type: "function",
|
|
5747
|
+
inputs: [],
|
|
5748
|
+
name: "renounceOwnership",
|
|
5749
|
+
outputs: [],
|
|
5750
|
+
stateMutability: "payable"
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
type: "function",
|
|
5754
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
5755
|
+
name: "renounceRoles",
|
|
5756
|
+
outputs: [],
|
|
5757
|
+
stateMutability: "payable"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
type: "function",
|
|
5761
|
+
inputs: [],
|
|
5762
|
+
name: "requestOwnershipHandover",
|
|
5763
|
+
outputs: [],
|
|
5764
|
+
stateMutability: "payable"
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
type: "function",
|
|
5768
|
+
inputs: [
|
|
5769
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5770
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5771
|
+
],
|
|
5772
|
+
name: "revokeManyRoles",
|
|
5773
|
+
outputs: [],
|
|
5774
|
+
stateMutability: "nonpayable"
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
type: "function",
|
|
5778
|
+
inputs: [
|
|
5779
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5780
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5781
|
+
],
|
|
5782
|
+
name: "revokeRoles",
|
|
5783
|
+
outputs: [],
|
|
5784
|
+
stateMutability: "payable"
|
|
5785
|
+
},
|
|
5786
|
+
{
|
|
5787
|
+
type: "function",
|
|
5788
|
+
inputs: [],
|
|
5789
|
+
name: "reward",
|
|
5790
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5791
|
+
stateMutability: "view"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
type: "function",
|
|
5795
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
5796
|
+
name: "rolesOf",
|
|
5797
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
5798
|
+
stateMutability: "view"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
type: "function",
|
|
5802
|
+
inputs: [
|
|
5803
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5804
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
5805
|
+
],
|
|
5806
|
+
name: "setAuthorized",
|
|
5807
|
+
outputs: [],
|
|
5808
|
+
stateMutability: "nonpayable"
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
type: "function",
|
|
5812
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
5813
|
+
name: "supportsInterface",
|
|
5814
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5815
|
+
stateMutability: "view"
|
|
5816
|
+
},
|
|
5817
|
+
{
|
|
5818
|
+
type: "function",
|
|
5819
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
5820
|
+
name: "topup",
|
|
5821
|
+
outputs: [],
|
|
5822
|
+
stateMutability: "nonpayable"
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
type: "function",
|
|
5826
|
+
inputs: [],
|
|
5827
|
+
name: "totalClaimed",
|
|
5828
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5829
|
+
stateMutability: "view"
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
type: "function",
|
|
5833
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
5834
|
+
name: "transferOwnership",
|
|
5835
|
+
outputs: [],
|
|
5836
|
+
stateMutability: "payable"
|
|
5837
|
+
}
|
|
5838
|
+
], w = [
|
|
5839
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5840
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5841
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
5842
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5843
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5844
|
+
{
|
|
5845
|
+
type: "error",
|
|
5846
|
+
inputs: [
|
|
5847
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
5848
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
5849
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
5850
|
+
],
|
|
5851
|
+
name: "InsufficientFunds"
|
|
5852
|
+
},
|
|
5853
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5854
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5855
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
5856
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
5857
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
5858
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
5859
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
5860
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5861
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
5862
|
+
{
|
|
5863
|
+
type: "event",
|
|
5864
|
+
anonymous: !1,
|
|
5865
|
+
inputs: [
|
|
5866
|
+
{
|
|
5867
|
+
name: "recipient",
|
|
5868
|
+
internalType: "address",
|
|
5869
|
+
type: "address",
|
|
5870
|
+
indexed: !0
|
|
5871
|
+
},
|
|
5872
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
5873
|
+
],
|
|
5874
|
+
name: "Claimed"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
type: "event",
|
|
5878
|
+
anonymous: !1,
|
|
5879
|
+
inputs: [
|
|
5880
|
+
{
|
|
5881
|
+
name: "asset",
|
|
5882
|
+
internalType: "address",
|
|
5883
|
+
type: "address",
|
|
5884
|
+
indexed: !0
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
name: "reward",
|
|
5888
|
+
internalType: "uint256",
|
|
5889
|
+
type: "uint256",
|
|
5890
|
+
indexed: !1
|
|
5891
|
+
},
|
|
5892
|
+
{
|
|
5893
|
+
name: "limit",
|
|
5894
|
+
internalType: "uint256",
|
|
5895
|
+
type: "uint256",
|
|
5896
|
+
indexed: !1
|
|
5897
|
+
}
|
|
5898
|
+
],
|
|
5899
|
+
name: "ERC20VariableIncentiveInitialized"
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
type: "event",
|
|
5903
|
+
anonymous: !1,
|
|
5904
|
+
inputs: [
|
|
5905
|
+
{
|
|
5906
|
+
name: "version",
|
|
5907
|
+
internalType: "uint64",
|
|
5908
|
+
type: "uint64",
|
|
5909
|
+
indexed: !1
|
|
5910
|
+
}
|
|
5911
|
+
],
|
|
5912
|
+
name: "Initialized"
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
type: "event",
|
|
5916
|
+
anonymous: !1,
|
|
5917
|
+
inputs: [
|
|
5918
|
+
{
|
|
5919
|
+
name: "pendingOwner",
|
|
5920
|
+
internalType: "address",
|
|
5921
|
+
type: "address",
|
|
5922
|
+
indexed: !0
|
|
5923
|
+
}
|
|
5924
|
+
],
|
|
5925
|
+
name: "OwnershipHandoverCanceled"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
type: "event",
|
|
5929
|
+
anonymous: !1,
|
|
5930
|
+
inputs: [
|
|
5931
|
+
{
|
|
5932
|
+
name: "pendingOwner",
|
|
5933
|
+
internalType: "address",
|
|
5934
|
+
type: "address",
|
|
5935
|
+
indexed: !0
|
|
5936
|
+
}
|
|
5937
|
+
],
|
|
5938
|
+
name: "OwnershipHandoverRequested"
|
|
5939
|
+
},
|
|
5940
|
+
{
|
|
5941
|
+
type: "event",
|
|
5942
|
+
anonymous: !1,
|
|
5943
|
+
inputs: [
|
|
5944
|
+
{
|
|
5945
|
+
name: "oldOwner",
|
|
5946
|
+
internalType: "address",
|
|
5947
|
+
type: "address",
|
|
5948
|
+
indexed: !0
|
|
5949
|
+
},
|
|
5950
|
+
{
|
|
5951
|
+
name: "newOwner",
|
|
5952
|
+
internalType: "address",
|
|
5953
|
+
type: "address",
|
|
5954
|
+
indexed: !0
|
|
5955
|
+
}
|
|
5956
|
+
],
|
|
5957
|
+
name: "OwnershipTransferred"
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
type: "event",
|
|
5961
|
+
anonymous: !1,
|
|
5962
|
+
inputs: [
|
|
5963
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
5964
|
+
{
|
|
5965
|
+
name: "roles",
|
|
5966
|
+
internalType: "uint256",
|
|
5967
|
+
type: "uint256",
|
|
5968
|
+
indexed: !0
|
|
5969
|
+
}
|
|
5970
|
+
],
|
|
5971
|
+
name: "RolesUpdated"
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
type: "event",
|
|
5975
|
+
anonymous: !1,
|
|
5976
|
+
inputs: [
|
|
5977
|
+
{
|
|
5978
|
+
name: "sender",
|
|
5979
|
+
internalType: "address",
|
|
5980
|
+
type: "address",
|
|
5981
|
+
indexed: !1
|
|
5982
|
+
},
|
|
5983
|
+
{
|
|
5984
|
+
name: "amount",
|
|
5985
|
+
internalType: "uint256",
|
|
5986
|
+
type: "uint256",
|
|
5987
|
+
indexed: !1
|
|
5988
|
+
}
|
|
5989
|
+
],
|
|
5990
|
+
name: "ToppedUp"
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
type: "function",
|
|
5994
|
+
inputs: [],
|
|
5995
|
+
name: "ADMIN_ROLE",
|
|
5996
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5997
|
+
stateMutability: "view"
|
|
5998
|
+
},
|
|
5999
|
+
{
|
|
6000
|
+
type: "function",
|
|
6001
|
+
inputs: [],
|
|
6002
|
+
name: "MANAGER_ROLE",
|
|
6003
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6004
|
+
stateMutability: "view"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
type: "function",
|
|
6008
|
+
inputs: [],
|
|
6009
|
+
name: "asset",
|
|
6010
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
6011
|
+
stateMutability: "view"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
type: "function",
|
|
6015
|
+
inputs: [],
|
|
6016
|
+
name: "cancelOwnershipHandover",
|
|
6017
|
+
outputs: [],
|
|
6018
|
+
stateMutability: "payable"
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
type: "function",
|
|
6022
|
+
inputs: [
|
|
6023
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
6024
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
6025
|
+
],
|
|
6026
|
+
name: "claim",
|
|
6027
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6028
|
+
stateMutability: "nonpayable"
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
type: "function",
|
|
6032
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
6033
|
+
name: "claimed",
|
|
6034
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6035
|
+
stateMutability: "view"
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
type: "function",
|
|
6039
|
+
inputs: [],
|
|
6040
|
+
name: "claims",
|
|
6041
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6042
|
+
stateMutability: "view"
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
type: "function",
|
|
6046
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
6047
|
+
name: "clawback",
|
|
6048
|
+
outputs: [
|
|
6049
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
6050
|
+
{ name: "", internalType: "address", type: "address" }
|
|
6051
|
+
],
|
|
6052
|
+
stateMutability: "nonpayable"
|
|
6053
|
+
},
|
|
6054
|
+
{
|
|
6055
|
+
type: "function",
|
|
6056
|
+
inputs: [
|
|
6057
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
6058
|
+
],
|
|
6059
|
+
name: "completeOwnershipHandover",
|
|
6060
|
+
outputs: [],
|
|
6061
|
+
stateMutability: "payable"
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
type: "function",
|
|
6065
|
+
inputs: [],
|
|
6066
|
+
name: "currentReward",
|
|
6067
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6068
|
+
stateMutability: "view"
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
type: "function",
|
|
6072
|
+
inputs: [],
|
|
6073
|
+
name: "getComponentInterface",
|
|
6074
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
6075
|
+
stateMutability: "pure"
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
type: "function",
|
|
6079
|
+
inputs: [
|
|
6080
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
6081
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
6082
|
+
],
|
|
6083
|
+
name: "grantManyRoles",
|
|
6084
|
+
outputs: [],
|
|
6085
|
+
stateMutability: "nonpayable"
|
|
6086
|
+
},
|
|
6087
|
+
{
|
|
6088
|
+
type: "function",
|
|
6089
|
+
inputs: [
|
|
6090
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
6091
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
6092
|
+
],
|
|
6093
|
+
name: "grantRoles",
|
|
6094
|
+
outputs: [],
|
|
6095
|
+
stateMutability: "payable"
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
type: "function",
|
|
6099
|
+
inputs: [
|
|
6100
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
6101
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
6102
|
+
],
|
|
6103
|
+
name: "hasAllRoles",
|
|
6104
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6105
|
+
stateMutability: "view"
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
type: "function",
|
|
6109
|
+
inputs: [
|
|
6110
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
6111
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
6112
|
+
],
|
|
6113
|
+
name: "hasAnyRole",
|
|
6114
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6115
|
+
stateMutability: "view"
|
|
6116
|
+
},
|
|
6117
|
+
{
|
|
6118
|
+
type: "function",
|
|
6119
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
6120
|
+
name: "initialize",
|
|
6121
|
+
outputs: [],
|
|
6122
|
+
stateMutability: "nonpayable"
|
|
6123
|
+
},
|
|
6124
|
+
{
|
|
6125
|
+
type: "function",
|
|
6126
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
6127
|
+
name: "isAuthorized",
|
|
6128
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6129
|
+
stateMutability: "view"
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
type: "function",
|
|
6133
|
+
inputs: [
|
|
6134
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
6135
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
6136
|
+
],
|
|
6137
|
+
name: "isClaimable",
|
|
6138
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6139
|
+
stateMutability: "view"
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
type: "function",
|
|
6143
|
+
inputs: [],
|
|
6144
|
+
name: "limit",
|
|
6145
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6146
|
+
stateMutability: "view"
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
type: "function",
|
|
6150
|
+
inputs: [],
|
|
6151
|
+
name: "owner",
|
|
6152
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
6153
|
+
stateMutability: "view"
|
|
6154
|
+
},
|
|
6155
|
+
{
|
|
6156
|
+
type: "function",
|
|
6157
|
+
inputs: [
|
|
6158
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
6159
|
+
],
|
|
6160
|
+
name: "ownershipHandoverExpiresAt",
|
|
6161
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
6162
|
+
stateMutability: "view"
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
type: "function",
|
|
6166
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
6167
|
+
name: "preflight",
|
|
6168
|
+
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
6169
|
+
stateMutability: "view"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
type: "function",
|
|
6173
|
+
inputs: [],
|
|
6174
|
+
name: "renounceOwnership",
|
|
6175
|
+
outputs: [],
|
|
6176
|
+
stateMutability: "payable"
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
type: "function",
|
|
6180
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
6181
|
+
name: "renounceRoles",
|
|
6182
|
+
outputs: [],
|
|
6183
|
+
stateMutability: "payable"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
type: "function",
|
|
6187
|
+
inputs: [],
|
|
6188
|
+
name: "requestOwnershipHandover",
|
|
6189
|
+
outputs: [],
|
|
6190
|
+
stateMutability: "payable"
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
type: "function",
|
|
6194
|
+
inputs: [
|
|
6195
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
6196
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
6197
|
+
],
|
|
6198
|
+
name: "revokeManyRoles",
|
|
6199
|
+
outputs: [],
|
|
6200
|
+
stateMutability: "nonpayable"
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
type: "function",
|
|
6204
|
+
inputs: [
|
|
6205
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
6206
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
6207
|
+
],
|
|
6208
|
+
name: "revokeRoles",
|
|
6209
|
+
outputs: [],
|
|
6210
|
+
stateMutability: "payable"
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
type: "function",
|
|
6214
|
+
inputs: [],
|
|
6215
|
+
name: "reward",
|
|
6216
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6217
|
+
stateMutability: "view"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
type: "function",
|
|
6221
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
6222
|
+
name: "rolesOf",
|
|
6223
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
6224
|
+
stateMutability: "view"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
type: "function",
|
|
6228
|
+
inputs: [
|
|
6229
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
6230
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
6231
|
+
],
|
|
6232
|
+
name: "setAuthorized",
|
|
6233
|
+
outputs: [],
|
|
6234
|
+
stateMutability: "nonpayable"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
type: "function",
|
|
6238
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
6239
|
+
name: "supportsInterface",
|
|
6240
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
6241
|
+
stateMutability: "view"
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
type: "function",
|
|
6245
|
+
inputs: [{ name: "amount", internalType: "uint256", type: "uint256" }],
|
|
6246
|
+
name: "topup",
|
|
6247
|
+
outputs: [],
|
|
6248
|
+
stateMutability: "nonpayable"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
type: "function",
|
|
6252
|
+
inputs: [],
|
|
6253
|
+
name: "totalClaimed",
|
|
6254
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
6255
|
+
stateMutability: "view"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
type: "function",
|
|
6259
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
6260
|
+
name: "transferOwnership",
|
|
6261
|
+
outputs: [],
|
|
6262
|
+
stateMutability: "payable"
|
|
6263
|
+
}
|
|
6264
|
+
], q = [
|
|
6265
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6266
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
6267
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
6268
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
6269
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
6270
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
6271
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
6272
|
+
{
|
|
6273
|
+
type: "event",
|
|
6274
|
+
anonymous: !1,
|
|
6275
|
+
inputs: [
|
|
6276
|
+
{
|
|
6277
|
+
name: "executor",
|
|
6278
|
+
internalType: "address",
|
|
6279
|
+
type: "address",
|
|
6280
|
+
indexed: !0
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
name: "caller",
|
|
6284
|
+
internalType: "address",
|
|
6285
|
+
type: "address",
|
|
6286
|
+
indexed: !1
|
|
6287
|
+
},
|
|
6288
|
+
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
6289
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
6290
|
+
],
|
|
6291
|
+
name: "ActionExecuted"
|
|
6292
|
+
},
|
|
6293
|
+
{
|
|
6294
|
+
type: "event",
|
|
6295
|
+
anonymous: !1,
|
|
6296
|
+
inputs: [
|
|
6297
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
6298
|
+
{
|
|
6299
|
+
name: "isValidated",
|
|
6300
|
+
internalType: "bool",
|
|
6301
|
+
type: "bool",
|
|
6302
|
+
indexed: !1
|
|
6303
|
+
},
|
|
6304
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
6305
|
+
],
|
|
6306
|
+
name: "ActionValidated"
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
type: "event",
|
|
6310
|
+
anonymous: !1,
|
|
6311
|
+
inputs: [
|
|
6312
|
+
{
|
|
6313
|
+
name: "actionClaimant",
|
|
6314
|
+
internalType: "struct AEventAction.ActionClaimant",
|
|
6315
|
+
type: "tuple",
|
|
6316
|
+
components: [
|
|
6317
|
+
{
|
|
6318
|
+
name: "signatureType",
|
|
5265
6319
|
internalType: "enum AEventAction.SignatureType",
|
|
5266
6320
|
type: "uint8"
|
|
5267
6321
|
},
|
|
@@ -5596,7 +6650,7 @@ const le = [
|
|
|
5596
6650
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5597
6651
|
stateMutability: "view"
|
|
5598
6652
|
}
|
|
5599
|
-
],
|
|
6653
|
+
], re = [
|
|
5600
6654
|
{
|
|
5601
6655
|
type: "function",
|
|
5602
6656
|
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
@@ -5604,7 +6658,7 @@ const le = [
|
|
|
5604
6658
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5605
6659
|
stateMutability: "view"
|
|
5606
6660
|
}
|
|
5607
|
-
],
|
|
6661
|
+
], N = [
|
|
5608
6662
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5609
6663
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5610
6664
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -5864,10 +6918,11 @@ const le = [
|
|
|
5864
6918
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5865
6919
|
stateMutability: "payable"
|
|
5866
6920
|
}
|
|
5867
|
-
],
|
|
6921
|
+
], T = [
|
|
5868
6922
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5869
6923
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5870
6924
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
6925
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
5871
6926
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5872
6927
|
{
|
|
5873
6928
|
type: "error",
|
|
@@ -6305,10 +7360,11 @@ const le = [
|
|
|
6305
7360
|
stateMutability: "payable"
|
|
6306
7361
|
},
|
|
6307
7362
|
{ type: "receive", stateMutability: "payable" }
|
|
6308
|
-
],
|
|
7363
|
+
], _ = [
|
|
6309
7364
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6310
7365
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6311
7366
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
7367
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
6312
7368
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
6313
7369
|
{
|
|
6314
7370
|
type: "error",
|
|
@@ -6863,10 +7919,11 @@ const le = [
|
|
|
6863
7919
|
stateMutability: "payable"
|
|
6864
7920
|
},
|
|
6865
7921
|
{ type: "receive", stateMutability: "payable" }
|
|
6866
|
-
],
|
|
7922
|
+
], H = [
|
|
6867
7923
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
6868
7924
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
6869
7925
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
7926
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
6870
7927
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
6871
7928
|
{
|
|
6872
7929
|
type: "error",
|
|
@@ -7475,7 +8532,7 @@ const le = [
|
|
|
7475
8532
|
stateMutability: "payable"
|
|
7476
8533
|
},
|
|
7477
8534
|
{ type: "receive", stateMutability: "payable" }
|
|
7478
|
-
],
|
|
8535
|
+
], M = [
|
|
7479
8536
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
7480
8537
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
7481
8538
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
@@ -7646,7 +8703,7 @@ const le = [
|
|
|
7646
8703
|
outputs: [],
|
|
7647
8704
|
stateMutability: "payable"
|
|
7648
8705
|
}
|
|
7649
|
-
],
|
|
8706
|
+
], oe = [
|
|
7650
8707
|
{
|
|
7651
8708
|
type: "function",
|
|
7652
8709
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -7654,7 +8711,7 @@ const le = [
|
|
|
7654
8711
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
7655
8712
|
stateMutability: "view"
|
|
7656
8713
|
}
|
|
7657
|
-
],
|
|
8714
|
+
], h = [
|
|
7658
8715
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
7659
8716
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
7660
8717
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -8008,12 +9065,263 @@ const le = [
|
|
|
8008
9065
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
8009
9066
|
stateMutability: "view"
|
|
8010
9067
|
}
|
|
8011
|
-
],
|
|
9068
|
+
], f = [
|
|
9069
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
9070
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
9071
|
+
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
9072
|
+
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
9073
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
9074
|
+
{
|
|
9075
|
+
type: "event",
|
|
9076
|
+
anonymous: !1,
|
|
9077
|
+
inputs: [
|
|
9078
|
+
{
|
|
9079
|
+
name: "pendingOwner",
|
|
9080
|
+
internalType: "address",
|
|
9081
|
+
type: "address",
|
|
9082
|
+
indexed: !0
|
|
9083
|
+
}
|
|
9084
|
+
],
|
|
9085
|
+
name: "OwnershipHandoverCanceled"
|
|
9086
|
+
},
|
|
9087
|
+
{
|
|
9088
|
+
type: "event",
|
|
9089
|
+
anonymous: !1,
|
|
9090
|
+
inputs: [
|
|
9091
|
+
{
|
|
9092
|
+
name: "pendingOwner",
|
|
9093
|
+
internalType: "address",
|
|
9094
|
+
type: "address",
|
|
9095
|
+
indexed: !0
|
|
9096
|
+
}
|
|
9097
|
+
],
|
|
9098
|
+
name: "OwnershipHandoverRequested"
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
type: "event",
|
|
9102
|
+
anonymous: !1,
|
|
9103
|
+
inputs: [
|
|
9104
|
+
{
|
|
9105
|
+
name: "oldOwner",
|
|
9106
|
+
internalType: "address",
|
|
9107
|
+
type: "address",
|
|
9108
|
+
indexed: !0
|
|
9109
|
+
},
|
|
9110
|
+
{
|
|
9111
|
+
name: "newOwner",
|
|
9112
|
+
internalType: "address",
|
|
9113
|
+
type: "address",
|
|
9114
|
+
indexed: !0
|
|
9115
|
+
}
|
|
9116
|
+
],
|
|
9117
|
+
name: "OwnershipTransferred"
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
type: "event",
|
|
9121
|
+
anonymous: !1,
|
|
9122
|
+
inputs: [
|
|
9123
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
9124
|
+
{
|
|
9125
|
+
name: "roles",
|
|
9126
|
+
internalType: "uint256",
|
|
9127
|
+
type: "uint256",
|
|
9128
|
+
indexed: !0
|
|
9129
|
+
}
|
|
9130
|
+
],
|
|
9131
|
+
name: "RolesUpdated"
|
|
9132
|
+
},
|
|
9133
|
+
{
|
|
9134
|
+
type: "function",
|
|
9135
|
+
inputs: [],
|
|
9136
|
+
name: "ADMIN_ROLE",
|
|
9137
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9138
|
+
stateMutability: "view"
|
|
9139
|
+
},
|
|
9140
|
+
{
|
|
9141
|
+
type: "function",
|
|
9142
|
+
inputs: [],
|
|
9143
|
+
name: "MANAGER_ROLE",
|
|
9144
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9145
|
+
stateMutability: "view"
|
|
9146
|
+
},
|
|
9147
|
+
{
|
|
9148
|
+
type: "function",
|
|
9149
|
+
inputs: [],
|
|
9150
|
+
name: "cancelOwnershipHandover",
|
|
9151
|
+
outputs: [],
|
|
9152
|
+
stateMutability: "payable"
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
type: "function",
|
|
9156
|
+
inputs: [
|
|
9157
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
9158
|
+
],
|
|
9159
|
+
name: "completeOwnershipHandover",
|
|
9160
|
+
outputs: [],
|
|
9161
|
+
stateMutability: "payable"
|
|
9162
|
+
},
|
|
9163
|
+
{
|
|
9164
|
+
type: "function",
|
|
9165
|
+
inputs: [
|
|
9166
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9167
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
9168
|
+
],
|
|
9169
|
+
name: "grantManyRoles",
|
|
9170
|
+
outputs: [],
|
|
9171
|
+
stateMutability: "nonpayable"
|
|
9172
|
+
},
|
|
9173
|
+
{
|
|
9174
|
+
type: "function",
|
|
9175
|
+
inputs: [
|
|
9176
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9177
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9178
|
+
],
|
|
9179
|
+
name: "grantRoles",
|
|
9180
|
+
outputs: [],
|
|
9181
|
+
stateMutability: "payable"
|
|
9182
|
+
},
|
|
9183
|
+
{
|
|
9184
|
+
type: "function",
|
|
9185
|
+
inputs: [
|
|
9186
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9187
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9188
|
+
],
|
|
9189
|
+
name: "hasAllRoles",
|
|
9190
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9191
|
+
stateMutability: "view"
|
|
9192
|
+
},
|
|
9193
|
+
{
|
|
9194
|
+
type: "function",
|
|
9195
|
+
inputs: [
|
|
9196
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9197
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9198
|
+
],
|
|
9199
|
+
name: "hasAnyRole",
|
|
9200
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9201
|
+
stateMutability: "view"
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
type: "function",
|
|
9205
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
9206
|
+
name: "isAuthorized",
|
|
9207
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9208
|
+
stateMutability: "view"
|
|
9209
|
+
},
|
|
9210
|
+
{
|
|
9211
|
+
type: "function",
|
|
9212
|
+
inputs: [],
|
|
9213
|
+
name: "owner",
|
|
9214
|
+
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
9215
|
+
stateMutability: "view"
|
|
9216
|
+
},
|
|
9217
|
+
{
|
|
9218
|
+
type: "function",
|
|
9219
|
+
inputs: [
|
|
9220
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
9221
|
+
],
|
|
9222
|
+
name: "ownershipHandoverExpiresAt",
|
|
9223
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
9224
|
+
stateMutability: "view"
|
|
9225
|
+
},
|
|
9226
|
+
{
|
|
9227
|
+
type: "function",
|
|
9228
|
+
inputs: [],
|
|
9229
|
+
name: "renounceOwnership",
|
|
9230
|
+
outputs: [],
|
|
9231
|
+
stateMutability: "payable"
|
|
9232
|
+
},
|
|
9233
|
+
{
|
|
9234
|
+
type: "function",
|
|
9235
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
9236
|
+
name: "renounceRoles",
|
|
9237
|
+
outputs: [],
|
|
9238
|
+
stateMutability: "payable"
|
|
9239
|
+
},
|
|
9240
|
+
{
|
|
9241
|
+
type: "function",
|
|
9242
|
+
inputs: [],
|
|
9243
|
+
name: "requestOwnershipHandover",
|
|
9244
|
+
outputs: [],
|
|
9245
|
+
stateMutability: "payable"
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
type: "function",
|
|
9249
|
+
inputs: [
|
|
9250
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9251
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
9252
|
+
],
|
|
9253
|
+
name: "revokeManyRoles",
|
|
9254
|
+
outputs: [],
|
|
9255
|
+
stateMutability: "nonpayable"
|
|
9256
|
+
},
|
|
9257
|
+
{
|
|
9258
|
+
type: "function",
|
|
9259
|
+
inputs: [
|
|
9260
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9261
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9262
|
+
],
|
|
9263
|
+
name: "revokeRoles",
|
|
9264
|
+
outputs: [],
|
|
9265
|
+
stateMutability: "payable"
|
|
9266
|
+
},
|
|
9267
|
+
{
|
|
9268
|
+
type: "function",
|
|
9269
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
9270
|
+
name: "rolesOf",
|
|
9271
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
9272
|
+
stateMutability: "view"
|
|
9273
|
+
},
|
|
9274
|
+
{
|
|
9275
|
+
type: "function",
|
|
9276
|
+
inputs: [
|
|
9277
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9278
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
9279
|
+
],
|
|
9280
|
+
name: "setAuthorized",
|
|
9281
|
+
outputs: [],
|
|
9282
|
+
stateMutability: "nonpayable"
|
|
9283
|
+
},
|
|
9284
|
+
{
|
|
9285
|
+
type: "function",
|
|
9286
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
9287
|
+
name: "transferOwnership",
|
|
9288
|
+
outputs: [],
|
|
9289
|
+
stateMutability: "payable"
|
|
9290
|
+
}
|
|
9291
|
+
], x = [
|
|
9292
|
+
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
8012
9293
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
9294
|
+
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
9295
|
+
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
9296
|
+
{
|
|
9297
|
+
type: "error",
|
|
9298
|
+
inputs: [
|
|
9299
|
+
{ name: "available", internalType: "uint8", type: "uint8" },
|
|
9300
|
+
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
9301
|
+
],
|
|
9302
|
+
name: "InvalidIncentive"
|
|
9303
|
+
},
|
|
9304
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
9305
|
+
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
8013
9306
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
8014
9307
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
8015
9308
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
9309
|
+
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
9310
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
8016
9311
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
9312
|
+
{
|
|
9313
|
+
type: "event",
|
|
9314
|
+
anonymous: !1,
|
|
9315
|
+
inputs: [
|
|
9316
|
+
{
|
|
9317
|
+
name: "version",
|
|
9318
|
+
internalType: "uint64",
|
|
9319
|
+
type: "uint64",
|
|
9320
|
+
indexed: !1
|
|
9321
|
+
}
|
|
9322
|
+
],
|
|
9323
|
+
name: "Initialized"
|
|
9324
|
+
},
|
|
8017
9325
|
{
|
|
8018
9326
|
type: "event",
|
|
8019
9327
|
anonymous: !1,
|
|
@@ -8063,29 +9371,14 @@ const le = [
|
|
|
8063
9371
|
type: "event",
|
|
8064
9372
|
anonymous: !1,
|
|
8065
9373
|
inputs: [
|
|
8066
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
8067
9374
|
{
|
|
8068
|
-
name: "
|
|
8069
|
-
internalType: "
|
|
8070
|
-
type: "
|
|
8071
|
-
indexed: !
|
|
9375
|
+
name: "validatorCaller",
|
|
9376
|
+
internalType: "address",
|
|
9377
|
+
type: "address",
|
|
9378
|
+
indexed: !1
|
|
8072
9379
|
}
|
|
8073
9380
|
],
|
|
8074
|
-
name: "
|
|
8075
|
-
},
|
|
8076
|
-
{
|
|
8077
|
-
type: "function",
|
|
8078
|
-
inputs: [],
|
|
8079
|
-
name: "ADMIN_ROLE",
|
|
8080
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
8081
|
-
stateMutability: "view"
|
|
8082
|
-
},
|
|
8083
|
-
{
|
|
8084
|
-
type: "function",
|
|
8085
|
-
inputs: [],
|
|
8086
|
-
name: "MANAGER_ROLE",
|
|
8087
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
8088
|
-
stateMutability: "view"
|
|
9381
|
+
name: "SignerValidatorInitialized"
|
|
8089
9382
|
},
|
|
8090
9383
|
{
|
|
8091
9384
|
type: "function",
|
|
@@ -8105,50 +9398,46 @@ const le = [
|
|
|
8105
9398
|
},
|
|
8106
9399
|
{
|
|
8107
9400
|
type: "function",
|
|
8108
|
-
inputs: [
|
|
8109
|
-
|
|
8110
|
-
|
|
9401
|
+
inputs: [],
|
|
9402
|
+
name: "eip712Domain",
|
|
9403
|
+
outputs: [
|
|
9404
|
+
{ name: "fields", internalType: "bytes1", type: "bytes1" },
|
|
9405
|
+
{ name: "name", internalType: "string", type: "string" },
|
|
9406
|
+
{ name: "version", internalType: "string", type: "string" },
|
|
9407
|
+
{ name: "chainId", internalType: "uint256", type: "uint256" },
|
|
9408
|
+
{ name: "verifyingContract", internalType: "address", type: "address" },
|
|
9409
|
+
{ name: "salt", internalType: "bytes32", type: "bytes32" },
|
|
9410
|
+
{ name: "extensions", internalType: "uint256[]", type: "uint256[]" }
|
|
8111
9411
|
],
|
|
8112
|
-
|
|
8113
|
-
outputs: [],
|
|
8114
|
-
stateMutability: "nonpayable"
|
|
9412
|
+
stateMutability: "view"
|
|
8115
9413
|
},
|
|
8116
9414
|
{
|
|
8117
9415
|
type: "function",
|
|
8118
|
-
inputs: [
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
name: "grantRoles",
|
|
8123
|
-
outputs: [],
|
|
8124
|
-
stateMutability: "payable"
|
|
9416
|
+
inputs: [],
|
|
9417
|
+
name: "getComponentInterface",
|
|
9418
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
9419
|
+
stateMutability: "pure"
|
|
8125
9420
|
},
|
|
8126
9421
|
{
|
|
8127
9422
|
type: "function",
|
|
8128
9423
|
inputs: [
|
|
8129
|
-
{ name: "
|
|
8130
|
-
{ name: "
|
|
9424
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
9425
|
+
{ name: "incentiveQuantity", internalType: "uint8", type: "uint8" },
|
|
9426
|
+
{ name: "claimant", internalType: "address", type: "address" },
|
|
9427
|
+
{ name: "incentiveData", internalType: "bytes", type: "bytes" }
|
|
8131
9428
|
],
|
|
8132
|
-
name: "
|
|
8133
|
-
outputs: [
|
|
8134
|
-
|
|
8135
|
-
},
|
|
8136
|
-
{
|
|
8137
|
-
type: "function",
|
|
8138
|
-
inputs: [
|
|
8139
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
8140
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9429
|
+
name: "hashSignerData",
|
|
9430
|
+
outputs: [
|
|
9431
|
+
{ name: "hashedSignerData", internalType: "bytes32", type: "bytes32" }
|
|
8141
9432
|
],
|
|
8142
|
-
name: "hasAnyRole",
|
|
8143
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8144
9433
|
stateMutability: "view"
|
|
8145
9434
|
},
|
|
8146
9435
|
{
|
|
8147
9436
|
type: "function",
|
|
8148
|
-
inputs: [{ name: "
|
|
8149
|
-
name: "
|
|
8150
|
-
outputs: [
|
|
8151
|
-
stateMutability: "
|
|
9437
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
9438
|
+
name: "initialize",
|
|
9439
|
+
outputs: [],
|
|
9440
|
+
stateMutability: "nonpayable"
|
|
8152
9441
|
},
|
|
8153
9442
|
{
|
|
8154
9443
|
type: "function",
|
|
@@ -8173,13 +9462,6 @@ const le = [
|
|
|
8173
9462
|
outputs: [],
|
|
8174
9463
|
stateMutability: "payable"
|
|
8175
9464
|
},
|
|
8176
|
-
{
|
|
8177
|
-
type: "function",
|
|
8178
|
-
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
8179
|
-
name: "renounceRoles",
|
|
8180
|
-
outputs: [],
|
|
8181
|
-
stateMutability: "payable"
|
|
8182
|
-
},
|
|
8183
9465
|
{
|
|
8184
9466
|
type: "function",
|
|
8185
9467
|
inputs: [],
|
|
@@ -8190,39 +9472,33 @@ const le = [
|
|
|
8190
9472
|
{
|
|
8191
9473
|
type: "function",
|
|
8192
9474
|
inputs: [
|
|
8193
|
-
{ name: "
|
|
8194
|
-
{ name: "
|
|
9475
|
+
{ name: "signers_", internalType: "address[]", type: "address[]" },
|
|
9476
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
8195
9477
|
],
|
|
8196
|
-
name: "
|
|
9478
|
+
name: "setAuthorized",
|
|
8197
9479
|
outputs: [],
|
|
8198
9480
|
stateMutability: "nonpayable"
|
|
8199
9481
|
},
|
|
8200
9482
|
{
|
|
8201
9483
|
type: "function",
|
|
8202
|
-
inputs: [
|
|
8203
|
-
|
|
8204
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
8205
|
-
],
|
|
8206
|
-
name: "revokeRoles",
|
|
9484
|
+
inputs: [{ name: "newCaller", internalType: "address", type: "address" }],
|
|
9485
|
+
name: "setValidatorCaller",
|
|
8207
9486
|
outputs: [],
|
|
8208
|
-
stateMutability: "
|
|
9487
|
+
stateMutability: "nonpayable"
|
|
8209
9488
|
},
|
|
8210
9489
|
{
|
|
8211
9490
|
type: "function",
|
|
8212
|
-
inputs: [{ name: "
|
|
8213
|
-
name: "
|
|
8214
|
-
outputs: [{ name: "
|
|
9491
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
9492
|
+
name: "signers",
|
|
9493
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8215
9494
|
stateMutability: "view"
|
|
8216
9495
|
},
|
|
8217
9496
|
{
|
|
8218
9497
|
type: "function",
|
|
8219
|
-
inputs: [
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
name: "setAuthorized",
|
|
8224
|
-
outputs: [],
|
|
8225
|
-
stateMutability: "nonpayable"
|
|
9498
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
9499
|
+
name: "supportsInterface",
|
|
9500
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9501
|
+
stateMutability: "view"
|
|
8226
9502
|
},
|
|
8227
9503
|
{
|
|
8228
9504
|
type: "function",
|
|
@@ -8230,20 +9506,24 @@ const le = [
|
|
|
8230
9506
|
name: "transferOwnership",
|
|
8231
9507
|
outputs: [],
|
|
8232
9508
|
stateMutability: "payable"
|
|
9509
|
+
},
|
|
9510
|
+
{
|
|
9511
|
+
type: "function",
|
|
9512
|
+
inputs: [
|
|
9513
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
9514
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
9515
|
+
{ name: "claimant", internalType: "address", type: "address" },
|
|
9516
|
+
{ name: "claimData", internalType: "bytes", type: "bytes" }
|
|
9517
|
+
],
|
|
9518
|
+
name: "validate",
|
|
9519
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9520
|
+
stateMutability: "payable"
|
|
8233
9521
|
}
|
|
8234
|
-
],
|
|
9522
|
+
], k = [
|
|
8235
9523
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
8236
9524
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
8237
9525
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
8238
9526
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
8239
|
-
{
|
|
8240
|
-
type: "error",
|
|
8241
|
-
inputs: [
|
|
8242
|
-
{ name: "available", internalType: "uint8", type: "uint8" },
|
|
8243
|
-
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
8244
|
-
],
|
|
8245
|
-
name: "InvalidIncentive"
|
|
8246
|
-
},
|
|
8247
9527
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
8248
9528
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
8249
9529
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
@@ -8314,14 +9594,29 @@ const le = [
|
|
|
8314
9594
|
type: "event",
|
|
8315
9595
|
anonymous: !1,
|
|
8316
9596
|
inputs: [
|
|
9597
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
8317
9598
|
{
|
|
8318
|
-
name: "
|
|
8319
|
-
internalType: "
|
|
8320
|
-
type: "
|
|
8321
|
-
indexed: !
|
|
9599
|
+
name: "roles",
|
|
9600
|
+
internalType: "uint256",
|
|
9601
|
+
type: "uint256",
|
|
9602
|
+
indexed: !0
|
|
8322
9603
|
}
|
|
8323
9604
|
],
|
|
8324
|
-
name: "
|
|
9605
|
+
name: "RolesUpdated"
|
|
9606
|
+
},
|
|
9607
|
+
{
|
|
9608
|
+
type: "function",
|
|
9609
|
+
inputs: [],
|
|
9610
|
+
name: "ADMIN_ROLE",
|
|
9611
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9612
|
+
stateMutability: "view"
|
|
9613
|
+
},
|
|
9614
|
+
{
|
|
9615
|
+
type: "function",
|
|
9616
|
+
inputs: [],
|
|
9617
|
+
name: "MANAGER_ROLE",
|
|
9618
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
9619
|
+
stateMutability: "view"
|
|
8325
9620
|
},
|
|
8326
9621
|
{
|
|
8327
9622
|
type: "function",
|
|
@@ -8342,45 +9637,73 @@ const le = [
|
|
|
8342
9637
|
{
|
|
8343
9638
|
type: "function",
|
|
8344
9639
|
inputs: [],
|
|
8345
|
-
name: "
|
|
8346
|
-
outputs: [
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
{ name: "
|
|
8353
|
-
{ name: "
|
|
9640
|
+
name: "getComponentInterface",
|
|
9641
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
9642
|
+
stateMutability: "pure"
|
|
9643
|
+
},
|
|
9644
|
+
{
|
|
9645
|
+
type: "function",
|
|
9646
|
+
inputs: [
|
|
9647
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9648
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
8354
9649
|
],
|
|
8355
|
-
|
|
9650
|
+
name: "grantManyRoles",
|
|
9651
|
+
outputs: [],
|
|
9652
|
+
stateMutability: "nonpayable"
|
|
8356
9653
|
},
|
|
8357
9654
|
{
|
|
8358
9655
|
type: "function",
|
|
8359
|
-
inputs: [
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
9656
|
+
inputs: [
|
|
9657
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9658
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9659
|
+
],
|
|
9660
|
+
name: "grantRoles",
|
|
9661
|
+
outputs: [],
|
|
9662
|
+
stateMutability: "payable"
|
|
8363
9663
|
},
|
|
8364
9664
|
{
|
|
8365
9665
|
type: "function",
|
|
8366
9666
|
inputs: [
|
|
8367
|
-
{ name: "
|
|
8368
|
-
{ name: "
|
|
8369
|
-
{ name: "claimant", internalType: "address", type: "address" },
|
|
8370
|
-
{ name: "incentiveData", internalType: "bytes", type: "bytes" }
|
|
9667
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9668
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
8371
9669
|
],
|
|
8372
|
-
name: "
|
|
8373
|
-
outputs: [
|
|
8374
|
-
|
|
9670
|
+
name: "hasAllRoles",
|
|
9671
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9672
|
+
stateMutability: "view"
|
|
9673
|
+
},
|
|
9674
|
+
{
|
|
9675
|
+
type: "function",
|
|
9676
|
+
inputs: [
|
|
9677
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9678
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9679
|
+
],
|
|
9680
|
+
name: "hasAnyRole",
|
|
9681
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9682
|
+
stateMutability: "view"
|
|
9683
|
+
},
|
|
9684
|
+
{
|
|
9685
|
+
type: "function",
|
|
9686
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
9687
|
+
name: "initialize",
|
|
9688
|
+
outputs: [],
|
|
9689
|
+
stateMutability: "nonpayable"
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
type: "function",
|
|
9693
|
+
inputs: [
|
|
9694
|
+
{ name: "user_", internalType: "address", type: "address" },
|
|
9695
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
8375
9696
|
],
|
|
9697
|
+
name: "isAllowed",
|
|
9698
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8376
9699
|
stateMutability: "view"
|
|
8377
9700
|
},
|
|
8378
9701
|
{
|
|
8379
9702
|
type: "function",
|
|
8380
|
-
inputs: [{ name: "
|
|
8381
|
-
name: "
|
|
8382
|
-
outputs: [],
|
|
8383
|
-
stateMutability: "
|
|
9703
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
9704
|
+
name: "isAuthorized",
|
|
9705
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9706
|
+
stateMutability: "view"
|
|
8384
9707
|
},
|
|
8385
9708
|
{
|
|
8386
9709
|
type: "function",
|
|
@@ -8405,6 +9728,13 @@ const le = [
|
|
|
8405
9728
|
outputs: [],
|
|
8406
9729
|
stateMutability: "payable"
|
|
8407
9730
|
},
|
|
9731
|
+
{
|
|
9732
|
+
type: "function",
|
|
9733
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
9734
|
+
name: "renounceRoles",
|
|
9735
|
+
outputs: [],
|
|
9736
|
+
stateMutability: "payable"
|
|
9737
|
+
},
|
|
8408
9738
|
{
|
|
8409
9739
|
type: "function",
|
|
8410
9740
|
inputs: [],
|
|
@@ -8415,27 +9745,50 @@ const le = [
|
|
|
8415
9745
|
{
|
|
8416
9746
|
type: "function",
|
|
8417
9747
|
inputs: [
|
|
8418
|
-
{ name: "
|
|
8419
|
-
{ name: "
|
|
9748
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9749
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
8420
9750
|
],
|
|
8421
|
-
name: "
|
|
9751
|
+
name: "revokeManyRoles",
|
|
8422
9752
|
outputs: [],
|
|
8423
9753
|
stateMutability: "nonpayable"
|
|
8424
9754
|
},
|
|
8425
9755
|
{
|
|
8426
9756
|
type: "function",
|
|
8427
|
-
inputs: [
|
|
8428
|
-
|
|
9757
|
+
inputs: [
|
|
9758
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
9759
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
9760
|
+
],
|
|
9761
|
+
name: "revokeRoles",
|
|
8429
9762
|
outputs: [],
|
|
8430
|
-
stateMutability: "
|
|
9763
|
+
stateMutability: "payable"
|
|
8431
9764
|
},
|
|
8432
9765
|
{
|
|
8433
9766
|
type: "function",
|
|
8434
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
8435
|
-
name: "
|
|
8436
|
-
outputs: [{ name: "", internalType: "
|
|
9767
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
9768
|
+
name: "rolesOf",
|
|
9769
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
8437
9770
|
stateMutability: "view"
|
|
8438
9771
|
},
|
|
9772
|
+
{
|
|
9773
|
+
type: "function",
|
|
9774
|
+
inputs: [
|
|
9775
|
+
{ name: "users_", internalType: "address[]", type: "address[]" },
|
|
9776
|
+
{ name: "allowed_", internalType: "bool[]", type: "bool[]" }
|
|
9777
|
+
],
|
|
9778
|
+
name: "setAllowed",
|
|
9779
|
+
outputs: [],
|
|
9780
|
+
stateMutability: "nonpayable"
|
|
9781
|
+
},
|
|
9782
|
+
{
|
|
9783
|
+
type: "function",
|
|
9784
|
+
inputs: [
|
|
9785
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
9786
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
9787
|
+
],
|
|
9788
|
+
name: "setAuthorized",
|
|
9789
|
+
outputs: [],
|
|
9790
|
+
stateMutability: "nonpayable"
|
|
9791
|
+
},
|
|
8439
9792
|
{
|
|
8440
9793
|
type: "function",
|
|
8441
9794
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
@@ -8449,20 +9802,8 @@ const le = [
|
|
|
8449
9802
|
name: "transferOwnership",
|
|
8450
9803
|
outputs: [],
|
|
8451
9804
|
stateMutability: "payable"
|
|
8452
|
-
},
|
|
8453
|
-
{
|
|
8454
|
-
type: "function",
|
|
8455
|
-
inputs: [
|
|
8456
|
-
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
8457
|
-
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
8458
|
-
{ name: "claimant", internalType: "address", type: "address" },
|
|
8459
|
-
{ name: "claimData", internalType: "bytes", type: "bytes" }
|
|
8460
|
-
],
|
|
8461
|
-
name: "validate",
|
|
8462
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8463
|
-
stateMutability: "payable"
|
|
8464
9805
|
}
|
|
8465
|
-
],
|
|
9806
|
+
], L = [
|
|
8466
9807
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
8467
9808
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
8468
9809
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -8715,20 +10056,20 @@ const le = [
|
|
|
8715
10056
|
{
|
|
8716
10057
|
type: "function",
|
|
8717
10058
|
inputs: [
|
|
8718
|
-
{ name: "
|
|
8719
|
-
{ name: "
|
|
10059
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
10060
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
8720
10061
|
],
|
|
8721
|
-
name: "
|
|
10062
|
+
name: "setAuthorized",
|
|
8722
10063
|
outputs: [],
|
|
8723
10064
|
stateMutability: "nonpayable"
|
|
8724
10065
|
},
|
|
8725
10066
|
{
|
|
8726
10067
|
type: "function",
|
|
8727
10068
|
inputs: [
|
|
8728
|
-
{ name: "
|
|
8729
|
-
{ name: "
|
|
10069
|
+
{ name: "users_", internalType: "address[]", type: "address[]" },
|
|
10070
|
+
{ name: "denied_", internalType: "bool[]", type: "bool[]" }
|
|
8730
10071
|
],
|
|
8731
|
-
name: "
|
|
10072
|
+
name: "setDenied",
|
|
8732
10073
|
outputs: [],
|
|
8733
10074
|
stateMutability: "nonpayable"
|
|
8734
10075
|
},
|
|
@@ -8746,19 +10087,67 @@ const le = [
|
|
|
8746
10087
|
outputs: [],
|
|
8747
10088
|
stateMutability: "payable"
|
|
8748
10089
|
}
|
|
8749
|
-
],
|
|
8750
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
10090
|
+
], I = [
|
|
8751
10091
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
8752
10092
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
10093
|
+
{ type: "error", inputs: [], name: "FnSelectorNotRecognized" },
|
|
8753
10094
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
10095
|
+
{
|
|
10096
|
+
type: "error",
|
|
10097
|
+
inputs: [
|
|
10098
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
10099
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
10100
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
10101
|
+
],
|
|
10102
|
+
name: "InsufficientFunds"
|
|
10103
|
+
},
|
|
10104
|
+
{
|
|
10105
|
+
type: "error",
|
|
10106
|
+
inputs: [
|
|
10107
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
10108
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
10109
|
+
],
|
|
10110
|
+
name: "InvalidAllocation"
|
|
10111
|
+
},
|
|
8754
10112
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
8755
10113
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
8756
10114
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
8757
10115
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
8758
10116
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
10117
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
8759
10118
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
10119
|
+
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
10120
|
+
{
|
|
10121
|
+
type: "error",
|
|
10122
|
+
inputs: [
|
|
10123
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
10124
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
10125
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
10126
|
+
],
|
|
10127
|
+
name: "TransferFailed"
|
|
10128
|
+
},
|
|
8760
10129
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
8761
10130
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
10131
|
+
{
|
|
10132
|
+
type: "event",
|
|
10133
|
+
anonymous: !1,
|
|
10134
|
+
inputs: [
|
|
10135
|
+
{
|
|
10136
|
+
name: "asset",
|
|
10137
|
+
internalType: "address",
|
|
10138
|
+
type: "address",
|
|
10139
|
+
indexed: !0
|
|
10140
|
+
},
|
|
10141
|
+
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
10142
|
+
{
|
|
10143
|
+
name: "amount",
|
|
10144
|
+
internalType: "uint256",
|
|
10145
|
+
type: "uint256",
|
|
10146
|
+
indexed: !1
|
|
10147
|
+
}
|
|
10148
|
+
],
|
|
10149
|
+
name: "Distributed"
|
|
10150
|
+
},
|
|
8762
10151
|
{
|
|
8763
10152
|
type: "event",
|
|
8764
10153
|
anonymous: !1,
|
|
@@ -8831,6 +10220,7 @@ const le = [
|
|
|
8831
10220
|
],
|
|
8832
10221
|
name: "RolesUpdated"
|
|
8833
10222
|
},
|
|
10223
|
+
{ type: "fallback", stateMutability: "payable" },
|
|
8834
10224
|
{
|
|
8835
10225
|
type: "function",
|
|
8836
10226
|
inputs: [],
|
|
@@ -8845,6 +10235,37 @@ const le = [
|
|
|
8845
10235
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
8846
10236
|
stateMutability: "view"
|
|
8847
10237
|
},
|
|
10238
|
+
{
|
|
10239
|
+
type: "function",
|
|
10240
|
+
inputs: [],
|
|
10241
|
+
name: "PERMIT2",
|
|
10242
|
+
outputs: [{ name: "", internalType: "contract IPermit2", type: "address" }],
|
|
10243
|
+
stateMutability: "view"
|
|
10244
|
+
},
|
|
10245
|
+
{
|
|
10246
|
+
type: "function",
|
|
10247
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
10248
|
+
name: "allocate",
|
|
10249
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
10250
|
+
stateMutability: "payable"
|
|
10251
|
+
},
|
|
10252
|
+
{
|
|
10253
|
+
type: "function",
|
|
10254
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
10255
|
+
name: "available",
|
|
10256
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10257
|
+
stateMutability: "view"
|
|
10258
|
+
},
|
|
10259
|
+
{
|
|
10260
|
+
type: "function",
|
|
10261
|
+
inputs: [
|
|
10262
|
+
{ name: "", internalType: "address", type: "address" },
|
|
10263
|
+
{ name: "", internalType: "uint256", type: "uint256" }
|
|
10264
|
+
],
|
|
10265
|
+
name: "available",
|
|
10266
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10267
|
+
stateMutability: "view"
|
|
10268
|
+
},
|
|
8848
10269
|
{
|
|
8849
10270
|
type: "function",
|
|
8850
10271
|
inputs: [],
|
|
@@ -8852,6 +10273,28 @@ const le = [
|
|
|
8852
10273
|
outputs: [],
|
|
8853
10274
|
stateMutability: "payable"
|
|
8854
10275
|
},
|
|
10276
|
+
{
|
|
10277
|
+
type: "function",
|
|
10278
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
10279
|
+
name: "clawback",
|
|
10280
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10281
|
+
stateMutability: "nonpayable"
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
type: "function",
|
|
10285
|
+
inputs: [
|
|
10286
|
+
{ name: "target", internalType: "address", type: "address" },
|
|
10287
|
+
{ name: "data_", internalType: "bytes", type: "bytes" },
|
|
10288
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
10289
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" }
|
|
10290
|
+
],
|
|
10291
|
+
name: "clawbackFromTarget",
|
|
10292
|
+
outputs: [
|
|
10293
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
10294
|
+
{ name: "", internalType: "address", type: "address" }
|
|
10295
|
+
],
|
|
10296
|
+
stateMutability: "nonpayable"
|
|
10297
|
+
},
|
|
8855
10298
|
{
|
|
8856
10299
|
type: "function",
|
|
8857
10300
|
inputs: [
|
|
@@ -8861,6 +10304,62 @@ const le = [
|
|
|
8861
10304
|
outputs: [],
|
|
8862
10305
|
stateMutability: "payable"
|
|
8863
10306
|
},
|
|
10307
|
+
{
|
|
10308
|
+
type: "function",
|
|
10309
|
+
inputs: [
|
|
10310
|
+
{ name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
|
|
10311
|
+
{ name: "core", internalType: "contract BoostCore", type: "address" },
|
|
10312
|
+
{ name: "_boostPayload", internalType: "bytes", type: "bytes" }
|
|
10313
|
+
],
|
|
10314
|
+
name: "createBoost",
|
|
10315
|
+
outputs: [],
|
|
10316
|
+
stateMutability: "payable"
|
|
10317
|
+
},
|
|
10318
|
+
{
|
|
10319
|
+
type: "function",
|
|
10320
|
+
inputs: [
|
|
10321
|
+
{ name: "_allocations", internalType: "bytes[]", type: "bytes[]" },
|
|
10322
|
+
{ name: "core", internalType: "contract BoostCore", type: "address" },
|
|
10323
|
+
{ name: "_boostPayload", internalType: "bytes", type: "bytes" },
|
|
10324
|
+
{ name: "_permit2Signature", internalType: "bytes", type: "bytes" },
|
|
10325
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" },
|
|
10326
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
10327
|
+
],
|
|
10328
|
+
name: "createBoostWithPermit2",
|
|
10329
|
+
outputs: [],
|
|
10330
|
+
stateMutability: "payable"
|
|
10331
|
+
},
|
|
10332
|
+
{
|
|
10333
|
+
type: "function",
|
|
10334
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
10335
|
+
name: "disburse",
|
|
10336
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
10337
|
+
stateMutability: "nonpayable"
|
|
10338
|
+
},
|
|
10339
|
+
{
|
|
10340
|
+
type: "function",
|
|
10341
|
+
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
10342
|
+
name: "disburseBatch",
|
|
10343
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
10344
|
+
stateMutability: "nonpayable"
|
|
10345
|
+
},
|
|
10346
|
+
{
|
|
10347
|
+
type: "function",
|
|
10348
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
10349
|
+
name: "distributed",
|
|
10350
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10351
|
+
stateMutability: "view"
|
|
10352
|
+
},
|
|
10353
|
+
{
|
|
10354
|
+
type: "function",
|
|
10355
|
+
inputs: [
|
|
10356
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
10357
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
10358
|
+
],
|
|
10359
|
+
name: "distributed",
|
|
10360
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10361
|
+
stateMutability: "view"
|
|
10362
|
+
},
|
|
8864
10363
|
{
|
|
8865
10364
|
type: "function",
|
|
8866
10365
|
inputs: [],
|
|
@@ -8910,27 +10409,43 @@ const le = [
|
|
|
8910
10409
|
},
|
|
8911
10410
|
{
|
|
8912
10411
|
type: "function",
|
|
8913
|
-
inputs: [{ name: "
|
|
10412
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
8914
10413
|
name: "initialize",
|
|
8915
10414
|
outputs: [],
|
|
8916
10415
|
stateMutability: "nonpayable"
|
|
8917
10416
|
},
|
|
8918
10417
|
{
|
|
8919
10418
|
type: "function",
|
|
8920
|
-
inputs: [
|
|
8921
|
-
|
|
8922
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
8923
|
-
],
|
|
8924
|
-
name: "isAllowed",
|
|
10419
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
10420
|
+
name: "isAuthorized",
|
|
8925
10421
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
8926
10422
|
stateMutability: "view"
|
|
8927
10423
|
},
|
|
8928
10424
|
{
|
|
8929
10425
|
type: "function",
|
|
8930
|
-
inputs: [
|
|
8931
|
-
|
|
8932
|
-
|
|
8933
|
-
|
|
10426
|
+
inputs: [
|
|
10427
|
+
{ name: "", internalType: "address", type: "address" },
|
|
10428
|
+
{ name: "", internalType: "address", type: "address" },
|
|
10429
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
10430
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
10431
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
10432
|
+
],
|
|
10433
|
+
name: "onERC1155BatchReceived",
|
|
10434
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
10435
|
+
stateMutability: "pure"
|
|
10436
|
+
},
|
|
10437
|
+
{
|
|
10438
|
+
type: "function",
|
|
10439
|
+
inputs: [
|
|
10440
|
+
{ name: "", internalType: "address", type: "address" },
|
|
10441
|
+
{ name: "", internalType: "address", type: "address" },
|
|
10442
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
10443
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
10444
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
10445
|
+
],
|
|
10446
|
+
name: "onERC1155Received",
|
|
10447
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
10448
|
+
stateMutability: "pure"
|
|
8934
10449
|
},
|
|
8935
10450
|
{
|
|
8936
10451
|
type: "function",
|
|
@@ -8948,6 +10463,13 @@ const le = [
|
|
|
8948
10463
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
8949
10464
|
stateMutability: "view"
|
|
8950
10465
|
},
|
|
10466
|
+
{
|
|
10467
|
+
type: "function",
|
|
10468
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
10469
|
+
name: "reconcile",
|
|
10470
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10471
|
+
stateMutability: "nonpayable"
|
|
10472
|
+
},
|
|
8951
10473
|
{
|
|
8952
10474
|
type: "function",
|
|
8953
10475
|
inputs: [],
|
|
@@ -9006,16 +10528,6 @@ const le = [
|
|
|
9006
10528
|
outputs: [],
|
|
9007
10529
|
stateMutability: "nonpayable"
|
|
9008
10530
|
},
|
|
9009
|
-
{
|
|
9010
|
-
type: "function",
|
|
9011
|
-
inputs: [
|
|
9012
|
-
{ name: "users_", internalType: "address[]", type: "address[]" },
|
|
9013
|
-
{ name: "denied_", internalType: "bool[]", type: "bool[]" }
|
|
9014
|
-
],
|
|
9015
|
-
name: "setDenied",
|
|
9016
|
-
outputs: [],
|
|
9017
|
-
stateMutability: "nonpayable"
|
|
9018
|
-
},
|
|
9019
10531
|
{
|
|
9020
10532
|
type: "function",
|
|
9021
10533
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
@@ -9023,846 +10535,990 @@ const le = [
|
|
|
9023
10535
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
9024
10536
|
stateMutability: "view"
|
|
9025
10537
|
},
|
|
10538
|
+
{
|
|
10539
|
+
type: "function",
|
|
10540
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
10541
|
+
name: "total",
|
|
10542
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10543
|
+
stateMutability: "view"
|
|
10544
|
+
},
|
|
10545
|
+
{
|
|
10546
|
+
type: "function",
|
|
10547
|
+
inputs: [
|
|
10548
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
10549
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
10550
|
+
],
|
|
10551
|
+
name: "total",
|
|
10552
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
10553
|
+
stateMutability: "view"
|
|
10554
|
+
},
|
|
9026
10555
|
{
|
|
9027
10556
|
type: "function",
|
|
9028
10557
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
9029
10558
|
name: "transferOwnership",
|
|
9030
10559
|
outputs: [],
|
|
9031
10560
|
stateMutability: "payable"
|
|
9032
|
-
}
|
|
9033
|
-
|
|
9034
|
-
|
|
10561
|
+
},
|
|
10562
|
+
{ type: "receive", stateMutability: "payable" }
|
|
10563
|
+
], we = /* @__PURE__ */ e({
|
|
10564
|
+
abi: j,
|
|
9035
10565
|
functionName: "getComponentInterface"
|
|
9036
|
-
}),
|
|
9037
|
-
{ abi:
|
|
9038
|
-
),
|
|
9039
|
-
{ abi:
|
|
9040
|
-
),
|
|
9041
|
-
abi:
|
|
10566
|
+
}), Me = /* @__PURE__ */ e(
|
|
10567
|
+
{ abi: j, functionName: "supportsInterface" }
|
|
10568
|
+
), Ie = /* @__PURE__ */ e(
|
|
10569
|
+
{ abi: O, functionName: "allowList" }
|
|
10570
|
+
), ge = /* @__PURE__ */ e({
|
|
10571
|
+
abi: O,
|
|
9042
10572
|
functionName: "claimed"
|
|
9043
|
-
}),
|
|
9044
|
-
abi:
|
|
10573
|
+
}), he = /* @__PURE__ */ e({
|
|
10574
|
+
abi: O,
|
|
9045
10575
|
functionName: "claims"
|
|
9046
|
-
}),
|
|
9047
|
-
abi:
|
|
10576
|
+
}), Oe = /* @__PURE__ */ e({
|
|
10577
|
+
abi: O,
|
|
9048
10578
|
functionName: "isClaimable"
|
|
9049
|
-
}),
|
|
9050
|
-
abi:
|
|
10579
|
+
}), Ae = /* @__PURE__ */ e({
|
|
10580
|
+
abi: O,
|
|
9051
10581
|
functionName: "limit"
|
|
9052
|
-
}),
|
|
9053
|
-
abi:
|
|
10582
|
+
}), Ne = /* @__PURE__ */ e({
|
|
10583
|
+
abi: O,
|
|
9054
10584
|
functionName: "owner"
|
|
9055
|
-
}),
|
|
9056
|
-
abi:
|
|
10585
|
+
}), xe = /* @__PURE__ */ e({
|
|
10586
|
+
abi: O,
|
|
9057
10587
|
functionName: "reward"
|
|
9058
|
-
}),
|
|
9059
|
-
abi:
|
|
10588
|
+
}), Re = /* @__PURE__ */ s({
|
|
10589
|
+
abi: O,
|
|
9060
10590
|
functionName: "claim"
|
|
9061
|
-
}),
|
|
9062
|
-
abi:
|
|
10591
|
+
}), Ce = /* @__PURE__ */ i({
|
|
10592
|
+
abi: O,
|
|
9063
10593
|
functionName: "claim"
|
|
9064
|
-
}),
|
|
10594
|
+
}), ze = /* @__PURE__ */ e({
|
|
9065
10595
|
abi: o,
|
|
9066
10596
|
functionName: "createBoostAuth"
|
|
9067
|
-
}),
|
|
10597
|
+
}), _e = /* @__PURE__ */ e({
|
|
9068
10598
|
abi: o,
|
|
9069
10599
|
functionName: "getBoost"
|
|
9070
|
-
}),
|
|
10600
|
+
}), He = /* @__PURE__ */ e({
|
|
9071
10601
|
abi: o,
|
|
9072
10602
|
functionName: "getBoostCount"
|
|
9073
|
-
}),
|
|
10603
|
+
}), Ee = /* @__PURE__ */ e({
|
|
9074
10604
|
abi: o,
|
|
9075
10605
|
functionName: "getIncentiveFeesInfo"
|
|
9076
|
-
}),
|
|
10606
|
+
}), Fe = /* @__PURE__ */ e({
|
|
9077
10607
|
abi: o,
|
|
9078
10608
|
functionName: "protocolFee"
|
|
9079
|
-
}),
|
|
10609
|
+
}), qe = /* @__PURE__ */ e({
|
|
9080
10610
|
abi: o,
|
|
9081
10611
|
functionName: "protocolFeeReceiver"
|
|
9082
|
-
}),
|
|
10612
|
+
}), ke = /* @__PURE__ */ s({
|
|
9083
10613
|
abi: o,
|
|
9084
10614
|
functionName: "claimIncentive"
|
|
9085
|
-
}),
|
|
10615
|
+
}), De = /* @__PURE__ */ s({
|
|
9086
10616
|
abi: o,
|
|
9087
10617
|
functionName: "claimIncentiveFor"
|
|
9088
|
-
}),
|
|
10618
|
+
}), Ue = /* @__PURE__ */ s({
|
|
9089
10619
|
abi: o,
|
|
9090
10620
|
functionName: "createBoost"
|
|
9091
|
-
}),
|
|
10621
|
+
}), Be = /* @__PURE__ */ s({
|
|
9092
10622
|
abi: o,
|
|
9093
10623
|
functionName: "setCreateBoostAuth"
|
|
9094
|
-
}),
|
|
10624
|
+
}), Le = /* @__PURE__ */ s({
|
|
9095
10625
|
abi: o,
|
|
9096
10626
|
functionName: "setProtocolFeeReceiver"
|
|
9097
|
-
}),
|
|
10627
|
+
}), Pe = /* @__PURE__ */ s({
|
|
9098
10628
|
abi: o,
|
|
9099
10629
|
functionName: "topupIncentiveFromBudget"
|
|
9100
|
-
}),
|
|
10630
|
+
}), Se = /* @__PURE__ */ s({
|
|
9101
10631
|
abi: o,
|
|
9102
10632
|
functionName: "topupIncentiveFromSender"
|
|
9103
|
-
}),
|
|
10633
|
+
}), Ve = /* @__PURE__ */ i({
|
|
9104
10634
|
abi: o,
|
|
9105
10635
|
functionName: "claimIncentive"
|
|
9106
|
-
}),
|
|
10636
|
+
}), Ge = /* @__PURE__ */ i({
|
|
9107
10637
|
abi: o,
|
|
9108
10638
|
functionName: "claimIncentiveFor"
|
|
9109
|
-
}),
|
|
10639
|
+
}), Ze = /* @__PURE__ */ i({
|
|
9110
10640
|
abi: o,
|
|
9111
10641
|
functionName: "createBoost"
|
|
9112
|
-
}),
|
|
10642
|
+
}), je = /* @__PURE__ */ i({
|
|
9113
10643
|
abi: o,
|
|
9114
10644
|
functionName: "setCreateBoostAuth"
|
|
9115
|
-
}),
|
|
10645
|
+
}), We = /* @__PURE__ */ i({
|
|
9116
10646
|
abi: o,
|
|
9117
10647
|
functionName: "setProtocolFeeReceiver"
|
|
9118
|
-
}),
|
|
10648
|
+
}), $e = /* @__PURE__ */ i({
|
|
9119
10649
|
abi: o,
|
|
9120
10650
|
functionName: "topupIncentiveFromBudget"
|
|
9121
|
-
}),
|
|
10651
|
+
}), Ke = /* @__PURE__ */ i({
|
|
9122
10652
|
abi: o,
|
|
9123
10653
|
functionName: "topupIncentiveFromSender"
|
|
9124
|
-
}),
|
|
9125
|
-
abi:
|
|
10654
|
+
}), Qe = /* @__PURE__ */ e({
|
|
10655
|
+
abi: A,
|
|
9126
10656
|
functionName: "getBaseImplementation"
|
|
9127
|
-
}),
|
|
9128
|
-
abi:
|
|
10657
|
+
}), Je = /* @__PURE__ */ e({
|
|
10658
|
+
abi: A,
|
|
9129
10659
|
functionName: "getClone"
|
|
9130
|
-
}),
|
|
9131
|
-
abi:
|
|
10660
|
+
}), Xe = /* @__PURE__ */ e({
|
|
10661
|
+
abi: A,
|
|
9132
10662
|
functionName: "getCloneIdentifier"
|
|
9133
|
-
}),
|
|
9134
|
-
abi:
|
|
10663
|
+
}), Ye = /* @__PURE__ */ e({
|
|
10664
|
+
abi: A,
|
|
9135
10665
|
functionName: "getClones"
|
|
9136
|
-
}),
|
|
9137
|
-
abi:
|
|
10666
|
+
}), et = /* @__PURE__ */ s({
|
|
10667
|
+
abi: A,
|
|
9138
10668
|
functionName: "deployClone"
|
|
9139
|
-
}),
|
|
9140
|
-
abi:
|
|
10669
|
+
}), tt = /* @__PURE__ */ s({
|
|
10670
|
+
abi: A,
|
|
9141
10671
|
functionName: "register"
|
|
9142
|
-
}),
|
|
9143
|
-
abi:
|
|
10672
|
+
}), nt = /* @__PURE__ */ i({
|
|
10673
|
+
abi: A,
|
|
9144
10674
|
functionName: "deployClone"
|
|
9145
|
-
}),
|
|
9146
|
-
abi:
|
|
10675
|
+
}), at = /* @__PURE__ */ i({
|
|
10676
|
+
abi: A,
|
|
9147
10677
|
functionName: "register"
|
|
9148
|
-
}),
|
|
9149
|
-
abi:
|
|
10678
|
+
}), it = /* @__PURE__ */ e({
|
|
10679
|
+
abi: v,
|
|
9150
10680
|
functionName: "asset"
|
|
9151
|
-
}),
|
|
9152
|
-
abi:
|
|
10681
|
+
}), st = /* @__PURE__ */ e({
|
|
10682
|
+
abi: v,
|
|
9153
10683
|
functionName: "cgdaParams"
|
|
9154
|
-
}),
|
|
9155
|
-
abi:
|
|
10684
|
+
}), pt = /* @__PURE__ */ e({
|
|
10685
|
+
abi: v,
|
|
9156
10686
|
functionName: "claimed"
|
|
9157
|
-
}),
|
|
9158
|
-
abi:
|
|
10687
|
+
}), yt = /* @__PURE__ */ e({
|
|
10688
|
+
abi: v,
|
|
9159
10689
|
functionName: "claims"
|
|
9160
|
-
}),
|
|
9161
|
-
abi:
|
|
10690
|
+
}), ut = /* @__PURE__ */ e({
|
|
10691
|
+
abi: v,
|
|
9162
10692
|
functionName: "currentReward"
|
|
9163
|
-
}),
|
|
9164
|
-
abi:
|
|
10693
|
+
}), rt = /* @__PURE__ */ e({
|
|
10694
|
+
abi: v,
|
|
9165
10695
|
functionName: "isClaimable"
|
|
9166
|
-
}),
|
|
9167
|
-
abi:
|
|
10696
|
+
}), ot = /* @__PURE__ */ e({
|
|
10697
|
+
abi: v,
|
|
9168
10698
|
functionName: "owner"
|
|
9169
|
-
}),
|
|
9170
|
-
abi:
|
|
10699
|
+
}), lt = /* @__PURE__ */ e({
|
|
10700
|
+
abi: v,
|
|
9171
10701
|
functionName: "reward"
|
|
9172
|
-
}),
|
|
9173
|
-
abi:
|
|
10702
|
+
}), dt = /* @__PURE__ */ e({
|
|
10703
|
+
abi: v,
|
|
9174
10704
|
functionName: "totalBudget"
|
|
9175
|
-
}),
|
|
9176
|
-
abi:
|
|
10705
|
+
}), mt = /* @__PURE__ */ s({
|
|
10706
|
+
abi: v,
|
|
9177
10707
|
functionName: "claim"
|
|
9178
|
-
}),
|
|
9179
|
-
abi:
|
|
10708
|
+
}), bt = /* @__PURE__ */ s({
|
|
10709
|
+
abi: v,
|
|
9180
10710
|
functionName: "clawback"
|
|
9181
|
-
}),
|
|
9182
|
-
abi:
|
|
10711
|
+
}), ct = /* @__PURE__ */ i({
|
|
10712
|
+
abi: v,
|
|
9183
10713
|
functionName: "claim"
|
|
9184
|
-
}),
|
|
9185
|
-
abi:
|
|
10714
|
+
}), Tt = /* @__PURE__ */ i({
|
|
10715
|
+
abi: v,
|
|
9186
10716
|
functionName: "clawback"
|
|
9187
|
-
}),
|
|
9188
|
-
abi:
|
|
10717
|
+
}), ft = /* @__PURE__ */ e({
|
|
10718
|
+
abi: b,
|
|
9189
10719
|
functionName: "asset"
|
|
9190
|
-
}),
|
|
9191
|
-
abi:
|
|
10720
|
+
}), vt = /* @__PURE__ */ e({
|
|
10721
|
+
abi: b,
|
|
9192
10722
|
functionName: "claimed"
|
|
9193
|
-
}),
|
|
9194
|
-
abi:
|
|
10723
|
+
}), wt = /* @__PURE__ */ e({
|
|
10724
|
+
abi: b,
|
|
9195
10725
|
functionName: "claims"
|
|
9196
|
-
}),
|
|
9197
|
-
{ abi:
|
|
9198
|
-
),
|
|
9199
|
-
abi:
|
|
10726
|
+
}), Mt = /* @__PURE__ */ e(
|
|
10727
|
+
{ abi: b, functionName: "currentReward" }
|
|
10728
|
+
), It = /* @__PURE__ */ e({
|
|
10729
|
+
abi: b,
|
|
9200
10730
|
functionName: "entries"
|
|
9201
|
-
}),
|
|
9202
|
-
abi:
|
|
10731
|
+
}), gt = /* @__PURE__ */ e({
|
|
10732
|
+
abi: b,
|
|
9203
10733
|
functionName: "isClaimable"
|
|
9204
|
-
}),
|
|
9205
|
-
abi:
|
|
10734
|
+
}), ht = /* @__PURE__ */ e({
|
|
10735
|
+
abi: b,
|
|
9206
10736
|
functionName: "limit"
|
|
9207
|
-
}),
|
|
9208
|
-
abi:
|
|
10737
|
+
}), Ot = /* @__PURE__ */ e({
|
|
10738
|
+
abi: b,
|
|
9209
10739
|
functionName: "owner"
|
|
9210
|
-
}),
|
|
9211
|
-
abi:
|
|
10740
|
+
}), At = /* @__PURE__ */ e({
|
|
10741
|
+
abi: b,
|
|
9212
10742
|
functionName: "reward"
|
|
9213
|
-
}),
|
|
9214
|
-
abi:
|
|
10743
|
+
}), Nt = /* @__PURE__ */ e({
|
|
10744
|
+
abi: b,
|
|
9215
10745
|
functionName: "strategy"
|
|
9216
|
-
}),
|
|
9217
|
-
abi:
|
|
10746
|
+
}), xt = /* @__PURE__ */ s({
|
|
10747
|
+
abi: b,
|
|
9218
10748
|
functionName: "claim"
|
|
9219
|
-
}),
|
|
9220
|
-
abi:
|
|
10749
|
+
}), Rt = /* @__PURE__ */ s({
|
|
10750
|
+
abi: b,
|
|
9221
10751
|
functionName: "clawback"
|
|
9222
|
-
}),
|
|
9223
|
-
abi:
|
|
10752
|
+
}), Ct = /* @__PURE__ */ s({
|
|
10753
|
+
abi: b,
|
|
9224
10754
|
functionName: "drawRaffle"
|
|
9225
|
-
}),
|
|
9226
|
-
{ abi:
|
|
9227
|
-
),
|
|
9228
|
-
abi:
|
|
10755
|
+
}), zt = /* @__PURE__ */ i(
|
|
10756
|
+
{ abi: b, functionName: "claim" }
|
|
10757
|
+
), _t = /* @__PURE__ */ i({
|
|
10758
|
+
abi: b,
|
|
9229
10759
|
functionName: "clawback"
|
|
9230
|
-
}),
|
|
9231
|
-
abi: m,
|
|
9232
|
-
functionName: "drawRaffle"
|
|
9233
|
-
}), Ct = /* @__PURE__ */ e({
|
|
10760
|
+
}), Ht = /* @__PURE__ */ i({
|
|
9234
10761
|
abi: b,
|
|
10762
|
+
functionName: "drawRaffle"
|
|
10763
|
+
}), Et = /* @__PURE__ */ e({
|
|
10764
|
+
abi: c,
|
|
9235
10765
|
functionName: "asset"
|
|
9236
|
-
}),
|
|
9237
|
-
{ abi:
|
|
9238
|
-
),
|
|
9239
|
-
abi:
|
|
10766
|
+
}), Ft = /* @__PURE__ */ e(
|
|
10767
|
+
{ abi: c, functionName: "claimed" }
|
|
10768
|
+
), qt = /* @__PURE__ */ e({
|
|
10769
|
+
abi: c,
|
|
9240
10770
|
functionName: "claims"
|
|
9241
|
-
}),
|
|
9242
|
-
abi:
|
|
10771
|
+
}), kt = /* @__PURE__ */ e({
|
|
10772
|
+
abi: c,
|
|
9243
10773
|
functionName: "currentReward"
|
|
9244
|
-
}),
|
|
9245
|
-
abi:
|
|
10774
|
+
}), Dt = /* @__PURE__ */ e({
|
|
10775
|
+
abi: c,
|
|
9246
10776
|
functionName: "getPeg"
|
|
9247
|
-
}),
|
|
9248
|
-
abi:
|
|
10777
|
+
}), Ut = /* @__PURE__ */ e({
|
|
10778
|
+
abi: c,
|
|
9249
10779
|
functionName: "isClaimable"
|
|
9250
|
-
}),
|
|
9251
|
-
abi:
|
|
10780
|
+
}), Bt = /* @__PURE__ */ e({
|
|
10781
|
+
abi: c,
|
|
9252
10782
|
functionName: "limit"
|
|
9253
|
-
}),
|
|
9254
|
-
abi:
|
|
10783
|
+
}), Lt = /* @__PURE__ */ e({
|
|
10784
|
+
abi: c,
|
|
9255
10785
|
functionName: "owner"
|
|
9256
|
-
}),
|
|
9257
|
-
abi:
|
|
10786
|
+
}), Pt = /* @__PURE__ */ e({
|
|
10787
|
+
abi: c,
|
|
9258
10788
|
functionName: "peg"
|
|
9259
|
-
}),
|
|
9260
|
-
abi:
|
|
10789
|
+
}), St = /* @__PURE__ */ e({
|
|
10790
|
+
abi: c,
|
|
9261
10791
|
functionName: "reward"
|
|
9262
|
-
}),
|
|
9263
|
-
abi:
|
|
10792
|
+
}), Vt = /* @__PURE__ */ e({
|
|
10793
|
+
abi: c,
|
|
9264
10794
|
functionName: "totalClaimed"
|
|
9265
|
-
}),
|
|
9266
|
-
{ abi:
|
|
9267
|
-
),
|
|
9268
|
-
abi:
|
|
10795
|
+
}), Gt = /* @__PURE__ */ s(
|
|
10796
|
+
{ abi: c, functionName: "claim" }
|
|
10797
|
+
), Zt = /* @__PURE__ */ s({
|
|
10798
|
+
abi: c,
|
|
9269
10799
|
functionName: "clawback"
|
|
9270
|
-
}),
|
|
9271
|
-
abi:
|
|
10800
|
+
}), jt = /* @__PURE__ */ i({
|
|
10801
|
+
abi: c,
|
|
9272
10802
|
functionName: "claim"
|
|
9273
|
-
}),
|
|
9274
|
-
abi:
|
|
10803
|
+
}), Wt = /* @__PURE__ */ i({
|
|
10804
|
+
abi: c,
|
|
9275
10805
|
functionName: "clawback"
|
|
9276
|
-
}),
|
|
10806
|
+
}), $t = /* @__PURE__ */ e({
|
|
9277
10807
|
abi: d,
|
|
9278
10808
|
functionName: "asset"
|
|
9279
|
-
}),
|
|
10809
|
+
}), Kt = /* @__PURE__ */ e({
|
|
9280
10810
|
abi: d,
|
|
9281
10811
|
functionName: "claimed"
|
|
9282
|
-
}),
|
|
10812
|
+
}), Qt = /* @__PURE__ */ e({
|
|
10813
|
+
abi: d,
|
|
10814
|
+
functionName: "claims"
|
|
10815
|
+
}), Jt = /* @__PURE__ */ e({
|
|
10816
|
+
abi: d,
|
|
10817
|
+
functionName: "currentReward"
|
|
10818
|
+
}), Xt = /* @__PURE__ */ e({
|
|
10819
|
+
abi: d,
|
|
10820
|
+
functionName: "getIncentiveCriteria"
|
|
10821
|
+
}), Yt = /* @__PURE__ */ e({
|
|
10822
|
+
abi: d,
|
|
10823
|
+
functionName: "getMaxReward"
|
|
10824
|
+
}), en = /* @__PURE__ */ e({
|
|
10825
|
+
abi: d,
|
|
10826
|
+
functionName: "getPeg"
|
|
10827
|
+
}), tn = /* @__PURE__ */ e({
|
|
10828
|
+
abi: d,
|
|
10829
|
+
functionName: "isClaimable"
|
|
10830
|
+
}), nn = /* @__PURE__ */ e({
|
|
10831
|
+
abi: d,
|
|
10832
|
+
functionName: "limit"
|
|
10833
|
+
}), an = /* @__PURE__ */ e({
|
|
10834
|
+
abi: d,
|
|
10835
|
+
functionName: "owner"
|
|
10836
|
+
}), sn = /* @__PURE__ */ e({
|
|
10837
|
+
abi: d,
|
|
10838
|
+
functionName: "peg"
|
|
10839
|
+
}), pn = /* @__PURE__ */ e({
|
|
10840
|
+
abi: d,
|
|
10841
|
+
functionName: "reward"
|
|
10842
|
+
}), yn = /* @__PURE__ */ e({
|
|
10843
|
+
abi: d,
|
|
10844
|
+
functionName: "totalClaimed"
|
|
10845
|
+
}), un = /* @__PURE__ */ s({
|
|
10846
|
+
abi: d,
|
|
10847
|
+
functionName: "claim"
|
|
10848
|
+
}), rn = /* @__PURE__ */ s({
|
|
10849
|
+
abi: d,
|
|
10850
|
+
functionName: "clawback"
|
|
10851
|
+
}), on = /* @__PURE__ */ i({
|
|
10852
|
+
abi: d,
|
|
10853
|
+
functionName: "claim"
|
|
10854
|
+
}), ln = /* @__PURE__ */ i({
|
|
9283
10855
|
abi: d,
|
|
10856
|
+
functionName: "clawback"
|
|
10857
|
+
}), dn = /* @__PURE__ */ e({
|
|
10858
|
+
abi: m,
|
|
10859
|
+
functionName: "asset"
|
|
10860
|
+
}), mn = /* @__PURE__ */ e({
|
|
10861
|
+
abi: m,
|
|
10862
|
+
functionName: "claimed"
|
|
10863
|
+
}), bn = /* @__PURE__ */ e({
|
|
10864
|
+
abi: m,
|
|
9284
10865
|
functionName: "claims"
|
|
9285
|
-
}),
|
|
9286
|
-
abi:
|
|
10866
|
+
}), cn = /* @__PURE__ */ e({
|
|
10867
|
+
abi: m,
|
|
9287
10868
|
functionName: "currentReward"
|
|
9288
|
-
}),
|
|
9289
|
-
abi:
|
|
10869
|
+
}), Tn = /* @__PURE__ */ e({
|
|
10870
|
+
abi: m,
|
|
9290
10871
|
functionName: "getIncentiveCriteria"
|
|
9291
|
-
}),
|
|
9292
|
-
abi:
|
|
10872
|
+
}), fn = /* @__PURE__ */ e({
|
|
10873
|
+
abi: m,
|
|
9293
10874
|
functionName: "getMaxReward"
|
|
9294
|
-
}),
|
|
9295
|
-
abi:
|
|
10875
|
+
}), vn = /* @__PURE__ */ e({
|
|
10876
|
+
abi: m,
|
|
9296
10877
|
functionName: "getPeg"
|
|
9297
|
-
}),
|
|
9298
|
-
abi:
|
|
10878
|
+
}), wn = /* @__PURE__ */ e({
|
|
10879
|
+
abi: m,
|
|
9299
10880
|
functionName: "isClaimable"
|
|
9300
|
-
}),
|
|
9301
|
-
abi:
|
|
10881
|
+
}), Mn = /* @__PURE__ */ e({
|
|
10882
|
+
abi: m,
|
|
9302
10883
|
functionName: "limit"
|
|
9303
|
-
}),
|
|
9304
|
-
abi:
|
|
10884
|
+
}), In = /* @__PURE__ */ e({
|
|
10885
|
+
abi: m,
|
|
9305
10886
|
functionName: "owner"
|
|
9306
|
-
}),
|
|
9307
|
-
abi:
|
|
10887
|
+
}), gn = /* @__PURE__ */ e({
|
|
10888
|
+
abi: m,
|
|
9308
10889
|
functionName: "peg"
|
|
9309
|
-
}),
|
|
9310
|
-
abi:
|
|
10890
|
+
}), hn = /* @__PURE__ */ e({
|
|
10891
|
+
abi: m,
|
|
9311
10892
|
functionName: "reward"
|
|
9312
|
-
}),
|
|
9313
|
-
abi:
|
|
10893
|
+
}), On = /* @__PURE__ */ e({
|
|
10894
|
+
abi: m,
|
|
9314
10895
|
functionName: "totalClaimed"
|
|
9315
|
-
}),
|
|
9316
|
-
abi:
|
|
10896
|
+
}), An = /* @__PURE__ */ s({
|
|
10897
|
+
abi: m,
|
|
9317
10898
|
functionName: "claim"
|
|
9318
|
-
}),
|
|
9319
|
-
abi:
|
|
10899
|
+
}), Nn = /* @__PURE__ */ s({
|
|
10900
|
+
abi: m,
|
|
9320
10901
|
functionName: "clawback"
|
|
9321
|
-
}),
|
|
9322
|
-
abi:
|
|
10902
|
+
}), xn = /* @__PURE__ */ i({
|
|
10903
|
+
abi: m,
|
|
9323
10904
|
functionName: "claim"
|
|
9324
|
-
}),
|
|
9325
|
-
abi:
|
|
10905
|
+
}), Rn = /* @__PURE__ */ i({
|
|
10906
|
+
abi: m,
|
|
9326
10907
|
functionName: "clawback"
|
|
9327
|
-
}),
|
|
9328
|
-
abi:
|
|
10908
|
+
}), Cn = /* @__PURE__ */ e({
|
|
10909
|
+
abi: W,
|
|
9329
10910
|
functionName: "getIncentiveCriteria"
|
|
9330
|
-
}),
|
|
9331
|
-
abi:
|
|
10911
|
+
}), zn = /* @__PURE__ */ e({
|
|
10912
|
+
abi: W,
|
|
9332
10913
|
functionName: "getMaxReward"
|
|
9333
|
-
}),
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
10914
|
+
}), _n = /* @__PURE__ */ e({
|
|
10915
|
+
abi: $,
|
|
10916
|
+
functionName: "getIncentiveCriteria"
|
|
10917
|
+
}), Hn = /* @__PURE__ */ e({
|
|
10918
|
+
abi: $,
|
|
10919
|
+
functionName: "getMaxReward"
|
|
10920
|
+
}), En = /* @__PURE__ */ e(
|
|
10921
|
+
{ abi: w, functionName: "asset" }
|
|
10922
|
+
), Fn = /* @__PURE__ */ e({
|
|
10923
|
+
abi: w,
|
|
9337
10924
|
functionName: "claimed"
|
|
9338
|
-
}),
|
|
9339
|
-
abi:
|
|
10925
|
+
}), qn = /* @__PURE__ */ e({
|
|
10926
|
+
abi: w,
|
|
9340
10927
|
functionName: "claims"
|
|
9341
|
-
}),
|
|
9342
|
-
abi:
|
|
10928
|
+
}), kn = /* @__PURE__ */ e({
|
|
10929
|
+
abi: w,
|
|
9343
10930
|
functionName: "currentReward"
|
|
9344
|
-
}),
|
|
9345
|
-
abi:
|
|
10931
|
+
}), Dn = /* @__PURE__ */ e({
|
|
10932
|
+
abi: w,
|
|
9346
10933
|
functionName: "isClaimable"
|
|
9347
|
-
}),
|
|
9348
|
-
{ abi:
|
|
9349
|
-
),
|
|
9350
|
-
{ abi:
|
|
9351
|
-
),
|
|
9352
|
-
abi:
|
|
10934
|
+
}), Un = /* @__PURE__ */ e(
|
|
10935
|
+
{ abi: w, functionName: "limit" }
|
|
10936
|
+
), Bn = /* @__PURE__ */ e(
|
|
10937
|
+
{ abi: w, functionName: "owner" }
|
|
10938
|
+
), Ln = /* @__PURE__ */ e({
|
|
10939
|
+
abi: w,
|
|
9353
10940
|
functionName: "reward"
|
|
9354
|
-
}),
|
|
9355
|
-
abi:
|
|
10941
|
+
}), Pn = /* @__PURE__ */ e({
|
|
10942
|
+
abi: w,
|
|
9356
10943
|
functionName: "totalClaimed"
|
|
9357
|
-
}),
|
|
9358
|
-
abi:
|
|
10944
|
+
}), Sn = /* @__PURE__ */ s({
|
|
10945
|
+
abi: w,
|
|
9359
10946
|
functionName: "claim"
|
|
9360
|
-
}),
|
|
9361
|
-
abi:
|
|
10947
|
+
}), Vn = /* @__PURE__ */ s({
|
|
10948
|
+
abi: w,
|
|
9362
10949
|
functionName: "clawback"
|
|
9363
|
-
}),
|
|
9364
|
-
abi:
|
|
10950
|
+
}), Gn = /* @__PURE__ */ i({
|
|
10951
|
+
abi: w,
|
|
9365
10952
|
functionName: "claim"
|
|
9366
|
-
}),
|
|
9367
|
-
abi:
|
|
10953
|
+
}), Zn = /* @__PURE__ */ i({
|
|
10954
|
+
abi: w,
|
|
9368
10955
|
functionName: "clawback"
|
|
9369
|
-
}),
|
|
9370
|
-
abi:
|
|
10956
|
+
}), jn = /* @__PURE__ */ e({
|
|
10957
|
+
abi: q,
|
|
9371
10958
|
functionName: "getActionClaimant"
|
|
9372
|
-
}),
|
|
9373
|
-
abi:
|
|
10959
|
+
}), Wn = /* @__PURE__ */ e({
|
|
10960
|
+
abi: q,
|
|
9374
10961
|
functionName: "getActionSteps"
|
|
9375
|
-
}),
|
|
9376
|
-
abi:
|
|
10962
|
+
}), $n = /* @__PURE__ */ s({
|
|
10963
|
+
abi: q,
|
|
9377
10964
|
functionName: "execute"
|
|
9378
|
-
}),
|
|
9379
|
-
abi:
|
|
10965
|
+
}), Kn = /* @__PURE__ */ i({
|
|
10966
|
+
abi: q,
|
|
9380
10967
|
functionName: "execute"
|
|
9381
|
-
}),
|
|
9382
|
-
abi:
|
|
10968
|
+
}), Qn = /* @__PURE__ */ e({
|
|
10969
|
+
abi: re,
|
|
9383
10970
|
functionName: "isAuthorized"
|
|
9384
|
-
}),
|
|
9385
|
-
abi:
|
|
10971
|
+
}), Jn = /* @__PURE__ */ e({
|
|
10972
|
+
abi: N,
|
|
9386
10973
|
functionName: "hashSignerData"
|
|
9387
|
-
}),
|
|
9388
|
-
abi:
|
|
10974
|
+
}), Xn = /* @__PURE__ */ e({
|
|
10975
|
+
abi: N,
|
|
9389
10976
|
functionName: "signers"
|
|
9390
|
-
}),
|
|
9391
|
-
abi:
|
|
10977
|
+
}), Yn = /* @__PURE__ */ s({
|
|
10978
|
+
abi: N,
|
|
9392
10979
|
functionName: "setAuthorized"
|
|
9393
|
-
}),
|
|
9394
|
-
abi:
|
|
10980
|
+
}), ea = /* @__PURE__ */ s({
|
|
10981
|
+
abi: N,
|
|
9395
10982
|
functionName: "setValidatorCaller"
|
|
9396
|
-
}),
|
|
9397
|
-
abi:
|
|
10983
|
+
}), ta = /* @__PURE__ */ s({
|
|
10984
|
+
abi: N,
|
|
9398
10985
|
functionName: "validate"
|
|
9399
|
-
}),
|
|
9400
|
-
abi:
|
|
10986
|
+
}), na = /* @__PURE__ */ i({
|
|
10987
|
+
abi: N,
|
|
9401
10988
|
functionName: "setAuthorized"
|
|
9402
|
-
}),
|
|
9403
|
-
abi:
|
|
10989
|
+
}), aa = /* @__PURE__ */ i({
|
|
10990
|
+
abi: N,
|
|
9404
10991
|
functionName: "setValidatorCaller"
|
|
9405
|
-
}),
|
|
9406
|
-
abi:
|
|
10992
|
+
}), ia = /* @__PURE__ */ i({
|
|
10993
|
+
abi: N,
|
|
9407
10994
|
functionName: "validate"
|
|
9408
|
-
}),
|
|
9409
|
-
abi:
|
|
10995
|
+
}), sa = /* @__PURE__ */ e({
|
|
10996
|
+
abi: T,
|
|
9410
10997
|
functionName: "available"
|
|
9411
|
-
}),
|
|
9412
|
-
abi:
|
|
10998
|
+
}), pa = /* @__PURE__ */ e({
|
|
10999
|
+
abi: T,
|
|
9413
11000
|
functionName: "distributed"
|
|
9414
|
-
}),
|
|
9415
|
-
abi:
|
|
11001
|
+
}), ya = /* @__PURE__ */ e({
|
|
11002
|
+
abi: T,
|
|
9416
11003
|
functionName: "owner"
|
|
9417
|
-
}),
|
|
9418
|
-
abi:
|
|
11004
|
+
}), ua = /* @__PURE__ */ e({
|
|
11005
|
+
abi: T,
|
|
9419
11006
|
functionName: "total"
|
|
9420
|
-
}),
|
|
9421
|
-
abi:
|
|
11007
|
+
}), ra = /* @__PURE__ */ s({
|
|
11008
|
+
abi: T,
|
|
9422
11009
|
functionName: "allocate"
|
|
9423
|
-
}),
|
|
9424
|
-
abi:
|
|
11010
|
+
}), oa = /* @__PURE__ */ s({
|
|
11011
|
+
abi: T,
|
|
9425
11012
|
functionName: "clawback"
|
|
9426
|
-
}),
|
|
9427
|
-
abi:
|
|
11013
|
+
}), la = /* @__PURE__ */ s({
|
|
11014
|
+
abi: T,
|
|
9428
11015
|
functionName: "clawbackFromTarget"
|
|
9429
|
-
}),
|
|
9430
|
-
abi:
|
|
11016
|
+
}), da = /* @__PURE__ */ s({
|
|
11017
|
+
abi: T,
|
|
9431
11018
|
functionName: "disburse"
|
|
9432
|
-
}),
|
|
9433
|
-
abi:
|
|
11019
|
+
}), ma = /* @__PURE__ */ s({
|
|
11020
|
+
abi: T,
|
|
9434
11021
|
functionName: "disburseBatch"
|
|
9435
|
-
}),
|
|
9436
|
-
abi:
|
|
11022
|
+
}), ba = /* @__PURE__ */ i({
|
|
11023
|
+
abi: T,
|
|
9437
11024
|
functionName: "allocate"
|
|
9438
|
-
}),
|
|
9439
|
-
abi:
|
|
11025
|
+
}), ca = /* @__PURE__ */ i({
|
|
11026
|
+
abi: T,
|
|
9440
11027
|
functionName: "clawback"
|
|
9441
|
-
}),
|
|
9442
|
-
abi:
|
|
11028
|
+
}), Ta = /* @__PURE__ */ i({
|
|
11029
|
+
abi: T,
|
|
9443
11030
|
functionName: "clawbackFromTarget"
|
|
9444
|
-
}),
|
|
9445
|
-
abi:
|
|
11031
|
+
}), fa = /* @__PURE__ */ i({
|
|
11032
|
+
abi: T,
|
|
9446
11033
|
functionName: "disburse"
|
|
9447
|
-
}),
|
|
9448
|
-
abi:
|
|
11034
|
+
}), va = /* @__PURE__ */ i({
|
|
11035
|
+
abi: T,
|
|
9449
11036
|
functionName: "disburseBatch"
|
|
9450
|
-
}),
|
|
9451
|
-
abi:
|
|
11037
|
+
}), wa = /* @__PURE__ */ e({
|
|
11038
|
+
abi: _,
|
|
9452
11039
|
functionName: "managementFee"
|
|
9453
|
-
}),
|
|
9454
|
-
abi:
|
|
11040
|
+
}), Ma = /* @__PURE__ */ s({
|
|
11041
|
+
abi: _,
|
|
9455
11042
|
functionName: "payManagementFee"
|
|
9456
|
-
}),
|
|
9457
|
-
abi:
|
|
11043
|
+
}), Ia = /* @__PURE__ */ s({
|
|
11044
|
+
abi: _,
|
|
9458
11045
|
functionName: "setManagementFee"
|
|
9459
|
-
}),
|
|
9460
|
-
abi:
|
|
11046
|
+
}), ga = /* @__PURE__ */ i({
|
|
11047
|
+
abi: _,
|
|
9461
11048
|
functionName: "payManagementFee"
|
|
9462
|
-
}),
|
|
9463
|
-
abi:
|
|
11049
|
+
}), ha = /* @__PURE__ */ i({
|
|
11050
|
+
abi: _,
|
|
9464
11051
|
functionName: "setManagementFee"
|
|
9465
|
-
}),
|
|
9466
|
-
abi:
|
|
11052
|
+
}), Oa = /* @__PURE__ */ e({
|
|
11053
|
+
abi: H,
|
|
9467
11054
|
functionName: "managementFee"
|
|
9468
|
-
}),
|
|
9469
|
-
abi:
|
|
11055
|
+
}), Aa = /* @__PURE__ */ s({
|
|
11056
|
+
abi: H,
|
|
9470
11057
|
functionName: "payManagementFee"
|
|
9471
|
-
}),
|
|
9472
|
-
abi:
|
|
11058
|
+
}), Na = /* @__PURE__ */ s({
|
|
11059
|
+
abi: H,
|
|
9473
11060
|
functionName: "setManagementFee"
|
|
9474
|
-
}),
|
|
9475
|
-
abi:
|
|
11061
|
+
}), xa = /* @__PURE__ */ i({
|
|
11062
|
+
abi: H,
|
|
9476
11063
|
functionName: "payManagementFee"
|
|
9477
|
-
}),
|
|
9478
|
-
abi:
|
|
11064
|
+
}), Ra = /* @__PURE__ */ i({
|
|
11065
|
+
abi: H,
|
|
9479
11066
|
functionName: "setManagementFee"
|
|
9480
|
-
}),
|
|
9481
|
-
abi:
|
|
11067
|
+
}), Ca = /* @__PURE__ */ e({
|
|
11068
|
+
abi: M,
|
|
9482
11069
|
functionName: "ownershipHandoverExpiresAt"
|
|
9483
|
-
}),
|
|
9484
|
-
abi:
|
|
11070
|
+
}), za = /* @__PURE__ */ s({
|
|
11071
|
+
abi: M,
|
|
9485
11072
|
functionName: "cancelOwnershipHandover"
|
|
9486
|
-
}),
|
|
9487
|
-
abi:
|
|
11073
|
+
}), _a = /* @__PURE__ */ s({
|
|
11074
|
+
abi: M,
|
|
9488
11075
|
functionName: "completeOwnershipHandover"
|
|
9489
|
-
}),
|
|
9490
|
-
abi:
|
|
11076
|
+
}), Ha = /* @__PURE__ */ s({
|
|
11077
|
+
abi: M,
|
|
9491
11078
|
functionName: "renounceOwnership"
|
|
9492
|
-
}),
|
|
9493
|
-
{ abi:
|
|
9494
|
-
),
|
|
9495
|
-
abi:
|
|
11079
|
+
}), Ea = /* @__PURE__ */ s(
|
|
11080
|
+
{ abi: M, functionName: "renounceRoles" }
|
|
11081
|
+
), Fa = /* @__PURE__ */ s({
|
|
11082
|
+
abi: M,
|
|
9496
11083
|
functionName: "requestOwnershipHandover"
|
|
9497
|
-
}),
|
|
9498
|
-
abi:
|
|
11084
|
+
}), qa = /* @__PURE__ */ s({
|
|
11085
|
+
abi: M,
|
|
9499
11086
|
functionName: "transferOwnership"
|
|
9500
|
-
}),
|
|
9501
|
-
abi:
|
|
11087
|
+
}), ka = /* @__PURE__ */ i({
|
|
11088
|
+
abi: M,
|
|
9502
11089
|
functionName: "cancelOwnershipHandover"
|
|
9503
|
-
}),
|
|
9504
|
-
abi:
|
|
11090
|
+
}), Da = /* @__PURE__ */ i({
|
|
11091
|
+
abi: M,
|
|
9505
11092
|
functionName: "completeOwnershipHandover"
|
|
9506
|
-
}),
|
|
9507
|
-
abi:
|
|
11093
|
+
}), Ua = /* @__PURE__ */ i({
|
|
11094
|
+
abi: M,
|
|
9508
11095
|
functionName: "renounceOwnership"
|
|
9509
|
-
}),
|
|
9510
|
-
abi:
|
|
11096
|
+
}), Ba = /* @__PURE__ */ i({
|
|
11097
|
+
abi: M,
|
|
9511
11098
|
functionName: "renounceRoles"
|
|
9512
|
-
}),
|
|
9513
|
-
abi:
|
|
11099
|
+
}), La = /* @__PURE__ */ i({
|
|
11100
|
+
abi: M,
|
|
9514
11101
|
functionName: "requestOwnershipHandover"
|
|
9515
|
-
}),
|
|
9516
|
-
abi:
|
|
11102
|
+
}), Pa = /* @__PURE__ */ i({
|
|
11103
|
+
abi: M,
|
|
9517
11104
|
functionName: "transferOwnership"
|
|
9518
|
-
}),
|
|
9519
|
-
{ abi:
|
|
9520
|
-
),
|
|
9521
|
-
abi:
|
|
11105
|
+
}), Sa = /* @__PURE__ */ e(
|
|
11106
|
+
{ abi: oe, functionName: "isAuthorized" }
|
|
11107
|
+
), Va = /* @__PURE__ */ e({
|
|
11108
|
+
abi: h,
|
|
9522
11109
|
functionName: "claimed"
|
|
9523
|
-
}),
|
|
9524
|
-
abi:
|
|
11110
|
+
}), Ga = /* @__PURE__ */ e({
|
|
11111
|
+
abi: h,
|
|
9525
11112
|
functionName: "claims"
|
|
9526
|
-
}),
|
|
9527
|
-
abi:
|
|
11113
|
+
}), Za = /* @__PURE__ */ e({
|
|
11114
|
+
abi: h,
|
|
9528
11115
|
functionName: "currentReward"
|
|
9529
|
-
}),
|
|
9530
|
-
abi:
|
|
11116
|
+
}), ja = /* @__PURE__ */ e({
|
|
11117
|
+
abi: h,
|
|
9531
11118
|
functionName: "isClaimable"
|
|
9532
|
-
}),
|
|
9533
|
-
abi:
|
|
11119
|
+
}), Wa = /* @__PURE__ */ e({
|
|
11120
|
+
abi: h,
|
|
9534
11121
|
functionName: "limit"
|
|
9535
|
-
}),
|
|
9536
|
-
abi:
|
|
11122
|
+
}), $a = /* @__PURE__ */ e({
|
|
11123
|
+
abi: h,
|
|
9537
11124
|
functionName: "reward"
|
|
9538
|
-
}),
|
|
9539
|
-
abi:
|
|
11125
|
+
}), Ka = /* @__PURE__ */ e({
|
|
11126
|
+
abi: h,
|
|
9540
11127
|
functionName: "selector"
|
|
9541
|
-
}),
|
|
9542
|
-
abi:
|
|
11128
|
+
}), Qa = /* @__PURE__ */ e({
|
|
11129
|
+
abi: h,
|
|
9543
11130
|
functionName: "venue"
|
|
9544
|
-
}),
|
|
9545
|
-
abi:
|
|
11131
|
+
}), Ja = /* @__PURE__ */ s({
|
|
11132
|
+
abi: h,
|
|
9546
11133
|
functionName: "claim"
|
|
9547
|
-
}),
|
|
9548
|
-
abi:
|
|
11134
|
+
}), Xa = /* @__PURE__ */ i({
|
|
11135
|
+
abi: h,
|
|
9549
11136
|
functionName: "claim"
|
|
9550
|
-
}),
|
|
9551
|
-
abi:
|
|
11137
|
+
}), Ya = /* @__PURE__ */ e({
|
|
11138
|
+
abi: f,
|
|
9552
11139
|
functionName: "hasAllRoles"
|
|
9553
|
-
}),
|
|
9554
|
-
abi:
|
|
11140
|
+
}), ei = /* @__PURE__ */ e({
|
|
11141
|
+
abi: f,
|
|
9555
11142
|
functionName: "hasAnyRole"
|
|
9556
|
-
}),
|
|
9557
|
-
abi:
|
|
11143
|
+
}), ti = /* @__PURE__ */ e({
|
|
11144
|
+
abi: f,
|
|
9558
11145
|
functionName: "isAuthorized"
|
|
9559
|
-
}),
|
|
9560
|
-
abi:
|
|
11146
|
+
}), ni = /* @__PURE__ */ e({
|
|
11147
|
+
abi: f,
|
|
9561
11148
|
functionName: "rolesOf"
|
|
9562
|
-
}),
|
|
9563
|
-
abi:
|
|
11149
|
+
}), ai = /* @__PURE__ */ s({
|
|
11150
|
+
abi: f,
|
|
9564
11151
|
functionName: "grantManyRoles"
|
|
9565
|
-
}),
|
|
9566
|
-
abi:
|
|
11152
|
+
}), ii = /* @__PURE__ */ s({
|
|
11153
|
+
abi: f,
|
|
9567
11154
|
functionName: "grantRoles"
|
|
9568
|
-
}),
|
|
9569
|
-
abi:
|
|
11155
|
+
}), si = /* @__PURE__ */ s({
|
|
11156
|
+
abi: f,
|
|
9570
11157
|
functionName: "revokeManyRoles"
|
|
9571
|
-
}),
|
|
9572
|
-
abi:
|
|
11158
|
+
}), pi = /* @__PURE__ */ s({
|
|
11159
|
+
abi: f,
|
|
9573
11160
|
functionName: "revokeRoles"
|
|
9574
|
-
}),
|
|
9575
|
-
abi:
|
|
11161
|
+
}), yi = /* @__PURE__ */ s({
|
|
11162
|
+
abi: f,
|
|
9576
11163
|
functionName: "setAuthorized"
|
|
9577
|
-
}),
|
|
9578
|
-
abi:
|
|
11164
|
+
}), ui = /* @__PURE__ */ i({
|
|
11165
|
+
abi: f,
|
|
9579
11166
|
functionName: "grantManyRoles"
|
|
9580
|
-
}),
|
|
9581
|
-
abi:
|
|
11167
|
+
}), ri = /* @__PURE__ */ i({
|
|
11168
|
+
abi: f,
|
|
9582
11169
|
functionName: "grantRoles"
|
|
9583
|
-
}),
|
|
9584
|
-
{ abi:
|
|
9585
|
-
),
|
|
9586
|
-
abi:
|
|
11170
|
+
}), oi = /* @__PURE__ */ i(
|
|
11171
|
+
{ abi: f, functionName: "revokeManyRoles" }
|
|
11172
|
+
), li = /* @__PURE__ */ i({
|
|
11173
|
+
abi: f,
|
|
9587
11174
|
functionName: "revokeRoles"
|
|
9588
|
-
}),
|
|
9589
|
-
abi:
|
|
11175
|
+
}), di = /* @__PURE__ */ i({
|
|
11176
|
+
abi: f,
|
|
9590
11177
|
functionName: "setAuthorized"
|
|
9591
|
-
}),
|
|
9592
|
-
abi:
|
|
11178
|
+
}), mi = /* @__PURE__ */ e({
|
|
11179
|
+
abi: x,
|
|
9593
11180
|
functionName: "hashSignerData"
|
|
9594
|
-
}),
|
|
9595
|
-
abi:
|
|
11181
|
+
}), bi = /* @__PURE__ */ e({
|
|
11182
|
+
abi: x,
|
|
9596
11183
|
functionName: "signers"
|
|
9597
|
-
}),
|
|
9598
|
-
abi:
|
|
11184
|
+
}), ci = /* @__PURE__ */ s({
|
|
11185
|
+
abi: x,
|
|
9599
11186
|
functionName: "setAuthorized"
|
|
9600
|
-
}),
|
|
9601
|
-
abi:
|
|
11187
|
+
}), Ti = /* @__PURE__ */ s({
|
|
11188
|
+
abi: x,
|
|
9602
11189
|
functionName: "setValidatorCaller"
|
|
9603
|
-
}),
|
|
9604
|
-
abi:
|
|
11190
|
+
}), fi = /* @__PURE__ */ s({
|
|
11191
|
+
abi: x,
|
|
9605
11192
|
functionName: "validate"
|
|
9606
|
-
}),
|
|
9607
|
-
abi:
|
|
11193
|
+
}), vi = /* @__PURE__ */ i({
|
|
11194
|
+
abi: x,
|
|
9608
11195
|
functionName: "setAuthorized"
|
|
9609
|
-
}),
|
|
9610
|
-
abi:
|
|
11196
|
+
}), wi = /* @__PURE__ */ i({
|
|
11197
|
+
abi: x,
|
|
9611
11198
|
functionName: "setValidatorCaller"
|
|
9612
|
-
}),
|
|
9613
|
-
abi:
|
|
11199
|
+
}), Mi = /* @__PURE__ */ i({
|
|
11200
|
+
abi: x,
|
|
9614
11201
|
functionName: "validate"
|
|
9615
|
-
}),
|
|
9616
|
-
abi:
|
|
11202
|
+
}), Ii = /* @__PURE__ */ e({
|
|
11203
|
+
abi: k,
|
|
9617
11204
|
functionName: "isAllowed"
|
|
9618
|
-
}),
|
|
9619
|
-
abi:
|
|
11205
|
+
}), gi = /* @__PURE__ */ e({
|
|
11206
|
+
abi: k,
|
|
9620
11207
|
functionName: "owner"
|
|
9621
|
-
}),
|
|
9622
|
-
{ abi:
|
|
9623
|
-
),
|
|
9624
|
-
abi:
|
|
11208
|
+
}), hi = /* @__PURE__ */ s(
|
|
11209
|
+
{ abi: k, functionName: "setAllowed" }
|
|
11210
|
+
), Oi = /* @__PURE__ */ i({
|
|
11211
|
+
abi: k,
|
|
9625
11212
|
functionName: "setAllowed"
|
|
9626
|
-
}),
|
|
9627
|
-
abi:
|
|
11213
|
+
}), Ai = /* @__PURE__ */ e({
|
|
11214
|
+
abi: L,
|
|
9628
11215
|
functionName: "isAllowed"
|
|
9629
|
-
}),
|
|
9630
|
-
abi:
|
|
11216
|
+
}), Ni = /* @__PURE__ */ s({
|
|
11217
|
+
abi: L,
|
|
9631
11218
|
functionName: "setDenied"
|
|
9632
|
-
}),
|
|
9633
|
-
abi:
|
|
11219
|
+
}), xi = /* @__PURE__ */ i({
|
|
11220
|
+
abi: L,
|
|
9634
11221
|
functionName: "setDenied"
|
|
11222
|
+
}), Ri = /* @__PURE__ */ e({
|
|
11223
|
+
abi: I,
|
|
11224
|
+
functionName: "distributed"
|
|
11225
|
+
}), Ci = /* @__PURE__ */ e({
|
|
11226
|
+
abi: I,
|
|
11227
|
+
functionName: "total"
|
|
11228
|
+
}), zi = /* @__PURE__ */ s({
|
|
11229
|
+
abi: I,
|
|
11230
|
+
functionName: "clawbackFromTarget"
|
|
11231
|
+
}), _i = /* @__PURE__ */ s({
|
|
11232
|
+
abi: I,
|
|
11233
|
+
functionName: "createBoost"
|
|
11234
|
+
}), Hi = /* @__PURE__ */ s({
|
|
11235
|
+
abi: I,
|
|
11236
|
+
functionName: "createBoostWithPermit2"
|
|
11237
|
+
}), Ei = /* @__PURE__ */ s(
|
|
11238
|
+
{ abi: I, functionName: "disburse" }
|
|
11239
|
+
), Fi = /* @__PURE__ */ s({
|
|
11240
|
+
abi: I,
|
|
11241
|
+
functionName: "disburseBatch"
|
|
11242
|
+
}), qi = /* @__PURE__ */ i({
|
|
11243
|
+
abi: I,
|
|
11244
|
+
functionName: "clawbackFromTarget"
|
|
11245
|
+
}), ki = /* @__PURE__ */ i({
|
|
11246
|
+
abi: I,
|
|
11247
|
+
functionName: "createBoost"
|
|
11248
|
+
}), Di = /* @__PURE__ */ i({
|
|
11249
|
+
abi: I,
|
|
11250
|
+
functionName: "createBoostWithPermit2"
|
|
11251
|
+
}), Ui = /* @__PURE__ */ i({
|
|
11252
|
+
abi: I,
|
|
11253
|
+
functionName: "disburse"
|
|
11254
|
+
}), Bi = /* @__PURE__ */ i({
|
|
11255
|
+
abi: I,
|
|
11256
|
+
functionName: "disburseBatch"
|
|
9635
11257
|
});
|
|
9636
11258
|
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
|
-
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
|
-
|
|
9680
|
-
|
|
9681
|
-
|
|
9682
|
-
|
|
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
|
-
|
|
9734
|
-
|
|
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
|
-
|
|
9801
|
-
|
|
9802
|
-
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
9807
|
-
|
|
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
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9848
|
-
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
9857
|
-
|
|
9858
|
-
|
|
9859
|
-
|
|
9860
|
-
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
11259
|
+
ka as $,
|
|
11260
|
+
A,
|
|
11261
|
+
oi as B,
|
|
11262
|
+
T as C,
|
|
11263
|
+
N as D,
|
|
11264
|
+
v as E,
|
|
11265
|
+
k as F,
|
|
11266
|
+
x as G,
|
|
11267
|
+
li as H,
|
|
11268
|
+
pi as I,
|
|
11269
|
+
Ca as J,
|
|
11270
|
+
Ua as K,
|
|
11271
|
+
_a as L,
|
|
11272
|
+
o as M,
|
|
11273
|
+
ve as N,
|
|
11274
|
+
ri as O,
|
|
11275
|
+
Me as P,
|
|
11276
|
+
Da as Q,
|
|
11277
|
+
w as R,
|
|
11278
|
+
f as S,
|
|
11279
|
+
b as T,
|
|
11280
|
+
we as U,
|
|
11281
|
+
at as V,
|
|
11282
|
+
Ea as W,
|
|
11283
|
+
Ba as X,
|
|
11284
|
+
La as Y,
|
|
11285
|
+
qa as Z,
|
|
11286
|
+
O as _,
|
|
11287
|
+
oe as a,
|
|
11288
|
+
_t as a$,
|
|
11289
|
+
tt as a0,
|
|
11290
|
+
nt as a1,
|
|
11291
|
+
et as a2,
|
|
11292
|
+
Qe as a3,
|
|
11293
|
+
Je as a4,
|
|
11294
|
+
Ye as a5,
|
|
11295
|
+
Xe as a6,
|
|
11296
|
+
Sa as a7,
|
|
11297
|
+
ce as a8,
|
|
11298
|
+
ba as a9,
|
|
11299
|
+
Ai as aA,
|
|
11300
|
+
xi as aB,
|
|
11301
|
+
Ni as aC,
|
|
11302
|
+
ot as aD,
|
|
11303
|
+
yt as aE,
|
|
11304
|
+
lt as aF,
|
|
11305
|
+
pt as aG,
|
|
11306
|
+
it as aH,
|
|
11307
|
+
st as aI,
|
|
11308
|
+
dt as aJ,
|
|
11309
|
+
ct as aK,
|
|
11310
|
+
mt as aL,
|
|
11311
|
+
Tt as aM,
|
|
11312
|
+
bt as aN,
|
|
11313
|
+
rt as aO,
|
|
11314
|
+
ut as aP,
|
|
11315
|
+
Ot as aQ,
|
|
11316
|
+
Mt as aR,
|
|
11317
|
+
wt as aS,
|
|
11318
|
+
vt as aT,
|
|
11319
|
+
ft as aU,
|
|
11320
|
+
Nt as aV,
|
|
11321
|
+
At as aW,
|
|
11322
|
+
ht as aX,
|
|
11323
|
+
It as aY,
|
|
11324
|
+
zt as aZ,
|
|
11325
|
+
xt as a_,
|
|
11326
|
+
ra as aa,
|
|
11327
|
+
ca as ab,
|
|
11328
|
+
oa as ac,
|
|
11329
|
+
Ta as ad,
|
|
11330
|
+
la as ae,
|
|
11331
|
+
fa as af,
|
|
11332
|
+
da as ag,
|
|
11333
|
+
va as ah,
|
|
11334
|
+
ma as ai,
|
|
11335
|
+
ya as aj,
|
|
11336
|
+
ua as ak,
|
|
11337
|
+
sa as al,
|
|
11338
|
+
pa as am,
|
|
11339
|
+
Ne as an,
|
|
11340
|
+
he as ao,
|
|
11341
|
+
xe as ap,
|
|
11342
|
+
ge as aq,
|
|
11343
|
+
Ie as ar,
|
|
11344
|
+
Ae as as,
|
|
11345
|
+
Ce as at,
|
|
11346
|
+
Re as au,
|
|
11347
|
+
Oe as av,
|
|
11348
|
+
gi as aw,
|
|
11349
|
+
Ii as ax,
|
|
11350
|
+
Oi as ay,
|
|
11351
|
+
hi as az,
|
|
11352
|
+
I as b,
|
|
11353
|
+
Ja as b$,
|
|
11354
|
+
Rt as b0,
|
|
11355
|
+
gt as b1,
|
|
11356
|
+
Ht as b2,
|
|
11357
|
+
Ct as b3,
|
|
11358
|
+
Cn as b4,
|
|
11359
|
+
zn as b5,
|
|
11360
|
+
_n as b6,
|
|
11361
|
+
Hn as b7,
|
|
11362
|
+
Bn as b8,
|
|
11363
|
+
Pn as b9,
|
|
11364
|
+
en as bA,
|
|
11365
|
+
Xt as bB,
|
|
11366
|
+
In as bC,
|
|
11367
|
+
cn as bD,
|
|
11368
|
+
fn as bE,
|
|
11369
|
+
bn as bF,
|
|
11370
|
+
On as bG,
|
|
11371
|
+
mn as bH,
|
|
11372
|
+
dn as bI,
|
|
11373
|
+
gn as bJ,
|
|
11374
|
+
hn as bK,
|
|
11375
|
+
Mn as bL,
|
|
11376
|
+
xn as bM,
|
|
11377
|
+
An as bN,
|
|
11378
|
+
Rn as bO,
|
|
11379
|
+
Nn as bP,
|
|
11380
|
+
wn as bQ,
|
|
11381
|
+
vn as bR,
|
|
11382
|
+
Tn as bS,
|
|
11383
|
+
Ga as bT,
|
|
11384
|
+
Za as bU,
|
|
11385
|
+
$a as bV,
|
|
11386
|
+
Va as bW,
|
|
11387
|
+
Qa as bX,
|
|
11388
|
+
Wa as bY,
|
|
11389
|
+
Ka as bZ,
|
|
11390
|
+
Xa as b_,
|
|
11391
|
+
kn as ba,
|
|
11392
|
+
qn as bb,
|
|
11393
|
+
Fn as bc,
|
|
11394
|
+
En as bd,
|
|
11395
|
+
Ln as be,
|
|
11396
|
+
Un as bf,
|
|
11397
|
+
Gn as bg,
|
|
11398
|
+
Sn as bh,
|
|
11399
|
+
Zn as bi,
|
|
11400
|
+
Vn as bj,
|
|
11401
|
+
Dn as bk,
|
|
11402
|
+
an as bl,
|
|
11403
|
+
Jt as bm,
|
|
11404
|
+
Yt as bn,
|
|
11405
|
+
Qt as bo,
|
|
11406
|
+
yn as bp,
|
|
11407
|
+
Kt as bq,
|
|
11408
|
+
$t as br,
|
|
11409
|
+
sn as bs,
|
|
11410
|
+
pn as bt,
|
|
11411
|
+
nn as bu,
|
|
11412
|
+
on as bv,
|
|
11413
|
+
un as bw,
|
|
11414
|
+
ln as bx,
|
|
11415
|
+
rn as by,
|
|
11416
|
+
tn as bz,
|
|
11417
|
+
W as c,
|
|
11418
|
+
Ve as c$,
|
|
11419
|
+
ja as c0,
|
|
11420
|
+
bi as c1,
|
|
11421
|
+
mi as c2,
|
|
11422
|
+
Mi as c3,
|
|
11423
|
+
fi as c4,
|
|
11424
|
+
vi as c5,
|
|
11425
|
+
ci as c6,
|
|
11426
|
+
wi as c7,
|
|
11427
|
+
Ti as c8,
|
|
11428
|
+
Xn as c9,
|
|
11429
|
+
Kn as cA,
|
|
11430
|
+
$n as cB,
|
|
11431
|
+
ga as cC,
|
|
11432
|
+
Ma as cD,
|
|
11433
|
+
ha as cE,
|
|
11434
|
+
Ia as cF,
|
|
11435
|
+
wa as cG,
|
|
11436
|
+
xa as cH,
|
|
11437
|
+
Aa as cI,
|
|
11438
|
+
Ra as cJ,
|
|
11439
|
+
Na as cK,
|
|
11440
|
+
Oa as cL,
|
|
11441
|
+
qi as cM,
|
|
11442
|
+
zi as cN,
|
|
11443
|
+
Ui as cO,
|
|
11444
|
+
Ei as cP,
|
|
11445
|
+
Bi as cQ,
|
|
11446
|
+
Fi as cR,
|
|
11447
|
+
Ci as cS,
|
|
11448
|
+
Ri as cT,
|
|
11449
|
+
Te as cU,
|
|
11450
|
+
Ue as cV,
|
|
11451
|
+
Ze as cW,
|
|
11452
|
+
_i as cX,
|
|
11453
|
+
ki as cY,
|
|
11454
|
+
Hi as cZ,
|
|
11455
|
+
Di as c_,
|
|
11456
|
+
Jn as ca,
|
|
11457
|
+
ia as cb,
|
|
11458
|
+
ta as cc,
|
|
11459
|
+
na as cd,
|
|
11460
|
+
Yn as ce,
|
|
11461
|
+
aa as cf,
|
|
11462
|
+
ea as cg,
|
|
11463
|
+
Lt as ch,
|
|
11464
|
+
kt as ci,
|
|
11465
|
+
qt as cj,
|
|
11466
|
+
Vt as ck,
|
|
11467
|
+
Ft as cl,
|
|
11468
|
+
Et as cm,
|
|
11469
|
+
Pt as cn,
|
|
11470
|
+
St as co,
|
|
11471
|
+
Bt as cp,
|
|
11472
|
+
jt as cq,
|
|
11473
|
+
Gt as cr,
|
|
11474
|
+
Wt as cs,
|
|
11475
|
+
Zt as ct,
|
|
11476
|
+
Ut as cu,
|
|
11477
|
+
Dt as cv,
|
|
11478
|
+
fe as cw,
|
|
11479
|
+
q as cx,
|
|
11480
|
+
Wn as cy,
|
|
11481
|
+
jn as cz,
|
|
11482
|
+
m as d,
|
|
11483
|
+
ke as d0,
|
|
11484
|
+
Ge as d1,
|
|
11485
|
+
De as d2,
|
|
11486
|
+
_e as d3,
|
|
11487
|
+
He as d4,
|
|
11488
|
+
Qn as d5,
|
|
11489
|
+
ze as d6,
|
|
11490
|
+
je as d7,
|
|
11491
|
+
Be as d8,
|
|
11492
|
+
Fe as d9,
|
|
11493
|
+
qe as da,
|
|
11494
|
+
We as db,
|
|
11495
|
+
Le as dc,
|
|
11496
|
+
Ee as dd,
|
|
11497
|
+
Ke as de,
|
|
11498
|
+
Se as df,
|
|
11499
|
+
$e as dg,
|
|
11500
|
+
Pe as dh,
|
|
11501
|
+
yi as e,
|
|
11502
|
+
ii as f,
|
|
11503
|
+
c as g,
|
|
11504
|
+
ui as h,
|
|
11505
|
+
ai as i,
|
|
11506
|
+
si as j,
|
|
11507
|
+
L as k,
|
|
11508
|
+
ni as l,
|
|
11509
|
+
$ as m,
|
|
11510
|
+
Ya as n,
|
|
11511
|
+
ei as o,
|
|
11512
|
+
_ as p,
|
|
11513
|
+
ti as q,
|
|
11514
|
+
H as r,
|
|
11515
|
+
Ha as s,
|
|
11516
|
+
Pa as t,
|
|
11517
|
+
Fa as u,
|
|
11518
|
+
za as v,
|
|
11519
|
+
be as w,
|
|
11520
|
+
di as x,
|
|
9865
11521
|
d as y,
|
|
9866
|
-
|
|
11522
|
+
h as z
|
|
9867
11523
|
};
|
|
9868
|
-
//# sourceMappingURL=generated-
|
|
11524
|
+
//# sourceMappingURL=generated-CINzoGbl.js.map
|