@layerzerolabs/lz-evm-sdk-v2 2.1.17 → 2.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/deployments/arbitrum-sandbox-local/DVN.json +1864 -0
  2. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
  3. package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/DVNFeeLib.json +8 -8
  4. package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/PriceFeed.json +16 -16
  5. package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/PriceFeedProxyAdmin.json +11 -11
  6. package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/PriceFeed_Implementation.json +5 -5
  7. package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/PriceFeed_Proxy.json +16 -16
  8. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/DVN.json +25 -25
  9. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/DVNDecompressor.json +9 -9
  10. package/deployments/bsc-sandbox-local/DVNFeeLib.json +398 -0
  11. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/DefaultProxyAdmin.json +7 -7
  12. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/EndpointV2.json +14 -14
  13. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/EndpointV2View.json +13 -13
  14. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/EndpointV2View_Implementation.json +4 -4
  15. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/EndpointV2View_Proxy.json +13 -13
  16. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/Executor.json +43 -43
  17. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ExecutorDecompressor.json +8 -8
  18. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ExecutorFeeLib.json +8 -8
  19. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ExecutorProxyAdmin.json +11 -11
  20. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/Executor_Implementation.json +11 -11
  21. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/Executor_Proxy.json +43 -43
  22. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/LzExecutor.json +16 -16
  23. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/LzExecutor_Implementation.json +5 -5
  24. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/LzExecutor_Proxy.json +16 -16
  25. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/NonceContractMock.json +6 -6
  26. package/deployments/bsc-sandbox-local/PriceFeed.json +890 -0
  27. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  28. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +912 -0
  29. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +244 -0
  30. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln301.json +12 -12
  31. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln301View.json +15 -15
  32. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln301View_Implementation.json +10 -10
  33. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln301View_Proxy.json +14 -14
  34. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln302.json +8 -8
  35. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln302View.json +13 -13
  36. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln302View_Implementation.json +9 -9
  37. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/ReceiveUln302View_Proxy.json +13 -13
  38. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/SendUln301.json +11 -11
  39. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/SendUln302.json +8 -8
  40. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/SimpleMessageLib.json +7 -7
  41. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/Treasury.json +8 -8
  42. package/deployments/{metis-sandbox-local → bsc-sandbox-local}/TreasuryFeeHandler.json +5 -5
  43. package/deployments/ethereum-sandbox-local/DVN.json +24 -24
  44. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +8 -8
  45. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +8 -8
  46. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
  47. package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
  48. package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
  49. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  50. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  51. package/deployments/ethereum-sandbox-local/Executor.json +43 -43
  52. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +8 -8
  53. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +8 -8
  54. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +11 -11
  55. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +11 -11
  56. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +43 -43
  57. package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
  58. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +5 -5
  59. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
  60. package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
  61. package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
  62. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  63. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +5 -5
  64. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
  65. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +11 -11
  66. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
  67. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +10 -10
  68. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  69. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +8 -8
  70. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
  71. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +9 -9
  72. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  73. package/deployments/ethereum-sandbox-local/SendUln301.json +10 -10
  74. package/deployments/ethereum-sandbox-local/SendUln302.json +8 -8
  75. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
  76. package/deployments/ethereum-sandbox-local/Treasury.json +8 -8
  77. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +5 -5
  78. package/deployments/polygon-sandbox-local/DVN.json +19 -19
  79. package/deployments/polygon-sandbox-local/DVNDecompressor.json +6 -6
  80. package/deployments/polygon-sandbox-local/DVNFeeLib.json +6 -6
  81. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
  82. package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
  83. package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
  84. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
  85. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
  86. package/deployments/polygon-sandbox-local/Executor.json +29 -29
  87. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +6 -6
  88. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +6 -6
  89. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +8 -8
  90. package/deployments/polygon-sandbox-local/Executor_Implementation.json +10 -10
  91. package/deployments/polygon-sandbox-local/Executor_Proxy.json +29 -29
  92. package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
  93. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
  94. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
  95. package/deployments/polygon-sandbox-local/NonceContractMock.json +5 -5
  96. package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
  97. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +8 -8
  98. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
  99. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
  100. package/deployments/polygon-sandbox-local/ReceiveUln301.json +9 -9
  101. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
  102. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +9 -9
  103. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
  104. package/deployments/polygon-sandbox-local/ReceiveUln302.json +6 -6
  105. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
  106. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +8 -8
  107. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
  108. package/deployments/polygon-sandbox-local/SendUln301.json +8 -8
  109. package/deployments/polygon-sandbox-local/SendUln302.json +6 -6
  110. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
  111. package/deployments/polygon-sandbox-local/Treasury.json +6 -6
  112. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
  113. package/deployments/tron-sandbox-local/DVN.json +1864 -0
  114. package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
  115. package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
  116. package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
  117. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  118. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  119. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
  120. package/package.json +9 -9
