@layerzerolabs/lz-evm-sdk-v2 2.1.10 → 2.1.11

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 (174) hide show
  1. package/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
  2. package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
  3. package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +2 -2
  4. package/artifacts/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +2 -2
  5. package/artifacts/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +2 -2
  6. package/deployments/arbitrum-sandbox-local/DVN.json +1864 -0
  7. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
  8. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +398 -0
  9. package/deployments/arbitrum-sandbox-local/PriceFeed.json +890 -0
  10. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  11. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  12. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +244 -0
  13. package/deployments/avalanche-sandbox-local/DVN.json +1896 -0
  14. package/deployments/avalanche-sandbox-local/DVNDecompressor.json +508 -0
  15. package/deployments/avalanche-sandbox-local/DVNFeeLib.json +398 -0
  16. package/deployments/avalanche-sandbox-local/DefaultProxyAdmin.json +258 -0
  17. package/deployments/avalanche-sandbox-local/EndpointV2.json +2946 -0
  18. package/deployments/avalanche-sandbox-local/EndpointV2View.json +435 -0
  19. package/deployments/avalanche-sandbox-local/EndpointV2View_Implementation.json +313 -0
  20. package/deployments/avalanche-sandbox-local/EndpointV2View_Proxy.json +230 -0
  21. package/deployments/avalanche-sandbox-local/Executor.json +1549 -0
  22. package/deployments/avalanche-sandbox-local/ExecutorDecompressor.json +339 -0
  23. package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +423 -0
  24. package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +283 -0
  25. package/deployments/avalanche-sandbox-local/Executor_Implementation.json +1591 -0
  26. package/deployments/avalanche-sandbox-local/Executor_Proxy.json +380 -0
  27. package/deployments/avalanche-sandbox-local/LzExecutor.json +757 -0
  28. package/deployments/avalanche-sandbox-local/LzExecutor_Implementation.json +703 -0
  29. package/deployments/avalanche-sandbox-local/LzExecutor_Proxy.json +244 -0
  30. package/deployments/avalanche-sandbox-local/NonceContractMock.json +163 -0
  31. package/deployments/avalanche-sandbox-local/PriceFeed.json +890 -0
  32. package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  33. package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +912 -0
  34. package/deployments/avalanche-sandbox-local/PriceFeed_Proxy.json +244 -0
  35. package/deployments/avalanche-sandbox-local/ReceiveUln301.json +1292 -0
  36. package/deployments/avalanche-sandbox-local/ReceiveUln301View.json +354 -0
  37. package/deployments/avalanche-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  38. package/deployments/avalanche-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  39. package/deployments/avalanche-sandbox-local/ReceiveUln302.json +1006 -0
  40. package/deployments/avalanche-sandbox-local/ReceiveUln302View.json +478 -0
  41. package/deployments/avalanche-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  42. package/deployments/avalanche-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  43. package/deployments/avalanche-sandbox-local/SendUln301.json +1569 -0
  44. package/deployments/avalanche-sandbox-local/SendUln302.json +1527 -0
  45. package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +708 -0
  46. package/deployments/avalanche-sandbox-local/Treasury.json +412 -0
  47. package/deployments/avalanche-sandbox-local/TreasuryFeeHandler.json +125 -0
  48. package/deployments/bsc-sandbox-local/DVN.json +1896 -0
  49. package/deployments/bsc-sandbox-local/DVNDecompressor.json +508 -0
  50. package/deployments/bsc-sandbox-local/DVNFeeLib.json +398 -0
  51. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +258 -0
  52. package/deployments/bsc-sandbox-local/EndpointV2.json +2946 -0
  53. package/deployments/bsc-sandbox-local/EndpointV2View.json +435 -0
  54. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +313 -0
  55. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +230 -0
  56. package/deployments/bsc-sandbox-local/Executor.json +1549 -0
  57. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +339 -0
  58. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +423 -0
  59. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +283 -0
  60. package/deployments/bsc-sandbox-local/Executor_Implementation.json +1591 -0
  61. package/deployments/bsc-sandbox-local/Executor_Proxy.json +380 -0
  62. package/deployments/bsc-sandbox-local/LzExecutor.json +757 -0
  63. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +703 -0
  64. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +244 -0
  65. package/deployments/bsc-sandbox-local/NonceContractMock.json +163 -0
  66. package/deployments/bsc-sandbox-local/PriceFeed.json +890 -0
  67. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  68. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +912 -0
  69. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +244 -0
  70. package/deployments/bsc-sandbox-local/ReceiveUln301.json +1292 -0
  71. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +354 -0
  72. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  73. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  74. package/deployments/bsc-sandbox-local/ReceiveUln302.json +1006 -0
  75. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +478 -0
  76. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  77. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  78. package/deployments/bsc-sandbox-local/SendUln301.json +1569 -0
  79. package/deployments/bsc-sandbox-local/SendUln302.json +1527 -0
  80. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +708 -0
  81. package/deployments/bsc-sandbox-local/Treasury.json +412 -0
  82. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +125 -0
  83. package/deployments/ethereum-sandbox-local/DVN.json +50 -50
  84. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +15 -15
  85. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +9 -9
  86. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +11 -11
  87. package/deployments/ethereum-sandbox-local/EndpointV2.json +43 -43
  88. package/deployments/ethereum-sandbox-local/EndpointV2View.json +26 -26
  89. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +14 -14
  90. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +24 -24
  91. package/deployments/ethereum-sandbox-local/Executor.json +74 -74
  92. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +15 -15
  93. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +13 -13
  94. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
  95. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +41 -41
  96. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +67 -67
  97. package/deployments/ethereum-sandbox-local/LzExecutor.json +34 -34
  98. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +22 -22
  99. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +30 -30
  100. package/deployments/ethereum-sandbox-local/NonceContractMock.json +9 -9
  101. package/deployments/ethereum-sandbox-local/PriceFeed.json +28 -28
  102. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +17 -17
  103. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +32 -32
  104. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +27 -27
  105. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +41 -41
  106. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +27 -27
  107. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
  108. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
  109. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +38 -38
  110. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +29 -29
  111. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
  112. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
  113. package/deployments/ethereum-sandbox-local/SendUln301.json +45 -45
  114. package/deployments/ethereum-sandbox-local/SendUln302.json +39 -39
  115. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +17 -17
  116. package/deployments/ethereum-sandbox-local/Treasury.json +16 -16
  117. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +8 -8
  118. package/deployments/polygon-sandbox-local/DVN.json +50 -50
  119. package/deployments/polygon-sandbox-local/DVNDecompressor.json +15 -15
  120. package/deployments/polygon-sandbox-local/DVNFeeLib.json +9 -9
  121. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +11 -11
  122. package/deployments/polygon-sandbox-local/EndpointV2.json +43 -43
  123. package/deployments/polygon-sandbox-local/EndpointV2View.json +26 -26
  124. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +14 -14
  125. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +24 -24
  126. package/deployments/polygon-sandbox-local/Executor.json +74 -74
  127. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +15 -15
  128. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +13 -13
  129. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
  130. package/deployments/polygon-sandbox-local/Executor_Implementation.json +41 -41
  131. package/deployments/polygon-sandbox-local/Executor_Proxy.json +67 -67
  132. package/deployments/polygon-sandbox-local/LzExecutor.json +34 -34
  133. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +22 -22
  134. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +30 -30
  135. package/deployments/polygon-sandbox-local/NonceContractMock.json +9 -9
  136. package/deployments/polygon-sandbox-local/PriceFeed.json +28 -28
  137. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +17 -17
  138. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +32 -32
  139. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +27 -27
  140. package/deployments/polygon-sandbox-local/ReceiveUln301.json +41 -41
  141. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +27 -27
  142. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
  143. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
  144. package/deployments/polygon-sandbox-local/ReceiveUln302.json +38 -38
  145. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +29 -29
  146. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
  147. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
  148. package/deployments/polygon-sandbox-local/SendUln301.json +45 -45
  149. package/deployments/polygon-sandbox-local/SendUln302.json +39 -39
  150. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +17 -17
  151. package/deployments/polygon-sandbox-local/Treasury.json +16 -16
  152. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +8 -8
  153. package/deployments/tron-sandbox-local/DVN.json +1864 -0
  154. package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
  155. package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
  156. package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
  157. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  158. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  159. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
  160. package/dist/{index-RhNRGtbi.d.mts → index-JB_kbnX5.d.mts} +5 -5
  161. package/dist/{index-RhNRGtbi.d.ts → index-JB_kbnX5.d.ts} +5 -5
  162. package/dist/index.browser.cjs +5 -5
  163. package/dist/index.browser.cjs.map +1 -1
  164. package/dist/index.browser.d.mts +1 -1
  165. package/dist/index.browser.d.ts +1 -1
  166. package/dist/index.browser.mjs +5 -5
  167. package/dist/index.browser.mjs.map +1 -1
  168. package/dist/index.cjs +5 -5
  169. package/dist/index.cjs.map +1 -1
  170. package/dist/index.d.mts +1 -1
  171. package/dist/index.d.ts +1 -1
  172. package/dist/index.mjs +5 -5
  173. package/dist/index.mjs.map +1 -1
  174. package/package.json +9 -9
