@varun-ai07/covenant-mcp 1.3.5 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/dist/abis/GrantProgram.json +778 -0
  2. package/dist/abis/RevisionManager.json +544 -0
  3. package/dist/abis/TrainingMarketplace.json +787 -0
  4. package/dist/cli.js +0 -0
  5. package/dist/config.d.ts +15 -1
  6. package/dist/config.d.ts.map +1 -1
  7. package/dist/config.js +9 -0
  8. package/dist/config.js.map +1 -1
  9. package/dist/lib/store.d.ts +2 -1
  10. package/dist/lib/store.d.ts.map +1 -1
  11. package/dist/lib/store.js +18 -3
  12. package/dist/lib/store.js.map +1 -1
  13. package/dist/server.d.ts +3 -2
  14. package/dist/server.d.ts.map +1 -1
  15. package/dist/server.js +65 -63
  16. package/dist/server.js.map +1 -1
  17. package/dist/shared-types.js +8 -8
  18. package/dist/tools/{registry.d.ts → corven-agent.d.ts} +1 -1
  19. package/dist/tools/corven-agent.d.ts.map +1 -0
  20. package/dist/tools/corven-agent.js +90 -0
  21. package/dist/tools/corven-agent.js.map +1 -0
  22. package/dist/tools/corven-attest.d.ts +3 -0
  23. package/dist/tools/corven-attest.d.ts.map +1 -0
  24. package/dist/tools/corven-attest.js +87 -0
  25. package/dist/tools/corven-attest.js.map +1 -0
  26. package/dist/tools/{batches.d.ts → corven-batch.d.ts} +1 -1
  27. package/dist/tools/corven-batch.d.ts.map +1 -0
  28. package/dist/tools/corven-batch.js +116 -0
  29. package/dist/tools/corven-batch.js.map +1 -0
  30. package/dist/tools/{bounties.d.ts → corven-bounty.d.ts} +1 -1
  31. package/dist/tools/corven-bounty.d.ts.map +1 -0
  32. package/dist/tools/corven-bounty.js +72 -0
  33. package/dist/tools/corven-bounty.js.map +1 -0
  34. package/dist/tools/{collectives.d.ts → corven-collective.d.ts} +1 -1
  35. package/dist/tools/corven-collective.d.ts.map +1 -0
  36. package/dist/tools/corven-collective.js +105 -0
  37. package/dist/tools/corven-collective.js.map +1 -0
  38. package/dist/tools/corven-fiat.d.ts +3 -0
  39. package/dist/tools/corven-fiat.d.ts.map +1 -0
  40. package/dist/tools/corven-fiat.js +42 -0
  41. package/dist/tools/corven-fiat.js.map +1 -0
  42. package/dist/tools/corven-govern.d.ts +3 -0
  43. package/dist/tools/corven-govern.d.ts.map +1 -0
  44. package/dist/tools/corven-govern.js +65 -0
  45. package/dist/tools/corven-govern.js.map +1 -0
  46. package/dist/tools/{grants.d.ts → corven-grants.d.ts} +1 -1
  47. package/dist/tools/corven-grants.d.ts.map +1 -0
  48. package/dist/tools/corven-grants.js +67 -0
  49. package/dist/tools/corven-grants.js.map +1 -0
  50. package/dist/tools/{insurance.d.ts → corven-insurance.d.ts} +1 -1
  51. package/dist/tools/corven-insurance.d.ts.map +1 -0
  52. package/dist/tools/corven-insurance.js +103 -0
  53. package/dist/tools/corven-insurance.js.map +1 -0
  54. package/dist/tools/corven-ipfs.d.ts +3 -0
  55. package/dist/tools/corven-ipfs.d.ts.map +1 -0
  56. package/dist/tools/corven-ipfs.js +75 -0
  57. package/dist/tools/corven-ipfs.js.map +1 -0
  58. package/dist/tools/{market.d.ts → corven-market.d.ts} +1 -1
  59. package/dist/tools/corven-market.d.ts.map +1 -0
  60. package/dist/tools/corven-market.js +113 -0
  61. package/dist/tools/corven-market.js.map +1 -0
  62. package/dist/tools/corven-match.d.ts +3 -0
  63. package/dist/tools/corven-match.d.ts.map +1 -0
  64. package/dist/tools/corven-match.js +235 -0
  65. package/dist/tools/corven-match.js.map +1 -0
  66. package/dist/tools/corven-message.d.ts +3 -0
  67. package/dist/tools/corven-message.d.ts.map +1 -0
  68. package/dist/tools/corven-message.js +82 -0
  69. package/dist/tools/corven-message.js.map +1 -0
  70. package/dist/tools/corven-multi.d.ts +3 -0
  71. package/dist/tools/corven-multi.d.ts.map +1 -0
  72. package/dist/tools/corven-multi.js +197 -0
  73. package/dist/tools/corven-multi.js.map +1 -0
  74. package/dist/tools/corven-reputation.d.ts +3 -0
  75. package/dist/tools/corven-reputation.d.ts.map +1 -0
  76. package/dist/tools/corven-reputation.js +126 -0
  77. package/dist/tools/corven-reputation.js.map +1 -0
  78. package/dist/tools/{revisions.d.ts → corven-revision.d.ts} +1 -1
  79. package/dist/tools/corven-revision.d.ts.map +1 -0
  80. package/dist/tools/corven-revision.js +73 -0
  81. package/dist/tools/corven-revision.js.map +1 -0
  82. package/dist/tools/{router.d.ts → corven-router.d.ts} +1 -1
  83. package/dist/tools/corven-router.d.ts.map +1 -0
  84. package/dist/tools/corven-router.js +116 -0
  85. package/dist/tools/corven-router.js.map +1 -0
  86. package/dist/tools/corven-stats.d.ts +3 -0
  87. package/dist/tools/corven-stats.d.ts.map +1 -0
  88. package/dist/tools/corven-stats.js +97 -0
  89. package/dist/tools/corven-stats.js.map +1 -0
  90. package/dist/tools/corven-stream.d.ts +3 -0
  91. package/dist/tools/corven-stream.d.ts.map +1 -0
  92. package/dist/tools/corven-stream.js +197 -0
  93. package/dist/tools/corven-stream.js.map +1 -0
  94. package/dist/tools/corven-task.d.ts +3 -0
  95. package/dist/tools/corven-task.d.ts.map +1 -0
  96. package/dist/tools/corven-task.js +105 -0
  97. package/dist/tools/corven-task.js.map +1 -0
  98. package/dist/tools/{training.d.ts → corven-training.d.ts} +1 -1
  99. package/dist/tools/corven-training.d.ts.map +1 -0
  100. package/dist/tools/corven-training.js +73 -0
  101. package/dist/tools/corven-training.js.map +1 -0
  102. package/dist/tools/corven-verify.d.ts +3 -0
  103. package/dist/tools/corven-verify.d.ts.map +1 -0
  104. package/dist/tools/corven-verify.js +149 -0
  105. package/dist/tools/corven-verify.js.map +1 -0
  106. package/dist/tools/corven-wallet.d.ts +3 -0
  107. package/dist/tools/corven-wallet.d.ts.map +1 -0
  108. package/dist/tools/corven-wallet.js +235 -0
  109. package/dist/tools/corven-wallet.js.map +1 -0
  110. package/dist/tools/covenant-help.d.ts.map +1 -1
  111. package/dist/tools/covenant-help.js +88 -312
  112. package/dist/tools/covenant-help.js.map +1 -1
  113. package/dist/tools/disputes.d.ts.map +1 -1
  114. package/dist/tools/disputes.js +26 -0
  115. package/dist/tools/disputes.js.map +1 -1
  116. package/dist/types.d.ts +2 -0
  117. package/dist/types.d.ts.map +1 -1
  118. package/package.json +1 -1
  119. package/dist/abis/v2/DisputeResolution.json +0 -493
  120. package/dist/abis/v2/InsurancePool.json +0 -645
  121. package/dist/tools/account-abstraction.d.ts +0 -3
  122. package/dist/tools/account-abstraction.d.ts.map +0 -1
  123. package/dist/tools/account-abstraction.js +0 -364
  124. package/dist/tools/account-abstraction.js.map +0 -1
  125. package/dist/tools/batches.d.ts.map +0 -1
  126. package/dist/tools/batches.js +0 -231
  127. package/dist/tools/batches.js.map +0 -1
  128. package/dist/tools/bounties.d.ts.map +0 -1
  129. package/dist/tools/bounties.js +0 -304
  130. package/dist/tools/bounties.js.map +0 -1
  131. package/dist/tools/bridge.d.ts +0 -3
  132. package/dist/tools/bridge.d.ts.map +0 -1
  133. package/dist/tools/bridge.js +0 -190
  134. package/dist/tools/bridge.js.map +0 -1
  135. package/dist/tools/collectives.d.ts.map +0 -1
  136. package/dist/tools/collectives.js +0 -249
  137. package/dist/tools/collectives.js.map +0 -1
  138. package/dist/tools/cross-chain.d.ts +0 -3
  139. package/dist/tools/cross-chain.d.ts.map +0 -1
  140. package/dist/tools/cross-chain.js +0 -77
  141. package/dist/tools/cross-chain.js.map +0 -1
  142. package/dist/tools/escrow.d.ts +0 -3
  143. package/dist/tools/escrow.d.ts.map +0 -1
  144. package/dist/tools/escrow.js +0 -606
  145. package/dist/tools/escrow.js.map +0 -1
  146. package/dist/tools/fiat-onramp.d.ts +0 -3
  147. package/dist/tools/fiat-onramp.d.ts.map +0 -1
  148. package/dist/tools/fiat-onramp.js +0 -108
  149. package/dist/tools/fiat-onramp.js.map +0 -1
  150. package/dist/tools/governance.d.ts +0 -3
  151. package/dist/tools/governance.d.ts.map +0 -1
  152. package/dist/tools/governance.js +0 -271
  153. package/dist/tools/governance.js.map +0 -1
  154. package/dist/tools/grants.d.ts.map +0 -1
  155. package/dist/tools/grants.js +0 -269
  156. package/dist/tools/grants.js.map +0 -1
  157. package/dist/tools/insurance.d.ts.map +0 -1
  158. package/dist/tools/insurance.js +0 -271
  159. package/dist/tools/insurance.js.map +0 -1
  160. package/dist/tools/market.d.ts.map +0 -1
  161. package/dist/tools/market.js +0 -393
  162. package/dist/tools/market.js.map +0 -1
  163. package/dist/tools/matching.d.ts +0 -3
  164. package/dist/tools/matching.d.ts.map +0 -1
  165. package/dist/tools/matching.js +0 -233
  166. package/dist/tools/matching.js.map +0 -1
  167. package/dist/tools/messaging.d.ts +0 -3
  168. package/dist/tools/messaging.d.ts.map +0 -1
  169. package/dist/tools/messaging.js +0 -159
  170. package/dist/tools/messaging.js.map +0 -1
  171. package/dist/tools/multi-token.d.ts +0 -3
  172. package/dist/tools/multi-token.d.ts.map +0 -1
  173. package/dist/tools/multi-token.js +0 -274
  174. package/dist/tools/multi-token.js.map +0 -1
  175. package/dist/tools/offchain-coordinator.d.ts +0 -3
  176. package/dist/tools/offchain-coordinator.d.ts.map +0 -1
  177. package/dist/tools/offchain-coordinator.js +0 -436
  178. package/dist/tools/offchain-coordinator.js.map +0 -1
  179. package/dist/tools/protocol.d.ts +0 -3
  180. package/dist/tools/protocol.d.ts.map +0 -1
  181. package/dist/tools/protocol.js +0 -127
  182. package/dist/tools/protocol.js.map +0 -1
  183. package/dist/tools/receipts.d.ts +0 -3
  184. package/dist/tools/receipts.d.ts.map +0 -1
  185. package/dist/tools/receipts.js +0 -147
  186. package/dist/tools/receipts.js.map +0 -1
  187. package/dist/tools/registry.d.ts.map +0 -1
  188. package/dist/tools/registry.js +0 -245
  189. package/dist/tools/registry.js.map +0 -1
  190. package/dist/tools/reputation-vc.d.ts +0 -3
  191. package/dist/tools/reputation-vc.d.ts.map +0 -1
  192. package/dist/tools/reputation-vc.js +0 -438
  193. package/dist/tools/reputation-vc.js.map +0 -1
  194. package/dist/tools/revisions.d.ts.map +0 -1
  195. package/dist/tools/revisions.js +0 -108
  196. package/dist/tools/revisions.js.map +0 -1
  197. package/dist/tools/router.d.ts.map +0 -1
  198. package/dist/tools/router.js +0 -104
  199. package/dist/tools/router.js.map +0 -1
  200. package/dist/tools/streaming.d.ts +0 -3
  201. package/dist/tools/streaming.d.ts.map +0 -1
  202. package/dist/tools/streaming.js +0 -350
  203. package/dist/tools/streaming.js.map +0 -1
  204. package/dist/tools/templates.d.ts +0 -3
  205. package/dist/tools/templates.d.ts.map +0 -1
  206. package/dist/tools/templates.js +0 -392
  207. package/dist/tools/templates.js.map +0 -1
  208. package/dist/tools/training.d.ts.map +0 -1
  209. package/dist/tools/training.js +0 -304
  210. package/dist/tools/training.js.map +0 -1
  211. package/dist/tools/v2-settlement.d.ts +0 -3
  212. package/dist/tools/v2-settlement.d.ts.map +0 -1
  213. package/dist/tools/v2-settlement.js +0 -226
  214. package/dist/tools/v2-settlement.js.map +0 -1
  215. package/dist/tools/verification.d.ts +0 -3
  216. package/dist/tools/verification.d.ts.map +0 -1
  217. package/dist/tools/verification.js +0 -215
  218. package/dist/tools/verification.js.map +0 -1
  219. package/dist/tools/verify-deep.d.ts +0 -3
  220. package/dist/tools/verify-deep.d.ts.map +0 -1
  221. package/dist/tools/verify-deep.js +0 -125
  222. package/dist/tools/verify-deep.js.map +0 -1
