@layerzerolabs/lz-evm-sdk-v1 1.5.75 → 1.5.76

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 (154) hide show
  1. package/dist/index.browser.js +23 -0
  2. package/dist/index.js +30 -0
  3. package/dist/typechain-types/Endpoint.js +2 -0
  4. package/dist/typechain-types/EndpointLite.js +2 -0
  5. package/dist/typechain-types/FeeHandler.js +2 -0
  6. package/dist/typechain-types/NonceContract.js +2 -0
  7. package/dist/typechain-types/NonceContractRadar.js +2 -0
  8. package/dist/typechain-types/PriceFeed.js +2 -0
  9. package/dist/typechain-types/Relayer.js +2 -0
  10. package/dist/typechain-types/RelayerV2.sol/IStargateComposer.js +2 -0
  11. package/dist/typechain-types/RelayerV2.sol/RelayerV2.js +2 -0
  12. package/dist/typechain-types/RelayerV2.sol/index.js +2 -0
  13. package/dist/typechain-types/RelayerV2Radar.js +2 -0
  14. package/dist/typechain-types/Treasury.js +2 -0
  15. package/dist/typechain-types/TreasuryV2.js +2 -0
  16. package/dist/typechain-types/TreasuryV2Radar.js +2 -0
  17. package/dist/typechain-types/UltraLightNode.js +2 -0
  18. package/dist/typechain-types/UltraLightNodeV2.js +2 -0
  19. package/dist/typechain-types/UltraLightNodeV2AltToken.js +2 -0
  20. package/dist/typechain-types/UltraLightNodeV2Radar.js +2 -0
  21. package/dist/typechain-types/arbitrum/index.js +2 -0
  22. package/dist/typechain-types/arbitrum/interfaces/ArbSys.js +2 -0
  23. package/dist/typechain-types/arbitrum/interfaces/index.js +2 -0
  24. package/dist/typechain-types/common.js +2 -0
  25. package/dist/typechain-types/example/AltTokenUA.js +2 -0
  26. package/dist/typechain-types/example/index.js +2 -0
  27. package/dist/typechain-types/factories/EndpointLite__factory.js +988 -0
  28. package/dist/typechain-types/factories/Endpoint__factory.js +1012 -0
  29. package/dist/typechain-types/factories/FeeHandler__factory.js +203 -0
  30. package/dist/typechain-types/factories/NonceContractRadar__factory.js +183 -0
  31. package/dist/typechain-types/factories/NonceContract__factory.js +142 -0
  32. package/dist/typechain-types/factories/PriceFeed__factory.js +585 -0
  33. package/dist/typechain-types/factories/RelayerV2.sol/IStargateComposer__factory.js +35 -0
  34. package/dist/typechain-types/factories/RelayerV2.sol/RelayerV2__factory.js +1048 -0
  35. package/dist/typechain-types/factories/RelayerV2.sol/index.js +21 -0
  36. package/dist/typechain-types/factories/RelayerV2Radar__factory.js +853 -0
  37. package/dist/typechain-types/factories/Relayer__factory.js +642 -0
  38. package/dist/typechain-types/factories/TreasuryV2Radar__factory.js +362 -0
  39. package/dist/typechain-types/factories/TreasuryV2__factory.js +385 -0
  40. package/dist/typechain-types/factories/Treasury__factory.js +362 -0
  41. package/dist/typechain-types/factories/UltraLightNodeV2AltToken__factory.js +1495 -0
  42. package/dist/typechain-types/factories/UltraLightNodeV2Radar__factory.js +1599 -0
  43. package/dist/typechain-types/factories/UltraLightNodeV2__factory.js +1477 -0
  44. package/dist/typechain-types/factories/UltraLightNode__factory.js +1529 -0
  45. package/dist/typechain-types/factories/arbitrum/index.js +7 -0
  46. package/dist/typechain-types/factories/arbitrum/interfaces/ArbSys__factory.js +290 -0
  47. package/dist/typechain-types/factories/arbitrum/interfaces/index.js +19 -0
  48. package/dist/typechain-types/factories/example/AltTokenUA__factory.js +186 -0
  49. package/dist/typechain-types/factories/example/index.js +19 -0
  50. package/dist/typechain-types/factories/index.js +54 -0
  51. package/dist/typechain-types/factories/interfaces/IContractOne__factory.js +35 -0
  52. package/dist/typechain-types/factories/interfaces/ILayerZeroEndpoint__factory.js +458 -0
  53. package/dist/typechain-types/factories/interfaces/ILayerZeroMessagingLibraryV2__factory.js +195 -0
  54. package/dist/typechain-types/factories/interfaces/ILayerZeroMessagingLibrary__factory.js +171 -0
  55. package/dist/typechain-types/factories/interfaces/ILayerZeroOracleV2__factory.js +108 -0
  56. package/dist/typechain-types/factories/interfaces/ILayerZeroOracle__factory.js +88 -0
  57. package/dist/typechain-types/factories/interfaces/ILayerZeroPriceFeedV2__factory.js +115 -0
  58. package/dist/typechain-types/factories/interfaces/ILayerZeroPriceFeed__factory.js +118 -0
  59. package/dist/typechain-types/factories/interfaces/ILayerZeroReceiver__factory.js +50 -0
  60. package/dist/typechain-types/factories/interfaces/ILayerZeroRelayerV2PriceData__factory.js +94 -0
  61. package/dist/typechain-types/factories/interfaces/ILayerZeroRelayerV2__factory.js +118 -0
  62. package/dist/typechain-types/factories/interfaces/ILayerZeroRelayer__factory.js +103 -0
  63. package/dist/typechain-types/factories/interfaces/ILayerZeroTreasury__factory.js +51 -0
  64. package/dist/typechain-types/factories/interfaces/ILayerZeroUltraLightNodeV1__factory.js +167 -0
  65. package/dist/typechain-types/factories/interfaces/ILayerZeroUltraLightNodeV2__factory.js +593 -0
  66. package/dist/typechain-types/factories/interfaces/ILayerZeroUserApplicationConfig__factory.js +94 -0
  67. package/dist/typechain-types/factories/interfaces/ILayerZeroValidationLibrary__factory.js +88 -0
  68. package/dist/typechain-types/factories/interfaces/IValidationLibraryHelperV2__factory.js +165 -0
  69. package/dist/typechain-types/factories/interfaces/IValidationLibraryHelper__factory.js +157 -0
  70. package/dist/typechain-types/factories/interfaces/index.js +55 -0
  71. package/dist/typechain-types/factories/precrime/PreCrimeBase__factory.js +270 -0
  72. package/dist/typechain-types/factories/precrime/PreCrimeView__factory.js +329 -0
  73. package/dist/typechain-types/factories/precrime/PreCrime__factory.js +364 -0
  74. package/dist/typechain-types/factories/precrime/example/index.js +8 -0
  75. package/dist/typechain-types/factories/precrime/example/inherit/CounterI__factory.js +677 -0
  76. package/dist/typechain-types/factories/precrime/example/inherit/CounterPrecrime__factory.js +468 -0
  77. package/dist/typechain-types/factories/precrime/example/inherit/index.js +21 -0
  78. package/dist/typechain-types/factories/precrime/example/view/CounterPrecrimeView__factory.js +470 -0
  79. package/dist/typechain-types/factories/precrime/example/view/CounterV__factory.js +231 -0
  80. package/dist/typechain-types/factories/precrime/example/view/CounterView__factory.js +219 -0
  81. package/dist/typechain-types/factories/precrime/example/view/index.js +23 -0
  82. package/dist/typechain-types/factories/precrime/index.js +25 -0
  83. package/dist/typechain-types/factories/precrime/interfaces/IPreCrimeBase__factory.js +127 -0
  84. package/dist/typechain-types/factories/precrime/interfaces/IPreCrimeView__factory.js +173 -0
  85. package/dist/typechain-types/factories/precrime/interfaces/IPreCrime__factory.js +173 -0
  86. package/dist/typechain-types/factories/precrime/interfaces/index.js +23 -0
  87. package/dist/typechain-types/factories/proof/FPValidator__factory.js +380 -0
  88. package/dist/typechain-types/factories/proof/MPTValidator01__factory.js +393 -0
  89. package/dist/typechain-types/factories/proof/MPTValidatorStgV3__factory.js +364 -0
  90. package/dist/typechain-types/factories/proof/MPTValidatorV2__factory.js +266 -0
  91. package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/IUltraLightNode__factory.js +119 -0
  92. package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/MPTValidatorV4__factory.js +468 -0
  93. package/dist/typechain-types/factories/proof/MPTValidatorV4.sol/index.js +21 -0
  94. package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/IUltraLightNode__factory.js +119 -0
  95. package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/MPTValidatorV5__factory.js +486 -0
  96. package/dist/typechain-types/factories/proof/MPTValidatorV5.sol/index.js +21 -0
  97. package/dist/typechain-types/factories/proof/MPTValidator__factory.js +200 -0
  98. package/dist/typechain-types/factories/proof/index.js +29 -0
  99. package/dist/typechain-types/factories/proxy/DefaultProxyAdmin__factory.js +225 -0
  100. package/dist/typechain-types/factories/proxy/TransparentUpgradeableProxy__factory.js +196 -0
  101. package/dist/typechain-types/factories/proxy/index.js +21 -0
  102. package/dist/typechain-types/index.js +134 -0
  103. package/dist/typechain-types/interfaces/IContractOne.js +2 -0
  104. package/dist/typechain-types/interfaces/ILayerZeroEndpoint.js +2 -0
  105. package/dist/typechain-types/interfaces/ILayerZeroMessagingLibrary.js +2 -0
  106. package/dist/typechain-types/interfaces/ILayerZeroMessagingLibraryV2.js +2 -0
  107. package/dist/typechain-types/interfaces/ILayerZeroOracle.js +2 -0
  108. package/dist/typechain-types/interfaces/ILayerZeroOracleV2.js +2 -0
  109. package/dist/typechain-types/interfaces/ILayerZeroPriceFeed.js +2 -0
  110. package/dist/typechain-types/interfaces/ILayerZeroPriceFeedV2.js +2 -0
  111. package/dist/typechain-types/interfaces/ILayerZeroReceiver.js +2 -0
  112. package/dist/typechain-types/interfaces/ILayerZeroRelayer.js +2 -0
  113. package/dist/typechain-types/interfaces/ILayerZeroRelayerV2.js +2 -0
  114. package/dist/typechain-types/interfaces/ILayerZeroRelayerV2PriceData.js +2 -0
  115. package/dist/typechain-types/interfaces/ILayerZeroTreasury.js +2 -0
  116. package/dist/typechain-types/interfaces/ILayerZeroUltraLightNodeV1.js +2 -0
  117. package/dist/typechain-types/interfaces/ILayerZeroUltraLightNodeV2.js +2 -0
  118. package/dist/typechain-types/interfaces/ILayerZeroUserApplicationConfig.js +2 -0
  119. package/dist/typechain-types/interfaces/ILayerZeroValidationLibrary.js +2 -0
  120. package/dist/typechain-types/interfaces/IValidationLibraryHelper.js +2 -0
  121. package/dist/typechain-types/interfaces/IValidationLibraryHelperV2.js +2 -0
  122. package/dist/typechain-types/interfaces/index.js +2 -0
  123. package/dist/typechain-types/precrime/PreCrime.js +2 -0
  124. package/dist/typechain-types/precrime/PreCrimeBase.js +2 -0
  125. package/dist/typechain-types/precrime/PreCrimeView.js +2 -0
  126. package/dist/typechain-types/precrime/example/index.js +2 -0
  127. package/dist/typechain-types/precrime/example/inherit/CounterI.js +2 -0
  128. package/dist/typechain-types/precrime/example/inherit/CounterPrecrime.js +2 -0
  129. package/dist/typechain-types/precrime/example/inherit/index.js +2 -0
  130. package/dist/typechain-types/precrime/example/view/CounterPrecrimeView.js +2 -0
  131. package/dist/typechain-types/precrime/example/view/CounterV.js +2 -0
  132. package/dist/typechain-types/precrime/example/view/CounterView.js +2 -0
  133. package/dist/typechain-types/precrime/example/view/index.js +2 -0
  134. package/dist/typechain-types/precrime/index.js +2 -0
  135. package/dist/typechain-types/precrime/interfaces/IPreCrime.js +2 -0
  136. package/dist/typechain-types/precrime/interfaces/IPreCrimeBase.js +2 -0
  137. package/dist/typechain-types/precrime/interfaces/IPreCrimeView.js +2 -0
  138. package/dist/typechain-types/precrime/interfaces/index.js +2 -0
  139. package/dist/typechain-types/proof/FPValidator.js +2 -0
  140. package/dist/typechain-types/proof/MPTValidator.js +2 -0
  141. package/dist/typechain-types/proof/MPTValidator01.js +2 -0
  142. package/dist/typechain-types/proof/MPTValidatorStgV3.js +2 -0
  143. package/dist/typechain-types/proof/MPTValidatorV2.js +2 -0
  144. package/dist/typechain-types/proof/MPTValidatorV4.sol/IUltraLightNode.js +2 -0
  145. package/dist/typechain-types/proof/MPTValidatorV4.sol/MPTValidatorV4.js +2 -0
  146. package/dist/typechain-types/proof/MPTValidatorV4.sol/index.js +2 -0
  147. package/dist/typechain-types/proof/MPTValidatorV5.sol/IUltraLightNode.js +2 -0
  148. package/dist/typechain-types/proof/MPTValidatorV5.sol/MPTValidatorV5.js +2 -0
  149. package/dist/typechain-types/proof/MPTValidatorV5.sol/index.js +2 -0
  150. package/dist/typechain-types/proof/index.js +2 -0
  151. package/dist/typechain-types/proxy/DefaultProxyAdmin.js +2 -0
  152. package/dist/typechain-types/proxy/TransparentUpgradeableProxy.js +2 -0
  153. package/dist/typechain-types/proxy/index.js +2 -0
  154. package/package.json +4 -4