@@ -0,0 +1,500 @@
1
+ {
2
+ "address": "0xd7082952B037840Abc6731CEa504c042a36fB39B",
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": "0x0ed947e41f35abbda4c0cb677c054453dca0330c90b9b237ab708196c79ae942",
324
+ "receipt": {
325
+ "to": null,
326
+ "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
327
+ "contractAddress": "0xd7082952B037840Abc6731CEa504c042a36fB39B",
328
+ "transactionIndex": 0,
329
+ "gasUsed": "1367346",
330
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
331
+ "blockHash": "0x000000000000001d25af623e0c4d818fed4ba9770416fe1ad714c479445df013",
332
+ "transactionHash": "0x0ed947e41f35abbda4c0cb677c054453dca0330c90b9b237ab708196c79ae942",
333
+ "logs": [
334
+ {
335
+ "transactionIndex": 0,
336
+ "blockNumber": 29,
337
+ "transactionHash": "0x0ed947e41f35abbda4c0cb677c054453dca0330c90b9b237ab708196c79ae942",
338
+ "address": "0xd7082952B037840Abc6731CEa504c042a36fB39B",
339
+ "topics": [
340
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
341
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
342
+ "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
343
+ ],
344
+ "data": "0x",
345
+ "logIndex": 0,
346
+ "blockHash": "0x000000000000001d25af623e0c4d818fed4ba9770416fe1ad714c479445df013"
347
+ }
348
+ ],
349
+ "blockNumber": 29,
350
+ "cumulativeGasUsed": "1367346",
351
+ "status": 1,
352
+ "byzantium": true
353
+ },
354
+ "args": [
355
+ 20420,
356
+ [
357
+ {
358
+ "idx": 1,
359
+ "addr": "0xF83E9bE72ac2A355381bCBc86451Bc27482f2712"
360
+ }
361
+ ],
362
+ [
363
+ {
364
+ "idx": 1,
365
+ "addr": "0xa98556839083691545D38FA0a8039b35022a0EfF"
366
+ }
367
+ ]
368
+ ],
369
+ "numDeployments": 1,
370
+ "solcInputHash": "a71075ae75ad3765de4259439cd68087",
371
+ "bytecode": "0x60a06040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b5060405162001e2938038062001e29833981016040819052620000509162000333565b6200005b336200016b565b63ffffffff831660805260005b8251811015620000e35760008382815181106200008957620000896200045c565b60209081029190910181015180820151905161ffff16600090815262100001909252604090912080546001600160a01b0319166001600160a01b039092169190911790555080620000da8162000472565b91505062000068565b5060005b8151811015620001615760008282815181106200010857620001086200045c565b60209081029190910181015180820151905160ff16600090815262100002909252604090912080546001600160a01b0319166001600160a01b039092169190911790555080620001588162000472565b915050620000e7565b505050506200049a565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715620001f657620001f6620001bb565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620002275762000227620001bb565b604052919050565b60006001600160401b038211156200024b576200024b620001bb565b5060051b60200190565b80516000906001600160a81b03811681146200027057600080fd5b6001600160a01b031692915050565b600082601f8301126200029157600080fd5b81516020620002aa620002a4836200022f565b620001fc565b82815260069290921b84018101918181019086841115620002ca57600080fd5b8286015b84811015620003285760408189031215620002e95760008081fd5b620002f3620001d1565b815160ff81168114620003065760008081fd5b81526200031582860162000255565b81860152835291830191604001620002ce565b509695505050505050565b6000806000606084860312156200034957600080fd5b835163ffffffff811681146200035e57600080fd5b602085810151919450906001600160401b03808211156200037e57600080fd5b818701915087601f8301126200039357600080fd5b8151620003a4620002a4826200022f565b81815260069190911b8301840190848101908a831115620003c457600080fd5b938501935b8285101562000428576040858c031215620003e45760008081fd5b620003ee620001d1565b855161ffff81168114620004025760008081fd5b81526200041186880162000255565b8188015282526040949094019390850190620003c9565b60408a015190975094505050808311156200044257600080fd5b505062000452868287016200027f565b9150509250925092565b634e487b7160e01b600052603260045260246000fd5b6000600182016200049357634e487b7160e01b600052601160045260246000fd5b5060010190565b60805161196c620004bd600039600081816104a101526105a9015261196c6000f3fe6080604052600436106100f35760003560e01c8063701c06101161008a57806397a656141161005957806397a656141461040e578063ac423ce114610416578063cf34c76814610475578063f2fde38b146104d857600080fd5b8063701c0610146102dc578063715018a6146103605780637302478c1461038f5780638da5cb5b146103c957600080fd5b8063422b45fc116100c6578063422b45fc146101ed5780634736d978146102275780634e4fe3061461026657806362a8fdcb146102ad57600080fd5b806308b8a08b146100f857806309c5eabe14610134578063269f12601461016e5780633bec591e146101a8575b600080fd5b34801561010457600080fd5b50d3801561011157600080fd5b50d2801561011e57600080fd5b5061013261012d3660046111ca565b610512565b005b34801561014057600080fd5b50d3801561014d57600080fd5b50d2801561015a57600080fd5b50610132610169366004611267565b610597565b34801561017a57600080fd5b50d3801561018757600080fd5b50d2801561019457600080fd5b506101326101a336600461132e565b610677565b3480156101b457600080fd5b50d380156101c157600080fd5b50d280156101ce57600080fd5b506101d7610735565b6040516101e4919061144c565b60405180910390f35b3480156101f957600080fd5b50d3801561020657600080fd5b50d2801561021357600080fd5b50610132610222366004611466565b610752565b34801561023357600080fd5b50d3801561024057600080fd5b50d2801561024d57600080fd5b506102586210000081565b6040519081526020016101e4565b34801561027257600080fd5b50d3801561027f57600080fd5b50d2801561028c57600080fd5b506102a061029b3660046114f3565b6107d4565b6040516101e49190611515565b3480156102b957600080fd5b50d380156102c657600080fd5b50d280156102d357600080fd5b50610258600281565b3480156102e857600080fd5b50d380156102f557600080fd5b50d2801561030257600080fd5b5061033b610311366004611559565b621000016020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016101e4565b34801561036c57600080fd5b50d3801561037957600080fd5b50d2801561038657600080fd5b50610132610916565b34801561039b57600080fd5b50d380156103a857600080fd5b50d280156103b557600080fd5b506101326103c4366004611574565b61092a565b3480156103d557600080fd5b50d380156103e257600080fd5b50d280156103ef57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff1661033b565b6101326109e7565b34801561042257600080fd5b50d3801561042f57600080fd5b50d2801561043c57600080fd5b5061033b61044b36600461162e565b621000026020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561048157600080fd5b50d3801561048e57600080fd5b50d2801561049b57600080fd5b506104c37f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016101e4565b3480156104e457600080fd5b50d380156104f157600080fd5b50d280156104fe57600080fd5b5061013261050d366004611649565b6109f7565b61051a610aae565b60005b81518110156105935762100002600083838151811061053e5761053e611664565b60209081029190910181015160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001690558061058b816116c2565b91505061051d565b5050565b61059f610aae565b6000806105d184847f000000000000000000000000000000000000000000000000000000000000000062100002610b2f565b61ffff82166000908152621000016020526040908190205490517fb143044b00000000000000000000000000000000000000000000000000000000815292945090925073ffffffffffffffffffffffffffffffffffffffff169063b143044b9061063f9084906004016116fa565b600060405180830381600087803b15801561065957600080fd5b505af115801561066d573d6000803e3d6000fd5b5050505050505050565b61067f610aae565b60005b81518110156105935781818151811061069d5761069d611664565b6020026020010151602001516210000160008484815181106106c1576106c1611664565b6020908102919091018101515161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff929092169190911790558061072d816116c2565b915050610682565b606061074d6107483660048160006117db565b610eb5565b905090565b61075a610aae565b60005b81518110156105935762100001600083838151811061077e5761077e611664565b60209081029190910181015161ffff16825281019190915260400160002080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055806107cc816116c2565b91505061075d565b60608260028110806107e95750621000008110155b15610828576040517f50695b8f000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b82600281108061083b5750621000008110155b15610875576040517f50695b8f0000000000000000000000000000000000000000000000000000000081526004810182905260240161081f565b8385101561090e5784840367ffffffffffffffff811115610898576108986110e9565b6040519080825280602002602001820160405280156108c1578160200160208202803683370190505b509250845b8481101561090c576001816210000081106108e3576108e3611664565b015484878303815181106108f9576108f9611664565b60209081029190910101526001016108c6565b505b505092915050565b61091e610aae565b6109286000611052565b565b610932610aae565b60005b81518110156105935781818151811061095057610950611664565b60200260200101516020015162100002600084848151811061097457610974611664565b6020908102919091018101515160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055806109df816116c2565b915050610935565b6109286109f2610735565b6110c7565b6109ff610aae565b73ffffffffffffffffffffffffffffffffffffffff8116610aa2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161081f565b610aab81611052565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610928576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161081f565b6000606081868187610b42600283611805565b92610b4f939291906117db565b610b589161181e565b60f01c9250610b68600282611805565b90506000878288610b7a600183611805565b92610b87939291906117db565b610b9091611864565b60f81c9050610ba0600183611805565b91508060ff1667ffffffffffffffff811115610bbe57610bbe6110e9565b604051908082528060200260200182016040528015610c1957816020015b6040805160a0810182526000808252602082018190526060928201839052828201526080810191909152815260200190600190039081610bdc5790505b50925060005b8160ff16811015610ea957600089848a610c3a600183611805565b92610c47939291906117db565b610c5091611864565b60f81c9050610c60600185611805565b935060008a858b610c72601083611805565b92610c7f939291906117db565b610c88916118aa565b60801c9050610c98601086611805565b945060008b868c610caa600283611805565b92610cb7939291906117db565b610cc09161181e565b60f01c9050610cd0600287611805565b955060008c878d610ce561ffff861683611805565b92610cf2939291906117db565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610d389250505061ffff831688611805565b965060008d888e610d4a600883611805565b92610d57939291906117db565b610d60916118f0565b60c01c9050610d70600889611805565b975060008e898f610d8b67ffffffffffffffff861683611805565b92610d98939291906117db565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610de49250505067ffffffffffffffff83168a611805565b98506040518060a001604052808e63ffffffff1681526020018d60008960ff1660ff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001866fffffffffffffffffffffffffffffffff168152602001848152508a8881518110610e8557610e85611664565b60200260200101819052505050505050508080610ea1906116c2565b915050610c1f565b50505094509492505050565b60405160208101838301845b8181101561102057803560008160fe1c60008114610ef65760018114610f115760028114610f6c5760038114610f8057610f90565b60018360001a01803688379590950194505050600101610ec1565b60018360001a601f16017f2000000000000000000000000000000000000000000000000000000000000000841615610f50576000875280602003870196505b8060018601883795860195939093016001019250610ec1915050565b8260041b60f41c9150600284019350610f90565b8260041b60ec1c91506003840193505b506000818015610fae5760018114610fb65782600101549150610fba565b339150610fba565b3091505b508260021b60fe1c60008114610feb5760018114610ff9576002811461100a578160081b8752601f87019650611017565b818752602087019650611017565b8160601b8752601487019650611017565b8160e01b87526004870196505b50505050610ec1565b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe082820301825260405292915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080825160208401305af43d6000803e80156110e3573d6000f35b503d6000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561113b5761113b6110e9565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715611188576111886110e9565b604052919050565b600067ffffffffffffffff8211156111aa576111aa6110e9565b5060051b60200190565b803560ff811681146111c557600080fd5b919050565b600060208083850312156111dd57600080fd5b823567ffffffffffffffff8111156111f457600080fd5b8301601f8101851361120557600080fd5b803561121861121382611190565b611141565b81815260059190911b8201830190838101908783111561123757600080fd5b928401925b8284101561125c5761124d846111b4565b8252928401929084019061123c565b979650505050505050565b6000806020838503121561127a57600080fd5b823567ffffffffffffffff8082111561129257600080fd5b818501915085601f8301126112a657600080fd5b8135818111156112b557600080fd5b8660208285010111156112c757600080fd5b60209290920196919550909350505050565b803561ffff811681146111c557600080fd5b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461131257600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b6000602080838503121561134157600080fd5b823567ffffffffffffffff81111561135857600080fd5b8301601f8101851361136957600080fd5b803561137761121382611190565b81815260069190911b8201830190838101908783111561139657600080fd5b928401925b8284101561125c57604084890312156113b45760008081fd5b6113bc611118565b6113c5856112d9565b81526113d28686016112eb565b818701528252604093909301929084019061139b565b6000815180845260005b8181101561140e576020818501810151868301820152016113f2565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b60208152600061145f60208301846113e8565b9392505050565b6000602080838503121561147957600080fd5b823567ffffffffffffffff81111561149057600080fd5b8301601f810185136114a157600080fd5b80356114af61121382611190565b81815260059190911b820183019083810190878311156114ce57600080fd5b928401925b8284101561125c576114e4846112d9565b825292840192908401906114d3565b6000806040838503121561150657600080fd5b50508035926020909101359150565b6020808252825182820181905260009190848201906040850190845b8181101561154d57835183529284019291840191600101611531565b50909695505050505050565b60006020828403121561156b57600080fd5b61145f826112d9565b6000602080838503121561158757600080fd5b823567ffffffffffffffff81111561159e57600080fd5b8301601f810185136115af57600080fd5b80356115bd61121382611190565b81815260069190911b820183019083810190878311156115dc57600080fd5b928401925b8284101561125c57604084890312156115fa5760008081fd5b611602611118565b61160b856111b4565b81526116188686016112eb565b81870152825260409390930192908401906115e1565b60006020828403121561164057600080fd5b61145f826111b4565b60006020828403121561165b57600080fd5b61145f826112eb565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036116f3576116f3611693565b5060010190565b60006020808301818452808551808352604092508286019150828160051b87010184880160005b838110156117cd577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0898403018552815160a063ffffffff825116855273ffffffffffffffffffffffffffffffffffffffff898301511689860152878201518189870152611791828701826113e8565b9150506060808301518187015250608080830151925085820381870152506117b981836113e8565b968901969450505090860190600101611721565b509098975050505050505050565b600080858511156117eb57600080fd5b838611156117f857600080fd5b5050820193919092039150565b8082018082111561181857611818611693565b92915050565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561090e5760029490940360031b84901b1690921692915050565b7fff00000000000000000000000000000000000000000000000000000000000000813581811691600185101561090e5760019490940360031b84901b1690921692915050565b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561090e5760109490940360031b84901b1690921692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561090e5760089490940360031b84901b169092169291505056fea26474726f6e58221220e6d43fb861f79f20eea9315b6d8d9d3aee079c86d284611dcb577b9d0da9605b64736f6c63430008140033",
372
+ "deployedBytecode": "0x6080604052600436106100f35760003560e01c8063701c06101161008a57806397a656141161005957806397a656141461040e578063ac423ce114610416578063cf34c76814610475578063f2fde38b146104d857600080fd5b8063701c0610146102dc578063715018a6146103605780637302478c1461038f5780638da5cb5b146103c957600080fd5b8063422b45fc116100c6578063422b45fc146101ed5780634736d978146102275780634e4fe3061461026657806362a8fdcb146102ad57600080fd5b806308b8a08b146100f857806309c5eabe14610134578063269f12601461016e5780633bec591e146101a8575b600080fd5b34801561010457600080fd5b50d3801561011157600080fd5b50d2801561011e57600080fd5b5061013261012d3660046111ca565b610512565b005b34801561014057600080fd5b50d3801561014d57600080fd5b50d2801561015a57600080fd5b50610132610169366004611267565b610597565b34801561017a57600080fd5b50d3801561018757600080fd5b50d2801561019457600080fd5b506101326101a336600461132e565b610677565b3480156101b457600080fd5b50d380156101c157600080fd5b50d280156101ce57600080fd5b506101d7610735565b6040516101e4919061144c565b60405180910390f35b3480156101f957600080fd5b50d3801561020657600080fd5b50d2801561021357600080fd5b50610132610222366004611466565b610752565b34801561023357600080fd5b50d3801561024057600080fd5b50d2801561024d57600080fd5b506102586210000081565b6040519081526020016101e4565b34801561027257600080fd5b50d3801561027f57600080fd5b50d2801561028c57600080fd5b506102a061029b3660046114f3565b6107d4565b6040516101e49190611515565b3480156102b957600080fd5b50d380156102c657600080fd5b50d280156102d357600080fd5b50610258600281565b3480156102e857600080fd5b50d380156102f557600080fd5b50d2801561030257600080fd5b5061033b610311366004611559565b621000016020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016101e4565b34801561036c57600080fd5b50d3801561037957600080fd5b50d2801561038657600080fd5b50610132610916565b34801561039b57600080fd5b50d380156103a857600080fd5b50d280156103b557600080fd5b506101326103c4366004611574565b61092a565b3480156103d557600080fd5b50d380156103e257600080fd5b50d280156103ef57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff1661033b565b6101326109e7565b34801561042257600080fd5b50d3801561042f57600080fd5b50d2801561043c57600080fd5b5061033b61044b36600461162e565b621000026020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561048157600080fd5b50d3801561048e57600080fd5b50d2801561049b57600080fd5b506104c37f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016101e4565b3480156104e457600080fd5b50d380156104f157600080fd5b50d280156104fe57600080fd5b5061013261050d366004611649565b6109f7565b61051a610aae565b60005b81518110156105935762100002600083838151811061053e5761053e611664565b60209081029190910181015160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001690558061058b816116c2565b91505061051d565b5050565b61059f610aae565b6000806105d184847f000000000000000000000000000000000000000000000000000000000000000062100002610b2f565b61ffff82166000908152621000016020526040908190205490517fb143044b00000000000000000000000000000000000000000000000000000000815292945090925073ffffffffffffffffffffffffffffffffffffffff169063b143044b9061063f9084906004016116fa565b600060405180830381600087803b15801561065957600080fd5b505af115801561066d573d6000803e3d6000fd5b5050505050505050565b61067f610aae565b60005b81518110156105935781818151811061069d5761069d611664565b6020026020010151602001516210000160008484815181106106c1576106c1611664565b6020908102919091018101515161ffff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff929092169190911790558061072d816116c2565b915050610682565b606061074d6107483660048160006117db565b610eb5565b905090565b61075a610aae565b60005b81518110156105935762100001600083838151811061077e5761077e611664565b60209081029190910181015161ffff16825281019190915260400160002080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055806107cc816116c2565b91505061075d565b60608260028110806107e95750621000008110155b15610828576040517f50695b8f000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b82600281108061083b5750621000008110155b15610875576040517f50695b8f0000000000000000000000000000000000000000000000000000000081526004810182905260240161081f565b8385101561090e5784840367ffffffffffffffff811115610898576108986110e9565b6040519080825280602002602001820160405280156108c1578160200160208202803683370190505b509250845b8481101561090c576001816210000081106108e3576108e3611664565b015484878303815181106108f9576108f9611664565b60209081029190910101526001016108c6565b505b505092915050565b61091e610aae565b6109286000611052565b565b610932610aae565b60005b81518110156105935781818151811061095057610950611664565b60200260200101516020015162100002600084848151811061097457610974611664565b6020908102919091018101515160ff16825281019190915260400160002080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055806109df816116c2565b915050610935565b6109286109f2610735565b6110c7565b6109ff610aae565b73ffffffffffffffffffffffffffffffffffffffff8116610aa2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161081f565b610aab81611052565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610928576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161081f565b6000606081868187610b42600283611805565b92610b4f939291906117db565b610b589161181e565b60f01c9250610b68600282611805565b90506000878288610b7a600183611805565b92610b87939291906117db565b610b9091611864565b60f81c9050610ba0600183611805565b91508060ff1667ffffffffffffffff811115610bbe57610bbe6110e9565b604051908082528060200260200182016040528015610c1957816020015b6040805160a0810182526000808252602082018190526060928201839052828201526080810191909152815260200190600190039081610bdc5790505b50925060005b8160ff16811015610ea957600089848a610c3a600183611805565b92610c47939291906117db565b610c5091611864565b60f81c9050610c60600185611805565b935060008a858b610c72601083611805565b92610c7f939291906117db565b610c88916118aa565b60801c9050610c98601086611805565b945060008b868c610caa600283611805565b92610cb7939291906117db565b610cc09161181e565b60f01c9050610cd0600287611805565b955060008c878d610ce561ffff861683611805565b92610cf2939291906117db565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610d389250505061ffff831688611805565b965060008d888e610d4a600883611805565b92610d57939291906117db565b610d60916118f0565b60c01c9050610d70600889611805565b975060008e898f610d8b67ffffffffffffffff861683611805565b92610d98939291906117db565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929350610de49250505067ffffffffffffffff83168a611805565b98506040518060a001604052808e63ffffffff1681526020018d60008960ff1660ff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001866fffffffffffffffffffffffffffffffff168152602001848152508a8881518110610e8557610e85611664565b60200260200101819052505050505050508080610ea1906116c2565b915050610c1f565b50505094509492505050565b60405160208101838301845b8181101561102057803560008160fe1c60008114610ef65760018114610f115760028114610f6c5760038114610f8057610f90565b60018360001a01803688379590950194505050600101610ec1565b60018360001a601f16017f2000000000000000000000000000000000000000000000000000000000000000841615610f50576000875280602003870196505b8060018601883795860195939093016001019250610ec1915050565b8260041b60f41c9150600284019350610f90565b8260041b60ec1c91506003840193505b506000818015610fae5760018114610fb65782600101549150610fba565b339150610fba565b3091505b508260021b60fe1c60008114610feb5760018114610ff9576002811461100a578160081b8752601f87019650611017565b818752602087019650611017565b8160601b8752601487019650611017565b8160e01b87526004870196505b50505050610ec1565b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe082820301825260405292915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080825160208401305af43d6000803e80156110e3573d6000f35b503d6000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561113b5761113b6110e9565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715611188576111886110e9565b604052919050565b600067ffffffffffffffff8211156111aa576111aa6110e9565b5060051b60200190565b803560ff811681146111c557600080fd5b919050565b600060208083850312156111dd57600080fd5b823567ffffffffffffffff8111156111f457600080fd5b8301601f8101851361120557600080fd5b803561121861121382611190565b611141565b81815260059190911b8201830190838101908783111561123757600080fd5b928401925b8284101561125c5761124d846111b4565b8252928401929084019061123c565b979650505050505050565b6000806020838503121561127a57600080fd5b823567ffffffffffffffff8082111561129257600080fd5b818501915085601f8301126112a657600080fd5b8135818111156112b557600080fd5b8660208285010111156112c757600080fd5b60209290920196919550909350505050565b803561ffff811681146111c557600080fd5b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461131257600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b6000602080838503121561134157600080fd5b823567ffffffffffffffff81111561135857600080fd5b8301601f8101851361136957600080fd5b803561137761121382611190565b81815260069190911b8201830190838101908783111561139657600080fd5b928401925b8284101561125c57604084890312156113b45760008081fd5b6113bc611118565b6113c5856112d9565b81526113d28686016112eb565b818701528252604093909301929084019061139b565b6000815180845260005b8181101561140e576020818501810151868301820152016113f2565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b60208152600061145f60208301846113e8565b9392505050565b6000602080838503121561147957600080fd5b823567ffffffffffffffff81111561149057600080fd5b8301601f810185136114a157600080fd5b80356114af61121382611190565b81815260059190911b820183019083810190878311156114ce57600080fd5b928401925b8284101561125c576114e4846112d9565b825292840192908401906114d3565b6000806040838503121561150657600080fd5b50508035926020909101359150565b6020808252825182820181905260009190848201906040850190845b8181101561154d57835183529284019291840191600101611531565b50909695505050505050565b60006020828403121561156b57600080fd5b61145f826112d9565b6000602080838503121561158757600080fd5b823567ffffffffffffffff81111561159e57600080fd5b8301601f810185136115af57600080fd5b80356115bd61121382611190565b81815260069190911b820183019083810190878311156115dc57600080fd5b928401925b8284101561125c57604084890312156115fa5760008081fd5b611602611118565b61160b856111b4565b81526116188686016112eb565b81870152825260409390930192908401906115e1565b60006020828403121561164057600080fd5b61145f826111b4565b60006020828403121561165b57600080fd5b61145f826112eb565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036116f3576116f3611693565b5060010190565b60006020808301818452808551808352604092508286019150828160051b87010184880160005b838110156117cd577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0898403018552815160a063ffffffff825116855273ffffffffffffffffffffffffffffffffffffffff898301511689860152878201518189870152611791828701826113e8565b9150506060808301518187015250608080830151925085820381870152506117b981836113e8565b968901969450505090860190600101611721565b509098975050505050505050565b600080858511156117eb57600080fd5b838611156117f857600080fd5b5050820193919092039150565b8082018082111561181857611818611693565b92915050565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561090e5760029490940360031b84901b1690921692915050565b7fff00000000000000000000000000000000000000000000000000000000000000813581811691600185101561090e5760019490940360031b84901b1690921692915050565b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561090e5760109490940360031b84901b1690921692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561090e5760089490940360031b84901b169092169291505056fea26474726f6e58221220e6d43fb861f79f20eea9315b6d8d9d3aee079c86d284611dcb577b9d0da9605b64736f6c63430008140033",
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
+ }