@boostxyz/sdk 0.0.0-alpha.10

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.
Files changed (242) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +7 -0
  3. package/dist/Actions/Action.cjs +2 -0
  4. package/dist/Actions/Action.cjs.map +1 -0
  5. package/dist/Actions/Action.d.ts +31 -0
  6. package/dist/Actions/Action.d.ts.map +1 -0
  7. package/dist/Actions/Action.js +29 -0
  8. package/dist/Actions/Action.js.map +1 -0
  9. package/dist/Actions/ContractAction.d.ts +370 -0
  10. package/dist/Actions/ContractAction.d.ts.map +1 -0
  11. package/dist/Actions/ERC721MintAction.d.ts +513 -0
  12. package/dist/Actions/ERC721MintAction.d.ts.map +1 -0
  13. package/dist/Actions/EventAction.cjs +2 -0
  14. package/dist/Actions/EventAction.cjs.map +1 -0
  15. package/dist/Actions/EventAction.d.ts +694 -0
  16. package/dist/Actions/EventAction.d.ts.map +1 -0
  17. package/dist/Actions/EventAction.js +491 -0
  18. package/dist/Actions/EventAction.js.map +1 -0
  19. package/dist/AllowLists/AllowList.cjs +2 -0
  20. package/dist/AllowLists/AllowList.cjs.map +1 -0
  21. package/dist/AllowLists/AllowList.d.ts +32 -0
  22. package/dist/AllowLists/AllowList.d.ts.map +1 -0
  23. package/dist/AllowLists/AllowList.js +30 -0
  24. package/dist/AllowLists/AllowList.js.map +1 -0
  25. package/dist/AllowLists/SimpleAllowList.cjs +2 -0
  26. package/dist/AllowLists/SimpleAllowList.cjs.map +1 -0
  27. package/dist/AllowLists/SimpleAllowList.d.ts +481 -0
  28. package/dist/AllowLists/SimpleAllowList.d.ts.map +1 -0
  29. package/dist/AllowLists/SimpleAllowList.js +154 -0
  30. package/dist/AllowLists/SimpleAllowList.js.map +1 -0
  31. package/dist/AllowLists/SimpleDenyList.cjs +2 -0
  32. package/dist/AllowLists/SimpleDenyList.cjs.map +1 -0
  33. package/dist/AllowLists/SimpleDenyList.d.ts +335 -0
  34. package/dist/AllowLists/SimpleDenyList.d.ts.map +1 -0
  35. package/dist/AllowLists/SimpleDenyList.js +115 -0
  36. package/dist/AllowLists/SimpleDenyList.js.map +1 -0
  37. package/dist/Auth/Auth.cjs +2 -0
  38. package/dist/Auth/Auth.cjs.map +1 -0
  39. package/dist/Auth/Auth.d.ts +10 -0
  40. package/dist/Auth/Auth.d.ts.map +1 -0
  41. package/dist/Auth/Auth.js +5 -0
  42. package/dist/Auth/Auth.js.map +1 -0
  43. package/dist/Auth/PassthroughAuth.cjs +2 -0
  44. package/dist/Auth/PassthroughAuth.cjs.map +1 -0
  45. package/dist/Auth/PassthroughAuth.d.ts +51 -0
  46. package/dist/Auth/PassthroughAuth.d.ts.map +1 -0
  47. package/dist/Auth/PassthroughAuth.js +39 -0
  48. package/dist/Auth/PassthroughAuth.js.map +1 -0
  49. package/dist/Boost.cjs +2 -0
  50. package/dist/Boost.cjs.map +1 -0
  51. package/dist/Boost.d.ts +234 -0
  52. package/dist/Boost.d.ts.map +1 -0
  53. package/dist/Boost.js +162 -0
  54. package/dist/Boost.js.map +1 -0
  55. package/dist/BoostCore.cjs +3 -0
  56. package/dist/BoostCore.cjs.map +1 -0
  57. package/dist/BoostCore.d.ts +498 -0
  58. package/dist/BoostCore.d.ts.map +1 -0
  59. package/dist/BoostCore.js +1153 -0
  60. package/dist/BoostCore.js.map +1 -0
  61. package/dist/BoostRegistry.cjs +2 -0
  62. package/dist/BoostRegistry.cjs.map +1 -0
  63. package/dist/BoostRegistry.d.ts +243 -0
  64. package/dist/BoostRegistry.d.ts.map +1 -0
  65. package/dist/BoostRegistry.js +262 -0
  66. package/dist/BoostRegistry.js.map +1 -0
  67. package/dist/Budgets/Budget.cjs +2 -0
  68. package/dist/Budgets/Budget.cjs.map +1 -0
  69. package/dist/Budgets/Budget.d.ts +31 -0
  70. package/dist/Budgets/Budget.d.ts.map +1 -0
  71. package/dist/Budgets/Budget.js +29 -0
  72. package/dist/Budgets/Budget.js.map +1 -0
  73. package/dist/Budgets/ManagedBudget.cjs +2 -0
  74. package/dist/Budgets/ManagedBudget.cjs.map +1 -0
  75. package/dist/Budgets/ManagedBudget.d.ts +1103 -0
  76. package/dist/Budgets/ManagedBudget.d.ts.map +1 -0
  77. package/dist/Budgets/ManagedBudget.js +516 -0
  78. package/dist/Budgets/ManagedBudget.js.map +1 -0
  79. package/dist/Budgets/SimpleBudget.d.ts +824 -0
  80. package/dist/Budgets/SimpleBudget.d.ts.map +1 -0
  81. package/dist/Budgets/VestingBudget.d.ts +778 -0
  82. package/dist/Budgets/VestingBudget.d.ts.map +1 -0
  83. package/dist/Deployable/Contract.cjs +2 -0
  84. package/dist/Deployable/Contract.cjs.map +1 -0
  85. package/dist/Deployable/Contract.d.ts +125 -0
  86. package/dist/Deployable/Contract.d.ts.map +1 -0
  87. package/dist/Deployable/Contract.js +150 -0
  88. package/dist/Deployable/Contract.js.map +1 -0
  89. package/dist/Deployable/Deployable.cjs +2 -0
  90. package/dist/Deployable/Deployable.cjs.map +1 -0
  91. package/dist/Deployable/Deployable.d.ts +161 -0
  92. package/dist/Deployable/Deployable.d.ts.map +1 -0
  93. package/dist/Deployable/Deployable.js +131 -0
  94. package/dist/Deployable/Deployable.js.map +1 -0
  95. package/dist/Deployable/DeployableTarget.cjs +2 -0
  96. package/dist/Deployable/DeployableTarget.cjs.map +1 -0
  97. package/dist/Deployable/DeployableTarget.d.ts +116 -0
  98. package/dist/Deployable/DeployableTarget.d.ts.map +1 -0
  99. package/dist/Deployable/DeployableTarget.js +132 -0
  100. package/dist/Deployable/DeployableTarget.js.map +1 -0
  101. package/dist/Incentives/AllowListIncentive.cjs +2 -0
  102. package/dist/Incentives/AllowListIncentive.cjs.map +1 -0
  103. package/dist/Incentives/AllowListIncentive.d.ts +513 -0
  104. package/dist/Incentives/AllowListIncentive.d.ts.map +1 -0
  105. package/dist/Incentives/AllowListIncentive.js +201 -0
  106. package/dist/Incentives/AllowListIncentive.js.map +1 -0
  107. package/dist/Incentives/CGDAIncentive.cjs +2 -0
  108. package/dist/Incentives/CGDAIncentive.cjs.map +1 -0
  109. package/dist/Incentives/CGDAIncentive.d.ts +644 -0
  110. package/dist/Incentives/CGDAIncentive.d.ts.map +1 -0
  111. package/dist/Incentives/CGDAIncentive.js +271 -0
  112. package/dist/Incentives/CGDAIncentive.js.map +1 -0
  113. package/dist/Incentives/ERC1155Incentive.d.ts +713 -0
  114. package/dist/Incentives/ERC1155Incentive.d.ts.map +1 -0
  115. package/dist/Incentives/ERC20Incentive.cjs +2 -0
  116. package/dist/Incentives/ERC20Incentive.cjs.map +1 -0
  117. package/dist/Incentives/ERC20Incentive.d.ts +666 -0
  118. package/dist/Incentives/ERC20Incentive.d.ts.map +1 -0
  119. package/dist/Incentives/ERC20Incentive.js +312 -0
  120. package/dist/Incentives/ERC20Incentive.js.map +1 -0
  121. package/dist/Incentives/ERC20VariableIncentive.d.ts +582 -0
  122. package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -0
  123. package/dist/Incentives/Incentive.cjs +2 -0
  124. package/dist/Incentives/Incentive.cjs.map +1 -0
  125. package/dist/Incentives/Incentive.d.ts +36 -0
  126. package/dist/Incentives/Incentive.d.ts.map +1 -0
  127. package/dist/Incentives/Incentive.js +299 -0
  128. package/dist/Incentives/Incentive.js.map +1 -0
  129. package/dist/Incentives/PointsIncentive.cjs +2 -0
  130. package/dist/Incentives/PointsIncentive.cjs.map +1 -0
  131. package/dist/Incentives/PointsIncentive.d.ts +659 -0
  132. package/dist/Incentives/PointsIncentive.d.ts.map +1 -0
  133. package/dist/Incentives/PointsIncentive.js +215 -0
  134. package/dist/Incentives/PointsIncentive.js.map +1 -0
  135. package/dist/Validators/SignerValidator.cjs +2 -0
  136. package/dist/Validators/SignerValidator.cjs.map +1 -0
  137. package/dist/Validators/SignerValidator.d.ts +745 -0
  138. package/dist/Validators/SignerValidator.d.ts.map +1 -0
  139. package/dist/Validators/SignerValidator.js +293 -0
  140. package/dist/Validators/SignerValidator.js.map +1 -0
  141. package/dist/Validators/Validator.cjs +2 -0
  142. package/dist/Validators/Validator.cjs.map +1 -0
  143. package/dist/Validators/Validator.d.ts +31 -0
  144. package/dist/Validators/Validator.d.ts.map +1 -0
  145. package/dist/Validators/Validator.js +27 -0
  146. package/dist/Validators/Validator.js.map +1 -0
  147. package/dist/claiming.cjs +2 -0
  148. package/dist/claiming.cjs.map +1 -0
  149. package/dist/claiming.d.ts +43 -0
  150. package/dist/claiming.d.ts.map +1 -0
  151. package/dist/claiming.js +17 -0
  152. package/dist/claiming.js.map +1 -0
  153. package/dist/componentInterfaces-CKCBwG16.cjs +2 -0
  154. package/dist/componentInterfaces-CKCBwG16.cjs.map +1 -0
  155. package/dist/componentInterfaces-DYkaxBda.js +13 -0
  156. package/dist/componentInterfaces-DYkaxBda.js.map +1 -0
  157. package/dist/errors.cjs +2 -0
  158. package/dist/errors.cjs.map +1 -0
  159. package/dist/errors.d.ts +441 -0
  160. package/dist/errors.d.ts.map +1 -0
  161. package/dist/errors.js +262 -0
  162. package/dist/errors.js.map +1 -0
  163. package/dist/generated-BDeDiaCK.js +4625 -0
  164. package/dist/generated-BDeDiaCK.js.map +1 -0
  165. package/dist/generated-wKBNvm48.cjs +3 -0
  166. package/dist/generated-wKBNvm48.cjs.map +1 -0
  167. package/dist/index.cjs +2 -0
  168. package/dist/index.cjs.map +1 -0
  169. package/dist/index.d.ts +25 -0
  170. package/dist/index.d.ts.map +1 -0
  171. package/dist/index.js +113 -0
  172. package/dist/index.js.map +1 -0
  173. package/dist/transfers.cjs +2 -0
  174. package/dist/transfers.cjs.map +1 -0
  175. package/dist/transfers.d.ts +198 -0
  176. package/dist/transfers.d.ts.map +1 -0
  177. package/dist/transfers.js +84 -0
  178. package/dist/transfers.js.map +1 -0
  179. package/dist/utils.cjs +2 -0
  180. package/dist/utils.cjs.map +1 -0
  181. package/dist/utils.d.ts +116 -0
  182. package/dist/utils.d.ts.map +1 -0
  183. package/dist/utils.js +30 -0
  184. package/dist/utils.js.map +1 -0
  185. package/package.json +211 -0
  186. package/src/Actions/Action.test.ts +75 -0
  187. package/src/Actions/Action.ts +61 -0
  188. package/src/Actions/ContractAction.test.ts +197 -0
  189. package/src/Actions/ContractAction.ts +301 -0
  190. package/src/Actions/ERC721MintAction.test.ts +112 -0
  191. package/src/Actions/ERC721MintAction.ts +292 -0
  192. package/src/Actions/EventAction.test.ts +205 -0
  193. package/src/Actions/EventAction.ts +811 -0
  194. package/src/AllowLists/AllowList.test.ts +64 -0
  195. package/src/AllowLists/AllowList.ts +60 -0
  196. package/src/AllowLists/SimpleAllowList.test.ts +52 -0
  197. package/src/AllowLists/SimpleAllowList.ts +284 -0
  198. package/src/AllowLists/SimpleDenyList.test.ts +52 -0
  199. package/src/AllowLists/SimpleDenyList.ts +227 -0
  200. package/src/Auth/Auth.ts +11 -0
  201. package/src/Auth/PassthroughAuth.test.ts +12 -0
  202. package/src/Auth/PassthroughAuth.ts +80 -0
  203. package/src/Boost.ts +290 -0
  204. package/src/BoostCore.test.ts +773 -0
  205. package/src/BoostCore.ts +1261 -0
  206. package/src/BoostRegistry.ts +467 -0
  207. package/src/Budgets/Budget.test.ts +27 -0
  208. package/src/Budgets/Budget.ts +61 -0
  209. package/src/Budgets/ManagedBudget.test.ts +154 -0
  210. package/src/Budgets/ManagedBudget.ts +796 -0
  211. package/src/Budgets/SimpleBudget.test.ts +152 -0
  212. package/src/Budgets/SimpleBudget.ts +564 -0
  213. package/src/Budgets/VestingBudget.test.ts +123 -0
  214. package/src/Budgets/VestingBudget.ts +602 -0
  215. package/src/Deployable/Contract.ts +229 -0
  216. package/src/Deployable/Deployable.ts +250 -0
  217. package/src/Deployable/DeployableTarget.ts +223 -0
  218. package/src/Incentives/AllowListIncentive.test.ts +143 -0
  219. package/src/Incentives/AllowListIncentive.ts +334 -0
  220. package/src/Incentives/CGDAIncentive.test.ts +132 -0
  221. package/src/Incentives/CGDAIncentive.ts +468 -0
  222. package/src/Incentives/ERC1155Incentive.test.ts +87 -0
  223. package/src/Incentives/ERC1155Incentive.ts +466 -0
  224. package/src/Incentives/ERC20Incentive.test.ts +130 -0
  225. package/src/Incentives/ERC20Incentive.ts +482 -0
  226. package/src/Incentives/ERC20VariableIncentive.test.ts +136 -0
  227. package/src/Incentives/ERC20VariableIncentive.ts +420 -0
  228. package/src/Incentives/Incentive.test.ts +92 -0
  229. package/src/Incentives/Incentive.ts +85 -0
  230. package/src/Incentives/PointsIncentive.test.ts +139 -0
  231. package/src/Incentives/PointsIncentive.ts +365 -0
  232. package/src/Validators/SignerValidator.test.ts +159 -0
  233. package/src/Validators/SignerValidator.ts +681 -0
  234. package/src/Validators/Validator.test.ts +21 -0
  235. package/src/Validators/Validator.ts +55 -0
  236. package/src/claiming.ts +56 -0
  237. package/src/errors.ts +542 -0
  238. package/src/index.test.ts +40 -0
  239. package/src/index.ts +53 -0
  240. package/src/transfers.ts +284 -0
  241. package/src/utils.test.ts +44 -0
  242. package/src/utils.ts +198 -0
