@venusprotocol/governance-contracts 2.5.0-dev.3 → 2.5.0-dev.5
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/deployments/basesepolia/.chainId +1 -0
- package/deployments/basesepolia/AccessControlManager.json +573 -0
- package/deployments/basesepolia/solcInputs/8462bae4a0ff7e7203ecab090cdf091c.json +151 -0
- package/deployments/basesepolia.json +369 -0
- package/deployments/basesepolia_addresses.json +7 -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/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/hardhat.config.d.ts.map +1 -1
- package/dist/hardhat.config.js +15 -0
- package/dist/hardhat.config.js.map +1 -1
- package/dist/helpers/deploy/constants.d.ts +1 -0
- package/dist/helpers/deploy/constants.d.ts.map +1 -1
- package/dist/helpers/deploy/constants.js +2 -0
- package/dist/helpers/deploy/constants.js.map +1 -1
- package/dist/helpers/deploy/deploymentConfig.d.ts.map +1 -1
- package/dist/helpers/deploy/deploymentConfig.js +6 -0
- package/dist/helpers/deploy/deploymentConfig.js.map +1 -1
- package/dist/helpers/deploy/deploymentUtils.d.ts.map +1 -1
- package/dist/helpers/deploy/deploymentUtils.js +16 -1
- package/dist/helpers/deploy/deploymentUtils.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,698 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x1a1e8b2e095aEaca3Ba2d9bDa0B9Adf855032E89",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "omnichainGovernanceExecutor_",
|
|
9
|
+
"type": "address"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"stateMutability": "nonpayable",
|
|
13
|
+
"type": "constructor"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"inputs": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "address",
|
|
19
|
+
"name": "sender",
|
|
20
|
+
"type": "address"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"internalType": "address",
|
|
24
|
+
"name": "calledContract",
|
|
25
|
+
"type": "address"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"internalType": "string",
|
|
29
|
+
"name": "methodSignature",
|
|
30
|
+
"type": "string"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"name": "Unauthorized",
|
|
34
|
+
"type": "error"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"inputs": [],
|
|
38
|
+
"name": "ZeroAddressNotAllowed",
|
|
39
|
+
"type": "error"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"anonymous": false,
|
|
43
|
+
"inputs": [
|
|
44
|
+
{
|
|
45
|
+
"indexed": true,
|
|
46
|
+
"internalType": "string",
|
|
47
|
+
"name": "signature",
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"indexed": false,
|
|
52
|
+
"internalType": "bool",
|
|
53
|
+
"name": "active",
|
|
54
|
+
"type": "bool"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"name": "FunctionRegistryChanged",
|
|
58
|
+
"type": "event"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"anonymous": false,
|
|
62
|
+
"inputs": [
|
|
63
|
+
{
|
|
64
|
+
"indexed": false,
|
|
65
|
+
"internalType": "uint8",
|
|
66
|
+
"name": "version",
|
|
67
|
+
"type": "uint8"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"name": "Initialized",
|
|
71
|
+
"type": "event"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"anonymous": false,
|
|
75
|
+
"inputs": [
|
|
76
|
+
{
|
|
77
|
+
"indexed": false,
|
|
78
|
+
"internalType": "address",
|
|
79
|
+
"name": "oldAccessControlManager",
|
|
80
|
+
"type": "address"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"indexed": false,
|
|
84
|
+
"internalType": "address",
|
|
85
|
+
"name": "newAccessControlManager",
|
|
86
|
+
"type": "address"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"name": "NewAccessControlManager",
|
|
90
|
+
"type": "event"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"anonymous": false,
|
|
94
|
+
"inputs": [
|
|
95
|
+
{
|
|
96
|
+
"indexed": true,
|
|
97
|
+
"internalType": "address",
|
|
98
|
+
"name": "previousOwner",
|
|
99
|
+
"type": "address"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"indexed": true,
|
|
103
|
+
"internalType": "address",
|
|
104
|
+
"name": "newOwner",
|
|
105
|
+
"type": "address"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"name": "OwnershipTransferStarted",
|
|
109
|
+
"type": "event"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"anonymous": false,
|
|
113
|
+
"inputs": [
|
|
114
|
+
{
|
|
115
|
+
"indexed": true,
|
|
116
|
+
"internalType": "address",
|
|
117
|
+
"name": "previousOwner",
|
|
118
|
+
"type": "address"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"indexed": true,
|
|
122
|
+
"internalType": "address",
|
|
123
|
+
"name": "newOwner",
|
|
124
|
+
"type": "address"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"name": "OwnershipTransferred",
|
|
128
|
+
"type": "event"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"stateMutability": "nonpayable",
|
|
132
|
+
"type": "fallback"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"inputs": [],
|
|
136
|
+
"name": "OMNICHAIN_GOVERNANCE_EXECUTOR",
|
|
137
|
+
"outputs": [
|
|
138
|
+
{
|
|
139
|
+
"internalType": "contract IOmnichainGovernanceExecutor",
|
|
140
|
+
"name": "",
|
|
141
|
+
"type": "address"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"stateMutability": "view",
|
|
145
|
+
"type": "function"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"inputs": [],
|
|
149
|
+
"name": "acceptOwnership",
|
|
150
|
+
"outputs": [],
|
|
151
|
+
"stateMutability": "nonpayable",
|
|
152
|
+
"type": "function"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"inputs": [],
|
|
156
|
+
"name": "accessControlManager",
|
|
157
|
+
"outputs": [
|
|
158
|
+
{
|
|
159
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
160
|
+
"name": "",
|
|
161
|
+
"type": "address"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"stateMutability": "view",
|
|
165
|
+
"type": "function"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"inputs": [
|
|
169
|
+
{
|
|
170
|
+
"internalType": "bytes4",
|
|
171
|
+
"name": "",
|
|
172
|
+
"type": "bytes4"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"name": "functionRegistry",
|
|
176
|
+
"outputs": [
|
|
177
|
+
{
|
|
178
|
+
"internalType": "string",
|
|
179
|
+
"name": "",
|
|
180
|
+
"type": "string"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"stateMutability": "view",
|
|
184
|
+
"type": "function"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"inputs": [
|
|
188
|
+
{
|
|
189
|
+
"internalType": "address",
|
|
190
|
+
"name": "accessControlManager_",
|
|
191
|
+
"type": "address"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"name": "initialize",
|
|
195
|
+
"outputs": [],
|
|
196
|
+
"stateMutability": "nonpayable",
|
|
197
|
+
"type": "function"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"inputs": [],
|
|
201
|
+
"name": "owner",
|
|
202
|
+
"outputs": [
|
|
203
|
+
{
|
|
204
|
+
"internalType": "address",
|
|
205
|
+
"name": "",
|
|
206
|
+
"type": "address"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"stateMutability": "view",
|
|
210
|
+
"type": "function"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"inputs": [],
|
|
214
|
+
"name": "pendingOwner",
|
|
215
|
+
"outputs": [
|
|
216
|
+
{
|
|
217
|
+
"internalType": "address",
|
|
218
|
+
"name": "",
|
|
219
|
+
"type": "address"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"stateMutability": "view",
|
|
223
|
+
"type": "function"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"inputs": [],
|
|
227
|
+
"name": "renounceOwnership",
|
|
228
|
+
"outputs": [],
|
|
229
|
+
"stateMutability": "nonpayable",
|
|
230
|
+
"type": "function"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"inputs": [
|
|
234
|
+
{
|
|
235
|
+
"internalType": "address",
|
|
236
|
+
"name": "accessControlManager_",
|
|
237
|
+
"type": "address"
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"name": "setAccessControlManager",
|
|
241
|
+
"outputs": [],
|
|
242
|
+
"stateMutability": "nonpayable",
|
|
243
|
+
"type": "function"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"inputs": [
|
|
247
|
+
{
|
|
248
|
+
"internalType": "uint16",
|
|
249
|
+
"name": "srcChainId_",
|
|
250
|
+
"type": "uint16"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"internalType": "bytes",
|
|
254
|
+
"name": "srcAddress_",
|
|
255
|
+
"type": "bytes"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"name": "setTrustedRemoteAddress",
|
|
259
|
+
"outputs": [],
|
|
260
|
+
"stateMutability": "nonpayable",
|
|
261
|
+
"type": "function"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"inputs": [
|
|
265
|
+
{
|
|
266
|
+
"internalType": "address",
|
|
267
|
+
"name": "newOwner_",
|
|
268
|
+
"type": "address"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"name": "transferBridgeOwnership",
|
|
272
|
+
"outputs": [],
|
|
273
|
+
"stateMutability": "nonpayable",
|
|
274
|
+
"type": "function"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"inputs": [
|
|
278
|
+
{
|
|
279
|
+
"internalType": "address",
|
|
280
|
+
"name": "newOwner",
|
|
281
|
+
"type": "address"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"name": "transferOwnership",
|
|
285
|
+
"outputs": [],
|
|
286
|
+
"stateMutability": "nonpayable",
|
|
287
|
+
"type": "function"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"inputs": [
|
|
291
|
+
{
|
|
292
|
+
"internalType": "string[]",
|
|
293
|
+
"name": "signatures_",
|
|
294
|
+
"type": "string[]"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"internalType": "bool[]",
|
|
298
|
+
"name": "active_",
|
|
299
|
+
"type": "bool[]"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"name": "upsertSignature",
|
|
303
|
+
"outputs": [],
|
|
304
|
+
"stateMutability": "nonpayable",
|
|
305
|
+
"type": "function"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
309
|
+
"receipt": {
|
|
310
|
+
"to": "0x0000000000000000000000000000000000008006",
|
|
311
|
+
"from": "0x7f423E50147930e197dAaE9F637198E66746D597",
|
|
312
|
+
"contractAddress": "0x1a1e8b2e095aEaca3Ba2d9bDa0B9Adf855032E89",
|
|
313
|
+
"transactionIndex": 1,
|
|
314
|
+
"gasUsed": "8547622",
|
|
315
|
+
"logsBloom": "0x00000000000400080000010000000000040000000000400000000000000200000000008000000000000000000001080000000000000000000000000000000000800100000000040000000028000040000400000000000000000000000000080000000000020100000000000000000840000400000000400008000010800000000000001000000000100004000100000001000100000080000000000000000080800000000000100000000002800500000000000000000000002000010000000000000002008000000000000000040000000010000100000000000000000020000000000000002000000000000000000000000040000000401000000080000000",
|
|
316
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6",
|
|
317
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
318
|
+
"logs": [
|
|
319
|
+
{
|
|
320
|
+
"transactionIndex": 1,
|
|
321
|
+
"blockNumber": 48278531,
|
|
322
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
323
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
324
|
+
"topics": [
|
|
325
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
326
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
327
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001"
|
|
328
|
+
],
|
|
329
|
+
"data": "0x0000000000000000000000000000000000000000000000000002b6b075bd2250",
|
|
330
|
+
"logIndex": 4,
|
|
331
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"transactionIndex": 1,
|
|
335
|
+
"blockNumber": 48278531,
|
|
336
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
337
|
+
"address": "0x0000000000000000000000000000000000008008",
|
|
338
|
+
"topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
|
|
339
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000006360000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e3aabe48e54ccfdf501d03ef5e16261c091aee55e82047263c07888cfe6d9364e",
|
|
340
|
+
"logIndex": 5,
|
|
341
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"transactionIndex": 1,
|
|
345
|
+
"blockNumber": 48278531,
|
|
346
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
347
|
+
"address": "0x0000000000000000000000000000000000008008",
|
|
348
|
+
"topics": [
|
|
349
|
+
"0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
|
|
350
|
+
"0x000000000000000000000000000000000000000000000000000000000000800e",
|
|
351
|
+
"0x3aabe48e54ccfdf501d03ef5e16261c091aee55e82047263c07888cfe6d9364e"
|
|
352
|
+
],
|
|
353
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000035f2043f00000000000000000000022b010080410000022b0010009c0000000100200190000000000101043b000005b80000c13dffffffffffffffff08a708a20000040f000000c0011002100000000001000414000008a9000104300000022b020080410000022b0020009c000005b80000213d000005b80000613d0000000000320435000000000112019f000000000100001900008010020000390000000000210435000000000010043f000000400100043d000000000002004b000000000003004b000000000001004b000000000001042d00000000020004140000004002200210000000c002200210000000000005004b00000233011001c7000008a80001042e08a7089d0000040f0000000002000416000005b80000413d000000000500001900000060011002100000800d02000039000000000201041a000002550010009c000000800010043f000000200100003900000040011002100000000100100190000007050000213d000000400200043d000000000043043500000248011001c700000000001404350000004402100039000000200030008c000000000004004b000000000200001900000000040000190000000002000039000000000006004b0000000008980436000000007907043c000002680070009c00000001020000390000000001000416000000000404043b000000000202043b000000000131019f0000000b020000290000068d0000613d0000000400100443000000240210003900000000030100190000001f0530018f00000020040000390000010005500089000000000656022f00000000065601cf000000000023004b000007050000c13d000000000056004b000000000121019f0000026d01000041000000040010043f0000027a0100004100000251011001c7000000200010043f000000c901000039000000000031004b0003000000010355000000040020008c000000400010043f000000000701034f0000022e0010009c0000000401100370000000240030008c0000012b0000c13d020000000000000000000000ffffffff000000000048004b000000000802001900000000046200190000022d063001980000022b033001970000000a010000290000000004034019000000000065043500000000003104350000006402100039000000000501043b00000009020000290000027c01200197000000000001043500000000030000190000026805004041000000000756013f000000020200036700000001022000390000003301000039000000000012004b000000c40010043f000000a40010043f000000840010043f0000023101000041000000000032004b00000001030000390000006501000039000000000035004b000002550040009c000000600330027000000040033002100000022b0040009c0000000a020000290000022e0110019700000000010004120000000000100443000000000201043b000000400040043f0200000200000000ffffffff000000006f6e7472616374207a61626c653a2063496e697469616c690000004101000039000000000001042f000004c10000013d000000000302041a00000060013002100000000305500210000005920000613d0000022b0400804100000001030000310000022b00b0009c00000001010040390000000001000039000000000464019f00000000045401cf000000000454022f00000000060304330000001f0040008c000000000113001900000005011002700000000904000029000000000504c019000002680400804100000268063001970000026805400197000000430440008a000000000021004b0000003f01100039000001480000c13d000000000043004b0000010006600089000000000767022f0000026805002041000000000037004b00000268061001970000000701200360000900000002001d000002550020009c000000000101041a000000000121004908a707920000040f0000026501000041000000e40010043f00000000030004110000022e022001970000000a080000290000000104002039000000000400003900000001032001900000000303000039000000000021041b0000022e06100197000004ec0000c13d0000022e05200197000005b80000813d0000022b03000041000000040140003900008002020000390000024c011001c7000000000020044300008005020000390000025c011001c700000024000004430000025b01000041000000a00010043f000000000010041b000000000200041a000b00000001001d206265207a65726f6d757374206e6f74000000240000000000000000009104350000000009000411000007770000013d0000000205000029000005920000013d000000000014004b0000022b030080410000022b0030009c0000000a0300002900000024014000390000004401400039000000140040008c0000025004000041000000000031041b000000000363019f0000024703200197000001070000c13d00000252040000410000022e02300197000000000042041b00000247043001970000009702000039000000000161019f00000000015101cf000000000151022f0000000006040433000000000161034f0000006402400039000000000200041000000000002304350000006002000039000000010200c039000a00000002001d0000000001080019000000600110018f0000001f01400039000100000003001f000000000686019f00000000066701cf000000000707043b000000000868022f00000000086801cf00000000080504330000000306600210000000000771034f000000000059004b0000000009a90436000000008a08043c00000000090b0019000000000801034f00000000057b001900000020074001900000001f0640018f000000c00340021000000000030b40190000000003b300490000001f03300039000000000100003f000a00000003001d000000000400041400000000000404350000000004310019000000200440003900000000060604330000006401b00039000000400300003900000232011001c70000004401b000390000021e0000013d000000000003043500000000031200190000000305600210000000000454034f0000001f061001900000000007870436000000006806043c0000000007020019000000000604034f00000000035200190000027b05100198000000000432034f000000000405c019000000000053004b0000026804004041000000000046004b000000000746013f000002680450019700000020034000390000000005130049000000000142034f0000000a04100029000000000041004b000000080430006a0000000003000031000000000003041b00000001011001bf000000000303043b00000002033003670000027d022001670000027d0220027f000000000062004b0000000307000029000000000002041b0000000605000029000000000301043b0000000502200270000000000050043f000000000121013f00000001020020390000001f0030008c0000000601000029000000000016004b000300000006001d000000010200403900000000015200190000027b021001970000000001006039000002d60000013d000000000061004b0000002001100039000000000402041a00000000031700190000000107000029000100000004001d0000000004650436000000400500043d0000001f0060008c0000007f0660618f00000001062002700000006002200210000002550050009c0000027b033001970000002006300039000000050020006c000000000034004b000000000221034f00000008020000290000000001000411000b00000003001d000000400300043d000000200200003900000040020000390000048f0000013d000000970100003900000234040000410000ff000020019000000020022000390000000101100039000a00000008001d000900000009001d00000022010000390000026901100197000005b50000013d0000024702200197000000000202041a00000033020000390000002501000039000000230540003900000024041003700000000402100370000000440030008c0001022b0030019d0000000b04000029000b00000004001d000000400400043d0000024b0200004108a707a40000040f000000800100003900000262011001c70000002003000039000000040210003900000231020000410000022e011001980000000000120435000000000151034f000000400020043f0000001f023000390000005f0000613d000005010000c13d00000005033002100000000003000415ffffffffffffff00ffffffffffffffe04e487b71000000006e64000000000000206e6f7420666f7546756e6374696f6e4a3fa293000000006c6564000000000063616c6c2066616918c5e8ab0000000064726573730000006e616765722061646e74726f6c206d61616365737320636f696e76616c696420000000400000008000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a41646472657373200000000000000001f2fde38b0000000061646472657373296e657273686970284272696467654f777472616e73666572159a3c40bcc470fa26d6b5c0e66ea4efbd288f6cc4946e579d424e54f4d851aa80000000000000006c656e677468000068652073616d6520742068617665207472617973206d7573496e707574206172000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c65320000006400000000436861696e49642000000004000000008579befe00000000a6c3d165000000000000004400000000ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4c30206279746573207573742062652032646472657373206d536f7572636520616c6f6e6700000000797465732900000075696e7431362c624164647265737328656452656d6f746573657454727573746973206e6f742069696e6700000000006e697469616c697a31fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a20000004000000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf2650000002000000080d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99f000000003f90b54000000000180d295c000000000e32cb8600000000715018a6000000005f21f75e000000004bb7453e000000004bb7453d00000000a6c3d165000000008da5cb5b0000000079ba509700000000c4d66de800000000b4a0bdf300000000f2fde38b00000000e30c397800000000e30c397700000000b4a0bdf20000000079ba50960000008000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b0000002000000000000000840000000008c379a000000000697320696e697469616c697a696e670000000000ffffffe000000001ffffffe0000008a700000432000008a500210423000008a0002104210000089c0000613d00000000020500190000027e011001c7000008870000413d000000000121043a0000000002020031000000050240027000000004010000390000000005010019000008820000613d0000086c0000613d000000000032041b000002470330019700000065020000390000084f0000613d0000083e0000c13d000008420000613d0000000202000029000200000004001d00000278010000410000081f0000613d000008170000c13d00000000010b0433000008170000a13d000008190000c13d000008190000213d0000000004b100190000000108000029000008370000613d000007fb0000613d000007ea0000c13d000007ee0000613d000000020b00002900020000000b001d000100000008001d000008010000013d000007ca0000c13d000007b90000413d00000020055000390000000000760435000000000707043300000000075400190000000006150019000007c00000613d00000000430804340000000401b0003900000000001b043500000276010000410000002401b00039000000400b00043d0000000008010019000200000000000200000000012100190000027b0220019700000000000204350000000002310019000007970000413d000000000624001900000000052100190000079e0000613d0000000001320436000000004301043400000000010500190000078a0000c13d0000078a0000213d000007670000413d000007750000613d0000000306000029000007900000613d000200000005001d0000076f0000613d000007840000c13d0003000000000002000007400000c13d000002670100004100000266010000410000002601000039000000000101043300000024030000390000025a030000410000025903000041000007130000c13d000006d10000013d000000000446034f000006d10000613d000006f30000c13d000000000038004b0000000b08000029000000000706034f000006f70000613d00000003060003670000000003460019000b00000006001d0000027b04300198000000000631043600000001005001900000000105004039000000000500003900000000044100190000027b041001970000027b011001970000001f01300039000002550030009c000000650000013d0000000b030000390000027703000041000007220000c13d0000006001000039000006da0000c13d0000022b031001970001022b0010019d0000006001100270000000010220018f000000000334019f0000006004400210000000090110017f0000ff010100008a0000000a0000006b00000000005204350000002002100039000000000454019f0000000b05000029000007380000613d000006860000613d0000007801400039000a00000004001d000000000223019f000002580330019700000000033003700000025e02200197000000000201043300000064014000390000025d010000410000001402000039000007180000c13d00000260011001c70000025f02000041000006350000c13d0000000000120170000000020230036700000020032000390000025801008041000002580110021f000000a0011000890000000301400210000006ce0000013d000006bb0000c13d0000000001890019000000000242019f00000000023201cf000000000232022f0000010003300089000000000434022f00000000043401cf00000000040104330000000303400210000000000232034f000006080000613d000005f70000c13d0000000006760436000000005705043c0000000006080019000000000502034f000005fb0000613d00000000013800190000001f0490018f0000027b0390019800000000090000310000002b03000039000002540300004100000253030000410000068e0000c13d0000002e030000390000024e030000410000024d0300004100000273011001c7000000800020043f000000000414019f0000059f0000613d0000058e0000c13d000000040240003900000000002404350000027802000041000000240340003900000044034000390000000a04000029000005ee0000c13d00000000030b04330000000002b10019000005870000613d000005530000613d000005420000c13d000005460000613d000000090b00002900090000000b001d000000000373016f000000320000013d0000002f0000613d000000080000006b000005bd0000c13d000000010100603f000000010010008c000000ff0120018f000005ba0000c13d00000000010004100000024b01000041000800000001001d00000264010000410000026301000041000000290100003900000272010000410000027101000041000005580000013d000005220000c13d000004db0000413d00000000064900190000000005140019000004e20000613d0000022e0240019700000000030804330000000000530435000000000500041100000000005b04350000027605000041000000000404041a0000009704000039000000270300003900000230030000410000022f030000410000004001b002100000022b0b0080410000027902000041000000120300003900000000004b04350000023104000041000004cc0000c13d00000000040804330000000403b000390000004000b0043f0000002402b000390000025500b0009c00000000001b004b000000000b810019000000000171016f000000200700008a0000003f01200039000000000200603900000000001904350000024a01000041000004900000013d08a708840000040f0000025b0200004100000005044002100000000f0440008a000000000400041500000044030000390000800501000039000e00000000003d000f00000001001d000004610000613d000004500000c13d000004540000613d000000000015041b0000000102400210000000000121016f0000000302400210000003770000013d0000036e0000413d0000041b0000013d00000002011003670000041a0000613d0000000301000029000003f40000613d000003e30000c13d000003e70000613d000003ad0000413d0000000103300039000003b10000813d000000010310003900000000022100190000001f022000390000000602000029000000000030043f000900000003001d000600000004001d000003b40000a13d000003b50000613d0000007f0440618f0000000104100270000000000103041a000002290000613d000004210000013d0000000101600210000000000223016f0000000003730019000000f80220018f0000000302600210000003770000813d000003640000413d0000002003300039000000000051041b000000000505043b000000000554034f00000000057300190000000204000367000004150000613d0000027b0260019800000009060000290000040f0000a13d0000034d0000413d000003510000813d00000000022300190000001f0110003900000002010000290000000002004019000000200040008c0000001f02400039000200000003001d000003510000413d000600000005001d0000007f0330618f0000000103100270000000000105041a000900000005001d000000000201c019000002680040009c00000268010020410000026802004041000000000423013f000002680360019700000268021001970000000001520049000000000131034f0000000a03300029000000080420006a0000000002000031000000000302043b0000000702100360000002290000c13d0000037b0000613d0000000003050433000000010300c039000000000300003900000002010003670000000402200029000002c70000413d000002d50000613d00000002060000290000000305000029000300000005001d000200000006001d000002cf0000613d000600000001001d000000000203043300000040015002100000022b050080410000022b0050009c00000000011500190000000000420435000000000474019f00000000046401cf000000000464022f00000000076701cf00000000070204330000000306700210000000000464034f000002820000613d0000001f07100190000002710000c13d000000000028004b0000000008050019000000000704034f000002750000613d00000000026500190000027b06100198000000000462034f000000000047004b00000000076100190000000005130436000000400050043f00000001007001900000000107004039000000000700003900000000055300190000027b053001970000003f033000390000001f03100039000000000305c019000002680080009c0000026803004041000000000837013f000002680760019700000268035001970000000005140049000000000132034f0000000a03100029000000000503c01900000268030080410000026805300197000000430330008a000000080340006a00000000040000310007000a0020002d00000005021002100000000b01000029000001070000813d000b00000002001d0000026a0400004100000002030000390000022e0000013d000b00000000001d000001070000613d000000050000006b0000072c0000c13d000000040110002900000005011002100000000501000029000400240040003d000500000001001d00000004054000390000000a044000290000000504200210000a00240040003d000000080400002900000004022000390000002302200039000800000002001d08a708550000040f000004f50000c13d0000022e02100197000000000223043608a707450000040f08a7086f0000040f000002700010019800000275010000410000027401000041000005a50000c13d00000235010000410000012000200443000001000010044300000160001004430000014000000443000000800100043d0000004001200210000000ff01000039000000ff012001bf0000018b0000613d000000ff0030008c000000ff0320018f000004b80000c13d000004990000013d000001670000413d000000000052004b000000000401041a0000000003290019000004990000613d00000009090000290000000805000029000800000005001d000004940000613d0000000009580436000000400800043d0000014e0000613d0000000100400190000000000442013f0000001f0050008c0000007f0550618f00000001052002700000024904000041000000000262019f000000000025004b00000000020004110000023a0020009c0000048b0000613d000002390020009c000002430020009c0000047d0000613d000002420020009c000001e50000613d000002410020009c000000620000013d0000026103000041000006210000c13d000000090000006b000000c00010043f00000257010000410000025601000041000000e0010000390009ffff0020019300000024011000390000000b014000290000000a01100360000a00040040003d0000ffff0020008c0000023f0020009c000001e00000613d0000023e0020009c000001d40000613d0000023d0020009c000007050000813d0000026e0040009c0000070b0000613d0000026d011001c70000000003044019000000c80000613d0000026c01000041000a00000001001d0000000b0000006b0000026b01000041000000c001000039000b022e0010019b000002460020009c000001b50000613d000002450020009c000001980000613d000002440020009c000000fe0000213d000002400020009c00000018030000390000026f030000410000016f0000c13d000000a00100043d000000000151019f00000000014101cf000000000141022f0000010004400089000000000545022f00000000054501cf00000000050204330000000304400210000000580000613d000000470000c13d000000000026004b0000000006860436000000007807043c000000a0060000390000004b0000613d000000a0025000390000022d053001980000001f0430018f000000a0022000390000022c02200197000005e50000013d000005c70000c13d0000ff00001001900000022e033001980000000b0300002900000101011001bf0000024f01200197000000ff002001900000000c0330008a0000ff00012001900000000d0330008a0000023c0020009c000001930000613d0000023b0020009c000001090000213d000002380020009c000000cd0000a13d000002370020009c000000700000a13d000002360020009c000000e0022002700000012b0000413d000000040030008c00000080040000390000003a0000c13d0000022b0040019d000200000001035500030000003103550000022b034001970000006004300270000f0000000000020004000000000002043e043d0044043c043b043a0439043800030437043600850435043400840433043204310430042f042e042d042c042b042a005c005b0022002100160005005a000400cd0059000d01850429018400cc04280183018504270184042601830425042400340423042200cb0182042104200015041f0021001600050181041e041d0180041c041b041a041904180058041704160415041400330413017f041204110410040f0004040e040d040c040b017e00320022040a0059000d017d0409001500310408000f00430407000f017c0013017b017a000f00020001002a0179000a0406040504040403040204010400005c005b0022002100160005005a00040059000d03ff03fe00570029002803fd00ca0178017703fc018200c900830082004200c8000900020001000800c700c60007000300410004017600c5008103fb0042000900020001000800c400c300070003004100040018000e017503fa003000c20040001300090080005603f9007f00c103f8007e000200010008003f03f70174002001730044007d01720055000303f603f503f400850011001f03f303f203f103f003ef005c017100220021001600050170003e03ee000d016f003d007c000d016e007b00c003ed03ec000400cd0027000d03eb03ea0054000d03e903e80057016d002803e700ca03e603e50178017703e403e30015003103e203e103e003df03de03dd03dc005c003c001800050011001f03db03da03d9005c005b0022002100160005005a00040059000d016c016b00bf03d803d700be00bd007a0026016a03d600bc0009000200010008002f002500bb03d5016901740021001600050004016800140053005200090002000100080051001200070003000e0004002600ba03d403d303d200b900b803d103d003cf005000140167004f004e000a03ce03cd001703cc03cb0166016500140009000200010008001e001200070003000e03ca001d003400b703c903c80004003403c703c6002e0164016303c503c403c3002800cc016203c203c103c003bf03be00cb03bd002d017e000c000b03bc001a000c000b001c0010001e00250079016100200003000e03bb003b03ba03b9002903b803b703b6001f003c001800050160015f005b0022002100160005005a00040059000d016c016b00b600b5007800be017d03b50077002800290076016d007503b4007403b300b400b3000a005b0022002100160005005a000403b20005001400530052015e001103b103b0015d015c015b03af00b2004000b1000200010024000c000b001b004d001f003c00180005007a00b003ae015a007303ad03ac0011001f003c001800050072015f017100220021001600050170003e03ab00af000d015903aa007800c0015903a90158003e00af000d03a803a703a603a50157000d016f003d007c000d016e007b00c003a4017f000403a30027000d03a203a103a0039f0054000d007200b0008100b5005400be0156039e039d039c039b039a000c000b001c0010001e00250399039800200003000e004000710397015603960395039400ae0393007000ad0004039203910390038f00ac006f004c0023006e0054006d038e003a038d001d0005038c038b00040027000d038a015503890388038700ab006d0386004c002300aa03850384001700050383015403820381015c0380007b037f037e0153002c037d004b037c037b037a0379000d03780377037603750374037300390038037203710370036f036e036d036c036b00a9003d00a8036a0369036803670366006c0365036403630362000c000b01520010001a000c000b001c0010002f001200070003000e00040168036100140053005200090002000100080051001200070003000e0004002600ba01510150014f00b900b800a700a6014e014d00170360014c035f00140009000200010008001e0012035e0007035d0003000e035c0037035b00840011014b014a0149002e007101480147035a0146006b00300037002901450146001100a50144014300a4003601420027002c0003004b0057006a035903580158003e0016035703560078000503550016035400170353035203510350034f00a300a200a1006f004c0023006e00a7003500a0003a009f001d0005034e034d00690153000d034c0155034b034a0349004a0034034801410140001103470346034500160005013f00140053005200090002000100080051001203440007009e0003000e00690343002b03420341013e0036013d013c002b00a600320340033f033e013b0009000200010008001e00120007009e0003000e033d013a033c033b0139033a0339009d009c03380073013803370137007100730336009b0335013b0009000200010008001e0012000703340003000e0333000403320331006d01360330032f032e032d0164032c004a032b0135032a0329032801340133032701320131032600bc032501300138032400170323013f00140053005200090002000100080051001200070003000e01390322002b03210320009b0036013d013c002b00a60033031f009b031e031d031c031b0009000200010008001e001200070003000e0004031a0319013a03180317004a0316012f0315004a0314006a01370044012f007000ad0004012e012d00a300a200ac006f004c0023006e012c003500a0003a009f001d0005012b012a00040027000d01290128012700a101260125003501240123002300aa003a01220033000501210120002d011f0313011e011d011c011b00ab0312011a031101190118009a00490048003d0047009900980097002e01170116000200010024000c000b001b0010001a000c000b001c0010002f001200070003000e00690015006c00020001002a001a011500330310030f030e0004030d006d01360135030c030b0011030a0134013303090308004d0307007000ad0004012e012d00a300a200ac006f004c0023006e012c003500a0003a009f001d0005012b012a00040027000d01290128012700a101260125003501240123002300aa003a01220033000501210120002d011f0306011e011d011c011b00ab0305011a030401190118009a00490048003d0047009900980097002e01170116000200010024000c000b001b0010001a000c000b001c0010002f001200070003000e00690015003b001300020001002a001a0115003c001800050082030303020301030002ff02fe02fd02fc02fb02fa003c00180005007a00b00081002802f9001f006b02f8001d015d02f702f602f502f402f302f20096009502f1002c002b004b011402f002ef02ee02ed003302ec02eb02ea0046002e02e9000f02e80013009402e702e60179000a0015006802e5000f003102e4000f004302e3000f017c0013017b017a000f00020001002a0113000a02e202e102e002df02de02dd0112000f02dc0067011102db001702da003502d902d801100066010f015702d7010e010d010c005602d6009300320046006502d50077002800290076007502d4007402d3000a007700280029007602d2007502d1007402d000b400b3000a010b02cf00ae02ce008302cd0042000900020001000800c400c30007000300410004001802cc006a02cb02ca0064009d010a02c902c802c702c6006b003b013002c50165010902c40108009c000200010024009400c10107007e003f007f00920106003f02c3000702c20044007d006300320046006501050104010302c101020101010000ff00fe02c0003702bf00fd00fc00fb00fa00f900f800a800a900f700f6006600f50055000300b702be00f400f302bd00730096009500af002c002b004b00f200f101800032002202bc0017003600f0004a0005001702bb02ba02b900ef00ee02b800ed00ee02b702b602b500b5000f00ec00b2008000b100020001000c000b0024001b004d000a00450062002d006100910058006000390038005f02b4001d02b300eb009000ea004900480004004700e900e800e70030008f000c000b001b0010000a00e6008e00e502b200e400e302b100ca000900020001000802b00025007900e20020000300e10011000a0064009d010a0015006802af000f003102ae000f004302ad008d015b00f1007a0026016a00bc015a00bd0072002600e000df00de000900bf000200010008002f002500bb00dd00200003000e001500cc00ae016202ac006802ab000f003102aa000f004302a9008d007002a802a702a600b702a502a402a302a202a102a00140029f0033029e029d029c029b029a0299003e0298029702960295001301660294006c00c900830082004200c8000900020001000800c700c60007000300410084000900b600560293003b00930292017302910290028f00dc028e0080028d028c003e028b028a00150289001300020001002a0288000a010b00dc028700c900830082004200c8000900020001000800c700c60007000300410004017600c5008100cd0042000900020001000800c400c300070003004100040018000e017500db0286001300da015e00130285003000c2006a001302840283028200d90132028101310280027f0013027e027d006c000900400056027c0002000100080080000c000b001b00100113004000200044007d017200550003027b00640027002c006400570011001f008c00e6008e00e5027a027900e40278027700e3001300020001002a001a000c000b001c001000510025007900e200200003000e027600e10275027400cb00150079006700020001002a001a000c000b001c0010001e00250161016900d900d800d7007e009e007f009202730272000200010008003f0020027100550270026f026e0017026d026c0016026b00150031026a000f0043026902680267002c0266026500a502640015026300d602620261007c002c0260004b0085025f025e0045025d025c025b025a025902580039003802570256001d025502540090009a00490048003d0047009900980097002e025300500014008b004f004e000a006300450062002d006100910058006000390038005f025200d5001500680251000f00310250000f0043024f008d0040000c000b001b024e000200010024004d001f0077002800290076024d0075024c0074024b00b400b3000a006300450062002d006100910058006000390038005f024a00d50249002600ba01510150014f00b900b800a70248014e014d00170247014c0141024600140009000200010008001e00120007000302450244003702430084001100d4014b014a0149002e007101480147024200d3006b003000370029014500d3001100d400a50144014300a40036014200270241000302400057023f0019005000140167004f004e000a00500014008b004f004e000a0011000a023e023d0017023c0034023b023a01100066016300780239023802370181023602350019023402330160002602320231011200670230022f022e00d200d1022d01140067011100b60017022c0023022b022a022902280227007b0226010e010d010c00560225009300320046006502240223010901540108009c000200010024009400c10107007e003f007f00920106003f0222000702210044007d0063003200460065010501040103022001020101010000ff00fe021f0037021e00fd00fc00fb00fa00f900f800a800a900f700f6006600f50055000300d2021d021c00f400f3021b00d600960095007c021a002b02190085013e021802170018003600f000a402160018021500190011000a00500014008b004f004e000a00db00ef001300da00ed00130214003000c200d100ec00f2021300b2021200b100020001000c000b0024001b004d000a00450062002d006102110058006000390038005f0210001d020f00eb009000ea004900480004004700e900e800e70030008f000c000b001b0010000a020e008e020d020c00bd0072002600e000df00de000900bf000200010008002f002500bb00dd00200003020b00190011000a008c00020001002a000c000b01520010001a000c000b001c0010002f001200070003020a000400190011000a020900c50208020702060205010f0054020400d800d7008f001a000c000b001c00100203020200070003020100040019008c0200003b00190034001901ff003b00190034001901fe001f000a00000000000000000000005e00000000000001fd00000000000001fc0000005e0006000601fb000000000000008a0089008801fa01f90000000000000000000001f80000005d000001f7000001f601f501f401f301f2000001f1000000000000000001f000000000000001ef00000000000001ee00000000000001ed00000000000001ec00000000000001eb00000000000001ea00000000000001e900000000000001e800000000000001e700000000000001e600000000000001e500000000000001e400000000000001e300000000000001e200000000000001e100000000000001e00006008700000000005d00000000000001df01de01dd01dc0000000001db000001da01d901d801d70086000000d0000001d601d500000000008a0089008801d400060006000601d301d201d101d001cf005d000001ce000001cd01cc01cb01ca01c901c800000000008a0089008801c7000000000000000601c601c501c401c301c2000000000000000600060087000001c100000000000001c001bf01be01bd01bc01bb01ba01b90086000001b8000001b700000000000000000000005e000601b60000000000000000000001b5000001b400cf00ce00000000000001b3000001b201b101b001af01ae01ad000000000000000001ac000001ab01aa01a901a801a700000000000001a6000000000000008700000000000001a501a401a301a201a101a0019f019e019d0000000000000000000000d0000000000000019c0000019b00cf00ce0000005e000600060006019a0199019801970000000001960000005d00000195000001940193019201910190000000000000018f000000000000018e018d00000000018c000000000000018b018a01890000018800000000000000060006000601870006000600060186000600060006000600860000000000000000000000000000000000000000",
|
|
354
|
+
"logIndex": 6,
|
|
355
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"transactionIndex": 1,
|
|
359
|
+
"blockNumber": 48278531,
|
|
360
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
361
|
+
"address": "0x0000000000000000000000000000000000008004",
|
|
362
|
+
"topics": [
|
|
363
|
+
"0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
|
|
364
|
+
"0x0100027f657011c3f71f48ca22db1980d2c7e9d843c7967cbe43ebfbed10624d",
|
|
365
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000"
|
|
366
|
+
],
|
|
367
|
+
"data": "0x",
|
|
368
|
+
"logIndex": 7,
|
|
369
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"transactionIndex": 1,
|
|
373
|
+
"blockNumber": 48278531,
|
|
374
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
375
|
+
"address": "0x1a1e8b2e095aEaca3Ba2d9bDa0B9Adf855032E89",
|
|
376
|
+
"topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
|
|
377
|
+
"data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
|
|
378
|
+
"logIndex": 8,
|
|
379
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"transactionIndex": 1,
|
|
383
|
+
"blockNumber": 48278531,
|
|
384
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
385
|
+
"address": "0x0000000000000000000000000000000000008006",
|
|
386
|
+
"topics": [
|
|
387
|
+
"0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
|
|
388
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
389
|
+
"0x0100027f657011c3f71f48ca22db1980d2c7e9d843c7967cbe43ebfbed10624d",
|
|
390
|
+
"0x0000000000000000000000001a1e8b2e095aeaca3ba2d9bda0b9adf855032e89"
|
|
391
|
+
],
|
|
392
|
+
"data": "0x",
|
|
393
|
+
"logIndex": 9,
|
|
394
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"transactionIndex": 1,
|
|
398
|
+
"blockNumber": 48278531,
|
|
399
|
+
"transactionHash": "0x244acf5f802e84c5d6948d2300e8e3cb1428b4e5b59fd783568e60140d6eb054",
|
|
400
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
401
|
+
"topics": [
|
|
402
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
403
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
404
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
|
|
405
|
+
],
|
|
406
|
+
"data": "0x000000000000000000000000000000000000000000000000000156ea3f761570",
|
|
407
|
+
"logIndex": 10,
|
|
408
|
+
"blockHash": "0x5e98f130c2f62d937bf31f1a11812865d0667c8f48ff863027a3c66967240ef6"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"blockNumber": 48278531,
|
|
412
|
+
"cumulativeGasUsed": "0",
|
|
413
|
+
"status": 1,
|
|
414
|
+
"byzantium": true
|
|
415
|
+
},
|
|
416
|
+
"args": ["0xA1b56f19CA5E5b15EF29d38238930Ce9f0235312"],
|
|
417
|
+
"numDeployments": 1,
|
|
418
|
+
"solcInputHash": "fd2a9ac8f832f234262849a7c933f900",
|
|
419
|
+
"metadata": {
|
|
420
|
+
"llvm_options": [],
|
|
421
|
+
"optimizer_settings": {
|
|
422
|
+
"is_debug_logging_enabled": false,
|
|
423
|
+
"is_fallback_to_size_enabled": false,
|
|
424
|
+
"is_verify_each_enabled": false,
|
|
425
|
+
"level_back_end": "Aggressive",
|
|
426
|
+
"level_middle_end": "Aggressive",
|
|
427
|
+
"level_middle_end_size": "Zero"
|
|
428
|
+
},
|
|
429
|
+
"solc_version": "0.8.25",
|
|
430
|
+
"solc_zkvm_edition": "1.0.1",
|
|
431
|
+
"source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"omnichainGovernanceExecutor_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"FunctionRegistryChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"nonpayable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"OMNICHAIN_GOVERNANCE_EXECUTOR\",\"outputs\":[{\"internalType\":\"contract IOmnichainGovernanceExecutor\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"name\":\"functionRegistry\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"srcChainId_\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"srcAddress_\",\"type\":\"bytes\"}],\"name\":\"setTrustedRemoteAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner_\",\"type\":\"address\"}],\"name\":\"transferBridgeOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string[]\",\"name\":\"signatures_\",\"type\":\"string[]\"},{\"internalType\":\"bool[]\",\"name\":\"active_\",\"type\":\"bool[]\"}],\"name\":\"upsertSignature\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"custom:security-contact\":\"https://github.com/VenusProtocol/governance-contracts#discussion\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"Address of access control manager\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setTrustedRemoteAddress(uint16,bytes)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:event\":\"Emits SetTrustedRemoteAddress with source chain Id and source address\",\"params\":{\"srcAddress_\":\"The address of the contract on the source chain\",\"srcChainId_\":\"The LayerZero id of a source chain\"}},\"transferBridgeOwnership(address)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"params\":{\"newOwner_\":\"New owner of the governanceExecutor\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"upsertSignature(string[],bool[])\":{\"custom:access\":\"Only owner\",\"params\":{\"active_\":\"bool value, should be true to add function\",\"signatures_\":\"Function signature to be added or removed\"}}},\"stateVariables\":{\"OMNICHAIN_GOVERNANCE_EXECUTOR\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"}},\"title\":\"OmnichainExecutorOwner\",\"version\":1},\"userdoc\":{\"errors\":{\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}],\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"FunctionRegistryChanged(string,bool)\":{\"notice\":\"Event emitted when function registry updated\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"}},\"kind\":\"user\",\"methods\":{\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"functionRegistry(bytes4)\":{\"notice\":\"Stores function signature corresponding to their 4 bytes hash value\"},\"initialize(address)\":{\"notice\":\"Initialize the contract\"},\"renounceOwnership()\":{\"notice\":\"Empty implementation of renounce ownership to avoid any mishappening\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setTrustedRemoteAddress(uint16,bytes)\":{\"notice\":\"Sets the source message sender address\"},\"transferBridgeOwnership(address)\":{\"notice\":\"This function transfer the ownership of the executor from this contract to new owner\"},\"upsertSignature(string[],bool[])\":{\"notice\":\"A registry of functions that are allowed to be executed from proposals\"}},\"notice\":\"OmnichainProposalSender contract acts as a governance and access control mechanism, allowing owner to upsert signature of OmnichainGovernanceExecutor contract, also contains function to transfer the ownership of contract as well.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Cross-chain/OmnichainExecutorOwner.sol\":\"OmnichainExecutorOwner\"},\"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\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"keccak256\":\"0xd712fb45b3ea0ab49679164e3895037adc26ce12879d5184feb040e01c1c07a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://79ecc0838b0649460c0a538a4adb55b2b530e726c5526afc5e09c8eea4f3af13\",\"dweb:/ipfs/QmUxugyGDGGeLzDFi8QDH2vQMtCFaheiujWv58SuGVx4bZ\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x247c62047745915c0af6b955470a72d1696ebad4352d7d3011aef1a2463cd888\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d7fc8396619de513c96b6e00301b88dd790e83542aab918425633a5f7297a15a\",\"dweb:/ipfs/QmXbP4kiZyp7guuS7xe8KaybnwkRPGrBc2Kbi3vhcTfpxb\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x037c334add4b033ad3493038c25be1682d78c00992e1acb0e2795caff3925271\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a313cf42389440e2706837c91370323b85971c06afd6d056d21e2bc86459618\",\"dweb:/ipfs/QmT8XUrUvQ9aZaPKrqgRU2JVGWnaxBcUYJA7Q7K5KcLBSZ\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x2edcb41c121abc510932e8d83ff8b82cf9cdde35e7c297622f5c29ef0af25183\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72460c66cd1c3b1c11b863e0d8df0a1c56f37743019e468dc312c754f43e3b06\",\"dweb:/ipfs/QmPExYKiNb9PUsgktQBupPaM33kzDHxaYoVeJdLhv8s879\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x963ea7f0b48b032eef72fe3a7582edf78408d6f834115b9feadd673a4d5bd149\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d6520943ea55fdf5f0bafb39ed909f64de17051bc954ff3e88c9e5621412c79c\",\"dweb:/ipfs/QmWZ4rAKTQbNG2HxGs46AcTXShsVytKeLs7CUCdCSv5N7a\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@venusprotocol/solidity-utilities/contracts/validators.sol\":{\"keccak256\":\"0xdb88e14d50dd21889ca3329d755673d022c47e8da005b6a545c7f69c2c4b7b86\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://7fc4c2b30dabdce32229df72fd00fa49d5a813bea8a7717fe8481cc5896d4183\",\"dweb:/ipfs/QmZmxLnp3QSBahyRaUhezdVLPsTtXErghdLHpiGrkr19XJ\"]},\"contracts/Cross-chain/OmnichainExecutorOwner.sol\":{\"keccak256\":\"0xc04fcc16654a57743f1b515fc61aeed0bfe67e456c72e5cce7ff613439133109\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://b5a49c5bee67b853e64395535368b70fcc9230fce4242016c6fbbfe7e79e8fea\",\"dweb:/ipfs/QmeMJEzLGZ2N1d7uHrkcFTDwCqV5FEC9ug5Q8kfMoXPLkr\"]},\"contracts/Cross-chain/interfaces/IOmnichainGovernanceExecutor.sol\":{\"keccak256\":\"0xae3df89cc760968a190e3d723211a643c2aa49c54c0579a1e17db4fc27bf24cb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ad74cfa973accc788720225da805a9e3e928eda748ef0a4580074b274c4a58\",\"dweb:/ipfs/QmZXXab3DwreEiXt8pmbWX1F7yWjJwLHhdroqf4jgth5Nf\"]},\"contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0x0dcf283925f4dddc23ca0ee71d2cb96a9dd6e4cf08061b69fde1697ea39dc514\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://38db65a77297d8df3345797277a624d81706bde2e9ede230a140e8ca2a027040\",\"dweb:/ipfs/QmWKcmtyyvi3dhAJHkdAKGNrsKcMxKQ6c82ArtDqe8tncG\"]},\"contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]}},\"version\":1}",
|
|
432
|
+
"zk_version": "1.5.3"
|
|
433
|
+
},
|
|
434
|
+
"bytecode": "0x0004000000000002000f000000000002000000000301001900000060043002700000022b03400197000300000031035500020000000103550000022b0040019d00000001002001900000003a0000c13d0000008004000039000000400040043f000000040030008c0000012b0000413d000000000201043b000000e002200270000002360020009c000000700000a13d000002370020009c000000cd0000a13d000002380020009c000001090000213d0000023b0020009c000001930000613d0000023c0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b000b00000001001d0000022e0010009c000005b80000213d00000000030004150000000d0330008a0000000503300210000000000200041a0000ff0001200190000005010000c13d00000000030004150000000c0330008a0000000503300210000000ff00200190000005010000c13d0000024f0120019700000101011001bf00000000020000190000000b030000290000022e03300198000000000010041b0000005f0000613d0000ff0000100190000005c70000c13d000000400100043d000005e50000013d0000000002000416000000000002004b000005b80000c13d0000001f023000390000022c02200197000000a002200039000000400020043f0000001f0430018f0000022d05300198000000a0025000390000004b0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000470000c13d000000000004004b000000580000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000005b80000413d000000a00100043d0000022e0010009c000005b80000213d0000022e011001980000016f0000c13d000000400100043d00000044021000390000026f030000410000000000320435000000240210003900000018030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000262011001c7000008a900010430000002400020009c000000fe0000213d000002440020009c000001980000613d000002450020009c000001b50000613d000002460020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d000b022e0010019b000000c001000039000000400010043f0000002001000039000000800010043f0000026b01000041000000a00010043f000000800100003908a707a40000040f0000000b0000006b0000005f0000613d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000a00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000026c01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040020008c000000c80000613d0000022b0040009c0000022b03000041000000000304401900000040033002100000022b0010009c0000022b01008041000000c001100210000000000131019f0000026d011001c7000b00000004001d08a7089d0000040f0000000b04000029000000000301001900000060033002700001022b0030019d000300000001035500000001002001900000070b0000613d0000026e0040009c000007050000813d000000400040043f0000000001000019000008a80001042e0000023d0020009c000001d40000613d0000023e0020009c000001e00000613d0000023f0020009c0000012b0000c13d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b0000ffff0020008c000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d000a00040040003d0000000a01100360000000000101043b000b00000001001d000002550010009c000005b80000213d0000000b014000290000002401100039000000000031004b000005b80000213d0009ffff00200193000000e001000039000000400010043f0000002501000039000000800010043f0000025601000041000000a00010043f0000025701000041000000c00010043f000000800100003908a707a40000040f000000090000006b000006210000c13d000000400100043d00000044021000390000026103000041000000620000013d000002410020009c000001e50000613d000002420020009c0000047d0000613d000002430020009c0000012b0000c13d0000000001000416000000000001004b000005b80000c13d0000000001000019000008a80001042e000002390020009c0000048b0000613d0000023a0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e052001970000000002000411000000000025004b000004ec0000c13d0000022e061001970000006501000039000000000201041a0000024702200197000000000262019f000000000021041b00000000010004140000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d0200003900000003030000390000024904000041000005b50000013d000b00000004001d0000000002000416000000000002004b000005b80000c13d000000000101043b0000026901100197000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001052002700000007f0550618f0000001f0050008c00000000040000390000000104002039000000000442013f00000001004001900000014e0000613d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a900010430000000400800043d0000000009580436000000000003004b000004940000613d000800000005001d000900000009001d000a00000008001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d0000000805000029000000000005004b00000000020000190000000a080000290000000909000029000004990000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000052004b000001670000413d000004990000013d000000800010043f000000000200041a0000ff0000200190000004b80000c13d000000ff0320018f000000ff0030008c0000018b0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d00000000001204350000022b0020009c0000022b02008041000000400120021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000000103000039000002340400004108a7089d0000040f0000000100200190000005b80000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000023501000041000008a80001042e0000000001000416000000000001004b000005b80000c13d00000097010000390000048f0000013d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e022001970000000003000411000000000032004b000004ec0000c13d0000022e01100198000005a50000c13d0000023101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000027401000041000000c40010043f0000027501000041000000e40010043f0000026501000041000008a900010430000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000027000100198000005b80000c13d000000000010043f000000c901000039000000200010043f0000004002000039000000000100001908a7086f0000040f08a707450000040f0000002002000039000000400300043d000b00000003001d000000000223043608a707920000040f0000000b0200002900000000012100490000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000121019f000008a80001042e0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e021001970000000001000411000000000012004b000004f50000c13d08a708550000040f0000000001000019000008a80001042e0000000001000416000000000001004b000005b80000c13d00000033010000390000048f0000013d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b000800000002001d000002550020009c000005b80000213d00000008020000290000002302200039000000000032004b000005b80000813d00000008020000290000000402200039000000000221034f000000000202043b000002550020009c000005b80000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000034004b000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d0000000405400039000000000151034f000000000101043b000500000001001d000002550010009c000005b80000213d000400240040003d000000050100002900000005011002100000000401100029000000000031004b000005b80000213d0000003301000039000000000101041a0000022e011001970000000003000411000000000031004b000004ec0000c13d000000050020006c0000072c0000c13d000000050000006b000001070000613d000b00000000001d0000022e0000013d0000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d0200003900000002030000390000026a0400004108a7089d0000040f0000000100200190000005b80000613d0000000b020000290000000102200039000b00000002001d000000050020006c000001070000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a00000268053001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000031004b00000000030000190000026803008041000002680070009c000000000503c019000000000005004b000005b80000c13d0000000a03100029000000000132034f000000000101043b000002550010009c000005b80000213d0000000005140049000000200630003900000268035001970000026807600197000000000837013f000000000037004b00000000030000190000026803004041000000000056004b00000000050000190000026805002041000002680080009c000000000305c019000000000003004b000005b80000c13d0000001f031000390000027b033001970000003f033000390000027b05300197000000400300043d0000000005530019000000000035004b00000000070000390000000107004039000002550050009c000007050000213d0000000100700190000007050000c13d000000400050043f00000000051304360000000007610019000000000047004b000005b80000213d000000000462034f0000027b061001980000000002650019000002750000613d000000000704034f0000000008050019000000007907043c0000000008980436000000000028004b000002710000c13d0000001f07100190000002820000613d000000000464034f0000000306700210000000000702043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000420435000000000115001900000000000104350000022b0050009c0000022b05008041000000400150021000000000020304330000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b0000026901100197000600000001001d000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000001480000c13d000000400500043d0000000004650436000000000003004b000002cf0000613d000100000004001d000200000006001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c70000801002000039000300000005001d08a708a20000040f00000003050000290000000100200190000005b80000613d0000000206000029000000000006004b000002d50000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000002c70000413d000002d60000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000002d60000013d00000000010000190000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c000007050000213d0000000100200190000007050000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000005b80000c13d0000000003050433000000000002004b0000037b0000613d000000000003004b000002290000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a00000268054001970000026806300197000000000756013f000000000056004b00000000050000190000026805004041000000000043004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a03300029000000000131034f000000000501043b000002550050009c000005b80000213d0000000001520049000000200630003900000268021001970000026803600197000000000423013f000000000023004b00000000020000190000026802004041000300000006001d000000000016004b00000000010000190000026801002041000002680040009c000000000201c019000000000002004b000005b80000c13d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c70000801002000039000900000005001d08a708a20000040f00000009040000290000000100200190000005b80000613d000000000501043b000000000105041a000000010010019000000001031002700000007f0330618f0000001f0030008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000200030008c000600000005001d000003510000413d000200000003001d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009040000290000000100200190000005b80000613d0000001f024000390000000502200270000000200040008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000000605000029000003510000813d000000000002041b0000000102200039000000000012004b0000034d0000413d0000001f0040008c0000040f0000a13d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009060000290000000100200190000005b80000613d0000027b02600198000000000101043b000004150000613d0000000204000367000000000300001900000003070000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000003640000413d000000000062004b000003770000813d0000000302600210000000f80220018f0000027d0220027f0000027d0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf0000000605000029000004210000013d000000000003004b000002290000613d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000301043b000000000103041a000000010010019000000001041002700000007f0440618f0000001f0040008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000000004004b000003b50000613d0000001f0040008c000003b40000a13d000600000004001d000900000003001d000000000030043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000023004b000003b10000813d000000000003041b0000000103300039000000000023004b000003ad0000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000003e70000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000003e30000c13d0000001f06100190000003f40000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d00000000000104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d000000000004004b00000003010000290000041a0000613d0000000201100367000000000101043b0000041b0000013d00000000030000190000000307000029000000000062004b0000036e0000413d000003770000013d000000000100001900000003024002100000027d0220027f0000027d02200167000000000121016f0000000102400210000000000121019f000000000015041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000004540000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000004500000c13d0000001f06100190000004610000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d000000010200003900000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d0000000001000416000000000001004b000005b80000c13d0000000001000412000f00000001001d000e00000000003d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000025b0200004108a708840000040f000004900000013d0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e01100197000000800010043f0000024a01000041000008a80001042e0000027c012001970000000000190435000000000005004b000000200200003900000000020060390000003f01200039000000200700008a000000000171016f000000000b81001900000000001b004b000000000100003900000001010040390000025500b0009c000007050000213d0000000100100190000007050000c13d0000004401b000390000002402b000390000004000b0043f0000000403b000390000000004080433000000000004004b000004cc0000c13d000002310400004100000000004b04350000002004000039000000000043043500000012030000390000000000320435000002790200004100000000002104350000022b00b0009c0000022b0b0080410000004001b0021000000262011001c7000008a900010430000000400100043d00000064021000390000022f030000410000000000320435000000440210003900000230030000410000000000320435000000240210003900000027030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000232011001c7000008a9000104300000009704000039000000000404041a000002760500004100000000005b04350000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401b000390000022e02400197000000000003004b000004e20000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000034004b000004db0000413d000000000431001900000000000404350000000004000414000000040020008c000005220000c13d0000000103000031000000200030008c00000020040000390000000004034019000005580000013d0000023101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000027101000041000000c40010043f0000027201000041000008a9000104300000023101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000026301000041000000c40010043f0000026401000041000000e40010043f0000026501000041000008a900010430000a00000003001d000800000001001d000900000002001d0000024b0100004100000000001004430000000001000410000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005ba0000c13d0000000902000029000000ff0120018f000000010010008c0000000a010000290000000501100270000000000100003f000000010100603f000005bd0000c13d000000080000006b0000002f0000613d0000027c01200197000000010200003900000001011001bf000000320000013d000a00000008001d0000001f03300039000000000373016f0000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00090000000b001d08a708a20000040f000000090b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000005460000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000005420000c13d000000000006004b000005530000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000a08000029000005870000613d0000001f01400039000000600110018f0000000002b10019000000000012004b00000000010000390000000101004039000002550020009c000007050000213d0000000100100190000007050000c13d0000000001080019000a00000002001d000000400020043f000000200030008c000005b80000413d00000000030b0433000000000003004b0000000002000039000000010200c039000000000023004b000005b80000c13d000000000003004b000005ee0000c13d0000000a0400002900000044034000390000006002000039000000000023043500000024034000390000000002000410000000000023043500000278020000410000000000240435000000040240003900000000030004110000000000320435000000640240003908a707920000040f0000000a0200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000058e0000c13d000000000005004b0000059f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000009702000039000000000302041a0000024704300197000000000414019f000000000042041b0000022e02300197000000800020043f000000a00010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000273011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000001070000c13d0000000001000019000008a9000104300000000a010000290000000501100270000000000100003f000000400100043d00000064021000390000024d03000041000000000032043500000044021000390000024e03000041000000000032043500000024021000390000002e03000039000004c10000013d000b00000003001d000a00000002001d0000006501000039000000000201041a0000024702200197000000000021041b00000000010004110000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f0000000100200190000005b80000613d000000400100043d000000000200041a000900000002001d0000ff00002001900000068e0000c13d00000064021000390000025303000041000000000032043500000044021000390000025403000041000000000032043500000024021000390000002b03000039000004c10000013d000000020200036700000000090000310000027b039001980000001f0490018f0000000a080000290000000001380019000005fb0000613d000000000502034f0000000006080019000000005705043c0000000006760436000000000016004b000005f70000c13d000000000004004b000006080000613d000000000232034f0000000303400210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000900000009001d000000000189001900000000000104350000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000201043b00000000010004140000022e02200197000000040020008c000006bb0000c13d00000001020000390000000103000031000006ce0000013d0000000b040000290000000301400210000000a001100089000002580110021f000000140040008c00000258010080410000000a0200002900000020032000390000000202300367000000000202043b0000000000120170000006350000c13d000000400100043d0000025f0200004100000000002104350000022b0010009c0000022b01008041000000400110021000000260011001c7000008a900010430000a00000003001d000000140040008c000007180000c13d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000b00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000004401400039000000140200003900000000002104350000002401400039000000400200003900000000002104350000025d010000410000000000140435000000040140003900000009020000290000000000210435000000640140003900000000020104330000025e022001970000000a0300002900000002033003670000000003300370000000000303043b0000025803300197000000000223019f0000000000210435000a00000004001d0000007801400039000000000001043500000000010004140000000b02000029000000040020008c000006860000613d0000022b0010009c0000022b01008041000000c0011002100000000a020000290000022b0020009c0000022b020080410000004002200210000000000112019f00000232011001c70000000b0200002908a7089d0000040f000000000301001900000060033002700001022b0030019d00030000000103550000000100200190000007380000613d0000000a01000029000002550010009c000007050000213d0000000a01000029000000400010043f0000000001000019000008a80001042e000000000001042f0000009702000039000000000302041a00000247043001970000000b05000029000000000454019f000000000042041b000000200210003900000000005204350000022e0230019700000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000251011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000005b80000613d0000000a0000006b000001070000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d000000010300003900000000003104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000023404000041000005b50000013d0000000a030000290000022b0030009c0000022b03008041000000400330021000000009040000290000022b0040009c0000022b040080410000006004400210000000000334019f0000022b0010009c0000022b01008041000000c001100210000000000131019f08a7089d0000040f000000010220018f000300000001035500000060011002700001022b0010019d0000022b03100197000000000003004b000006da0000c13d0000006001000039000000000002004b000007220000c13d000000400100043d00000044021000390000027703000041000000000032043500000024021000390000000b03000039000000650000013d000002550030009c000007050000213d0000001f013000390000027b011001970000003f011000390000027b04100197000000400100043d0000000004410019000000000014004b00000000050000390000000105004039000002550040009c000007050000213d0000000100500190000007050000c13d000000400040043f00000000063104360000027b043001980000001f0530018f000b00000006001d00000000034600190000000306000367000006f70000613d000000000706034f0000000b08000029000000007907043c0000000008980436000000000038004b000006f30000c13d000000000005004b000006d10000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000006d10000013d0000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007130000c13d000005920000013d000000400100043d00000064021000390000025903000041000000000032043500000044021000390000025a03000041000000000032043500000024021000390000002403000039000004c10000013d0000000b020000290000022b0020009c0000022b02008041000000400220021000000000010104330000022b0010009c0000022b010080410000006001100210000000000121019f000008a80001042e0000023101000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000026601000041000000c40010043f0000026701000041000000e40010043f0000026501000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007400000c13d000005920000013d0003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000007840000c13d000000400500043d0000000004650436000000000003004b0000076f0000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000007900000613d0000000306000029000000000006004b000007750000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000007670000413d000007770000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000007770000013d000000000100001900000002050000290000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c0000078a0000213d00000001002001900000078a0000c13d000000400010043f0000000001050019000000000001042d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000000001000019000008a90001043000000000430104340000000001320436000000000003004b0000079e0000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007970000413d000000000231001900000000000204350000001f023000390000027b022001970000000001210019000000000001042d000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000002760100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000022e02200197000000000003004b000007c00000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007b90000413d000000000431001900000000000404350000000004000414000000040020008c000007ca0000c13d0000000103000031000000200030008c00000020040000390000000004034019000008010000013d000100000008001d0000001f033000390000027b033001970000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00020000000b001d08a708a20000040f000000020b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000007ee0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000007ea0000c13d000000000006004b000007fb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000008370000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000002550040009c000008190000213d0000000100100190000008190000c13d000000400040043f0000001f0030008c000008170000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000008170000c13d000000000001004b0000081f0000613d000000000001042d0000000001000019000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a900010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002780100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d08a707920000040f000000020200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000008420000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000083e0000c13d000000000005004b0000084f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000006502000039000000000302041a0000024703300197000000000032041b0000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f00000001002001900000086c0000613d000000000001042d0000000001000019000008a900010430000000000001042f0000022b0010009c0000022b0100804100000040011002100000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000008820000613d000000000101043b000000000001042d0000000001000019000008a90001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b000008870000413d0000022b0030009c0000022b03008041000000600130021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f0000027e011001c7000000000205001908a708a20000040f00000001002001900000089c0000613d000000000101043b000000000001042d000000000001042f000008a0002104210000000102000039000000000001042d0000000002000019000000000001042d000008a5002104230000000102000039000000000001042d0000000002000019000000000001042d000008a700000432000008a80001042e000008a9000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e000000000000000000000000000000000000000000000000000000005f21f75e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c000000000000000000000000000000000000000000000000000000003f90b540ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000006c6f6e6700000000000000000000000000000000000000000000000000000000536f757263652061646472657373206d75737420626520323020627974657320310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff8579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f000000000000000000000000000000000000000000000000000000640000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000001000000000000000041646472657373206d757374206e6f74206265207a65726f000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000696e76616c696420616365737320636f6e74726f6c206d616e61676572206164647265737300000000000000000000000000000000000000000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000",
|
|
435
|
+
"deployedBytecode": "0x0004000000000002000f000000000002000000000301001900000060043002700000022b03400197000300000031035500020000000103550000022b0040019d00000001002001900000003a0000c13d0000008004000039000000400040043f000000040030008c0000012b0000413d000000000201043b000000e002200270000002360020009c000000700000a13d000002370020009c000000cd0000a13d000002380020009c000001090000213d0000023b0020009c000001930000613d0000023c0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b000b00000001001d0000022e0010009c000005b80000213d00000000030004150000000d0330008a0000000503300210000000000200041a0000ff0001200190000005010000c13d00000000030004150000000c0330008a0000000503300210000000ff00200190000005010000c13d0000024f0120019700000101011001bf00000000020000190000000b030000290000022e03300198000000000010041b0000005f0000613d0000ff0000100190000005c70000c13d000000400100043d000005e50000013d0000000002000416000000000002004b000005b80000c13d0000001f023000390000022c02200197000000a002200039000000400020043f0000001f0430018f0000022d05300198000000a0025000390000004b0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000470000c13d000000000004004b000000580000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000005b80000413d000000a00100043d0000022e0010009c000005b80000213d0000022e011001980000016f0000c13d000000400100043d00000044021000390000026f030000410000000000320435000000240210003900000018030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000262011001c7000008a900010430000002400020009c000000fe0000213d000002440020009c000001980000613d000002450020009c000001b50000613d000002460020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d000b022e0010019b000000c001000039000000400010043f0000002001000039000000800010043f0000026b01000041000000a00010043f000000800100003908a707a40000040f0000000b0000006b0000005f0000613d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000a00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000026c01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040020008c000000c80000613d0000022b0040009c0000022b03000041000000000304401900000040033002100000022b0010009c0000022b01008041000000c001100210000000000131019f0000026d011001c7000b00000004001d08a7089d0000040f0000000b04000029000000000301001900000060033002700001022b0030019d000300000001035500000001002001900000070b0000613d0000026e0040009c000007050000813d000000400040043f0000000001000019000008a80001042e0000023d0020009c000001d40000613d0000023e0020009c000001e00000613d0000023f0020009c0000012b0000c13d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b0000ffff0020008c000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d000a00040040003d0000000a01100360000000000101043b000b00000001001d000002550010009c000005b80000213d0000000b014000290000002401100039000000000031004b000005b80000213d0009ffff00200193000000e001000039000000400010043f0000002501000039000000800010043f0000025601000041000000a00010043f0000025701000041000000c00010043f000000800100003908a707a40000040f000000090000006b000006210000c13d000000400100043d00000044021000390000026103000041000000620000013d000002410020009c000001e50000613d000002420020009c0000047d0000613d000002430020009c0000012b0000c13d0000000001000416000000000001004b000005b80000c13d0000000001000019000008a80001042e000002390020009c0000048b0000613d0000023a0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e052001970000000002000411000000000025004b000004ec0000c13d0000022e061001970000006501000039000000000201041a0000024702200197000000000262019f000000000021041b00000000010004140000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d0200003900000003030000390000024904000041000005b50000013d000b00000004001d0000000002000416000000000002004b000005b80000c13d000000000101043b0000026901100197000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001052002700000007f0550618f0000001f0050008c00000000040000390000000104002039000000000442013f00000001004001900000014e0000613d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a900010430000000400800043d0000000009580436000000000003004b000004940000613d000800000005001d000900000009001d000a00000008001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d0000000805000029000000000005004b00000000020000190000000a080000290000000909000029000004990000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000052004b000001670000413d000004990000013d000000800010043f000000000200041a0000ff0000200190000004b80000c13d000000ff0320018f000000ff0030008c0000018b0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d00000000001204350000022b0020009c0000022b02008041000000400120021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000000103000039000002340400004108a7089d0000040f0000000100200190000005b80000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000023501000041000008a80001042e0000000001000416000000000001004b000005b80000c13d00000097010000390000048f0000013d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e022001970000000003000411000000000032004b000004ec0000c13d0000022e01100198000005a50000c13d0000023101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000027401000041000000c40010043f0000027501000041000000e40010043f0000026501000041000008a900010430000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000027000100198000005b80000c13d000000000010043f000000c901000039000000200010043f0000004002000039000000000100001908a7086f0000040f08a707450000040f0000002002000039000000400300043d000b00000003001d000000000223043608a707920000040f0000000b0200002900000000012100490000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000121019f000008a80001042e0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e021001970000000001000411000000000012004b000004f50000c13d08a708550000040f0000000001000019000008a80001042e0000000001000416000000000001004b000005b80000c13d00000033010000390000048f0000013d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b000800000002001d000002550020009c000005b80000213d00000008020000290000002302200039000000000032004b000005b80000813d00000008020000290000000402200039000000000221034f000000000202043b000002550020009c000005b80000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000034004b000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d0000000405400039000000000151034f000000000101043b000500000001001d000002550010009c000005b80000213d000400240040003d000000050100002900000005011002100000000401100029000000000031004b000005b80000213d0000003301000039000000000101041a0000022e011001970000000003000411000000000031004b000004ec0000c13d000000050020006c0000072c0000c13d000000050000006b000001070000613d000b00000000001d0000022e0000013d0000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d0200003900000002030000390000026a0400004108a7089d0000040f0000000100200190000005b80000613d0000000b020000290000000102200039000b00000002001d000000050020006c000001070000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a00000268053001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000031004b00000000030000190000026803008041000002680070009c000000000503c019000000000005004b000005b80000c13d0000000a03100029000000000132034f000000000101043b000002550010009c000005b80000213d0000000005140049000000200630003900000268035001970000026807600197000000000837013f000000000037004b00000000030000190000026803004041000000000056004b00000000050000190000026805002041000002680080009c000000000305c019000000000003004b000005b80000c13d0000001f031000390000027b033001970000003f033000390000027b05300197000000400300043d0000000005530019000000000035004b00000000070000390000000107004039000002550050009c000007050000213d0000000100700190000007050000c13d000000400050043f00000000051304360000000007610019000000000047004b000005b80000213d000000000462034f0000027b061001980000000002650019000002750000613d000000000704034f0000000008050019000000007907043c0000000008980436000000000028004b000002710000c13d0000001f07100190000002820000613d000000000464034f0000000306700210000000000702043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000420435000000000115001900000000000104350000022b0050009c0000022b05008041000000400150021000000000020304330000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b0000026901100197000600000001001d000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000001480000c13d000000400500043d0000000004650436000000000003004b000002cf0000613d000100000004001d000200000006001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c70000801002000039000300000005001d08a708a20000040f00000003050000290000000100200190000005b80000613d0000000206000029000000000006004b000002d50000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000002c70000413d000002d60000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000002d60000013d00000000010000190000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c000007050000213d0000000100200190000007050000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000005b80000c13d0000000003050433000000000002004b0000037b0000613d000000000003004b000002290000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a00000268054001970000026806300197000000000756013f000000000056004b00000000050000190000026805004041000000000043004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a03300029000000000131034f000000000501043b000002550050009c000005b80000213d0000000001520049000000200630003900000268021001970000026803600197000000000423013f000000000023004b00000000020000190000026802004041000300000006001d000000000016004b00000000010000190000026801002041000002680040009c000000000201c019000000000002004b000005b80000c13d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c70000801002000039000900000005001d08a708a20000040f00000009040000290000000100200190000005b80000613d000000000501043b000000000105041a000000010010019000000001031002700000007f0330618f0000001f0030008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000200030008c000600000005001d000003510000413d000200000003001d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009040000290000000100200190000005b80000613d0000001f024000390000000502200270000000200040008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000000605000029000003510000813d000000000002041b0000000102200039000000000012004b0000034d0000413d0000001f0040008c0000040f0000a13d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009060000290000000100200190000005b80000613d0000027b02600198000000000101043b000004150000613d0000000204000367000000000300001900000003070000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000003640000413d000000000062004b000003770000813d0000000302600210000000f80220018f0000027d0220027f0000027d0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf0000000605000029000004210000013d000000000003004b000002290000613d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000301043b000000000103041a000000010010019000000001041002700000007f0440618f0000001f0040008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000000004004b000003b50000613d0000001f0040008c000003b40000a13d000600000004001d000900000003001d000000000030043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000023004b000003b10000813d000000000003041b0000000103300039000000000023004b000003ad0000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000003e70000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000003e30000c13d0000001f06100190000003f40000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d00000000000104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d000000000004004b00000003010000290000041a0000613d0000000201100367000000000101043b0000041b0000013d00000000030000190000000307000029000000000062004b0000036e0000413d000003770000013d000000000100001900000003024002100000027d0220027f0000027d02200167000000000121016f0000000102400210000000000121019f000000000015041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000004540000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000004500000c13d0000001f06100190000004610000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d000000010200003900000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d0000000001000416000000000001004b000005b80000c13d0000000001000412000f00000001001d000e00000000003d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000025b0200004108a708840000040f000004900000013d0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e01100197000000800010043f0000024a01000041000008a80001042e0000027c012001970000000000190435000000000005004b000000200200003900000000020060390000003f01200039000000200700008a000000000171016f000000000b81001900000000001b004b000000000100003900000001010040390000025500b0009c000007050000213d0000000100100190000007050000c13d0000004401b000390000002402b000390000004000b0043f0000000403b000390000000004080433000000000004004b000004cc0000c13d000002310400004100000000004b04350000002004000039000000000043043500000012030000390000000000320435000002790200004100000000002104350000022b00b0009c0000022b0b0080410000004001b0021000000262011001c7000008a900010430000000400100043d00000064021000390000022f030000410000000000320435000000440210003900000230030000410000000000320435000000240210003900000027030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000232011001c7000008a9000104300000009704000039000000000404041a000002760500004100000000005b04350000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401b000390000022e02400197000000000003004b000004e20000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000034004b000004db0000413d000000000431001900000000000404350000000004000414000000040020008c000005220000c13d0000000103000031000000200030008c00000020040000390000000004034019000005580000013d0000023101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000027101000041000000c40010043f0000027201000041000008a9000104300000023101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000026301000041000000c40010043f0000026401000041000000e40010043f0000026501000041000008a900010430000a00000003001d000800000001001d000900000002001d0000024b0100004100000000001004430000000001000410000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005ba0000c13d0000000902000029000000ff0120018f000000010010008c0000000a010000290000000501100270000000000100003f000000010100603f000005bd0000c13d000000080000006b0000002f0000613d0000027c01200197000000010200003900000001011001bf000000320000013d000a00000008001d0000001f03300039000000000373016f0000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00090000000b001d08a708a20000040f000000090b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000005460000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000005420000c13d000000000006004b000005530000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000a08000029000005870000613d0000001f01400039000000600110018f0000000002b10019000000000012004b00000000010000390000000101004039000002550020009c000007050000213d0000000100100190000007050000c13d0000000001080019000a00000002001d000000400020043f000000200030008c000005b80000413d00000000030b0433000000000003004b0000000002000039000000010200c039000000000023004b000005b80000c13d000000000003004b000005ee0000c13d0000000a0400002900000044034000390000006002000039000000000023043500000024034000390000000002000410000000000023043500000278020000410000000000240435000000040240003900000000030004110000000000320435000000640240003908a707920000040f0000000a0200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000058e0000c13d000000000005004b0000059f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000009702000039000000000302041a0000024704300197000000000414019f000000000042041b0000022e02300197000000800020043f000000a00010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000273011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000001070000c13d0000000001000019000008a9000104300000000a010000290000000501100270000000000100003f000000400100043d00000064021000390000024d03000041000000000032043500000044021000390000024e03000041000000000032043500000024021000390000002e03000039000004c10000013d000b00000003001d000a00000002001d0000006501000039000000000201041a0000024702200197000000000021041b00000000010004110000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f0000000100200190000005b80000613d000000400100043d000000000200041a000900000002001d0000ff00002001900000068e0000c13d00000064021000390000025303000041000000000032043500000044021000390000025403000041000000000032043500000024021000390000002b03000039000004c10000013d000000020200036700000000090000310000027b039001980000001f0490018f0000000a080000290000000001380019000005fb0000613d000000000502034f0000000006080019000000005705043c0000000006760436000000000016004b000005f70000c13d000000000004004b000006080000613d000000000232034f0000000303400210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000900000009001d000000000189001900000000000104350000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000201043b00000000010004140000022e02200197000000040020008c000006bb0000c13d00000001020000390000000103000031000006ce0000013d0000000b040000290000000301400210000000a001100089000002580110021f000000140040008c00000258010080410000000a0200002900000020032000390000000202300367000000000202043b0000000000120170000006350000c13d000000400100043d0000025f0200004100000000002104350000022b0010009c0000022b01008041000000400110021000000260011001c7000008a900010430000a00000003001d000000140040008c000007180000c13d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000b00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000004401400039000000140200003900000000002104350000002401400039000000400200003900000000002104350000025d010000410000000000140435000000040140003900000009020000290000000000210435000000640140003900000000020104330000025e022001970000000a0300002900000002033003670000000003300370000000000303043b0000025803300197000000000223019f0000000000210435000a00000004001d0000007801400039000000000001043500000000010004140000000b02000029000000040020008c000006860000613d0000022b0010009c0000022b01008041000000c0011002100000000a020000290000022b0020009c0000022b020080410000004002200210000000000112019f00000232011001c70000000b0200002908a7089d0000040f000000000301001900000060033002700001022b0030019d00030000000103550000000100200190000007380000613d0000000a01000029000002550010009c000007050000213d0000000a01000029000000400010043f0000000001000019000008a80001042e000000000001042f0000009702000039000000000302041a00000247043001970000000b05000029000000000454019f000000000042041b000000200210003900000000005204350000022e0230019700000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000251011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000005b80000613d0000000a0000006b000001070000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d000000010300003900000000003104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000023404000041000005b50000013d0000000a030000290000022b0030009c0000022b03008041000000400330021000000009040000290000022b0040009c0000022b040080410000006004400210000000000334019f0000022b0010009c0000022b01008041000000c001100210000000000131019f08a7089d0000040f000000010220018f000300000001035500000060011002700001022b0010019d0000022b03100197000000000003004b000006da0000c13d0000006001000039000000000002004b000007220000c13d000000400100043d00000044021000390000027703000041000000000032043500000024021000390000000b03000039000000650000013d000002550030009c000007050000213d0000001f013000390000027b011001970000003f011000390000027b04100197000000400100043d0000000004410019000000000014004b00000000050000390000000105004039000002550040009c000007050000213d0000000100500190000007050000c13d000000400040043f00000000063104360000027b043001980000001f0530018f000b00000006001d00000000034600190000000306000367000006f70000613d000000000706034f0000000b08000029000000007907043c0000000008980436000000000038004b000006f30000c13d000000000005004b000006d10000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000006d10000013d0000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007130000c13d000005920000013d000000400100043d00000064021000390000025903000041000000000032043500000044021000390000025a03000041000000000032043500000024021000390000002403000039000004c10000013d0000000b020000290000022b0020009c0000022b02008041000000400220021000000000010104330000022b0010009c0000022b010080410000006001100210000000000121019f000008a80001042e0000023101000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000026601000041000000c40010043f0000026701000041000000e40010043f0000026501000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007400000c13d000005920000013d0003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000007840000c13d000000400500043d0000000004650436000000000003004b0000076f0000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000007900000613d0000000306000029000000000006004b000007750000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000007670000413d000007770000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000007770000013d000000000100001900000002050000290000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c0000078a0000213d00000001002001900000078a0000c13d000000400010043f0000000001050019000000000001042d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000000001000019000008a90001043000000000430104340000000001320436000000000003004b0000079e0000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007970000413d000000000231001900000000000204350000001f023000390000027b022001970000000001210019000000000001042d000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000002760100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000022e02200197000000000003004b000007c00000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007b90000413d000000000431001900000000000404350000000004000414000000040020008c000007ca0000c13d0000000103000031000000200030008c00000020040000390000000004034019000008010000013d000100000008001d0000001f033000390000027b033001970000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00020000000b001d08a708a20000040f000000020b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000007ee0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000007ea0000c13d000000000006004b000007fb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000008370000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000002550040009c000008190000213d0000000100100190000008190000c13d000000400040043f0000001f0030008c000008170000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000008170000c13d000000000001004b0000081f0000613d000000000001042d0000000001000019000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a900010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002780100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d08a707920000040f000000020200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000008420000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000083e0000c13d000000000005004b0000084f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000006502000039000000000302041a0000024703300197000000000032041b0000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f00000001002001900000086c0000613d000000000001042d0000000001000019000008a900010430000000000001042f0000022b0010009c0000022b0100804100000040011002100000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000008820000613d000000000101043b000000000001042d0000000001000019000008a90001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b000008870000413d0000022b0030009c0000022b03008041000000600130021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f0000027e011001c7000000000205001908a708a20000040f00000001002001900000089c0000613d000000000101043b000000000001042d000000000001042f000008a0002104210000000102000039000000000001042d0000000002000019000000000001042d000008a5002104230000000102000039000000000001042d0000000002000019000000000001042d000008a700000432000008a80001042e000008a9000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e000000000000000000000000000000000000000000000000000000005f21f75e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c000000000000000000000000000000000000000000000000000000003f90b540ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000006c6f6e6700000000000000000000000000000000000000000000000000000000536f757263652061646472657373206d75737420626520323020627974657320310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff8579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f000000000000000000000000000000000000000000000000000000640000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000001000000000000000041646472657373206d757374206e6f74206265207a65726f000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000696e76616c696420616365737320636f6e74726f6c206d616e61676572206164647265737300000000000000000000000000000000000000000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000",
|
|
436
|
+
"devdoc": {
|
|
437
|
+
"author": "Venus",
|
|
438
|
+
"custom:security-contact": "https://github.com/VenusProtocol/governance-contracts#discussion",
|
|
439
|
+
"events": {
|
|
440
|
+
"Initialized(uint8)": {
|
|
441
|
+
"details": "Triggered when the contract has been initialized or reinitialized."
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"kind": "dev",
|
|
445
|
+
"methods": {
|
|
446
|
+
"acceptOwnership()": {
|
|
447
|
+
"details": "The new owner accepts the ownership transfer."
|
|
448
|
+
},
|
|
449
|
+
"constructor": {
|
|
450
|
+
"custom:oz-upgrades-unsafe-allow": "constructor"
|
|
451
|
+
},
|
|
452
|
+
"initialize(address)": {
|
|
453
|
+
"params": {
|
|
454
|
+
"accessControlManager_": "Address of access control manager"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"owner()": {
|
|
458
|
+
"details": "Returns the address of the current owner."
|
|
459
|
+
},
|
|
460
|
+
"pendingOwner()": {
|
|
461
|
+
"details": "Returns the address of the pending owner."
|
|
462
|
+
},
|
|
463
|
+
"setAccessControlManager(address)": {
|
|
464
|
+
"custom:access": "Only Governance",
|
|
465
|
+
"custom:event": "Emits NewAccessControlManager event",
|
|
466
|
+
"details": "Admin function to set address of AccessControlManager",
|
|
467
|
+
"params": {
|
|
468
|
+
"accessControlManager_": "The new address of the AccessControlManager"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"setTrustedRemoteAddress(uint16,bytes)": {
|
|
472
|
+
"custom:access": "Controlled by AccessControlManager",
|
|
473
|
+
"custom:event": "Emits SetTrustedRemoteAddress with source chain Id and source address",
|
|
474
|
+
"params": {
|
|
475
|
+
"srcAddress_": "The address of the contract on the source chain",
|
|
476
|
+
"srcChainId_": "The LayerZero id of a source chain"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"transferBridgeOwnership(address)": {
|
|
480
|
+
"custom:access": "Controlled by AccessControlManager",
|
|
481
|
+
"params": {
|
|
482
|
+
"newOwner_": "New owner of the governanceExecutor"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"transferOwnership(address)": {
|
|
486
|
+
"details": "Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."
|
|
487
|
+
},
|
|
488
|
+
"upsertSignature(string[],bool[])": {
|
|
489
|
+
"custom:access": "Only owner",
|
|
490
|
+
"params": {
|
|
491
|
+
"active_": "bool value, should be true to add function",
|
|
492
|
+
"signatures_": "Function signature to be added or removed"
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"stateVariables": {
|
|
497
|
+
"OMNICHAIN_GOVERNANCE_EXECUTOR": {
|
|
498
|
+
"custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"title": "OmnichainExecutorOwner",
|
|
502
|
+
"version": 1
|
|
503
|
+
},
|
|
504
|
+
"userdoc": {
|
|
505
|
+
"errors": {
|
|
506
|
+
"Unauthorized(address,address,string)": [
|
|
507
|
+
{
|
|
508
|
+
"notice": "Thrown when the action is prohibited by AccessControlManager"
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"ZeroAddressNotAllowed()": [
|
|
512
|
+
{
|
|
513
|
+
"notice": "Thrown if the supplied address is a zero address where it is not allowed"
|
|
514
|
+
}
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
"events": {
|
|
518
|
+
"FunctionRegistryChanged(string,bool)": {
|
|
519
|
+
"notice": "Event emitted when function registry updated"
|
|
520
|
+
},
|
|
521
|
+
"NewAccessControlManager(address,address)": {
|
|
522
|
+
"notice": "Emitted when access control manager contract address is changed"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"kind": "user",
|
|
526
|
+
"methods": {
|
|
527
|
+
"accessControlManager()": {
|
|
528
|
+
"notice": "Returns the address of the access control manager contract"
|
|
529
|
+
},
|
|
530
|
+
"functionRegistry(bytes4)": {
|
|
531
|
+
"notice": "Stores function signature corresponding to their 4 bytes hash value"
|
|
532
|
+
},
|
|
533
|
+
"initialize(address)": {
|
|
534
|
+
"notice": "Initialize the contract"
|
|
535
|
+
},
|
|
536
|
+
"renounceOwnership()": {
|
|
537
|
+
"notice": "Empty implementation of renounce ownership to avoid any mishappening"
|
|
538
|
+
},
|
|
539
|
+
"setAccessControlManager(address)": {
|
|
540
|
+
"notice": "Sets the address of AccessControlManager"
|
|
541
|
+
},
|
|
542
|
+
"setTrustedRemoteAddress(uint16,bytes)": {
|
|
543
|
+
"notice": "Sets the source message sender address"
|
|
544
|
+
},
|
|
545
|
+
"transferBridgeOwnership(address)": {
|
|
546
|
+
"notice": "This function transfer the ownership of the executor from this contract to new owner"
|
|
547
|
+
},
|
|
548
|
+
"upsertSignature(string[],bool[])": {
|
|
549
|
+
"notice": "A registry of functions that are allowed to be executed from proposals"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"notice": "OmnichainProposalSender contract acts as a governance and access control mechanism, allowing owner to upsert signature of OmnichainGovernanceExecutor contract, also contains function to transfer the ownership of contract as well.",
|
|
553
|
+
"version": 1
|
|
554
|
+
},
|
|
555
|
+
"storageLayout": {
|
|
556
|
+
"storage": [
|
|
557
|
+
{
|
|
558
|
+
"astId": 3190,
|
|
559
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
560
|
+
"label": "_initialized",
|
|
561
|
+
"offset": 0,
|
|
562
|
+
"slot": "0",
|
|
563
|
+
"type": "t_uint8"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"astId": 3193,
|
|
567
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
568
|
+
"label": "_initializing",
|
|
569
|
+
"offset": 1,
|
|
570
|
+
"slot": "0",
|
|
571
|
+
"type": "t_bool"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"astId": 3677,
|
|
575
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
576
|
+
"label": "__gap",
|
|
577
|
+
"offset": 0,
|
|
578
|
+
"slot": "1",
|
|
579
|
+
"type": "t_array(t_uint256)50_storage"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"astId": 3062,
|
|
583
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
584
|
+
"label": "_owner",
|
|
585
|
+
"offset": 0,
|
|
586
|
+
"slot": "51",
|
|
587
|
+
"type": "t_address"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"astId": 3182,
|
|
591
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
592
|
+
"label": "__gap",
|
|
593
|
+
"offset": 0,
|
|
594
|
+
"slot": "52",
|
|
595
|
+
"type": "t_array(t_uint256)49_storage"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"astId": 2971,
|
|
599
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
600
|
+
"label": "_pendingOwner",
|
|
601
|
+
"offset": 0,
|
|
602
|
+
"slot": "101",
|
|
603
|
+
"type": "t_address"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"astId": 3050,
|
|
607
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
608
|
+
"label": "__gap",
|
|
609
|
+
"offset": 0,
|
|
610
|
+
"slot": "102",
|
|
611
|
+
"type": "t_array(t_uint256)49_storage"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"astId": 9446,
|
|
615
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
616
|
+
"label": "_accessControlManager",
|
|
617
|
+
"offset": 0,
|
|
618
|
+
"slot": "151",
|
|
619
|
+
"type": "t_contract(IAccessControlManagerV8)9631"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"astId": 9451,
|
|
623
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
624
|
+
"label": "__gap",
|
|
625
|
+
"offset": 0,
|
|
626
|
+
"slot": "152",
|
|
627
|
+
"type": "t_array(t_uint256)49_storage"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"astId": 7129,
|
|
631
|
+
"contract": "contracts/Cross-chain/OmnichainExecutorOwner.sol:OmnichainExecutorOwner",
|
|
632
|
+
"label": "functionRegistry",
|
|
633
|
+
"offset": 0,
|
|
634
|
+
"slot": "201",
|
|
635
|
+
"type": "t_mapping(t_bytes4,t_string_storage)"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"types": {
|
|
639
|
+
"t_address": {
|
|
640
|
+
"encoding": "inplace",
|
|
641
|
+
"label": "address",
|
|
642
|
+
"numberOfBytes": "20"
|
|
643
|
+
},
|
|
644
|
+
"t_array(t_uint256)49_storage": {
|
|
645
|
+
"base": "t_uint256",
|
|
646
|
+
"encoding": "inplace",
|
|
647
|
+
"label": "uint256[49]",
|
|
648
|
+
"numberOfBytes": "1568"
|
|
649
|
+
},
|
|
650
|
+
"t_array(t_uint256)50_storage": {
|
|
651
|
+
"base": "t_uint256",
|
|
652
|
+
"encoding": "inplace",
|
|
653
|
+
"label": "uint256[50]",
|
|
654
|
+
"numberOfBytes": "1600"
|
|
655
|
+
},
|
|
656
|
+
"t_bool": {
|
|
657
|
+
"encoding": "inplace",
|
|
658
|
+
"label": "bool",
|
|
659
|
+
"numberOfBytes": "1"
|
|
660
|
+
},
|
|
661
|
+
"t_bytes4": {
|
|
662
|
+
"encoding": "inplace",
|
|
663
|
+
"label": "bytes4",
|
|
664
|
+
"numberOfBytes": "4"
|
|
665
|
+
},
|
|
666
|
+
"t_contract(IAccessControlManagerV8)9631": {
|
|
667
|
+
"encoding": "inplace",
|
|
668
|
+
"label": "contract IAccessControlManagerV8",
|
|
669
|
+
"numberOfBytes": "20"
|
|
670
|
+
},
|
|
671
|
+
"t_mapping(t_bytes4,t_string_storage)": {
|
|
672
|
+
"encoding": "mapping",
|
|
673
|
+
"key": "t_bytes4",
|
|
674
|
+
"label": "mapping(bytes4 => string)",
|
|
675
|
+
"numberOfBytes": "32",
|
|
676
|
+
"value": "t_string_storage"
|
|
677
|
+
},
|
|
678
|
+
"t_string_storage": {
|
|
679
|
+
"encoding": "bytes",
|
|
680
|
+
"label": "string",
|
|
681
|
+
"numberOfBytes": "32"
|
|
682
|
+
},
|
|
683
|
+
"t_uint256": {
|
|
684
|
+
"encoding": "inplace",
|
|
685
|
+
"label": "uint256",
|
|
686
|
+
"numberOfBytes": "32"
|
|
687
|
+
},
|
|
688
|
+
"t_uint8": {
|
|
689
|
+
"encoding": "inplace",
|
|
690
|
+
"label": "uint8",
|
|
691
|
+
"numberOfBytes": "1"
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"factoryDeps": [
|
|
696
|
+
"0x0004000000000002000f000000000002000000000301001900000060043002700000022b03400197000300000031035500020000000103550000022b0040019d00000001002001900000003a0000c13d0000008004000039000000400040043f000000040030008c0000012b0000413d000000000201043b000000e002200270000002360020009c000000700000a13d000002370020009c000000cd0000a13d000002380020009c000001090000213d0000023b0020009c000001930000613d0000023c0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b000b00000001001d0000022e0010009c000005b80000213d00000000030004150000000d0330008a0000000503300210000000000200041a0000ff0001200190000005010000c13d00000000030004150000000c0330008a0000000503300210000000ff00200190000005010000c13d0000024f0120019700000101011001bf00000000020000190000000b030000290000022e03300198000000000010041b0000005f0000613d0000ff0000100190000005c70000c13d000000400100043d000005e50000013d0000000002000416000000000002004b000005b80000c13d0000001f023000390000022c02200197000000a002200039000000400020043f0000001f0430018f0000022d05300198000000a0025000390000004b0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000470000c13d000000000004004b000000580000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000005b80000413d000000a00100043d0000022e0010009c000005b80000213d0000022e011001980000016f0000c13d000000400100043d00000044021000390000026f030000410000000000320435000000240210003900000018030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000262011001c7000008a900010430000002400020009c000000fe0000213d000002440020009c000001980000613d000002450020009c000001b50000613d000002460020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d000b022e0010019b000000c001000039000000400010043f0000002001000039000000800010043f0000026b01000041000000a00010043f000000800100003908a707a40000040f0000000b0000006b0000005f0000613d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000a00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000026c01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040020008c000000c80000613d0000022b0040009c0000022b03000041000000000304401900000040033002100000022b0010009c0000022b01008041000000c001100210000000000131019f0000026d011001c7000b00000004001d08a7089d0000040f0000000b04000029000000000301001900000060033002700001022b0030019d000300000001035500000001002001900000070b0000613d0000026e0040009c000007050000813d000000400040043f0000000001000019000008a80001042e0000023d0020009c000001d40000613d0000023e0020009c000001e00000613d0000023f0020009c0000012b0000c13d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b0000ffff0020008c000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d000a00040040003d0000000a01100360000000000101043b000b00000001001d000002550010009c000005b80000213d0000000b014000290000002401100039000000000031004b000005b80000213d0009ffff00200193000000e001000039000000400010043f0000002501000039000000800010043f0000025601000041000000a00010043f0000025701000041000000c00010043f000000800100003908a707a40000040f000000090000006b000006210000c13d000000400100043d00000044021000390000026103000041000000620000013d000002410020009c000001e50000613d000002420020009c0000047d0000613d000002430020009c0000012b0000c13d0000000001000416000000000001004b000005b80000c13d0000000001000019000008a80001042e000002390020009c0000048b0000613d0000023a0020009c0000012b0000c13d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e052001970000000002000411000000000025004b000004ec0000c13d0000022e061001970000006501000039000000000201041a0000024702200197000000000262019f000000000021041b00000000010004140000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d0200003900000003030000390000024904000041000005b50000013d000b00000004001d0000000002000416000000000002004b000005b80000c13d000000000101043b0000026901100197000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001052002700000007f0550618f0000001f0050008c00000000040000390000000104002039000000000442013f00000001004001900000014e0000613d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a900010430000000400800043d0000000009580436000000000003004b000004940000613d000800000005001d000900000009001d000a00000008001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d0000000805000029000000000005004b00000000020000190000000a080000290000000909000029000004990000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000052004b000001670000413d000004990000013d000000800010043f000000000200041a0000ff0000200190000004b80000c13d000000ff0320018f000000ff0030008c0000018b0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d00000000001204350000022b0020009c0000022b02008041000000400120021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000000103000039000002340400004108a7089d0000040f0000000100200190000005b80000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000023501000041000008a80001042e0000000001000416000000000001004b000005b80000c13d00000097010000390000048f0000013d000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000022e0010009c000005b80000213d0000003302000039000000000202041a0000022e022001970000000003000411000000000032004b000004ec0000c13d0000022e01100198000005a50000c13d0000023101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000027401000041000000c40010043f0000027501000041000000e40010043f0000026501000041000008a900010430000000240030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000401100370000000000101043b0000027000100198000005b80000c13d000000000010043f000000c901000039000000200010043f0000004002000039000000000100001908a7086f0000040f08a707450000040f0000002002000039000000400300043d000b00000003001d000000000223043608a707920000040f0000000b0200002900000000012100490000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000121019f000008a80001042e0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e021001970000000001000411000000000012004b000004f50000c13d08a708550000040f0000000001000019000008a80001042e0000000001000416000000000001004b000005b80000c13d00000033010000390000048f0000013d000000440030008c000005b80000413d0000000002000416000000000002004b000005b80000c13d0000000402100370000000000202043b000800000002001d000002550020009c000005b80000213d00000008020000290000002302200039000000000032004b000005b80000813d00000008020000290000000402200039000000000221034f000000000202043b000002550020009c000005b80000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000034004b000005b80000213d0000002404100370000000000404043b000002550040009c000005b80000213d0000002305400039000000000035004b000005b80000813d0000000405400039000000000151034f000000000101043b000500000001001d000002550010009c000005b80000213d000400240040003d000000050100002900000005011002100000000401100029000000000031004b000005b80000213d0000003301000039000000000101041a0000022e011001970000000003000411000000000031004b000004ec0000c13d000000050020006c0000072c0000c13d000000050000006b000001070000613d000b00000000001d0000022e0000013d0000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d0200003900000002030000390000026a0400004108a7089d0000040f0000000100200190000005b80000613d0000000b020000290000000102200039000b00000002001d000000050020006c000001070000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a00000268053001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000031004b00000000030000190000026803008041000002680070009c000000000503c019000000000005004b000005b80000c13d0000000a03100029000000000132034f000000000101043b000002550010009c000005b80000213d0000000005140049000000200630003900000268035001970000026807600197000000000837013f000000000037004b00000000030000190000026803004041000000000056004b00000000050000190000026805002041000002680080009c000000000305c019000000000003004b000005b80000c13d0000001f031000390000027b033001970000003f033000390000027b05300197000000400300043d0000000005530019000000000035004b00000000070000390000000107004039000002550050009c000007050000213d0000000100700190000007050000c13d000000400050043f00000000051304360000000007610019000000000047004b000005b80000213d000000000462034f0000027b061001980000000002650019000002750000613d000000000704034f0000000008050019000000007907043c0000000008980436000000000028004b000002710000c13d0000001f07100190000002820000613d000000000464034f0000000306700210000000000702043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000420435000000000115001900000000000104350000022b0050009c0000022b05008041000000400150021000000000020304330000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b0000026901100197000600000001001d000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000001480000c13d000000400500043d0000000004650436000000000003004b000002cf0000613d000100000004001d000200000006001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c70000801002000039000300000005001d08a708a20000040f00000003050000290000000100200190000005b80000613d0000000206000029000000000006004b000002d50000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000002c70000413d000002d60000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000002d60000013d00000000010000190000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c000007050000213d0000000100200190000007050000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000005b80000c13d0000000003050433000000000002004b0000037b0000613d000000000003004b000002290000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a00000268054001970000026806300197000000000756013f000000000056004b00000000050000190000026805004041000000000043004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a03300029000000000131034f000000000501043b000002550050009c000005b80000213d0000000001520049000000200630003900000268021001970000026803600197000000000423013f000000000023004b00000000020000190000026802004041000300000006001d000000000016004b00000000010000190000026801002041000002680040009c000000000201c019000000000002004b000005b80000c13d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c70000801002000039000900000005001d08a708a20000040f00000009040000290000000100200190000005b80000613d000000000501043b000000000105041a000000010010019000000001031002700000007f0330618f0000001f0030008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000200030008c000600000005001d000003510000413d000200000003001d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009040000290000000100200190000005b80000613d0000001f024000390000000502200270000000200040008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000000605000029000003510000813d000000000002041b0000000102200039000000000012004b0000034d0000413d0000001f0040008c0000040f0000a13d000000000050043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f00000009060000290000000100200190000005b80000613d0000027b02600198000000000101043b000004150000613d0000000204000367000000000300001900000003070000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000003640000413d000000000062004b000003770000813d0000000302600210000000f80220018f0000027d0220027f0000027d0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf0000000605000029000004210000013d000000000003004b000002290000613d0000000601000029000000000010043f000000c901000039000000200010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000251011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000301043b000000000103041a000000010010019000000001041002700000007f0440618f0000001f0040008c00000000020000390000000102002039000000000121013f0000000100100190000001480000c13d000000000004004b000003b50000613d0000001f0040008c000003b40000a13d000600000004001d000900000003001d000000000030043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000023004b000003b10000813d000000000003041b0000000103300039000000000023004b000003ad0000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000003e70000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000003e30000c13d0000001f06100190000003f40000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d00000000000104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d000000000004004b00000003010000290000041a0000613d0000000201100367000000000101043b0000041b0000013d00000000030000190000000307000029000000000062004b0000036e0000413d000003770000013d000000000100001900000003024002100000027d0220027f0000027d02200167000000000121016f0000000102400210000000000121019f000000000015041b00000002020003670000000701200360000000000101043b0000000003000031000000080430006a000000430440008a00000268054001970000026806100197000000000756013f000000000056004b00000000050000190000026805004041000000000041004b00000000040000190000026804008041000002680070009c000000000504c019000000000005004b000005b80000c13d0000000a04100029000000000142034f000000000101043b000002550010009c000005b80000213d0000000005130049000000200340003900000268045001970000026806300197000000000746013f000000000046004b00000000040000190000026804004041000000000053004b00000000050000190000026805002041000002680070009c000000000405c019000000000004004b000005b80000c13d000000000432034f0000027b05100198000000400200043d0000000003520019000004540000613d000000000604034f0000000007020019000000006806043c0000000007870436000000000037004b000004500000c13d0000001f06100190000004610000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000312001900000000000304350000022b0010009c0000022b0100804100000060011002100000022b0020009c0000022b020080410000004002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000005b80000613d000000000501043b000000400100043d000000010200003900000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000021e0000013d0000000001000416000000000001004b000005b80000c13d0000000001000412000f00000001001d000e00000000003d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000025b0200004108a708840000040f000004900000013d0000000001000416000000000001004b000005b80000c13d0000006501000039000000000101041a0000022e01100197000000800010043f0000024a01000041000008a80001042e0000027c012001970000000000190435000000000005004b000000200200003900000000020060390000003f01200039000000200700008a000000000171016f000000000b81001900000000001b004b000000000100003900000001010040390000025500b0009c000007050000213d0000000100100190000007050000c13d0000004401b000390000002402b000390000004000b0043f0000000403b000390000000004080433000000000004004b000004cc0000c13d000002310400004100000000004b04350000002004000039000000000043043500000012030000390000000000320435000002790200004100000000002104350000022b00b0009c0000022b0b0080410000004001b0021000000262011001c7000008a900010430000000400100043d00000064021000390000022f030000410000000000320435000000440210003900000230030000410000000000320435000000240210003900000027030000390000000000320435000002310200004100000000002104350000000402100039000000200300003900000000003204350000022b0010009c0000022b01008041000000400110021000000232011001c7000008a9000104300000009704000039000000000404041a000002760500004100000000005b04350000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401b000390000022e02400197000000000003004b000004e20000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000034004b000004db0000413d000000000431001900000000000404350000000004000414000000040020008c000005220000c13d0000000103000031000000200030008c00000020040000390000000004034019000005580000013d0000023101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000027101000041000000c40010043f0000027201000041000008a9000104300000023101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000026301000041000000c40010043f0000026401000041000000e40010043f0000026501000041000008a900010430000a00000003001d000800000001001d000900000002001d0000024b0100004100000000001004430000000001000410000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005ba0000c13d0000000902000029000000ff0120018f000000010010008c0000000a010000290000000501100270000000000100003f000000010100603f000005bd0000c13d000000080000006b0000002f0000613d0000027c01200197000000010200003900000001011001bf000000320000013d000a00000008001d0000001f03300039000000000373016f0000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00090000000b001d08a708a20000040f000000090b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000005460000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000005420000c13d000000000006004b000005530000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000a08000029000005870000613d0000001f01400039000000600110018f0000000002b10019000000000012004b00000000010000390000000101004039000002550020009c000007050000213d0000000100100190000007050000c13d0000000001080019000a00000002001d000000400020043f000000200030008c000005b80000413d00000000030b0433000000000003004b0000000002000039000000010200c039000000000023004b000005b80000c13d000000000003004b000005ee0000c13d0000000a0400002900000044034000390000006002000039000000000023043500000024034000390000000002000410000000000023043500000278020000410000000000240435000000040240003900000000030004110000000000320435000000640240003908a707920000040f0000000a0200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000058e0000c13d000000000005004b0000059f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000009702000039000000000302041a0000024704300197000000000414019f000000000042041b0000022e02300197000000800020043f000000a00010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000273011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000001070000c13d0000000001000019000008a9000104300000000a010000290000000501100270000000000100003f000000400100043d00000064021000390000024d03000041000000000032043500000044021000390000024e03000041000000000032043500000024021000390000002e03000039000004c10000013d000b00000003001d000a00000002001d0000006501000039000000000201041a0000024702200197000000000021041b00000000010004110000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f0000000100200190000005b80000613d000000400100043d000000000200041a000900000002001d0000ff00002001900000068e0000c13d00000064021000390000025303000041000000000032043500000044021000390000025403000041000000000032043500000024021000390000002b03000039000004c10000013d000000020200036700000000090000310000027b039001980000001f0490018f0000000a080000290000000001380019000005fb0000613d000000000502034f0000000006080019000000005705043c0000000006760436000000000016004b000005f70000c13d000000000004004b000006080000613d000000000232034f0000000303400210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000900000009001d000000000189001900000000000104350000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000201043b00000000010004140000022e02200197000000040020008c000006bb0000c13d00000001020000390000000103000031000006ce0000013d0000000b040000290000000301400210000000a001100089000002580110021f000000140040008c00000258010080410000000a0200002900000020032000390000000202300367000000000202043b0000000000120170000006350000c13d000000400100043d0000025f0200004100000000002104350000022b0010009c0000022b01008041000000400110021000000260011001c7000008a900010430000a00000003001d000000140040008c000007180000c13d0000025b01000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000022b0010009c0000022b01008041000000c0011002100000025c011001c7000080050200003908a708a20000040f00000001002001900000068d0000613d000000000101043b0000024b0200004100000000002004430000022e01100197000b00000001001d000000040010044300000000010004140000022b0010009c0000022b01008041000000c0011002100000024c011001c7000080020200003908a708a20000040f00000001002001900000068d0000613d000000000101043b000000000001004b000005b80000613d000000400400043d0000004401400039000000140200003900000000002104350000002401400039000000400200003900000000002104350000025d010000410000000000140435000000040140003900000009020000290000000000210435000000640140003900000000020104330000025e022001970000000a0300002900000002033003670000000003300370000000000303043b0000025803300197000000000223019f0000000000210435000a00000004001d0000007801400039000000000001043500000000010004140000000b02000029000000040020008c000006860000613d0000022b0010009c0000022b01008041000000c0011002100000000a020000290000022b0020009c0000022b020080410000004002200210000000000112019f00000232011001c70000000b0200002908a7089d0000040f000000000301001900000060033002700001022b0030019d00030000000103550000000100200190000007380000613d0000000a01000029000002550010009c000007050000213d0000000a01000029000000400010043f0000000001000019000008a80001042e000000000001042f0000009702000039000000000302041a00000247043001970000000b05000029000000000454019f000000000042041b000000200210003900000000005204350000022e0230019700000000002104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000251011001c70000800d020000390000000103000039000002520400004108a7089d0000040f0000000100200190000005b80000613d0000000a0000006b000001070000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d000000010300003900000000003104350000022b0010009c0000022b01008041000000400110021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000233011001c70000800d020000390000023404000041000005b50000013d0000000a030000290000022b0030009c0000022b03008041000000400330021000000009040000290000022b0040009c0000022b040080410000006004400210000000000334019f0000022b0010009c0000022b01008041000000c001100210000000000131019f08a7089d0000040f000000010220018f000300000001035500000060011002700001022b0010019d0000022b03100197000000000003004b000006da0000c13d0000006001000039000000000002004b000007220000c13d000000400100043d00000044021000390000027703000041000000000032043500000024021000390000000b03000039000000650000013d000002550030009c000007050000213d0000001f013000390000027b011001970000003f011000390000027b04100197000000400100043d0000000004410019000000000014004b00000000050000390000000105004039000002550040009c000007050000213d0000000100500190000007050000c13d000000400040043f00000000063104360000027b043001980000001f0530018f000b00000006001d00000000034600190000000306000367000006f70000613d000000000706034f0000000b08000029000000007907043c0000000008980436000000000038004b000006f30000c13d000000000005004b000006d10000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000006d10000013d0000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007130000c13d000005920000013d000000400100043d00000064021000390000025903000041000000000032043500000044021000390000025a03000041000000000032043500000024021000390000002403000039000004c10000013d0000000b020000290000022b0020009c0000022b02008041000000400220021000000000010104330000022b0010009c0000022b010080410000006001100210000000000121019f000008a80001042e0000023101000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000026601000041000000c40010043f0000026701000041000000e40010043f0000026501000041000008a9000104300000022b033001970000001f0530018f0000022d06300198000000400200043d0000000004620019000005920000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007400000c13d000005920000013d0003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000007840000c13d000000400500043d0000000004650436000000000003004b0000076f0000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000022b0010009c0000022b01008041000000c00110021000000233011001c7000080100200003908a708a20000040f0000000100200190000007900000613d0000000306000029000000000006004b000007750000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000007670000413d000007770000013d0000027c012001970000000000140435000000000006004b00000020010000390000000001006039000007770000013d000000000100001900000002050000290000003f011000390000027b021001970000000001520019000000000021004b00000000020000390000000102004039000002550010009c0000078a0000213d00000001002001900000078a0000c13d000000400010043f0000000001050019000000000001042d0000027a01000041000000000010043f0000002201000039000000040010043f0000026d01000041000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a9000104300000000001000019000008a90001043000000000430104340000000001320436000000000003004b0000079e0000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007970000413d000000000231001900000000000204350000001f023000390000027b022001970000000001210019000000000001042d000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000002760100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000022e02200197000000000003004b000007c00000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007b90000413d000000000431001900000000000404350000000004000414000000040020008c000007ca0000c13d0000000103000031000000200030008c00000020040000390000000004034019000008010000013d000100000008001d0000001f033000390000027b033001970000000003b3004900000000011300190000022b0010009c0000022b0100804100000060011002100000022b00b0009c0000022b0300004100000000030b40190000004003300210000000000131019f0000022b0040009c0000022b04008041000000c003400210000000000131019f00020000000b001d08a708a20000040f000000020b000029000000000301001900000060033002700000022b03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000007ee0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000007ea0000c13d000000000006004b000007fb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000008370000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000002550040009c000008190000213d0000000100100190000008190000c13d000000400040043f0000001f0030008c000008170000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000008170000c13d000000000001004b0000081f0000613d000000000001042d0000000001000019000008a9000104300000027a01000041000000000010043f0000004101000039000000040010043f0000026d01000041000008a900010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002780100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d08a707920000040f000000020200002900000000012100490000022b0010009c0000022b010080410000022b0020009c0000022b0200804100000060011002100000004002200210000000000121019f000008a9000104300000001f0530018f0000022d06300198000000400200043d0000000004620019000008420000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000083e0000c13d000000000005004b0000084f0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000022b0020009c0000022b020080410000004002200210000000000112019f000008a9000104300000006502000039000000000302041a0000024703300197000000000032041b0000022e061001970000003301000039000000000201041a0000024703200197000000000363019f000000000031041b00000000010004140000022e052001970000022b0010009c0000022b01008041000000c00110021000000248011001c70000800d020000390000000303000039000002500400004108a7089d0000040f00000001002001900000086c0000613d000000000001042d0000000001000019000008a900010430000000000001042f0000022b0010009c0000022b0100804100000040011002100000022b0020009c0000022b020080410000006002200210000000000112019f00000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f00000248011001c7000080100200003908a708a20000040f0000000100200190000008820000613d000000000101043b000000000001042d0000000001000019000008a90001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b000008870000413d0000022b0030009c0000022b03008041000000600130021000000000020004140000022b0020009c0000022b02008041000000c002200210000000000112019f0000027e011001c7000000000205001908a708a20000040f00000001002001900000089c0000613d000000000101043b000000000001042d000000000001042f000008a0002104210000000102000039000000000001042d0000000002000019000000000001042d000008a5002104230000000102000039000000000001042d0000000002000019000000000001042d000008a700000432000008a80001042e000008a9000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e000000000000000000000000000000000000000000000000000000005f21f75e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c000000000000000000000000000000000000000000000000000000003f90b540ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000006c6f6e6700000000000000000000000000000000000000000000000000000000536f757263652061646472657373206d75737420626520323020627974657320310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff8579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f000000000000000000000000000000000000000000000000000000640000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000001000000000000000041646472657373206d757374206e6f74206265207a65726f000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000696e76616c696420616365737320636f6e74726f6c206d616e61676572206164647265737300000000000000000000000000000000000000000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000"
|
|
697
|
+
]
|
|
698
|
+
}
|