@@ -0,0 +1,500 @@
1
+ {
2
+ "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "uint32",
8
+ "name": "_vid",
9
+ "type": "uint32"
10
+ },
11
+ {
12
+ "components": [
13
+ {
14
+ "internalType": "uint16",
15
+ "name": "idx",
16
+ "type": "uint16"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "addr",
21
+ "type": "address"
22
+ }
23
+ ],
24
+ "internalType": "struct DVNParam[]",
25
+ "name": "_dvns",
26
+ "type": "tuple[]"
27
+ },
28
+ {
29
+ "components": [
30
+ {
31
+ "internalType": "uint8",
32
+ "name": "idx",
33
+ "type": "uint8"
34
+ },
35
+ {
36
+ "internalType": "address",
37
+ "name": "addr",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "internalType": "struct TargetParam[]",
42
+ "name": "_targets",
43
+ "type": "tuple[]"
44
+ }
45
+ ],
46
+ "stateMutability": "nonpayable",
47
+ "type": "constructor"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "uint256",
53
+ "name": "value",
54
+ "type": "uint256"
55
+ }
56
+ ],
57
+ "name": "IncorrectDictAccess",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "anonymous": false,
62
+ "inputs": [
63
+ {
64
+ "indexed": true,
65
+ "internalType": "address",
66
+ "name": "previousOwner",
67
+ "type": "address"
68
+ },
69
+ {
70
+ "indexed": true,
71
+ "internalType": "address",
72
+ "name": "newOwner",
73
+ "type": "address"
74
+ }
75
+ ],
76
+ "name": "OwnershipTransferred",
77
+ "type": "event"
78
+ },
79
+ {
80
+ "inputs": [],
81
+ "name": "MAX_DICT_LEN",
82
+ "outputs": [
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "stateMutability": "view",
90
+ "type": "function"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "RESERVE_DICT_LEN",
95
+ "outputs": [
96
+ {
97
+ "internalType": "uint256",
98
+ "name": "",
99
+ "type": "uint256"
100
+ }
101
+ ],
102
+ "stateMutability": "view",
103
+ "type": "function"
104
+ },
105
+ {
106
+ "inputs": [
107
+ {
108
+ "components": [
109
+ {
110
+ "internalType": "uint16",
111
+ "name": "idx",
112
+ "type": "uint16"
113
+ },
114
+ {
115
+ "internalType": "address",
116
+ "name": "addr",
117
+ "type": "address"
118
+ }
119
+ ],
120
+ "internalType": "struct DVNParam[]",
121
+ "name": "_dvns",
122
+ "type": "tuple[]"
123
+ }
124
+ ],
125
+ "name": "addDVNs",
126
+ "outputs": [],
127
+ "stateMutability": "nonpayable",
128
+ "type": "function"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "components": [
134
+ {
135
+ "internalType": "uint8",
136
+ "name": "idx",
137
+ "type": "uint8"
138
+ },
139
+ {
140
+ "internalType": "address",
141
+ "name": "addr",
142
+ "type": "address"
143
+ }
144
+ ],
145
+ "internalType": "struct TargetParam[]",
146
+ "name": "_targets",
147
+ "type": "tuple[]"
148
+ }
149
+ ],
150
+ "name": "addTargets",
151
+ "outputs": [],
152
+ "stateMutability": "nonpayable",
153
+ "type": "function"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "decompress",
158
+ "outputs": [],
159
+ "stateMutability": "payable",
160
+ "type": "function"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "decompressed",
165
+ "outputs": [
166
+ {
167
+ "internalType": "bytes",
168
+ "name": "raw",
169
+ "type": "bytes"
170
+ }
171
+ ],
172
+ "stateMutability": "view",
173
+ "type": "function"
174
+ },
175
+ {
176
+ "inputs": [
177
+ {
178
+ "internalType": "uint16",
179
+ "name": "index",
180
+ "type": "uint16"
181
+ }
182
+ ],
183
+ "name": "dvns",
184
+ "outputs": [
185
+ {
186
+ "internalType": "address",
187
+ "name": "dvn",
188
+ "type": "address"
189
+ }
190
+ ],
191
+ "stateMutability": "view",
192
+ "type": "function"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "bytes",
198
+ "name": "_encoded",
199
+ "type": "bytes"
200
+ }
201
+ ],
202
+ "name": "execute",
203
+ "outputs": [],
204
+ "stateMutability": "nonpayable",
205
+ "type": "function"
206
+ },
207
+ {
208
+ "inputs": [
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "begin",
212
+ "type": "uint256"
213
+ },
214
+ {
215
+ "internalType": "uint256",
216
+ "name": "end",
217
+ "type": "uint256"
218
+ }
219
+ ],
220
+ "name": "getData",
221
+ "outputs": [
222
+ {
223
+ "internalType": "bytes32[]",
224
+ "name": "res",
225
+ "type": "bytes32[]"
226
+ }
227
+ ],
228
+ "stateMutability": "view",
229
+ "type": "function"
230
+ },
231
+ {
232
+ "inputs": [],
233
+ "name": "owner",
234
+ "outputs": [
235
+ {
236
+ "internalType": "address",
237
+ "name": "",
238
+ "type": "address"
239
+ }
240
+ ],
241
+ "stateMutability": "view",
242
+ "type": "function"
243
+ },
244
+ {
245
+ "inputs": [
246
+ {
247
+ "internalType": "uint16[]",
248
+ "name": "_idx",
249
+ "type": "uint16[]"
250
+ }
251
+ ],
252
+ "name": "removeDVNs",
253
+ "outputs": [],
254
+ "stateMutability": "nonpayable",
255
+ "type": "function"
256
+ },
257
+ {
258
+ "inputs": [
259
+ {
260
+ "internalType": "uint8[]",
261
+ "name": "_idx",
262
+ "type": "uint8[]"
263
+ }
264
+ ],
265
+ "name": "removeTargets",
266
+ "outputs": [],
267
+ "stateMutability": "nonpayable",
268
+ "type": "function"
269
+ },
270
+ {
271
+ "inputs": [],
272
+ "name": "renounceOwnership",
273
+ "outputs": [],
274
+ "stateMutability": "nonpayable",
275
+ "type": "function"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "uint8",
281
+ "name": "index",
282
+ "type": "uint8"
283
+ }
284
+ ],
285
+ "name": "targets",
286
+ "outputs": [
287
+ {
288
+ "internalType": "address",
289
+ "name": "target",
290
+ "type": "address"
291
+ }
292
+ ],
293
+ "stateMutability": "view",
294
+ "type": "function"
295
+ },
296
+ {
297
+ "inputs": [
298
+ {
299
+ "internalType": "address",
300
+ "name": "newOwner",
301
+ "type": "address"
302
+ }
303
+ ],
304
+ "name": "transferOwnership",
305
+ "outputs": [],
306
+ "stateMutability": "nonpayable",
307
+ "type": "function"
308
+ },
309
+ {
310
+ "inputs": [],
311
+ "name": "vid",
312
+ "outputs": [
313
+ {
314
+ "internalType": "uint32",
315
+ "name": "",
316
+ "type": "uint32"
317
+ }
318
+ ],
319
+ "stateMutability": "view",
320
+ "type": "function"
321
+ }
322
+ ],
323
+ "transactionHash": "0xc35289d4ef6ddfba6f5f476ccf2241057b82cbcda3ca0389256bf8590988f1c5",
324
+ "receipt": {
325
+ "to": null,
326
+ "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
327
+ "contractAddress": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
328
+ "transactionIndex": 0,
329
+ "gasUsed": "1426239",
330
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000080000000000400000000000000000000000000000000000000000000000004000000000000020000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000080000000000000000080000000000000000000000000000000000000",
331
+ "blockHash": "0xa4e4ef2c3ce41c2260b9042b64a7d0c86e9ae0c966a3f94ebc9904bcbac52af6",
332
+ "transactionHash": "0xc35289d4ef6ddfba6f5f476ccf2241057b82cbcda3ca0389256bf8590988f1c5",
333
+ "logs": [
334
+ {
335
+ "transactionIndex": 0,
336
+ "blockNumber": 23,
337
+ "transactionHash": "0xc35289d4ef6ddfba6f5f476ccf2241057b82cbcda3ca0389256bf8590988f1c5",
338
+ "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
339
+ "topics": [
340
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
341
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
342
+ "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
343
+ ],
344
+ "data": "0x",
345
+ "logIndex": 0,
346
+ "blockHash": "0xa4e4ef2c3ce41c2260b9042b64a7d0c86e9ae0c966a3f94ebc9904bcbac52af6"
347
+ }
348
+ ],
349
+ "blockNumber": 23,
350
+ "cumulativeGasUsed": "1426239",
351
+ "status": 1,
352
+ "byzantium": true
353
+ },
354
+ "args": [
355
+ 20231,
356
+ [
357
+ {
358
+ "idx": 1,
359
+ "addr": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404"
360
+ }
361
+ ],
362
+ [
363
+ {
364
+ "idx": 1,
365
+ "addr": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0"
366
+ }
367
+ ]
368
+ ],
369
+ "numDeployments": 1,
370
+ "solcInputHash": "86c57fe40f194bf7f46b9412f7185c72",
371
+ "bytecode": "0x60a06040523480156200001157600080fd5b5060405162001baf38038062001baf8339810160408190526200003491620002f2565b6200003f3362000137565b63ffffffff831660805260005b8251811015620000bb5760008382815181106200006d576200006d6200041b565b60209081029190910181015180820151905161ffff16600090815262100001909252604090912080546001600160a01b0319166001600160a01b03909216919091179055506001016200004c565b5060005b81518110156200012d576000828281518110620000e057620000e06200041b565b60209081029190910181015180820151905160ff16600090815262100002909252604090912080546001600160a01b0319166001600160a01b0390921691909117905550600101620000bf565b5050505062000431565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715620001c257620001c262000187565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620001f357620001f362000187565b604052919050565b60006001600160401b0382111562000217576200021762000187565b5060051b60200190565b80516001600160a01b03811681146200023957600080fd5b919050565b600082601f8301126200025057600080fd5b81516020620002696200026383620001fb565b620001c8565b82815260069290921b840181019181810190868411156200028957600080fd5b8286015b84811015620002e75760408189031215620002a85760008081fd5b620002b26200019d565b815160ff81168114620002c55760008081fd5b8152620002d482860162000221565b818601528352918301916040016200028d565b509695505050505050565b6000806000606084860312156200030857600080fd5b835163ffffffff811681146200031d57600080fd5b602085810151919450906001600160401b03808211156200033d57600080fd5b818701915087601f8301126200035257600080fd5b8151620003636200026382620001fb565b81815260069190911b8301840190848101908a8311156200038357600080fd5b938501935b82851015620003e7576040858c031215620003a35760008081fd5b620003ad6200019d565b855161ffff81168114620003c15760008081fd5b8152620003d086880162000221565b818801528252604094909401939085019062000388565b60408a015190975094505050808311156200040157600080fd5b505062000411868287016200023e565b9150509250925092565b634e487b7160e01b600052603260045260246000fd5b60805161175b62000454600039600081816103350152610419015261175b6000f3fe6080604052600436106100f35760003560e01c8063701c06101161008a57806397a656141161005957806397a65614146102d6578063ac423ce1146102de578063cf34c76814610323578063f2fde38b1461036c57600080fd5b8063701c06101461020c578063715018a6146102765780637302478c1461028b5780638da5cb5b146102ab57600080fd5b8063422b45fc116100c6578063422b45fc146101855780634736d978146101a55780634e4fe306146101ca57806362a8fdcb146101f757600080fd5b806308b8a08b146100f857806309c5eabe1461011a578063269f12601461013a5780633bec591e1461015a575b600080fd5b34801561010457600080fd5b50610118610113366004611016565b61038c565b005b34801561012657600080fd5b506101186101353660046110b3565b610407565b34801561014657600080fd5b5061011861015536600461115b565b6104e7565b34801561016657600080fd5b5061016f61059b565b60405161017c9190611279565b60405180910390f35b34801561019157600080fd5b506101186101a0366004611293565b6105b8565b3480156101b157600080fd5b506101bc6210000081565b60405190815260200161017c565b3480156101d657600080fd5b506101ea6101e5366004611320565b610630565b60405161017c9190611342565b34801561020357600080fd5b506101bc600281565b34801561021857600080fd5b50610251610227366004611386565b621000016020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161017c565b34801561028257600080fd5b50610118610772565b34801561029757600080fd5b506101186102a63660046113a1565b610786565b3480156102b757600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610251565b610118610839565b3480156102ea57600080fd5b506102516102f936600461145b565b621000026020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561032f57600080fd5b506103577f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161017c565b34801561037857600080fd5b50610118610387366004611476565b610849565b610394610900565b60005b8151811015610403576210000260008383815181106103b8576103b8611491565b60209081029190910181015160ff16825281019190915260400160002080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055600101610397565b5050565b61040f610900565b60008061044184847f000000000000000000000000000000000000000000000000000000000000000062100002610981565b61ffff82166000908152621000016020526040908190205490517fb143044b00000000000000000000000000000000000000000000000000000000815292945090925073ffffffffffffffffffffffffffffffffffffffff169063b143044b906104af9084906004016114c0565b600060405180830381600087803b1580156104c957600080fd5b505af11580156104dd573d6000803e3d6000fd5b5050505050505050565b6104ef610900565b60005b81518110156104035781818151811061050d5761050d611491565b60200260200101516020015162100001600084848151811061053157610531611491565b6020908102919091018101515161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff929092169190911790556001016104f2565b60606105b36105ae3660048160006115a3565b610d01565b905090565b6105c0610900565b60005b8151811015610403576210000160008383815181106105e4576105e4611491565b60209081029190910181015161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556001016105c3565b60608260028110806106455750621000008110155b15610684576040517f50695b8f000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b8260028110806106975750621000008110155b156106d1576040517f50695b8f0000000000000000000000000000000000000000000000000000000081526004810182905260240161067b565b8385101561076a5784840367ffffffffffffffff8111156106f4576106f4610f35565b60405190808252806020026020018201604052801561071d578160200160208202803683370190505b509250845b848110156107685760018162100000811061073f5761073f611491565b0154848783038151811061075557610755611491565b6020908102919091010152600101610722565b505b505092915050565b61077a610900565b6107846000610e9e565b565b61078e610900565b60005b8151811015610403578181815181106107ac576107ac611491565b6020026020010151602001516210000260008484815181106107d0576107d0611491565b6020908102919091018101515160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055600101610791565b61078461084461059b565b610f13565b610851610900565b73ffffffffffffffffffffffffffffffffffffffff81166108f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161067b565b6108fd81610e9e565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610784576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161067b565b60006060818681876109946002836115cd565b926109a1939291906115a3565b6109aa9161160d565b60f01c92506109ba6002826115cd565b905060008782886109cc6001836115cd565b926109d9939291906115a3565b6109e291611653565b60f81c90506109f26001836115cd565b91508060ff1667ffffffffffffffff811115610a1057610a10610f35565b604051908082528060200260200182016040528015610a6b57816020015b6040805160a0810182526000808252602082018190526060928201839052828201526080810191909152815260200190600190039081610a2e5790505b50925060005b8160ff16811015610cf557600089848a610a8c6001836115cd565b92610a99939291906115a3565b610aa291611653565b60f81c9050610ab26001856115cd565b935060008a858b610ac46010836115cd565b92610ad1939291906115a3565b610ada91611699565b60801c9050610aea6010866115cd565b945060008b868c610afc6002836115cd565b92610b09939291906115a3565b610b129161160d565b60f01c9050610b226002876115cd565b955060008c878d610b3761ffff8616836115cd565b92610b44939291906115a3565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610b8a9250505061ffff8316886115cd565b965060008d888e610b9c6008836115cd565b92610ba9939291906115a3565b610bb2916116df565b60c01c9050610bc26008896115cd565b975060008e898f610bdd67ffffffffffffffff8616836115cd565b92610bea939291906115a3565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610c369250505067ffffffffffffffff83168a6115cd565b98506040518060a001604052808e63ffffffff1681526020018d60008960ff1660ff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001866fffffffffffffffffffffffffffffffff168152602001848152508a8881518110610cd757610cd7611491565b60200260200101819052505050505050508080600101915050610a71565b50505094509492505050565b60405160208101838301845b81811015610e6c57803560008160fe1c60008114610d425760018114610d5d5760028114610db85760038114610dcc57610ddc565b60018360001a01803688379590950194505050600101610d0d565b60018360001a601f16017f2000000000000000000000000000000000000000000000000000000000000000841615610d9c576000875280602003870196505b8060018601883795860195939093016001019250610d0d915050565b8260041b60f41c9150600284019350610ddc565b8260041b60ec1c91506003840193505b506000818015610dfa5760018114610e025782600101549150610e06565b339150610e06565b3091505b508260021b60fe1c60008114610e375760018114610e455760028114610e56578160081b8752601f87019650610e63565b818752602087019650610e63565b8160601b8752601487019650610e63565b8160e01b87526004870196505b50505050610d0d565b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe082820301825260405292915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080825160208401305af43d6000803e8015610f2f573d6000f35b503d6000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f8757610f87610f35565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715610fd457610fd4610f35565b604052919050565b600067ffffffffffffffff821115610ff657610ff6610f35565b5060051b60200190565b803560ff8116811461101157600080fd5b919050565b6000602080838503121561102957600080fd5b823567ffffffffffffffff81111561104057600080fd5b8301601f8101851361105157600080fd5b803561106461105f82610fdc565b610f8d565b81815260059190911b8201830190838101908783111561108357600080fd5b928401925b828410156110a85761109984611000565b82529284019290840190611088565b979650505050505050565b600080602083850312156110c657600080fd5b823567ffffffffffffffff808211156110de57600080fd5b818501915085601f8301126110f257600080fd5b81358181111561110157600080fd5b86602082850101111561111357600080fd5b60209290920196919550909350505050565b803561ffff8116811461101157600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461101157600080fd5b6000602080838503121561116e57600080fd5b823567ffffffffffffffff81111561118557600080fd5b8301601f8101851361119657600080fd5b80356111a461105f82610fdc565b81815260069190911b820183019083810190878311156111c357600080fd5b928401925b828410156110a857604084890312156111e15760008081fd5b6111e9610f64565b6111f285611125565b81526111ff868601611137565b81870152825260409390930192908401906111c8565b6000815180845260005b8181101561123b5760208185018101518683018201520161121f565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b60208152600061128c6020830184611215565b9392505050565b600060208083850312156112a657600080fd5b823567ffffffffffffffff8111156112bd57600080fd5b8301601f810185136112ce57600080fd5b80356112dc61105f82610fdc565b81815260059190911b820183019083810190878311156112fb57600080fd5b928401925b828410156110a85761131184611125565b82529284019290840190611300565b6000806040838503121561133357600080fd5b50508035926020909101359150565b6020808252825182820181905260009190848201906040850190845b8181101561137a5783518352928401929184019160010161135e565b50909695505050505050565b60006020828403121561139857600080fd5b61128c82611125565b600060208083850312156113b457600080fd5b823567ffffffffffffffff8111156113cb57600080fd5b8301601f810185136113dc57600080fd5b80356113ea61105f82610fdc565b81815260069190911b8201830190838101908783111561140957600080fd5b928401925b828410156110a857604084890312156114275760008081fd5b61142f610f64565b61143885611000565b8152611445868601611137565b818701528252604093909301929084019061140e565b60006020828403121561146d57600080fd5b61128c82611000565b60006020828403121561148857600080fd5b61128c82611137565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060208083018184528085518083526040925060408601915060408160051b87010184880160005b83811015611595577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0898403018552815160a063ffffffff825116855273ffffffffffffffffffffffffffffffffffffffff89830151168986015287820151818987015261155982870182611215565b9150506060808301518187015250608080830151925085820381870152506115818183611215565b9689019694505050908601906001016114e9565b509098975050505050505050565b600080858511156115b357600080fd5b838611156115c057600080fd5b5050820193919092039150565b80820180821115611607577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b92915050565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561076a5760029490940360031b84901b1690921692915050565b7fff00000000000000000000000000000000000000000000000000000000000000813581811691600185101561076a5760019490940360031b84901b1690921692915050565b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561076a5760109490940360031b84901b1690921692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561076a5760089490940360031b84901b169092169291505056fea2646970667358221220ee9f1852c8cf1c8bf05d1251b5c5bd5fe2ae88edb5c71804ccc48424153551e864736f6c63430008160033",
372
+ "deployedBytecode": "0x6080604052600436106100f35760003560e01c8063701c06101161008a57806397a656141161005957806397a65614146102d6578063ac423ce1146102de578063cf34c76814610323578063f2fde38b1461036c57600080fd5b8063701c06101461020c578063715018a6146102765780637302478c1461028b5780638da5cb5b146102ab57600080fd5b8063422b45fc116100c6578063422b45fc146101855780634736d978146101a55780634e4fe306146101ca57806362a8fdcb146101f757600080fd5b806308b8a08b146100f857806309c5eabe1461011a578063269f12601461013a5780633bec591e1461015a575b600080fd5b34801561010457600080fd5b50610118610113366004611016565b61038c565b005b34801561012657600080fd5b506101186101353660046110b3565b610407565b34801561014657600080fd5b5061011861015536600461115b565b6104e7565b34801561016657600080fd5b5061016f61059b565b60405161017c9190611279565b60405180910390f35b34801561019157600080fd5b506101186101a0366004611293565b6105b8565b3480156101b157600080fd5b506101bc6210000081565b60405190815260200161017c565b3480156101d657600080fd5b506101ea6101e5366004611320565b610630565b60405161017c9190611342565b34801561020357600080fd5b506101bc600281565b34801561021857600080fd5b50610251610227366004611386565b621000016020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161017c565b34801561028257600080fd5b50610118610772565b34801561029757600080fd5b506101186102a63660046113a1565b610786565b3480156102b757600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610251565b610118610839565b3480156102ea57600080fd5b506102516102f936600461145b565b621000026020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561032f57600080fd5b506103577f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161017c565b34801561037857600080fd5b50610118610387366004611476565b610849565b610394610900565b60005b8151811015610403576210000260008383815181106103b8576103b8611491565b60209081029190910181015160ff16825281019190915260400160002080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055600101610397565b5050565b61040f610900565b60008061044184847f000000000000000000000000000000000000000000000000000000000000000062100002610981565b61ffff82166000908152621000016020526040908190205490517fb143044b00000000000000000000000000000000000000000000000000000000815292945090925073ffffffffffffffffffffffffffffffffffffffff169063b143044b906104af9084906004016114c0565b600060405180830381600087803b1580156104c957600080fd5b505af11580156104dd573d6000803e3d6000fd5b5050505050505050565b6104ef610900565b60005b81518110156104035781818151811061050d5761050d611491565b60200260200101516020015162100001600084848151811061053157610531611491565b6020908102919091018101515161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff929092169190911790556001016104f2565b60606105b36105ae3660048160006115a3565b610d01565b905090565b6105c0610900565b60005b8151811015610403576210000160008383815181106105e4576105e4611491565b60209081029190910181015161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556001016105c3565b60608260028110806106455750621000008110155b15610684576040517f50695b8f000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b8260028110806106975750621000008110155b156106d1576040517f50695b8f0000000000000000000000000000000000000000000000000000000081526004810182905260240161067b565b8385101561076a5784840367ffffffffffffffff8111156106f4576106f4610f35565b60405190808252806020026020018201604052801561071d578160200160208202803683370190505b509250845b848110156107685760018162100000811061073f5761073f611491565b0154848783038151811061075557610755611491565b6020908102919091010152600101610722565b505b505092915050565b61077a610900565b6107846000610e9e565b565b61078e610900565b60005b8151811015610403578181815181106107ac576107ac611491565b6020026020010151602001516210000260008484815181106107d0576107d0611491565b6020908102919091018101515160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055600101610791565b61078461084461059b565b610f13565b610851610900565b73ffffffffffffffffffffffffffffffffffffffff81166108f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161067b565b6108fd81610e9e565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610784576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161067b565b60006060818681876109946002836115cd565b926109a1939291906115a3565b6109aa9161160d565b60f01c92506109ba6002826115cd565b905060008782886109cc6001836115cd565b926109d9939291906115a3565b6109e291611653565b60f81c90506109f26001836115cd565b91508060ff1667ffffffffffffffff811115610a1057610a10610f35565b604051908082528060200260200182016040528015610a6b57816020015b6040805160a0810182526000808252602082018190526060928201839052828201526080810191909152815260200190600190039081610a2e5790505b50925060005b8160ff16811015610cf557600089848a610a8c6001836115cd565b92610a99939291906115a3565b610aa291611653565b60f81c9050610ab26001856115cd565b935060008a858b610ac46010836115cd565b92610ad1939291906115a3565b610ada91611699565b60801c9050610aea6010866115cd565b945060008b868c610afc6002836115cd565b92610b09939291906115a3565b610b129161160d565b60f01c9050610b226002876115cd565b955060008c878d610b3761ffff8616836115cd565b92610b44939291906115a3565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610b8a9250505061ffff8316886115cd565b965060008d888e610b9c6008836115cd565b92610ba9939291906115a3565b610bb2916116df565b60c01c9050610bc26008896115cd565b975060008e898f610bdd67ffffffffffffffff8616836115cd565b92610bea939291906115a3565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610c369250505067ffffffffffffffff83168a6115cd565b98506040518060a001604052808e63ffffffff1681526020018d60008960ff1660ff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001866fffffffffffffffffffffffffffffffff168152602001848152508a8881518110610cd757610cd7611491565b60200260200101819052505050505050508080600101915050610a71565b50505094509492505050565b60405160208101838301845b81811015610e6c57803560008160fe1c60008114610d425760018114610d5d5760028114610db85760038114610dcc57610ddc565b60018360001a01803688379590950194505050600101610d0d565b60018360001a601f16017f2000000000000000000000000000000000000000000000000000000000000000841615610d9c576000875280602003870196505b8060018601883795860195939093016001019250610d0d915050565b8260041b60f41c9150600284019350610ddc565b8260041b60ec1c91506003840193505b506000818015610dfa5760018114610e025782600101549150610e06565b339150610e06565b3091505b508260021b60fe1c60008114610e375760018114610e455760028114610e56578160081b8752601f87019650610e63565b818752602087019650610e63565b8160601b8752601487019650610e63565b8160e01b87526004870196505b50505050610d0d565b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe082820301825260405292915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080825160208401305af43d6000803e8015610f2f573d6000f35b503d6000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f8757610f87610f35565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715610fd457610fd4610f35565b604052919050565b600067ffffffffffffffff821115610ff657610ff6610f35565b5060051b60200190565b803560ff8116811461101157600080fd5b919050565b6000602080838503121561102957600080fd5b823567ffffffffffffffff81111561104057600080fd5b8301601f8101851361105157600080fd5b803561106461105f82610fdc565b610f8d565b81815260059190911b8201830190838101908783111561108357600080fd5b928401925b828410156110a85761109984611000565b82529284019290840190611088565b979650505050505050565b600080602083850312156110c657600080fd5b823567ffffffffffffffff808211156110de57600080fd5b818501915085601f8301126110f257600080fd5b81358181111561110157600080fd5b86602082850101111561111357600080fd5b60209290920196919550909350505050565b803561ffff8116811461101157600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461101157600080fd5b6000602080838503121561116e57600080fd5b823567ffffffffffffffff81111561118557600080fd5b8301601f8101851361119657600080fd5b80356111a461105f82610fdc565b81815260069190911b820183019083810190878311156111c357600080fd5b928401925b828410156110a857604084890312156111e15760008081fd5b6111e9610f64565b6111f285611125565b81526111ff868601611137565b81870152825260409390930192908401906111c8565b6000815180845260005b8181101561123b5760208185018101518683018201520161121f565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b60208152600061128c6020830184611215565b9392505050565b600060208083850312156112a657600080fd5b823567ffffffffffffffff8111156112bd57600080fd5b8301601f810185136112ce57600080fd5b80356112dc61105f82610fdc565b81815260059190911b820183019083810190878311156112fb57600080fd5b928401925b828410156110a85761131184611125565b82529284019290840190611300565b6000806040838503121561133357600080fd5b50508035926020909101359150565b6020808252825182820181905260009190848201906040850190845b8181101561137a5783518352928401929184019160010161135e565b50909695505050505050565b60006020828403121561139857600080fd5b61128c82611125565b600060208083850312156113b457600080fd5b823567ffffffffffffffff8111156113cb57600080fd5b8301601f810185136113dc57600080fd5b80356113ea61105f82610fdc565b81815260069190911b8201830190838101908783111561140957600080fd5b928401925b828410156110a857604084890312156114275760008081fd5b61142f610f64565b61143885611000565b8152611445868601611137565b818701528252604093909301929084019061140e565b60006020828403121561146d57600080fd5b61128c82611000565b60006020828403121561148857600080fd5b61128c82611137565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060208083018184528085518083526040925060408601915060408160051b87010184880160005b83811015611595577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0898403018552815160a063ffffffff825116855273ffffffffffffffffffffffffffffffffffffffff89830151168986015287820151818987015261155982870182611215565b9150506060808301518187015250608080830151925085820381870152506115818183611215565b9689019694505050908601906001016114e9565b509098975050505050505050565b600080858511156115b357600080fd5b838611156115c057600080fd5b5050820193919092039150565b80820180821115611607577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b92915050565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561076a5760029490940360031b84901b1690921692915050565b7fff00000000000000000000000000000000000000000000000000000000000000813581811691600185101561076a5760019490940360031b84901b1690921692915050565b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561076a5760109490940360031b84901b1690921692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561076a5760089490940360031b84901b169092169291505056fea2646970667358221220ee9f1852c8cf1c8bf05d1251b5c5bd5fe2ae88edb5c71804ccc48424153551e864736f6c63430008160033",
373
+ "devdoc": {
374
+ "errors": {
375
+ "IncorrectDictAccess(uint256)": [
376
+ {
377
+ "details": "Emitted when an offset is used incorrectly, either because it is too small, or because its sum with a dict data's length exceeds a certain limit.",
378
+ "params": {
379
+ "value": "The incorrect value used as an offset or as the sum of the offset and a dict data's length."
380
+ }
381
+ }
382
+ ]
383
+ },
384
+ "kind": "dev",
385
+ "methods": {
386
+ "decompress()": {
387
+ "details": "Decompresses the compressed data (N bytes) passed to the function using the _delegatecall function."
388
+ },
389
+ "decompressed()": {
390
+ "details": "Calculates and returns the decompressed data from the compressed calldata.",
391
+ "returns": {
392
+ "raw": "The decompressed raw data."
393
+ }
394
+ },
395
+ "getData(uint256,uint256)": {
396
+ "details": "Returns the data stored in the dictionary in the specified range.",
397
+ "params": {
398
+ "begin": "The starting index of the data range to return. First 2 positions are reserved, so it should be greater than 1.",
399
+ "end": "The ending index of the data range to return."
400
+ },
401
+ "returns": {
402
+ "res": "An array of bytes32 values containing the data in the specified range."
403
+ }
404
+ },
405
+ "owner()": {
406
+ "details": "Returns the address of the current owner."
407
+ },
408
+ "renounceOwnership()": {
409
+ "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
410
+ },
411
+ "transferOwnership(address)": {
412
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
413
+ }
414
+ },
415
+ "version": 1
416
+ },
417
+ "userdoc": {
418
+ "kind": "user",
419
+ "methods": {},
420
+ "version": 1
421
+ },
422
+ "storageLayout": {
423
+ "storage": [
424
+ {
425
+ "astId": 7808,
426
+ "contract": "contracts/decompressor/DVNDecompressor.sol:DVNDecompressor",
427
+ "label": "_owner",
428
+ "offset": 0,
429
+ "slot": "0",
430
+ "type": "t_address"
431
+ },
432
+ {
433
+ "astId": 16720,
434
+ "contract": "contracts/decompressor/DVNDecompressor.sol:DVNDecompressor",
435
+ "label": "_dict",
436
+ "offset": 0,
437
+ "slot": "1",
438
+ "type": "t_array(t_bytes32)1048576_storage"
439
+ },
440
+ {
441
+ "astId": 16464,
442
+ "contract": "contracts/decompressor/DVNDecompressor.sol:DVNDecompressor",
443
+ "label": "dvns",
444
+ "offset": 0,
445
+ "slot": "1048577",
446
+ "type": "t_mapping(t_uint16,t_address)"
447
+ },
448
+ {
449
+ "astId": 16468,
450
+ "contract": "contracts/decompressor/DVNDecompressor.sol:DVNDecompressor",
451
+ "label": "targets",
452
+ "offset": 0,
453
+ "slot": "1048578",
454
+ "type": "t_mapping(t_uint8,t_address)"
455
+ }
456
+ ],
457
+ "types": {
458
+ "t_address": {
459
+ "encoding": "inplace",
460
+ "label": "address",
461
+ "numberOfBytes": "20"
462
+ },
463
+ "t_array(t_bytes32)1048576_storage": {
464
+ "base": "t_bytes32",
465
+ "encoding": "inplace",
466
+ "label": "bytes32[1048576]",
467
+ "numberOfBytes": "33554432"
468
+ },
469
+ "t_bytes32": {
470
+ "encoding": "inplace",
471
+ "label": "bytes32",
472
+ "numberOfBytes": "32"
473
+ },
474
+ "t_mapping(t_uint16,t_address)": {
475
+ "encoding": "mapping",
476
+ "key": "t_uint16",
477
+ "label": "mapping(uint16 => address)",
478
+ "numberOfBytes": "32",
479
+ "value": "t_address"
480
+ },
481
+ "t_mapping(t_uint8,t_address)": {
482
+ "encoding": "mapping",
483
+ "key": "t_uint8",
484
+ "label": "mapping(uint8 => address)",
485
+ "numberOfBytes": "32",
486
+ "value": "t_address"
487
+ },
488
+ "t_uint16": {
489
+ "encoding": "inplace",
490
+ "label": "uint16",
491
+ "numberOfBytes": "2"
492
+ },
493
+ "t_uint8": {
494
+ "encoding": "inplace",
495
+ "label": "uint8",
496
+ "numberOfBytes": "1"
497
+ }
498
+ }
499
+ }
500
+ }
@@ -302,7 +302,7 @@
302
302
  "type": "receive"