@@ -0,0 +1,1599 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ exports.__esModule = true;
18
+ exports.UltraLightNodeV2Radar__factory = void 0;
19
+ /* Autogenerated file. Do not edit manually. */
20
+ /* tslint:disable */
21
+ /* eslint-disable */
22
+ var ethers_1 = require("ethers");
23
+ var _abi = [
24
+ {
25
+ inputs: [
26
+ {
27
+ internalType: "address",
28
+ name: "_endpoint",
29
+ type: "address"
30
+ },
31
+ {
32
+ internalType: "address",
33
+ name: "_nonceContract",
34
+ type: "address"
35
+ },
36
+ {
37
+ internalType: "uint16",
38
+ name: "_localChainId",
39
+ type: "uint16"
40
+ },
41
+ {
42
+ internalType: "address",
43
+ name: "_dappRadar",
44
+ type: "address"
45
+ },
46
+ ],
47
+ stateMutability: "nonpayable",
48
+ type: "constructor"
49
+ },
50
+ {
51
+ anonymous: false,
52
+ inputs: [
53
+ {
54
+ indexed: true,
55
+ internalType: "uint16",
56
+ name: "chainId",
57
+ type: "uint16"
58
+ },
59
+ {
60
+ indexed: false,
61
+ internalType: "address",
62
+ name: "lib",
63
+ type: "address"
64
+ },
65
+ ],
66
+ name: "AddInboundProofLibraryForChain",
67
+ type: "event"
68
+ },
69
+ {
70
+ anonymous: false,
71
+ inputs: [
72
+ {
73
+ indexed: true,
74
+ internalType: "address",
75
+ name: "userApplication",
76
+ type: "address"
77
+ },
78
+ {
79
+ indexed: true,
80
+ internalType: "uint256",
81
+ name: "configType",
82
+ type: "uint256"
83
+ },
84
+ {
85
+ indexed: false,
86
+ internalType: "bytes",
87
+ name: "newConfig",
88
+ type: "bytes"
89
+ },
90
+ ],
91
+ name: "AppConfigUpdated",
92
+ type: "event"
93
+ },
94
+ {
95
+ anonymous: false,
96
+ inputs: [
97
+ {
98
+ indexed: true,
99
+ internalType: "uint16",
100
+ name: "chainId",
101
+ type: "uint16"
102
+ },
103
+ {
104
+ indexed: false,
105
+ internalType: "uint16",
106
+ name: "proofType",
107
+ type: "uint16"
108
+ },
109
+ ],
110
+ name: "EnableSupportedOutboundProof",
111
+ type: "event"
112
+ },
113
+ {
114
+ anonymous: false,
115
+ inputs: [
116
+ {
117
+ indexed: true,
118
+ internalType: "uint16",
119
+ name: "srcChainId",
120
+ type: "uint16"
121
+ },
122
+ {
123
+ indexed: true,
124
+ internalType: "address",
125
+ name: "oracle",
126
+ type: "address"
127
+ },
128
+ {
129
+ indexed: false,
130
+ internalType: "bytes32",
131
+ name: "lookupHash",
132
+ type: "bytes32"
133
+ },
134
+ {
135
+ indexed: false,
136
+ internalType: "bytes32",
137
+ name: "blockData",
138
+ type: "bytes32"
139
+ },
140
+ {
141
+ indexed: false,
142
+ internalType: "uint256",
143
+ name: "confirmations",
144
+ type: "uint256"
145
+ },
146
+ ],
147
+ name: "HashReceived",
148
+ type: "event"
149
+ },
150
+ {
151
+ anonymous: false,
152
+ inputs: [
153
+ {
154
+ indexed: true,
155
+ internalType: "uint16",
156
+ name: "srcChainId",
157
+ type: "uint16"
158
+ },
159
+ {
160
+ indexed: false,
161
+ internalType: "bytes",
162
+ name: "srcAddress",
163
+ type: "bytes"
164
+ },
165
+ {
166
+ indexed: true,
167
+ internalType: "address",
168
+ name: "dstAddress",
169
+ type: "address"
170
+ },
171
+ {
172
+ indexed: false,
173
+ internalType: "uint64",
174
+ name: "nonce",
175
+ type: "uint64"
176
+ },
177
+ {
178
+ indexed: false,
179
+ internalType: "bytes32",
180
+ name: "payloadHash",
181
+ type: "bytes32"
182
+ },
183
+ ],
184
+ name: "InvalidDst",
185
+ type: "event"
186
+ },
187
+ {
188
+ anonymous: false,
189
+ inputs: [
190
+ {
191
+ indexed: true,
192
+ internalType: "address",
193
+ name: "previousOwner",
194
+ type: "address"
195
+ },
196
+ {
197
+ indexed: true,
198
+ internalType: "address",
199
+ name: "newOwner",
200
+ type: "address"
201
+ },
202
+ ],
203
+ name: "OwnershipTransferred",
204
+ type: "event"
205
+ },
206
+ {
207
+ anonymous: false,
208
+ inputs: [
209
+ {
210
+ indexed: false,
211
+ internalType: "bytes",
212
+ name: "payload",
213
+ type: "bytes"
214
+ },
215
+ ],
216
+ name: "Packet",
217
+ type: "event"
218
+ },
219
+ {
220
+ anonymous: false,
221
+ inputs: [
222
+ {
223
+ indexed: true,
224
+ internalType: "uint16",
225
+ name: "srcChainId",
226
+ type: "uint16"
227
+ },
228
+ {
229
+ indexed: false,
230
+ internalType: "bytes",
231
+ name: "srcAddress",
232
+ type: "bytes"
233
+ },
234
+ {
235
+ indexed: true,
236
+ internalType: "address",
237
+ name: "dstAddress",
238
+ type: "address"
239
+ },
240
+ {
241
+ indexed: false,
242
+ internalType: "uint64",
243
+ name: "nonce",
244
+ type: "uint64"
245
+ },
246
+ {
247
+ indexed: false,
248
+ internalType: "bytes32",
249
+ name: "payloadHash",
250
+ type: "bytes32"
251
+ },
252
+ ],
253
+ name: "PacketReceived",
254
+ type: "event"
255
+ },
256
+ {
257
+ anonymous: false,
258
+ inputs: [
259
+ {
260
+ indexed: false,
261
+ internalType: "bytes",
262
+ name: "adapterParams",
263
+ type: "bytes"
264
+ },
265
+ {
266
+ indexed: false,
267
+ internalType: "uint16",
268
+ name: "outboundProofType",
269
+ type: "uint16"
270
+ },
271
+ ],
272
+ name: "RelayerParams",
273
+ type: "event"
274
+ },
275
+ {
276
+ anonymous: false,
277
+ inputs: [
278
+ {
279
+ indexed: true,
280
+ internalType: "uint16",
281
+ name: "chainId",
282
+ type: "uint16"
283
+ },
284
+ {
285
+ indexed: false,
286
+ internalType: "uint256",
287
+ name: "size",
288
+ type: "uint256"
289
+ },
290
+ ],
291
+ name: "SetChainAddressSize",
292
+ type: "event"
293
+ },
294
+ {
295
+ anonymous: false,
296
+ inputs: [
297
+ {
298
+ indexed: true,
299
+ internalType: "uint16",
300
+ name: "chainId",
301
+ type: "uint16"
302
+ },
303
+ {
304
+ indexed: true,
305
+ internalType: "uint16",
306
+ name: "proofType",
307
+ type: "uint16"
308
+ },
309
+ {
310
+ indexed: false,
311
+ internalType: "bytes",
312
+ name: "adapterParams",
313
+ type: "bytes"
314
+ },
315
+ ],
316
+ name: "SetDefaultAdapterParamsForChainId",
317
+ type: "event"
318
+ },
319
+ {
320
+ anonymous: false,
321
+ inputs: [
322
+ {
323
+ indexed: true,
324
+ internalType: "uint16",
325
+ name: "chainId",
326
+ type: "uint16"
327
+ },
328
+ {
329
+ indexed: false,
330
+ internalType: "uint16",
331
+ name: "inboundProofLib",
332
+ type: "uint16"
333
+ },
334
+ {
335
+ indexed: false,
336
+ internalType: "uint64",
337
+ name: "inboundBlockConfirm",
338
+ type: "uint64"
339
+ },
340
+ {
341
+ indexed: false,
342
+ internalType: "address",
343
+ name: "relayer",
344
+ type: "address"
345
+ },
346
+ {
347
+ indexed: false,
348
+ internalType: "uint16",
349
+ name: "outboundProofType",
350
+ type: "uint16"
351
+ },
352
+ {
353
+ indexed: false,
354
+ internalType: "uint64",
355
+ name: "outboundBlockConfirm",
356
+ type: "uint64"
357
+ },
358
+ {
359
+ indexed: false,
360
+ internalType: "address",
361
+ name: "oracle",
362
+ type: "address"
363
+ },
364
+ ],
365
+ name: "SetDefaultConfigForChainId",
366
+ type: "event"
367
+ },
368
+ {
369
+ anonymous: false,
370
+ inputs: [
371
+ {
372
+ indexed: true,
373
+ internalType: "address",
374
+ name: "tokenAddress",
375
+ type: "address"
376
+ },
377
+ ],
378
+ name: "SetLayerZeroToken",
379
+ type: "event"
380
+ },
381
+ {
382
+ anonymous: false,
383
+ inputs: [
384
+ {
385
+ indexed: true,
386
+ internalType: "uint16",
387
+ name: "chainId",
388
+ type: "uint16"
389
+ },
390
+ {
391
+ indexed: false,
392
+ internalType: "bytes32",
393
+ name: "uln",
394
+ type: "bytes32"
395
+ },
396
+ ],
397
+ name: "SetRemoteUln",
398
+ type: "event"
399
+ },
400
+ {
401
+ anonymous: false,
402
+ inputs: [
403
+ {
404
+ indexed: true,
405
+ internalType: "address",
406
+ name: "treasuryAddress",
407
+ type: "address"
408
+ },
409
+ ],
410
+ name: "SetTreasury",
411
+ type: "event"
412
+ },
413
+ {
414
+ anonymous: false,
415
+ inputs: [
416
+ {
417
+ indexed: true,
418
+ internalType: "address",
419
+ name: "msgSender",
420
+ type: "address"
421
+ },
422
+ {
423
+ indexed: true,
424
+ internalType: "address",
425
+ name: "to",
426
+ type: "address"
427
+ },
428
+ {
429
+ indexed: false,
430
+ internalType: "uint256",
431
+ name: "amount",
432
+ type: "uint256"
433
+ },
434
+ ],
435
+ name: "WithdrawNative",
436
+ type: "event"
437
+ },
438
+ {
439
+ anonymous: false,
440
+ inputs: [
441
+ {
442
+ indexed: true,
443
+ internalType: "address",
444
+ name: "msgSender",
445
+ type: "address"
446
+ },
447
+ {
448
+ indexed: true,
449
+ internalType: "address",
450
+ name: "to",
451
+ type: "address"
452
+ },
453
+ {
454
+ indexed: false,
455
+ internalType: "uint256",
456
+ name: "amount",
457
+ type: "uint256"
458
+ },
459
+ ],
460
+ name: "WithdrawZRO",
461
+ type: "event"
462
+ },
463
+ {
464
+ inputs: [],
465
+ name: "CONFIG_TYPE_INBOUND_BLOCK_CONFIRMATIONS",
466
+ outputs: [
467
+ {
468
+ internalType: "uint256",
469
+ name: "",
470
+ type: "uint256"
471
+ },
472
+ ],
473
+ stateMutability: "view",
474
+ type: "function"
475
+ },
476
+ {
477
+ inputs: [],
478
+ name: "CONFIG_TYPE_INBOUND_PROOF_LIBRARY_VERSION",
479
+ outputs: [
480
+ {
481
+ internalType: "uint256",
482
+ name: "",
483
+ type: "uint256"
484
+ },
485
+ ],
486
+ stateMutability: "view",
487
+ type: "function"
488
+ },
489
+ {
490
+ inputs: [],
491
+ name: "CONFIG_TYPE_ORACLE",
492
+ outputs: [
493
+ {
494
+ internalType: "uint256",
495
+ name: "",
496
+ type: "uint256"
497
+ },
498
+ ],
499
+ stateMutability: "view",
500
+ type: "function"
501
+ },
502
+ {
503
+ inputs: [],
504
+ name: "CONFIG_TYPE_OUTBOUND_BLOCK_CONFIRMATIONS",
505
+ outputs: [
506
+ {
507
+ internalType: "uint256",
508
+ name: "",
509
+ type: "uint256"
510
+ },
511
+ ],
512
+ stateMutability: "view",
513
+ type: "function"
514
+ },
515
+ {
516
+ inputs: [],
517
+ name: "CONFIG_TYPE_OUTBOUND_PROOF_TYPE",
518
+ outputs: [
519
+ {
520
+ internalType: "uint256",
521
+ name: "",
522
+ type: "uint256"
523
+ },
524
+ ],
525
+ stateMutability: "view",
526
+ type: "function"
527
+ },
528
+ {
529
+ inputs: [],
530
+ name: "CONFIG_TYPE_RELAYER",
531
+ outputs: [
532
+ {
533
+ internalType: "uint256",
534
+ name: "",
535
+ type: "uint256"
536
+ },
537
+ ],
538
+ stateMutability: "view",
539
+ type: "function"
540
+ },
541
+ {
542
+ inputs: [
543
+ {
544
+ internalType: "address",
545
+ name: "_address",
546
+ type: "address"
547
+ },
548
+ ],
549
+ name: "accruedNativeFee",
550
+ outputs: [
551
+ {
552
+ internalType: "uint256",
553
+ name: "",
554
+ type: "uint256"
555
+ },
556
+ ],
557
+ stateMutability: "view",
558
+ type: "function"
559
+ },
560
+ {
561
+ inputs: [
562
+ {
563
+ internalType: "uint16",
564
+ name: "_chainId",
565
+ type: "uint16"
566
+ },
567
+ {
568
+ internalType: "address",
569
+ name: "_library",
570
+ type: "address"
571
+ },
572
+ ],
573
+ name: "addInboundProofLibraryForChain",
574
+ outputs: [],
575
+ stateMutability: "nonpayable",
576
+ type: "function"
577
+ },
578
+ {
579
+ inputs: [
580
+ {
581
+ internalType: "address",
582
+ name: "",
583
+ type: "address"
584
+ },
585
+ {
586
+ internalType: "uint16",
587
+ name: "",
588
+ type: "uint16"
589
+ },
590
+ ],
591
+ name: "appConfig",
592
+ outputs: [
593
+ {
594
+ internalType: "uint16",
595
+ name: "inboundProofLibraryVersion",
596
+ type: "uint16"
597
+ },
598
+ {
599
+ internalType: "uint64",
600
+ name: "inboundBlockConfirmations",
601
+ type: "uint64"
602
+ },
603
+ {
604
+ internalType: "address",
605
+ name: "relayer",
606
+ type: "address"
607
+ },
608
+ {
609
+ internalType: "uint16",
610
+ name: "outboundProofType",
611
+ type: "uint16"
612
+ },
613
+ {
614
+ internalType: "uint64",
615
+ name: "outboundBlockConfirmations",
616
+ type: "uint64"
617
+ },
618
+ {
619
+ internalType: "address",
620
+ name: "oracle",
621
+ type: "address"
622
+ },
623
+ ],
624
+ stateMutability: "view",
625
+ type: "function"
626
+ },
627
+ {
628
+ inputs: [
629
+ {
630
+ internalType: "uint16",
631
+ name: "",
632
+ type: "uint16"
633
+ },
634
+ ],
635
+ name: "chainAddressSizeMap",
636
+ outputs: [
637
+ {
638
+ internalType: "uint256",
639
+ name: "",
640
+ type: "uint256"
641
+ },
642
+ ],
643
+ stateMutability: "view",
644
+ type: "function"
645
+ },
646
+ {
647
+ inputs: [],
648
+ name: "dappRadar",
649
+ outputs: [
650
+ {
651
+ internalType: "address",
652
+ name: "",
653
+ type: "address"
654
+ },
655
+ ],
656
+ stateMutability: "view",
657
+ type: "function"
658
+ },
659
+ {
660
+ inputs: [],
661
+ name: "decommission",
662
+ outputs: [],
663
+ stateMutability: "nonpayable",
664
+ type: "function"
665
+ },
666
+ {
667
+ inputs: [],
668
+ name: "decommissioned",
669
+ outputs: [
670
+ {
671
+ internalType: "bool",
672
+ name: "",
673
+ type: "bool"
674
+ },
675
+ ],
676
+ stateMutability: "view",
677
+ type: "function"
678
+ },
679
+ {
680
+ inputs: [
681
+ {
682
+ internalType: "uint16",
683
+ name: "",
684
+ type: "uint16"
685
+ },
686
+ {
687
+ internalType: "uint16",
688
+ name: "",
689
+ type: "uint16"
690
+ },
691
+ ],
692
+ name: "defaultAdapterParams",
693
+ outputs: [
694
+ {
695
+ internalType: "bytes",
696
+ name: "",
697
+ type: "bytes"
698
+ },
699
+ ],
700
+ stateMutability: "view",
701
+ type: "function"
702
+ },
703
+ {
704
+ inputs: [
705
+ {
706
+ internalType: "uint16",
707
+ name: "",
708
+ type: "uint16"
709
+ },
710
+ ],
711
+ name: "defaultAppConfig",
712
+ outputs: [
713
+ {
714
+ internalType: "uint16",
715
+ name: "inboundProofLibraryVersion",
716
+ type: "uint16"
717
+ },
718
+ {
719
+ internalType: "uint64",
720
+ name: "inboundBlockConfirmations",
721
+ type: "uint64"
722
+ },
723
+ {
724
+ internalType: "address",
725
+ name: "relayer",
726
+ type: "address"
727
+ },
728
+ {
729
+ internalType: "uint16",
730
+ name: "outboundProofType",
731
+ type: "uint16"
732
+ },
733
+ {
734
+ internalType: "uint64",
735
+ name: "outboundBlockConfirmations",
736
+ type: "uint64"
737
+ },
738
+ {
739
+ internalType: "address",
740
+ name: "oracle",
741
+ type: "address"
742
+ },
743
+ ],
744
+ stateMutability: "view",
745
+ type: "function"
746
+ },
747
+ {
748
+ inputs: [
749
+ {
750
+ internalType: "uint16",
751
+ name: "_chainId",
752
+ type: "uint16"
753
+ },
754
+ {
755
+ internalType: "uint16",
756
+ name: "_proofType",
757
+ type: "uint16"
758
+ },
759
+ ],
760
+ name: "enableSupportedOutboundProof",
761
+ outputs: [],
762
+ stateMutability: "nonpayable",
763
+ type: "function"
764
+ },
765
+ {
766
+ inputs: [],
767
+ name: "endpoint",
768
+ outputs: [
769
+ {
770
+ internalType: "contract ILayerZeroEndpoint",
771
+ name: "",
772
+ type: "address"
773
+ },
774
+ ],
775
+ stateMutability: "view",
776
+ type: "function"
777
+ },
778
+ {
779
+ inputs: [
780
+ {
781
+ internalType: "uint16",
782
+ name: "_dstChainId",
783
+ type: "uint16"
784
+ },
785
+ {
786
+ internalType: "address",
787
+ name: "_ua",
788
+ type: "address"
789
+ },
790
+ {
791
+ internalType: "bytes",
792
+ name: "_payload",
793
+ type: "bytes"
794
+ },
795
+ {
796
+ internalType: "bool",
797
+ name: "_payInZRO",
798
+ type: "bool"
799
+ },
800
+ {
801
+ internalType: "bytes",
802
+ name: "_adapterParams",
803
+ type: "bytes"
804
+ },
805
+ ],
806
+ name: "estimateFees",
807
+ outputs: [
808
+ {
809
+ internalType: "uint256",
810
+ name: "nativeFee",
811
+ type: "uint256"
812
+ },
813
+ {
814
+ internalType: "uint256",
815
+ name: "zroFee",
816
+ type: "uint256"
817
+ },
818
+ ],
819
+ stateMutability: "view",
820
+ type: "function"
821
+ },
822
+ {
823
+ inputs: [
824
+ {
825
+ internalType: "uint16",
826
+ name: "_remoteChainId",
827
+ type: "uint16"
828
+ },
829
+ {
830
+ internalType: "address",
831
+ name: "_ua",
832
+ type: "address"
833
+ },
834
+ ],
835
+ name: "getAppConfig",
836
+ outputs: [
837
+ {
838
+ components: [
839
+ {
840
+ internalType: "uint16",
841
+ name: "inboundProofLibraryVersion",
842
+ type: "uint16"
843
+ },
844
+ {
845
+ internalType: "uint64",
846
+ name: "inboundBlockConfirmations",
847
+ type: "uint64"
848
+ },
849
+ {
850
+ internalType: "address",
851
+ name: "relayer",
852
+ type: "address"
853
+ },
854
+ {
855
+ internalType: "uint16",
856
+ name: "outboundProofType",
857
+ type: "uint16"
858
+ },
859
+ {
860
+ internalType: "uint64",
861
+ name: "outboundBlockConfirmations",
862
+ type: "uint64"
863
+ },
864
+ {
865
+ internalType: "address",
866
+ name: "oracle",
867
+ type: "address"
868
+ },
869
+ ],
870
+ internalType: "struct ILayerZeroUltraLightNodeV2.ApplicationConfiguration",
871
+ name: "",
872
+ type: "tuple"
873
+ },
874
+ ],
875
+ stateMutability: "view",
876
+ type: "function"
877
+ },
878
+ {
879
+ inputs: [
880
+ {
881
+ internalType: "uint16",
882
+ name: "_remoteChainId",
883
+ type: "uint16"
884
+ },
885
+ {
886
+ internalType: "address",
887
+ name: "_ua",
888
+ type: "address"
889
+ },
890
+ {
891
+ internalType: "uint256",
892
+ name: "_configType",
893
+ type: "uint256"
894
+ },
895
+ ],
896
+ name: "getConfig",
897
+ outputs: [
898
+ {
899
+ internalType: "bytes",
900
+ name: "",
901
+ type: "bytes"
902
+ },
903
+ ],
904
+ stateMutability: "view",
905
+ type: "function"
906
+ },
907
+ {
908
+ inputs: [
909
+ {
910
+ internalType: "uint16",
911
+ name: "_chainId",
912
+ type: "uint16"
913
+ },
914
+ {
915
+ internalType: "bytes",
916
+ name: "_path",
917
+ type: "bytes"
918
+ },
919
+ ],
920
+ name: "getOutboundNonce",
921
+ outputs: [
922
+ {
923
+ internalType: "uint64",
924
+ name: "",
925
+ type: "uint64"
926
+ },
927
+ ],
928
+ stateMutability: "view",
929
+ type: "function"
930
+ },
931
+ {
932
+ inputs: [
933
+ {
934
+ internalType: "address",
935
+ name: "",
936
+ type: "address"
937
+ },
938
+ {
939
+ internalType: "uint16",
940
+ name: "",
941
+ type: "uint16"
942
+ },
943
+ {
944
+ internalType: "bytes32",
945
+ name: "",
946
+ type: "bytes32"
947
+ },
948
+ {
949
+ internalType: "bytes32",
950
+ name: "",
951
+ type: "bytes32"
952
+ },
953
+ ],
954
+ name: "hashLookup",
955
+ outputs: [
956
+ {
957
+ internalType: "uint256",
958
+ name: "",
959
+ type: "uint256"
960
+ },
961
+ ],
962
+ stateMutability: "view",
963
+ type: "function"
964
+ },
965
+ {
966
+ inputs: [
967
+ {
968
+ internalType: "address",
969
+ name: "",
970
+ type: "address"
971
+ },
972
+ ],
973
+ name: "inboundNonceCap",
974
+ outputs: [
975
+ {
976
+ internalType: "uint64",
977
+ name: "",
978
+ type: "uint64"
979
+ },
980
+ ],
981
+ stateMutability: "view",
982
+ type: "function"
983
+ },
984
+ {
985
+ inputs: [
986
+ {
987
+ internalType: "uint16",
988
+ name: "",
989
+ type: "uint16"
990
+ },
991
+ {
992
+ internalType: "uint16",
993
+ name: "",
994
+ type: "uint16"
995
+ },
996
+ ],
997
+ name: "inboundProofLibrary",
998
+ outputs: [
999
+ {
1000
+ internalType: "address",
1001
+ name: "",
1002
+ type: "address"
1003
+ },
1004
+ ],
1005
+ stateMutability: "view",
1006
+ type: "function"
1007
+ },
1008
+ {
1009
+ inputs: [
1010
+ {
1011
+ internalType: "uint16",
1012
+ name: "_srcChainId",
1013
+ type: "uint16"
1014
+ },
1015
+ {
1016
+ internalType: "address",
1017
+ name: "_srcRadarAddress",
1018
+ type: "address"
1019
+ },
1020
+ {
1021
+ internalType: "uint256",
1022
+ name: "_gasLimitPerCall",
1023
+ type: "uint256"
1024
+ },
1025
+ {
1026
+ internalType: "uint256",
1027
+ name: "_steps",
1028
+ type: "uint256"
1029
+ },
1030
+ ],
1031
+ name: "incrementRadarInboundNonce",
1032
+ outputs: [],
1033
+ stateMutability: "nonpayable",
1034
+ type: "function"
1035
+ },
1036
+ {
1037
+ inputs: [
1038
+ {
1039
+ internalType: "uint16",
1040
+ name: "_dstChainId",
1041
+ type: "uint16"
1042
+ },
1043
+ {
1044
+ internalType: "address",
1045
+ name: "_dstRadarAddress",
1046
+ type: "address"
1047
+ },
1048
+ ],
1049
+ name: "initRadarOutboundNonce",
1050
+ outputs: [],
1051
+ stateMutability: "nonpayable",
1052
+ type: "function"
1053
+ },
1054
+ {
1055
+ inputs: [],
1056
+ name: "layerZeroToken",
1057
+ outputs: [
1058
+ {
1059
+ internalType: "contract IERC20",
1060
+ name: "",
1061
+ type: "address"
1062
+ },
1063
+ ],
1064
+ stateMutability: "view",
1065
+ type: "function"
1066
+ },
1067
+ {
1068
+ inputs: [],
1069
+ name: "localChainId",
1070
+ outputs: [
1071
+ {
1072
+ internalType: "uint16",
1073
+ name: "",
1074
+ type: "uint16"
1075
+ },
1076
+ ],
1077
+ stateMutability: "view",
1078
+ type: "function"
1079
+ },
1080
+ {
1081
+ inputs: [
1082
+ {
1083
+ internalType: "uint16",
1084
+ name: "",
1085
+ type: "uint16"
1086
+ },
1087
+ ],
1088
+ name: "maxInboundProofLibrary",
1089
+ outputs: [
1090
+ {
1091
+ internalType: "uint16",
1092
+ name: "",
1093
+ type: "uint16"
1094
+ },
1095
+ ],
1096
+ stateMutability: "view",
1097
+ type: "function"
1098
+ },
1099
+ {
1100
+ inputs: [
1101
+ {
1102
+ internalType: "address",
1103
+ name: "",
1104
+ type: "address"
1105
+ },
1106
+ ],
1107
+ name: "nativeFees",
1108
+ outputs: [
1109
+ {
1110
+ internalType: "uint256",
1111
+ name: "",
1112
+ type: "uint256"
1113
+ },
1114
+ ],
1115
+ stateMutability: "view",
1116
+ type: "function"
1117
+ },
1118
+ {
1119
+ inputs: [],
1120
+ name: "nonceContract",
1121
+ outputs: [
1122
+ {
1123
+ internalType: "contract NonceContractRadar",
1124
+ name: "",
1125
+ type: "address"
1126
+ },
1127
+ ],
1128
+ stateMutability: "view",
1129
+ type: "function"
1130
+ },
1131
+ {
1132
+ inputs: [
1133
+ {
1134
+ internalType: "uint16",
1135
+ name: "",
1136
+ type: "uint16"
1137
+ },
1138
+ ],
1139
+ name: "outboundNonceSet",
1140
+ outputs: [
1141
+ {
1142
+ internalType: "bool",
1143
+ name: "",
1144
+ type: "bool"
1145
+ },
1146
+ ],
1147
+ stateMutability: "view",
1148
+ type: "function"
1149
+ },
1150
+ {
1151
+ inputs: [],
1152
+ name: "owner",
1153
+ outputs: [
1154
+ {
1155
+ internalType: "address",
1156
+ name: "",
1157
+ type: "address"
1158
+ },
1159
+ ],
1160
+ stateMutability: "view",
1161
+ type: "function"
1162
+ },
1163
+ {
1164
+ inputs: [],
1165
+ name: "renounceOwnership",
1166
+ outputs: [],
1167
+ stateMutability: "nonpayable",
1168
+ type: "function"
1169
+ },
1170
+ {
1171
+ inputs: [
1172
+ {
1173
+ internalType: "address",
1174
+ name: "_ua",
1175
+ type: "address"
1176
+ },
1177
+ {
1178
+ internalType: "uint64",
1179
+ name: "",
1180
+ type: "uint64"
1181
+ },
1182
+ {
1183
+ internalType: "uint16",
1184
+ name: "_dstChainId",
1185
+ type: "uint16"
1186
+ },
1187
+ {
1188
+ internalType: "bytes",
1189
+ name: "_path",
1190
+ type: "bytes"
1191
+ },
1192
+ {
1193
+ internalType: "bytes",
1194
+ name: "_payload",
1195
+ type: "bytes"
1196
+ },
1197
+ {
1198
+ internalType: "address payable",
1199
+ name: "_refundAddress",
1200
+ type: "address"
1201
+ },
1202
+ {
1203
+ internalType: "address",
1204
+ name: "_zroPaymentAddress",
1205
+ type: "address"
1206
+ },
1207
+ {
1208
+ internalType: "bytes",
1209
+ name: "_adapterParams",
1210
+ type: "bytes"
1211
+ },
1212
+ ],
1213
+ name: "send",
1214
+ outputs: [],
1215
+ stateMutability: "payable",
1216
+ type: "function"
1217
+ },
1218
+ {
1219
+ inputs: [
1220
+ {
1221
+ internalType: "uint16",
1222
+ name: "_chainId",
1223
+ type: "uint16"
1224
+ },
1225
+ {
1226
+ internalType: "uint256",
1227
+ name: "_size",
1228
+ type: "uint256"
1229
+ },
1230
+ ],
1231
+ name: "setChainAddressSize",
1232
+ outputs: [],
1233
+ stateMutability: "nonpayable",
1234
+ type: "function"
1235
+ },
1236
+ {
1237
+ inputs: [
1238
+ {
1239
+ internalType: "uint16",
1240
+ name: "_remoteChainId",
1241
+ type: "uint16"
1242
+ },
1243
+ {
1244
+ internalType: "address",
1245
+ name: "_ua",
1246
+ type: "address"
1247
+ },
1248
+ {
1249
+ internalType: "uint256",
1250
+ name: "_configType",
1251
+ type: "uint256"
1252
+ },
1253
+ {
1254
+ internalType: "bytes",
1255
+ name: "_config",
1256
+ type: "bytes"
1257
+ },
1258
+ ],
1259
+ name: "setConfig",
1260
+ outputs: [],
1261
+ stateMutability: "nonpayable",
1262
+ type: "function"
1263
+ },
1264
+ {
1265
+ inputs: [
1266
+ {
1267
+ internalType: "uint16",
1268
+ name: "_chainId",
1269
+ type: "uint16"
1270
+ },
1271
+ {
1272
+ internalType: "uint16",
1273
+ name: "_proofType",
1274
+ type: "uint16"
1275
+ },
1276
+ {
1277
+ internalType: "bytes",
1278
+ name: "_adapterParams",
1279
+ type: "bytes"
1280
+ },
1281
+ ],
1282
+ name: "setDefaultAdapterParamsForChainId",
1283
+ outputs: [],
1284
+ stateMutability: "nonpayable",
1285
+ type: "function"
1286
+ },
1287
+ {
1288
+ inputs: [
1289
+ {
1290
+ internalType: "uint16",
1291
+ name: "_chainId",
1292
+ type: "uint16"
1293
+ },
1294
+ {
1295
+ internalType: "uint16",
1296
+ name: "_inboundProofLibraryVersion",
1297
+ type: "uint16"
1298
+ },
1299
+ {
1300
+ internalType: "uint64",
1301
+ name: "_inboundBlockConfirmations",
1302
+ type: "uint64"
1303
+ },
1304
+ {
1305
+ internalType: "address",
1306
+ name: "_relayer",
1307
+ type: "address"
1308
+ },
1309
+ {
1310
+ internalType: "uint16",
1311
+ name: "_outboundProofType",
1312
+ type: "uint16"
1313
+ },
1314
+ {
1315
+ internalType: "uint64",
1316
+ name: "_outboundBlockConfirmations",
1317
+ type: "uint64"
1318
+ },
1319
+ {
1320
+ internalType: "address",
1321
+ name: "_oracle",
1322
+ type: "address"
1323
+ },
1324
+ ],
1325
+ name: "setDefaultConfigForChainId",
1326
+ outputs: [],
1327
+ stateMutability: "nonpayable",
1328
+ type: "function"
1329
+ },
1330
+ {
1331
+ inputs: [
1332
+ {
1333
+ internalType: "address",
1334
+ name: "_layerZeroToken",
1335
+ type: "address"
1336
+ },
1337
+ ],
1338
+ name: "setLayerZeroToken",
1339
+ outputs: [],
1340
+ stateMutability: "nonpayable",
1341
+ type: "function"
1342
+ },
1343
+ {
1344
+ inputs: [
1345
+ {
1346
+ internalType: "uint16",
1347
+ name: "_remoteChainId",
1348
+ type: "uint16"
1349
+ },
1350
+ {
1351
+ internalType: "bytes32",
1352
+ name: "_remoteUln",
1353
+ type: "bytes32"
1354
+ },
1355
+ ],
1356
+ name: "setRemoteUln",
1357
+ outputs: [],
1358
+ stateMutability: "nonpayable",
1359
+ type: "function"
1360
+ },
1361
+ {
1362
+ inputs: [
1363
+ {
1364
+ internalType: "address",
1365
+ name: "_treasury",
1366
+ type: "address"
1367
+ },
1368
+ ],
1369
+ name: "setTreasury",
1370
+ outputs: [],
1371
+ stateMutability: "nonpayable",
1372
+ type: "function"
1373
+ },
1374
+ {
1375
+ inputs: [
1376
+ {
1377
+ internalType: "uint16",
1378
+ name: "",
1379
+ type: "uint16"
1380
+ },
1381
+ {
1382
+ internalType: "uint16",
1383
+ name: "",
1384
+ type: "uint16"
1385
+ },
1386
+ ],
1387
+ name: "supportedOutboundProof",
1388
+ outputs: [
1389
+ {
1390
+ internalType: "bool",
1391
+ name: "",
1392
+ type: "bool"
1393
+ },
1394
+ ],
1395
+ stateMutability: "view",
1396
+ type: "function"
1397
+ },
1398
+ {
1399
+ inputs: [
1400
+ {
1401
+ internalType: "address",
1402
+ name: "newOwner",
1403
+ type: "address"
1404
+ },
1405
+ ],
1406
+ name: "transferOwnership",
1407
+ outputs: [],
1408
+ stateMutability: "nonpayable",
1409
+ type: "function"
1410
+ },
1411
+ {
1412
+ inputs: [],
1413
+ name: "treasuryContract",
1414
+ outputs: [
1415
+ {
1416
+ internalType: "contract ILayerZeroTreasury",
1417
+ name: "",
1418
+ type: "address"
1419
+ },
1420
+ ],
1421
+ stateMutability: "view",
1422
+ type: "function"
1423
+ },
1424
+ {
1425
+ inputs: [],
1426
+ name: "treasuryZROFees",
1427
+ outputs: [
1428
+ {
1429
+ internalType: "uint256",
1430
+ name: "",
1431
+ type: "uint256"
1432
+ },
1433
+ ],
1434
+ stateMutability: "view",
1435
+ type: "function"
1436
+ },
1437
+ {
1438
+ inputs: [
1439
+ {
1440
+ internalType: "uint16",
1441
+ name: "",
1442
+ type: "uint16"
1443
+ },
1444
+ ],
1445
+ name: "ulnLookup",
1446
+ outputs: [
1447
+ {
1448
+ internalType: "bytes32",
1449
+ name: "",
1450
+ type: "bytes32"
1451
+ },
1452
+ ],
1453
+ stateMutability: "view",
1454
+ type: "function"
1455
+ },
1456
+ {
1457
+ inputs: [
1458
+ {
1459
+ internalType: "uint16",
1460
+ name: "_srcChainId",
1461
+ type: "uint16"
1462
+ },
1463
+ {
1464
+ internalType: "bytes32",
1465
+ name: "_lookupHash",
1466
+ type: "bytes32"
1467
+ },
1468
+ {
1469
+ internalType: "uint256",
1470
+ name: "_confirmations",
1471
+ type: "uint256"
1472
+ },
1473
+ {
1474
+ internalType: "bytes32",
1475
+ name: "_blockData",
1476
+ type: "bytes32"
1477
+ },
1478
+ ],
1479
+ name: "updateHash",
1480
+ outputs: [],
1481
+ stateMutability: "nonpayable",
1482
+ type: "function"
1483
+ },
1484
+ {
1485
+ inputs: [
1486
+ {
1487
+ internalType: "uint16",
1488
+ name: "_srcChainId",
1489
+ type: "uint16"
1490
+ },
1491
+ {
1492
+ internalType: "address",
1493
+ name: "_dstAddress",
1494
+ type: "address"
1495
+ },
1496
+ {
1497
+ internalType: "uint256",
1498
+ name: "_gasLimit",
1499
+ type: "uint256"
1500
+ },
1501
+ {
1502
+ internalType: "bytes32",
1503
+ name: "_lookupHash",
1504
+ type: "bytes32"
1505
+ },
1506
+ {
1507
+ internalType: "bytes32",
1508
+ name: "_blockData",
1509
+ type: "bytes32"
1510
+ },
1511
+ {
1512
+ internalType: "bytes",
1513
+ name: "_transactionProof",
1514
+ type: "bytes"
1515
+ },
1516
+ ],
1517
+ name: "validateTransactionProof",
1518
+ outputs: [],
1519
+ stateMutability: "nonpayable",
1520
+ type: "function"
1521
+ },
1522
+ {
1523
+ inputs: [
1524
+ {
1525
+ internalType: "address payable",
1526
+ name: "_to",
1527
+ type: "address"
1528
+ },
1529
+ {
1530
+ internalType: "uint256",
1531
+ name: "_amount",
1532
+ type: "uint256"
1533
+ },
1534
+ ],
1535
+ name: "withdrawNative",
1536
+ outputs: [],
1537
+ stateMutability: "nonpayable",
1538
+ type: "function"
1539
+ },
1540
+ {
1541
+ inputs: [
1542
+ {
1543
+ internalType: "address",
1544
+ name: "_to",
1545
+ type: "address"
1546
+ },
1547
+ {
1548
+ internalType: "uint256",
1549
+ name: "_amount",
1550
+ type: "uint256"
1551
+ },
1552
+ ],
1553
+ name: "withdrawZRO",
1554
+ outputs: [],
1555
+ stateMutability: "nonpayable",
1556
+ type: "function"
1557
+ },
1558
+ ];
1559
+ var _bytecode = "0x6101006040523480156200001257600080fd5b50604051620060d8380380620060d883398101604081905262000035916200014c565b60016000908155620000466200012b565b600180546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506001600160a01b038416620000c65760405162461bcd60e51b8152600401620000bd90620001af565b60405180910390fd5b6001600160a01b038316620000ef5760405162461bcd60e51b8152600401620000bd90620001f9565b60f09190911b6001600160f01b03191660a052606092831b6001600160601b031990811660805291831b821660c05290911b1660e05262000248565b3390565b80516001600160a01b03811681146200014757600080fd5b919050565b6000806000806080858703121562000162578384fd5b6200016d856200012f565b93506200017d602086016200012f565b9250604085015161ffff8116811462000194578283fd5b9150620001a4606086016200012f565b905092959194509250565b6020808252602a908201527f4c617965725a65726f3a20656e64706f696e742063616e6e6f74206265207a65604082015269726f206164647265737360b01b606082015260800190565b6020808252602f908201527f4c617965725a65726f3a206e6f6e6365436f6e74726163742063616e6e6f742060408201526e6265207a65726f206164647265737360881b606082015260800190565b60805160601c60a05160f01c60c05160601c60e05160601c615df4620002e460003980610cef5280610ea952806113fb52806120d352806123c6528061248b5280612aaa52508061095952806115ce52806124f15280612ff25250806117d85280611d0a5280612d69525080610bb35280610d625280610e7852806113b35280611d2e52806123975280612ef652806135865250615df46000f3fe6080604052600436106103345760003560e01c80637f068c0f116101b0578063b8e7e3e0116100ec578063eb0d4c3111610095578063f2fde38b1161006f578063f2fde38b146108e2578063f47a5feb14610902578063f58589a214610917578063f8e1734c1461093757610334565b8063eb0d4c3114610882578063ed28580a146108a2578063f0f44260146108c257610334565b8063db00719b116100c6578063db00719b14610822578063ddfdef5a14610842578063ea216c211461086257610334565b8063b8e7e3e0146107c2578063b9a99bed146107e2578063d543c7741461080257610334565b80638da5cb5b11610159578063959f594311610133578063959f594314610740578063987fa2d514610760578063a466222214610780578063b77d22ad146107ad57610334565b80638da5cb5b14610701578063904d3b8d1461071657806394e17ef91461072b57610334565b80638317814a1161018a5780638317814a146106a15780638525b711146106c157806387078f9f146106e157610334565b80637f068c0f146106575780638140666e1461066c5780638207f79d1461068157610334565b806352d2871f1161027f57806369412bfa11610228578063704316e511610202578063704316e5146105e2578063715018a614610602578063759c5b3b14610617578063775453731461063757610334565b806369412bfa1461058d5780636a14ac82146105ad5780636d510126146105cd57610334565b80635af7956c116102595780635af7956c146105295780635b056da5146105565780635e280f111461057857610334565b806352d2871f146104bc57806352d3b500146104dc57806357983548146104fc57610334565b80632cfacb06116102e157806340a7bb10116102bb57806340a7bb101461046657806349148c37146104945780634d3a0f7c146104a957610334565b80632cfacb06146103fd5780632f8134641461041f57806331bd24301461045157610334565b80630fcbae37116103125780630fcbae371461039b57806318da0011146103bb5780632a819bbf146103d057610334565b806302bd97431461033957806307b18bde1461036457806307b9ca7c14610386575b600080fd5b34801561034557600080fd5b5061034e610957565b60405161035b9190614e28565b60405180910390f35b34801561037057600080fd5b5061038461037f366004614578565b61097b565b005b34801561039257600080fd5b5061034e610b05565b3480156103a757600080fd5b506103846103b6366004614a14565b610b14565b3480156103c757600080fd5b5061034e610f1d565b3480156103dc57600080fd5b506103f06103eb366004614aee565b610f2c565b60405161035b9190614ebd565b34801561040957600080fd5b50610412610fee565b60405161035b9190614e5f565b34801561042b57600080fd5b5061043f61043a3660046147fe565b610ff3565b60405161035b96959493929190615c4c565b34801561045d57600080fd5b50610412611077565b34801561047257600080fd5b50610486610481366004614847565b61107c565b60405161035b929190615c95565b3480156104a057600080fd5b506104126113ac565b6103846104b7366004614632565b6113b1565b3480156104c857600080fd5b506103f06104d73660046148f2565b611871565b3480156104e857600080fd5b506103846104f736600461455c565b611bdb565b34801561050857600080fd5b5061051c61051736600461455c565b611cd7565b60405161035b9190615ca3565b34801561053557600080fd5b506105496105443660046147fe565b611cf3565b60405161035b9190614e3c565b34801561056257600080fd5b5061056b611d08565b60405161035b9190615aa6565b34801561058457600080fd5b5061034e611d2c565b34801561059957600080fd5b506104126105a836600461455c565b611d50565b3480156105b957600080fd5b506103846105c8366004614b6e565b611d6f565b3480156105d957600080fd5b5061034e6120d1565b3480156105ee57600080fd5b506103846105fd366004614a61565b6120f5565b34801561060e57600080fd5b506103846121ba565b34801561062357600080fd5b506104126106323660046145db565b612290565b34801561064357600080fd5b5061038461065236600461481a565b6122bc565b34801561066357600080fd5b50610384612558565b34801561067857600080fd5b506104126125f9565b34801561068d57600080fd5b5061038461069c36600461481a565b6125fe565b3480156106ad57600080fd5b506103846106bc366004614b0b565b612797565b3480156106cd57600080fd5b506103846106dc366004614620565b612880565b3480156106ed57600080fd5b506103846106fc366004614a44565b612982565b34801561070d57600080fd5b5061034e612a79565b34801561072257600080fd5b50610412612a88565b34801561073757600080fd5b50610549612a8d565b34801561074c57600080fd5b5061041261075b3660046147fe565b612a96565b34801561076c57600080fd5b5061038461077b366004614932565b612aa8565b34801561078c57600080fd5b506107a061079b36600461481a565b612f92565b60405161035b9190615a3a565b3480156107b957600080fd5b50610412612fa4565b3480156107ce57600080fd5b5061056b6107dd3660046147fe565b612fa9565b3480156107ee57600080fd5b5061051c6107fd366004614a9b565b612fbf565b34801561080e57600080fd5b5061054961081d366004614aee565b613083565b34801561082e57600080fd5b5061034e61083d366004614aee565b6130a3565b34801561084e57600080fd5b5061043f61085d3660046145a3565b6130c9565b34801561086e57600080fd5b5061041261087d3660046147fe565b613158565b34801561088e57600080fd5b5061038461089d366004614aee565b61316a565b3480156108ae57600080fd5b506103846108bd366004614a44565b613258565b3480156108ce57600080fd5b506103846108dd36600461455c565b613343565b3480156108ee57600080fd5b506103846108fd36600461455c565b61343f565b34801561090e57600080fd5b5061041261356c565b34801561092357600080fd5b5061041261093236600461455c565b613572565b34801561094357600080fd5b506103846109523660046149a3565b613584565b7f000000000000000000000000000000000000000000000000000000000000000081565b600260005414156109d3576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026000556001600160a01b038216610a075760405162461bcd60e51b81526004016109fe906150e1565b60405180910390fd5b33600090815260046020526040902054610a2190826138eb565b336000908152600460205260408082209290925590516001600160a01b038416908390610a4d90614d5d565b60006040518083038185875af1925050503d8060008114610a8a576040519150601f19603f3d011682016040523d82523d6000602084013e610a8f565b606091505b5050905080610ab05760405162461bcd60e51b81526004016109fe9061504d565b826001600160a01b0316336001600160a01b03167f3bfd26201736b5cb14a562ab3cfc2bef76901726e3a78483d6288af47131e1d984604051610af39190614e5f565b60405180910390a35050600160005550565b6002546001600160a01b031681565b610b1c613948565b6001600160a01b0316610b2d612a79565b6001600160a01b031614610b88576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b03831660009081526011602052604090205467ffffffffffffffff16610cea5760007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663fdc07c708686604051602001610bf29190614ca9565b6040516020818303038152906040526040518363ffffffff1660e01b8152600401610c1e929190615b25565b60206040518083038186803b158015610c3657600080fd5b505afa158015610c4a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c6e9190614c37565b905060008167ffffffffffffffff1611610c9a5760405162461bcd60e51b81526004016109fe906156ad565b6001600160a01b038416600090815260116020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff929092169190911790555b6000837f0000000000000000000000000000000000000000000000000000000000000000604051602001610d1f929190614cd9565b60408051601f19818403018152908290527ffdc07c7000000000000000000000000000000000000000000000000000000000825291506000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063fdc07c7090610d999089908690600401615b25565b60206040518083038186803b158015610db157600080fd5b505afa158015610dc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610de99190614c37565b6001600160a01b03861660009081526011602052604081205491925067ffffffffffffffff909116905b84811015610f135760019092019167ffffffffffffffff8083169084161115610e3b57610f13565b604080516020810182526000815290517fc2fa48130000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169163c2fa481391610ed5918c9189917f0000000000000000000000000000000000000000000000000000000000000000918a918e91600401615b42565b600060405180830381600087803b158015610eef57600080fd5b505af1158015610f03573d6000803e3d6000fd5b505060019092019150610e139050565b5050505050505050565b6003546001600160a01b031681565b60086020908152600092835260408084208252918352918190208054825160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f810185900485028201850190935282815292909190830182828015610fe65780601f10610fbb57610100808354040283529160200191610fe6565b820191906000526020600020905b815481529060010190602001808311610fc957829003601f168201915b505050505081565b600381565b6007602052600090815260409020805460019091015461ffff8083169267ffffffffffffffff6201000082048116936001600160a01b036a010000000000000000000084048116947e010000000000000000000000000000000000000000000000000000000000009094049093169291811691680100000000000000009091041686565b600681565b600080600061108b8a8a61394c565b9050606084156110d45785858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293506111a392505050565b61ffff808c166000908152600860209081526040808320606087015190941683529281529082902080548351601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101006001861615020190931692909204918201849004840281018401909452808452909183018282801561119b5780601f106111705761010080835404028352916020019161119b565b820191906000526020600020905b81548152906001019060200180831161117e57829003601f168201915b505050505090505b600082604001516001600160a01b031663c03f15298d85606001518e8e8e9050876040518663ffffffff1660e01b81526004016111e4959493929190615bda565b60206040518083038186803b1580156111fc57600080fd5b505afa158015611210573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112349190614c03565b905060008b905060008460a001516001600160a01b0316635553fb8e8f87606001518860800151866040518563ffffffff1660e01b815260040161127b9493929190615c16565b60206040518083038186803b15801561129357600080fd5b505afa1580156112a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112cb9190614c03565b6003546040517f5cbbbd750000000000000000000000000000000000000000000000000000000081529192506000916001600160a01b0390911690635cbbbd759061131e908e9088908790600401614e47565b60206040518083038186803b15801561133657600080fd5b505afa15801561134a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061136e9190614c03565b90508a61137e5780975087611383565b809650865b50611398826113928a87613b17565b90613b17565b975050505050505097509795505050505050565b600281565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633146113f95760405162461bcd60e51b81526004016109fe906157fb565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168b6001600160a01b03161461144a5760405162461bcd60e51b81526004016109fe906158ec565b600f5460ff161561146d5760405162461bcd60e51b81526004016109fe906157c4565b61ffff89166000908152600e60205260409020548b908a906114a15760405162461bcd60e51b81526004016109fe90614f82565b61ffff81166000908152600c60205260408120546060919080158015906114ca5750601481018c145b6114e65760405162461bcd60e51b81526004016109fe9061588f565b6000808e8e8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505083810160140151925090506001600160a01b03878116908316146115555760405162461bcd60e51b81526004016109fe906153eb565b8e8e600090859261156893929190615cdc565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250506040517f6fe7b673000000000000000000000000000000000000000000000000000000008152929750506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001691636fe7b67391506116089089908b908690600401615ad2565b602060405180830381600087803b15801561162257600080fd5b505af1158015611636573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061165a9190614c37565b935050505060008a8a8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509394506116a6925087915088905061394c565b905060006116ee86838986518d8d8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250613b7192505050565b905060006116fd87848a613d4b565b9050600061170d83838b8f613e05565b9050600061171f826113928686613b17565b9050348111156117415760405162461bcd60e51b81526004016109fe90615084565b600061174d34836138eb565b905080156117d35760008f6001600160a01b03168260405161176e90614d5d565b60006040518083038185875af1925050503d80600081146117ab576040519150601f19603f3d011682016040523d82523d6000602084013e6117b0565b606091505b50509050806117d15760405162461bcd60e51b81526004016109fe906151f8565b505b6000887f00000000000000000000000000000000000000000000000000000000000000008d8d8d8c60405160200161181096959493929190614d60565b60405160208183030381529060405290507fe9bded5f24a4168e4f3bf44e00298c993b22376aad8c58c7dda9718a54cbea82816040516118509190614ebd565b60405180910390a15050505050505050505050505050505050505050505050565b6001600160a01b038216600090815260066020908152604080832061ffff871684529091529020606090600183141561190557805461ffff166118ef5761ffff8086166000908152600760209081526040918290205491516118d893929092169101615aa6565b604051602081830303815290604052915050611bd4565b80546040516118d89161ffff1690602001615aa6565b600283141561197b57805462010000900467ffffffffffffffff166119595761ffff85166000908152600760209081526040918290205491516118d89262010000900467ffffffffffffffff169101615ca3565b80546040516118d89162010000900467ffffffffffffffff1690602001615ca3565b6003831415611a065780546a010000000000000000000090046001600160a01b03166119dd5761ffff85166000908152600760209081526040918290205491516118d8926a010000000000000000000090046001600160a01b03169101614e28565b80546040516118d8916a010000000000000000000090046001600160a01b031690602001614e28565b6004831415611abf5780547e01000000000000000000000000000000000000000000000000000000000000900461ffff16611a875761ffff8086166000908152600760209081526040918290205491516118d8937e010000000000000000000000000000000000000000000000000000000000009093049092169101615aa6565b80546040516118d8917e01000000000000000000000000000000000000000000000000000000000000900461ffff1690602001615aa6565b6005831415611b2c57600181015467ffffffffffffffff16611b0d5761ffff85166000908152600760209081526040918290206001015491516118d89267ffffffffffffffff169101615ca3565b60018101546040516118d89167ffffffffffffffff1690602001615ca3565b6006831415611bba5760018101546801000000000000000090046001600160a01b0316611b905761ffff85166000908152600760209081526040918290206001015491516118d8926801000000000000000090046001600160a01b03169101614e28565b60018101546040516118d8916801000000000000000090046001600160a01b031690602001614e28565b60405162461bcd60e51b81526004016109fe90615016565b505b9392505050565b611be3613948565b6001600160a01b0316611bf4612a79565b6001600160a01b031614611c4f576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b038116611c755760405162461bcd60e51b81526004016109fe9061513e565b600280547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040517f33d644987381deff4408951d55afa136f124e22a7810b163b2aaa3ebef770f6490600090a250565b60116020526000908152604090205467ffffffffffffffff1681565b60106020526000908152604090205460ff1681565b7f000000000000000000000000000000000000000000000000000000000000000081565b7f000000000000000000000000000000000000000000000000000000000000000081565b6001600160a01b0381166000908152600460205260409020545b919050565b611d77613948565b6001600160a01b0316611d88612a79565b6001600160a01b031614611de3576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8088166000908152600a6020526040902054811690871611801590611e0f575060008661ffff16115b611e2b5760405162461bcd60e51b81526004016109fe90615596565b60008567ffffffffffffffff1611611e555760405162461bcd60e51b81526004016109fe90615980565b6001600160a01b038416611e7b5760405162461bcd60e51b81526004016109fe9061519b565b61ffff8088166000908152600b602090815260408083209387168352929052205460ff16611ebb5760405162461bcd60e51b81526004016109fe90614f25565b60008267ffffffffffffffff1611611ee55760405162461bcd60e51b81526004016109fe90615832565b6001600160a01b038116611f0b5760405162461bcd60e51b81526004016109fe906152c3565b6040518060c001604052808761ffff1681526020018667ffffffffffffffff168152602001856001600160a01b031681526020018461ffff1681526020018367ffffffffffffffff168152602001826001600160a01b0316815250600760008961ffff1661ffff16815260200190815260200160002060008201518160000160006101000a81548161ffff021916908361ffff16021790555060208201518160000160026101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550604082015181600001600a6101000a8154816001600160a01b0302191690836001600160a01b03160217905550606082015181600001601e6101000a81548161ffff021916908361ffff16021790555060808201518160010160006101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060a08201518160010160086101000a8154816001600160a01b0302191690836001600160a01b031602179055509050508661ffff167f5a76432853a0871c4e780def7f3ffc7912339b53f022ac31127fe5ff84a36fa18787878787876040516120c096959493929190615c4c565b60405180910390a250505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b336000908152600d6020908152604080832061ffff88168452825280832086845282528083208484529091529020548281106121435760405162461bcd60e51b81526004016109fe906154dc565b336000818152600d6020908152604080832061ffff8a1680855290835281842089855283528184208785529092529182902086905590517f74bbc026808dcba59692d6a8bb20596849ca718e10e2432c6cdf48af865bc5d9906121ab90889087908990614e68565b60405180910390a35050505050565b6121c2613948565b6001600160a01b03166121d3612a79565b6001600160a01b03161461222e576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600d60209081526000948552604080862082529385528385208152918452828420909152825290205481565b6122c4613948565b6001600160a01b03166122d5612a79565b6001600160a01b031614612330576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff821660009081526010602052604090205460ff16156123645760405162461bcd60e51b81526004016109fe90615422565b6040517f7a1457480000000000000000000000000000000000000000000000000000000081526000906001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637a145748906123ee9086907f000000000000000000000000000000000000000000000000000000000000000090600401615ab5565b60206040518083038186803b15801561240657600080fd5b505afa15801561241a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061243e9190614c37565b61ffff8416600090815260106020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660011790555192935090916124b19185917f00000000000000000000000000000000000000000000000000000000000000009101614cd9565b60408051601f19818403018152908290527f3461ff5600000000000000000000000000000000000000000000000000000000825291506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690633461ff569061252a90879085908790600401615ba3565b600060405180830381600087803b15801561254457600080fd5b505af1158015610f13573d6000803e3d6000fd5b612560613948565b6001600160a01b0316612571612a79565b6001600160a01b0316146125cc576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b600f80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055565b600481565b612606613948565b6001600160a01b0316612617612a79565b6001600160a01b031614612672576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166126985760405162461bcd60e51b81526004016109fe9061547f565b61ffff8083166000908152600a602052604090205481169081106126ce5760405162461bcd60e51b81526004016109fe90615767565b61ffff8381166000818152600a6020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00001660019790970195861696871790556009825280832095835294905283902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b03861617905591519091907f802d55279d51813cb7a9a98e8fd2d7bec5346cb830901c11b85d1650cb857e9a9061278a908590614e28565b60405180910390a2505050565b61279f613948565b6001600160a01b03166127b0612a79565b6001600160a01b03161461280b576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8085166000908152600860209081526040808320938716835292905220612836908383614345565b508261ffff168461ffff167f4a5695eee2a74d548d5f5c485a3de99ace99e3b664c8e30a90f49be6ebb549328484604051612872929190614ea9565b60405180910390a350505050565b600260005414156128d8576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026000556003546001600160a01b031633146129075760405162461bcd60e51b81526004016109fe90614fdf565b60055461291490826138eb565b60055560025461292e906001600160a01b03168383613f6f565b816001600160a01b0316336001600160a01b03167f3a20c8c3cd1848485ae8261a52398bb9b26f195b717306b3cf7f058e62c095d5836040516129719190614e5f565b60405180910390a350506001600055565b61298a613948565b6001600160a01b031661299b612a79565b6001600160a01b0316146129f6576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff82166000908152600c602052604090205415612a275760405162461bcd60e51b81526004016109fe90615923565b61ffff82166000818152600c602052604090819020839055517f0611bb2107e385b79ec826fff8ecc1c1248a7aae3c875c96668f8cfbf173422090612a6d908490614e5f565b60405180910390a25050565b6001546001600160a01b031690565b600581565b600f5460ff1681565b600c6020526000908152604090205481565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316866001600160a01b031614612af95760405162461bcd60e51b81526004016109fe906158ec565b600f5460ff1615612b1c5760405162461bcd60e51b81526004016109fe906157c4565b6000612b28888861394c565b60408101519091506001600160a01b03163314612b575760405162461bcd60e51b81526004016109fe906153b4565b612b5f6143ef565b61ffff89166000908152600c602052604090205480612b905760405162461bcd60e51b81526004016109fe9061588f565b60a08301516001600160a01b03166000908152600d6020908152604080832061ffff8e16845282528083208a845282528083208984529091529020548015801590612be95750836020015167ffffffffffffffff168110155b612c055760405162461bcd60e51b81526004016109fe906159dd565b61ffff808c166000908152600960209081526040808320885190941683529290528190205490517fb71e0f710000000000000000000000000000000000000000000000000000000081526001600160a01b0390911690819063b71e0f7190612c77908b908b908b908990600401614e7e565b600060405180830381600087803b158015612c9157600080fd5b505af1158015612ca5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ccd9190810190614722565b60a081015161ffff8e166000908152600e6020526040902054919550149150508015612cfc575060a082015115155b612d185760405162461bcd60e51b81526004016109fe90615320565b8961ffff16826000015161ffff1614612d435760405162461bcd60e51b81526004016109fe9061537d565b8082608001515114612d675760405162461bcd60e51b81526004016109fe906155f3565b7f000000000000000000000000000000000000000000000000000000000000000061ffff16826020015161ffff1614612db25760405162461bcd60e51b81526004016109fe9061555f565b886001600160a01b031682606001516001600160a01b031614612de75760405162461bcd60e51b81526004016109fe9061528c565b612df089613ff4565b612e615781606001516001600160a01b0316826000015161ffff167fa2786598bd84ae4a299103996359e6cb4333404583256079dfc279386baf5832846080015185604001518660c0015180519060200120604051612e5193929190614ef6565b60405180910390a3505050612f89565b600082608001518360600151604051602001612e7e929190614d13565b604051602081830303815290604052905082606001516001600160a01b0316836000015161ffff167f2bd2d8a84b748439fd50d79a49502b4eb5faa25b864da6a9ab5c150704be9a4d856080015186604001518760c0015180519060200120604051612eec93929190614ef6565b60405180910390a37f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c2fa48138c838d87604001518e8960c001516040518763ffffffff1660e01b8152600401612f5296959493929190615b42565b600060405180830381600087803b158015612f6c57600080fd5b505af1158015612f80573d6000803e3d6000fd5b50505050505050505b50505050505050565b612f9a61442d565b611bd4838361394c565b600181565b600a6020526000908152604090205461ffff1681565b6040517fc533338f0000000000000000000000000000000000000000000000000000000081526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063c533338f9061302b90879087908790600401615b07565b60206040518083038186803b15801561304357600080fd5b505afa158015613057573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061307b9190614c37565b949350505050565b600b60209081526000928352604080842090915290825290205460ff1681565b60096020908152600092835260408084209091529082529020546001600160a01b031681565b60066020908152600092835260408084209091529082529020805460019091015461ffff8083169267ffffffffffffffff6201000082048116936001600160a01b036a010000000000000000000084048116947e010000000000000000000000000000000000000000000000000000000000009094049093169291811691680100000000000000009091041686565b600e6020526000908152604090205481565b613172613948565b6001600160a01b0316613183612a79565b6001600160a01b0316146131de576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff8083166000818152600b60209081526040808320948616835293905282902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905590517fec23bee6f88cfecebb09d6aaaed66f0ce110debc1f61117c8270a7116597df9a90612a6d908490615aa6565b613260613948565b6001600160a01b0316613271612a79565b6001600160a01b0316146132cc576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b61ffff82166000908152600e6020526040902054156132fd5760405162461bcd60e51b81526004016109fe9061570a565b61ffff82166000818152600e602052604090819020839055517f0dad975e1d2fbe771c95cdcc7be9a1e61181de7173abe0a32b8f8f83140873e590612a6d908490614e5f565b61334b613948565b6001600160a01b031661335c612a79565b6001600160a01b0316146133b7576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166133dd5760405162461bcd60e51b81526004016109fe90615650565b600380547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040517fcb7ef3e545f5cdb893f5c568ba710fe08f336375a2d9fd66e161033f8fc09ef390600090a250565b613447613948565b6001600160a01b0316613458612a79565b6001600160a01b0316146134b3576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166134f85760405162461bcd60e51b8152600401808060200182810382526026815260200180615d6f6026913960400191505060405180910390fd5b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60055481565b60046020526000908152604090205481565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633146135cc5760405162461bcd60e51b81526004016109fe906157fb565b6001600160a01b038416600090815260066020908152604080832061ffff891684529091529020600184141561367957600061360a838501856147fe565b61ffff8089166000908152600a602052604090205491925090811690821611156136465760405162461bcd60e51b81526004016109fe90615596565b81547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00001661ffff9190911617815561389f565b60028414156136d057600061369083850185614c1b565b825467ffffffffffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffff0000000000000000ffff9091161782555061389f565b600384141561372e5760006136e78385018561455c565b82546001600160a01b039091166a0100000000000000000000027fffff0000000000000000000000000000000000000000ffffffffffffffffffff9091161782555061389f565b60048414156137e8576000613745838501856147fe565b61ffff8089166000908152600b602090815260408083209385168352929052205490915060ff1680613779575061ffff8116155b6137955760405162461bcd60e51b81526004016109fe90614f25565b815461ffff9091167e01000000000000000000000000000000000000000000000000000000000000027dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90911617815561389f565b60058414156138405760006137ff83850185614c1b565b6001830180547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff929092169190911790555061389f565b6006841415611bba5760006138578385018561455c565b6001830180546001600160a01b0390921668010000000000000000027fffffffff0000000000000000000000000000000000000000ffffffffffffffff909216919091179055505b83856001600160a01b03167ffc01bf86212a14151d51d1be5c2ac64d67d5ec823dfc6f53298d7ce3f3d3d25285856040516138db929190614ea9565b60405180910390a3505050505050565b600082821115613942576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b3390565b61395461442d565b6001600160a01b03808316600090815260066020908152604080832061ffff808916808652918452828520835160c0810185528154808416825267ffffffffffffffff6201000082048116838901526a010000000000000000000082048a16838801527e010000000000000000000000000000000000000000000000000000000000009091048416606083015260019092015491821660808201526801000000000000000090910490961660a087015290845260079092529091208251909116613a2157805461ffff1682525b602082015167ffffffffffffffff16613a4c57805462010000900467ffffffffffffffff1660208301525b60408201516001600160a01b0316613a7d5780546a010000000000000000000090046001600160a01b031660408301525b606082015161ffff16613ab85780547e01000000000000000000000000000000000000000000000000000000000000900461ffff1660608301525b608082015167ffffffffffffffff16613ae057600181015467ffffffffffffffff1660808301525b60a08201516001600160a01b0316611bd257600101546801000000000000000090046001600160a01b031660a08201529392505050565b600082820183811015611bd4576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000815160001415613c4c5761ffff808716600090815260086020908152604080832060608a015190941683529281529082902080548351601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018616150201909316929092049182018490048402810184019094528084529091830182828015613c445780601f10613c1957610100808354040283529160200191613c44565b820191906000526020600020905b815481529060010190602001808311613c2757829003601f168201915b505050505091505b604080860151606087015191517f5886ea65000000000000000000000000000000000000000000000000000000008152909182916001600160a01b03831691635886ea6591613ca5918c918b908b908b90600401615bda565b602060405180830381600087803b158015613cbf57600080fd5b505af1158015613cd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cf79190614c03565b9250613d038284613ffa565b7fb0c632f55f1e1b3b2c3d82f41ee4716bb4c00f0f5d84cdafc141581bb8757a4f848860600151604051613d38929190614ed0565b60405180910390a1505095945050505050565b60a0820151606083015160808401516040517fc5e193cd000000000000000000000000000000000000000000000000000000008152600093926001600160a01b0384169263c5e193cd92613da7928a9290918990600401615c16565b602060405180830381600087803b158015613dc157600080fd5b505af1158015613dd5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613df99190614c03565b9150611bd28183613ffa565b6000806001600160a01b0383161580613e2757506002546001600160a01b0316155b6003546040517f5cbbbd750000000000000000000000000000000000000000000000000000000081529192506000916001600160a01b0390911690635cbbbd7590613e7b908515908b908b90600401614e47565b60206040518083038186803b158015613e9357600080fd5b505afa158015613ea7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ecb9190614c03565b90508015613f65578115613ef8576003546001600160a01b0316613eef8183613ffa565b81935050613f65565b846001600160a01b0316846001600160a01b03161480613f2057506001600160a01b03841632145b613f3c5760405162461bcd60e51b81526004016109fe9061522f565b600254613f54906001600160a01b031685308461403d565b600554613f619082613b17565b6005555b5050949350505050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052613fef9084906140cb565b505050565b3b151590565b6001600160a01b03821660009081526004602052604090205461401d9082613b17565b6001600160a01b0390921660009081526004602052604090209190915550565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f23b872dd000000000000000000000000000000000000000000000000000000001790526140c59085906140cb565b50505050565b6000614120826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661417c9092919063ffffffff16565b805190915015613fef5780806020019051602081101561413f57600080fd5b5051613fef5760405162461bcd60e51b815260040180806020018281038252602a815260200180615d95602a913960400191505060405180910390fd5b606061307b84846000858561419085613ff4565b6141e1576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b600080866001600160a01b031685876040518082805190602001908083835b6020831061421f5780518252601f199092019160209182019101614200565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114614281576040519150601f19603f3d011682016040523d82523d6000602084013e614286565b606091505b50915091506142968282866142a1565b979650505050505050565b606083156142b0575081611bd4565b8251156142c05782518084602001fd5b8160405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561430a5781810151838201526020016142f2565b50505050905090810190601f1680156143375780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b828054600181600116156101000203166002900490600052602060002090601f01602090048101928261437b57600085556143df565b82601f106143b2578280017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff008235161785556143df565b828001600101855582156143df579182015b828111156143df5782358255916020019190600101906143c4565b506143eb929150614462565b5090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820181905260a082019290925260c081019190915290565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a081019190915290565b5b808211156143eb5760008155600101614463565b8035611d6a81615d30565b8051611d6a81615d30565b60008083601f84011261449e578182fd5b50813567ffffffffffffffff8111156144b5578182fd5b6020830191508360208285010111156144cd57600080fd5b9250929050565b600082601f8301126144e4578081fd5b815167ffffffffffffffff8111156144f857fe5b61450b6020601f19601f84011601615cb8565b81815284602083860101111561451f578283fd5b61307b826020830160208701615d04565b8035611d6a81615d48565b8051611d6a81615d48565b8035611d6a81615d58565b8051611d6a81615d58565b60006020828403121561456d578081fd5b8135611bd481615d30565b6000806040838503121561458a578081fd5b823561459581615d30565b946020939093013593505050565b600080604083850312156145b5578182fd5b82356145c081615d30565b915060208301356145d081615d48565b809150509250929050565b600080600080608085870312156145f0578182fd5b84356145fb81615d30565b9350602085013561460b81615d48565b93969395505050506040820135916060013590565b6000806040838503121561458a578182fd5b60008060008060008060008060008060006101008c8e031215614653578687fd5b61465c8c614477565b9a5061466a60208d01614546565b995061467860408d01614530565b985067ffffffffffffffff8060608e01351115614693578788fd5b6146a38e60608f01358f0161448d565b909950975060808d01358110156146b8578687fd5b6146c88e60808f01358f0161448d565b90975095506146d960a08e01614477565b94506146e760c08e01614477565b93508060e08e013511156146f9578283fd5b5061470a8d60e08e01358e0161448d565b81935080925050509295989b509295989b9093969950565b600060208284031215614733578081fd5b815167ffffffffffffffff8082111561474a578283fd5b9083019060e0828603121561475d578283fd5b61476760e0615cb8565b6147708361453b565b815261477e6020840161453b565b602082015261478f60408401614551565b60408201526147a060608401614482565b60608201526080830151828111156147b6578485fd5b6147c2878286016144d4565b60808301525060a083015160a082015260c0830151828111156147e3578485fd5b6147ef878286016144d4565b60c08301525095945050505050565b60006020828403121561480f578081fd5b8135611bd481615d48565b6000806040838503121561482c578182fd5b823561483781615d48565b915060208301356145d081615d30565b600080600080600080600060a0888a031215614861578081fd5b873561486c81615d48565b9650602088013561487c81615d30565b9550604088013567ffffffffffffffff80821115614898578283fd5b6148a48b838c0161448d565b909750955060608a0135915081151582146148bd578283fd5b909350608089013590808211156148d2578283fd5b506148df8a828b0161448d565b989b979a50959850939692959293505050565b600080600060608486031215614906578081fd5b833561491181615d48565b9250602084013561492181615d30565b929592945050506040919091013590565b600080600080600080600060c0888a03121561494c578081fd5b873561495781615d48565b9650602088013561496781615d30565b955060408801359450606088013593506080880135925060a088013567ffffffffffffffff811115614997578182fd5b6148df8a828b0161448d565b6000806000806000608086880312156149ba578283fd5b85356149c581615d48565b945060208601356149d581615d30565b935060408601359250606086013567ffffffffffffffff8111156149f7578182fd5b614a038882890161448d565b969995985093965092949392505050565b60008060008060808587031215614a29578182fd5b8435614a3481615d48565b9350602085013561460b81615d30565b60008060408385031215614a56578182fd5b823561459581615d48565b60008060008060808587031215614a76578182fd5b8435614a8181615d48565b966020860135965060408601359560600135945092505050565b600080600060408486031215614aaf578081fd5b8335614aba81615d48565b9250602084013567ffffffffffffffff811115614ad5578182fd5b614ae18682870161448d565b9497909650939450505050565b60008060408385031215614b00578182fd5b82356145c081615d48565b60008060008060608587031215614b20578182fd5b8435614b2b81615d48565b93506020850135614b3b81615d48565b9250604085013567ffffffffffffffff811115614b56578283fd5b614b628782880161448d565b95989497509550505050565b600080600080600080600060e0888a031215614b88578081fd5b8735614b9381615d48565b96506020880135614ba381615d48565b95506040880135614bb381615d58565b94506060880135614bc381615d30565b93506080880135614bd381615d48565b925060a0880135614be381615d58565b915060c0880135614bf381615d30565b8091505092959891949750929550565b600060208284031215614c14578081fd5b5051919050565b600060208284031215614c2c578081fd5b8135611bd481615d58565b600060208284031215614c48578081fd5b8151611bd481615d58565b60008284528282602086013780602084860101526020601f19601f85011685010190509392505050565b60008151808452614c95816020860160208601615d04565b601f01601f19169290920160200192915050565b60609190911b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016815260140190565b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606093841b811682529190921b16601482015260280190565b60008351614d25818460208801615d04565b60609390931b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169190920190815260140192915050565b90565b60007fffffffffffffffff0000000000000000000000000000000000000000000000008860c01b1682527fffff000000000000000000000000000000000000000000000000000000000000808860f01b1660088401527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008760601b16600a840152808660f01b16601e840152508351614e00816020850160208801615d04565b80830190508351614e18816020840160208801615d04565b0160200198975050505050505050565b6001600160a01b0391909116815260200190565b901515815260200190565b92151583526020830191909152604082015260600190565b90815260200190565b9283526020830191909152604082015260600190565b600085825260606020830152614e98606083018587614c53565b905082604083015295945050505050565b60006020825261307b602083018486614c53565b600060208252611bd46020830184614c7d565b600060408252614ee36040830185614c7d565b905061ffff831660208301529392505050565b600060608252614f096060830186614c7d565b67ffffffffffffffff9490941660208301525060400152919050565b60208082526026908201527f4c617965725a65726f3a20696e76616c6964206f7574626f756e642070726f6f60408201527f6620747970650000000000000000000000000000000000000000000000000000606082015260800190565b60208082526024908201527f4c617965725a65726f3a20647374436861696e496420646f6573206e6f74206560408201527f7869737400000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526018908201527f4c617965725a65726f3a206f6e6c792074726561737572790000000000000000604082015260600190565b6020808252601e908201527f4c617965725a65726f3a20496e76616c696420636f6e66696720747970650000604082015260600190565b6020808252601a908201527f4c617965725a65726f3a207769746864726177206661696c6564000000000000604082015260600190565b60208082526025908201527f4c617965725a65726f3a206e6f7420656e6f756768206e617469766520666f7260408201527f2066656573000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526025908201527f4c617965725a65726f3a205f746f2063616e6e6f74206265207a65726f20616460408201527f6472657373000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526031908201527f4c617965725a65726f3a205f6c617965725a65726f546f6b656e2063616e6e6f60408201527f74206265207a65726f2061646472657373000000000000000000000000000000606082015260800190565b60208082526022908201527f4c617965725a65726f3a20696e76616c69642072656c6179657220616464726560408201527f7373000000000000000000000000000000000000000000000000000000000000606082015260800190565b6020808252601b908201527f4c617965725a65726f3a206661696c656420746f20726566756e640000000000604082015260600190565b6020808252602b908201527f4c617965725a65726f3a206d75737420626520706169642062792073656e646560408201527f72206f72206f726967696e000000000000000000000000000000000000000000606082015260800190565b6020808252601d908201527f4c617965725a65726f3a20696e76616c69642064737441646472657373000000604082015260600190565b60208082526021908201527f4c617965725a65726f3a20696e76616c6964206f7261636c652061646472657360408201527f7300000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526025908201527f4c617965725a65726f3a20696e76616c6964205f7061636b65742e756c6e416460408201527f6472657373000000000000000000000000000000000000000000000000000000606082015260800190565b6020808252601e908201527f4c617965725a65726f3a20696e76616c696420737263436861696e2049640000604082015260600190565b6020808252601a908201527f4c617965725a65726f3a20696e76616c69642072656c61796572000000000000604082015260600190565b6020808252601a908201527f4c617965725a65726f3a2077726f6e6720706174682064617461000000000000604082015260600190565b60208082526026908201527f4c617965725a65726f3a20646170705261646172206e6f6e636520616c72656160408201527f6479207365740000000000000000000000000000000000000000000000000000606082015260800190565b60208082526029908201527f4c617965725a65726f3a206c6962726172792063616e6e6f74206265207a657260408201527f6f20616464726573730000000000000000000000000000000000000000000000606082015260800190565b60208082526043908201527f4c617965725a65726f3a206f7261636c6520646174612063616e206f6e6c792060408201527f75706461746520696620697420686173206d6f726520636f6e6669726d61746960608201527f6f6e730000000000000000000000000000000000000000000000000000000000608082015260a00190565b6020808252601e908201527f4c617965725a65726f3a20696e76616c696420647374436861696e2049640000604082015260600190565b60208082526030908201527f4c617965725a65726f3a20696e76616c696420696e626f756e642070726f6f6660408201527f206c6962726172792076657273696f6e00000000000000000000000000000000606082015260800190565b60208082526022908201527f4c617965725a65726f3a20696e76616c6964207372634164647265737320736960408201527f7a65000000000000000000000000000000000000000000000000000000000000606082015260800190565b6020808252602a908201527f4c617965725a65726f3a2074726561737572792063616e6e6f74206265207a6560408201527f726f206164647265737300000000000000000000000000000000000000000000606082015260800190565b60208082526023908201527f4c617965725a65726f3a206e6f74206c6567616379207261646172206164647260408201527f6573730000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526021908201527f4c617965725a65726f3a2072656d6f746520756c6e20616c726561647920736560408201527f7400000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526022908201527f4c617965725a65726f3a2063616e206e6f7420616464206e6577206c6962726160408201527f7279000000000000000000000000000000000000000000000000000000000000606082015260800190565b60208082526019908201527f4c617965725a65726f3a206465636f6d6d697373696f6e656400000000000000604082015260600190565b60208082526018908201527f4c617965725a65726f3a206f6e6c7920656e64706f696e740000000000000000604082015260600190565b6020808252602e908201527f4c617965725a65726f3a20696e76616c6964206f7574626f756e6420626c6f6360408201527f6b20636f6e6669726d6174696f6e000000000000000000000000000000000000606082015260800190565b60208082526028908201527f4c617965725a65726f3a20696e636f72726563742072656d6f7465206164647260408201527f6573732073697a65000000000000000000000000000000000000000000000000606082015260800190565b60208082526019908201527f4c617965725a65726f3a206f6e6c792064617070526164617200000000000000604082015260600190565b60208082526030908201527f4c617965725a65726f3a2072656d6f746520636861696e20616464726573732060408201527f73697a6520616c72656164792073657400000000000000000000000000000000606082015260800190565b6020808252602d908201527f4c617965725a65726f3a20696e76616c696420696e626f756e6420626c6f636b60408201527f20636f6e6669726d6174696f6e00000000000000000000000000000000000000606082015260800190565b60208082526029908201527f4c617965725a65726f3a206e6f7420656e6f75676820626c6f636b20636f6e6660408201527f69726d6174696f6e730000000000000000000000000000000000000000000000606082015260800190565b600060c08201905061ffff808451168352602084015167ffffffffffffffff8082166020860152604086015191506001600160a01b0380831660408701528360608801511660608701528160808801511660808701528060a08801511660a08701525050505092915050565b61ffff91909116815260200190565b61ffff9290921682526001600160a01b0316602082015260400190565b600061ffff851682526001600160a01b038416602083015260606040830152615afe6060830184614c7d565b95945050505050565b600061ffff8516825260406020830152615afe604083018486614c53565b600061ffff841682526040602083015261307b6040830184614c7d565b600061ffff8816825260c06020830152615b5f60c0830188614c7d565b6001600160a01b038716604084015267ffffffffffffffff8616606084015284608084015282810360a0840152615b968185614c7d565b9998505050505050505050565b600061ffff8516825260606020830152615bc06060830185614c7d565b905067ffffffffffffffff83166040830152949350505050565b600061ffff80881683528087166020840152506001600160a01b038516604083015283606083015260a0608083015261429660a0830184614c7d565b61ffff948516815292909316602083015267ffffffffffffffff1660408201526001600160a01b03909116606082015260800190565b61ffff968716815267ffffffffffffffff95861660208201526001600160a01b03948516604082015292909516606083015290921660808301529190911660a082015260c00190565b918252602082015260400190565b67ffffffffffffffff91909116815260200190565b60405181810167ffffffffffffffff81118282101715615cd457fe5b604052919050565b60008085851115615ceb578182fd5b83861115615cf7578182fd5b5050820193919092039150565b60005b83811015615d1f578181015183820152602001615d07565b838111156140c55750506000910152565b6001600160a01b0381168114615d4557600080fd5b50565b61ffff81168114615d4557600080fd5b67ffffffffffffffff81168114615d4557600080fdfe4f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a26469706673582212207ebb07bc803d4777652f3cefdfaba993ec251527e30600f1f8ff41fd8ef2905164736f6c63430007060033";
1560
+ var isSuperArgs = function (xs) { return xs.length > 1; };
1561
+ var UltraLightNodeV2Radar__factory = /** @class */ (function (_super) {
1562
+ __extends(UltraLightNodeV2Radar__factory, _super);
1563
+ function UltraLightNodeV2Radar__factory() {
1564
+ var args = [];
1565
+ for (var _i = 0; _i < arguments.length; _i++) {
1566
+ args[_i] = arguments[_i];
1567
+ }
1568
+ var _this = this;
1569
+ if (isSuperArgs(args)) {
1570
+ _this = _super.apply(this, args) || this;
1571
+ }
1572
+ else {
1573
+ _this = _super.call(this, _abi, _bytecode, args[0]) || this;
1574
+ }
1575
+ return _this;
1576
+ }
1577
+ UltraLightNodeV2Radar__factory.prototype.deploy = function (_endpoint, _nonceContract, _localChainId, _dappRadar, overrides) {
1578
+ return _super.prototype.deploy.call(this, _endpoint, _nonceContract, _localChainId, _dappRadar, overrides || {});
1579
+ };
1580
+ UltraLightNodeV2Radar__factory.prototype.getDeployTransaction = function (_endpoint, _nonceContract, _localChainId, _dappRadar, overrides) {
1581
+ return _super.prototype.getDeployTransaction.call(this, _endpoint, _nonceContract, _localChainId, _dappRadar, overrides || {});
1582
+ };
1583
+ UltraLightNodeV2Radar__factory.prototype.attach = function (address) {
1584
+ return _super.prototype.attach.call(this, address);
1585
+ };
1586
+ UltraLightNodeV2Radar__factory.prototype.connect = function (signer) {
1587
+ return _super.prototype.connect.call(this, signer);
1588
+ };
1589
+ UltraLightNodeV2Radar__factory.createInterface = function () {
1590
+ return new ethers_1.utils.Interface(_abi);
1591
+ };
1592
+ UltraLightNodeV2Radar__factory.connect = function (address, signerOrProvider) {
1593
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
1594
+ };
1595
+ UltraLightNodeV2Radar__factory.bytecode = _bytecode;
1596
+ UltraLightNodeV2Radar__factory.abi = _abi;
1597
+ return UltraLightNodeV2Radar__factory;
1598
+ }(ethers_1.ContractFactory));
1599
+ exports.UltraLightNodeV2Radar__factory = UltraLightNodeV2Radar__factory;