@@ -0,0 +1,778 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "GrantProgram",
4
+ "sourceName": "contracts/v2/extensions/GrantProgram.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "_governance",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "stateMutability": "nonpayable",
15
+ "type": "constructor"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "owner",
22
+ "type": "address"
23
+ }
24
+ ],
25
+ "name": "OwnableInvalidOwner",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "inputs": [
30
+ {
31
+ "internalType": "address",
32
+ "name": "account",
33
+ "type": "address"
34
+ }
35
+ ],
36
+ "name": "OwnableUnauthorizedAccount",
37
+ "type": "error"
38
+ },
39
+ {
40
+ "inputs": [],
41
+ "name": "ReentrancyGuardReentrantCall",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "anonymous": false,
46
+ "inputs": [
47
+ {
48
+ "indexed": true,
49
+ "internalType": "uint256",
50
+ "name": "grantId",
51
+ "type": "uint256"
52
+ },
53
+ {
54
+ "indexed": false,
55
+ "internalType": "uint256",
56
+ "name": "amount",
57
+ "type": "uint256"
58
+ }
59
+ ],
60
+ "name": "GrantApproved",
61
+ "type": "event"
62
+ },
63
+ {
64
+ "anonymous": false,
65
+ "inputs": [
66
+ {
67
+ "indexed": true,
68
+ "internalType": "uint256",
69
+ "name": "grantId",
70
+ "type": "uint256"
71
+ },
72
+ {
73
+ "indexed": true,
74
+ "internalType": "address",
75
+ "name": "applicant",
76
+ "type": "address"
77
+ },
78
+ {
79
+ "indexed": false,
80
+ "internalType": "string",
81
+ "name": "title",
82
+ "type": "string"
83
+ },
84
+ {
85
+ "indexed": false,
86
+ "internalType": "uint256",
87
+ "name": "amount",
88
+ "type": "uint256"
89
+ }
90
+ ],
91
+ "name": "GrantCreated",
92
+ "type": "event"
93
+ },
94
+ {
95
+ "anonymous": false,
96
+ "inputs": [
97
+ {
98
+ "indexed": true,
99
+ "internalType": "uint256",
100
+ "name": "grantId",
101
+ "type": "uint256"
102
+ },
103
+ {
104
+ "indexed": true,
105
+ "internalType": "address",
106
+ "name": "recipient",
107
+ "type": "address"
108
+ },
109
+ {
110
+ "indexed": false,
111
+ "internalType": "uint256",
112
+ "name": "amount",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "name": "GrantFunded",
117
+ "type": "event"
118
+ },
119
+ {
120
+ "anonymous": false,
121
+ "inputs": [
122
+ {
123
+ "indexed": true,
124
+ "internalType": "uint256",
125
+ "name": "grantId",
126
+ "type": "uint256"
127
+ }
128
+ ],
129
+ "name": "GrantRejected",
130
+ "type": "event"
131
+ },
132
+ {
133
+ "anonymous": false,
134
+ "inputs": [
135
+ {
136
+ "indexed": true,
137
+ "internalType": "uint256",
138
+ "name": "grantId",
139
+ "type": "uint256"
140
+ },
141
+ {
142
+ "indexed": true,
143
+ "internalType": "address",
144
+ "name": "voter",
145
+ "type": "address"
146
+ },
147
+ {
148
+ "indexed": false,
149
+ "internalType": "bool",
150
+ "name": "support",
151
+ "type": "bool"
152
+ },
153
+ {
154
+ "indexed": false,
155
+ "internalType": "uint256",
156
+ "name": "weight",
157
+ "type": "uint256"
158
+ }
159
+ ],
160
+ "name": "GrantVoted",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "anonymous": false,
165
+ "inputs": [
166
+ {
167
+ "indexed": true,
168
+ "internalType": "address",
169
+ "name": "previousOwner",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": true,
174
+ "internalType": "address",
175
+ "name": "newOwner",
176
+ "type": "address"
177
+ }
178
+ ],
179
+ "name": "OwnershipTransferred",
180
+ "type": "event"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "address",
186
+ "name": "",
187
+ "type": "address"
188
+ },
189
+ {
190
+ "internalType": "uint256",
191
+ "name": "",
192
+ "type": "uint256"
193
+ }
194
+ ],
195
+ "name": "applicantGrants",
196
+ "outputs": [
197
+ {
198
+ "internalType": "uint256",
199
+ "name": "",
200
+ "type": "uint256"
201
+ }
202
+ ],
203
+ "stateMutability": "view",
204
+ "type": "function"
205
+ },
206
+ {
207
+ "inputs": [],
208
+ "name": "approvalThresholdBps",
209
+ "outputs": [
210
+ {
211
+ "internalType": "uint256",
212
+ "name": "",
213
+ "type": "uint256"
214
+ }
215
+ ],
216
+ "stateMutability": "view",
217
+ "type": "function"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "string",
223
+ "name": "title",
224
+ "type": "string"
225
+ },
226
+ {
227
+ "internalType": "string",
228
+ "name": "description",
229
+ "type": "string"
230
+ },
231
+ {
232
+ "internalType": "enum GrantProgram.GrantCategory",
233
+ "name": "category",
234
+ "type": "uint8"
235
+ },
236
+ {
237
+ "internalType": "uint256",
238
+ "name": "amountRequested",
239
+ "type": "uint256"
240
+ }
241
+ ],
242
+ "name": "createGrant",
243
+ "outputs": [
244
+ {
245
+ "internalType": "uint256",
246
+ "name": "",
247
+ "type": "uint256"
248
+ }
249
+ ],
250
+ "stateMutability": "nonpayable",
251
+ "type": "function"
252
+ },
253
+ {
254
+ "inputs": [],
255
+ "name": "deposit",
256
+ "outputs": [],
257
+ "stateMutability": "payable",
258
+ "type": "function"
259
+ },
260
+ {
261
+ "inputs": [
262
+ {
263
+ "internalType": "uint256",
264
+ "name": "grantId",
265
+ "type": "uint256"
266
+ }
267
+ ],
268
+ "name": "finalizeGrant",
269
+ "outputs": [],
270
+ "stateMutability": "nonpayable",
271
+ "type": "function"
272
+ },
273
+ {
274
+ "inputs": [
275
+ {
276
+ "internalType": "uint256",
277
+ "name": "grantId",
278
+ "type": "uint256"
279
+ }
280
+ ],
281
+ "name": "fundGrant",
282
+ "outputs": [],
283
+ "stateMutability": "nonpayable",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "inputs": [
288
+ {
289
+ "internalType": "address",
290
+ "name": "applicant",
291
+ "type": "address"
292
+ }
293
+ ],
294
+ "name": "getApplicantGrants",
295
+ "outputs": [
296
+ {
297
+ "internalType": "uint256[]",
298
+ "name": "",
299
+ "type": "uint256[]"
300
+ }
301
+ ],
302
+ "stateMutability": "view",
303
+ "type": "function"
304
+ },
305
+ {
306
+ "inputs": [
307
+ {
308
+ "internalType": "uint256",
309
+ "name": "grantId",
310
+ "type": "uint256"
311
+ }
312
+ ],
313
+ "name": "getGrant",
314
+ "outputs": [
315
+ {
316
+ "components": [
317
+ {
318
+ "internalType": "uint256",
319
+ "name": "id",
320
+ "type": "uint256"
321
+ },
322
+ {
323
+ "internalType": "address",
324
+ "name": "applicant",
325
+ "type": "address"
326
+ },
327
+ {
328
+ "internalType": "string",
329
+ "name": "title",
330
+ "type": "string"
331
+ },
332
+ {
333
+ "internalType": "string",
334
+ "name": "description",
335
+ "type": "string"
336
+ },
337
+ {
338
+ "internalType": "enum GrantProgram.GrantCategory",
339
+ "name": "category",
340
+ "type": "uint8"
341
+ },
342
+ {
343
+ "internalType": "uint256",
344
+ "name": "amountRequested",
345
+ "type": "uint256"
346
+ },
347
+ {
348
+ "internalType": "enum GrantProgram.GrantStatus",
349
+ "name": "status",
350
+ "type": "uint8"
351
+ },
352
+ {
353
+ "internalType": "uint256",
354
+ "name": "votesFor",
355
+ "type": "uint256"
356
+ },
357
+ {
358
+ "internalType": "uint256",
359
+ "name": "votesAgainst",
360
+ "type": "uint256"
361
+ },
362
+ {
363
+ "internalType": "uint256",
364
+ "name": "totalVotes",
365
+ "type": "uint256"
366
+ },
367
+ {
368
+ "internalType": "uint256",
369
+ "name": "createdAt",
370
+ "type": "uint256"
371
+ },
372
+ {
373
+ "internalType": "uint256",
374
+ "name": "votingEndsAt",
375
+ "type": "uint256"
376
+ }
377
+ ],
378
+ "internalType": "struct GrantProgram.Grant",
379
+ "name": "",
380
+ "type": "tuple"
381
+ }
382
+ ],
383
+ "stateMutability": "view",
384
+ "type": "function"
385
+ },
386
+ {
387
+ "inputs": [],
388
+ "name": "getGrantCount",
389
+ "outputs": [
390
+ {
391
+ "internalType": "uint256",
392
+ "name": "",
393
+ "type": "uint256"
394
+ }
395
+ ],
396
+ "stateMutability": "view",
397
+ "type": "function"
398
+ },
399
+ {
400
+ "inputs": [
401
+ {
402
+ "internalType": "uint256",
403
+ "name": "grantId",
404
+ "type": "uint256"
405
+ }
406
+ ],
407
+ "name": "getGrantVotes",
408
+ "outputs": [
409
+ {
410
+ "components": [
411
+ {
412
+ "internalType": "address",
413
+ "name": "voter",
414
+ "type": "address"
415
+ },
416
+ {
417
+ "internalType": "bool",
418
+ "name": "support",
419
+ "type": "bool"
420
+ },
421
+ {
422
+ "internalType": "uint256",
423
+ "name": "weight",
424
+ "type": "uint256"
425
+ },
426
+ {
427
+ "internalType": "uint256",
428
+ "name": "timestamp",
429
+ "type": "uint256"
430
+ }
431
+ ],
432
+ "internalType": "struct GrantProgram.Vote[]",
433
+ "name": "",
434
+ "type": "tuple[]"
435
+ }
436
+ ],
437
+ "stateMutability": "view",
438
+ "type": "function"
439
+ },
440
+ {
441
+ "inputs": [],
442
+ "name": "getTreasury",
443
+ "outputs": [
444
+ {
445
+ "internalType": "uint256",
446
+ "name": "",
447
+ "type": "uint256"
448
+ }
449
+ ],
450
+ "stateMutability": "view",
451
+ "type": "function"
452
+ },
453
+ {
454
+ "inputs": [],
455
+ "name": "governance",
456
+ "outputs": [
457
+ {
458
+ "internalType": "address",
459
+ "name": "",
460
+ "type": "address"
461
+ }
462
+ ],
463
+ "stateMutability": "view",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "inputs": [],
468
+ "name": "grantCounter",
469
+ "outputs": [
470
+ {
471
+ "internalType": "uint256",
472
+ "name": "",
473
+ "type": "uint256"
474
+ }
475
+ ],
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [
481
+ {
482
+ "internalType": "uint256",
483
+ "name": "",
484
+ "type": "uint256"
485
+ },
486
+ {
487
+ "internalType": "uint256",
488
+ "name": "",
489
+ "type": "uint256"
490
+ }
491
+ ],
492
+ "name": "grantVotes",
493
+ "outputs": [
494
+ {
495
+ "internalType": "address",
496
+ "name": "voter",
497
+ "type": "address"
498
+ },
499
+ {
500
+ "internalType": "bool",
501
+ "name": "support",
502
+ "type": "bool"
503
+ },
504
+ {
505
+ "internalType": "uint256",
506
+ "name": "weight",
507
+ "type": "uint256"
508
+ },
509
+ {
510
+ "internalType": "uint256",
511
+ "name": "timestamp",
512
+ "type": "uint256"
513
+ }
514
+ ],
515
+ "stateMutability": "view",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [
520
+ {
521
+ "internalType": "uint256",
522
+ "name": "",
523
+ "type": "uint256"
524
+ }
525
+ ],
526
+ "name": "grants",
527
+ "outputs": [
528
+ {
529
+ "internalType": "uint256",
530
+ "name": "id",
531
+ "type": "uint256"
532
+ },
533
+ {
534
+ "internalType": "address",
535
+ "name": "applicant",
536
+ "type": "address"
537
+ },
538
+ {
539
+ "internalType": "string",
540
+ "name": "title",
541
+ "type": "string"
542
+ },
543
+ {
544
+ "internalType": "string",
545
+ "name": "description",
546
+ "type": "string"
547
+ },
548
+ {
549
+ "internalType": "enum GrantProgram.GrantCategory",
550
+ "name": "category",
551
+ "type": "uint8"
552
+ },
553
+ {
554
+ "internalType": "uint256",
555
+ "name": "amountRequested",
556
+ "type": "uint256"
557
+ },
558
+ {
559
+ "internalType": "enum GrantProgram.GrantStatus",
560
+ "name": "status",
561
+ "type": "uint8"
562
+ },
563
+ {
564
+ "internalType": "uint256",
565
+ "name": "votesFor",
566
+ "type": "uint256"
567
+ },
568
+ {
569
+ "internalType": "uint256",
570
+ "name": "votesAgainst",
571
+ "type": "uint256"
572
+ },
573
+ {
574
+ "internalType": "uint256",
575
+ "name": "totalVotes",
576
+ "type": "uint256"
577
+ },
578
+ {
579
+ "internalType": "uint256",
580
+ "name": "createdAt",
581
+ "type": "uint256"
582
+ },
583
+ {
584
+ "internalType": "uint256",
585
+ "name": "votingEndsAt",
586
+ "type": "uint256"
587
+ }
588
+ ],
589
+ "stateMutability": "view",
590
+ "type": "function"
591
+ },
592
+ {
593
+ "inputs": [
594
+ {
595
+ "internalType": "uint256",
596
+ "name": "",
597
+ "type": "uint256"
598
+ },
599
+ {
600
+ "internalType": "address",
601
+ "name": "",
602
+ "type": "address"
603
+ }
604
+ ],
605
+ "name": "hasVoted",
606
+ "outputs": [
607
+ {
608
+ "internalType": "bool",
609
+ "name": "",
610
+ "type": "bool"
611
+ }
612
+ ],
613
+ "stateMutability": "view",
614
+ "type": "function"
615
+ },
616
+ {
617
+ "inputs": [],
618
+ "name": "owner",
619
+ "outputs": [
620
+ {
621
+ "internalType": "address",
622
+ "name": "",
623
+ "type": "address"
624
+ }
625
+ ],
626
+ "stateMutability": "view",
627
+ "type": "function"
628
+ },
629
+ {
630
+ "inputs": [],
631
+ "name": "quorumBps",
632
+ "outputs": [
633
+ {
634
+ "internalType": "uint256",
635
+ "name": "",
636
+ "type": "uint256"
637
+ }
638
+ ],
639
+ "stateMutability": "view",
640
+ "type": "function"
641
+ },
642
+ {
643
+ "inputs": [],
644
+ "name": "renounceOwnership",
645
+ "outputs": [],
646
+ "stateMutability": "nonpayable",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [
651
+ {
652
+ "internalType": "address",
653
+ "name": "_governance",
654
+ "type": "address"
655
+ }
656
+ ],
657
+ "name": "setGovernance",
658
+ "outputs": [],
659
+ "stateMutability": "nonpayable",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [
664
+ {
665
+ "internalType": "uint256",
666
+ "name": "_period",
667
+ "type": "uint256"
668
+ }
669
+ ],
670
+ "name": "setVotingPeriod",
671
+ "outputs": [],
672
+ "stateMutability": "nonpayable",
673
+ "type": "function"
674
+ },
675
+ {
676
+ "inputs": [
677
+ {
678
+ "internalType": "address",
679
+ "name": "newOwner",
680
+ "type": "address"
681
+ }
682
+ ],
683
+ "name": "transferOwnership",
684
+ "outputs": [],
685
+ "stateMutability": "nonpayable",
686
+ "type": "function"
687
+ },
688
+ {
689
+ "inputs": [],
690
+ "name": "treasury",
691
+ "outputs": [
692
+ {
693
+ "internalType": "uint256",
694
+ "name": "",
695
+ "type": "uint256"
696
+ }
697
+ ],
698
+ "stateMutability": "view",
699
+ "type": "function"
700
+ },
701
+ {
702
+ "inputs": [
703
+ {
704
+ "internalType": "uint256",
705
+ "name": "grantId",
706
+ "type": "uint256"
707
+ },
708
+ {
709
+ "internalType": "bool",
710
+ "name": "support",
711
+ "type": "bool"
712
+ }
713
+ ],
714
+ "name": "voteOnGrant",
715
+ "outputs": [],
716
+ "stateMutability": "nonpayable",
717
+ "type": "function"
718
+ },
719
+ {
720
+ "inputs": [
721
+ {
722
+ "internalType": "address",
723
+ "name": "",
724
+ "type": "address"
725
+ },
726
+ {
727
+ "internalType": "uint256",
728
+ "name": "",
729
+ "type": "uint256"
730
+ }
731
+ ],
732
+ "name": "voterHistory",
733
+ "outputs": [
734
+ {
735
+ "internalType": "uint256",
736
+ "name": "",
737
+ "type": "uint256"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "votingPeriod",
746
+ "outputs": [
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "",
750
+ "type": "uint256"
751
+ }
752
+ ],
753
+ "stateMutability": "view",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [
758
+ {
759
+ "internalType": "uint256",
760
+ "name": "amount",
761
+ "type": "uint256"
762
+ }
763
+ ],
764
+ "name": "withdraw",
765
+ "outputs": [],
766
+ "stateMutability": "nonpayable",
767
+ "type": "function"
768
+ },
769
+ {
770
+ "stateMutability": "payable",
771
+ "type": "receive"
772
+ }
773
+ ],
774
+ "bytecode": "0x6080346100fd57601f6119c938819003918201601f19168301916001600160401b03831184841017610102578084926020946040528339810103126100fd57516001600160a01b0390818116908190036100fd5733156100e45760005460018060a01b0319903382821617600055604051933391167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a360017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00556203f4806008556103e8600955611388600a55600b541617600b556118b090816101198239f35b604051631e4fbdf760e01b815260006004820152602490fd5b600080fd5b634e487b7160e01b600052604160045260246000fdfe608080604052600436101561002c575b50361561001b57600080fd5b61002734600754611759565b600755005b60003560e01c90816302a251a314611449575080630c0debea146113545780632e1a7d4d146112af5780633b19e84a146110755780633f211858146111585780634385963214611106578063554f504f146110bc5780635aa6e6751461109357806361d027b314611075578063715018a61461102e578063760e0dd514610f7a5780637c1b6afe14610df5578063805adede14610e135780638231646714610df55780638da5cb5b14610dcc578063911c8db714610907578063923bee46146108af57806398ab4a591461078b578063ab033ea914610748578063b8cc6c9314610549578063cb7c172b1461052b578063cd2ddd0c1461050d578063d0e30db0146104f5578063ea0217cf146104d4578063f075748314610464578063f2fde38b146103f05763ff5abe9d14610162573861000f565b346103eb5760403660031901126103eb576024803580151591600435918381036103eb578260005260019160209183835260406000209060ff60068301541660068110156103d657856101b59114611720565b600b82015442116103a3578560005260038452604060002033600052845260ff6040600020541661036f5785600052600284526040600020604051906101fa826114ba565b33825285820189815260408301908882526060840192428452805490600160401b82101561035a5790610231918b82018155611668565b9490946103455751845491516001600160a81b03199092166001600160a01b03919091161790151560a01b60ff60a01b16178355518783015551600291909101551561032b576007810180549085820180921161031657556009905b018054918483018093116103025750558260005260038152604060002033600052815260406000208260ff19825416179055600581526102d18360406000206117a9565b6040519384528301527fddd6711f0cae70ff3317ec0f18506dd7a8c00982ee06f341ad4aa917e62ed44060403393a3005b634e487b7160e01b60009081526011600452fd5b83634e487b7160e01b60005260116004526000fd5b60088101805490858201809211610316575560099061028d565b87634e487b7160e01b60005260006004526000fd5b88634e487b7160e01b60005260416004526000fd5b60405162461bcd60e51b815260048101859052600d818501526c105b1c9958591e481d9bdd1959609a1b6044820152606490fd5b60405162461bcd60e51b815260048101859052600c818501526b159bdd1a5b99c8195b99195960a21b6044820152606490fd5b83634e487b7160e01b60005260216004526000fd5b600080fd5b346103eb5760203660031901126103eb576104096115f7565b6104116117de565b6001600160a01b0390811690811561044b576000548260018060a01b03198216176000551660008051602061183b833981519152600080a3005b604051631e4fbdf760e01b815260006004820152602490fd5b346103eb5760403660031901126103eb576024356004356000526002602052604060002080548210156103eb5760809161049d91611668565b50805490600260018201549101549060ff6040519360018060a01b038116855260a01c161515602084015260408301526060820152f35b346103eb5760203660031901126103eb576104ed6117de565b600435600855005b60003660031901126103eb5761002734600754611759565b346103eb5760003660031901126103eb576020600954604051908152f35b346103eb5760003660031901126103eb576020600a54604051908152f35b346103eb5760203660031901126103eb57600061016060405161056b8161149e565b828152826020820152606060408201526060808201528260808201528260a08201528260c08201528260e0820152826101008201528261012082015282610140820152015260043560005260016020526040600020604051906105cd8261149e565b8054825260018101546001600160a01b031660208301526105f0600282016114f8565b6040830152610601600382016114f8565b606083015261061a60ff6004830154166080840161179d565b600581015460a083015260ff60068201541690600682101561073257600b9160c0840152600781015460e084015260088101546101008401526009810154610120840152600a81015461014084015201546101608201526040518091602082528051602083015260018060a01b03602082015116604083015260408101516101606106cc6106b6610180938460608801526101a087019061159d565b6060850151868203601f1901608088015261159d565b926106df608082015160a08701906115dd565b60a081015160c08601526106fb60c082015160e08701906115ea565b60e0810151610100860152610100810151610120860152610120810151610140860152610140810151828601520151908301520390f35b634e487b7160e01b600052602160045260246000fd5b346103eb5760203660031901126103eb576107616115f7565b6107696117de565b600b80546001600160a01b0319166001600160a01b0392909216919091179055005b346103eb576020806003193601126103eb5760043560005260029060028152604060002091825460018060401b03811161089957604051916107d2848360051b01846114d5565b81835260009485528385208484019591865b84841061084f57604080518881528751818a018190528a928201908a60005b8281106108105784840385f35b855180516001600160a01b0316855280830151151585840152604080820151908601526060908101519085015294810194608090930192600101610803565b600387600192604051610861816114ba565b60ff8754868060a01b038116835260a01c161515838201528487015460408201528587015460608201528152019301930192916107e4565b634e487b7160e01b600052604160045260246000fd5b346103eb5760403660031901126103eb576108c86115f7565b6001600160a01b03166000908152600560205260409020805460243591908210156103eb576020916108f99161160d565b90546040519160031b1c8152f35b346103eb5760803660031901126103eb576004356001600160401b0381116103eb5761093790369060040161163b565b6024356001600160401b0381116103eb5761095690369060040161163b565b600560449392933510156103eb5760643515610d9957600654926000198414610d8357600184016006556109bd61098f60085442611759565b916040519361099d8561149e565b8685523360208601526109b136878a611766565b60408601523691611766565b60608301526109d16044356080840161179d565b60643560a0830152600160c0830152600060e08301526000610100830152600061012083015242610140830152610160820152826000526001602052604060002093815185556001850160018060a01b0360208401511660018060a01b0319825416179055604082015180519060018060401b038211610899578190610a5a6002890154611464565b601f8111610d30575b50602090601f8311600114610cbe57600092610cb3575b50508160011b916000199060031b1c19161760028601555b60608201518051906001600160401b038211610899578190610ab76003890154611464565b601f8111610c60575b50602090601f8311600114610bf357600092610be8575b50508160011b916000199060031b1c19161760038601555b60048501608083015160058110156107325760ff8019835416911617905560a0820151600586015560c082015190600682101561073257602095600b61016087957fba6c81353b832121645c594b7d98b074a38f94a967391254807594a72f84bdb49560ff8019600687015416911617600685015560e0810151600785015561010081015160088501556101208101516009850155610140810151600a85015501519101553360005260048652610baa8360406000206117a9565b8360405191604083528160408401526060830137600060608583010152606435868201526060813395601f80199101168101030190a3604051908152f35b015190508780610ad7565b600389016000908152602081209350601f198516905b818110610c485750908460019594939210610c2f575b505050811b016003860155610aef565b015160001960f88460031b161c19169055878080610c1f565b92936020600181928786015181550195019301610c09565b909150600388016000526020600020601f840160051c810160208510610cac575b90849392915b601f830160051c82018110610c9d575050610ac0565b60008155859450600101610c87565b5080610c81565b015190508780610a7a565b9250600288016000526020600020906000935b601f1984168510610d15576001945083601f19811610610cfc575b505050811b016002860155610a92565b015160001960f88460031b161c19169055878080610cec565b81810151835560209485019460019093019290910190610cd1565b909150600288016000526020600020601f840160051c810160208510610d7c575b90849392915b601f830160051c82018110610d6d575050610a63565b60008155859450600101610d57565b5080610d51565b634e487b7160e01b600052601160045260246000fd5b60405162461bcd60e51b815260206004820152600b60248201526a16995c9bc8185b5bdd5b9d60aa1b6044820152606490fd5b346103eb5760003660031901126103eb576000546040516001600160a01b039091168152602090f35b346103eb5760003660031901126103eb576020600654604051908152f35b346103eb5760203660031901126103eb5760043580600052600160205260406000206006810190815460ff81166006811015610732576001610e559114611720565b600b820154421115610f42576007820154610e74600884015482611759565b80158015929080610f385761271091828102928184041490151715610d8357610f2257045b81610f15575b5015610ee3575060056020917f2c2e71a16b68834ebe81622b18c582bd90b4c157f25574154e9e0423fccb120293600260ff198254161790550154604051908152a2005b60ff1916600317909155507f78aa42a334c6387a9f5e8f96f6a88df1889675aa3a99e6dd320b72fbcb70719f600080a2005b9050600a54111585610e9f565b634e487b7160e01b600052601260045260246000fd5b5050506000610e99565b60405162461bcd60e51b815260206004820152601060248201526f159bdd1a5b99c81b9bdd08195b99195960821b6044820152606490fd5b346103eb576020806003193601126103eb576001600160a01b03610f9c6115f7565b1660005260048152604060002060405190818382549182815201908192600052846000209060005b8682821061101a578686610fda828803836114d5565b604051928392818401908285525180915260408401929160005b82811061100357505050500390f35b835185528695509381019392810192600101610ff4565b835485529093019260019283019201610fc4565b346103eb5760003660031901126103eb576110476117de565b600080546001600160a01b0319811682556001600160a01b031660008051602061183b8339815191528280a3005b346103eb5760003660031901126103eb576020600754604051908152f35b346103eb5760003660031901126103eb57600b546040516001600160a01b039091168152602090f35b346103eb5760403660031901126103eb576110d56115f7565b6001600160a01b03166000908152600460205260409020805460243591908210156103eb576020916108f99161160d565b346103eb5760403660031901126103eb576024356001600160a01b038116908190036103eb576004356000526003602052604060002090600052602052602060ff604060002054166040519015158152f35b346103eb5760203660031901126103eb5760043561117461180a565b806000526001602052604060002090600682019160ff83541660068110156107325760020361127b57600190600754936111c060058301958654906111bb82821015611684565b6116c8565b600755805460ff1916600417905501805483546001600160a01b03929160009182918291829187165af16111f26116f0565b501561123c577fbc4989bcd46803ad72d5672d4c28d5d4b9a73ebb418251d8d266b5eece4087349160209154169354604051908152a3600160008051602061185b83398151915255005b60405162461bcd60e51b8152602060048201526017602482015276119d5b991a5b99c81d1c985b9cd9995c8819985a5b1959604a1b6044820152606490fd5b60405162461bcd60e51b815260206004820152600c60248201526b139bdd08185c1c1c9bdd995960a21b6044820152606490fd5b346103eb5760203660031901126103eb5760008080806004356112d06117de565b6112d861180a565b6112eb816007546111bb81831115611684565b60075581546001600160a01b03165af16113036116f0565b501561131d57600160008051602061185b83398151915255005b60405162461bcd60e51b815260206004820152600f60248201526e15da5d1a191c985dc819985a5b1959608a1b6044820152606490fd5b346103eb5760203660031901126103eb5760043560009081526001602081905260409091208054918101546001600160a01b031690611395600282016114f8565b6113a1600383016114f8565b91600481015460ff16926005820154600683015460ff16600784015490600885015492600986015494600a87015496600b0154976040519b8c9b610180918d5260208d01528060408d01528b016113f79161159d565b8a810360608c01526114089161159d565b9760808a01611416916115dd565b60a089015260c08801611428916115ea565b60e08701526101008601526101208501526101408401526101608301520390f35b346103eb5760003660031901126103eb576020906008548152f35b90600182811c92168015611494575b602083101461147e57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611473565b61018081019081106001600160401b0382111761089957604052565b608081019081106001600160401b0382111761089957604052565b601f909101601f19168101906001600160401b0382119082101761089957604052565b9060405191826000825461150b81611464565b9081845260209460019160018116908160001461157b575060011461153c575b50505061153a925003836114d5565b565b600090815285812095935091905b81831061156357505061153a935082010138808061152b565b8554888401850152948501948794509183019161154a565b9250505061153a94925060ff191682840152151560051b82010138808061152b565b919082519283825260005b8481106115c9575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016115a8565b9060058210156107325752565b9060068210156107325752565b600435906001600160a01b03821682036103eb57565b80548210156116255760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b9181601f840112156103eb578235916001600160401b0383116103eb57602083818601950101116103eb57565b8054821015611625576000526003602060002091020190600090565b1561168b57565b60405162461bcd60e51b8152602060048201526015602482015274496e73756666696369656e7420747265617375727960581b6044820152606490fd5b91908203918211610d8357565b6001600160401b03811161089957601f01601f191660200190565b3d1561171b573d90611701826116d5565b9161170f60405193846114d5565b82523d6000602084013e565b606090565b1561172757565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b91908201809211610d8357565b929192611772826116d5565b9161178060405193846114d5565b8294818452818301116103eb578281602093846000960137010152565b60058210156107325752565b8054600160401b811015610899576117c69160018201815561160d565b819291549060031b91821b91600019901b1916179055565b6000546001600160a01b031633036117f257565b60405163118cdaa760e01b8152336004820152602490fd5b60008051602061185b83398151915260028154146118285760029055565b604051633ee5aeb560e01b8152600490fdfe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220f18df5428e52cffdbff21484263719a4157fd46315b2778b3ee8edf63c2bf17c64736f6c63430008180033",
775
+ "deployedBytecode": "0x608080604052600436101561002c575b50361561001b57600080fd5b61002734600754611759565b600755005b60003560e01c90816302a251a314611449575080630c0debea146113545780632e1a7d4d146112af5780633b19e84a146110755780633f211858146111585780634385963214611106578063554f504f146110bc5780635aa6e6751461109357806361d027b314611075578063715018a61461102e578063760e0dd514610f7a5780637c1b6afe14610df5578063805adede14610e135780638231646714610df55780638da5cb5b14610dcc578063911c8db714610907578063923bee46146108af57806398ab4a591461078b578063ab033ea914610748578063b8cc6c9314610549578063cb7c172b1461052b578063cd2ddd0c1461050d578063d0e30db0146104f5578063ea0217cf146104d4578063f075748314610464578063f2fde38b146103f05763ff5abe9d14610162573861000f565b346103eb5760403660031901126103eb576024803580151591600435918381036103eb578260005260019160209183835260406000209060ff60068301541660068110156103d657856101b59114611720565b600b82015442116103a3578560005260038452604060002033600052845260ff6040600020541661036f5785600052600284526040600020604051906101fa826114ba565b33825285820189815260408301908882526060840192428452805490600160401b82101561035a5790610231918b82018155611668565b9490946103455751845491516001600160a81b03199092166001600160a01b03919091161790151560a01b60ff60a01b16178355518783015551600291909101551561032b576007810180549085820180921161031657556009905b018054918483018093116103025750558260005260038152604060002033600052815260406000208260ff19825416179055600581526102d18360406000206117a9565b6040519384528301527fddd6711f0cae70ff3317ec0f18506dd7a8c00982ee06f341ad4aa917e62ed44060403393a3005b634e487b7160e01b60009081526011600452fd5b83634e487b7160e01b60005260116004526000fd5b60088101805490858201809211610316575560099061028d565b87634e487b7160e01b60005260006004526000fd5b88634e487b7160e01b60005260416004526000fd5b60405162461bcd60e51b815260048101859052600d818501526c105b1c9958591e481d9bdd1959609a1b6044820152606490fd5b60405162461bcd60e51b815260048101859052600c818501526b159bdd1a5b99c8195b99195960a21b6044820152606490fd5b83634e487b7160e01b60005260216004526000fd5b600080fd5b346103eb5760203660031901126103eb576104096115f7565b6104116117de565b6001600160a01b0390811690811561044b576000548260018060a01b03198216176000551660008051602061183b833981519152600080a3005b604051631e4fbdf760e01b815260006004820152602490fd5b346103eb5760403660031901126103eb576024356004356000526002602052604060002080548210156103eb5760809161049d91611668565b50805490600260018201549101549060ff6040519360018060a01b038116855260a01c161515602084015260408301526060820152f35b346103eb5760203660031901126103eb576104ed6117de565b600435600855005b60003660031901126103eb5761002734600754611759565b346103eb5760003660031901126103eb576020600954604051908152f35b346103eb5760003660031901126103eb576020600a54604051908152f35b346103eb5760203660031901126103eb57600061016060405161056b8161149e565b828152826020820152606060408201526060808201528260808201528260a08201528260c08201528260e0820152826101008201528261012082015282610140820152015260043560005260016020526040600020604051906105cd8261149e565b8054825260018101546001600160a01b031660208301526105f0600282016114f8565b6040830152610601600382016114f8565b606083015261061a60ff6004830154166080840161179d565b600581015460a083015260ff60068201541690600682101561073257600b9160c0840152600781015460e084015260088101546101008401526009810154610120840152600a81015461014084015201546101608201526040518091602082528051602083015260018060a01b03602082015116604083015260408101516101606106cc6106b6610180938460608801526101a087019061159d565b6060850151868203601f1901608088015261159d565b926106df608082015160a08701906115dd565b60a081015160c08601526106fb60c082015160e08701906115ea565b60e0810151610100860152610100810151610120860152610120810151610140860152610140810151828601520151908301520390f35b634e487b7160e01b600052602160045260246000fd5b346103eb5760203660031901126103eb576107616115f7565b6107696117de565b600b80546001600160a01b0319166001600160a01b0392909216919091179055005b346103eb576020806003193601126103eb5760043560005260029060028152604060002091825460018060401b03811161089957604051916107d2848360051b01846114d5565b81835260009485528385208484019591865b84841061084f57604080518881528751818a018190528a928201908a60005b8281106108105784840385f35b855180516001600160a01b0316855280830151151585840152604080820151908601526060908101519085015294810194608090930192600101610803565b600387600192604051610861816114ba565b60ff8754868060a01b038116835260a01c161515838201528487015460408201528587015460608201528152019301930192916107e4565b634e487b7160e01b600052604160045260246000fd5b346103eb5760403660031901126103eb576108c86115f7565b6001600160a01b03166000908152600560205260409020805460243591908210156103eb576020916108f99161160d565b90546040519160031b1c8152f35b346103eb5760803660031901126103eb576004356001600160401b0381116103eb5761093790369060040161163b565b6024356001600160401b0381116103eb5761095690369060040161163b565b600560449392933510156103eb5760643515610d9957600654926000198414610d8357600184016006556109bd61098f60085442611759565b916040519361099d8561149e565b8685523360208601526109b136878a611766565b60408601523691611766565b60608301526109d16044356080840161179d565b60643560a0830152600160c0830152600060e08301526000610100830152600061012083015242610140830152610160820152826000526001602052604060002093815185556001850160018060a01b0360208401511660018060a01b0319825416179055604082015180519060018060401b038211610899578190610a5a6002890154611464565b601f8111610d30575b50602090601f8311600114610cbe57600092610cb3575b50508160011b916000199060031b1c19161760028601555b60608201518051906001600160401b038211610899578190610ab76003890154611464565b601f8111610c60575b50602090601f8311600114610bf357600092610be8575b50508160011b916000199060031b1c19161760038601555b60048501608083015160058110156107325760ff8019835416911617905560a0820151600586015560c082015190600682101561073257602095600b61016087957fba6c81353b832121645c594b7d98b074a38f94a967391254807594a72f84bdb49560ff8019600687015416911617600685015560e0810151600785015561010081015160088501556101208101516009850155610140810151600a85015501519101553360005260048652610baa8360406000206117a9565b8360405191604083528160408401526060830137600060608583010152606435868201526060813395601f80199101168101030190a3604051908152f35b015190508780610ad7565b600389016000908152602081209350601f198516905b818110610c485750908460019594939210610c2f575b505050811b016003860155610aef565b015160001960f88460031b161c19169055878080610c1f565b92936020600181928786015181550195019301610c09565b909150600388016000526020600020601f840160051c810160208510610cac575b90849392915b601f830160051c82018110610c9d575050610ac0565b60008155859450600101610c87565b5080610c81565b015190508780610a7a565b9250600288016000526020600020906000935b601f1984168510610d15576001945083601f19811610610cfc575b505050811b016002860155610a92565b015160001960f88460031b161c19169055878080610cec565b81810151835560209485019460019093019290910190610cd1565b909150600288016000526020600020601f840160051c810160208510610d7c575b90849392915b601f830160051c82018110610d6d575050610a63565b60008155859450600101610d57565b5080610d51565b634e487b7160e01b600052601160045260246000fd5b60405162461bcd60e51b815260206004820152600b60248201526a16995c9bc8185b5bdd5b9d60aa1b6044820152606490fd5b346103eb5760003660031901126103eb576000546040516001600160a01b039091168152602090f35b346103eb5760003660031901126103eb576020600654604051908152f35b346103eb5760203660031901126103eb5760043580600052600160205260406000206006810190815460ff81166006811015610732576001610e559114611720565b600b820154421115610f42576007820154610e74600884015482611759565b80158015929080610f385761271091828102928184041490151715610d8357610f2257045b81610f15575b5015610ee3575060056020917f2c2e71a16b68834ebe81622b18c582bd90b4c157f25574154e9e0423fccb120293600260ff198254161790550154604051908152a2005b60ff1916600317909155507f78aa42a334c6387a9f5e8f96f6a88df1889675aa3a99e6dd320b72fbcb70719f600080a2005b9050600a54111585610e9f565b634e487b7160e01b600052601260045260246000fd5b5050506000610e99565b60405162461bcd60e51b815260206004820152601060248201526f159bdd1a5b99c81b9bdd08195b99195960821b6044820152606490fd5b346103eb576020806003193601126103eb576001600160a01b03610f9c6115f7565b1660005260048152604060002060405190818382549182815201908192600052846000209060005b8682821061101a578686610fda828803836114d5565b604051928392818401908285525180915260408401929160005b82811061100357505050500390f35b835185528695509381019392810192600101610ff4565b835485529093019260019283019201610fc4565b346103eb5760003660031901126103eb576110476117de565b600080546001600160a01b0319811682556001600160a01b031660008051602061183b8339815191528280a3005b346103eb5760003660031901126103eb576020600754604051908152f35b346103eb5760003660031901126103eb57600b546040516001600160a01b039091168152602090f35b346103eb5760403660031901126103eb576110d56115f7565b6001600160a01b03166000908152600460205260409020805460243591908210156103eb576020916108f99161160d565b346103eb5760403660031901126103eb576024356001600160a01b038116908190036103eb576004356000526003602052604060002090600052602052602060ff604060002054166040519015158152f35b346103eb5760203660031901126103eb5760043561117461180a565b806000526001602052604060002090600682019160ff83541660068110156107325760020361127b57600190600754936111c060058301958654906111bb82821015611684565b6116c8565b600755805460ff1916600417905501805483546001600160a01b03929160009182918291829187165af16111f26116f0565b501561123c577fbc4989bcd46803ad72d5672d4c28d5d4b9a73ebb418251d8d266b5eece4087349160209154169354604051908152a3600160008051602061185b83398151915255005b60405162461bcd60e51b8152602060048201526017602482015276119d5b991a5b99c81d1c985b9cd9995c8819985a5b1959604a1b6044820152606490fd5b60405162461bcd60e51b815260206004820152600c60248201526b139bdd08185c1c1c9bdd995960a21b6044820152606490fd5b346103eb5760203660031901126103eb5760008080806004356112d06117de565b6112d861180a565b6112eb816007546111bb81831115611684565b60075581546001600160a01b03165af16113036116f0565b501561131d57600160008051602061185b83398151915255005b60405162461bcd60e51b815260206004820152600f60248201526e15da5d1a191c985dc819985a5b1959608a1b6044820152606490fd5b346103eb5760203660031901126103eb5760043560009081526001602081905260409091208054918101546001600160a01b031690611395600282016114f8565b6113a1600383016114f8565b91600481015460ff16926005820154600683015460ff16600784015490600885015492600986015494600a87015496600b0154976040519b8c9b610180918d5260208d01528060408d01528b016113f79161159d565b8a810360608c01526114089161159d565b9760808a01611416916115dd565b60a089015260c08801611428916115ea565b60e08701526101008601526101208501526101408401526101608301520390f35b346103eb5760003660031901126103eb576020906008548152f35b90600182811c92168015611494575b602083101461147e57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611473565b61018081019081106001600160401b0382111761089957604052565b608081019081106001600160401b0382111761089957604052565b601f909101601f19168101906001600160401b0382119082101761089957604052565b9060405191826000825461150b81611464565b9081845260209460019160018116908160001461157b575060011461153c575b50505061153a925003836114d5565b565b600090815285812095935091905b81831061156357505061153a935082010138808061152b565b8554888401850152948501948794509183019161154a565b9250505061153a94925060ff191682840152151560051b82010138808061152b565b919082519283825260005b8481106115c9575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016115a8565b9060058210156107325752565b9060068210156107325752565b600435906001600160a01b03821682036103eb57565b80548210156116255760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b9181601f840112156103eb578235916001600160401b0383116103eb57602083818601950101116103eb57565b8054821015611625576000526003602060002091020190600090565b1561168b57565b60405162461bcd60e51b8152602060048201526015602482015274496e73756666696369656e7420747265617375727960581b6044820152606490fd5b91908203918211610d8357565b6001600160401b03811161089957601f01601f191660200190565b3d1561171b573d90611701826116d5565b9161170f60405193846114d5565b82523d6000602084013e565b606090565b1561172757565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b91908201809211610d8357565b929192611772826116d5565b9161178060405193846114d5565b8294818452818301116103eb578281602093846000960137010152565b60058210156107325752565b8054600160401b811015610899576117c69160018201815561160d565b819291549060031b91821b91600019901b1916179055565b6000546001600160a01b031633036117f257565b60405163118cdaa760e01b8152336004820152602490fd5b60008051602061185b83398151915260028154146118285760029055565b604051633ee5aeb560e01b8152600490fdfe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220f18df5428e52cffdbff21484263719a4157fd46315b2778b3ee8edf63c2bf17c64736f6c63430008180033",
776
+ "linkReferences": {},
777
+ "deployedLinkReferences": {}
778
+ }