303
303
  }
304
304
  ],
305
- "transactionHash": "0xa1f6f32854f5b2e6b8b1b55fbe2f7381af01cad5673b0f512c92cef2826a5163",
305
+ "transactionHash": "0xe0c0ac8b22978f60cfbaacdc8b0bbbac021497e7b7565ec87684a35c6eba55af",
306
306
  "receipt": {
307
307
  "to": null,
308
308
  "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
@@ -310,13 +310,13 @@
310
310
  "transactionIndex": 0,
311
311
  "gasUsed": "1064436",
312
312
  "logsBloom": "0x00000000000000000000000000000000000000000000000000800002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000020000000000080000000000000000080000000000000000000000000000000000000",
313
- "blockHash": "0x8a642a31a08dfe63331521771fea7b64712ad2b7f142073cff27ffd44ee531ac",
314
- "transactionHash": "0xa1f6f32854f5b2e6b8b1b55fbe2f7381af01cad5673b0f512c92cef2826a5163",
313
+ "blockHash": "0x5c6d32bfb79bcf5bdecbb2c83c2a3553dd2b91f44e18fdd46550d9021e55bbcf",
314
+ "transactionHash": "0xe0c0ac8b22978f60cfbaacdc8b0bbbac021497e7b7565ec87684a35c6eba55af",
315
315
  "logs": [
316
316
  {
317
317
  "transactionIndex": 0,
318
- "blockNumber": 43,
319
- "transactionHash": "0xa1f6f32854f5b2e6b8b1b55fbe2f7381af01cad5673b0f512c92cef2826a5163",
318
+ "blockNumber": 21,
319
+ "transactionHash": "0xe0c0ac8b22978f60cfbaacdc8b0bbbac021497e7b7565ec87684a35c6eba55af",
320
320
  "address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
321
321
  "topics": [
322
322
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
@@ -325,10 +325,10 @@
325
325
  ],
326
326
  "data": "0x",
327
327
  "logIndex": 0,
328
- "blockHash": "0x8a642a31a08dfe63331521771fea7b64712ad2b7f142073cff27ffd44ee531ac"
328
+ "blockHash": "0x5c6d32bfb79bcf5bdecbb2c83c2a3553dd2b91f44e18fdd46550d9021e55bbcf"
329
329
  }
330
330
  ],
331
- "blockNumber": 43,
331
+ "blockNumber": 21,
332
332
  "cumulativeGasUsed": "1064436",
333
333
  "status": 1,
334
334
  "byzantium": true
@@ -337,7 +337,7 @@
337
337
  "1000000000000000000"
338
338
  ],
