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