@@ -0,0 +1,4625 @@
1
+ import { simulateContract as P, readContract as L, writeContract as U } from "viem/actions";
2
+ import { createClient as S, custom as j } from "viem";
3
+ import { parseAccount as V, getAddress as $ } from "viem/utils";
4
+ function A(t) {
5
+ const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, y = i == null ? void 0 : i[0], u = t.chains.find((T) => T.id === (e == null ? void 0 : e.chainId)), r = t.state.status;
6
+ switch (r) {
7
+ case "connected":
8
+ return {
9
+ address: y,
10
+ addresses: i,
11
+ chain: u,
12
+ chainId: e == null ? void 0 : e.chainId,
13
+ connector: e == null ? void 0 : e.connector,
14
+ isConnected: !0,
15
+ isConnecting: !1,
16
+ isDisconnected: !1,
17
+ isReconnecting: !1,
18
+ status: r
19
+ };
20
+ case "reconnecting":
21
+ return {
22
+ address: y,
23
+ addresses: i,
24
+ chain: u,
25
+ chainId: e == null ? void 0 : e.chainId,
26
+ connector: e == null ? void 0 : e.connector,
27
+ isConnected: !!y,
28
+ isConnecting: !1,
29
+ isDisconnected: !1,
30
+ isReconnecting: !0,
31
+ status: r
32
+ };
33
+ case "connecting":
34
+ return {
35
+ address: y,
36
+ addresses: i,
37
+ chain: u,
38
+ chainId: e == null ? void 0 : e.chainId,
39
+ connector: e == null ? void 0 : e.connector,
40
+ isConnected: !1,
41
+ isConnecting: !0,
42
+ isDisconnected: !1,
43
+ isReconnecting: !1,
44
+ status: r
45
+ };
46
+ case "disconnected":
47
+ return {
48
+ address: void 0,
49
+ addresses: void 0,
50
+ chain: void 0,
51
+ chainId: void 0,
52
+ connector: void 0,
53
+ isConnected: !1,
54
+ isConnecting: !1,
55
+ isDisconnected: !0,
56
+ isReconnecting: !1,
57
+ status: r
58
+ };
59
+ }
60
+ }
61
+ function x(t) {
62
+ return t.state.chainId;
63
+ }
64
+ function R(t, a, e) {
65
+ const i = t[a.name];
66
+ if (typeof i == "function")
67
+ return i;
68
+ const y = t[e];
69
+ return typeof y == "function" ? y : (u) => a(t, u);
70
+ }
71
+ const Z = "2.13.0", G = () => `@wagmi/core@${Z}`;
72
+ var F = function(t, a, e, i) {
73
+ if (e === "a" && !i)
74
+ throw new TypeError("Private accessor was defined without a getter");
75
+ if (typeof a == "function" ? t !== a || !i : !a.has(t))
76
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
77
+ return e === "m" ? i : e === "a" ? i.call(t) : i ? i.value : a.get(t);
78
+ }, O, E;
79
+ class h extends Error {
80
+ get docsBaseUrl() {
81
+ return "https://wagmi.sh/core";
82
+ }
83
+ get version() {
84
+ return G();
85
+ }
86
+ constructor(a, e = {}) {
87
+ var i;
88
+ super(), O.add(this), Object.defineProperty(this, "details", {
89
+ enumerable: !0,
90
+ configurable: !0,
91
+ writable: !0,
92
+ value: void 0
93
+ }), Object.defineProperty(this, "docsPath", {
94
+ enumerable: !0,
95
+ configurable: !0,
96
+ writable: !0,
97
+ value: void 0
98
+ }), Object.defineProperty(this, "metaMessages", {
99
+ enumerable: !0,
100
+ configurable: !0,
101
+ writable: !0,
102
+ value: void 0
103
+ }), Object.defineProperty(this, "shortMessage", {
104
+ enumerable: !0,
105
+ configurable: !0,
106
+ writable: !0,
107
+ value: void 0
108
+ }), Object.defineProperty(this, "name", {
109
+ enumerable: !0,
110
+ configurable: !0,
111
+ writable: !0,
112
+ value: "WagmiCoreError"
113
+ });
114
+ const y = e.cause instanceof h ? e.cause.details : (i = e.cause) != null && i.message ? e.cause.message : e.details, u = e.cause instanceof h && e.cause.docsPath || e.docsPath;
115
+ this.message = [
116
+ a || "An error occurred.",
117
+ "",
118
+ ...e.metaMessages ? [...e.metaMessages, ""] : [],
119
+ ...u ? [
120
+ `Docs: ${this.docsBaseUrl}${u}.html${e.docsSlug ? `#${e.docsSlug}` : ""}`
121
+ ] : [],
122
+ ...y ? [`Details: ${y}`] : [],
123
+ `Version: ${this.version}`
124
+ ].join(`
125
+ `), e.cause && (this.cause = e.cause), this.details = y, this.docsPath = u, this.metaMessages = e.metaMessages, this.shortMessage = a;
126
+ }
127
+ walk(a) {
128
+ return F(this, O, "m", E).call(this, this, a);
129
+ }
130
+ }
131
+ O = /* @__PURE__ */ new WeakSet(), E = function t(a, e) {
132
+ return e != null && e(a) ? a : a.cause ? F(this, O, "m", t).call(this, a.cause, e) : a;
133
+ };
134
+ class W extends h {
135
+ constructor() {
136
+ super("Connector not connected."), Object.defineProperty(this, "name", {
137
+ enumerable: !0,
138
+ configurable: !0,
139
+ writable: !0,
140
+ value: "ConnectorNotConnectedError"
141
+ });
142
+ }
143
+ }
144
+ class X extends h {
145
+ constructor({ address: a, connector: e }) {
146
+ super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
147
+ enumerable: !0,
148
+ configurable: !0,
149
+ writable: !0,
150
+ value: "ConnectorAccountNotFoundError"
151
+ });
152
+ }
153
+ }
154
+ class K extends h {
155
+ constructor({ connectionChainId: a, connectorChainId: e }) {
156
+ super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
157
+ metaMessages: [
158
+ `Current Chain ID: ${e}`,
159
+ `Expected Chain ID: ${a}`
160
+ ]
161
+ }), Object.defineProperty(this, "name", {
162
+ enumerable: !0,
163
+ configurable: !0,
164
+ writable: !0,
165
+ value: "ConnectorChainMismatchError"
166
+ });
167
+ }
168
+ }
169
+ async function B(t, a = {}) {
170
+ let e;
171
+ if (a.connector) {
172
+ const { connector: m } = a, [g, k] = await Promise.all([
173
+ m.getAccounts(),
174
+ m.getChainId()
175
+ ]);
176
+ e = {
177
+ accounts: g,
178
+ chainId: k,
179
+ connector: m
180
+ };
181
+ } else
182
+ e = t.state.connections.get(t.state.current);
183
+ if (!e)
184
+ throw new W();
185
+ const i = a.chainId ?? e.chainId, y = await e.connector.getChainId();
186
+ if (y !== e.chainId)
187
+ throw new K({
188
+ connectionChainId: e.chainId,
189
+ connectorChainId: y
190
+ });
191
+ const u = e.connector;
192
+ if (u.getClient)
193
+ return u.getClient({ chainId: i });
194
+ const r = V(a.account ?? e.accounts[0]);
195
+ r.address = $(r.address);
196
+ const T = t.chains.find((m) => m.id === i), M = await e.connector.getProvider({ chainId: i });
197
+ if (a.account && !e.accounts.some((m) => m.toLowerCase() === r.address.toLowerCase()))
198
+ throw new X({
199
+ address: r.address,
200
+ connector: u
201
+ });
202
+ return S({
203
+ account: r,
204
+ chain: T,
205
+ name: "Connector Client",
206
+ transport: (m) => j(M)({ ...m, retryCount: 0 })
207
+ });
208
+ }
209
+ async function C(t, a) {
210
+ const { abi: e, chainId: i, connector: y, ...u } = a;
211
+ let r;
212
+ a.account ? r = a.account : r = (await B(t, {
213
+ chainId: i,
214
+ connector: y
215
+ })).account;
216
+ const T = t.getClient({ chainId: i }), M = R(T, P, "simulateContract"), { result: m, request: g } = await M({ ...u, abi: e, account: r });
217
+ return {
218
+ chainId: T.chain.id,
219
+ result: m,
220
+ request: { __mode: "prepared", ...g, chainId: i }
221
+ };
222
+ }
223
+ function s(t) {
224
+ return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
225
+ var i;
226
+ const y = x(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
227
+ return C(a, {
228
+ ...e,
229
+ ...t.functionName ? { functionName: t.functionName } : {},
230
+ address: (i = t.address) == null ? void 0 : i[r],
231
+ abi: t.abi
232
+ });
233
+ } : (a, e) => C(a, {
234
+ ...e,
235
+ ...t.address ? { address: t.address } : {},
236
+ ...t.functionName ? { functionName: t.functionName } : {},
237
+ abi: t.abi
238
+ });
239
+ }
240
+ function H(t, a) {
241
+ const { chainId: e, ...i } = a, y = t.getClient({ chainId: e });
242
+ return R(y, L, "readContract")(i);
243
+ }
244
+ function n(t) {
245
+ return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
246
+ var i;
247
+ const y = x(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
248
+ return H(a, {
249
+ ...e,
250
+ ...t.functionName ? { functionName: t.functionName } : {},
251
+ address: (i = t.address) == null ? void 0 : i[r],
252
+ abi: t.abi
253
+ });
254
+ } : (a, e) => H(a, {
255
+ ...e,
256
+ ...t.address ? { address: t.address } : {},
257
+ ...t.functionName ? { functionName: t.functionName } : {},
258
+ abi: t.abi
259
+ });
260
+ }
261
+ async function D(t, a) {
262
+ const { account: e, chainId: i, connector: y, __mode: u, ...r } = a;
263
+ let T;
264
+ typeof e == "object" && e.type === "local" ? T = t.getClient({ chainId: i }) : T = await B(t, { account: e, chainId: i, connector: y });
265
+ const { connector: M } = A(t);
266
+ let m;
267
+ if (u === "prepared" || M != null && M.supportsSimulation)
268
+ m = r;
269
+ else {
270
+ const { request: g } = await C(t, {
271
+ ...r,
272
+ account: e,
273
+ chainId: i
274
+ });
275
+ m = g;
276
+ }
277
+ return await R(T, U, "writeContract")({
278
+ ...m,
279
+ ...e ? { account: e } : {},
280
+ chain: i ? { id: i } : null
281
+ });
282
+ }
283
+ function p(t) {
284
+ return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
285
+ var i;
286
+ const y = x(a), u = A(a);
287
+ let r;
288
+ return e.chainId ? r = e.chainId : e.account && e.account === u.address || e.account === void 0 ? r = u.chainId : r = y, D(a, {
289
+ ...e,
290
+ ...t.functionName ? { functionName: t.functionName } : {},
291
+ address: r ? (i = t.address) == null ? void 0 : i[r] : void 0,
292
+ abi: t.abi
293
+ });
294
+ } : (a, e) => D(a, {
295
+ ...e,
296
+ ...t.address ? { address: t.address } : {},
297
+ ...t.functionName ? { functionName: t.functionName } : {},
298
+ abi: t.abi
299
+ });
300
+ }
301
+ const ne = [
302
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
303
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
304
+ { type: "error", inputs: [], name: "InvalidInitialization" },
305
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
306
+ { type: "error", inputs: [], name: "NotInitializing" },
307
+ {
308
+ type: "event",
309
+ anonymous: !1,
310
+ inputs: [
311
+ {
312
+ name: "executor",
313
+ internalType: "address",
314
+ type: "address",
315
+ indexed: !0
316
+ },
317
+ {
318
+ name: "caller",
319
+ internalType: "address",
320
+ type: "address",
321
+ indexed: !1
322
+ },
323
+ { name: "success", internalType: "bool", type: "bool", indexed: !1 },
324
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
325
+ ],
326
+ name: "ActionExecuted"
327
+ },
328
+ {
329
+ type: "event",
330
+ anonymous: !1,
331
+ inputs: [
332
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
333
+ {
334
+ name: "isValidated",
335
+ internalType: "bool",
336
+ type: "bool",
337
+ indexed: !1
338
+ },
339
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
340
+ ],
341
+ name: "ActionValidated"
342
+ },
343
+ {
344
+ type: "event",
345
+ anonymous: !1,
346
+ inputs: [
347
+ {
348
+ name: "version",
349
+ internalType: "uint64",
350
+ type: "uint64",
351
+ indexed: !1
352
+ }
353
+ ],
354
+ name: "Initialized"
355
+ },
356
+ {
357
+ type: "function",
358
+ inputs: [],
359
+ name: "VALIDATOR",
360
+ outputs: [
361
+ { name: "", internalType: "contract AValidator", type: "address" }
362
+ ],
363
+ stateMutability: "view"
364
+ },
365
+ {
366
+ type: "function",
367
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
368
+ name: "execute",
369
+ outputs: [
370
+ { name: "", internalType: "bool", type: "bool" },
371
+ { name: "", internalType: "bytes", type: "bytes" }
372
+ ],
373
+ stateMutability: "payable"
374
+ },
375
+ {
376
+ type: "function",
377
+ inputs: [],
378
+ name: "getComponentInterface",
379
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
380
+ stateMutability: "pure"
381
+ },
382
+ {
383
+ type: "function",
384
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
385
+ name: "initialize",
386
+ outputs: [],
387
+ stateMutability: "nonpayable"
388
+ },
389
+ {
390
+ type: "function",
391
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
392
+ name: "prepare",
393
+ outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
394
+ stateMutability: "nonpayable"
395
+ },
396
+ {
397
+ type: "function",
398
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
399
+ name: "supportsInterface",
400
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
401
+ stateMutability: "view"
402
+ }
403
+ ], ae = [
404
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
405
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
406
+ { type: "error", inputs: [], name: "InvalidInitialization" },
407
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
408
+ { type: "error", inputs: [], name: "NotInitializing" },
409
+ {
410
+ type: "event",
411
+ anonymous: !1,
412
+ inputs: [
413
+ {
414
+ name: "version",
415
+ internalType: "uint64",
416
+ type: "uint64",
417
+ indexed: !1
418
+ }
419
+ ],
420
+ name: "Initialized"
421
+ },
422
+ {
423
+ type: "function",
424
+ inputs: [],
425
+ name: "getComponentInterface",
426
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
427
+ stateMutability: "pure"
428
+ },
429
+ {
430
+ type: "function",
431
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
432
+ name: "initialize",
433
+ outputs: [],
434
+ stateMutability: "nonpayable"
435
+ },
436
+ {
437
+ type: "function",
438
+ inputs: [
439
+ { name: "user_", internalType: "address", type: "address" },
440
+ { name: "data_", internalType: "bytes", type: "bytes" }
441
+ ],
442
+ name: "isAllowed",
443
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
444
+ stateMutability: "view"
445
+ },
446
+ {
447
+ type: "function",
448
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
449
+ name: "supportsInterface",
450
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
451
+ stateMutability: "view"
452
+ }
453
+ ], ie = [
454
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
455
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
456
+ {
457
+ type: "error",
458
+ inputs: [
459
+ { name: "asset", internalType: "address", type: "address" },
460
+ { name: "available", internalType: "uint256", type: "uint256" },
461
+ { name: "required", internalType: "uint256", type: "uint256" }
462
+ ],
463
+ name: "InsufficientFunds"
464
+ },
465
+ {
466
+ type: "error",
467
+ inputs: [
468
+ { name: "asset", internalType: "address", type: "address" },
469
+ { name: "amount", internalType: "uint256", type: "uint256" }
470
+ ],
471
+ name: "InvalidAllocation"
472
+ },
473
+ { type: "error", inputs: [], name: "InvalidInitialization" },
474
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
475
+ { type: "error", inputs: [], name: "NotImplemented" },
476
+ { type: "error", inputs: [], name: "NotInitializing" },
477
+ {
478
+ type: "error",
479
+ inputs: [
480
+ { name: "asset", internalType: "address", type: "address" },
481
+ { name: "to", internalType: "address", type: "address" },
482
+ { name: "amount", internalType: "uint256", type: "uint256" }
483
+ ],
484
+ name: "TransferFailed"
485
+ },
486
+ {
487
+ type: "event",
488
+ anonymous: !1,
489
+ inputs: [
490
+ {
491
+ name: "account",
492
+ internalType: "address",
493
+ type: "address",
494
+ indexed: !0
495
+ },
496
+ {
497
+ name: "isAuthorized",
498
+ internalType: "bool",
499
+ type: "bool",
500
+ indexed: !1
501
+ }
502
+ ],
503
+ name: "Authorized"
504
+ },
505
+ {
506
+ type: "event",
507
+ anonymous: !1,
508
+ inputs: [
509
+ {
510
+ name: "asset",
511
+ internalType: "address",
512
+ type: "address",
513
+ indexed: !0
514
+ },
515
+ { name: "to", internalType: "address", type: "address", indexed: !1 },
516
+ {
517
+ name: "amount",
518
+ internalType: "uint256",
519
+ type: "uint256",
520
+ indexed: !1
521
+ }
522
+ ],
523
+ name: "Distributed"
524
+ },
525
+ {
526
+ type: "event",
527
+ anonymous: !1,
528
+ inputs: [
529
+ {
530
+ name: "version",
531
+ internalType: "uint64",
532
+ type: "uint64",
533
+ indexed: !1
534
+ }
535
+ ],
536
+ name: "Initialized"
537
+ },
538
+ { type: "fallback", stateMutability: "payable" },
539
+ {
540
+ type: "function",
541
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
542
+ name: "allocate",
543
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
544
+ stateMutability: "payable"
545
+ },
546
+ {
547
+ type: "function",
548
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
549
+ name: "available",
550
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
551
+ stateMutability: "view"
552
+ },
553
+ {
554
+ type: "function",
555
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
556
+ name: "clawback",
557
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
558
+ stateMutability: "nonpayable"
559
+ },
560
+ {
561
+ type: "function",
562
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
563
+ name: "disburse",
564
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
565
+ stateMutability: "nonpayable"
566
+ },
567
+ {
568
+ type: "function",
569
+ inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
570
+ name: "disburseBatch",
571
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
572
+ stateMutability: "nonpayable"
573
+ },
574
+ {
575
+ type: "function",
576
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
577
+ name: "distributed",
578
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
579
+ stateMutability: "view"
580
+ },
581
+ {
582
+ type: "function",
583
+ inputs: [],
584
+ name: "getComponentInterface",
585
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
586
+ stateMutability: "pure"
587
+ },
588
+ {
589
+ type: "function",
590
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
591
+ name: "initialize",
592
+ outputs: [],
593
+ stateMutability: "nonpayable"
594
+ },
595
+ {
596
+ type: "function",
597
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
598
+ name: "isAuthorized",
599
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
600
+ stateMutability: "view"
601
+ },
602
+ {
603
+ type: "function",
604
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
605
+ name: "reconcile",
606
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
607
+ stateMutability: "nonpayable"
608
+ },
609
+ {
610
+ type: "function",
611
+ inputs: [
612
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
613
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
614
+ ],
615
+ name: "setAuthorized",
616
+ outputs: [],
617
+ stateMutability: "nonpayable"
618
+ },
619
+ {
620
+ type: "function",
621
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
622
+ name: "supportsInterface",
623
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
624
+ stateMutability: "view"
625
+ },
626
+ {
627
+ type: "function",
628
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
629
+ name: "total",
630
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
631
+ stateMutability: "view"
632
+ },
633
+ { type: "receive", stateMutability: "payable" }
634
+ ], q = [
635
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
636
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
637
+ { type: "error", inputs: [], name: "InvalidInitialization" },
638
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
639
+ { type: "error", inputs: [], name: "NotInitializing" },
640
+ {
641
+ type: "event",
642
+ anonymous: !1,
643
+ inputs: [
644
+ {
645
+ name: "version",
646
+ internalType: "uint64",
647
+ type: "uint64",
648
+ indexed: !1
649
+ }
650
+ ],
651
+ name: "Initialized"
652
+ },
653
+ {
654
+ type: "function",
655
+ inputs: [],
656
+ name: "getComponentInterface",
657
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
658
+ stateMutability: "pure"
659
+ },
660
+ {
661
+ type: "function",
662
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
663
+ name: "initialize",
664
+ outputs: [],
665
+ stateMutability: "nonpayable"
666
+ },
667
+ {
668
+ type: "function",
669
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
670
+ name: "supportsInterface",
671
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
672
+ stateMutability: "view"
673
+ }
674
+ ], se = [
675
+ { type: "error", inputs: [], name: "ClaimFailed" },
676
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
677
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
678
+ { type: "error", inputs: [], name: "InvalidInitialization" },
679
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
680
+ { type: "error", inputs: [], name: "NotClaimable" },
681
+ { type: "error", inputs: [], name: "NotInitializing" },
682
+ {
683
+ type: "event",
684
+ anonymous: !1,
685
+ inputs: [
686
+ {
687
+ name: "recipient",
688
+ internalType: "address",
689
+ type: "address",
690
+ indexed: !0
691
+ },
692
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
693
+ ],
694
+ name: "Claimed"
695
+ },
696
+ {
697
+ type: "event",
698
+ anonymous: !1,
699
+ inputs: [
700
+ {
701
+ name: "version",
702
+ internalType: "uint64",
703
+ type: "uint64",
704
+ indexed: !1
705
+ }
706
+ ],
707
+ name: "Initialized"
708
+ },
709
+ {
710
+ type: "function",
711
+ inputs: [
712
+ { name: "claimant", internalType: "address", type: "address" },
713
+ { name: "data_", internalType: "bytes", type: "bytes" }
714
+ ],
715
+ name: "claim",
716
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
717
+ stateMutability: "nonpayable"
718
+ },
719
+ {
720
+ type: "function",
721
+ inputs: [{ name: "", internalType: "address", type: "address" }],
722
+ name: "claimed",
723
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
724
+ stateMutability: "view"
725
+ },
726
+ {
727
+ type: "function",
728
+ inputs: [],
729
+ name: "claims",
730
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
731
+ stateMutability: "view"
732
+ },
733
+ {
734
+ type: "function",
735
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
736
+ name: "clawback",
737
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
738
+ stateMutability: "nonpayable"
739
+ },
740
+ {
741
+ type: "function",
742
+ inputs: [],
743
+ name: "currentReward",
744
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
745
+ stateMutability: "view"
746
+ },
747
+ {
748
+ type: "function",
749
+ inputs: [],
750
+ name: "getComponentInterface",
751
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
752
+ stateMutability: "pure"
753
+ },
754
+ {
755
+ type: "function",
756
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
757
+ name: "initialize",
758
+ outputs: [],
759
+ stateMutability: "nonpayable"
760
+ },
761
+ {
762
+ type: "function",
763
+ inputs: [
764
+ { name: "claimant", internalType: "address", type: "address" },
765
+ { name: "data_", internalType: "bytes", type: "bytes" }
766
+ ],
767
+ name: "isClaimable",
768
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
769
+ stateMutability: "view"
770
+ },
771
+ {
772
+ type: "function",
773
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
774
+ name: "preflight",
775
+ outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
776
+ stateMutability: "view"
777
+ },
778
+ {
779
+ type: "function",
780
+ inputs: [],
781
+ name: "reward",
782
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
783
+ stateMutability: "view"
784
+ },
785
+ {
786
+ type: "function",
787
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
788
+ name: "supportsInterface",
789
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
790
+ stateMutability: "view"
791
+ }
792
+ ], pe = [
793
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
794
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
795
+ { type: "error", inputs: [], name: "InvalidInitialization" },
796
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
797
+ { type: "error", inputs: [], name: "NotInitializing" },
798
+ {
799
+ type: "event",
800
+ anonymous: !1,
801
+ inputs: [
802
+ {
803
+ name: "version",
804
+ internalType: "uint64",
805
+ type: "uint64",
806
+ indexed: !1
807
+ }
808
+ ],
809
+ name: "Initialized"
810
+ },
811
+ {
812
+ type: "function",
813
+ inputs: [],
814
+ name: "getComponentInterface",
815
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
816
+ stateMutability: "pure"
817
+ },
818
+ {
819
+ type: "function",
820
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
821
+ name: "initialize",
822
+ outputs: [],
823
+ stateMutability: "nonpayable"
824
+ },
825
+ {
826
+ type: "function",
827
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
828
+ name: "supportsInterface",
829
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
830
+ stateMutability: "view"
831
+ },
832
+ {
833
+ type: "function",
834
+ inputs: [
835
+ { name: "boostId", internalType: "uint256", type: "uint256" },
836
+ { name: "incentiveId", internalType: "uint256", type: "uint256" },
837
+ { name: "claimant", internalType: "address", type: "address" },
838
+ { name: "data", internalType: "bytes", type: "bytes" }
839
+ ],
840
+ name: "validate",
841
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
842
+ stateMutability: "nonpayable"
843
+ }
844
+ ], w = [
845
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
846
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
847
+ { type: "error", inputs: [], name: "ClaimFailed" },
848
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
849
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
850
+ { type: "error", inputs: [], name: "InvalidInitialization" },
851
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
852
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
853
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
854
+ { type: "error", inputs: [], name: "NotClaimable" },
855
+ { type: "error", inputs: [], name: "NotImplemented" },
856
+ { type: "error", inputs: [], name: "NotInitializing" },
857
+ { type: "error", inputs: [], name: "Unauthorized" },
858
+ {
859
+ type: "event",
860
+ anonymous: !1,
861
+ inputs: [
862
+ {
863
+ name: "recipient",
864
+ internalType: "address",
865
+ type: "address",
866
+ indexed: !0
867
+ },
868
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
869
+ ],
870
+ name: "Claimed"
871
+ },
872
+ {
873
+ type: "event",
874
+ anonymous: !1,
875
+ inputs: [
876
+ {
877
+ name: "version",
878
+ internalType: "uint64",
879
+ type: "uint64",
880
+ indexed: !1
881
+ }
882
+ ],
883
+ name: "Initialized"
884
+ },
885
+ {
886
+ type: "event",
887
+ anonymous: !1,
888
+ inputs: [
889
+ {
890
+ name: "pendingOwner",
891
+ internalType: "address",
892
+ type: "address",
893
+ indexed: !0
894
+ }
895
+ ],
896
+ name: "OwnershipHandoverCanceled"
897
+ },
898
+ {
899
+ type: "event",
900
+ anonymous: !1,
901
+ inputs: [
902
+ {
903
+ name: "pendingOwner",
904
+ internalType: "address",
905
+ type: "address",
906
+ indexed: !0
907
+ }
908
+ ],
909
+ name: "OwnershipHandoverRequested"
910
+ },
911
+ {
912
+ type: "event",
913
+ anonymous: !1,
914
+ inputs: [
915
+ {
916
+ name: "oldOwner",
917
+ internalType: "address",
918
+ type: "address",
919
+ indexed: !0
920
+ },
921
+ {
922
+ name: "newOwner",
923
+ internalType: "address",
924
+ type: "address",
925
+ indexed: !0
926
+ }
927
+ ],
928
+ name: "OwnershipTransferred"
929
+ },
930
+ {
931
+ type: "function",
932
+ inputs: [],
933
+ name: "allowList",
934
+ outputs: [
935
+ { name: "", internalType: "contract SimpleAllowList", type: "address" }
936
+ ],
937
+ stateMutability: "view"
938
+ },
939
+ {
940
+ type: "function",
941
+ inputs: [],
942
+ name: "cancelOwnershipHandover",
943
+ outputs: [],
944
+ stateMutability: "payable"
945
+ },
946
+ {
947
+ type: "function",
948
+ inputs: [
949
+ { name: "claimTarget", internalType: "address", type: "address" },
950
+ { name: "", internalType: "bytes", type: "bytes" }
951
+ ],
952
+ name: "claim",
953
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
954
+ stateMutability: "nonpayable"
955
+ },
956
+ {
957
+ type: "function",
958
+ inputs: [{ name: "", internalType: "address", type: "address" }],
959
+ name: "claimed",
960
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
961
+ stateMutability: "view"
962
+ },
963
+ {
964
+ type: "function",
965
+ inputs: [],
966
+ name: "claims",
967
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
968
+ stateMutability: "view"
969
+ },
970
+ {
971
+ type: "function",
972
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
973
+ name: "clawback",
974
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
975
+ stateMutability: "pure"
976
+ },
977
+ {
978
+ type: "function",
979
+ inputs: [
980
+ { name: "pendingOwner", internalType: "address", type: "address" }
981
+ ],
982
+ name: "completeOwnershipHandover",
983
+ outputs: [],
984
+ stateMutability: "payable"
985
+ },
986
+ {
987
+ type: "function",
988
+ inputs: [],
989
+ name: "currentReward",
990
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
991
+ stateMutability: "view"
992
+ },
993
+ {
994
+ type: "function",
995
+ inputs: [],
996
+ name: "getComponentInterface",
997
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
998
+ stateMutability: "pure"
999
+ },
1000
+ {
1001
+ type: "function",
1002
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
1003
+ name: "initialize",
1004
+ outputs: [],
1005
+ stateMutability: "nonpayable"
1006
+ },
1007
+ {
1008
+ type: "function",
1009
+ inputs: [
1010
+ { name: "claimTarget", internalType: "address", type: "address" },
1011
+ { name: "", internalType: "bytes", type: "bytes" }
1012
+ ],
1013
+ name: "isClaimable",
1014
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1015
+ stateMutability: "view"
1016
+ },
1017
+ {
1018
+ type: "function",
1019
+ inputs: [],
1020
+ name: "limit",
1021
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1022
+ stateMutability: "view"
1023
+ },
1024
+ {
1025
+ type: "function",
1026
+ inputs: [],
1027
+ name: "owner",
1028
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
1029
+ stateMutability: "view"
1030
+ },
1031
+ {
1032
+ type: "function",
1033
+ inputs: [
1034
+ { name: "pendingOwner", internalType: "address", type: "address" }
1035
+ ],
1036
+ name: "ownershipHandoverExpiresAt",
1037
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
1038
+ stateMutability: "view"
1039
+ },
1040
+ {
1041
+ type: "function",
1042
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
1043
+ name: "preflight",
1044
+ outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
1045
+ stateMutability: "pure"
1046
+ },
1047
+ {
1048
+ type: "function",
1049
+ inputs: [],
1050
+ name: "renounceOwnership",
1051
+ outputs: [],
1052
+ stateMutability: "payable"
1053
+ },
1054
+ {
1055
+ type: "function",
1056
+ inputs: [],
1057
+ name: "requestOwnershipHandover",
1058
+ outputs: [],
1059
+ stateMutability: "payable"
1060
+ },
1061
+ {
1062
+ type: "function",
1063
+ inputs: [],
1064
+ name: "reward",
1065
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1066
+ stateMutability: "view"
1067
+ },
1068
+ {
1069
+ type: "function",
1070
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
1071
+ name: "supportsInterface",
1072
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1073
+ stateMutability: "view"
1074
+ },
1075
+ {
1076
+ type: "function",
1077
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1078
+ name: "transferOwnership",
1079
+ outputs: [],
1080
+ stateMutability: "payable"
1081
+ }
1082
+ ], l = [
1083
+ {
1084
+ type: "constructor",
1085
+ inputs: [
1086
+ {
1087
+ name: "registry_",
1088
+ internalType: "contract BoostRegistry",
1089
+ type: "address"
1090
+ },
1091
+ {
1092
+ name: "protocolFeeReceiver_",
1093
+ internalType: "address",
1094
+ type: "address"
1095
+ }
1096
+ ],
1097
+ stateMutability: "nonpayable"
1098
+ },
1099
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
1100
+ {
1101
+ type: "error",
1102
+ inputs: [
1103
+ { name: "caller", internalType: "address", type: "address" },
1104
+ { name: "data", internalType: "bytes", type: "bytes" }
1105
+ ],
1106
+ name: "ClaimFailed"
1107
+ },
1108
+ {
1109
+ type: "error",
1110
+ inputs: [
1111
+ { name: "asset", internalType: "address", type: "address" },
1112
+ { name: "available", internalType: "uint256", type: "uint256" },
1113
+ { name: "required", internalType: "uint256", type: "uint256" }
1114
+ ],
1115
+ name: "InsufficientFunds"
1116
+ },
1117
+ {
1118
+ type: "error",
1119
+ inputs: [
1120
+ { name: "expectedInterface", internalType: "bytes4", type: "bytes4" },
1121
+ { name: "instance", internalType: "address", type: "address" }
1122
+ ],
1123
+ name: "InvalidInstance"
1124
+ },
1125
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
1126
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
1127
+ { type: "error", inputs: [], name: "Reentrancy" },
1128
+ { type: "error", inputs: [], name: "Unauthorized" },
1129
+ { type: "error", inputs: [], name: "Unauthorized" },
1130
+ {
1131
+ type: "event",
1132
+ anonymous: !1,
1133
+ inputs: [
1134
+ {
1135
+ name: "boostIndex",
1136
+ internalType: "uint256",
1137
+ type: "uint256",
1138
+ indexed: !0
1139
+ },
1140
+ {
1141
+ name: "owner",
1142
+ internalType: "address",
1143
+ type: "address",
1144
+ indexed: !0
1145
+ },
1146
+ {
1147
+ name: "action",
1148
+ internalType: "address",
1149
+ type: "address",
1150
+ indexed: !0
1151
+ },
1152
+ {
1153
+ name: "incentiveCount",
1154
+ internalType: "uint256",
1155
+ type: "uint256",
1156
+ indexed: !1
1157
+ },
1158
+ {
1159
+ name: "validator",
1160
+ internalType: "address",
1161
+ type: "address",
1162
+ indexed: !1
1163
+ },
1164
+ {
1165
+ name: "allowList",
1166
+ internalType: "address",
1167
+ type: "address",
1168
+ indexed: !1
1169
+ },
1170
+ {
1171
+ name: "budget",
1172
+ internalType: "address",
1173
+ type: "address",
1174
+ indexed: !1
1175
+ }
1176
+ ],
1177
+ name: "BoostCreated"
1178
+ },
1179
+ {
1180
+ type: "event",
1181
+ anonymous: !1,
1182
+ inputs: [
1183
+ {
1184
+ name: "pendingOwner",
1185
+ internalType: "address",
1186
+ type: "address",
1187
+ indexed: !0
1188
+ }
1189
+ ],
1190
+ name: "OwnershipHandoverCanceled"
1191
+ },
1192
+ {
1193
+ type: "event",
1194
+ anonymous: !1,
1195
+ inputs: [
1196
+ {
1197
+ name: "pendingOwner",
1198
+ internalType: "address",
1199
+ type: "address",
1200
+ indexed: !0
1201
+ }
1202
+ ],
1203
+ name: "OwnershipHandoverRequested"
1204
+ },
1205
+ {
1206
+ type: "event",
1207
+ anonymous: !1,
1208
+ inputs: [
1209
+ {
1210
+ name: "oldOwner",
1211
+ internalType: "address",
1212
+ type: "address",
1213
+ indexed: !0
1214
+ },
1215
+ {
1216
+ name: "newOwner",
1217
+ internalType: "address",
1218
+ type: "address",
1219
+ indexed: !0
1220
+ }
1221
+ ],
1222
+ name: "OwnershipTransferred"
1223
+ },
1224
+ {
1225
+ type: "function",
1226
+ inputs: [],
1227
+ name: "FEE_DENOMINATOR",
1228
+ outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
1229
+ stateMutability: "view"
1230
+ },
1231
+ {
1232
+ type: "function",
1233
+ inputs: [],
1234
+ name: "cancelOwnershipHandover",
1235
+ outputs: [],
1236
+ stateMutability: "payable"
1237
+ },
1238
+ {
1239
+ type: "function",
1240
+ inputs: [],
1241
+ name: "claimFee",
1242
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1243
+ stateMutability: "view"
1244
+ },
1245
+ {
1246
+ type: "function",
1247
+ inputs: [
1248
+ { name: "boostId_", internalType: "uint256", type: "uint256" },
1249
+ { name: "incentiveId_", internalType: "uint256", type: "uint256" },
1250
+ { name: "referrer_", internalType: "address", type: "address" },
1251
+ { name: "data_", internalType: "bytes", type: "bytes" }
1252
+ ],
1253
+ name: "claimIncentive",
1254
+ outputs: [],
1255
+ stateMutability: "payable"
1256
+ },
1257
+ {
1258
+ type: "function",
1259
+ inputs: [
1260
+ { name: "boostId_", internalType: "uint256", type: "uint256" },
1261
+ { name: "incentiveId_", internalType: "uint256", type: "uint256" },
1262
+ { name: "referrer_", internalType: "address", type: "address" },
1263
+ { name: "data_", internalType: "bytes", type: "bytes" },
1264
+ { name: "claimant", internalType: "address", type: "address" }
1265
+ ],
1266
+ name: "claimIncentiveFor",
1267
+ outputs: [],
1268
+ stateMutability: "payable"
1269
+ },
1270
+ {
1271
+ type: "function",
1272
+ inputs: [
1273
+ { name: "pendingOwner", internalType: "address", type: "address" }
1274
+ ],
1275
+ name: "completeOwnershipHandover",
1276
+ outputs: [],
1277
+ stateMutability: "payable"
1278
+ },
1279
+ {
1280
+ type: "function",
1281
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
1282
+ name: "createBoost",
1283
+ outputs: [
1284
+ {
1285
+ name: "",
1286
+ internalType: "struct BoostLib.Boost",
1287
+ type: "tuple",
1288
+ components: [
1289
+ { name: "action", internalType: "contract AAction", type: "address" },
1290
+ {
1291
+ name: "validator",
1292
+ internalType: "contract AValidator",
1293
+ type: "address"
1294
+ },
1295
+ {
1296
+ name: "allowList",
1297
+ internalType: "contract AAllowList",
1298
+ type: "address"
1299
+ },
1300
+ { name: "budget", internalType: "contract ABudget", type: "address" },
1301
+ {
1302
+ name: "incentives",
1303
+ internalType: "contract AIncentive[]",
1304
+ type: "address[]"
1305
+ },
1306
+ { name: "protocolFee", internalType: "uint64", type: "uint64" },
1307
+ { name: "referralFee", internalType: "uint64", type: "uint64" },
1308
+ { name: "maxParticipants", internalType: "uint256", type: "uint256" },
1309
+ { name: "owner", internalType: "address", type: "address" }
1310
+ ]
1311
+ }
1312
+ ],
1313
+ stateMutability: "nonpayable"
1314
+ },
1315
+ {
1316
+ type: "function",
1317
+ inputs: [],
1318
+ name: "createBoostAuth",
1319
+ outputs: [{ name: "", internalType: "contract IAuth", type: "address" }],
1320
+ stateMutability: "view"
1321
+ },
1322
+ {
1323
+ type: "function",
1324
+ inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
1325
+ name: "getBoost",
1326
+ outputs: [
1327
+ {
1328
+ name: "",
1329
+ internalType: "struct BoostLib.Boost",
1330
+ type: "tuple",
1331
+ components: [
1332
+ { name: "action", internalType: "contract AAction", type: "address" },
1333
+ {
1334
+ name: "validator",
1335
+ internalType: "contract AValidator",
1336
+ type: "address"
1337
+ },
1338
+ {
1339
+ name: "allowList",
1340
+ internalType: "contract AAllowList",
1341
+ type: "address"
1342
+ },
1343
+ { name: "budget", internalType: "contract ABudget", type: "address" },
1344
+ {
1345
+ name: "incentives",
1346
+ internalType: "contract AIncentive[]",
1347
+ type: "address[]"
1348
+ },
1349
+ { name: "protocolFee", internalType: "uint64", type: "uint64" },
1350
+ { name: "referralFee", internalType: "uint64", type: "uint64" },
1351
+ { name: "maxParticipants", internalType: "uint256", type: "uint256" },
1352
+ { name: "owner", internalType: "address", type: "address" }
1353
+ ]
1354
+ }
1355
+ ],
1356
+ stateMutability: "view"
1357
+ },
1358
+ {
1359
+ type: "function",
1360
+ inputs: [],
1361
+ name: "getBoostCount",
1362
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1363
+ stateMutability: "view"
1364
+ },
1365
+ {
1366
+ type: "function",
1367
+ inputs: [],
1368
+ name: "owner",
1369
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
1370
+ stateMutability: "view"
1371
+ },
1372
+ {
1373
+ type: "function",
1374
+ inputs: [
1375
+ { name: "pendingOwner", internalType: "address", type: "address" }
1376
+ ],
1377
+ name: "ownershipHandoverExpiresAt",
1378
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
1379
+ stateMutability: "view"
1380
+ },
1381
+ {
1382
+ type: "function",
1383
+ inputs: [],
1384
+ name: "protocolFee",
1385
+ outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
1386
+ stateMutability: "view"
1387
+ },
1388
+ {
1389
+ type: "function",
1390
+ inputs: [],
1391
+ name: "protocolFeeReceiver",
1392
+ outputs: [{ name: "", internalType: "address", type: "address" }],
1393
+ stateMutability: "view"
1394
+ },
1395
+ {
1396
+ type: "function",
1397
+ inputs: [],
1398
+ name: "referralFee",
1399
+ outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
1400
+ stateMutability: "view"
1401
+ },
1402
+ {
1403
+ type: "function",
1404
+ inputs: [],
1405
+ name: "registry",
1406
+ outputs: [
1407
+ { name: "", internalType: "contract BoostRegistry", type: "address" }
1408
+ ],
1409
+ stateMutability: "view"
1410
+ },
1411
+ {
1412
+ type: "function",
1413
+ inputs: [],
1414
+ name: "renounceOwnership",
1415
+ outputs: [],
1416
+ stateMutability: "payable"
1417
+ },
1418
+ {
1419
+ type: "function",
1420
+ inputs: [],
1421
+ name: "requestOwnershipHandover",
1422
+ outputs: [],
1423
+ stateMutability: "payable"
1424
+ },
1425
+ {
1426
+ type: "function",
1427
+ inputs: [{ name: "claimFee_", internalType: "uint256", type: "uint256" }],
1428
+ name: "setClaimFee",
1429
+ outputs: [],
1430
+ stateMutability: "nonpayable"
1431
+ },
1432
+ {
1433
+ type: "function",
1434
+ inputs: [{ name: "auth_", internalType: "address", type: "address" }],
1435
+ name: "setCreateBoostAuth",
1436
+ outputs: [],
1437
+ stateMutability: "nonpayable"
1438
+ },
1439
+ {
1440
+ type: "function",
1441
+ inputs: [{ name: "protocolFee_", internalType: "uint64", type: "uint64" }],
1442
+ name: "setProtocolFee",
1443
+ outputs: [],
1444
+ stateMutability: "nonpayable"
1445
+ },
1446
+ {
1447
+ type: "function",
1448
+ inputs: [
1449
+ {
1450
+ name: "protocolFeeReceiver_",
1451
+ internalType: "address",
1452
+ type: "address"
1453
+ }
1454
+ ],
1455
+ name: "setProtocolFeeReceiver",
1456
+ outputs: [],
1457
+ stateMutability: "nonpayable"
1458
+ },
1459
+ {
1460
+ type: "function",
1461
+ inputs: [{ name: "referralFee_", internalType: "uint64", type: "uint64" }],
1462
+ name: "setReferralFee",
1463
+ outputs: [],
1464
+ stateMutability: "nonpayable"
1465
+ },
1466
+ {
1467
+ type: "function",
1468
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1469
+ name: "transferOwnership",
1470
+ outputs: [],
1471
+ stateMutability: "payable"
1472
+ }
1473
+ ], I = [
1474
+ {
1475
+ type: "error",
1476
+ inputs: [
1477
+ {
1478
+ name: "registryType",
1479
+ internalType: "enum BoostRegistry.RegistryType",
1480
+ type: "uint8"
1481
+ },
1482
+ { name: "identifier", internalType: "bytes32", type: "bytes32" }
1483
+ ],
1484
+ name: "AlreadyRegistered"
1485
+ },
1486
+ {
1487
+ type: "error",
1488
+ inputs: [
1489
+ { name: "implementation", internalType: "address", type: "address" }
1490
+ ],
1491
+ name: "NotACloneable"
1492
+ },
1493
+ {
1494
+ type: "error",
1495
+ inputs: [{ name: "identifier", internalType: "bytes32", type: "bytes32" }],
1496
+ name: "NotRegistered"
1497
+ },
1498
+ { type: "error", inputs: [], name: "Reentrancy" },
1499
+ {
1500
+ type: "event",
1501
+ anonymous: !1,
1502
+ inputs: [
1503
+ {
1504
+ name: "registryType",
1505
+ internalType: "enum BoostRegistry.RegistryType",
1506
+ type: "uint8",
1507
+ indexed: !0
1508
+ },
1509
+ {
1510
+ name: "identifier",
1511
+ internalType: "bytes32",
1512
+ type: "bytes32",
1513
+ indexed: !0
1514
+ },
1515
+ {
1516
+ name: "baseImplementation",
1517
+ internalType: "address",
1518
+ type: "address",
1519
+ indexed: !1
1520
+ },
1521
+ {
1522
+ name: "deployedInstance",
1523
+ internalType: "contract ACloneable",
1524
+ type: "address",
1525
+ indexed: !1
1526
+ }
1527
+ ],
1528
+ name: "Deployed"
1529
+ },
1530
+ {
1531
+ type: "event",
1532
+ anonymous: !1,
1533
+ inputs: [
1534
+ {
1535
+ name: "registryType",
1536
+ internalType: "enum BoostRegistry.RegistryType",
1537
+ type: "uint8",
1538
+ indexed: !0
1539
+ },
1540
+ {
1541
+ name: "identifier",
1542
+ internalType: "bytes32",
1543
+ type: "bytes32",
1544
+ indexed: !0
1545
+ },
1546
+ {
1547
+ name: "implementation",
1548
+ internalType: "address",
1549
+ type: "address",
1550
+ indexed: !1
1551
+ }
1552
+ ],
1553
+ name: "Registered"
1554
+ },
1555
+ {
1556
+ type: "function",
1557
+ inputs: [
1558
+ {
1559
+ name: "type_",
1560
+ internalType: "enum BoostRegistry.RegistryType",
1561
+ type: "uint8"
1562
+ },
1563
+ { name: "base_", internalType: "address", type: "address" },
1564
+ { name: "name_", internalType: "string", type: "string" },
1565
+ { name: "data_", internalType: "bytes", type: "bytes" }
1566
+ ],
1567
+ name: "deployClone",
1568
+ outputs: [
1569
+ {
1570
+ name: "instance",
1571
+ internalType: "contract ACloneable",
1572
+ type: "address"
1573
+ }
1574
+ ],
1575
+ stateMutability: "nonpayable"
1576
+ },
1577
+ {
1578
+ type: "function",
1579
+ inputs: [{ name: "identifier_", internalType: "bytes32", type: "bytes32" }],
1580
+ name: "getBaseImplementation",
1581
+ outputs: [
1582
+ {
1583
+ name: "implementation",
1584
+ internalType: "contract ACloneable",
1585
+ type: "address"
1586
+ }
1587
+ ],
1588
+ stateMutability: "view"
1589
+ },
1590
+ {
1591
+ type: "function",
1592
+ inputs: [{ name: "identifier_", internalType: "bytes32", type: "bytes32" }],
1593
+ name: "getClone",
1594
+ outputs: [
1595
+ {
1596
+ name: "clone",
1597
+ internalType: "struct BoostRegistry.Clone",
1598
+ type: "tuple",
1599
+ components: [
1600
+ {
1601
+ name: "baseType",
1602
+ internalType: "enum BoostRegistry.RegistryType",
1603
+ type: "uint8"
1604
+ },
1605
+ {
1606
+ name: "instance",
1607
+ internalType: "contract ACloneable",
1608
+ type: "address"
1609
+ },
1610
+ { name: "deployer", internalType: "address", type: "address" },
1611
+ { name: "name", internalType: "string", type: "string" }
1612
+ ]
1613
+ }
1614
+ ],
1615
+ stateMutability: "view"
1616
+ },
1617
+ {
1618
+ type: "function",
1619
+ inputs: [
1620
+ {
1621
+ name: "type_",
1622
+ internalType: "enum BoostRegistry.RegistryType",
1623
+ type: "uint8"
1624
+ },
1625
+ { name: "base_", internalType: "address", type: "address" },
1626
+ { name: "deployer_", internalType: "address", type: "address" },
1627
+ { name: "name_", internalType: "string", type: "string" }
1628
+ ],
1629
+ name: "getCloneIdentifier",
1630
+ outputs: [{ name: "identifier", internalType: "bytes32", type: "bytes32" }],
1631
+ stateMutability: "pure"
1632
+ },
1633
+ {
1634
+ type: "function",
1635
+ inputs: [{ name: "deployer_", internalType: "address", type: "address" }],
1636
+ name: "getClones",
1637
+ outputs: [{ name: "", internalType: "bytes32[]", type: "bytes32[]" }],
1638
+ stateMutability: "view"
1639
+ },
1640
+ {
1641
+ type: "function",
1642
+ inputs: [
1643
+ {
1644
+ name: "type_",
1645
+ internalType: "enum BoostRegistry.RegistryType",
1646
+ type: "uint8"
1647
+ },
1648
+ { name: "name_", internalType: "string", type: "string" }
1649
+ ],
1650
+ name: "getIdentifier",
1651
+ outputs: [{ name: "identifier", internalType: "bytes32", type: "bytes32" }],
1652
+ stateMutability: "pure"
1653
+ },
1654
+ {
1655
+ type: "function",
1656
+ inputs: [
1657
+ {
1658
+ name: "type_",
1659
+ internalType: "enum BoostRegistry.RegistryType",
1660
+ type: "uint8"
1661
+ },
1662
+ { name: "name_", internalType: "string", type: "string" },
1663
+ { name: "implementation_", internalType: "address", type: "address" }
1664
+ ],
1665
+ name: "register",
1666
+ outputs: [],
1667
+ stateMutability: "nonpayable"
1668
+ },
1669
+ {
1670
+ type: "function",
1671
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
1672
+ name: "supportsInterface",
1673
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1674
+ stateMutability: "view"
1675
+ }
1676
+ ], c = [
1677
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
1678
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
1679
+ { type: "error", inputs: [], name: "ClaimFailed" },
1680
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1681
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
1682
+ {
1683
+ type: "error",
1684
+ inputs: [
1685
+ { name: "asset", internalType: "address", type: "address" },
1686
+ { name: "available", internalType: "uint256", type: "uint256" },
1687
+ { name: "required", internalType: "uint256", type: "uint256" }
1688
+ ],
1689
+ name: "InsufficientFunds"
1690
+ },
1691
+ { type: "error", inputs: [], name: "InvalidInitialization" },
1692
+ { type: "error", inputs: [], name: "InvalidInitialization" },
1693
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
1694
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
1695
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
1696
+ { type: "error", inputs: [], name: "NotClaimable" },
1697
+ { type: "error", inputs: [], name: "NotInitializing" },
1698
+ { type: "error", inputs: [], name: "Unauthorized" },
1699
+ {
1700
+ type: "event",
1701
+ anonymous: !1,
1702
+ inputs: [
1703
+ {
1704
+ name: "recipient",
1705
+ internalType: "address",
1706
+ type: "address",
1707
+ indexed: !0
1708
+ },
1709
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
1710
+ ],
1711
+ name: "Claimed"
1712
+ },
1713
+ {
1714
+ type: "event",
1715
+ anonymous: !1,
1716
+ inputs: [
1717
+ {
1718
+ name: "version",
1719
+ internalType: "uint64",
1720
+ type: "uint64",
1721
+ indexed: !1
1722
+ }
1723
+ ],
1724
+ name: "Initialized"
1725
+ },
1726
+ {
1727
+ type: "event",
1728
+ anonymous: !1,
1729
+ inputs: [
1730
+ {
1731
+ name: "pendingOwner",
1732
+ internalType: "address",
1733
+ type: "address",
1734
+ indexed: !0
1735
+ }
1736
+ ],
1737
+ name: "OwnershipHandoverCanceled"
1738
+ },
1739
+ {
1740
+ type: "event",
1741
+ anonymous: !1,
1742
+ inputs: [
1743
+ {
1744
+ name: "pendingOwner",
1745
+ internalType: "address",
1746
+ type: "address",
1747
+ indexed: !0
1748
+ }
1749
+ ],
1750
+ name: "OwnershipHandoverRequested"
1751
+ },
1752
+ {
1753
+ type: "event",
1754
+ anonymous: !1,
1755
+ inputs: [
1756
+ {
1757
+ name: "oldOwner",
1758
+ internalType: "address",
1759
+ type: "address",
1760
+ indexed: !0
1761
+ },
1762
+ {
1763
+ name: "newOwner",
1764
+ internalType: "address",
1765
+ type: "address",
1766
+ indexed: !0
1767
+ }
1768
+ ],
1769
+ name: "OwnershipTransferred"
1770
+ },
1771
+ {
1772
+ type: "function",
1773
+ inputs: [],
1774
+ name: "asset",
1775
+ outputs: [{ name: "", internalType: "address", type: "address" }],
1776
+ stateMutability: "view"
1777
+ },
1778
+ {
1779
+ type: "function",
1780
+ inputs: [],
1781
+ name: "cancelOwnershipHandover",
1782
+ outputs: [],
1783
+ stateMutability: "payable"
1784
+ },
1785
+ {
1786
+ type: "function",
1787
+ inputs: [],
1788
+ name: "cgdaParams",
1789
+ outputs: [
1790
+ { name: "rewardDecay", internalType: "uint256", type: "uint256" },
1791
+ { name: "rewardBoost", internalType: "uint256", type: "uint256" },
1792
+ { name: "lastClaimTime", internalType: "uint256", type: "uint256" },
1793
+ { name: "currentReward", internalType: "uint256", type: "uint256" }
1794
+ ],
1795
+ stateMutability: "view"
1796
+ },
1797
+ {
1798
+ type: "function",
1799
+ inputs: [
1800
+ { name: "claimTarget", internalType: "address", type: "address" },
1801
+ { name: "", internalType: "bytes", type: "bytes" }
1802
+ ],
1803
+ name: "claim",
1804
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1805
+ stateMutability: "nonpayable"
1806
+ },
1807
+ {
1808
+ type: "function",
1809
+ inputs: [{ name: "", internalType: "address", type: "address" }],
1810
+ name: "claimed",
1811
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1812
+ stateMutability: "view"
1813
+ },
1814
+ {
1815
+ type: "function",
1816
+ inputs: [],
1817
+ name: "claims",
1818
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1819
+ stateMutability: "view"
1820
+ },
1821
+ {
1822
+ type: "function",
1823
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
1824
+ name: "clawback",
1825
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1826
+ stateMutability: "nonpayable"
1827
+ },
1828
+ {
1829
+ type: "function",
1830
+ inputs: [
1831
+ { name: "pendingOwner", internalType: "address", type: "address" }
1832
+ ],
1833
+ name: "completeOwnershipHandover",
1834
+ outputs: [],
1835
+ stateMutability: "payable"
1836
+ },
1837
+ {
1838
+ type: "function",
1839
+ inputs: [],
1840
+ name: "currentReward",
1841
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1842
+ stateMutability: "view"
1843
+ },
1844
+ {
1845
+ type: "function",
1846
+ inputs: [],
1847
+ name: "getComponentInterface",
1848
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
1849
+ stateMutability: "pure"
1850
+ },
1851
+ {
1852
+ type: "function",
1853
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
1854
+ name: "initialize",
1855
+ outputs: [],
1856
+ stateMutability: "nonpayable"
1857
+ },
1858
+ {
1859
+ type: "function",
1860
+ inputs: [
1861
+ { name: "claimTarget", internalType: "address", type: "address" },
1862
+ { name: "", internalType: "bytes", type: "bytes" }
1863
+ ],
1864
+ name: "isClaimable",
1865
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1866
+ stateMutability: "view"
1867
+ },
1868
+ {
1869
+ type: "function",
1870
+ inputs: [],
1871
+ name: "owner",
1872
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
1873
+ stateMutability: "view"
1874
+ },
1875
+ {
1876
+ type: "function",
1877
+ inputs: [
1878
+ { name: "pendingOwner", internalType: "address", type: "address" }
1879
+ ],
1880
+ name: "ownershipHandoverExpiresAt",
1881
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
1882
+ stateMutability: "view"
1883
+ },
1884
+ {
1885
+ type: "function",
1886
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
1887
+ name: "preflight",
1888
+ outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
1889
+ stateMutability: "view"
1890
+ },
1891
+ {
1892
+ type: "function",
1893
+ inputs: [],
1894
+ name: "renounceOwnership",
1895
+ outputs: [],
1896
+ stateMutability: "payable"
1897
+ },
1898
+ {
1899
+ type: "function",
1900
+ inputs: [],
1901
+ name: "requestOwnershipHandover",
1902
+ outputs: [],
1903
+ stateMutability: "payable"
1904
+ },
1905
+ {
1906
+ type: "function",
1907
+ inputs: [],
1908
+ name: "reward",
1909
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1910
+ stateMutability: "view"
1911
+ },
1912
+ {
1913
+ type: "function",
1914
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
1915
+ name: "supportsInterface",
1916
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
1917
+ stateMutability: "view"
1918
+ },
1919
+ {
1920
+ type: "function",
1921
+ inputs: [],
1922
+ name: "totalBudget",
1923
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1924
+ stateMutability: "view"
1925
+ },
1926
+ {
1927
+ type: "function",
1928
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1929
+ name: "transferOwnership",
1930
+ outputs: [],
1931
+ stateMutability: "payable"
1932
+ }
1933
+ ], d = [
1934
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
1935
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
1936
+ { type: "error", inputs: [], name: "ClaimFailed" },
1937
+ {
1938
+ type: "error",
1939
+ inputs: [
1940
+ { name: "caller", internalType: "address", type: "address" },
1941
+ { name: "data", internalType: "bytes", type: "bytes" }
1942
+ ],
1943
+ name: "ClaimFailed"
1944
+ },
1945
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
1946
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
1947
+ {
1948
+ type: "error",
1949
+ inputs: [
1950
+ { name: "asset", internalType: "address", type: "address" },
1951
+ { name: "available", internalType: "uint256", type: "uint256" },
1952
+ { name: "required", internalType: "uint256", type: "uint256" }
1953
+ ],
1954
+ name: "InsufficientFunds"
1955
+ },
1956
+ { type: "error", inputs: [], name: "InvalidInitialization" },
1957
+ { type: "error", inputs: [], name: "InvalidInitialization" },
1958
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
1959
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
1960
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
1961
+ { type: "error", inputs: [], name: "NotClaimable" },
1962
+ { type: "error", inputs: [], name: "NotInitializing" },
1963
+ { type: "error", inputs: [], name: "Unauthorized" },
1964
+ { type: "error", inputs: [], name: "Unauthorized" },
1965
+ {
1966
+ type: "event",
1967
+ anonymous: !1,
1968
+ inputs: [
1969
+ {
1970
+ name: "recipient",
1971
+ internalType: "address",
1972
+ type: "address",
1973
+ indexed: !0
1974
+ },
1975
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
1976
+ ],
1977
+ name: "Claimed"
1978
+ },
1979
+ {
1980
+ type: "event",
1981
+ anonymous: !1,
1982
+ inputs: [
1983
+ {
1984
+ name: "entry",
1985
+ internalType: "address",
1986
+ type: "address",
1987
+ indexed: !0
1988
+ }
1989
+ ],
1990
+ name: "Entry"
1991
+ },
1992
+ {
1993
+ type: "event",
1994
+ anonymous: !1,
1995
+ inputs: [
1996
+ {
1997
+ name: "version",
1998
+ internalType: "uint64",
1999
+ type: "uint64",
2000
+ indexed: !1
2001
+ }
2002
+ ],
2003
+ name: "Initialized"
2004
+ },
2005
+ {
2006
+ type: "event",
2007
+ anonymous: !1,
2008
+ inputs: [
2009
+ {
2010
+ name: "pendingOwner",
2011
+ internalType: "address",
2012
+ type: "address",
2013
+ indexed: !0
2014
+ }
2015
+ ],
2016
+ name: "OwnershipHandoverCanceled"
2017
+ },
2018
+ {
2019
+ type: "event",
2020
+ anonymous: !1,
2021
+ inputs: [
2022
+ {
2023
+ name: "pendingOwner",
2024
+ internalType: "address",
2025
+ type: "address",
2026
+ indexed: !0
2027
+ }
2028
+ ],
2029
+ name: "OwnershipHandoverRequested"
2030
+ },
2031
+ {
2032
+ type: "event",
2033
+ anonymous: !1,
2034
+ inputs: [
2035
+ {
2036
+ name: "oldOwner",
2037
+ internalType: "address",
2038
+ type: "address",
2039
+ indexed: !0
2040
+ },
2041
+ {
2042
+ name: "newOwner",
2043
+ internalType: "address",
2044
+ type: "address",
2045
+ indexed: !0
2046
+ }
2047
+ ],
2048
+ name: "OwnershipTransferred"
2049
+ },
2050
+ {
2051
+ type: "function",
2052
+ inputs: [],
2053
+ name: "asset",
2054
+ outputs: [{ name: "", internalType: "address", type: "address" }],
2055
+ stateMutability: "view"
2056
+ },
2057
+ {
2058
+ type: "function",
2059
+ inputs: [],
2060
+ name: "cancelOwnershipHandover",
2061
+ outputs: [],
2062
+ stateMutability: "payable"
2063
+ },
2064
+ {
2065
+ type: "function",
2066
+ inputs: [
2067
+ { name: "claimTarget", internalType: "address", type: "address" },
2068
+ { name: "", internalType: "bytes", type: "bytes" }
2069
+ ],
2070
+ name: "claim",
2071
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2072
+ stateMutability: "nonpayable"
2073
+ },
2074
+ {
2075
+ type: "function",
2076
+ inputs: [{ name: "", internalType: "address", type: "address" }],
2077
+ name: "claimed",
2078
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2079
+ stateMutability: "view"
2080
+ },
2081
+ {
2082
+ type: "function",
2083
+ inputs: [],
2084
+ name: "claims",
2085
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2086
+ stateMutability: "view"
2087
+ },
2088
+ {
2089
+ type: "function",
2090
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2091
+ name: "clawback",
2092
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2093
+ stateMutability: "nonpayable"
2094
+ },
2095
+ {
2096
+ type: "function",
2097
+ inputs: [
2098
+ { name: "pendingOwner", internalType: "address", type: "address" }
2099
+ ],
2100
+ name: "completeOwnershipHandover",
2101
+ outputs: [],
2102
+ stateMutability: "payable"
2103
+ },
2104
+ {
2105
+ type: "function",
2106
+ inputs: [],
2107
+ name: "currentReward",
2108
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2109
+ stateMutability: "view"
2110
+ },
2111
+ {
2112
+ type: "function",
2113
+ inputs: [],
2114
+ name: "drawRaffle",
2115
+ outputs: [],
2116
+ stateMutability: "nonpayable"
2117
+ },
2118
+ {
2119
+ type: "function",
2120
+ inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2121
+ name: "entries",
2122
+ outputs: [{ name: "", internalType: "address", type: "address" }],
2123
+ stateMutability: "view"
2124
+ },
2125
+ {
2126
+ type: "function",
2127
+ inputs: [],
2128
+ name: "getComponentInterface",
2129
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
2130
+ stateMutability: "pure"
2131
+ },
2132
+ {
2133
+ type: "function",
2134
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2135
+ name: "initialize",
2136
+ outputs: [],
2137
+ stateMutability: "nonpayable"
2138
+ },
2139
+ {
2140
+ type: "function",
2141
+ inputs: [
2142
+ { name: "claimTarget", internalType: "address", type: "address" },
2143
+ { name: "", internalType: "bytes", type: "bytes" }
2144
+ ],
2145
+ name: "isClaimable",
2146
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2147
+ stateMutability: "view"
2148
+ },
2149
+ {
2150
+ type: "function",
2151
+ inputs: [],
2152
+ name: "limit",
2153
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2154
+ stateMutability: "view"
2155
+ },
2156
+ {
2157
+ type: "function",
2158
+ inputs: [],
2159
+ name: "owner",
2160
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
2161
+ stateMutability: "view"
2162
+ },
2163
+ {
2164
+ type: "function",
2165
+ inputs: [
2166
+ { name: "pendingOwner", internalType: "address", type: "address" }
2167
+ ],
2168
+ name: "ownershipHandoverExpiresAt",
2169
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
2170
+ stateMutability: "view"
2171
+ },
2172
+ {
2173
+ type: "function",
2174
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2175
+ name: "preflight",
2176
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
2177
+ stateMutability: "view"
2178
+ },
2179
+ {
2180
+ type: "function",
2181
+ inputs: [],
2182
+ name: "renounceOwnership",
2183
+ outputs: [],
2184
+ stateMutability: "payable"
2185
+ },
2186
+ {
2187
+ type: "function",
2188
+ inputs: [],
2189
+ name: "requestOwnershipHandover",
2190
+ outputs: [],
2191
+ stateMutability: "payable"
2192
+ },
2193
+ {
2194
+ type: "function",
2195
+ inputs: [],
2196
+ name: "reward",
2197
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2198
+ stateMutability: "view"
2199
+ },
2200
+ {
2201
+ type: "function",
2202
+ inputs: [],
2203
+ name: "strategy",
2204
+ outputs: [
2205
+ {
2206
+ name: "",
2207
+ internalType: "enum AERC20Incentive.Strategy",
2208
+ type: "uint8"
2209
+ }
2210
+ ],
2211
+ stateMutability: "view"
2212
+ },
2213
+ {
2214
+ type: "function",
2215
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
2216
+ name: "supportsInterface",
2217
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2218
+ stateMutability: "view"
2219
+ },
2220
+ {
2221
+ type: "function",
2222
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
2223
+ name: "transferOwnership",
2224
+ outputs: [],
2225
+ stateMutability: "payable"
2226
+ }
2227
+ ], b = [
2228
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2229
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
2230
+ { type: "error", inputs: [], name: "ClaimFailed" },
2231
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
2232
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
2233
+ {
2234
+ type: "error",
2235
+ inputs: [
2236
+ { name: "asset", internalType: "address", type: "address" },
2237
+ { name: "available", internalType: "uint256", type: "uint256" },
2238
+ { name: "required", internalType: "uint256", type: "uint256" }
2239
+ ],
2240
+ name: "InsufficientFunds"
2241
+ },
2242
+ { type: "error", inputs: [], name: "InvalidInitialization" },
2243
+ { type: "error", inputs: [], name: "InvalidInitialization" },
2244
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
2245
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
2246
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
2247
+ { type: "error", inputs: [], name: "NotClaimable" },
2248
+ { type: "error", inputs: [], name: "NotInitializing" },
2249
+ { type: "error", inputs: [], name: "Unauthorized" },
2250
+ {
2251
+ type: "event",
2252
+ anonymous: !1,
2253
+ inputs: [
2254
+ {
2255
+ name: "recipient",
2256
+ internalType: "address",
2257
+ type: "address",
2258
+ indexed: !0
2259
+ },
2260
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
2261
+ ],
2262
+ name: "Claimed"
2263
+ },
2264
+ {
2265
+ type: "event",
2266
+ anonymous: !1,
2267
+ inputs: [
2268
+ {
2269
+ name: "version",
2270
+ internalType: "uint64",
2271
+ type: "uint64",
2272
+ indexed: !1
2273
+ }
2274
+ ],
2275
+ name: "Initialized"
2276
+ },
2277
+ {
2278
+ type: "event",
2279
+ anonymous: !1,
2280
+ inputs: [
2281
+ {
2282
+ name: "pendingOwner",
2283
+ internalType: "address",
2284
+ type: "address",
2285
+ indexed: !0
2286
+ }
2287
+ ],
2288
+ name: "OwnershipHandoverCanceled"
2289
+ },
2290
+ {
2291
+ type: "event",
2292
+ anonymous: !1,
2293
+ inputs: [
2294
+ {
2295
+ name: "pendingOwner",
2296
+ internalType: "address",
2297
+ type: "address",
2298
+ indexed: !0
2299
+ }
2300
+ ],
2301
+ name: "OwnershipHandoverRequested"
2302
+ },
2303
+ {
2304
+ type: "event",
2305
+ anonymous: !1,
2306
+ inputs: [
2307
+ {
2308
+ name: "oldOwner",
2309
+ internalType: "address",
2310
+ type: "address",
2311
+ indexed: !0
2312
+ },
2313
+ {
2314
+ name: "newOwner",
2315
+ internalType: "address",
2316
+ type: "address",
2317
+ indexed: !0
2318
+ }
2319
+ ],
2320
+ name: "OwnershipTransferred"
2321
+ },
2322
+ {
2323
+ type: "function",
2324
+ inputs: [],
2325
+ name: "asset",
2326
+ outputs: [{ name: "", internalType: "address", type: "address" }],
2327
+ stateMutability: "view"
2328
+ },
2329
+ {
2330
+ type: "function",
2331
+ inputs: [],
2332
+ name: "cancelOwnershipHandover",
2333
+ outputs: [],
2334
+ stateMutability: "payable"
2335
+ },
2336
+ {
2337
+ type: "function",
2338
+ inputs: [
2339
+ { name: "claimTarget", internalType: "address", type: "address" },
2340
+ { name: "data_", internalType: "bytes", type: "bytes" }
2341
+ ],
2342
+ name: "claim",
2343
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2344
+ stateMutability: "nonpayable"
2345
+ },
2346
+ {
2347
+ type: "function",
2348
+ inputs: [{ name: "", internalType: "address", type: "address" }],
2349
+ name: "claimed",
2350
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2351
+ stateMutability: "view"
2352
+ },
2353
+ {
2354
+ type: "function",
2355
+ inputs: [],
2356
+ name: "claims",
2357
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2358
+ stateMutability: "view"
2359
+ },
2360
+ {
2361
+ type: "function",
2362
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2363
+ name: "clawback",
2364
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2365
+ stateMutability: "nonpayable"
2366
+ },
2367
+ {
2368
+ type: "function",
2369
+ inputs: [
2370
+ { name: "pendingOwner", internalType: "address", type: "address" }
2371
+ ],
2372
+ name: "completeOwnershipHandover",
2373
+ outputs: [],
2374
+ stateMutability: "payable"
2375
+ },
2376
+ {
2377
+ type: "function",
2378
+ inputs: [],
2379
+ name: "currentReward",
2380
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2381
+ stateMutability: "view"
2382
+ },
2383
+ {
2384
+ type: "function",
2385
+ inputs: [],
2386
+ name: "getComponentInterface",
2387
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
2388
+ stateMutability: "pure"
2389
+ },
2390
+ {
2391
+ type: "function",
2392
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2393
+ name: "initialize",
2394
+ outputs: [],
2395
+ stateMutability: "nonpayable"
2396
+ },
2397
+ {
2398
+ type: "function",
2399
+ inputs: [
2400
+ { name: "claimTarget", internalType: "address", type: "address" },
2401
+ { name: "", internalType: "bytes", type: "bytes" }
2402
+ ],
2403
+ name: "isClaimable",
2404
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2405
+ stateMutability: "view"
2406
+ },
2407
+ {
2408
+ type: "function",
2409
+ inputs: [],
2410
+ name: "limit",
2411
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2412
+ stateMutability: "view"
2413
+ },
2414
+ {
2415
+ type: "function",
2416
+ inputs: [],
2417
+ name: "owner",
2418
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
2419
+ stateMutability: "view"
2420
+ },
2421
+ {
2422
+ type: "function",
2423
+ inputs: [
2424
+ { name: "pendingOwner", internalType: "address", type: "address" }
2425
+ ],
2426
+ name: "ownershipHandoverExpiresAt",
2427
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
2428
+ stateMutability: "view"
2429
+ },
2430
+ {
2431
+ type: "function",
2432
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2433
+ name: "preflight",
2434
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
2435
+ stateMutability: "view"
2436
+ },
2437
+ {
2438
+ type: "function",
2439
+ inputs: [],
2440
+ name: "renounceOwnership",
2441
+ outputs: [],
2442
+ stateMutability: "payable"
2443
+ },
2444
+ {
2445
+ type: "function",
2446
+ inputs: [],
2447
+ name: "requestOwnershipHandover",
2448
+ outputs: [],
2449
+ stateMutability: "payable"
2450
+ },
2451
+ {
2452
+ type: "function",
2453
+ inputs: [],
2454
+ name: "reward",
2455
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2456
+ stateMutability: "view"
2457
+ },
2458
+ {
2459
+ type: "function",
2460
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
2461
+ name: "supportsInterface",
2462
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2463
+ stateMutability: "view"
2464
+ },
2465
+ {
2466
+ type: "function",
2467
+ inputs: [],
2468
+ name: "totalClaimed",
2469
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2470
+ stateMutability: "view"
2471
+ },
2472
+ {
2473
+ type: "function",
2474
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
2475
+ name: "transferOwnership",
2476
+ outputs: [],
2477
+ stateMutability: "payable"
2478
+ }
2479
+ ], z = [
2480
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2481
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
2482
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
2483
+ { type: "error", inputs: [], name: "InvalidInitialization" },
2484
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
2485
+ { type: "error", inputs: [], name: "NotImplemented" },
2486
+ { type: "error", inputs: [], name: "NotInitializing" },
2487
+ {
2488
+ type: "event",
2489
+ anonymous: !1,
2490
+ inputs: [
2491
+ {
2492
+ name: "executor",
2493
+ internalType: "address",
2494
+ type: "address",
2495
+ indexed: !0
2496
+ },
2497
+ {
2498
+ name: "caller",
2499
+ internalType: "address",
2500
+ type: "address",
2501
+ indexed: !1
2502
+ },
2503
+ { name: "success", internalType: "bool", type: "bool", indexed: !1 },
2504
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
2505
+ ],
2506
+ name: "ActionExecuted"
2507
+ },
2508
+ {
2509
+ type: "event",
2510
+ anonymous: !1,
2511
+ inputs: [
2512
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
2513
+ {
2514
+ name: "isValidated",
2515
+ internalType: "bool",
2516
+ type: "bool",
2517
+ indexed: !1
2518
+ },
2519
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
2520
+ ],
2521
+ name: "ActionValidated"
2522
+ },
2523
+ {
2524
+ type: "event",
2525
+ anonymous: !1,
2526
+ inputs: [
2527
+ {
2528
+ name: "version",
2529
+ internalType: "uint64",
2530
+ type: "uint64",
2531
+ indexed: !1
2532
+ }
2533
+ ],
2534
+ name: "Initialized"
2535
+ },
2536
+ {
2537
+ type: "function",
2538
+ inputs: [],
2539
+ name: "VALIDATOR",
2540
+ outputs: [
2541
+ { name: "", internalType: "contract AValidator", type: "address" }
2542
+ ],
2543
+ stateMutability: "view"
2544
+ },
2545
+ {
2546
+ type: "function",
2547
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
2548
+ name: "execute",
2549
+ outputs: [
2550
+ { name: "", internalType: "bool", type: "bool" },
2551
+ { name: "", internalType: "bytes", type: "bytes" }
2552
+ ],
2553
+ stateMutability: "payable"
2554
+ },
2555
+ {
2556
+ type: "function",
2557
+ inputs: [],
2558
+ name: "getActionClaimant",
2559
+ outputs: [
2560
+ {
2561
+ name: "",
2562
+ internalType: "struct AEventAction.ActionClaimant",
2563
+ type: "tuple",
2564
+ components: [
2565
+ {
2566
+ name: "signatureType",
2567
+ internalType: "enum AEventAction.SignatureType",
2568
+ type: "uint8"
2569
+ },
2570
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
2571
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
2572
+ { name: "targetContract", internalType: "address", type: "address" },
2573
+ { name: "chainid", internalType: "uint256", type: "uint256" }
2574
+ ]
2575
+ }
2576
+ ],
2577
+ stateMutability: "view"
2578
+ },
2579
+ {
2580
+ type: "function",
2581
+ inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
2582
+ name: "getActionStep",
2583
+ outputs: [
2584
+ {
2585
+ name: "",
2586
+ internalType: "struct AEventAction.ActionStep",
2587
+ type: "tuple",
2588
+ components: [
2589
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
2590
+ {
2591
+ name: "signatureType",
2592
+ internalType: "enum AEventAction.SignatureType",
2593
+ type: "uint8"
2594
+ },
2595
+ { name: "actionType", internalType: "uint8", type: "uint8" },
2596
+ { name: "targetContract", internalType: "address", type: "address" },
2597
+ { name: "chainid", internalType: "uint256", type: "uint256" },
2598
+ {
2599
+ name: "actionParameter",
2600
+ internalType: "struct AEventAction.Criteria",
2601
+ type: "tuple",
2602
+ components: [
2603
+ {
2604
+ name: "filterType",
2605
+ internalType: "enum AEventAction.FilterType",
2606
+ type: "uint8"
2607
+ },
2608
+ {
2609
+ name: "fieldType",
2610
+ internalType: "enum AEventAction.PrimitiveType",
2611
+ type: "uint8"
2612
+ },
2613
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
2614
+ { name: "filterData", internalType: "bytes", type: "bytes" }
2615
+ ]
2616
+ }
2617
+ ]
2618
+ }
2619
+ ],
2620
+ stateMutability: "view"
2621
+ },
2622
+ {
2623
+ type: "function",
2624
+ inputs: [],
2625
+ name: "getActionSteps",
2626
+ outputs: [
2627
+ {
2628
+ name: "",
2629
+ internalType: "struct AEventAction.ActionStep[]",
2630
+ type: "tuple[]",
2631
+ components: [
2632
+ { name: "signature", internalType: "bytes32", type: "bytes32" },
2633
+ {
2634
+ name: "signatureType",
2635
+ internalType: "enum AEventAction.SignatureType",
2636
+ type: "uint8"
2637
+ },
2638
+ { name: "actionType", internalType: "uint8", type: "uint8" },
2639
+ { name: "targetContract", internalType: "address", type: "address" },
2640
+ { name: "chainid", internalType: "uint256", type: "uint256" },
2641
+ {
2642
+ name: "actionParameter",
2643
+ internalType: "struct AEventAction.Criteria",
2644
+ type: "tuple",
2645
+ components: [
2646
+ {
2647
+ name: "filterType",
2648
+ internalType: "enum AEventAction.FilterType",
2649
+ type: "uint8"
2650
+ },
2651
+ {
2652
+ name: "fieldType",
2653
+ internalType: "enum AEventAction.PrimitiveType",
2654
+ type: "uint8"
2655
+ },
2656
+ { name: "fieldIndex", internalType: "uint8", type: "uint8" },
2657
+ { name: "filterData", internalType: "bytes", type: "bytes" }
2658
+ ]
2659
+ }
2660
+ ]
2661
+ }
2662
+ ],
2663
+ stateMutability: "view"
2664
+ },
2665
+ {
2666
+ type: "function",
2667
+ inputs: [],
2668
+ name: "getActionStepsCount",
2669
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2670
+ stateMutability: "view"
2671
+ },
2672
+ {
2673
+ type: "function",
2674
+ inputs: [],
2675
+ name: "getComponentInterface",
2676
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
2677
+ stateMutability: "pure"
2678
+ },
2679
+ {
2680
+ type: "function",
2681
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2682
+ name: "initialize",
2683
+ outputs: [],
2684
+ stateMutability: "nonpayable"
2685
+ },
2686
+ {
2687
+ type: "function",
2688
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
2689
+ name: "prepare",
2690
+ outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
2691
+ stateMutability: "view"
2692
+ },
2693
+ {
2694
+ type: "function",
2695
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
2696
+ name: "supportsInterface",
2697
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2698
+ stateMutability: "view"
2699
+ }
2700
+ ], J = [
2701
+ {
2702
+ type: "function",
2703
+ inputs: [{ name: "addr", internalType: "address", type: "address" }],
2704
+ name: "isAuthorized",
2705
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2706
+ stateMutability: "view"
2707
+ }
2708
+ ], o = [
2709
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
2710
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
2711
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
2712
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
2713
+ {
2714
+ type: "error",
2715
+ inputs: [
2716
+ { name: "asset", internalType: "address", type: "address" },
2717
+ { name: "available", internalType: "uint256", type: "uint256" },
2718
+ { name: "required", internalType: "uint256", type: "uint256" }
2719
+ ],
2720
+ name: "InsufficientFunds"
2721
+ },
2722
+ {
2723
+ type: "error",
2724
+ inputs: [
2725
+ { name: "asset", internalType: "address", type: "address" },
2726
+ { name: "amount", internalType: "uint256", type: "uint256" }
2727
+ ],
2728
+ name: "InvalidAllocation"
2729
+ },
2730
+ { type: "error", inputs: [], name: "InvalidInitialization" },
2731
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
2732
+ { type: "error", inputs: [], name: "LengthMismatch" },
2733
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
2734
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
2735
+ { type: "error", inputs: [], name: "NotImplemented" },
2736
+ { type: "error", inputs: [], name: "NotInitializing" },
2737
+ { type: "error", inputs: [], name: "Reentrancy" },
2738
+ {
2739
+ type: "error",
2740
+ inputs: [
2741
+ { name: "asset", internalType: "address", type: "address" },
2742
+ { name: "to", internalType: "address", type: "address" },
2743
+ { name: "amount", internalType: "uint256", type: "uint256" }
2744
+ ],
2745
+ name: "TransferFailed"
2746
+ },
2747
+ { type: "error", inputs: [], name: "Unauthorized" },
2748
+ {
2749
+ type: "event",
2750
+ anonymous: !1,
2751
+ inputs: [
2752
+ {
2753
+ name: "account",
2754
+ internalType: "address",
2755
+ type: "address",
2756
+ indexed: !0
2757
+ },
2758
+ {
2759
+ name: "isAuthorized",
2760
+ internalType: "bool",
2761
+ type: "bool",
2762
+ indexed: !1
2763
+ }
2764
+ ],
2765
+ name: "Authorized"
2766
+ },
2767
+ {
2768
+ type: "event",
2769
+ anonymous: !1,
2770
+ inputs: [
2771
+ {
2772
+ name: "asset",
2773
+ internalType: "address",
2774
+ type: "address",
2775
+ indexed: !0
2776
+ },
2777
+ { name: "to", internalType: "address", type: "address", indexed: !1 },
2778
+ {
2779
+ name: "amount",
2780
+ internalType: "uint256",
2781
+ type: "uint256",
2782
+ indexed: !1
2783
+ }
2784
+ ],
2785
+ name: "Distributed"
2786
+ },
2787
+ {
2788
+ type: "event",
2789
+ anonymous: !1,
2790
+ inputs: [
2791
+ {
2792
+ name: "version",
2793
+ internalType: "uint64",
2794
+ type: "uint64",
2795
+ indexed: !1
2796
+ }
2797
+ ],
2798
+ name: "Initialized"
2799
+ },
2800
+ {
2801
+ type: "event",
2802
+ anonymous: !1,
2803
+ inputs: [
2804
+ {
2805
+ name: "pendingOwner",
2806
+ internalType: "address",
2807
+ type: "address",
2808
+ indexed: !0
2809
+ }
2810
+ ],
2811
+ name: "OwnershipHandoverCanceled"
2812
+ },
2813
+ {
2814
+ type: "event",
2815
+ anonymous: !1,
2816
+ inputs: [
2817
+ {
2818
+ name: "pendingOwner",
2819
+ internalType: "address",
2820
+ type: "address",
2821
+ indexed: !0
2822
+ }
2823
+ ],
2824
+ name: "OwnershipHandoverRequested"
2825
+ },
2826
+ {
2827
+ type: "event",
2828
+ anonymous: !1,
2829
+ inputs: [
2830
+ {
2831
+ name: "oldOwner",
2832
+ internalType: "address",
2833
+ type: "address",
2834
+ indexed: !0
2835
+ },
2836
+ {
2837
+ name: "newOwner",
2838
+ internalType: "address",
2839
+ type: "address",
2840
+ indexed: !0
2841
+ }
2842
+ ],
2843
+ name: "OwnershipTransferred"
2844
+ },
2845
+ {
2846
+ type: "event",
2847
+ anonymous: !1,
2848
+ inputs: [
2849
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
2850
+ {
2851
+ name: "roles",
2852
+ internalType: "uint256",
2853
+ type: "uint256",
2854
+ indexed: !0
2855
+ }
2856
+ ],
2857
+ name: "RolesUpdated"
2858
+ },
2859
+ { type: "fallback", stateMutability: "payable" },
2860
+ {
2861
+ type: "function",
2862
+ inputs: [],
2863
+ name: "ADMIN_ROLE",
2864
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2865
+ stateMutability: "view"
2866
+ },
2867
+ {
2868
+ type: "function",
2869
+ inputs: [],
2870
+ name: "MANAGER_ROLE",
2871
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2872
+ stateMutability: "view"
2873
+ },
2874
+ {
2875
+ type: "function",
2876
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2877
+ name: "allocate",
2878
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2879
+ stateMutability: "payable"
2880
+ },
2881
+ {
2882
+ type: "function",
2883
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
2884
+ name: "available",
2885
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2886
+ stateMutability: "view"
2887
+ },
2888
+ {
2889
+ type: "function",
2890
+ inputs: [
2891
+ { name: "asset_", internalType: "address", type: "address" },
2892
+ { name: "tokenId_", internalType: "uint256", type: "uint256" }
2893
+ ],
2894
+ name: "available",
2895
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2896
+ stateMutability: "view"
2897
+ },
2898
+ {
2899
+ type: "function",
2900
+ inputs: [],
2901
+ name: "cancelOwnershipHandover",
2902
+ outputs: [],
2903
+ stateMutability: "payable"
2904
+ },
2905
+ {
2906
+ type: "function",
2907
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2908
+ name: "clawback",
2909
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2910
+ stateMutability: "nonpayable"
2911
+ },
2912
+ {
2913
+ type: "function",
2914
+ inputs: [
2915
+ { name: "pendingOwner", internalType: "address", type: "address" }
2916
+ ],
2917
+ name: "completeOwnershipHandover",
2918
+ outputs: [],
2919
+ stateMutability: "payable"
2920
+ },
2921
+ {
2922
+ type: "function",
2923
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
2924
+ name: "disburse",
2925
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2926
+ stateMutability: "nonpayable"
2927
+ },
2928
+ {
2929
+ type: "function",
2930
+ inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
2931
+ name: "disburseBatch",
2932
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2933
+ stateMutability: "nonpayable"
2934
+ },
2935
+ {
2936
+ type: "function",
2937
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
2938
+ name: "distributed",
2939
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2940
+ stateMutability: "view"
2941
+ },
2942
+ {
2943
+ type: "function",
2944
+ inputs: [
2945
+ { name: "asset_", internalType: "address", type: "address" },
2946
+ { name: "tokenId_", internalType: "uint256", type: "uint256" }
2947
+ ],
2948
+ name: "distributed",
2949
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
2950
+ stateMutability: "view"
2951
+ },
2952
+ {
2953
+ type: "function",
2954
+ inputs: [],
2955
+ name: "getComponentInterface",
2956
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
2957
+ stateMutability: "pure"
2958
+ },
2959
+ {
2960
+ type: "function",
2961
+ inputs: [
2962
+ { name: "user", internalType: "address", type: "address" },
2963
+ { name: "roles", internalType: "uint256", type: "uint256" }
2964
+ ],
2965
+ name: "grantRoles",
2966
+ outputs: [],
2967
+ stateMutability: "payable"
2968
+ },
2969
+ {
2970
+ type: "function",
2971
+ inputs: [
2972
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
2973
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
2974
+ ],
2975
+ name: "grantRoles",
2976
+ outputs: [],
2977
+ stateMutability: "nonpayable"
2978
+ },
2979
+ {
2980
+ type: "function",
2981
+ inputs: [
2982
+ { name: "user", internalType: "address", type: "address" },
2983
+ { name: "roles", internalType: "uint256", type: "uint256" }
2984
+ ],
2985
+ name: "hasAllRoles",
2986
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2987
+ stateMutability: "view"
2988
+ },
2989
+ {
2990
+ type: "function",
2991
+ inputs: [
2992
+ { name: "user", internalType: "address", type: "address" },
2993
+ { name: "roles", internalType: "uint256", type: "uint256" }
2994
+ ],
2995
+ name: "hasAnyRole",
2996
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
2997
+ stateMutability: "view"
2998
+ },
2999
+ {
3000
+ type: "function",
3001
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
3002
+ name: "initialize",
3003
+ outputs: [],
3004
+ stateMutability: "nonpayable"
3005
+ },
3006
+ {
3007
+ type: "function",
3008
+ inputs: [{ name: "account_", internalType: "address", type: "address" }],
3009
+ name: "isAuthorized",
3010
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3011
+ stateMutability: "view"
3012
+ },
3013
+ {
3014
+ type: "function",
3015
+ inputs: [
3016
+ { name: "", internalType: "address", type: "address" },
3017
+ { name: "", internalType: "address", type: "address" },
3018
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
3019
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
3020
+ { name: "", internalType: "bytes", type: "bytes" }
3021
+ ],
3022
+ name: "onERC1155BatchReceived",
3023
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3024
+ stateMutability: "pure"
3025
+ },
3026
+ {
3027
+ type: "function",
3028
+ inputs: [
3029
+ { name: "", internalType: "address", type: "address" },
3030
+ { name: "", internalType: "address", type: "address" },
3031
+ { name: "", internalType: "uint256", type: "uint256" },
3032
+ { name: "", internalType: "uint256", type: "uint256" },
3033
+ { name: "", internalType: "bytes", type: "bytes" }
3034
+ ],
3035
+ name: "onERC1155Received",
3036
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3037
+ stateMutability: "pure"
3038
+ },
3039
+ {
3040
+ type: "function",
3041
+ inputs: [],
3042
+ name: "owner",
3043
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
3044
+ stateMutability: "view"
3045
+ },
3046
+ {
3047
+ type: "function",
3048
+ inputs: [
3049
+ { name: "pendingOwner", internalType: "address", type: "address" }
3050
+ ],
3051
+ name: "ownershipHandoverExpiresAt",
3052
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
3053
+ stateMutability: "view"
3054
+ },
3055
+ {
3056
+ type: "function",
3057
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
3058
+ name: "reconcile",
3059
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3060
+ stateMutability: "nonpayable"
3061
+ },
3062
+ {
3063
+ type: "function",
3064
+ inputs: [],
3065
+ name: "renounceOwnership",
3066
+ outputs: [],
3067
+ stateMutability: "payable"
3068
+ },
3069
+ {
3070
+ type: "function",
3071
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3072
+ name: "renounceRoles",
3073
+ outputs: [],
3074
+ stateMutability: "payable"
3075
+ },
3076
+ {
3077
+ type: "function",
3078
+ inputs: [],
3079
+ name: "requestOwnershipHandover",
3080
+ outputs: [],
3081
+ stateMutability: "payable"
3082
+ },
3083
+ {
3084
+ type: "function",
3085
+ inputs: [
3086
+ { name: "user", internalType: "address", type: "address" },
3087
+ { name: "roles", internalType: "uint256", type: "uint256" }
3088
+ ],
3089
+ name: "revokeRoles",
3090
+ outputs: [],
3091
+ stateMutability: "payable"
3092
+ },
3093
+ {
3094
+ type: "function",
3095
+ inputs: [
3096
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
3097
+ { name: "roles_", internalType: "uint256[]", type: "uint256[]" }
3098
+ ],
3099
+ name: "revokeRoles",
3100
+ outputs: [],
3101
+ stateMutability: "nonpayable"
3102
+ },
3103
+ {
3104
+ type: "function",
3105
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
3106
+ name: "rolesOf",
3107
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3108
+ stateMutability: "view"
3109
+ },
3110
+ {
3111
+ type: "function",
3112
+ inputs: [
3113
+ { name: "accounts_", internalType: "address[]", type: "address[]" },
3114
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
3115
+ ],
3116
+ name: "setAuthorized",
3117
+ outputs: [],
3118
+ stateMutability: "nonpayable"
3119
+ },
3120
+ {
3121
+ type: "function",
3122
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3123
+ name: "supportsInterface",
3124
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3125
+ stateMutability: "view"
3126
+ },
3127
+ {
3128
+ type: "function",
3129
+ inputs: [{ name: "asset_", internalType: "address", type: "address" }],
3130
+ name: "total",
3131
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3132
+ stateMutability: "view"
3133
+ },
3134
+ {
3135
+ type: "function",
3136
+ inputs: [
3137
+ { name: "asset_", internalType: "address", type: "address" },
3138
+ { name: "tokenId_", internalType: "uint256", type: "uint256" }
3139
+ ],
3140
+ name: "total",
3141
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3142
+ stateMutability: "view"
3143
+ },
3144
+ {
3145
+ type: "function",
3146
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3147
+ name: "transferOwnership",
3148
+ outputs: [],
3149
+ stateMutability: "payable"
3150
+ },
3151
+ { type: "receive", stateMutability: "payable" }
3152
+ ], Q = [
3153
+ {
3154
+ type: "function",
3155
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
3156
+ name: "isAuthorized",
3157
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3158
+ stateMutability: "view"
3159
+ }
3160
+ ], f = [
3161
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3162
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
3163
+ { type: "error", inputs: [], name: "ClaimFailed" },
3164
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
3165
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
3166
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3167
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3168
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
3169
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
3170
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
3171
+ { type: "error", inputs: [], name: "NotClaimable" },
3172
+ { type: "error", inputs: [], name: "NotImplemented" },
3173
+ { type: "error", inputs: [], name: "NotInitializing" },
3174
+ { type: "error", inputs: [], name: "Unauthorized" },
3175
+ { type: "error", inputs: [], name: "Unauthorized" },
3176
+ {
3177
+ type: "event",
3178
+ anonymous: !1,
3179
+ inputs: [
3180
+ {
3181
+ name: "recipient",
3182
+ internalType: "address",
3183
+ type: "address",
3184
+ indexed: !0
3185
+ },
3186
+ { name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
3187
+ ],
3188
+ name: "Claimed"
3189
+ },
3190
+ {
3191
+ type: "event",
3192
+ anonymous: !1,
3193
+ inputs: [
3194
+ {
3195
+ name: "version",
3196
+ internalType: "uint64",
3197
+ type: "uint64",
3198
+ indexed: !1
3199
+ }
3200
+ ],
3201
+ name: "Initialized"
3202
+ },
3203
+ {
3204
+ type: "event",
3205
+ anonymous: !1,
3206
+ inputs: [
3207
+ {
3208
+ name: "pendingOwner",
3209
+ internalType: "address",
3210
+ type: "address",
3211
+ indexed: !0
3212
+ }
3213
+ ],
3214
+ name: "OwnershipHandoverCanceled"
3215
+ },
3216
+ {
3217
+ type: "event",
3218
+ anonymous: !1,
3219
+ inputs: [
3220
+ {
3221
+ name: "pendingOwner",
3222
+ internalType: "address",
3223
+ type: "address",
3224
+ indexed: !0
3225
+ }
3226
+ ],
3227
+ name: "OwnershipHandoverRequested"
3228
+ },
3229
+ {
3230
+ type: "event",
3231
+ anonymous: !1,
3232
+ inputs: [
3233
+ {
3234
+ name: "oldOwner",
3235
+ internalType: "address",
3236
+ type: "address",
3237
+ indexed: !0
3238
+ },
3239
+ {
3240
+ name: "newOwner",
3241
+ internalType: "address",
3242
+ type: "address",
3243
+ indexed: !0
3244
+ }
3245
+ ],
3246
+ name: "OwnershipTransferred"
3247
+ },
3248
+ {
3249
+ type: "event",
3250
+ anonymous: !1,
3251
+ inputs: [
3252
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
3253
+ {
3254
+ name: "roles",
3255
+ internalType: "uint256",
3256
+ type: "uint256",
3257
+ indexed: !0
3258
+ }
3259
+ ],
3260
+ name: "RolesUpdated"
3261
+ },
3262
+ {
3263
+ type: "function",
3264
+ inputs: [],
3265
+ name: "cancelOwnershipHandover",
3266
+ outputs: [],
3267
+ stateMutability: "payable"
3268
+ },
3269
+ {
3270
+ type: "function",
3271
+ inputs: [
3272
+ { name: "claimTarget", internalType: "address", type: "address" },
3273
+ { name: "", internalType: "bytes", type: "bytes" }
3274
+ ],
3275
+ name: "claim",
3276
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3277
+ stateMutability: "nonpayable"
3278
+ },
3279
+ {
3280
+ type: "function",
3281
+ inputs: [{ name: "", internalType: "address", type: "address" }],
3282
+ name: "claimed",
3283
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3284
+ stateMutability: "view"
3285
+ },
3286
+ {
3287
+ type: "function",
3288
+ inputs: [],
3289
+ name: "claims",
3290
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3291
+ stateMutability: "view"
3292
+ },
3293
+ {
3294
+ type: "function",
3295
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
3296
+ name: "clawback",
3297
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3298
+ stateMutability: "pure"
3299
+ },
3300
+ {
3301
+ type: "function",
3302
+ inputs: [
3303
+ { name: "pendingOwner", internalType: "address", type: "address" }
3304
+ ],
3305
+ name: "completeOwnershipHandover",
3306
+ outputs: [],
3307
+ stateMutability: "payable"
3308
+ },
3309
+ {
3310
+ type: "function",
3311
+ inputs: [],
3312
+ name: "currentReward",
3313
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3314
+ stateMutability: "view"
3315
+ },
3316
+ {
3317
+ type: "function",
3318
+ inputs: [],
3319
+ name: "getComponentInterface",
3320
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3321
+ stateMutability: "pure"
3322
+ },
3323
+ {
3324
+ type: "function",
3325
+ inputs: [
3326
+ { name: "user", internalType: "address", type: "address" },
3327
+ { name: "roles", internalType: "uint256", type: "uint256" }
3328
+ ],
3329
+ name: "grantRoles",
3330
+ outputs: [],
3331
+ stateMutability: "payable"
3332
+ },
3333
+ {
3334
+ type: "function",
3335
+ inputs: [
3336
+ { name: "user", internalType: "address", type: "address" },
3337
+ { name: "roles", internalType: "uint256", type: "uint256" }
3338
+ ],
3339
+ name: "hasAllRoles",
3340
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3341
+ stateMutability: "view"
3342
+ },
3343
+ {
3344
+ type: "function",
3345
+ inputs: [
3346
+ { name: "user", internalType: "address", type: "address" },
3347
+ { name: "roles", internalType: "uint256", type: "uint256" }
3348
+ ],
3349
+ name: "hasAnyRole",
3350
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3351
+ stateMutability: "view"
3352
+ },
3353
+ {
3354
+ type: "function",
3355
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
3356
+ name: "initialize",
3357
+ outputs: [],
3358
+ stateMutability: "nonpayable"
3359
+ },
3360
+ {
3361
+ type: "function",
3362
+ inputs: [
3363
+ { name: "claimTarget", internalType: "address", type: "address" },
3364
+ { name: "", internalType: "bytes", type: "bytes" }
3365
+ ],
3366
+ name: "isClaimable",
3367
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3368
+ stateMutability: "view"
3369
+ },
3370
+ {
3371
+ type: "function",
3372
+ inputs: [],
3373
+ name: "limit",
3374
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3375
+ stateMutability: "view"
3376
+ },
3377
+ {
3378
+ type: "function",
3379
+ inputs: [],
3380
+ name: "owner",
3381
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
3382
+ stateMutability: "view"
3383
+ },
3384
+ {
3385
+ type: "function",
3386
+ inputs: [
3387
+ { name: "pendingOwner", internalType: "address", type: "address" }
3388
+ ],
3389
+ name: "ownershipHandoverExpiresAt",
3390
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
3391
+ stateMutability: "view"
3392
+ },
3393
+ {
3394
+ type: "function",
3395
+ inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
3396
+ name: "preflight",
3397
+ outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
3398
+ stateMutability: "pure"
3399
+ },
3400
+ {
3401
+ type: "function",
3402
+ inputs: [],
3403
+ name: "renounceOwnership",
3404
+ outputs: [],
3405
+ stateMutability: "payable"
3406
+ },
3407
+ {
3408
+ type: "function",
3409
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3410
+ name: "renounceRoles",
3411
+ outputs: [],
3412
+ stateMutability: "payable"
3413
+ },
3414
+ {
3415
+ type: "function",
3416
+ inputs: [],
3417
+ name: "requestOwnershipHandover",
3418
+ outputs: [],
3419
+ stateMutability: "payable"
3420
+ },
3421
+ {
3422
+ type: "function",
3423
+ inputs: [
3424
+ { name: "user", internalType: "address", type: "address" },
3425
+ { name: "roles", internalType: "uint256", type: "uint256" }
3426
+ ],
3427
+ name: "revokeRoles",
3428
+ outputs: [],
3429
+ stateMutability: "payable"
3430
+ },
3431
+ {
3432
+ type: "function",
3433
+ inputs: [],
3434
+ name: "reward",
3435
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3436
+ stateMutability: "view"
3437
+ },
3438
+ {
3439
+ type: "function",
3440
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
3441
+ name: "rolesOf",
3442
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3443
+ stateMutability: "view"
3444
+ },
3445
+ {
3446
+ type: "function",
3447
+ inputs: [],
3448
+ name: "selector",
3449
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3450
+ stateMutability: "view"
3451
+ },
3452
+ {
3453
+ type: "function",
3454
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3455
+ name: "supportsInterface",
3456
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3457
+ stateMutability: "view"
3458
+ },
3459
+ {
3460
+ type: "function",
3461
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3462
+ name: "transferOwnership",
3463
+ outputs: [],
3464
+ stateMutability: "payable"
3465
+ },
3466
+ {
3467
+ type: "function",
3468
+ inputs: [],
3469
+ name: "venue",
3470
+ outputs: [{ name: "", internalType: "address", type: "address" }],
3471
+ stateMutability: "view"
3472
+ }
3473
+ ], v = [
3474
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3475
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
3476
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
3477
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
3478
+ {
3479
+ type: "error",
3480
+ inputs: [
3481
+ { name: "available", internalType: "uint8", type: "uint8" },
3482
+ { name: "id", internalType: "uint256", type: "uint256" }
3483
+ ],
3484
+ name: "InvalidIncentive"
3485
+ },
3486
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3487
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
3488
+ { type: "error", inputs: [], name: "LengthMismatch" },
3489
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
3490
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
3491
+ { type: "error", inputs: [], name: "NotInitializing" },
3492
+ { type: "error", inputs: [], name: "Unauthorized" },
3493
+ { type: "error", inputs: [], name: "Unauthorized" },
3494
+ {
3495
+ type: "event",
3496
+ anonymous: !1,
3497
+ inputs: [
3498
+ {
3499
+ name: "version",
3500
+ internalType: "uint64",
3501
+ type: "uint64",
3502
+ indexed: !1
3503
+ }
3504
+ ],
3505
+ name: "Initialized"
3506
+ },
3507
+ {
3508
+ type: "event",
3509
+ anonymous: !1,
3510
+ inputs: [
3511
+ {
3512
+ name: "pendingOwner",
3513
+ internalType: "address",
3514
+ type: "address",
3515
+ indexed: !0
3516
+ }
3517
+ ],
3518
+ name: "OwnershipHandoverCanceled"
3519
+ },
3520
+ {
3521
+ type: "event",
3522
+ anonymous: !1,
3523
+ inputs: [
3524
+ {
3525
+ name: "pendingOwner",
3526
+ internalType: "address",
3527
+ type: "address",
3528
+ indexed: !0
3529
+ }
3530
+ ],
3531
+ name: "OwnershipHandoverRequested"
3532
+ },
3533
+ {
3534
+ type: "event",
3535
+ anonymous: !1,
3536
+ inputs: [
3537
+ {
3538
+ name: "oldOwner",
3539
+ internalType: "address",
3540
+ type: "address",
3541
+ indexed: !0
3542
+ },
3543
+ {
3544
+ name: "newOwner",
3545
+ internalType: "address",
3546
+ type: "address",
3547
+ indexed: !0
3548
+ }
3549
+ ],
3550
+ name: "OwnershipTransferred"
3551
+ },
3552
+ {
3553
+ type: "function",
3554
+ inputs: [],
3555
+ name: "cancelOwnershipHandover",
3556
+ outputs: [],
3557
+ stateMutability: "payable"
3558
+ },
3559
+ {
3560
+ type: "function",
3561
+ inputs: [
3562
+ { name: "pendingOwner", internalType: "address", type: "address" }
3563
+ ],
3564
+ name: "completeOwnershipHandover",
3565
+ outputs: [],
3566
+ stateMutability: "payable"
3567
+ },
3568
+ {
3569
+ type: "function",
3570
+ inputs: [],
3571
+ name: "eip712Domain",
3572
+ outputs: [
3573
+ { name: "fields", internalType: "bytes1", type: "bytes1" },
3574
+ { name: "name", internalType: "string", type: "string" },
3575
+ { name: "version", internalType: "string", type: "string" },
3576
+ { name: "chainId", internalType: "uint256", type: "uint256" },
3577
+ { name: "verifyingContract", internalType: "address", type: "address" },
3578
+ { name: "salt", internalType: "bytes32", type: "bytes32" },
3579
+ { name: "extensions", internalType: "uint256[]", type: "uint256[]" }
3580
+ ],
3581
+ stateMutability: "view"
3582
+ },
3583
+ {
3584
+ type: "function",
3585
+ inputs: [],
3586
+ name: "getComponentInterface",
3587
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3588
+ stateMutability: "pure"
3589
+ },
3590
+ {
3591
+ type: "function",
3592
+ inputs: [
3593
+ { name: "boostId", internalType: "uint256", type: "uint256" },
3594
+ { name: "incentiveQuantity", internalType: "uint8", type: "uint8" },
3595
+ { name: "claimant", internalType: "address", type: "address" },
3596
+ { name: "incentiveData", internalType: "bytes", type: "bytes" }
3597
+ ],
3598
+ name: "hashSignerData",
3599
+ outputs: [
3600
+ { name: "hashedSignerData", internalType: "bytes32", type: "bytes32" }
3601
+ ],
3602
+ stateMutability: "view"
3603
+ },
3604
+ {
3605
+ type: "function",
3606
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
3607
+ name: "initialize",
3608
+ outputs: [],
3609
+ stateMutability: "nonpayable"
3610
+ },
3611
+ {
3612
+ type: "function",
3613
+ inputs: [],
3614
+ name: "owner",
3615
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
3616
+ stateMutability: "view"
3617
+ },
3618
+ {
3619
+ type: "function",
3620
+ inputs: [
3621
+ { name: "pendingOwner", internalType: "address", type: "address" }
3622
+ ],
3623
+ name: "ownershipHandoverExpiresAt",
3624
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
3625
+ stateMutability: "view"
3626
+ },
3627
+ {
3628
+ type: "function",
3629
+ inputs: [],
3630
+ name: "renounceOwnership",
3631
+ outputs: [],
3632
+ stateMutability: "payable"
3633
+ },
3634
+ {
3635
+ type: "function",
3636
+ inputs: [],
3637
+ name: "requestOwnershipHandover",
3638
+ outputs: [],
3639
+ stateMutability: "payable"
3640
+ },
3641
+ {
3642
+ type: "function",
3643
+ inputs: [
3644
+ { name: "signers_", internalType: "address[]", type: "address[]" },
3645
+ { name: "authorized_", internalType: "bool[]", type: "bool[]" }
3646
+ ],
3647
+ name: "setAuthorized",
3648
+ outputs: [],
3649
+ stateMutability: "nonpayable"
3650
+ },
3651
+ {
3652
+ type: "function",
3653
+ inputs: [{ name: "newCaller", internalType: "address", type: "address" }],
3654
+ name: "setValidatorCaller",
3655
+ outputs: [],
3656
+ stateMutability: "nonpayable"
3657
+ },
3658
+ {
3659
+ type: "function",
3660
+ inputs: [{ name: "", internalType: "address", type: "address" }],
3661
+ name: "signers",
3662
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3663
+ stateMutability: "view"
3664
+ },
3665
+ {
3666
+ type: "function",
3667
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3668
+ name: "supportsInterface",
3669
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3670
+ stateMutability: "view"
3671
+ },
3672
+ {
3673
+ type: "function",
3674
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3675
+ name: "transferOwnership",
3676
+ outputs: [],
3677
+ stateMutability: "payable"
3678
+ },
3679
+ {
3680
+ type: "function",
3681
+ inputs: [
3682
+ { name: "boostId", internalType: "uint256", type: "uint256" },
3683
+ { name: "incentiveId", internalType: "uint256", type: "uint256" },
3684
+ { name: "claimant", internalType: "address", type: "address" },
3685
+ { name: "claimData", internalType: "bytes", type: "bytes" }
3686
+ ],
3687
+ name: "validate",
3688
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3689
+ stateMutability: "nonpayable"
3690
+ }
3691
+ ], N = [
3692
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3693
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
3694
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
3695
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
3696
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3697
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
3698
+ { type: "error", inputs: [], name: "LengthMismatch" },
3699
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
3700
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
3701
+ { type: "error", inputs: [], name: "NotInitializing" },
3702
+ { type: "error", inputs: [], name: "Unauthorized" },
3703
+ {
3704
+ type: "event",
3705
+ anonymous: !1,
3706
+ inputs: [
3707
+ {
3708
+ name: "version",
3709
+ internalType: "uint64",
3710
+ type: "uint64",
3711
+ indexed: !1
3712
+ }
3713
+ ],
3714
+ name: "Initialized"
3715
+ },
3716
+ {
3717
+ type: "event",
3718
+ anonymous: !1,
3719
+ inputs: [
3720
+ {
3721
+ name: "pendingOwner",
3722
+ internalType: "address",
3723
+ type: "address",
3724
+ indexed: !0
3725
+ }
3726
+ ],
3727
+ name: "OwnershipHandoverCanceled"
3728
+ },
3729
+ {
3730
+ type: "event",
3731
+ anonymous: !1,
3732
+ inputs: [
3733
+ {
3734
+ name: "pendingOwner",
3735
+ internalType: "address",
3736
+ type: "address",
3737
+ indexed: !0
3738
+ }
3739
+ ],
3740
+ name: "OwnershipHandoverRequested"
3741
+ },
3742
+ {
3743
+ type: "event",
3744
+ anonymous: !1,
3745
+ inputs: [
3746
+ {
3747
+ name: "oldOwner",
3748
+ internalType: "address",
3749
+ type: "address",
3750
+ indexed: !0
3751
+ },
3752
+ {
3753
+ name: "newOwner",
3754
+ internalType: "address",
3755
+ type: "address",
3756
+ indexed: !0
3757
+ }
3758
+ ],
3759
+ name: "OwnershipTransferred"
3760
+ },
3761
+ {
3762
+ type: "event",
3763
+ anonymous: !1,
3764
+ inputs: [
3765
+ { name: "user", internalType: "address", type: "address", indexed: !0 },
3766
+ {
3767
+ name: "roles",
3768
+ internalType: "uint256",
3769
+ type: "uint256",
3770
+ indexed: !0
3771
+ }
3772
+ ],
3773
+ name: "RolesUpdated"
3774
+ },
3775
+ {
3776
+ type: "function",
3777
+ inputs: [],
3778
+ name: "LIST_MANAGER_ROLE",
3779
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3780
+ stateMutability: "view"
3781
+ },
3782
+ {
3783
+ type: "function",
3784
+ inputs: [],
3785
+ name: "cancelOwnershipHandover",
3786
+ outputs: [],
3787
+ stateMutability: "payable"
3788
+ },
3789
+ {
3790
+ type: "function",
3791
+ inputs: [
3792
+ { name: "pendingOwner", internalType: "address", type: "address" }
3793
+ ],
3794
+ name: "completeOwnershipHandover",
3795
+ outputs: [],
3796
+ stateMutability: "payable"
3797
+ },
3798
+ {
3799
+ type: "function",
3800
+ inputs: [],
3801
+ name: "getComponentInterface",
3802
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
3803
+ stateMutability: "pure"
3804
+ },
3805
+ {
3806
+ type: "function",
3807
+ inputs: [
3808
+ { name: "user", internalType: "address", type: "address" },
3809
+ { name: "roles", internalType: "uint256", type: "uint256" }
3810
+ ],
3811
+ name: "grantRoles",
3812
+ outputs: [],
3813
+ stateMutability: "payable"
3814
+ },
3815
+ {
3816
+ type: "function",
3817
+ inputs: [
3818
+ { name: "user", internalType: "address", type: "address" },
3819
+ { name: "roles", internalType: "uint256", type: "uint256" }
3820
+ ],
3821
+ name: "hasAllRoles",
3822
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3823
+ stateMutability: "view"
3824
+ },
3825
+ {
3826
+ type: "function",
3827
+ inputs: [
3828
+ { name: "user", internalType: "address", type: "address" },
3829
+ { name: "roles", internalType: "uint256", type: "uint256" }
3830
+ ],
3831
+ name: "hasAnyRole",
3832
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3833
+ stateMutability: "view"
3834
+ },
3835
+ {
3836
+ type: "function",
3837
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
3838
+ name: "initialize",
3839
+ outputs: [],
3840
+ stateMutability: "nonpayable"
3841
+ },
3842
+ {
3843
+ type: "function",
3844
+ inputs: [
3845
+ { name: "user_", internalType: "address", type: "address" },
3846
+ { name: "", internalType: "bytes", type: "bytes" }
3847
+ ],
3848
+ name: "isAllowed",
3849
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3850
+ stateMutability: "view"
3851
+ },
3852
+ {
3853
+ type: "function",
3854
+ inputs: [],
3855
+ name: "owner",
3856
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
3857
+ stateMutability: "view"
3858
+ },
3859
+ {
3860
+ type: "function",
3861
+ inputs: [
3862
+ { name: "pendingOwner", internalType: "address", type: "address" }
3863
+ ],
3864
+ name: "ownershipHandoverExpiresAt",
3865
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
3866
+ stateMutability: "view"
3867
+ },
3868
+ {
3869
+ type: "function",
3870
+ inputs: [],
3871
+ name: "renounceOwnership",
3872
+ outputs: [],
3873
+ stateMutability: "payable"
3874
+ },
3875
+ {
3876
+ type: "function",
3877
+ inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3878
+ name: "renounceRoles",
3879
+ outputs: [],
3880
+ stateMutability: "payable"
3881
+ },
3882
+ {
3883
+ type: "function",
3884
+ inputs: [],
3885
+ name: "requestOwnershipHandover",
3886
+ outputs: [],
3887
+ stateMutability: "payable"
3888
+ },
3889
+ {
3890
+ type: "function",
3891
+ inputs: [
3892
+ { name: "user", internalType: "address", type: "address" },
3893
+ { name: "roles", internalType: "uint256", type: "uint256" }
3894
+ ],
3895
+ name: "revokeRoles",
3896
+ outputs: [],
3897
+ stateMutability: "payable"
3898
+ },
3899
+ {
3900
+ type: "function",
3901
+ inputs: [{ name: "user", internalType: "address", type: "address" }],
3902
+ name: "rolesOf",
3903
+ outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
3904
+ stateMutability: "view"
3905
+ },
3906
+ {
3907
+ type: "function",
3908
+ inputs: [
3909
+ { name: "users_", internalType: "address[]", type: "address[]" },
3910
+ { name: "allowed_", internalType: "bool[]", type: "bool[]" }
3911
+ ],
3912
+ name: "setAllowed",
3913
+ outputs: [],
3914
+ stateMutability: "nonpayable"
3915
+ },
3916
+ {
3917
+ type: "function",
3918
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3919
+ name: "supportsInterface",
3920
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
3921
+ stateMutability: "view"
3922
+ },
3923
+ {
3924
+ type: "function",
3925
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
3926
+ name: "transferOwnership",
3927
+ outputs: [],
3928
+ stateMutability: "payable"
3929
+ }
3930
+ ], _ = [
3931
+ { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3932
+ { type: "error", inputs: [], name: "AlreadyInitialized" },
3933
+ { type: "error", inputs: [], name: "CloneAlreadyInitialized" },
3934
+ { type: "error", inputs: [], name: "InitializerNotImplemented" },
3935
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3936
+ { type: "error", inputs: [], name: "InvalidInitializationData" },
3937
+ { type: "error", inputs: [], name: "LengthMismatch" },
3938
+ { type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
3939
+ { type: "error", inputs: [], name: "NoHandoverRequest" },
3940
+ { type: "error", inputs: [], name: "NotInitializing" },
3941
+ { type: "error", inputs: [], name: "Unauthorized" },
3942
+ {
3943
+ type: "event",
3944
+ anonymous: !1,
3945
+ inputs: [
3946
+ {
3947
+ name: "version",
3948
+ internalType: "uint64",
3949
+ type: "uint64",
3950
+ indexed: !1
3951
+ }
3952
+ ],
3953
+ name: "Initialized"
3954
+ },
3955
+ {
3956
+ type: "event",
3957
+ anonymous: !1,
3958
+ inputs: [
3959
+ {
3960
+ name: "pendingOwner",
3961
+ internalType: "address",
3962
+ type: "address",
3963
+ indexed: !0
3964
+ }
3965
+ ],
3966
+ name: "OwnershipHandoverCanceled"
3967
+ },
3968
+ {
3969
+ type: "event",
3970
+ anonymous: !1,
3971
+ inputs: [
3972
+ {
3973
+ name: "pendingOwner",
3974
+ internalType: "address",
3975
+ type: "address",
3976
+ indexed: !0
3977
+ }
3978
+ ],
3979
+ name: "OwnershipHandoverRequested"
3980
+ },
3981
+ {
3982
+ type: "event",
3983
+ anonymous: !1,
3984
+ inputs: [
3985
+ {
3986
+ name: "oldOwner",
3987
+ internalType: "address",
3988
+ type: "address",
3989
+ indexed: !0
3990
+ },
3991
+ {
3992
+ name: "newOwner",
3993
+ internalType: "address",
3994
+ type: "address",
3995
+ indexed: !0
3996
+ }
3997
+ ],
3998
+ name: "OwnershipTransferred"
3999
+ },
4000
+ {
4001
+ type: "function",
4002
+ inputs: [],
4003
+ name: "cancelOwnershipHandover",
4004
+ outputs: [],
4005
+ stateMutability: "payable"
4006
+ },
4007
+ {
4008
+ type: "function",
4009
+ inputs: [
4010
+ { name: "pendingOwner", internalType: "address", type: "address" }
4011
+ ],
4012
+ name: "completeOwnershipHandover",
4013
+ outputs: [],
4014
+ stateMutability: "payable"
4015
+ },
4016
+ {
4017
+ type: "function",
4018
+ inputs: [],
4019
+ name: "getComponentInterface",
4020
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
4021
+ stateMutability: "pure"
4022
+ },
4023
+ {
4024
+ type: "function",
4025
+ inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
4026
+ name: "initialize",
4027
+ outputs: [],
4028
+ stateMutability: "nonpayable"
4029
+ },
4030
+ {
4031
+ type: "function",
4032
+ inputs: [
4033
+ { name: "user_", internalType: "address", type: "address" },
4034
+ { name: "", internalType: "bytes", type: "bytes" }
4035
+ ],
4036
+ name: "isAllowed",
4037
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4038
+ stateMutability: "view"
4039
+ },
4040
+ {
4041
+ type: "function",
4042
+ inputs: [],
4043
+ name: "owner",
4044
+ outputs: [{ name: "result", internalType: "address", type: "address" }],
4045
+ stateMutability: "view"
4046
+ },
4047
+ {
4048
+ type: "function",
4049
+ inputs: [
4050
+ { name: "pendingOwner", internalType: "address", type: "address" }
4051
+ ],
4052
+ name: "ownershipHandoverExpiresAt",
4053
+ outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
4054
+ stateMutability: "view"
4055
+ },
4056
+ {
4057
+ type: "function",
4058
+ inputs: [],
4059
+ name: "renounceOwnership",
4060
+ outputs: [],
4061
+ stateMutability: "payable"
4062
+ },
4063
+ {
4064
+ type: "function",
4065
+ inputs: [],
4066
+ name: "requestOwnershipHandover",
4067
+ outputs: [],
4068
+ stateMutability: "payable"
4069
+ },
4070
+ {
4071
+ type: "function",
4072
+ inputs: [
4073
+ { name: "users_", internalType: "address[]", type: "address[]" },
4074
+ { name: "denied_", internalType: "bool[]", type: "bool[]" }
4075
+ ],
4076
+ name: "setDenied",
4077
+ outputs: [],
4078
+ stateMutability: "nonpayable"
4079
+ },
4080
+ {
4081
+ type: "function",
4082
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
4083
+ name: "supportsInterface",
4084
+ outputs: [{ name: "", internalType: "bool", type: "bool" }],
4085
+ stateMutability: "view"
4086
+ },
4087
+ {
4088
+ type: "function",
4089
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4090
+ name: "transferOwnership",
4091
+ outputs: [],
4092
+ stateMutability: "payable"
4093
+ }
4094
+ ], re = /* @__PURE__ */ n({
4095
+ abi: q,
4096
+ functionName: "getComponentInterface"
4097
+ }), ye = /* @__PURE__ */ n(
4098
+ { abi: q, functionName: "supportsInterface" }
4099
+ ), ue = /* @__PURE__ */ n(
4100
+ { abi: w, functionName: "allowList" }
4101
+ ), oe = /* @__PURE__ */ n({
4102
+ abi: w,
4103
+ functionName: "claimed"
4104
+ }), le = /* @__PURE__ */ n({
4105
+ abi: w,
4106
+ functionName: "claims"
4107
+ }), de = /* @__PURE__ */ n({
4108
+ abi: w,
4109
+ functionName: "isClaimable"
4110
+ }), me = /* @__PURE__ */ n({
4111
+ abi: w,
4112
+ functionName: "limit"
4113
+ }), ce = /* @__PURE__ */ n({
4114
+ abi: w,
4115
+ functionName: "owner"
4116
+ }), be = /* @__PURE__ */ n({
4117
+ abi: w,
4118
+ functionName: "reward"
4119
+ }), Te = /* @__PURE__ */ p({
4120
+ abi: w,
4121
+ functionName: "claim"
4122
+ }), fe = /* @__PURE__ */ s({
4123
+ abi: w,
4124
+ functionName: "claim"
4125
+ }), we = /* @__PURE__ */ n({
4126
+ abi: l,
4127
+ functionName: "claimFee"
4128
+ }), ve = /* @__PURE__ */ n({
4129
+ abi: l,
4130
+ functionName: "createBoostAuth"
4131
+ }), Ie = /* @__PURE__ */ n({
4132
+ abi: l,
4133
+ functionName: "getBoost"
4134
+ }), Me = /* @__PURE__ */ n({
4135
+ abi: l,
4136
+ functionName: "getBoostCount"
4137
+ }), he = /* @__PURE__ */ n({
4138
+ abi: l,
4139
+ functionName: "protocolFee"
4140
+ }), ge = /* @__PURE__ */ n({
4141
+ abi: l,
4142
+ functionName: "protocolFeeReceiver"
4143
+ }), Ne = /* @__PURE__ */ p({
4144
+ abi: l,
4145
+ functionName: "claimIncentive"
4146
+ }), Oe = /* @__PURE__ */ p({
4147
+ abi: l,
4148
+ functionName: "claimIncentiveFor"
4149
+ }), Ae = /* @__PURE__ */ p({
4150
+ abi: l,
4151
+ functionName: "setClaimFee"
4152
+ }), ze = /* @__PURE__ */ p({
4153
+ abi: l,
4154
+ functionName: "setCreateBoostAuth"
4155
+ }), Ce = /* @__PURE__ */ p({
4156
+ abi: l,
4157
+ functionName: "setProtocolFeeReceiver"
4158
+ }), xe = /* @__PURE__ */ s({
4159
+ abi: l,
4160
+ functionName: "claimIncentive"
4161
+ }), Re = /* @__PURE__ */ s({
4162
+ abi: l,
4163
+ functionName: "claimIncentiveFor"
4164
+ }), _e = /* @__PURE__ */ s({
4165
+ abi: l,
4166
+ functionName: "setClaimFee"
4167
+ }), He = /* @__PURE__ */ s({
4168
+ abi: l,
4169
+ functionName: "setCreateBoostAuth"
4170
+ }), De = /* @__PURE__ */ s({
4171
+ abi: l,
4172
+ functionName: "setProtocolFeeReceiver"
4173
+ }), Fe = /* @__PURE__ */ n({
4174
+ abi: I,
4175
+ functionName: "getBaseImplementation"
4176
+ }), Ee = /* @__PURE__ */ n({
4177
+ abi: I,
4178
+ functionName: "getCloneIdentifier"
4179
+ }), Be = /* @__PURE__ */ n({
4180
+ abi: I,
4181
+ functionName: "getClones"
4182
+ }), qe = /* @__PURE__ */ p({
4183
+ abi: I,
4184
+ functionName: "deployClone"
4185
+ }), ke = /* @__PURE__ */ p({
4186
+ abi: I,
4187
+ functionName: "register"
4188
+ }), Pe = /* @__PURE__ */ s({
4189
+ abi: I,
4190
+ functionName: "deployClone"
4191
+ }), Le = /* @__PURE__ */ s({
4192
+ abi: I,
4193
+ functionName: "register"
4194
+ }), Ue = /* @__PURE__ */ n({
4195
+ abi: c,
4196
+ functionName: "asset"
4197
+ }), Se = /* @__PURE__ */ n({
4198
+ abi: c,
4199
+ functionName: "cgdaParams"
4200
+ }), je = /* @__PURE__ */ n({
4201
+ abi: c,
4202
+ functionName: "claimed"
4203
+ }), Ve = /* @__PURE__ */ n({
4204
+ abi: c,
4205
+ functionName: "claims"
4206
+ }), $e = /* @__PURE__ */ n({
4207
+ abi: c,
4208
+ functionName: "currentReward"
4209
+ }), Ze = /* @__PURE__ */ n({
4210
+ abi: c,
4211
+ functionName: "isClaimable"
4212
+ }), Ge = /* @__PURE__ */ n({
4213
+ abi: c,
4214
+ functionName: "owner"
4215
+ }), We = /* @__PURE__ */ n({
4216
+ abi: c,
4217
+ functionName: "reward"
4218
+ }), Xe = /* @__PURE__ */ n({
4219
+ abi: c,
4220
+ functionName: "totalBudget"
4221
+ }), Ke = /* @__PURE__ */ p({
4222
+ abi: c,
4223
+ functionName: "claim"
4224
+ }), Je = /* @__PURE__ */ p({
4225
+ abi: c,
4226
+ functionName: "clawback"
4227
+ }), Qe = /* @__PURE__ */ s({
4228
+ abi: c,
4229
+ functionName: "claim"
4230
+ }), Ye = /* @__PURE__ */ s({
4231
+ abi: c,
4232
+ functionName: "clawback"
4233
+ }), et = /* @__PURE__ */ n({
4234
+ abi: d,
4235
+ functionName: "asset"
4236
+ }), tt = /* @__PURE__ */ n({
4237
+ abi: d,
4238
+ functionName: "claimed"
4239
+ }), nt = /* @__PURE__ */ n({
4240
+ abi: d,
4241
+ functionName: "claims"
4242
+ }), at = /* @__PURE__ */ n(
4243
+ { abi: d, functionName: "currentReward" }
4244
+ ), it = /* @__PURE__ */ n({
4245
+ abi: d,
4246
+ functionName: "entries"
4247
+ }), st = /* @__PURE__ */ n({
4248
+ abi: d,
4249
+ functionName: "isClaimable"
4250
+ }), pt = /* @__PURE__ */ n({
4251
+ abi: d,
4252
+ functionName: "limit"
4253
+ }), rt = /* @__PURE__ */ n({
4254
+ abi: d,
4255
+ functionName: "owner"
4256
+ }), yt = /* @__PURE__ */ n({
4257
+ abi: d,
4258
+ functionName: "reward"
4259
+ }), ut = /* @__PURE__ */ n({
4260
+ abi: d,
4261
+ functionName: "strategy"
4262
+ }), ot = /* @__PURE__ */ p({
4263
+ abi: d,
4264
+ functionName: "claim"
4265
+ }), lt = /* @__PURE__ */ p({
4266
+ abi: d,
4267
+ functionName: "clawback"
4268
+ }), dt = /* @__PURE__ */ p({
4269
+ abi: d,
4270
+ functionName: "drawRaffle"
4271
+ }), mt = /* @__PURE__ */ s(
4272
+ { abi: d, functionName: "claim" }
4273
+ ), ct = /* @__PURE__ */ s({
4274
+ abi: d,
4275
+ functionName: "clawback"
4276
+ }), bt = /* @__PURE__ */ s({
4277
+ abi: d,
4278
+ functionName: "drawRaffle"
4279
+ }), Tt = /* @__PURE__ */ n(
4280
+ { abi: b, functionName: "asset" }
4281
+ ), ft = /* @__PURE__ */ n({
4282
+ abi: b,
4283
+ functionName: "claimed"
4284
+ }), wt = /* @__PURE__ */ n({
4285
+ abi: b,
4286
+ functionName: "claims"
4287
+ }), vt = /* @__PURE__ */ n({
4288
+ abi: b,
4289
+ functionName: "currentReward"
4290
+ }), It = /* @__PURE__ */ n({
4291
+ abi: b,
4292
+ functionName: "isClaimable"
4293
+ }), Mt = /* @__PURE__ */ n(
4294
+ { abi: b, functionName: "limit" }
4295
+ ), ht = /* @__PURE__ */ n(
4296
+ { abi: b, functionName: "owner" }
4297
+ ), gt = /* @__PURE__ */ n({
4298
+ abi: b,
4299
+ functionName: "reward"
4300
+ }), Nt = /* @__PURE__ */ n({
4301
+ abi: b,
4302
+ functionName: "totalClaimed"
4303
+ }), Ot = /* @__PURE__ */ p({
4304
+ abi: b,
4305
+ functionName: "claim"
4306
+ }), At = /* @__PURE__ */ p({
4307
+ abi: b,
4308
+ functionName: "clawback"
4309
+ }), zt = /* @__PURE__ */ s({
4310
+ abi: b,
4311
+ functionName: "claim"
4312
+ }), Ct = /* @__PURE__ */ s({
4313
+ abi: b,
4314
+ functionName: "clawback"
4315
+ }), xt = /* @__PURE__ */ n({
4316
+ abi: z,
4317
+ functionName: "getActionClaimant"
4318
+ }), Rt = /* @__PURE__ */ n({
4319
+ abi: z,
4320
+ functionName: "getActionSteps"
4321
+ }), _t = /* @__PURE__ */ p({
4322
+ abi: z,
4323
+ functionName: "execute"
4324
+ }), Ht = /* @__PURE__ */ s({
4325
+ abi: z,
4326
+ functionName: "execute"
4327
+ }), Dt = /* @__PURE__ */ n({
4328
+ abi: J,
4329
+ functionName: "isAuthorized"
4330
+ }), Ft = /* @__PURE__ */ n({
4331
+ abi: o,
4332
+ functionName: "available"
4333
+ }), Et = /* @__PURE__ */ n({
4334
+ abi: o,
4335
+ functionName: "distributed"
4336
+ }), Bt = /* @__PURE__ */ n({
4337
+ abi: o,
4338
+ functionName: "hasAllRoles"
4339
+ }), qt = /* @__PURE__ */ n({
4340
+ abi: o,
4341
+ functionName: "hasAnyRole"
4342
+ }), kt = /* @__PURE__ */ n({
4343
+ abi: o,
4344
+ functionName: "isAuthorized"
4345
+ }), Pt = /* @__PURE__ */ n({
4346
+ abi: o,
4347
+ functionName: "owner"
4348
+ }), Lt = /* @__PURE__ */ n({
4349
+ abi: o,
4350
+ functionName: "rolesOf"
4351
+ }), Ut = /* @__PURE__ */ n({
4352
+ abi: o,
4353
+ functionName: "total"
4354
+ }), St = /* @__PURE__ */ p({
4355
+ abi: o,
4356
+ functionName: "allocate"
4357
+ }), jt = /* @__PURE__ */ p({
4358
+ abi: o,
4359
+ functionName: "clawback"
4360
+ }), Vt = /* @__PURE__ */ p({
4361
+ abi: o,
4362
+ functionName: "disburse"
4363
+ }), $t = /* @__PURE__ */ p({
4364
+ abi: o,
4365
+ functionName: "disburseBatch"
4366
+ }), Zt = /* @__PURE__ */ p({
4367
+ abi: o,
4368
+ functionName: "grantRoles"
4369
+ }), Gt = /* @__PURE__ */ p({
4370
+ abi: o,
4371
+ functionName: "revokeRoles"
4372
+ }), Wt = /* @__PURE__ */ p({
4373
+ abi: o,
4374
+ functionName: "setAuthorized"
4375
+ }), Xt = /* @__PURE__ */ s({
4376
+ abi: o,
4377
+ functionName: "allocate"
4378
+ }), Kt = /* @__PURE__ */ s({
4379
+ abi: o,
4380
+ functionName: "clawback"
4381
+ }), Jt = /* @__PURE__ */ s({
4382
+ abi: o,
4383
+ functionName: "disburse"
4384
+ }), Qt = /* @__PURE__ */ s({
4385
+ abi: o,
4386
+ functionName: "disburseBatch"
4387
+ }), Yt = /* @__PURE__ */ s({
4388
+ abi: o,
4389
+ functionName: "grantRoles"
4390
+ }), en = /* @__PURE__ */ s({
4391
+ abi: o,
4392
+ functionName: "revokeRoles"
4393
+ }), tn = /* @__PURE__ */ s({
4394
+ abi: o,
4395
+ functionName: "setAuthorized"
4396
+ }), nn = /* @__PURE__ */ n(
4397
+ { abi: Q, functionName: "isAuthorized" }
4398
+ ), an = /* @__PURE__ */ n({
4399
+ abi: f,
4400
+ functionName: "claimed"
4401
+ }), sn = /* @__PURE__ */ n({
4402
+ abi: f,
4403
+ functionName: "claims"
4404
+ }), pn = /* @__PURE__ */ n({
4405
+ abi: f,
4406
+ functionName: "currentReward"
4407
+ }), rn = /* @__PURE__ */ n({
4408
+ abi: f,
4409
+ functionName: "isClaimable"
4410
+ }), yn = /* @__PURE__ */ n({
4411
+ abi: f,
4412
+ functionName: "limit"
4413
+ }), un = /* @__PURE__ */ n({
4414
+ abi: f,
4415
+ functionName: "reward"
4416
+ }), on = /* @__PURE__ */ n({
4417
+ abi: f,
4418
+ functionName: "selector"
4419
+ }), ln = /* @__PURE__ */ n({
4420
+ abi: f,
4421
+ functionName: "venue"
4422
+ }), dn = /* @__PURE__ */ p({
4423
+ abi: f,
4424
+ functionName: "claim"
4425
+ }), mn = /* @__PURE__ */ s({
4426
+ abi: f,
4427
+ functionName: "claim"
4428
+ }), cn = /* @__PURE__ */ n({
4429
+ abi: v,
4430
+ functionName: "hashSignerData"
4431
+ }), bn = /* @__PURE__ */ n({
4432
+ abi: v,
4433
+ functionName: "signers"
4434
+ }), Tn = /* @__PURE__ */ p({
4435
+ abi: v,
4436
+ functionName: "setAuthorized"
4437
+ }), fn = /* @__PURE__ */ p({
4438
+ abi: v,
4439
+ functionName: "setValidatorCaller"
4440
+ }), wn = /* @__PURE__ */ p({
4441
+ abi: v,
4442
+ functionName: "validate"
4443
+ }), vn = /* @__PURE__ */ s({
4444
+ abi: v,
4445
+ functionName: "setAuthorized"
4446
+ }), In = /* @__PURE__ */ s({
4447
+ abi: v,
4448
+ functionName: "setValidatorCaller"
4449
+ }), Mn = /* @__PURE__ */ s({
4450
+ abi: v,
4451
+ functionName: "validate"
4452
+ }), hn = /* @__PURE__ */ n({
4453
+ abi: N,
4454
+ functionName: "isAllowed"
4455
+ }), gn = /* @__PURE__ */ p(
4456
+ { abi: N, functionName: "grantRoles" }
4457
+ ), Nn = /* @__PURE__ */ p(
4458
+ { abi: N, functionName: "setAllowed" }
4459
+ ), On = /* @__PURE__ */ s({
4460
+ abi: N,
4461
+ functionName: "grantRoles"
4462
+ }), An = /* @__PURE__ */ s({
4463
+ abi: N,
4464
+ functionName: "setAllowed"
4465
+ }), zn = /* @__PURE__ */ n({
4466
+ abi: _,
4467
+ functionName: "isAllowed"
4468
+ }), Cn = /* @__PURE__ */ p({
4469
+ abi: _,
4470
+ functionName: "setDenied"
4471
+ }), xn = /* @__PURE__ */ s({
4472
+ abi: _,
4473
+ functionName: "setDenied"
4474
+ });
4475
+ export {
4476
+ me as $,
4477
+ w as A,
4478
+ Bt as B,
4479
+ kt as C,
4480
+ Vt as D,
4481
+ Pt as E,
4482
+ Ft as F,
4483
+ Et as G,
4484
+ Ut as H,
4485
+ ke as I,
4486
+ ce as J,
4487
+ re as K,
4488
+ jt as L,
4489
+ v as M,
4490
+ Pe as N,
4491
+ qt as O,
4492
+ $t as P,
4493
+ Wt as Q,
4494
+ le as R,
4495
+ _ as S,
4496
+ N as T,
4497
+ be as U,
4498
+ oe as V,
4499
+ Gt as W,
4500
+ ne as X,
4501
+ ue as Y,
4502
+ fe as Z,
4503
+ St as _,
4504
+ ie as a,
4505
+ ht as a$,
4506
+ Te as a0,
4507
+ de as a1,
4508
+ hn as a2,
4509
+ An as a3,
4510
+ Nn as a4,
4511
+ On as a5,
4512
+ gn as a6,
4513
+ zn as a7,
4514
+ xn as a8,
4515
+ Cn as a9,
4516
+ st as aA,
4517
+ bt as aB,
4518
+ dt as aC,
4519
+ sn as aD,
4520
+ pn as aE,
4521
+ un as aF,
4522
+ an as aG,
4523
+ ln as aH,
4524
+ yn as aI,
4525
+ on as aJ,
4526
+ mn as aK,
4527
+ dn as aL,
4528
+ rn as aM,
4529
+ bn as aN,
4530
+ cn as aO,
4531
+ Mn as aP,
4532
+ wn as aQ,
4533
+ vn as aR,
4534
+ Tn as aS,
4535
+ In as aT,
4536
+ fn as aU,
4537
+ z as aV,
4538
+ Rt as aW,
4539
+ xt as aX,
4540
+ Ht as aY,
4541
+ _t as aZ,
4542
+ b as a_,
4543
+ Ge as aa,
4544
+ Ve as ab,
4545
+ We as ac,
4546
+ je as ad,
4547
+ Ue as ae,
4548
+ Se as af,
4549
+ Xe as ag,
4550
+ Qe as ah,
4551
+ Ke as ai,
4552
+ Ye as aj,
4553
+ Je as ak,
4554
+ Ze as al,
4555
+ $e as am,
4556
+ rt as an,
4557
+ at as ao,
4558
+ nt as ap,
4559
+ tt as aq,
4560
+ et as ar,
4561
+ ut as as,
4562
+ yt as at,
4563
+ pt as au,
4564
+ it as av,
4565
+ mt as aw,
4566
+ ot as ax,
4567
+ ct as ay,
4568
+ lt as az,
4569
+ ye as b,
4570
+ Nt as b0,
4571
+ vt as b1,
4572
+ wt as b2,
4573
+ ft as b3,
4574
+ Tt as b4,
4575
+ gt as b5,
4576
+ Mt as b6,
4577
+ zt as b7,
4578
+ Ot as b8,
4579
+ Ct as b9,
4580
+ At as ba,
4581
+ It as bb,
4582
+ se as bc,
4583
+ xe as bd,
4584
+ Ne as be,
4585
+ Re as bf,
4586
+ Oe as bg,
4587
+ Ie as bh,
4588
+ Me as bi,
4589
+ Dt as bj,
4590
+ ve as bk,
4591
+ He as bl,
4592
+ ze as bm,
4593
+ he as bn,
4594
+ ge as bo,
4595
+ De as bp,
4596
+ Ce as bq,
4597
+ we as br,
4598
+ _e as bs,
4599
+ Ae as bt,
4600
+ l as c,
4601
+ qe as d,
4602
+ I as e,
4603
+ d as f,
4604
+ Fe as g,
4605
+ Le as h,
4606
+ Be as i,
4607
+ nn as j,
4608
+ Xt as k,
4609
+ f as l,
4610
+ Ee as m,
4611
+ Kt as n,
4612
+ ae as o,
4613
+ o as p,
4614
+ Jt as q,
4615
+ pe as r,
4616
+ Qt as s,
4617
+ Yt as t,
4618
+ Zt as u,
4619
+ c as v,
4620
+ en as w,
4621
+ Lt as x,
4622
+ tn as y,
4623
+ Q as z
4624
+ };
4625
+ //# sourceMappingURL=generated-BDeDiaCK.js.map