339
339
  "numDeployments": 1,
340
- "solcInputHash": "286a3c36538d8fd41416e187cae2c651",
340
+ "solcInputHash": "86c57fe40f194bf7f46b9412f7185c72",
341
341
  "bytecode": "0x60a060405234801561001057600080fd5b506040516112b43803806112b483398101604081905261002f91610090565b61003833610040565b6080526100a9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b5051919050565b6080516111f06100c460003960006107c801526111f06000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610d88565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610dc4565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610dc4565b610343565b34801561013357600080fd5b50610095610142366004610e84565b610451565b61014f610508565b61015a838383610589565b505050565b610167610508565b61017160006105b9565b565b60006101826020850185610e9f565b67ffffffffffffffff166000036101e3576101a36040860160208701610ec9565b6040517fd009138a00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b6101ed838361062e565b50600061021261020360a0880160808901610e9f565b67ffffffffffffffff166106d2565b90506000806102246020890189610e84565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c61024f60408b0160208c01610ec9565b8561025d60208c018c610e9f565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa1580156102ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f29190610f0d565b9350505091506103358288602001602081019061030f9190610f62565b61031f60c08c0160a08d01610f62565b61032f60608c0160408d01610f86565b8561073e565b93505050505b949350505050565b60006103526020850185610e9f565b67ffffffffffffffff16600003610373576101a36040860160208701610ec9565b61037d838361062e565b50600061039361020360a0880160808901610e9f565b90506000806103a56020890189610e84565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d6103d060408b0160208c01610ec9565b856103de60208c018c610e9f565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af11580156102ce573d6000803e3d6000fd5b610459610508565b73ffffffffffffffffffffffffffffffffffffffff81166104fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016101da565b610505816105b9565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016101da565b73ffffffffffffffffffffffffffffffffffffffff83166105ae5761015a8282610838565b61015a83838361093e565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080821561068a576000806106458686856109ac565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff8516600482015290965092945085935050602490910190506101da565b8083146106c6576040517f04eb6e0c000000000000000000000000000000000000000000000000000000008152600481018290526024016101da565b60009150505b92915050565b6000806106e0604184610fd2565b90506106ed602082611018565b15610715576106fd602082611018565b610707908261102c565b61071290602061103f565b90505b8061072260e0604461103f565b61072c919061103f565b61073790604061103f565b9392505050565b60008061ffff8616156107515785610753565b845b9050600061271061076861ffff84168a610fd2565b6107729190611052565b90506fffffffffffffffffffffffffffffffff841615806107a357506fffffffffffffffffffffffffffffffff8516155b156107b157915061082f9050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff166108049190610fd2565b61080e9190611052565b610818908a61103f565b90508181116108275781610829565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff8216610885576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d80600081146108df576040519150601f19603f3d011682016040523d82523d6000602084013e6108e4565b606091505b505090508061015a576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84166004820152602481018390526044016101da565b73ffffffffffffffffffffffffffffffffffffffff821661098b576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff84168383610a06565b6000368160018401816109c0888884610a93565b60028301929091506109d89089908990600301610aba565b94506002820161ffff821683016109f181838b8d611066565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610adf565b600060028201610aa581848688611066565b610aae91611090565b60f01c95945050505050565b6000838383818110610ace57610ace6110d8565b919091013560f81c95945050505050565b6000610b41826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610bee9092919063ffffffff16565b9050805160001480610b62575080806020019051810190610b629190611107565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f7420737563636565640000000000000000000000000000000000000000000060648201526084016101da565b606061033b8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610c22919061114d565b60006040518083038185875af1925050503d8060008114610c5f576040519150601f19603f3d011682016040523d82523d6000602084013e610c64565b606091505b5091509150610c7587838387610c80565b979650505050505050565b60608315610d16578251600003610d0f5773ffffffffffffffffffffffffffffffffffffffff85163b610d0f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101da565b508161033b565b61033b8383815115610d2b5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016101da9190611169565b803573ffffffffffffffffffffffffffffffffffffffff81168114610d8357600080fd5b919050565b600080600060608486031215610d9d57600080fd5b610da684610d5f565b9250610db460208501610d5f565b9150604084013590509250925092565b600080600080848603610140811215610ddc57600080fd5b60c0811215610dea57600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610e1d57600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610e4057600080fd5b818701915087601f830112610e5457600080fd5b813581811115610e6357600080fd5b886020828501011115610e7557600080fd5b95989497505060200194505050565b600060208284031215610e9657600080fd5b61073782610d5f565b600060208284031215610eb157600080fd5b813567ffffffffffffffff8116811461073757600080fd5b600060208284031215610edb57600080fd5b813563ffffffff8116811461073757600080fd5b6fffffffffffffffffffffffffffffffff8116811461050557600080fd5b60008060008060808587031215610f2357600080fd5b845193506020850151610f3581610eef565b6040860151909350610f4681610eef565b6060860151909250610f5781610eef565b939692955090935050565b600060208284031215610f7457600080fd5b813561ffff8116811461073757600080fd5b600060208284031215610f9857600080fd5b813561073781610eef565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820281158282048414176106cc576106cc610fa3565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60008261102757611027610fe9565b500690565b818103818111156106cc576106cc610fa3565b808201808211156106cc576106cc610fa3565b60008261106157611061610fe9565b500490565b6000808585111561107657600080fd5b8386111561108357600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110d05780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561111957600080fd5b8151801515811461073757600080fd5b60005b8381101561114457818101518382015260200161112c565b50506000910152565b6000825161115f818460208701611129565b9190910192915050565b6020815260008251806020840152611188816040850160208701611129565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea2646970667358221220c20fa11eeace278b2853c10fb9f480a3f0d24fd1e0a8ef87da3b97dfd04e493264736f6c63430008160033",
