@venusprotocol/governance-contracts 2.5.0-dev.2 → 2.5.0-dev.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/deploy/005-remote-timelock.ts +13 -0
- package/deployments/opmainnet/ACMCommandsAggregator.json +366 -0
- package/deployments/opmainnet/CriticalTimelock.json +691 -0
- package/deployments/opmainnet/DefaultProxyAdmin.json +200 -0
- package/deployments/opmainnet/FastTrackTimelock.json +691 -0
- package/deployments/opmainnet/NormalTimelock.json +691 -0
- package/deployments/opmainnet/OmnichainExecutorOwner.json +555 -0
- package/deployments/opmainnet/OmnichainExecutorOwner_Implementation.json +600 -0
- package/deployments/opmainnet/OmnichainExecutorOwner_Proxy.json +262 -0
- package/deployments/opmainnet/OmnichainGovernanceExecutor.json +1840 -0
- package/deployments/opmainnet/solcInputs/1529d9b60b0ef27513a7cc552e55ce94.json +40 -0
- package/deployments/opmainnet/solcInputs/3d889dc49c1cae3347e0aa149d88041a.json +40 -0
- package/deployments/opmainnet/solcInputs/7c1c52f606ac52c4a02b26a42126e15c.json +229 -0
- package/deployments/opmainnet/solcInputs/c8adce9942919fd992f7532e82a0e082.json +43 -0
- package/deployments/opmainnet.json +3859 -0
- package/deployments/opmainnet_addresses.json +10 -1
- package/deployments/opsepolia/ACMCommandsAggregator.json +366 -0
- package/deployments/opsepolia/CriticalTimelock.json +691 -0
- package/deployments/opsepolia/DefaultProxyAdmin.json +257 -0
- package/deployments/opsepolia/FastTrackTimelock.json +691 -0
- package/deployments/opsepolia/NormalTimelock.json +691 -0
- package/deployments/opsepolia/OmnichainExecutorOwner.json +555 -0
- package/deployments/opsepolia/OmnichainExecutorOwner_Implementation.json +600 -0
- package/deployments/opsepolia/OmnichainExecutorOwner_Proxy.json +262 -0
- package/deployments/opsepolia/OmnichainGovernanceExecutor.json +1840 -0
- package/deployments/opsepolia/solcInputs/39b818455672acbd6d12469b0e689d7a.json +40 -0
- package/deployments/opsepolia/solcInputs/49054e67072d6cc5976838e66f0232d3.json +49 -0
- package/deployments/opsepolia/solcInputs/5544610c94ec866e5ef42c3a96097de0.json +148 -0
- package/deployments/opsepolia/solcInputs/dd255b4e0156dfc73554b72a83ca02d8.json +40 -0
- package/deployments/opsepolia/solcInputs/e5536fb1b5f4db72d1c808989021a017.json +73 -0
- package/deployments/opsepolia.json +3859 -0
- package/deployments/opsepolia_addresses.json +10 -1
- package/deployments/zksyncmainnet/ACMCommandsAggregator.json +465 -0
- package/deployments/zksyncmainnet/CriticalTimelock.json +752 -0
- package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
- package/deployments/zksyncmainnet/FastTrackTimelock.json +790 -0
- package/deployments/zksyncmainnet/NormalTimelock.json +790 -0
- package/deployments/zksyncmainnet/OmnichainExecutorOwner.json +650 -0
- package/deployments/zksyncmainnet/OmnichainExecutorOwner_Implementation.json +698 -0
- package/deployments/zksyncmainnet/OmnichainExecutorOwner_Proxy.json +360 -0
- package/deployments/zksyncmainnet/OmnichainGovernanceExecutor.json +1938 -0
- package/deployments/zksyncmainnet/solcInputs/0be793521835d17f112344b451092640.json +43 -0
- package/deployments/zksyncmainnet/solcInputs/9f6319a1ea3d6a4958a4dd01d54ec8c3.json +34 -0
- package/deployments/zksyncmainnet/solcInputs/f73c651cde515a8a15ded365c47294a4.json +34 -0
- package/deployments/zksyncmainnet/solcInputs/fd2a9ac8f832f234262849a7c933f900.json +217 -0
- package/deployments/zksyncmainnet.json +3859 -0
- package/deployments/zksyncmainnet_addresses.json +10 -1
- package/dist/deploy/005-remote-timelock.d.ts +2 -0
- package/dist/deploy/005-remote-timelock.d.ts.map +1 -1
- package/dist/deploy/005-remote-timelock.js +12 -0
- package/dist/deploy/005-remote-timelock.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,752 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xbfbc79D4198963e4a66270F3EfB1fdA0F382E49c",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "admin_",
|
|
9
|
+
"type": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"internalType": "uint256",
|
|
13
|
+
"name": "delay_",
|
|
14
|
+
"type": "uint256"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "constructor"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"name": "ZeroAddressNotAllowed",
|
|
23
|
+
"type": "error"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"anonymous": false,
|
|
27
|
+
"inputs": [
|
|
28
|
+
{
|
|
29
|
+
"indexed": true,
|
|
30
|
+
"internalType": "bytes32",
|
|
31
|
+
"name": "txHash",
|
|
32
|
+
"type": "bytes32"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"indexed": true,
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "target",
|
|
38
|
+
"type": "address"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"indexed": false,
|
|
42
|
+
"internalType": "uint256",
|
|
43
|
+
"name": "value",
|
|
44
|
+
"type": "uint256"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"indexed": false,
|
|
48
|
+
"internalType": "string",
|
|
49
|
+
"name": "signature",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"indexed": false,
|
|
54
|
+
"internalType": "bytes",
|
|
55
|
+
"name": "data",
|
|
56
|
+
"type": "bytes"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"indexed": false,
|
|
60
|
+
"internalType": "uint256",
|
|
61
|
+
"name": "eta",
|
|
62
|
+
"type": "uint256"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"name": "CancelTransaction",
|
|
66
|
+
"type": "event"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"anonymous": false,
|
|
70
|
+
"inputs": [
|
|
71
|
+
{
|
|
72
|
+
"indexed": true,
|
|
73
|
+
"internalType": "bytes32",
|
|
74
|
+
"name": "txHash",
|
|
75
|
+
"type": "bytes32"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"indexed": true,
|
|
79
|
+
"internalType": "address",
|
|
80
|
+
"name": "target",
|
|
81
|
+
"type": "address"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"indexed": false,
|
|
85
|
+
"internalType": "uint256",
|
|
86
|
+
"name": "value",
|
|
87
|
+
"type": "uint256"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"indexed": false,
|
|
91
|
+
"internalType": "string",
|
|
92
|
+
"name": "signature",
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"indexed": false,
|
|
97
|
+
"internalType": "bytes",
|
|
98
|
+
"name": "data",
|
|
99
|
+
"type": "bytes"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"indexed": false,
|
|
103
|
+
"internalType": "uint256",
|
|
104
|
+
"name": "eta",
|
|
105
|
+
"type": "uint256"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"name": "ExecuteTransaction",
|
|
109
|
+
"type": "event"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"anonymous": false,
|
|
113
|
+
"inputs": [
|
|
114
|
+
{
|
|
115
|
+
"indexed": true,
|
|
116
|
+
"internalType": "address",
|
|
117
|
+
"name": "oldAdmin",
|
|
118
|
+
"type": "address"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"indexed": true,
|
|
122
|
+
"internalType": "address",
|
|
123
|
+
"name": "newAdmin",
|
|
124
|
+
"type": "address"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"name": "NewAdmin",
|
|
128
|
+
"type": "event"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"anonymous": false,
|
|
132
|
+
"inputs": [
|
|
133
|
+
{
|
|
134
|
+
"indexed": true,
|
|
135
|
+
"internalType": "uint256",
|
|
136
|
+
"name": "oldDelay",
|
|
137
|
+
"type": "uint256"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"indexed": true,
|
|
141
|
+
"internalType": "uint256",
|
|
142
|
+
"name": "newDelay",
|
|
143
|
+
"type": "uint256"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"name": "NewDelay",
|
|
147
|
+
"type": "event"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"anonymous": false,
|
|
151
|
+
"inputs": [
|
|
152
|
+
{
|
|
153
|
+
"indexed": true,
|
|
154
|
+
"internalType": "address",
|
|
155
|
+
"name": "newPendingAdmin",
|
|
156
|
+
"type": "address"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"name": "NewPendingAdmin",
|
|
160
|
+
"type": "event"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"anonymous": false,
|
|
164
|
+
"inputs": [
|
|
165
|
+
{
|
|
166
|
+
"indexed": true,
|
|
167
|
+
"internalType": "bytes32",
|
|
168
|
+
"name": "txHash",
|
|
169
|
+
"type": "bytes32"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"indexed": true,
|
|
173
|
+
"internalType": "address",
|
|
174
|
+
"name": "target",
|
|
175
|
+
"type": "address"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"indexed": false,
|
|
179
|
+
"internalType": "uint256",
|
|
180
|
+
"name": "value",
|
|
181
|
+
"type": "uint256"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"indexed": false,
|
|
185
|
+
"internalType": "string",
|
|
186
|
+
"name": "signature",
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"indexed": false,
|
|
191
|
+
"internalType": "bytes",
|
|
192
|
+
"name": "data",
|
|
193
|
+
"type": "bytes"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"indexed": false,
|
|
197
|
+
"internalType": "uint256",
|
|
198
|
+
"name": "eta",
|
|
199
|
+
"type": "uint256"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"name": "QueueTransaction",
|
|
203
|
+
"type": "event"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"stateMutability": "payable",
|
|
207
|
+
"type": "fallback"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"inputs": [],
|
|
211
|
+
"name": "GRACE_PERIOD",
|
|
212
|
+
"outputs": [
|
|
213
|
+
{
|
|
214
|
+
"internalType": "uint256",
|
|
215
|
+
"name": "",
|
|
216
|
+
"type": "uint256"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"stateMutability": "view",
|
|
220
|
+
"type": "function"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"inputs": [],
|
|
224
|
+
"name": "MAXIMUM_DELAY",
|
|
225
|
+
"outputs": [
|
|
226
|
+
{
|
|
227
|
+
"internalType": "uint256",
|
|
228
|
+
"name": "",
|
|
229
|
+
"type": "uint256"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"stateMutability": "view",
|
|
233
|
+
"type": "function"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"inputs": [],
|
|
237
|
+
"name": "MINIMUM_DELAY",
|
|
238
|
+
"outputs": [
|
|
239
|
+
{
|
|
240
|
+
"internalType": "uint256",
|
|
241
|
+
"name": "",
|
|
242
|
+
"type": "uint256"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"stateMutability": "view",
|
|
246
|
+
"type": "function"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"inputs": [],
|
|
250
|
+
"name": "acceptAdmin",
|
|
251
|
+
"outputs": [],
|
|
252
|
+
"stateMutability": "nonpayable",
|
|
253
|
+
"type": "function"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"inputs": [],
|
|
257
|
+
"name": "admin",
|
|
258
|
+
"outputs": [
|
|
259
|
+
{
|
|
260
|
+
"internalType": "address",
|
|
261
|
+
"name": "",
|
|
262
|
+
"type": "address"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"stateMutability": "view",
|
|
266
|
+
"type": "function"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"inputs": [
|
|
270
|
+
{
|
|
271
|
+
"internalType": "address",
|
|
272
|
+
"name": "target",
|
|
273
|
+
"type": "address"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"internalType": "uint256",
|
|
277
|
+
"name": "value",
|
|
278
|
+
"type": "uint256"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"internalType": "string",
|
|
282
|
+
"name": "signature",
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"internalType": "bytes",
|
|
287
|
+
"name": "data",
|
|
288
|
+
"type": "bytes"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"internalType": "uint256",
|
|
292
|
+
"name": "eta",
|
|
293
|
+
"type": "uint256"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"name": "cancelTransaction",
|
|
297
|
+
"outputs": [],
|
|
298
|
+
"stateMutability": "nonpayable",
|
|
299
|
+
"type": "function"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"inputs": [],
|
|
303
|
+
"name": "delay",
|
|
304
|
+
"outputs": [
|
|
305
|
+
{
|
|
306
|
+
"internalType": "uint256",
|
|
307
|
+
"name": "",
|
|
308
|
+
"type": "uint256"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"stateMutability": "view",
|
|
312
|
+
"type": "function"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"inputs": [
|
|
316
|
+
{
|
|
317
|
+
"internalType": "address",
|
|
318
|
+
"name": "target",
|
|
319
|
+
"type": "address"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"internalType": "uint256",
|
|
323
|
+
"name": "value",
|
|
324
|
+
"type": "uint256"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"internalType": "string",
|
|
328
|
+
"name": "signature",
|
|
329
|
+
"type": "string"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"internalType": "bytes",
|
|
333
|
+
"name": "data",
|
|
334
|
+
"type": "bytes"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"internalType": "uint256",
|
|
338
|
+
"name": "eta",
|
|
339
|
+
"type": "uint256"
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"name": "executeTransaction",
|
|
343
|
+
"outputs": [
|
|
344
|
+
{
|
|
345
|
+
"internalType": "bytes",
|
|
346
|
+
"name": "",
|
|
347
|
+
"type": "bytes"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"stateMutability": "nonpayable",
|
|
351
|
+
"type": "function"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"inputs": [],
|
|
355
|
+
"name": "pendingAdmin",
|
|
356
|
+
"outputs": [
|
|
357
|
+
{
|
|
358
|
+
"internalType": "address",
|
|
359
|
+
"name": "",
|
|
360
|
+
"type": "address"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"stateMutability": "view",
|
|
364
|
+
"type": "function"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"inputs": [
|
|
368
|
+
{
|
|
369
|
+
"internalType": "address",
|
|
370
|
+
"name": "target",
|
|
371
|
+
"type": "address"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"internalType": "uint256",
|
|
375
|
+
"name": "value",
|
|
376
|
+
"type": "uint256"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"internalType": "string",
|
|
380
|
+
"name": "signature",
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"internalType": "bytes",
|
|
385
|
+
"name": "data",
|
|
386
|
+
"type": "bytes"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"internalType": "uint256",
|
|
390
|
+
"name": "eta",
|
|
391
|
+
"type": "uint256"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"name": "queueTransaction",
|
|
395
|
+
"outputs": [
|
|
396
|
+
{
|
|
397
|
+
"internalType": "bytes32",
|
|
398
|
+
"name": "",
|
|
399
|
+
"type": "bytes32"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"stateMutability": "nonpayable",
|
|
403
|
+
"type": "function"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"inputs": [
|
|
407
|
+
{
|
|
408
|
+
"internalType": "bytes32",
|
|
409
|
+
"name": "",
|
|
410
|
+
"type": "bytes32"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"name": "queuedTransactions",
|
|
414
|
+
"outputs": [
|
|
415
|
+
{
|
|
416
|
+
"internalType": "bool",
|
|
417
|
+
"name": "",
|
|
418
|
+
"type": "bool"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"stateMutability": "view",
|
|
422
|
+
"type": "function"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"inputs": [
|
|
426
|
+
{
|
|
427
|
+
"internalType": "uint256",
|
|
428
|
+
"name": "delay_",
|
|
429
|
+
"type": "uint256"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"name": "setDelay",
|
|
433
|
+
"outputs": [],
|
|
434
|
+
"stateMutability": "nonpayable",
|
|
435
|
+
"type": "function"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"inputs": [
|
|
439
|
+
{
|
|
440
|
+
"internalType": "address",
|
|
441
|
+
"name": "pendingAdmin_",
|
|
442
|
+
"type": "address"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"name": "setPendingAdmin",
|
|
446
|
+
"outputs": [],
|
|
447
|
+
"stateMutability": "nonpayable",
|
|
448
|
+
"type": "function"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"transactionHash": "0x16a1c5f7d0d02466bd5b897b6d6175e35fe69b23dc57f93f91b58e6c546dac48",
|
|
452
|
+
"receipt": {
|
|
453
|
+
"to": "0x0000000000000000000000000000000000008006",
|
|
454
|
+
"from": "0x7f423E50147930e197dAaE9F637198E66746D597",
|
|
455
|
+
"contractAddress": "0xbfbc79D4198963e4a66270F3EfB1fdA0F382E49c",
|
|
456
|
+
"transactionIndex": 1,
|
|
457
|
+
"gasUsed": "189946",
|
|
458
|
+
"logsBloom": "0x00000000000400000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000040000000008000040000000000000004000000000000000080000000200000000000000000000000040000400000000000000000010000000000000000000000000000004000000000000000100000000000100000000000000000000000000100001000000800000000000000000000000002000010000000000000002008000000000000000000000000000000100000008000000000000000000000000000000000000000000000000000000000000400000000000000000",
|
|
459
|
+
"blockHash": "0xf05596dde64f46f6f6d3ecfc53179376a5326a8ea3d62c69449ee4b5b7ef729e",
|
|
460
|
+
"transactionHash": "0x16a1c5f7d0d02466bd5b897b6d6175e35fe69b23dc57f93f91b58e6c546dac48",
|
|
461
|
+
"logs": [
|
|
462
|
+
{
|
|
463
|
+
"transactionIndex": 1,
|
|
464
|
+
"blockNumber": 48278350,
|
|
465
|
+
"transactionHash": "0x16a1c5f7d0d02466bd5b897b6d6175e35fe69b23dc57f93f91b58e6c546dac48",
|
|
466
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
467
|
+
"topics": [
|
|
468
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
469
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
470
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001"
|
|
471
|
+
],
|
|
472
|
+
"data": "0x00000000000000000000000000000000000000000000000000000fe20fe9b500",
|
|
473
|
+
"logIndex": 3,
|
|
474
|
+
"blockHash": "0xf05596dde64f46f6f6d3ecfc53179376a5326a8ea3d62c69449ee4b5b7ef729e"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"transactionIndex": 1,
|
|
478
|
+
"blockNumber": 48278350,
|
|
479
|
+
"transactionHash": "0x16a1c5f7d0d02466bd5b897b6d6175e35fe69b23dc57f93f91b58e6c546dac48",
|
|
480
|
+
"address": "0x0000000000000000000000000000000000008006",
|
|
481
|
+
"topics": [
|
|
482
|
+
"0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
|
|
483
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
484
|
+
"0x0100020f0f1a9c6238567d8c7ddd2f54c7d042bba1dc571b8b77a32207883eea",
|
|
485
|
+
"0x000000000000000000000000bfbc79d4198963e4a66270f3efb1fda0f382e49c"
|
|
486
|
+
],
|
|
487
|
+
"data": "0x",
|
|
488
|
+
"logIndex": 4,
|
|
489
|
+
"blockHash": "0xf05596dde64f46f6f6d3ecfc53179376a5326a8ea3d62c69449ee4b5b7ef729e"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"transactionIndex": 1,
|
|
493
|
+
"blockNumber": 48278350,
|
|
494
|
+
"transactionHash": "0x16a1c5f7d0d02466bd5b897b6d6175e35fe69b23dc57f93f91b58e6c546dac48",
|
|
495
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
496
|
+
"topics": [
|
|
497
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
498
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
499
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
|
|
500
|
+
],
|
|
501
|
+
"data": "0x00000000000000000000000000000000000000000000000000000810de9f97e0",
|
|
502
|
+
"logIndex": 5,
|
|
503
|
+
"blockHash": "0xf05596dde64f46f6f6d3ecfc53179376a5326a8ea3d62c69449ee4b5b7ef729e"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"blockNumber": 48278350,
|
|
507
|
+
"cumulativeGasUsed": "0",
|
|
508
|
+
"status": 1,
|
|
509
|
+
"byzantium": true
|
|
510
|
+
},
|
|
511
|
+
"args": ["0xA1b56f19CA5E5b15EF29d38238930Ce9f0235312", 3600],
|
|
512
|
+
"numDeployments": 1,
|
|
513
|
+
"solcInputHash": "f73c651cde515a8a15ded365c47294a4",
|
|
514
|
+
"metadata": {
|
|
515
|
+
"llvm_options": [],
|
|
516
|
+
"optimizer_settings": {
|
|
517
|
+
"is_debug_logging_enabled": false,
|
|
518
|
+
"is_fallback_to_size_enabled": false,
|
|
519
|
+
"is_verify_each_enabled": false,
|
|
520
|
+
"level_back_end": "Aggressive",
|
|
521
|
+
"level_middle_end": "Aggressive",
|
|
522
|
+
"level_middle_end_size": "Zero"
|
|
523
|
+
},
|
|
524
|
+
"solc_version": "0.8.25",
|
|
525
|
+
"solc_zkvm_edition": "1.0.1",
|
|
526
|
+
"source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"admin_\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"delay_\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"txHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"CancelTransaction\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"txHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"ExecuteTransaction\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"oldAdmin\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"NewAdmin\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"oldDelay\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"newDelay\",\"type\":\"uint256\"}],\"name\":\"NewDelay\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newPendingAdmin\",\"type\":\"address\"}],\"name\":\"NewPendingAdmin\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"txHash\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"QueueTransaction\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"GRACE_PERIOD\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"MAXIMUM_DELAY\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"MINIMUM_DELAY\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"admin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"cancelTransaction\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"delay\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"executeTransaction\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingAdmin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"eta\",\"type\":\"uint256\"}],\"name\":\"queueTransaction\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"queuedTransactions\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"delay_\",\"type\":\"uint256\"}],\"name\":\"setDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"pendingAdmin_\",\"type\":\"address\"}],\"name\":\"setPendingAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"kind\":\"dev\",\"methods\":{\"GRACE_PERIOD()\":{\"returns\":{\"_0\":\"The duration of the grace period, specified as a uint256 value.\"}},\"MAXIMUM_DELAY()\":{\"returns\":{\"_0\":\"Maximum delay\"}},\"MINIMUM_DELAY()\":{\"returns\":{\"_0\":\"Minimum delay\"}},\"acceptAdmin()\":{\"custom:access\":\"Sender must be pending admin\",\"custom:event\":\"Emit NewAdmin with old and new admin\"},\"cancelTransaction(address,uint256,string,bytes,uint256)\":{\"custom:access\":\"Sender must be admin\",\"custom:event\":\"Emit CancelTransaction\",\"params\":{\"data\":\"Arguments to be passed to the function when called\",\"eta\":\"Timestamp after which the transaction can be executed\",\"signature\":\"Signature of the function to be called\",\"target\":\"Address of the contract with the method to be called\",\"value\":\"Native token amount sent with the transaction\"}},\"executeTransaction(address,uint256,string,bytes,uint256)\":{\"custom:access\":\"Sender must be admin\",\"custom:event\":\"Emit ExecuteTransaction\",\"params\":{\"data\":\"Arguments to be passed to the function when called\",\"eta\":\"Timestamp after which the transaction can be executed\",\"signature\":\"Signature of the function to be called\",\"target\":\"Address of the contract with the method to be called\",\"value\":\"Native token amount sent with the transaction\"},\"returns\":{\"_0\":\"Result of function call\"}},\"queueTransaction(address,uint256,string,bytes,uint256)\":{\"custom:access\":\"Sender must be admin\",\"custom:event\":\"Emit QueueTransaction\",\"params\":{\"data\":\"Arguments to be passed to the function when called\",\"eta\":\"Timestamp after which the transaction can be executed\",\"signature\":\"Signature of the function to be called\",\"target\":\"Address of the contract with the method to be called\",\"value\":\"Native token amount sent with the transaction\"},\"returns\":{\"_0\":\"Hash of the queued transaction\"}},\"setDelay(uint256)\":{\"custom:access\":\"Sender must be Timelock itself\",\"custom:event\":\"Emit NewDelay with old and new delay\",\"params\":{\"delay_\":\"The new delay period for the transaction queue\"}},\"setPendingAdmin(address)\":{\"custom:access\":\"Sender must be Timelock contract itself or admin\",\"custom:event\":\"Emit NewPendingAdmin with new pending admin\",\"params\":{\"pendingAdmin_\":\"Address of the proposed admin\"}}},\"title\":\"TimelockV8\",\"version\":1},\"userdoc\":{\"errors\":{\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"CancelTransaction(bytes32,address,uint256,string,bytes,uint256)\":{\"notice\":\"Event emitted when a proposal transaction has been cancelled\"},\"ExecuteTransaction(bytes32,address,uint256,string,bytes,uint256)\":{\"notice\":\"Event emitted when a proposal transaction has been executed\"},\"NewAdmin(address,address)\":{\"notice\":\"Event emitted when a new admin is accepted\"},\"NewDelay(uint256,uint256)\":{\"notice\":\"Event emitted when a new delay is proposed\"},\"NewPendingAdmin(address)\":{\"notice\":\"Event emitted when a new admin is proposed\"},\"QueueTransaction(bytes32,address,uint256,string,bytes,uint256)\":{\"notice\":\"Event emitted when a proposal transaction has been queued\"}},\"kind\":\"user\",\"methods\":{\"GRACE_PERIOD()\":{\"notice\":\"Return grace period\"},\"MAXIMUM_DELAY()\":{\"notice\":\"Return required maximum delay\"},\"MINIMUM_DELAY()\":{\"notice\":\"Return required minimum delay\"},\"acceptAdmin()\":{\"notice\":\"Method for accepting a proposed admin\"},\"admin()\":{\"notice\":\"Timelock admin authorized to queue and execute transactions\"},\"cancelTransaction(address,uint256,string,bytes,uint256)\":{\"notice\":\"Called to cancel a queued transaction\"},\"delay()\":{\"notice\":\"Period for a proposal transaction to be queued\"},\"executeTransaction(address,uint256,string,bytes,uint256)\":{\"notice\":\"Called to execute a queued transaction\"},\"pendingAdmin()\":{\"notice\":\"Account proposed as the next admin\"},\"queueTransaction(address,uint256,string,bytes,uint256)\":{\"notice\":\"Called for each action when queuing a proposal\"},\"queuedTransactions(bytes32)\":{\"notice\":\"Mapping of queued transactions\"},\"setDelay(uint256)\":{\"notice\":\"Setter for the transaction queue delay\"},\"setPendingAdmin(address)\":{\"notice\":\"Method to propose a new admin authorized to call timelock functions. This should be the Governor Contract\"}},\"notice\":\"The Timelock contract using solidity V8. This contract also differs from the original timelock because it has a virtual function to get minimum delays and allow test deployments to override the value.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Governance/TimelockV8.sol\":\"TimelockV8\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@venusprotocol/solidity-utilities/contracts/validators.sol\":{\"keccak256\":\"0xdb88e14d50dd21889ca3329d755673d022c47e8da005b6a545c7f69c2c4b7b86\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://7fc4c2b30dabdce32229df72fd00fa49d5a813bea8a7717fe8481cc5896d4183\",\"dweb:/ipfs/QmZmxLnp3QSBahyRaUhezdVLPsTtXErghdLHpiGrkr19XJ\"]},\"contracts/Governance/TimelockV8.sol\":{\"keccak256\":\"0x14dc68819f1d7e496cf07d688818fdc6f2dcb15e4fcc9e622732325d1727d613\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://b5a08c29af17c76ba2286d841a2b06ad4011ce8c1b07aa5a266990dad30cdfc9\",\"dweb:/ipfs/QmT4s8gvuUknPF3QjRUwSyFveQ3j2yJ3H91P7MCe1k4vTe\"]}},\"version\":1}",
|
|
527
|
+
"zk_version": "1.5.3"
|
|
528
|
+
},
|
|
529
|
+
"bytecode": "0x0004000000000002001100000000000200000000030100190000006004300270000001b60340019700030000003103550002000000010355000001b60040019d0000000100200190000000330000c13d0000008007000039000000400070043f000000040030008c0000030d0000413d000000000201043b000000e002200270000001c50020009c000000580000a13d000001c60020009c000000730000a13d000001c70020009c000001420000213d000001ca0020009c000001640000613d000001cb0020009c0000030d0000c13d000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000601043b00000000010004100000000002000411000000000012004b000002d70000c13d00000e0f0060008c000002ef0000213d000001c101000041000000800010043f0000002001000039000000840010043f0000003401000039000000a40010043f000001dc01000041000000c40010043f000001dd01000041000000e40010043f000001d901000041000006d4000104300000000002000416000000000002004b000000560000c13d0000001f02300039000001b7022001970000008002200039000000400020043f0000001f0430018f000001b8053001980000008002500039000000440000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000400000c13d000000000004004b000000510000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c000000560000413d000000800200043d000001b90020009c000000660000a13d0000000001000019000006d400010430000001cf0020009c000000800000213d000001d30020009c0000016b0000613d000001d40020009c000002030000613d000001d50020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d0000000101000039000000000101041a0000014a0000013d000000a00100043d00000e0f0010008c0000014e0000213d000000400100043d0000006402100039000001c30300004100000000003204350000004402100039000001c403000041000000000032043500000024021000390000003703000039000001590000013d000001cc0020009c000002260000613d000001cd0020009c0000022e0000613d000001ce0020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d00000e1001000039000000800010043f000001d601000041000006d30001042e000001d00020009c000002350000613d000001d10020009c000002970000613d000001d20020009c0000030d0000c13d000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000402043b000001e00040009c000000560000213d0000002302400039000000000032004b000000560000813d0000000402400039000000000521034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405400039000e00000005001d0000000f04500029000000000034004b000000560000213d0000006404100370000000000504043b000001e00050009c000000560000213d0000002304500039000000000034004b000000560000813d0000000404500039000000000641034f000000000606043b000d00000006001d000001e00060009c000000560000213d0000002406500039000c00000006001d0000000d05600029000000000035004b000000560000213d0000008403100370000000000303043b000b00000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000032e0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002002200039000000000521034f0000000f03000029000001400030043f0000020d06300198000a001f00300193000800000006001d0000016003600039000000d40000613d0000016006000039000000000705034f000000007807043c0000000006860436000000000036004b000000d00000c13d0000000a0000006b000000e20000613d00000008055003600000000a060000290000000306600210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005304350000000f05000029000001600350003900000000000304350000001f035000390000020d06300197000000c003600039000001000030043f0000002003400039000000000431034f00000160016000390000000d0300002900000000003104350000020d053001980009001f00300193000600000006001d0000018001600039000700000005001d0000000003510019000000fb0000613d000000000504034f0000000006010019000000005705043c0000000006760436000000000036004b000000f70000c13d000000090000006b000001090000613d000000070440036000000009050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000d04000029000000000314001900000000000304350000000b03000029000001200030043f0000001f034000390005020d0030019b0000000501100029000000610310008a0000020d02300197000000a00110008a000000800010043f000001e30020009c000001fd0000213d0000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004820000c13d000000400100043d0000006402100039000001e70300004100000000003204350000004402100039000001e803000041000000000032043500000024021000390000003b03000039000001590000013d000001c80020009c000002ae0000613d000001c90020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d000000000100041a000001b901100197000000800010043f000001d601000041000006d30001042e000001ba0010009c000002c20000413d000000400100043d0000006402100039000001bf0300004100000000003204350000004402100039000001c0030000410000000000320435000000240210003900000038030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001c2011001c7000006d4000104300000000001000416000000000001004b000000560000c13d000001de01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d0000000404200039000000000541034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405200039000d00000005001d000e000f0050002d0000000e0030006b000000560000213d0000006402100370000000000502043b000001e00050009c000000560000213d0000002302500039000000000032004b000000560000813d0000000402500039000000000621034f000000000606043b000c00000006001d000001e00060009c000000560000213d0000002406500039000a00000006001d000b000c0060002d0000000b0030006b000000560000213d000600000007001d0000008403100370000000000303043b000900000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000033a0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002003400039000000000431034f0000000f05000029000001400050043f0000020d035001980007001f00500193000400000003001d0000016003300039000001ba0000613d0000016005000039000000000604034f000000006706043c0000000005750436000000000035004b000001b60000c13d000000070000006b000001c80000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f04000029000001600340003900000000000304350000001f034000390000020d05300197000000c003500039000001000030043f0000002002200039000000000321034f00000160015000390000000c0200002900000000002104350000020d042001980008001f00200193000300000005001d0000018001500039000500000004001d0000000002410019000001e10000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b000001dd0000c13d000000080000006b000001ef0000613d000000050330036000000008040000290000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000c03000029000000000213001900000000000204350000000902000029000001200020043f0000001f023000390002020d0020019b0000000201100029000000610210008a0000020d02200197000000a00110008a000000800010043f000001fe0020009c000003520000413d0000020801000041000000000010043f0000004101000039000000040010043f0000020901000041000006d4000104300000000001000416000000000001004b000000560000c13d0000000101000039000000000201041a000001b9012001970000000006000411000000000016004b000002e30000c13d001100000002001d000000000200041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c7001000000002001d000001b9052001970000800d020000390000000303000039000001fb0400004106d206c80000040f0000000100200190000000560000613d0000001001000029000001bb011001970000000002000411000000000121019f000000000010041b0000001101000029000001bb011001970000000102000039000000000012041b0000000001000019000006d30001042e0000000001000416000000000001004b000000560000c13d0000000201000039000000000101041a000000800010043f000001d601000041000006d30001042e0000000001000416000000000001004b000000560000c13d000001df01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000e00040020003d0000000e04100360000000000404043b000f00000004001d000001e00040009c000000560000213d0000000f022000290000002402200039000000000032004b000000560000213d0000006402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000c00040020003d0000000c04100360000000000404043b000d00000004001d000001e00040009c000000560000213d0000000d022000290000002402200039000000000032004b000000560000213d0000008401100370000000000101043b000b00000001001d000000000100041a000001b9011001970000000002000411000000000012004b000003460000c13d0000000201000039000000000101041a000a00000001001d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b0000000a0010002a000005190000413d0000000a02100029000000400100043d0000000b0020006b0000037d0000813d0000008402100039000001f50300004100000000003204350000006402100039000001f60300004100000000003204350000004402100039000001f7030000410000000000320435000000240210003900000049030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001f8011001c7000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000001b90010009c000000560000213d00000000020004110000000003000410000000000032004b000002a80000613d000000000300041a000001b903300197000000000032004b0000030f0000c13d000001b905100198000002fd0000c13d000001bd01000041000000800010043f000001ec01000041000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000000000010043f0000000301000039000000200010043f0000004002000039000000000100001906d206b30000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000001d601000041000006d30001042e000001b902200198000002cc0000c13d000000400100043d000001bd020000410000000000210435000001b60010009c000001b6010080410000004001100210000001be011001c7000006d400010430000000000300041a000001bb03300197000000000223019f000000000020041b0000000202000039000000000012041b000000200100003900000100001004430000012000000443000001bc01000041000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003101000039000000a40010043f000001d701000041000000c40010043f000001d801000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001f901000041000000c40010043f000001fa01000041000000e40010043f000001d901000041000006d400010430000001ba0060009c0000031b0000413d000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001c001000041000000c40010043f000001bf01000041000000e40010043f000001d901000041000006d4000104300000000101000039000000000201041a000001bb02200197000000000252019f000000000021041b0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000203000039000001eb0400004106d206c80000040f0000000100200190000000560000613d0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001e901000041000000c40010043f000001ea01000041000000e40010043f000001d901000041000006d4000104300000000201000039000000000501041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000303000039000001db04000041001100000006001d06d206c80000040f0000000100200190000000560000613d00000011010000290000000202000039000000000012041b0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003701000039000000a40010043f000001e101000041000000c40010043f000001e201000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001fc01000041000000c40010043f000001fd01000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003601000039000000a40010043f000001ed01000041000000c40010043f000001ee01000041000000e40010043f000001d901000041000006d4000104300000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000100000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004f30000c13d000000400100043d00000064021000390000020c03000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003d03000039000001590000013d0000006002100039000000a0030000390000000000320435000000400210003900000010030000290000000000320435000000c0021000390000000f0400002900000000004204350000002002100039000000110300002900000000003204350000020d05400198000a001f00400193000000e004100039000900000005001d00000000065400190000000e05000029000800200050003d00000002050003670000000807500360000003990000613d000000000807034f0000000009040019000000008a08043c0000000009a90436000000000069004b000003950000c13d0000000a0000006b000003a70000613d00000009077003600000000a080000290000000308800210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007604350000000f07000029000000000674001900000000000604350000001f067000390007020d0060019b00000007044000290000000006240049000000800710003900000000006704350000000d0700002900000000067404360000020d08700198000e001f007001930000000c07000029000600200070003d0000000607500360000c00000008001d0000000005860019000003c00000613d000000000807034f0000000009060019000000008a08043c0000000009a90436000000000059004b000003bc0000c13d0000000e0000006b000003ce0000613d0000000c077003600000000e080000290000000308800210000000000905043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007504350000000d0700002900000000057600190000000000050435000000a0051000390000000b0800002900000000008504350000001f057000390005020d0050019b00000005051000690000000006650019000000000454001900000000004104350000001f046000390000020d044001970000000003140019000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff001001900000050f0000c13d0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e0220019700000001022001bf000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000090430002900000002020003670000000805200360000000090000006b000004300000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b0000042c0000c13d0000000a0000006b0000043e0000613d00000009055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000007033000290000000004130049000000400510003900000000004504350000000d04000029000000000343043600000006042003600000000c023000290000000c0000006b000004500000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b0000044c0000c13d0000000e0000006b0000045e0000613d0000000c044003600000000e050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001f3040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d000000400100043d00000004020000290000000000210435000001b60010009c000001b6010080410000004001100210000001f4011001c7000006d30001042e0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000080430002900000002020003670000000e05200360000000080000006b000004a80000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000004a40000c13d0000000a0000006b000004b60000613d00000008055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000006033000290000000004130049000000400510003900000000004504350000000d0400002900000000034304360000000c042003600000000702300029000000070000006b000004c80000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000004c40000c13d000000090000006b000004d60000613d000000070440036000000009050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001e6040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d0000030d0000013d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b000000090010006c000005160000813d000000400100043d00000084021000390000020a03000041000000000032043500000064021000390000020b030000410000000000320435000000440210003900000205030000410000000000320435000000240210003900000045030000390000028c0000013d000000000001042f000000400100043d0000006402100039000001f10300004100000000003204350000004402100039000001f2030000410000006f0000013d0000000902000029000001ff0220009c0000051f0000413d0000020801000041000000000010043f0000001101000039000000040010043f0000020901000041000006d400010430000000000021004b0000052b0000a13d000000400100043d00000064021000390000020703000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003303000039000001590000013d0000000101000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d0000000f0000006b000005730000c13d00000002020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000c0200002900000000022104360000000b04000029000000000040007c000000560000213d0000000a0300002900000002043003670000000503200029000000050000006b0000055b0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000005570000c13d000000080000006b000005690000613d000000050440036000000008050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c032000290000000000030435000000000301043300000000010004140000001104000029000000040040008c000005e10000c13d00000001020000390000000101000031000005ff0000013d00000003020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000f0200002900000000022104360000000e04000029000000000040007c000000560000213d0000000d0300002900000002043003670000000403200029000000040000006b0000058f0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b0000058b0000c13d000000070000006b0000059d0000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f032000290000000000030435000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b0000020003100197000000400100043d00000020021000390000000000320435000000240310003900000005043000290000000a050000290000000205500367000000050000006b000005c20000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000005be0000c13d000000080000006b000005d00000613d000000050550036000000008060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000c04000029000000000343001900000000000304350000000403400039000000000031043500000043034000390000020d033001970000000003310019000000000013004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000056b0000013d000001b60010009c000001b601008041000000c001100210000001b60030009c000001b6030080410000006003300210000000100000006b000005f00000c13d000001b60020009c000001b6020080410000004002200210000000000223019f000000000112019f0000001102000029000005fa0000013d0000004004200210000002010440009a000002020020009c000002030400804100000000024300190000000001120019000080090200003900000010030000290000001104000029000000000500001906d206c80000040f00030000000103550000006001100270000101b60010019d000001b601100197000000000001004b000006820000c13d000e00600000003d000000400100043d0000000100200190000006af0000613d00000080021000390000000f03000029000000000032043500000020021000390000008003000039000000000032043500000010020000290000000000210435000000a003100039000000040430002900000002020003670000000d05200360000000040000006b000006190000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000006150000c13d000000070000006b000006270000613d000000040550036000000007060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000003033000290000000004130049000000400510003900000000004504350000000c0400002900000000034304360000000a042003600000000502300029000000050000006b000006390000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000006350000c13d000000080000006b000006470000613d000000050440036000000008050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000c02300029000000000002043500000060021000390000000904000029000000000042043500000002021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d02000039000000030300003900000206040000410000000105000029000000110600002906d206c80000040f00000001002001900000000607000029000000560000613d000000400100043d000000200200003900000000032104360000000e02000029000000000202043300000000002304350000004003100039000000000002004b000006750000613d000000000400001900000000053400190000000006470019000000000606043300000000006504350000002004400039000000000024004b0000066e0000413d0000001f042000390000020d04400197000000000223001900000000000204350000004002400039000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f000006d30001042e000001e00010009c000001fd0000213d0000001f031000390000020d033001970000003f033000390000020d03300197000000400400043d0000000003340019000e00000004001d000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000000e0300002900000000051304360000020d031001980000001f0410018f000600000005001d00000000013500190000000305000367000006a10000613d000000000605034f0000000607000029000000006806043c0000000007870436000000000017004b0000069d0000c13d000000000004004b000006020000613d000000000335034f0000000304400210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000006020000013d00000064021000390000020403000041000003760000013d000000000001042f000001b60010009c000001b6010080410000004001100210000001b60020009c000001b6020080410000006002200210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000006c60000613d000000000101043b000000000001042d0000000001000019000006d400010430000006cb002104210000000102000039000000000001042d0000000002000019000000000001042d000006d0002104230000000102000039000000000001042d0000000002000019000000000001042d000006d200000432000006d30001042e000006d40001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000278d01ffffffffffffffffffffffff000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000006f7420657863656564206d6178696d756d2064656c61792e000000000000000054696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e08c379a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000000000000000000000007420657863656564206d696e696d756d2064656c61792e00000000000000000054696d656c6f636b3a3a636f6e7374727563746f723a2044656c6179206d7573000000000000000000000000000000000000000000000000000000006a42b8f700000000000000000000000000000000000000000000000000000000c1a287e100000000000000000000000000000000000000000000000000000000f2b0653600000000000000000000000000000000000000000000000000000000f2b0653700000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000000000000000000000c1a287e200000000000000000000000000000000000000000000000000000000e177246e000000000000000000000000000000000000000000000000000000006a42b8f8000000000000000000000000000000000000000000000000000000007d645fab00000000000000000000000000000000000000000000000000000000b1b43ae5000000000000000000000000000000000000000000000000000000003a66f900000000000000000000000000000000000000000000000000000000003a66f901000000000000000000000000000000000000000000000000000000004dd18bf500000000000000000000000000000000000000000000000000000000591fcdfe000000000000000000000000000000000000000000000000000000000825f38f000000000000000000000000000000000000000000000000000000000e18b6810000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000002000000080000000000000000054696d656c6f636b3a3a73657444656c61793a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e00000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000000200000000000000000000000000000000000000000000000000000000000000ed0229422af39d4d7d33f7a27d31d6f5cb20ec628293da58dd6e8a528ed466be54696d656c6f636b3a3a73657444656c61793a2044656c6179206d75737420657863656564206d696e696d756d2064656c61792e00000000000000000000000000000000000000000000000000000000000000000000000000000000001275000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000ffffffffffffffff54696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a0000000000000000002000000000000000000000000000000000000400000000000000000000000002fffc091a501fd91bfbff27141450d3acb40fb8e6d8382b243ec7a812a3aaf876e73616374696f6e206973206e6f7420717565756564207965742e000000000054696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2074726154696d656c6f636b3a3a73657450656e64696e6741646d696e3a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e000000000000000069d78e38a01985fbb1462961809b4b2d65531bc93b2b94037f3334b82ca4a756000000000000000000000000000000000000000400000080000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e00000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000073616374696f6e20616c7265616479207175657565642e00000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a207472616e76e2796dc3a81d57b0e8504b647febcbeeb5f4af818e164f11eef8131a6a763f000000000000000000000000000000000000002000000000000000000000000066792064656c61792e00000000000000000000000000000000000000000000006d6174656420657865637574696f6e20626c6f636b206d75737420736174697354696d656c6f636b3a3a71756575655472616e73616374696f6e3a204573746900000000000000000000000000000000000000a400000000000000000000000054696d656c6f636b3a3a61636365707441646d696e3a2043616c6c206d75737420636f6d652066726f6d2070656e64696e6741646d696e2e0000000000000000f9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e0000000000000000000000000000000000000000000000000000000000000000ffffffffffffff80ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed8b00ffffffff00000000000000000000000000000000000000000000000000000000fe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000200000000000000000000000000000000000000ffffffff0000000000000000616e73616374696f6e20657865637574696f6e2072657665727465642e00000054696d656c6f636b3a3a657865637574655472616e73616374696f6e3a205472a560e3198060a2f10670c1ec5b403077ea6ae93ca8de1c32b451dc1a943cd6e7616e73616374696f6e206973207374616c652e000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006c6f636b2e000000000000000000000000000000000000000000000000000000616e73616374696f6e206861736e2774207375727061737365642074696d6520616e73616374696f6e206861736e2774206265656e207175657565642e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00",
|
|
530
|
+
"deployedBytecode": "0x0004000000000002001100000000000200000000030100190000006004300270000001b60340019700030000003103550002000000010355000001b60040019d0000000100200190000000330000c13d0000008007000039000000400070043f000000040030008c0000030d0000413d000000000201043b000000e002200270000001c50020009c000000580000a13d000001c60020009c000000730000a13d000001c70020009c000001420000213d000001ca0020009c000001640000613d000001cb0020009c0000030d0000c13d000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000601043b00000000010004100000000002000411000000000012004b000002d70000c13d00000e0f0060008c000002ef0000213d000001c101000041000000800010043f0000002001000039000000840010043f0000003401000039000000a40010043f000001dc01000041000000c40010043f000001dd01000041000000e40010043f000001d901000041000006d4000104300000000002000416000000000002004b000000560000c13d0000001f02300039000001b7022001970000008002200039000000400020043f0000001f0430018f000001b8053001980000008002500039000000440000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000400000c13d000000000004004b000000510000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c000000560000413d000000800200043d000001b90020009c000000660000a13d0000000001000019000006d400010430000001cf0020009c000000800000213d000001d30020009c0000016b0000613d000001d40020009c000002030000613d000001d50020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d0000000101000039000000000101041a0000014a0000013d000000a00100043d00000e0f0010008c0000014e0000213d000000400100043d0000006402100039000001c30300004100000000003204350000004402100039000001c403000041000000000032043500000024021000390000003703000039000001590000013d000001cc0020009c000002260000613d000001cd0020009c0000022e0000613d000001ce0020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d00000e1001000039000000800010043f000001d601000041000006d30001042e000001d00020009c000002350000613d000001d10020009c000002970000613d000001d20020009c0000030d0000c13d000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000402043b000001e00040009c000000560000213d0000002302400039000000000032004b000000560000813d0000000402400039000000000521034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405400039000e00000005001d0000000f04500029000000000034004b000000560000213d0000006404100370000000000504043b000001e00050009c000000560000213d0000002304500039000000000034004b000000560000813d0000000404500039000000000641034f000000000606043b000d00000006001d000001e00060009c000000560000213d0000002406500039000c00000006001d0000000d05600029000000000035004b000000560000213d0000008403100370000000000303043b000b00000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000032e0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002002200039000000000521034f0000000f03000029000001400030043f0000020d06300198000a001f00300193000800000006001d0000016003600039000000d40000613d0000016006000039000000000705034f000000007807043c0000000006860436000000000036004b000000d00000c13d0000000a0000006b000000e20000613d00000008055003600000000a060000290000000306600210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005304350000000f05000029000001600350003900000000000304350000001f035000390000020d06300197000000c003600039000001000030043f0000002003400039000000000431034f00000160016000390000000d0300002900000000003104350000020d053001980009001f00300193000600000006001d0000018001600039000700000005001d0000000003510019000000fb0000613d000000000504034f0000000006010019000000005705043c0000000006760436000000000036004b000000f70000c13d000000090000006b000001090000613d000000070440036000000009050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000d04000029000000000314001900000000000304350000000b03000029000001200030043f0000001f034000390005020d0030019b0000000501100029000000610310008a0000020d02300197000000a00110008a000000800010043f000001e30020009c000001fd0000213d0000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004820000c13d000000400100043d0000006402100039000001e70300004100000000003204350000004402100039000001e803000041000000000032043500000024021000390000003b03000039000001590000013d000001c80020009c000002ae0000613d000001c90020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d000000000100041a000001b901100197000000800010043f000001d601000041000006d30001042e000001ba0010009c000002c20000413d000000400100043d0000006402100039000001bf0300004100000000003204350000004402100039000001c0030000410000000000320435000000240210003900000038030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001c2011001c7000006d4000104300000000001000416000000000001004b000000560000c13d000001de01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d0000000404200039000000000541034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405200039000d00000005001d000e000f0050002d0000000e0030006b000000560000213d0000006402100370000000000502043b000001e00050009c000000560000213d0000002302500039000000000032004b000000560000813d0000000402500039000000000621034f000000000606043b000c00000006001d000001e00060009c000000560000213d0000002406500039000a00000006001d000b000c0060002d0000000b0030006b000000560000213d000600000007001d0000008403100370000000000303043b000900000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000033a0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002003400039000000000431034f0000000f05000029000001400050043f0000020d035001980007001f00500193000400000003001d0000016003300039000001ba0000613d0000016005000039000000000604034f000000006706043c0000000005750436000000000035004b000001b60000c13d000000070000006b000001c80000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f04000029000001600340003900000000000304350000001f034000390000020d05300197000000c003500039000001000030043f0000002002200039000000000321034f00000160015000390000000c0200002900000000002104350000020d042001980008001f00200193000300000005001d0000018001500039000500000004001d0000000002410019000001e10000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b000001dd0000c13d000000080000006b000001ef0000613d000000050330036000000008040000290000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000c03000029000000000213001900000000000204350000000902000029000001200020043f0000001f023000390002020d0020019b0000000201100029000000610210008a0000020d02200197000000a00110008a000000800010043f000001fe0020009c000003520000413d0000020801000041000000000010043f0000004101000039000000040010043f0000020901000041000006d4000104300000000001000416000000000001004b000000560000c13d0000000101000039000000000201041a000001b9012001970000000006000411000000000016004b000002e30000c13d001100000002001d000000000200041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c7001000000002001d000001b9052001970000800d020000390000000303000039000001fb0400004106d206c80000040f0000000100200190000000560000613d0000001001000029000001bb011001970000000002000411000000000121019f000000000010041b0000001101000029000001bb011001970000000102000039000000000012041b0000000001000019000006d30001042e0000000001000416000000000001004b000000560000c13d0000000201000039000000000101041a000000800010043f000001d601000041000006d30001042e0000000001000416000000000001004b000000560000c13d000001df01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000e00040020003d0000000e04100360000000000404043b000f00000004001d000001e00040009c000000560000213d0000000f022000290000002402200039000000000032004b000000560000213d0000006402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000c00040020003d0000000c04100360000000000404043b000d00000004001d000001e00040009c000000560000213d0000000d022000290000002402200039000000000032004b000000560000213d0000008401100370000000000101043b000b00000001001d000000000100041a000001b9011001970000000002000411000000000012004b000003460000c13d0000000201000039000000000101041a000a00000001001d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b0000000a0010002a000005190000413d0000000a02100029000000400100043d0000000b0020006b0000037d0000813d0000008402100039000001f50300004100000000003204350000006402100039000001f60300004100000000003204350000004402100039000001f7030000410000000000320435000000240210003900000049030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001f8011001c7000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000001b90010009c000000560000213d00000000020004110000000003000410000000000032004b000002a80000613d000000000300041a000001b903300197000000000032004b0000030f0000c13d000001b905100198000002fd0000c13d000001bd01000041000000800010043f000001ec01000041000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000000000010043f0000000301000039000000200010043f0000004002000039000000000100001906d206b30000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000001d601000041000006d30001042e000001b902200198000002cc0000c13d000000400100043d000001bd020000410000000000210435000001b60010009c000001b6010080410000004001100210000001be011001c7000006d400010430000000000300041a000001bb03300197000000000223019f000000000020041b0000000202000039000000000012041b000000200100003900000100001004430000012000000443000001bc01000041000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003101000039000000a40010043f000001d701000041000000c40010043f000001d801000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001f901000041000000c40010043f000001fa01000041000000e40010043f000001d901000041000006d400010430000001ba0060009c0000031b0000413d000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001c001000041000000c40010043f000001bf01000041000000e40010043f000001d901000041000006d4000104300000000101000039000000000201041a000001bb02200197000000000252019f000000000021041b0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000203000039000001eb0400004106d206c80000040f0000000100200190000000560000613d0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001e901000041000000c40010043f000001ea01000041000000e40010043f000001d901000041000006d4000104300000000201000039000000000501041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000303000039000001db04000041001100000006001d06d206c80000040f0000000100200190000000560000613d00000011010000290000000202000039000000000012041b0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003701000039000000a40010043f000001e101000041000000c40010043f000001e201000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001fc01000041000000c40010043f000001fd01000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003601000039000000a40010043f000001ed01000041000000c40010043f000001ee01000041000000e40010043f000001d901000041000006d4000104300000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000100000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004f30000c13d000000400100043d00000064021000390000020c03000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003d03000039000001590000013d0000006002100039000000a0030000390000000000320435000000400210003900000010030000290000000000320435000000c0021000390000000f0400002900000000004204350000002002100039000000110300002900000000003204350000020d05400198000a001f00400193000000e004100039000900000005001d00000000065400190000000e05000029000800200050003d00000002050003670000000807500360000003990000613d000000000807034f0000000009040019000000008a08043c0000000009a90436000000000069004b000003950000c13d0000000a0000006b000003a70000613d00000009077003600000000a080000290000000308800210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007604350000000f07000029000000000674001900000000000604350000001f067000390007020d0060019b00000007044000290000000006240049000000800710003900000000006704350000000d0700002900000000067404360000020d08700198000e001f007001930000000c07000029000600200070003d0000000607500360000c00000008001d0000000005860019000003c00000613d000000000807034f0000000009060019000000008a08043c0000000009a90436000000000059004b000003bc0000c13d0000000e0000006b000003ce0000613d0000000c077003600000000e080000290000000308800210000000000905043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007504350000000d0700002900000000057600190000000000050435000000a0051000390000000b0800002900000000008504350000001f057000390005020d0050019b00000005051000690000000006650019000000000454001900000000004104350000001f046000390000020d044001970000000003140019000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff001001900000050f0000c13d0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e0220019700000001022001bf000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000090430002900000002020003670000000805200360000000090000006b000004300000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b0000042c0000c13d0000000a0000006b0000043e0000613d00000009055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000007033000290000000004130049000000400510003900000000004504350000000d04000029000000000343043600000006042003600000000c023000290000000c0000006b000004500000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b0000044c0000c13d0000000e0000006b0000045e0000613d0000000c044003600000000e050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001f3040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d000000400100043d00000004020000290000000000210435000001b60010009c000001b6010080410000004001100210000001f4011001c7000006d30001042e0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000080430002900000002020003670000000e05200360000000080000006b000004a80000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000004a40000c13d0000000a0000006b000004b60000613d00000008055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000006033000290000000004130049000000400510003900000000004504350000000d0400002900000000034304360000000c042003600000000702300029000000070000006b000004c80000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000004c40000c13d000000090000006b000004d60000613d000000070440036000000009050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001e6040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d0000030d0000013d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b000000090010006c000005160000813d000000400100043d00000084021000390000020a03000041000000000032043500000064021000390000020b030000410000000000320435000000440210003900000205030000410000000000320435000000240210003900000045030000390000028c0000013d000000000001042f000000400100043d0000006402100039000001f10300004100000000003204350000004402100039000001f2030000410000006f0000013d0000000902000029000001ff0220009c0000051f0000413d0000020801000041000000000010043f0000001101000039000000040010043f0000020901000041000006d400010430000000000021004b0000052b0000a13d000000400100043d00000064021000390000020703000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003303000039000001590000013d0000000101000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d0000000f0000006b000005730000c13d00000002020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000c0200002900000000022104360000000b04000029000000000040007c000000560000213d0000000a0300002900000002043003670000000503200029000000050000006b0000055b0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000005570000c13d000000080000006b000005690000613d000000050440036000000008050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c032000290000000000030435000000000301043300000000010004140000001104000029000000040040008c000005e10000c13d00000001020000390000000101000031000005ff0000013d00000003020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000f0200002900000000022104360000000e04000029000000000040007c000000560000213d0000000d0300002900000002043003670000000403200029000000040000006b0000058f0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b0000058b0000c13d000000070000006b0000059d0000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f032000290000000000030435000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b0000020003100197000000400100043d00000020021000390000000000320435000000240310003900000005043000290000000a050000290000000205500367000000050000006b000005c20000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000005be0000c13d000000080000006b000005d00000613d000000050550036000000008060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000c04000029000000000343001900000000000304350000000403400039000000000031043500000043034000390000020d033001970000000003310019000000000013004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000056b0000013d000001b60010009c000001b601008041000000c001100210000001b60030009c000001b6030080410000006003300210000000100000006b000005f00000c13d000001b60020009c000001b6020080410000004002200210000000000223019f000000000112019f0000001102000029000005fa0000013d0000004004200210000002010440009a000002020020009c000002030400804100000000024300190000000001120019000080090200003900000010030000290000001104000029000000000500001906d206c80000040f00030000000103550000006001100270000101b60010019d000001b601100197000000000001004b000006820000c13d000e00600000003d000000400100043d0000000100200190000006af0000613d00000080021000390000000f03000029000000000032043500000020021000390000008003000039000000000032043500000010020000290000000000210435000000a003100039000000040430002900000002020003670000000d05200360000000040000006b000006190000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000006150000c13d000000070000006b000006270000613d000000040550036000000007060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000003033000290000000004130049000000400510003900000000004504350000000c0400002900000000034304360000000a042003600000000502300029000000050000006b000006390000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000006350000c13d000000080000006b000006470000613d000000050440036000000008050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000c02300029000000000002043500000060021000390000000904000029000000000042043500000002021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d02000039000000030300003900000206040000410000000105000029000000110600002906d206c80000040f00000001002001900000000607000029000000560000613d000000400100043d000000200200003900000000032104360000000e02000029000000000202043300000000002304350000004003100039000000000002004b000006750000613d000000000400001900000000053400190000000006470019000000000606043300000000006504350000002004400039000000000024004b0000066e0000413d0000001f042000390000020d04400197000000000223001900000000000204350000004002400039000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f000006d30001042e000001e00010009c000001fd0000213d0000001f031000390000020d033001970000003f033000390000020d03300197000000400400043d0000000003340019000e00000004001d000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000000e0300002900000000051304360000020d031001980000001f0410018f000600000005001d00000000013500190000000305000367000006a10000613d000000000605034f0000000607000029000000006806043c0000000007870436000000000017004b0000069d0000c13d000000000004004b000006020000613d000000000335034f0000000304400210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000006020000013d00000064021000390000020403000041000003760000013d000000000001042f000001b60010009c000001b6010080410000004001100210000001b60020009c000001b6020080410000006002200210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000006c60000613d000000000101043b000000000001042d0000000001000019000006d400010430000006cb002104210000000102000039000000000001042d0000000002000019000000000001042d000006d0002104230000000102000039000000000001042d0000000002000019000000000001042d000006d200000432000006d30001042e000006d40001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000278d01ffffffffffffffffffffffff000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000006f7420657863656564206d6178696d756d2064656c61792e000000000000000054696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e08c379a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000000000000000000000007420657863656564206d696e696d756d2064656c61792e00000000000000000054696d656c6f636b3a3a636f6e7374727563746f723a2044656c6179206d7573000000000000000000000000000000000000000000000000000000006a42b8f700000000000000000000000000000000000000000000000000000000c1a287e100000000000000000000000000000000000000000000000000000000f2b0653600000000000000000000000000000000000000000000000000000000f2b0653700000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000000000000000000000c1a287e200000000000000000000000000000000000000000000000000000000e177246e000000000000000000000000000000000000000000000000000000006a42b8f8000000000000000000000000000000000000000000000000000000007d645fab00000000000000000000000000000000000000000000000000000000b1b43ae5000000000000000000000000000000000000000000000000000000003a66f900000000000000000000000000000000000000000000000000000000003a66f901000000000000000000000000000000000000000000000000000000004dd18bf500000000000000000000000000000000000000000000000000000000591fcdfe000000000000000000000000000000000000000000000000000000000825f38f000000000000000000000000000000000000000000000000000000000e18b6810000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000002000000080000000000000000054696d656c6f636b3a3a73657444656c61793a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e00000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000000200000000000000000000000000000000000000000000000000000000000000ed0229422af39d4d7d33f7a27d31d6f5cb20ec628293da58dd6e8a528ed466be54696d656c6f636b3a3a73657444656c61793a2044656c6179206d75737420657863656564206d696e696d756d2064656c61792e00000000000000000000000000000000000000000000000000000000000000000000000000000000001275000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000ffffffffffffffff54696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a0000000000000000002000000000000000000000000000000000000400000000000000000000000002fffc091a501fd91bfbff27141450d3acb40fb8e6d8382b243ec7a812a3aaf876e73616374696f6e206973206e6f7420717565756564207965742e000000000054696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2074726154696d656c6f636b3a3a73657450656e64696e6741646d696e3a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e000000000000000069d78e38a01985fbb1462961809b4b2d65531bc93b2b94037f3334b82ca4a756000000000000000000000000000000000000000400000080000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e00000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000073616374696f6e20616c7265616479207175657565642e00000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a207472616e76e2796dc3a81d57b0e8504b647febcbeeb5f4af818e164f11eef8131a6a763f000000000000000000000000000000000000002000000000000000000000000066792064656c61792e00000000000000000000000000000000000000000000006d6174656420657865637574696f6e20626c6f636b206d75737420736174697354696d656c6f636b3a3a71756575655472616e73616374696f6e3a204573746900000000000000000000000000000000000000a400000000000000000000000054696d656c6f636b3a3a61636365707441646d696e3a2043616c6c206d75737420636f6d652066726f6d2070656e64696e6741646d696e2e0000000000000000f9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e0000000000000000000000000000000000000000000000000000000000000000ffffffffffffff80ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed8b00ffffffff00000000000000000000000000000000000000000000000000000000fe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000200000000000000000000000000000000000000ffffffff0000000000000000616e73616374696f6e20657865637574696f6e2072657665727465642e00000054696d656c6f636b3a3a657865637574655472616e73616374696f6e3a205472a560e3198060a2f10670c1ec5b403077ea6ae93ca8de1c32b451dc1a943cd6e7616e73616374696f6e206973207374616c652e000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006c6f636b2e000000000000000000000000000000000000000000000000000000616e73616374696f6e206861736e2774207375727061737365642074696d6520616e73616374696f6e206861736e2774206265656e207175657565642e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00",
|
|
531
|
+
"devdoc": {
|
|
532
|
+
"author": "Venus",
|
|
533
|
+
"kind": "dev",
|
|
534
|
+
"methods": {
|
|
535
|
+
"GRACE_PERIOD()": {
|
|
536
|
+
"returns": {
|
|
537
|
+
"_0": "The duration of the grace period, specified as a uint256 value."
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"MAXIMUM_DELAY()": {
|
|
541
|
+
"returns": {
|
|
542
|
+
"_0": "Maximum delay"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"MINIMUM_DELAY()": {
|
|
546
|
+
"returns": {
|
|
547
|
+
"_0": "Minimum delay"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
"acceptAdmin()": {
|
|
551
|
+
"custom:access": "Sender must be pending admin",
|
|
552
|
+
"custom:event": "Emit NewAdmin with old and new admin"
|
|
553
|
+
},
|
|
554
|
+
"cancelTransaction(address,uint256,string,bytes,uint256)": {
|
|
555
|
+
"custom:access": "Sender must be admin",
|
|
556
|
+
"custom:event": "Emit CancelTransaction",
|
|
557
|
+
"params": {
|
|
558
|
+
"data": "Arguments to be passed to the function when called",
|
|
559
|
+
"eta": "Timestamp after which the transaction can be executed",
|
|
560
|
+
"signature": "Signature of the function to be called",
|
|
561
|
+
"target": "Address of the contract with the method to be called",
|
|
562
|
+
"value": "Native token amount sent with the transaction"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"executeTransaction(address,uint256,string,bytes,uint256)": {
|
|
566
|
+
"custom:access": "Sender must be admin",
|
|
567
|
+
"custom:event": "Emit ExecuteTransaction",
|
|
568
|
+
"params": {
|
|
569
|
+
"data": "Arguments to be passed to the function when called",
|
|
570
|
+
"eta": "Timestamp after which the transaction can be executed",
|
|
571
|
+
"signature": "Signature of the function to be called",
|
|
572
|
+
"target": "Address of the contract with the method to be called",
|
|
573
|
+
"value": "Native token amount sent with the transaction"
|
|
574
|
+
},
|
|
575
|
+
"returns": {
|
|
576
|
+
"_0": "Result of function call"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"queueTransaction(address,uint256,string,bytes,uint256)": {
|
|
580
|
+
"custom:access": "Sender must be admin",
|
|
581
|
+
"custom:event": "Emit QueueTransaction",
|
|
582
|
+
"params": {
|
|
583
|
+
"data": "Arguments to be passed to the function when called",
|
|
584
|
+
"eta": "Timestamp after which the transaction can be executed",
|
|
585
|
+
"signature": "Signature of the function to be called",
|
|
586
|
+
"target": "Address of the contract with the method to be called",
|
|
587
|
+
"value": "Native token amount sent with the transaction"
|
|
588
|
+
},
|
|
589
|
+
"returns": {
|
|
590
|
+
"_0": "Hash of the queued transaction"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"setDelay(uint256)": {
|
|
594
|
+
"custom:access": "Sender must be Timelock itself",
|
|
595
|
+
"custom:event": "Emit NewDelay with old and new delay",
|
|
596
|
+
"params": {
|
|
597
|
+
"delay_": "The new delay period for the transaction queue"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"setPendingAdmin(address)": {
|
|
601
|
+
"custom:access": "Sender must be Timelock contract itself or admin",
|
|
602
|
+
"custom:event": "Emit NewPendingAdmin with new pending admin",
|
|
603
|
+
"params": {
|
|
604
|
+
"pendingAdmin_": "Address of the proposed admin"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"title": "TimelockV8",
|
|
609
|
+
"version": 1
|
|
610
|
+
},
|
|
611
|
+
"userdoc": {
|
|
612
|
+
"errors": {
|
|
613
|
+
"ZeroAddressNotAllowed()": [
|
|
614
|
+
{
|
|
615
|
+
"notice": "Thrown if the supplied address is a zero address where it is not allowed"
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
"events": {
|
|
620
|
+
"CancelTransaction(bytes32,address,uint256,string,bytes,uint256)": {
|
|
621
|
+
"notice": "Event emitted when a proposal transaction has been cancelled"
|
|
622
|
+
},
|
|
623
|
+
"ExecuteTransaction(bytes32,address,uint256,string,bytes,uint256)": {
|
|
624
|
+
"notice": "Event emitted when a proposal transaction has been executed"
|
|
625
|
+
},
|
|
626
|
+
"NewAdmin(address,address)": {
|
|
627
|
+
"notice": "Event emitted when a new admin is accepted"
|
|
628
|
+
},
|
|
629
|
+
"NewDelay(uint256,uint256)": {
|
|
630
|
+
"notice": "Event emitted when a new delay is proposed"
|
|
631
|
+
},
|
|
632
|
+
"NewPendingAdmin(address)": {
|
|
633
|
+
"notice": "Event emitted when a new admin is proposed"
|
|
634
|
+
},
|
|
635
|
+
"QueueTransaction(bytes32,address,uint256,string,bytes,uint256)": {
|
|
636
|
+
"notice": "Event emitted when a proposal transaction has been queued"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"kind": "user",
|
|
640
|
+
"methods": {
|
|
641
|
+
"GRACE_PERIOD()": {
|
|
642
|
+
"notice": "Return grace period"
|
|
643
|
+
},
|
|
644
|
+
"MAXIMUM_DELAY()": {
|
|
645
|
+
"notice": "Return required maximum delay"
|
|
646
|
+
},
|
|
647
|
+
"MINIMUM_DELAY()": {
|
|
648
|
+
"notice": "Return required minimum delay"
|
|
649
|
+
},
|
|
650
|
+
"acceptAdmin()": {
|
|
651
|
+
"notice": "Method for accepting a proposed admin"
|
|
652
|
+
},
|
|
653
|
+
"admin()": {
|
|
654
|
+
"notice": "Timelock admin authorized to queue and execute transactions"
|
|
655
|
+
},
|
|
656
|
+
"cancelTransaction(address,uint256,string,bytes,uint256)": {
|
|
657
|
+
"notice": "Called to cancel a queued transaction"
|
|
658
|
+
},
|
|
659
|
+
"delay()": {
|
|
660
|
+
"notice": "Period for a proposal transaction to be queued"
|
|
661
|
+
},
|
|
662
|
+
"executeTransaction(address,uint256,string,bytes,uint256)": {
|
|
663
|
+
"notice": "Called to execute a queued transaction"
|
|
664
|
+
},
|
|
665
|
+
"pendingAdmin()": {
|
|
666
|
+
"notice": "Account proposed as the next admin"
|
|
667
|
+
},
|
|
668
|
+
"queueTransaction(address,uint256,string,bytes,uint256)": {
|
|
669
|
+
"notice": "Called for each action when queuing a proposal"
|
|
670
|
+
},
|
|
671
|
+
"queuedTransactions(bytes32)": {
|
|
672
|
+
"notice": "Mapping of queued transactions"
|
|
673
|
+
},
|
|
674
|
+
"setDelay(uint256)": {
|
|
675
|
+
"notice": "Setter for the transaction queue delay"
|
|
676
|
+
},
|
|
677
|
+
"setPendingAdmin(address)": {
|
|
678
|
+
"notice": "Method to propose a new admin authorized to call timelock functions. This should be the Governor Contract"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"notice": "The Timelock contract using solidity V8. This contract also differs from the original timelock because it has a virtual function to get minimum delays and allow test deployments to override the value.",
|
|
682
|
+
"version": 1
|
|
683
|
+
},
|
|
684
|
+
"storageLayout": {
|
|
685
|
+
"storage": [
|
|
686
|
+
{
|
|
687
|
+
"astId": 60,
|
|
688
|
+
"contract": "contracts/Governance/TimelockV8.sol:TimelockV8",
|
|
689
|
+
"label": "admin",
|
|
690
|
+
"offset": 0,
|
|
691
|
+
"slot": "0",
|
|
692
|
+
"type": "t_address"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"astId": 63,
|
|
696
|
+
"contract": "contracts/Governance/TimelockV8.sol:TimelockV8",
|
|
697
|
+
"label": "pendingAdmin",
|
|
698
|
+
"offset": 0,
|
|
699
|
+
"slot": "1",
|
|
700
|
+
"type": "t_address"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"astId": 66,
|
|
704
|
+
"contract": "contracts/Governance/TimelockV8.sol:TimelockV8",
|
|
705
|
+
"label": "delay",
|
|
706
|
+
"offset": 0,
|
|
707
|
+
"slot": "2",
|
|
708
|
+
"type": "t_uint256"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"astId": 71,
|
|
712
|
+
"contract": "contracts/Governance/TimelockV8.sol:TimelockV8",
|
|
713
|
+
"label": "queuedTransactions",
|
|
714
|
+
"offset": 0,
|
|
715
|
+
"slot": "3",
|
|
716
|
+
"type": "t_mapping(t_bytes32,t_bool)"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"types": {
|
|
720
|
+
"t_address": {
|
|
721
|
+
"encoding": "inplace",
|
|
722
|
+
"label": "address",
|
|
723
|
+
"numberOfBytes": "20"
|
|
724
|
+
},
|
|
725
|
+
"t_bool": {
|
|
726
|
+
"encoding": "inplace",
|
|
727
|
+
"label": "bool",
|
|
728
|
+
"numberOfBytes": "1"
|
|
729
|
+
},
|
|
730
|
+
"t_bytes32": {
|
|
731
|
+
"encoding": "inplace",
|
|
732
|
+
"label": "bytes32",
|
|
733
|
+
"numberOfBytes": "32"
|
|
734
|
+
},
|
|
735
|
+
"t_mapping(t_bytes32,t_bool)": {
|
|
736
|
+
"encoding": "mapping",
|
|
737
|
+
"key": "t_bytes32",
|
|
738
|
+
"label": "mapping(bytes32 => bool)",
|
|
739
|
+
"numberOfBytes": "32",
|
|
740
|
+
"value": "t_bool"
|
|
741
|
+
},
|
|
742
|
+
"t_uint256": {
|
|
743
|
+
"encoding": "inplace",
|
|
744
|
+
"label": "uint256",
|
|
745
|
+
"numberOfBytes": "32"
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"factoryDeps": [
|
|
750
|
+
"0x0004000000000002001100000000000200000000030100190000006004300270000001b60340019700030000003103550002000000010355000001b60040019d0000000100200190000000330000c13d0000008007000039000000400070043f000000040030008c0000030d0000413d000000000201043b000000e002200270000001c50020009c000000580000a13d000001c60020009c000000730000a13d000001c70020009c000001420000213d000001ca0020009c000001640000613d000001cb0020009c0000030d0000c13d000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000601043b00000000010004100000000002000411000000000012004b000002d70000c13d00000e0f0060008c000002ef0000213d000001c101000041000000800010043f0000002001000039000000840010043f0000003401000039000000a40010043f000001dc01000041000000c40010043f000001dd01000041000000e40010043f000001d901000041000006d4000104300000000002000416000000000002004b000000560000c13d0000001f02300039000001b7022001970000008002200039000000400020043f0000001f0430018f000001b8053001980000008002500039000000440000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000400000c13d000000000004004b000000510000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c000000560000413d000000800200043d000001b90020009c000000660000a13d0000000001000019000006d400010430000001cf0020009c000000800000213d000001d30020009c0000016b0000613d000001d40020009c000002030000613d000001d50020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d0000000101000039000000000101041a0000014a0000013d000000a00100043d00000e0f0010008c0000014e0000213d000000400100043d0000006402100039000001c30300004100000000003204350000004402100039000001c403000041000000000032043500000024021000390000003703000039000001590000013d000001cc0020009c000002260000613d000001cd0020009c0000022e0000613d000001ce0020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d00000e1001000039000000800010043f000001d601000041000006d30001042e000001d00020009c000002350000613d000001d10020009c000002970000613d000001d20020009c0000030d0000c13d000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000402043b000001e00040009c000000560000213d0000002302400039000000000032004b000000560000813d0000000402400039000000000521034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405400039000e00000005001d0000000f04500029000000000034004b000000560000213d0000006404100370000000000504043b000001e00050009c000000560000213d0000002304500039000000000034004b000000560000813d0000000404500039000000000641034f000000000606043b000d00000006001d000001e00060009c000000560000213d0000002406500039000c00000006001d0000000d05600029000000000035004b000000560000213d0000008403100370000000000303043b000b00000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000032e0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002002200039000000000521034f0000000f03000029000001400030043f0000020d06300198000a001f00300193000800000006001d0000016003600039000000d40000613d0000016006000039000000000705034f000000007807043c0000000006860436000000000036004b000000d00000c13d0000000a0000006b000000e20000613d00000008055003600000000a060000290000000306600210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005304350000000f05000029000001600350003900000000000304350000001f035000390000020d06300197000000c003600039000001000030043f0000002003400039000000000431034f00000160016000390000000d0300002900000000003104350000020d053001980009001f00300193000600000006001d0000018001600039000700000005001d0000000003510019000000fb0000613d000000000504034f0000000006010019000000005705043c0000000006760436000000000036004b000000f70000c13d000000090000006b000001090000613d000000070440036000000009050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000d04000029000000000314001900000000000304350000000b03000029000001200030043f0000001f034000390005020d0030019b0000000501100029000000610310008a0000020d02300197000000a00110008a000000800010043f000001e30020009c000001fd0000213d0000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004820000c13d000000400100043d0000006402100039000001e70300004100000000003204350000004402100039000001e803000041000000000032043500000024021000390000003b03000039000001590000013d000001c80020009c000002ae0000613d000001c90020009c0000030d0000c13d0000000001000416000000000001004b000000560000c13d000000000100041a000001b901100197000000800010043f000001d601000041000006d30001042e000001ba0010009c000002c20000413d000000400100043d0000006402100039000001bf0300004100000000003204350000004402100039000001c0030000410000000000320435000000240210003900000038030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001c2011001c7000006d4000104300000000001000416000000000001004b000000560000c13d000001de01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d0000000404200039000000000541034f000000000505043b000f00000005001d000001e00050009c000000560000213d0000002405200039000d00000005001d000e000f0050002d0000000e0030006b000000560000213d0000006402100370000000000502043b000001e00050009c000000560000213d0000002302500039000000000032004b000000560000813d0000000402500039000000000621034f000000000606043b000c00000006001d000001e00060009c000000560000213d0000002406500039000a00000006001d000b000c0060002d0000000b0030006b000000560000213d000600000007001d0000008403100370000000000303043b000900000003001d000000000300041a000001b9033001970000000005000411000000000035004b0000033a0000c13d0000001103000029000000a00030043f0000001003000029000000c00030043f000000a003000039000000e00030043f0000002003400039000000000431034f0000000f05000029000001400050043f0000020d035001980007001f00500193000400000003001d0000016003300039000001ba0000613d0000016005000039000000000604034f000000006706043c0000000005750436000000000035004b000001b60000c13d000000070000006b000001c80000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f04000029000001600340003900000000000304350000001f034000390000020d05300197000000c003500039000001000030043f0000002002200039000000000321034f00000160015000390000000c0200002900000000002104350000020d042001980008001f00200193000300000005001d0000018001500039000500000004001d0000000002410019000001e10000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b000001dd0000c13d000000080000006b000001ef0000613d000000050330036000000008040000290000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000c03000029000000000213001900000000000204350000000902000029000001200020043f0000001f023000390002020d0020019b0000000201100029000000610210008a0000020d02200197000000a00110008a000000800010043f000001fe0020009c000003520000413d0000020801000041000000000010043f0000004101000039000000040010043f0000020901000041000006d4000104300000000001000416000000000001004b000000560000c13d0000000101000039000000000201041a000001b9012001970000000006000411000000000016004b000002e30000c13d001100000002001d000000000200041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c7001000000002001d000001b9052001970000800d020000390000000303000039000001fb0400004106d206c80000040f0000000100200190000000560000613d0000001001000029000001bb011001970000000002000411000000000121019f000000000010041b0000001101000029000001bb011001970000000102000039000000000012041b0000000001000019000006d30001042e0000000001000416000000000001004b000000560000c13d0000000201000039000000000101041a000000800010043f000001d601000041000006d30001042e0000000001000416000000000001004b000000560000c13d000001df01000041000000800010043f000001d601000041000006d30001042e000000a40030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000402100370000000000202043b001100000002001d000001b90020009c000000560000213d0000002402100370000000000202043b001000000002001d0000004402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000e00040020003d0000000e04100360000000000404043b000f00000004001d000001e00040009c000000560000213d0000000f022000290000002402200039000000000032004b000000560000213d0000006402100370000000000202043b000001e00020009c000000560000213d0000002304200039000000000034004b000000560000813d000c00040020003d0000000c04100360000000000404043b000d00000004001d000001e00040009c000000560000213d0000000d022000290000002402200039000000000032004b000000560000213d0000008401100370000000000101043b000b00000001001d000000000100041a000001b9011001970000000002000411000000000012004b000003460000c13d0000000201000039000000000101041a000a00000001001d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b0000000a0010002a000005190000413d0000000a02100029000000400100043d0000000b0020006b0000037d0000813d0000008402100039000001f50300004100000000003204350000006402100039000001f60300004100000000003204350000004402100039000001f7030000410000000000320435000000240210003900000049030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001b60010009c000001b6010080410000004001100210000001f8011001c7000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000001b90010009c000000560000213d00000000020004110000000003000410000000000032004b000002a80000613d000000000300041a000001b903300197000000000032004b0000030f0000c13d000001b905100198000002fd0000c13d000001bd01000041000000800010043f000001ec01000041000006d400010430000000240030008c000000560000413d0000000002000416000000000002004b000000560000c13d0000000401100370000000000101043b000000000010043f0000000301000039000000200010043f0000004002000039000000000100001906d206b30000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000001d601000041000006d30001042e000001b902200198000002cc0000c13d000000400100043d000001bd020000410000000000210435000001b60010009c000001b6010080410000004001100210000001be011001c7000006d400010430000000000300041a000001bb03300197000000000223019f000000000020041b0000000202000039000000000012041b000000200100003900000100001004430000012000000443000001bc01000041000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003101000039000000a40010043f000001d701000041000000c40010043f000001d801000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001f901000041000000c40010043f000001fa01000041000000e40010043f000001d901000041000006d400010430000001ba0060009c0000031b0000413d000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001c001000041000000c40010043f000001bf01000041000000e40010043f000001d901000041000006d4000104300000000101000039000000000201041a000001bb02200197000000000252019f000000000021041b0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000203000039000001eb0400004106d206c80000040f0000000100200190000000560000613d0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001e901000041000000c40010043f000001ea01000041000000e40010043f000001d901000041000006d4000104300000000201000039000000000501041a0000000001000414000001b60010009c000001b601008041000000c001100210000001da011001c70000800d020000390000000303000039000001db04000041001100000006001d06d206c80000040f0000000100200190000000560000613d00000011010000290000000202000039000000000012041b0000000001000019000006d30001042e000001c101000041000000800010043f0000002001000039000000840010043f0000003701000039000000a40010043f000001e101000041000000c40010043f000001e201000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003801000039000000a40010043f000001fc01000041000000c40010043f000001fd01000041000000e40010043f000001d901000041000006d400010430000001c101000041000000800010043f0000002001000039000000840010043f0000003601000039000000a40010043f000001ed01000041000000c40010043f000001ee01000041000000e40010043f000001d901000041000006d4000104300000008002200039000000400020043f000001b60010009c000001b60100804100000060011002100000000002000414000001b60020009c000001b602008041000000c002200210000000000121019f000001e4011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000100000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff00100190000004f30000c13d000000400100043d00000064021000390000020c03000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003d03000039000001590000013d0000006002100039000000a0030000390000000000320435000000400210003900000010030000290000000000320435000000c0021000390000000f0400002900000000004204350000002002100039000000110300002900000000003204350000020d05400198000a001f00400193000000e004100039000900000005001d00000000065400190000000e05000029000800200050003d00000002050003670000000807500360000003990000613d000000000807034f0000000009040019000000008a08043c0000000009a90436000000000069004b000003950000c13d0000000a0000006b000003a70000613d00000009077003600000000a080000290000000308800210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007604350000000f07000029000000000674001900000000000604350000001f067000390007020d0060019b00000007044000290000000006240049000000800710003900000000006704350000000d0700002900000000067404360000020d08700198000e001f007001930000000c07000029000600200070003d0000000607500360000c00000008001d0000000005860019000003c00000613d000000000807034f0000000009060019000000008a08043c0000000009a90436000000000059004b000003bc0000c13d0000000e0000006b000003ce0000613d0000000c077003600000000e080000290000000308800210000000000905043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f00000000007504350000000d0700002900000000057600190000000000050435000000a0051000390000000b0800002900000000008504350000001f057000390005020d0050019b00000005051000690000000006650019000000000454001900000000004104350000001f046000390000020d044001970000000003140019000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000400000001001d000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000101041a000000ff001001900000050f0000c13d0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e0220019700000001022001bf000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000090430002900000002020003670000000805200360000000090000006b000004300000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b0000042c0000c13d0000000a0000006b0000043e0000613d00000009055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000007033000290000000004130049000000400510003900000000004504350000000d04000029000000000343043600000006042003600000000c023000290000000c0000006b000004500000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b0000044c0000c13d0000000e0000006b0000045e0000613d0000000c044003600000000e050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001f3040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d000000400100043d00000004020000290000000000210435000001b60010009c000001b6010080410000004001100210000001f4011001c7000006d30001042e0000000401000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f00000001002001900000008004000039000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d00000080021000390000000f0300002900000000003204350000002002100039000000000042043500000010020000290000000000210435000000a003100039000000080430002900000002020003670000000e05200360000000080000006b000004a80000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000004a40000c13d0000000a0000006b000004b60000613d00000008055003600000000a060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000006033000290000000004130049000000400510003900000000004504350000000d0400002900000000034304360000000c042003600000000702300029000000070000006b000004c80000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000004c40000c13d000000090000006b000004d60000613d000000070440036000000009050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000d02300029000000000002043500000060021000390000000b04000029000000000042043500000005021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d020000390000000303000039000001e6040000410000000405000029000000110600002906d206c80000040f0000000100200190000000560000613d0000030d0000013d000001ef0100004100000000001004430000000001000414000001b60010009c000001b601008041000000c001100210000001f0011001c70000800b0200003906d206cd0000040f00000001002001900000050e0000613d000000000101043b000000090010006c000005160000813d000000400100043d00000084021000390000020a03000041000000000032043500000064021000390000020b030000410000000000320435000000440210003900000205030000410000000000320435000000240210003900000045030000390000028c0000013d000000000001042f000000400100043d0000006402100039000001f10300004100000000003204350000004402100039000001f2030000410000006f0000013d0000000902000029000001ff0220009c0000051f0000413d0000020801000041000000000010043f0000001101000039000000040010043f0000020901000041000006d400010430000000000021004b0000052b0000a13d000000400100043d00000064021000390000020703000041000000000032043500000044021000390000020503000041000000000032043500000024021000390000003303000039000001590000013d0000000101000029000000000010043f0000000301000039000000200010043f0000000001000414000001b60010009c000001b601008041000000c001100210000001e5011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b000000000201041a0000020e02200197000000000021041b000000400100043d0000000f0000006b000005730000c13d00000002020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000c0200002900000000022104360000000b04000029000000000040007c000000560000213d0000000a0300002900000002043003670000000503200029000000050000006b0000055b0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000005570000c13d000000080000006b000005690000613d000000050440036000000008050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c032000290000000000030435000000000301043300000000010004140000001104000029000000040040008c000005e10000c13d00000001020000390000000101000031000005ff0000013d00000003020000290000003f022000390000020d022001970000000002210019000000000012004b00000000030000390000000103004039000001e00020009c000001fd0000213d0000000100300190000001fd0000c13d000000400020043f0000000f0200002900000000022104360000000e04000029000000000040007c000000560000213d0000000d0300002900000002043003670000000403200029000000040000006b0000058f0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b0000058b0000c13d000000070000006b0000059d0000613d000000040440036000000007050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000f032000290000000000030435000001b60020009c000001b60200804100000040022002100000000001010433000001b60010009c000001b6010080410000006001100210000000000121019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000000560000613d000000000101043b0000020003100197000000400100043d00000020021000390000000000320435000000240310003900000005043000290000000a050000290000000205500367000000050000006b000005c20000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000005be0000c13d000000080000006b000005d00000613d000000050550036000000008060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000c04000029000000000343001900000000000304350000000403400039000000000031043500000043034000390000020d033001970000000003310019000000000013004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000056b0000013d000001b60010009c000001b601008041000000c001100210000001b60030009c000001b6030080410000006003300210000000100000006b000005f00000c13d000001b60020009c000001b6020080410000004002200210000000000223019f000000000112019f0000001102000029000005fa0000013d0000004004200210000002010440009a000002020020009c000002030400804100000000024300190000000001120019000080090200003900000010030000290000001104000029000000000500001906d206c80000040f00030000000103550000006001100270000101b60010019d000001b601100197000000000001004b000006820000c13d000e00600000003d000000400100043d0000000100200190000006af0000613d00000080021000390000000f03000029000000000032043500000020021000390000008003000039000000000032043500000010020000290000000000210435000000a003100039000000040430002900000002020003670000000d05200360000000040000006b000006190000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000006150000c13d000000070000006b000006270000613d000000040550036000000007060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000000f04300029000000000004043500000003033000290000000004130049000000400510003900000000004504350000000c0400002900000000034304360000000a042003600000000502300029000000050000006b000006390000613d000000000504034f0000000006030019000000005705043c0000000006760436000000000026004b000006350000c13d000000080000006b000006470000613d000000050440036000000008050000290000000305500210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004204350000000c02300029000000000002043500000060021000390000000904000029000000000042043500000002021000690000000002320019000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c70000800d02000039000000030300003900000206040000410000000105000029000000110600002906d206c80000040f00000001002001900000000607000029000000560000613d000000400100043d000000200200003900000000032104360000000e02000029000000000202043300000000002304350000004003100039000000000002004b000006750000613d000000000400001900000000053400190000000006470019000000000606043300000000006504350000002004400039000000000024004b0000066e0000413d0000001f042000390000020d04400197000000000223001900000000000204350000004002400039000001b60020009c000001b6020080410000006002200210000001b60010009c000001b6010080410000004001100210000000000112019f000006d30001042e000001e00010009c000001fd0000213d0000001f031000390000020d033001970000003f033000390000020d03300197000000400400043d0000000003340019000e00000004001d000000000043004b00000000040000390000000104004039000001e00030009c000001fd0000213d0000000100400190000001fd0000c13d000000400030043f0000000e0300002900000000051304360000020d031001980000001f0410018f000600000005001d00000000013500190000000305000367000006a10000613d000000000605034f0000000607000029000000006806043c0000000007870436000000000017004b0000069d0000c13d000000000004004b000006020000613d000000000335034f0000000304400210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000006020000013d00000064021000390000020403000041000003760000013d000000000001042f000001b60010009c000001b6010080410000004001100210000001b60020009c000001b6020080410000006002200210000000000112019f0000000002000414000001b60020009c000001b602008041000000c002200210000000000112019f000001da011001c7000080100200003906d206cd0000040f0000000100200190000006c60000613d000000000101043b000000000001042d0000000001000019000006d400010430000006cb002104210000000102000039000000000001042d0000000002000019000000000001042d000006d0002104230000000102000039000000000001042d0000000002000019000000000001042d000006d200000432000006d30001042e000006d40001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000278d01ffffffffffffffffffffffff000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000006f7420657863656564206d6178696d756d2064656c61792e000000000000000054696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e08c379a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000000000000000000000007420657863656564206d696e696d756d2064656c61792e00000000000000000054696d656c6f636b3a3a636f6e7374727563746f723a2044656c6179206d7573000000000000000000000000000000000000000000000000000000006a42b8f700000000000000000000000000000000000000000000000000000000c1a287e100000000000000000000000000000000000000000000000000000000f2b0653600000000000000000000000000000000000000000000000000000000f2b0653700000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000000000000000000000c1a287e200000000000000000000000000000000000000000000000000000000e177246e000000000000000000000000000000000000000000000000000000006a42b8f8000000000000000000000000000000000000000000000000000000007d645fab00000000000000000000000000000000000000000000000000000000b1b43ae5000000000000000000000000000000000000000000000000000000003a66f900000000000000000000000000000000000000000000000000000000003a66f901000000000000000000000000000000000000000000000000000000004dd18bf500000000000000000000000000000000000000000000000000000000591fcdfe000000000000000000000000000000000000000000000000000000000825f38f000000000000000000000000000000000000000000000000000000000e18b6810000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000002000000080000000000000000054696d656c6f636b3a3a73657444656c61793a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e00000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000000200000000000000000000000000000000000000000000000000000000000000ed0229422af39d4d7d33f7a27d31d6f5cb20ec628293da58dd6e8a528ed466be54696d656c6f636b3a3a73657444656c61793a2044656c6179206d75737420657863656564206d696e696d756d2064656c61792e00000000000000000000000000000000000000000000000000000000000000000000000000000000001275000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000ffffffffffffffff54696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a0000000000000000002000000000000000000000000000000000000400000000000000000000000002fffc091a501fd91bfbff27141450d3acb40fb8e6d8382b243ec7a812a3aaf876e73616374696f6e206973206e6f7420717565756564207965742e000000000054696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2074726154696d656c6f636b3a3a73657450656e64696e6741646d696e3a2043616c6c206d75737420636f6d652066726f6d2054696d656c6f636b2e000000000000000069d78e38a01985fbb1462961809b4b2d65531bc93b2b94037f3334b82ca4a756000000000000000000000000000000000000000400000080000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e00000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000073616374696f6e20616c7265616479207175657565642e00000000000000000054696d656c6f636b3a3a71756575655472616e73616374696f6e3a207472616e76e2796dc3a81d57b0e8504b647febcbeeb5f4af818e164f11eef8131a6a763f000000000000000000000000000000000000002000000000000000000000000066792064656c61792e00000000000000000000000000000000000000000000006d6174656420657865637574696f6e20626c6f636b206d75737420736174697354696d656c6f636b3a3a71756575655472616e73616374696f6e3a204573746900000000000000000000000000000000000000a400000000000000000000000054696d656c6f636b3a3a61636365707441646d696e3a2043616c6c206d75737420636f6d652066726f6d2070656e64696e6741646d696e2e0000000000000000f9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a2043616c6c206d75737420636f6d652066726f6d2061646d696e2e0000000000000000000000000000000000000000000000000000000000000000ffffffffffffff80ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed8b00ffffffff00000000000000000000000000000000000000000000000000000000fe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000200000000000000000000000000000000000000ffffffff0000000000000000616e73616374696f6e20657865637574696f6e2072657665727465642e00000054696d656c6f636b3a3a657865637574655472616e73616374696f6e3a205472a560e3198060a2f10670c1ec5b403077ea6ae93ca8de1c32b451dc1a943cd6e7616e73616374696f6e206973207374616c652e000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006c6f636b2e000000000000000000000000000000000000000000000000000000616e73616374696f6e206861736e2774207375727061737365642074696d6520616e73616374696f6e206861736e2774206265656e207175657565642e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00"
|
|
751
|
+
]
|
|
752
|
+
}
|