342
342
  "deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610d88565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610dc4565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610dc4565b610343565b34801561013357600080fd5b50610095610142366004610e84565b610451565b61014f610508565b61015a838383610589565b505050565b610167610508565b61017160006105b9565b565b60006101826020850185610e9f565b67ffffffffffffffff166000036101e3576101a36040860160208701610ec9565b6040517fd009138a00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b6101ed838361062e565b50600061021261020360a0880160808901610e9f565b67ffffffffffffffff166106d2565b90506000806102246020890189610e84565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c61024f60408b0160208c01610ec9565b8561025d60208c018c610e9f565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa1580156102ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f29190610f0d565b9350505091506103358288602001602081019061030f9190610f62565b61031f60c08c0160a08d01610f62565b61032f60608c0160408d01610f86565b8561073e565b93505050505b949350505050565b60006103526020850185610e9f565b67ffffffffffffffff16600003610373576101a36040860160208701610ec9565b61037d838361062e565b50600061039361020360a0880160808901610e9f565b90506000806103a56020890189610e84565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d6103d060408b0160208c01610ec9565b856103de60208c018c610e9f565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af11580156102ce573d6000803e3d6000fd5b610459610508565b73ffffffffffffffffffffffffffffffffffffffff81166104fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016101da565b610505816105b9565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016101da565b73ffffffffffffffffffffffffffffffffffffffff83166105ae5761015a8282610838565b61015a83838361093e565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080821561068a576000806106458686856109ac565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff8516600482015290965092945085935050602490910190506101da565b8083146106c6576040517f04eb6e0c000000000000000000000000000000000000000000000000000000008152600481018290526024016101da565b60009150505b92915050565b6000806106e0604184610fd2565b90506106ed602082611018565b15610715576106fd602082611018565b610707908261102c565b61071290602061103f565b90505b8061072260e0604461103f565b61072c919061103f565b61073790604061103f565b9392505050565b60008061ffff8616156107515785610753565b845b9050600061271061076861ffff84168a610fd2565b6107729190611052565b90506fffffffffffffffffffffffffffffffff841615806107a357506fffffffffffffffffffffffffffffffff8516155b156107b157915061082f9050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff166108049190610fd2565b61080e9190611052565b610818908a61103f565b90508181116108275781610829565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff8216610885576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d80600081146108df576040519150601f19603f3d011682016040523d82523d6000602084013e6108e4565b606091505b505090508061015a576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84166004820152602481018390526044016101da565b73ffffffffffffffffffffffffffffffffffffffff821661098b576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff84168383610a06565b6000368160018401816109c0888884610a93565b60028301929091506109d89089908990600301610aba565b94506002820161ffff821683016109f181838b8d611066565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610adf565b600060028201610aa581848688611066565b610aae91611090565b60f01c95945050505050565b6000838383818110610ace57610ace6110d8565b919091013560f81c95945050505050565b6000610b41826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610bee9092919063ffffffff16565b9050805160001480610b62575080806020019051810190610b629190611107565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f7420737563636565640000000000000000000000000000000000000000000060648201526084016101da565b606061033b8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610c22919061114d565b60006040518083038185875af1925050503d8060008114610c5f576040519150601f19603f3d011682016040523d82523d6000602084013e610c64565b606091505b5091509150610c7587838387610c80565b979650505050505050565b60608315610d16578251600003610d0f5773ffffffffffffffffffffffffffffffffffffffff85163b610d0f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101da565b508161033b565b61033b8383815115610d2b5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016101da9190611169565b803573ffffffffffffffffffffffffffffffffffffffff81168114610d8357600080fd5b919050565b600080600060608486031215610d9d57600080fd5b610da684610d5f565b9250610db460208501610d5f565b9150604084013590509250925092565b600080600080848603610140811215610ddc57600080fd5b60c0811215610dea57600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610e1d57600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610e4057600080fd5b818701915087601f830112610e5457600080fd5b813581811115610e6357600080fd5b886020828501011115610e7557600080fd5b95989497505060200194505050565b600060208284031215610e9657600080fd5b61073782610d5f565b600060208284031215610eb157600080fd5b813567ffffffffffffffff8116811461073757600080fd5b600060208284031215610edb57600080fd5b813563ffffffff8116811461073757600080fd5b6fffffffffffffffffffffffffffffffff8116811461050557600080fd5b60008060008060808587031215610f2357600080fd5b845193506020850151610f3581610eef565b6040860151909350610f4681610eef565b6060860151909250610f5781610eef565b939692955090935050565b600060208284031215610f7457600080fd5b813561ffff8116811461073757600080fd5b600060208284031215610f9857600080fd5b813561073781610eef565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820281158282048414176106cc576106cc610fa3565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60008261102757611027610fe9565b500690565b818103818111156106cc576106cc610fa3565b808201808211156106cc576106cc610fa3565b60008261106157611061610fe9565b500490565b6000808585111561107657600080fd5b8386111561108357600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110d05780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561111957600080fd5b8151801515811461073757600080fd5b60005b8381101561114457818101518382015260200161112c565b50506000910152565b6000825161115f818460208701611129565b9190910192915050565b6020815260008251806020840152611188816040850160208701611129565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea2646970667358221220c20fa11eeace278b2853c10fb9f480a3f0d24fd1e0a8ef87da3b97dfd04e493264736f6c63430008160033",
343
343
  "devdoc": {