@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron

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 (117) hide show
  1. package/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
  2. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
  3. package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
  4. package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
  5. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
  6. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
  7. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
  8. package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
  9. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
  10. package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
  11. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  12. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  13. package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
  14. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
  15. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
  16. package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
  17. package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
  18. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
  19. package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
  20. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
  21. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  22. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  23. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  24. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  25. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  26. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  27. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  28. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  29. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  30. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  31. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  32. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  33. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  34. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  35. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  36. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  37. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  38. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  39. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  40. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  41. package/deployments/polygon-sandbox-local/DVN.json +5 -5
  42. package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
  43. package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
  44. package/deployments/polygon-sandbox-local/Executor.json +14 -14
  45. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
  46. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
  47. package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
  48. package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
  49. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  50. package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
  51. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  52. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  53. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  54. package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
  55. package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
  56. package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
  57. package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
  58. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
  59. package/deployments/polygon-sandbox-local/Treasury.json +2 -2
  60. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  61. package/deployments/tron-sandbox-local/DVN.json +1896 -0
  62. package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
  63. package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
  64. package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
  65. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
  66. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
  67. package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
  68. package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
  69. package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
  70. package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
  71. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  72. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  73. package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
  74. package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
  75. package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
  76. package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
  77. package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
  78. package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
  79. package/deployments/tron-sandbox-local/Treasury.json +412 -0
  80. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
  81. package/package.json +9 -20
  82. package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
  83. package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
  84. package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
  85. package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
  86. package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
  87. package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
  88. package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  89. package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
  90. package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  91. package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
  92. package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
  93. package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
  94. package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
  95. package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
  96. package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
  97. package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
  98. package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
  99. package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
  100. package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
  101. package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
  102. package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
  103. package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
  104. package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
  105. package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
  106. package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  107. package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
  108. package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  109. package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
  110. package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
  111. package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
  112. package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
  113. package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
  114. package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
  115. package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
  116. package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
  117. package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
@@ -0,0 +1,2955 @@
1
+ {
2
+ "address": "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "uint32",
8
+ "name": "_eid",
9
+ "type": "uint32"
10
+ },
11
+ {
12
+ "internalType": "address",
13
+ "name": "_owner",
14
+ "type": "address"
15
+ }
16
+ ],
17
+ "stateMutability": "nonpayable",
18
+ "type": "constructor"
19
+ },
20
+ {
21
+ "inputs": [],
22
+ "name": "AlreadyRegistered",
23
+ "type": "error"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "ComposeExists",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [
32
+ {
33
+ "internalType": "bytes32",
34
+ "name": "expected",
35
+ "type": "bytes32"
36
+ },
37
+ {
38
+ "internalType": "bytes32",
39
+ "name": "actual",
40
+ "type": "bytes32"
41
+ }
42
+ ],
43
+ "name": "ComposeNotFound",
44
+ "type": "error"
45
+ },
46
+ {
47
+ "inputs": [],
48
+ "name": "DefaultReceiveLibUnavailable",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "inputs": [],
53
+ "name": "DefaultSendLibUnavailable",
54
+ "type": "error"
55
+ },
56
+ {
57
+ "inputs": [
58
+ {
59
+ "internalType": "uint256",
60
+ "name": "requiredNative",
61
+ "type": "uint256"
62
+ },
63
+ {
64
+ "internalType": "uint256",
65
+ "name": "suppliedNative",
66
+ "type": "uint256"
67
+ },
68
+ {
69
+ "internalType": "uint256",
70
+ "name": "requiredLzToken",
71
+ "type": "uint256"
72
+ },
73
+ {
74
+ "internalType": "uint256",
75
+ "name": "suppliedLzToken",
76
+ "type": "uint256"
77
+ }
78
+ ],
79
+ "name": "InsufficientFee",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [],
84
+ "name": "InvalidExpiry",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "uint64",
91
+ "name": "nonce",
92
+ "type": "uint64"
93
+ }
94
+ ],
95
+ "name": "InvalidNonce",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [],
100
+ "name": "InvalidPayloadHash",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [],
105
+ "name": "InvalidReceiveLibrary",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [],
110
+ "name": "LzTokenUnavailable",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [],
115
+ "name": "OnlyNonDefaultLib",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [],
120
+ "name": "OnlyReceiveLib",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [],
125
+ "name": "OnlyRegisteredLib",
126
+ "type": "error"
127
+ },
128
+ {
129
+ "inputs": [],
130
+ "name": "OnlyRegisteredOrDefaultLib",
131
+ "type": "error"
132
+ },
133
+ {
134
+ "inputs": [],
135
+ "name": "OnlySendLib",
136
+ "type": "error"
137
+ },
138
+ {
139
+ "inputs": [],
140
+ "name": "PathNotInitializable",
141
+ "type": "error"
142
+ },
143
+ {
144
+ "inputs": [],
145
+ "name": "PathNotVerifiable",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [
150
+ {
151
+ "internalType": "bytes32",
152
+ "name": "expected",
153
+ "type": "bytes32"
154
+ },
155
+ {
156
+ "internalType": "bytes32",
157
+ "name": "actual",
158
+ "type": "bytes32"
159
+ }
160
+ ],
161
+ "name": "PayloadHashNotFound",
162
+ "type": "error"
163
+ },
164
+ {
165
+ "inputs": [],
166
+ "name": "SameValue",
167
+ "type": "error"
168
+ },
169
+ {
170
+ "inputs": [],
171
+ "name": "SendReentrancy",
172
+ "type": "error"
173
+ },
174
+ {
175
+ "inputs": [],
176
+ "name": "ToAddressIsZero",
177
+ "type": "error"
178
+ },
179
+ {
180
+ "inputs": [
181
+ {
182
+ "internalType": "address",
183
+ "name": "_to",
184
+ "type": "address"
185
+ },
186
+ {
187
+ "internalType": "uint256",
188
+ "name": "_value",
189
+ "type": "uint256"
190
+ }
191
+ ],
192
+ "name": "TransferNativeFailed",
193
+ "type": "error"
194
+ },
195
+ {
196
+ "inputs": [],
197
+ "name": "Unauthorized",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [],
202
+ "name": "UnsupportedEid",
203
+ "type": "error"
204
+ },
205
+ {
206
+ "inputs": [],
207
+ "name": "UnsupportedInterface",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "ZeroLzTokenFee",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "anonymous": false,
217
+ "inputs": [
218
+ {
219
+ "indexed": false,
220
+ "internalType": "address",
221
+ "name": "from",
222
+ "type": "address"
223
+ },
224
+ {
225
+ "indexed": false,
226
+ "internalType": "address",
227
+ "name": "to",
228
+ "type": "address"
229
+ },
230
+ {
231
+ "indexed": false,
232
+ "internalType": "bytes32",
233
+ "name": "guid",
234
+ "type": "bytes32"
235
+ },
236
+ {
237
+ "indexed": false,
238
+ "internalType": "uint16",
239
+ "name": "index",
240
+ "type": "uint16"
241
+ }
242
+ ],
243
+ "name": "ComposeDelivered",
244
+ "type": "event"
245
+ },
246
+ {
247
+ "anonymous": false,
248
+ "inputs": [
249
+ {
250
+ "indexed": false,
251
+ "internalType": "address",
252
+ "name": "from",
253
+ "type": "address"
254
+ },
255
+ {
256
+ "indexed": false,
257
+ "internalType": "address",
258
+ "name": "to",
259
+ "type": "address"
260
+ },
261
+ {
262
+ "indexed": false,
263
+ "internalType": "bytes32",
264
+ "name": "guid",
265
+ "type": "bytes32"
266
+ },
267
+ {
268
+ "indexed": false,
269
+ "internalType": "uint16",
270
+ "name": "index",
271
+ "type": "uint16"
272
+ },
273
+ {
274
+ "indexed": false,
275
+ "internalType": "bytes",
276
+ "name": "message",
277
+ "type": "bytes"
278
+ }
279
+ ],
280
+ "name": "ComposeSent",
281
+ "type": "event"
282
+ },
283
+ {
284
+ "anonymous": false,
285
+ "inputs": [
286
+ {
287
+ "indexed": false,
288
+ "internalType": "uint32",
289
+ "name": "eid",
290
+ "type": "uint32"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "internalType": "address",
295
+ "name": "oldLib",
296
+ "type": "address"
297
+ },
298
+ {
299
+ "indexed": false,
300
+ "internalType": "address",
301
+ "name": "newLib",
302
+ "type": "address"
303
+ }
304
+ ],
305
+ "name": "DefaultReceiveLibrarySet",
306
+ "type": "event"
307
+ },
308
+ {
309
+ "anonymous": false,
310
+ "inputs": [
311
+ {
312
+ "indexed": false,
313
+ "internalType": "uint32",
314
+ "name": "eid",
315
+ "type": "uint32"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "address",
320
+ "name": "oldLib",
321
+ "type": "address"
322
+ },
323
+ {
324
+ "indexed": false,
325
+ "internalType": "uint256",
326
+ "name": "expiry",
327
+ "type": "uint256"
328
+ }
329
+ ],
330
+ "name": "DefaultReceiveLibraryTimeoutSet",
331
+ "type": "event"
332
+ },
333
+ {
334
+ "anonymous": false,
335
+ "inputs": [
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint32",
339
+ "name": "eid",
340
+ "type": "uint32"
341
+ },
342
+ {
343
+ "indexed": false,
344
+ "internalType": "address",
345
+ "name": "newLib",
346
+ "type": "address"
347
+ }
348
+ ],
349
+ "name": "DefaultSendLibrarySet",
350
+ "type": "event"
351
+ },
352
+ {
353
+ "anonymous": false,
354
+ "inputs": [
355
+ {
356
+ "indexed": false,
357
+ "internalType": "uint32",
358
+ "name": "srcEid",
359
+ "type": "uint32"
360
+ },
361
+ {
362
+ "indexed": false,
363
+ "internalType": "bytes32",
364
+ "name": "sender",
365
+ "type": "bytes32"
366
+ },
367
+ {
368
+ "indexed": false,
369
+ "internalType": "address",
370
+ "name": "receiver",
371
+ "type": "address"
372
+ },
373
+ {
374
+ "indexed": false,
375
+ "internalType": "uint64",
376
+ "name": "nonce",
377
+ "type": "uint64"
378
+ }
379
+ ],
380
+ "name": "InboundNonceSkipped",
381
+ "type": "event"
382
+ },
383
+ {
384
+ "anonymous": false,
385
+ "inputs": [
386
+ {
387
+ "indexed": false,
388
+ "internalType": "address",
389
+ "name": "newLib",
390
+ "type": "address"
391
+ }
392
+ ],
393
+ "name": "LibraryRegistered",
394
+ "type": "event"
395
+ },
396
+ {
397
+ "anonymous": false,
398
+ "inputs": [
399
+ {
400
+ "indexed": true,
401
+ "internalType": "address",
402
+ "name": "from",
403
+ "type": "address"
404
+ },
405
+ {
406
+ "indexed": true,
407
+ "internalType": "address",
408
+ "name": "to",
409
+ "type": "address"
410
+ },
411
+ {
412
+ "indexed": true,
413
+ "internalType": "address",
414
+ "name": "executor",
415
+ "type": "address"
416
+ },
417
+ {
418
+ "indexed": false,
419
+ "internalType": "bytes32",
420
+ "name": "guid",
421
+ "type": "bytes32"
422
+ },
423
+ {
424
+ "indexed": false,
425
+ "internalType": "uint16",
426
+ "name": "index",
427
+ "type": "uint16"
428
+ },
429
+ {
430
+ "indexed": false,
431
+ "internalType": "uint256",
432
+ "name": "gas",
433
+ "type": "uint256"
434
+ },
435
+ {
436
+ "indexed": false,
437
+ "internalType": "uint256",
438
+ "name": "value",
439
+ "type": "uint256"
440
+ },
441
+ {
442
+ "indexed": false,
443
+ "internalType": "bytes",
444
+ "name": "message",
445
+ "type": "bytes"
446
+ },
447
+ {
448
+ "indexed": false,
449
+ "internalType": "bytes",
450
+ "name": "extraData",
451
+ "type": "bytes"
452
+ },
453
+ {
454
+ "indexed": false,
455
+ "internalType": "bytes",
456
+ "name": "reason",
457
+ "type": "bytes"
458
+ }
459
+ ],
460
+ "name": "LzComposeAlert",
461
+ "type": "event"
462
+ },
463
+ {
464
+ "anonymous": false,
465
+ "inputs": [
466
+ {
467
+ "indexed": true,
468
+ "internalType": "address",
469
+ "name": "receiver",
470
+ "type": "address"
471
+ },
472
+ {
473
+ "indexed": true,
474
+ "internalType": "address",
475
+ "name": "executor",
476
+ "type": "address"
477
+ },
478
+ {
479
+ "components": [
480
+ {
481
+ "internalType": "uint32",
482
+ "name": "srcEid",
483
+ "type": "uint32"
484
+ },
485
+ {
486
+ "internalType": "bytes32",
487
+ "name": "sender",
488
+ "type": "bytes32"
489
+ },
490
+ {
491
+ "internalType": "uint64",
492
+ "name": "nonce",
493
+ "type": "uint64"
494
+ }
495
+ ],
496
+ "indexed": false,
497
+ "internalType": "struct Origin",
498
+ "name": "origin",
499
+ "type": "tuple"
500
+ },
501
+ {
502
+ "indexed": false,
503
+ "internalType": "bytes32",
504
+ "name": "guid",
505
+ "type": "bytes32"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "uint256",
510
+ "name": "gas",
511
+ "type": "uint256"
512
+ },
513
+ {
514
+ "indexed": false,
515
+ "internalType": "uint256",
516
+ "name": "value",
517
+ "type": "uint256"
518
+ },
519
+ {
520
+ "indexed": false,
521
+ "internalType": "bytes",
522
+ "name": "message",
523
+ "type": "bytes"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "bytes",
528
+ "name": "extraData",
529
+ "type": "bytes"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "bytes",
534
+ "name": "reason",
535
+ "type": "bytes"
536
+ }
537
+ ],
538
+ "name": "LzReceiveAlert",
539
+ "type": "event"
540
+ },
541
+ {
542
+ "anonymous": false,
543
+ "inputs": [
544
+ {
545
+ "indexed": false,
546
+ "internalType": "address",
547
+ "name": "token",
548
+ "type": "address"
549
+ }
550
+ ],
551
+ "name": "LzTokenSet",
552
+ "type": "event"
553
+ },
554
+ {
555
+ "anonymous": false,
556
+ "inputs": [
557
+ {
558
+ "indexed": true,
559
+ "internalType": "address",
560
+ "name": "previousOwner",
561
+ "type": "address"
562
+ },
563
+ {
564
+ "indexed": true,
565
+ "internalType": "address",
566
+ "name": "newOwner",
567
+ "type": "address"
568
+ }
569
+ ],
570
+ "name": "OwnershipTransferred",
571
+ "type": "event"
572
+ },
573
+ {
574
+ "anonymous": false,
575
+ "inputs": [
576
+ {
577
+ "indexed": false,
578
+ "internalType": "uint32",
579
+ "name": "srcEid",
580
+ "type": "uint32"
581
+ },
582
+ {
583
+ "indexed": false,
584
+ "internalType": "bytes32",
585
+ "name": "sender",
586
+ "type": "bytes32"
587
+ },
588
+ {
589
+ "indexed": false,
590
+ "internalType": "address",
591
+ "name": "receiver",
592
+ "type": "address"
593
+ },
594
+ {
595
+ "indexed": false,
596
+ "internalType": "uint64",
597
+ "name": "nonce",
598
+ "type": "uint64"
599
+ },
600
+ {
601
+ "indexed": false,
602
+ "internalType": "bytes32",
603
+ "name": "payloadHash",
604
+ "type": "bytes32"
605
+ }
606
+ ],
607
+ "name": "PacketBurnt",
608
+ "type": "event"
609
+ },
610
+ {
611
+ "anonymous": false,
612
+ "inputs": [
613
+ {
614
+ "components": [
615
+ {
616
+ "internalType": "uint32",
617
+ "name": "srcEid",
618
+ "type": "uint32"
619
+ },
620
+ {
621
+ "internalType": "bytes32",
622
+ "name": "sender",
623
+ "type": "bytes32"
624
+ },
625
+ {
626
+ "internalType": "uint64",
627
+ "name": "nonce",
628
+ "type": "uint64"
629
+ }
630
+ ],
631
+ "indexed": false,
632
+ "internalType": "struct Origin",
633
+ "name": "origin",
634
+ "type": "tuple"
635
+ },
636
+ {
637
+ "indexed": false,
638
+ "internalType": "address",
639
+ "name": "receiver",
640
+ "type": "address"
641
+ }
642
+ ],
643
+ "name": "PacketDelivered",
644
+ "type": "event"
645
+ },
646
+ {
647
+ "anonymous": false,
648
+ "inputs": [
649
+ {
650
+ "indexed": false,
651
+ "internalType": "uint32",
652
+ "name": "srcEid",
653
+ "type": "uint32"
654
+ },
655
+ {
656
+ "indexed": false,
657
+ "internalType": "bytes32",
658
+ "name": "sender",
659
+ "type": "bytes32"
660
+ },
661
+ {
662
+ "indexed": false,
663
+ "internalType": "address",
664
+ "name": "receiver",
665
+ "type": "address"
666
+ },
667
+ {
668
+ "indexed": false,
669
+ "internalType": "uint64",
670
+ "name": "nonce",
671
+ "type": "uint64"
672
+ },
673
+ {
674
+ "indexed": false,
675
+ "internalType": "bytes32",
676
+ "name": "payloadHash",
677
+ "type": "bytes32"
678
+ }
679
+ ],
680
+ "name": "PacketNilified",
681
+ "type": "event"
682
+ },
683
+ {
684
+ "anonymous": false,
685
+ "inputs": [
686
+ {
687
+ "indexed": false,
688
+ "internalType": "bytes",
689
+ "name": "encodedPayload",
690
+ "type": "bytes"
691
+ },
692
+ {
693
+ "indexed": false,
694
+ "internalType": "bytes",
695
+ "name": "options",
696
+ "type": "bytes"
697
+ },
698
+ {
699
+ "indexed": false,
700
+ "internalType": "address",
701
+ "name": "sendLibrary",
702
+ "type": "address"
703
+ }
704
+ ],
705
+ "name": "PacketSent",
706
+ "type": "event"
707
+ },
708
+ {
709
+ "anonymous": false,
710
+ "inputs": [
711
+ {
712
+ "components": [
713
+ {
714
+ "internalType": "uint32",
715
+ "name": "srcEid",
716
+ "type": "uint32"
717
+ },
718
+ {
719
+ "internalType": "bytes32",
720
+ "name": "sender",
721
+ "type": "bytes32"
722
+ },
723
+ {
724
+ "internalType": "uint64",
725
+ "name": "nonce",
726
+ "type": "uint64"
727
+ }
728
+ ],
729
+ "indexed": false,
730
+ "internalType": "struct Origin",
731
+ "name": "origin",
732
+ "type": "tuple"
733
+ },
734
+ {
735
+ "indexed": false,
736
+ "internalType": "address",
737
+ "name": "receiver",
738
+ "type": "address"
739
+ },
740
+ {
741
+ "indexed": false,
742
+ "internalType": "bytes32",
743
+ "name": "payloadHash",
744
+ "type": "bytes32"
745
+ }
746
+ ],
747
+ "name": "PacketVerified",
748
+ "type": "event"
749
+ },
750
+ {
751
+ "anonymous": false,
752
+ "inputs": [
753
+ {
754
+ "indexed": false,
755
+ "internalType": "address",
756
+ "name": "receiver",
757
+ "type": "address"
758
+ },
759
+ {
760
+ "indexed": false,
761
+ "internalType": "uint32",
762
+ "name": "eid",
763
+ "type": "uint32"
764
+ },
765
+ {
766
+ "indexed": false,
767
+ "internalType": "address",
768
+ "name": "oldLib",
769
+ "type": "address"
770
+ },
771
+ {
772
+ "indexed": false,
773
+ "internalType": "address",
774
+ "name": "newLib",
775
+ "type": "address"
776
+ }
777
+ ],
778
+ "name": "ReceiveLibrarySet",
779
+ "type": "event"
780
+ },
781
+ {
782
+ "anonymous": false,
783
+ "inputs": [
784
+ {
785
+ "indexed": false,
786
+ "internalType": "address",
787
+ "name": "receiver",
788
+ "type": "address"
789
+ },
790
+ {
791
+ "indexed": false,
792
+ "internalType": "uint32",
793
+ "name": "eid",
794
+ "type": "uint32"
795
+ },
796
+ {
797
+ "indexed": false,
798
+ "internalType": "address",
799
+ "name": "oldLib",
800
+ "type": "address"
801
+ },
802
+ {
803
+ "indexed": false,
804
+ "internalType": "uint256",
805
+ "name": "timeout",
806
+ "type": "uint256"
807
+ }
808
+ ],
809
+ "name": "ReceiveLibraryTimeoutSet",
810
+ "type": "event"
811
+ },
812
+ {
813
+ "anonymous": false,
814
+ "inputs": [
815
+ {
816
+ "indexed": false,
817
+ "internalType": "address",
818
+ "name": "sender",
819
+ "type": "address"
820
+ },
821
+ {
822
+ "indexed": false,
823
+ "internalType": "uint32",
824
+ "name": "eid",
825
+ "type": "uint32"
826
+ },
827
+ {
828
+ "indexed": false,
829
+ "internalType": "address",
830
+ "name": "newLib",
831
+ "type": "address"
832
+ }
833
+ ],
834
+ "name": "SendLibrarySet",
835
+ "type": "event"
836
+ },
837
+ {
838
+ "inputs": [],
839
+ "name": "EMPTY_PAYLOAD_HASH",
840
+ "outputs": [
841
+ {
842
+ "internalType": "bytes32",
843
+ "name": "",
844
+ "type": "bytes32"
845
+ }
846
+ ],
847
+ "stateMutability": "view",
848
+ "type": "function"
849
+ },
850
+ {
851
+ "inputs": [],
852
+ "name": "NIL_PAYLOAD_HASH",
853
+ "outputs": [
854
+ {
855
+ "internalType": "bytes32",
856
+ "name": "",
857
+ "type": "bytes32"
858
+ }
859
+ ],
860
+ "stateMutability": "view",
861
+ "type": "function"
862
+ },
863
+ {
864
+ "inputs": [],
865
+ "name": "blockedLibrary",
866
+ "outputs": [
867
+ {
868
+ "internalType": "address",
869
+ "name": "",
870
+ "type": "address"
871
+ }
872
+ ],
873
+ "stateMutability": "view",
874
+ "type": "function"
875
+ },
876
+ {
877
+ "inputs": [
878
+ {
879
+ "internalType": "address",
880
+ "name": "_oapp",
881
+ "type": "address"
882
+ },
883
+ {
884
+ "internalType": "uint32",
885
+ "name": "_srcEid",
886
+ "type": "uint32"
887
+ },
888
+ {
889
+ "internalType": "bytes32",
890
+ "name": "_sender",
891
+ "type": "bytes32"
892
+ },
893
+ {
894
+ "internalType": "uint64",
895
+ "name": "_nonce",
896
+ "type": "uint64"
897
+ },
898
+ {
899
+ "internalType": "bytes32",
900
+ "name": "_payloadHash",
901
+ "type": "bytes32"
902
+ }
903
+ ],
904
+ "name": "burn",
905
+ "outputs": [],
906
+ "stateMutability": "nonpayable",
907
+ "type": "function"
908
+ },
909
+ {
910
+ "inputs": [
911
+ {
912
+ "internalType": "address",
913
+ "name": "_oapp",
914
+ "type": "address"
915
+ },
916
+ {
917
+ "components": [
918
+ {
919
+ "internalType": "uint32",
920
+ "name": "srcEid",
921
+ "type": "uint32"
922
+ },
923
+ {
924
+ "internalType": "bytes32",
925
+ "name": "sender",
926
+ "type": "bytes32"
927
+ },
928
+ {
929
+ "internalType": "uint64",
930
+ "name": "nonce",
931
+ "type": "uint64"
932
+ }
933
+ ],
934
+ "internalType": "struct Origin",
935
+ "name": "_origin",
936
+ "type": "tuple"
937
+ },
938
+ {
939
+ "internalType": "bytes32",
940
+ "name": "_guid",
941
+ "type": "bytes32"
942
+ },
943
+ {
944
+ "internalType": "bytes",
945
+ "name": "_message",
946
+ "type": "bytes"
947
+ }
948
+ ],
949
+ "name": "clear",
950
+ "outputs": [],
951
+ "stateMutability": "nonpayable",
952
+ "type": "function"
953
+ },
954
+ {
955
+ "inputs": [
956
+ {
957
+ "internalType": "address",
958
+ "name": "from",
959
+ "type": "address"
960
+ },
961
+ {
962
+ "internalType": "address",
963
+ "name": "to",
964
+ "type": "address"
965
+ },
966
+ {
967
+ "internalType": "bytes32",
968
+ "name": "guid",
969
+ "type": "bytes32"
970
+ },
971
+ {
972
+ "internalType": "uint16",
973
+ "name": "index",
974
+ "type": "uint16"
975
+ }
976
+ ],
977
+ "name": "composeQueue",
978
+ "outputs": [
979
+ {
980
+ "internalType": "bytes32",
981
+ "name": "messageHash",
982
+ "type": "bytes32"
983
+ }
984
+ ],
985
+ "stateMutability": "view",
986
+ "type": "function"
987
+ },
988
+ {
989
+ "inputs": [
990
+ {
991
+ "internalType": "uint32",
992
+ "name": "srcEid",
993
+ "type": "uint32"
994
+ }
995
+ ],
996
+ "name": "defaultReceiveLibrary",
997
+ "outputs": [
998
+ {
999
+ "internalType": "address",
1000
+ "name": "lib",
1001
+ "type": "address"
1002
+ }
1003
+ ],
1004
+ "stateMutability": "view",
1005
+ "type": "function"
1006
+ },
1007
+ {
1008
+ "inputs": [
1009
+ {
1010
+ "internalType": "uint32",
1011
+ "name": "srcEid",
1012
+ "type": "uint32"
1013
+ }
1014
+ ],
1015
+ "name": "defaultReceiveLibraryTimeout",
1016
+ "outputs": [
1017
+ {
1018
+ "internalType": "address",
1019
+ "name": "lib",
1020
+ "type": "address"
1021
+ },
1022
+ {
1023
+ "internalType": "uint256",
1024
+ "name": "expiry",
1025
+ "type": "uint256"
1026
+ }
1027
+ ],
1028
+ "stateMutability": "view",
1029
+ "type": "function"
1030
+ },
1031
+ {
1032
+ "inputs": [
1033
+ {
1034
+ "internalType": "uint32",
1035
+ "name": "dstEid",
1036
+ "type": "uint32"
1037
+ }
1038
+ ],
1039
+ "name": "defaultSendLibrary",
1040
+ "outputs": [
1041
+ {
1042
+ "internalType": "address",
1043
+ "name": "lib",
1044
+ "type": "address"
1045
+ }
1046
+ ],
1047
+ "stateMutability": "view",
1048
+ "type": "function"
1049
+ },
1050
+ {
1051
+ "inputs": [
1052
+ {
1053
+ "internalType": "address",
1054
+ "name": "oapp",
1055
+ "type": "address"
1056
+ }
1057
+ ],
1058
+ "name": "delegates",
1059
+ "outputs": [
1060
+ {
1061
+ "internalType": "address",
1062
+ "name": "delegate",
1063
+ "type": "address"
1064
+ }
1065
+ ],
1066
+ "stateMutability": "view",
1067
+ "type": "function"
1068
+ },
1069
+ {
1070
+ "inputs": [],
1071
+ "name": "eid",
1072
+ "outputs": [
1073
+ {
1074
+ "internalType": "uint32",
1075
+ "name": "",
1076
+ "type": "uint32"
1077
+ }
1078
+ ],
1079
+ "stateMutability": "view",
1080
+ "type": "function"
1081
+ },
1082
+ {
1083
+ "inputs": [
1084
+ {
1085
+ "components": [
1086
+ {
1087
+ "internalType": "uint32",
1088
+ "name": "srcEid",
1089
+ "type": "uint32"
1090
+ },
1091
+ {
1092
+ "internalType": "bytes32",
1093
+ "name": "sender",
1094
+ "type": "bytes32"
1095
+ },
1096
+ {
1097
+ "internalType": "uint64",
1098
+ "name": "nonce",
1099
+ "type": "uint64"
1100
+ }
1101
+ ],
1102
+ "internalType": "struct Origin",
1103
+ "name": "_origin",
1104
+ "type": "tuple"
1105
+ },
1106
+ {
1107
+ "internalType": "address",
1108
+ "name": "_receiver",
1109
+ "type": "address"
1110
+ }
1111
+ ],
1112
+ "name": "executable",
1113
+ "outputs": [
1114
+ {
1115
+ "internalType": "enum ExecutionState",
1116
+ "name": "",
1117
+ "type": "uint8"
1118
+ }
1119
+ ],
1120
+ "stateMutability": "view",
1121
+ "type": "function"
1122
+ },
1123
+ {
1124
+ "inputs": [
1125
+ {
1126
+ "internalType": "address",
1127
+ "name": "_oapp",
1128
+ "type": "address"
1129
+ },
1130
+ {
1131
+ "internalType": "address",
1132
+ "name": "_lib",
1133
+ "type": "address"
1134
+ },
1135
+ {
1136
+ "internalType": "uint32",
1137
+ "name": "_eid",
1138
+ "type": "uint32"
1139
+ },
1140
+ {
1141
+ "internalType": "uint32",
1142
+ "name": "_configType",
1143
+ "type": "uint32"
1144
+ }
1145
+ ],
1146
+ "name": "getConfig",
1147
+ "outputs": [
1148
+ {
1149
+ "internalType": "bytes",
1150
+ "name": "config",
1151
+ "type": "bytes"
1152
+ }
1153
+ ],
1154
+ "stateMutability": "view",
1155
+ "type": "function"
1156
+ },
1157
+ {
1158
+ "inputs": [
1159
+ {
1160
+ "internalType": "address",
1161
+ "name": "_receiver",
1162
+ "type": "address"
1163
+ },
1164
+ {
1165
+ "internalType": "uint32",
1166
+ "name": "_srcEid",
1167
+ "type": "uint32"
1168
+ }
1169
+ ],
1170
+ "name": "getReceiveLibrary",
1171
+ "outputs": [
1172
+ {
1173
+ "internalType": "address",
1174
+ "name": "lib",
1175
+ "type": "address"
1176
+ },
1177
+ {
1178
+ "internalType": "bool",
1179
+ "name": "isDefault",
1180
+ "type": "bool"
1181
+ }
1182
+ ],
1183
+ "stateMutability": "view",
1184
+ "type": "function"
1185
+ },
1186
+ {
1187
+ "inputs": [],
1188
+ "name": "getRegisteredLibraries",
1189
+ "outputs": [
1190
+ {
1191
+ "internalType": "address[]",
1192
+ "name": "",
1193
+ "type": "address[]"
1194
+ }
1195
+ ],
1196
+ "stateMutability": "view",
1197
+ "type": "function"
1198
+ },
1199
+ {
1200
+ "inputs": [],
1201
+ "name": "getSendContext",
1202
+ "outputs": [
1203
+ {
1204
+ "internalType": "uint32",
1205
+ "name": "",
1206
+ "type": "uint32"
1207
+ },
1208
+ {
1209
+ "internalType": "address",
1210
+ "name": "",
1211
+ "type": "address"
1212
+ }
1213
+ ],
1214
+ "stateMutability": "view",
1215
+ "type": "function"
1216
+ },
1217
+ {
1218
+ "inputs": [
1219
+ {
1220
+ "internalType": "address",
1221
+ "name": "_sender",
1222
+ "type": "address"
1223
+ },
1224
+ {
1225
+ "internalType": "uint32",
1226
+ "name": "_dstEid",
1227
+ "type": "uint32"
1228
+ }
1229
+ ],
1230
+ "name": "getSendLibrary",
1231
+ "outputs": [
1232
+ {
1233
+ "internalType": "address",
1234
+ "name": "lib",
1235
+ "type": "address"
1236
+ }
1237
+ ],
1238
+ "stateMutability": "view",
1239
+ "type": "function"
1240
+ },
1241
+ {
1242
+ "inputs": [
1243
+ {
1244
+ "internalType": "address",
1245
+ "name": "_receiver",
1246
+ "type": "address"
1247
+ },
1248
+ {
1249
+ "internalType": "uint32",
1250
+ "name": "_srcEid",
1251
+ "type": "uint32"
1252
+ },
1253
+ {
1254
+ "internalType": "bytes32",
1255
+ "name": "_sender",
1256
+ "type": "bytes32"
1257
+ }
1258
+ ],
1259
+ "name": "inboundNonce",
1260
+ "outputs": [
1261
+ {
1262
+ "internalType": "uint64",
1263
+ "name": "",
1264
+ "type": "uint64"
1265
+ }
1266
+ ],
1267
+ "stateMutability": "view",
1268
+ "type": "function"
1269
+ },
1270
+ {
1271
+ "inputs": [
1272
+ {
1273
+ "internalType": "address",
1274
+ "name": "receiver",
1275
+ "type": "address"
1276
+ },
1277
+ {
1278
+ "internalType": "uint32",
1279
+ "name": "srcEid",
1280
+ "type": "uint32"
1281
+ },
1282
+ {
1283
+ "internalType": "bytes32",
1284
+ "name": "sender",
1285
+ "type": "bytes32"
1286
+ },
1287
+ {
1288
+ "internalType": "uint64",
1289
+ "name": "inboundNonce",
1290
+ "type": "uint64"
1291
+ }
1292
+ ],
1293
+ "name": "inboundPayloadHash",
1294
+ "outputs": [
1295
+ {
1296
+ "internalType": "bytes32",
1297
+ "name": "payloadHash",
1298
+ "type": "bytes32"
1299
+ }
1300
+ ],
1301
+ "stateMutability": "view",
1302
+ "type": "function"
1303
+ },
1304
+ {
1305
+ "inputs": [
1306
+ {
1307
+ "internalType": "address",
1308
+ "name": "_sender",
1309
+ "type": "address"
1310
+ },
1311
+ {
1312
+ "internalType": "uint32",
1313
+ "name": "_dstEid",
1314
+ "type": "uint32"
1315
+ }
1316
+ ],
1317
+ "name": "isDefaultSendLibrary",
1318
+ "outputs": [
1319
+ {
1320
+ "internalType": "bool",
1321
+ "name": "",
1322
+ "type": "bool"
1323
+ }
1324
+ ],
1325
+ "stateMutability": "view",
1326
+ "type": "function"
1327
+ },
1328
+ {
1329
+ "inputs": [
1330
+ {
1331
+ "internalType": "address",
1332
+ "name": "lib",
1333
+ "type": "address"
1334
+ }
1335
+ ],
1336
+ "name": "isRegisteredLibrary",
1337
+ "outputs": [
1338
+ {
1339
+ "internalType": "bool",
1340
+ "name": "",
1341
+ "type": "bool"
1342
+ }
1343
+ ],
1344
+ "stateMutability": "view",
1345
+ "type": "function"
1346
+ },
1347
+ {
1348
+ "inputs": [],
1349
+ "name": "isSendingMessage",
1350
+ "outputs": [
1351
+ {
1352
+ "internalType": "bool",
1353
+ "name": "",
1354
+ "type": "bool"
1355
+ }
1356
+ ],
1357
+ "stateMutability": "view",
1358
+ "type": "function"
1359
+ },
1360
+ {
1361
+ "inputs": [
1362
+ {
1363
+ "internalType": "uint32",
1364
+ "name": "_eid",
1365
+ "type": "uint32"
1366
+ }
1367
+ ],
1368
+ "name": "isSupportedEid",
1369
+ "outputs": [
1370
+ {
1371
+ "internalType": "bool",
1372
+ "name": "",
1373
+ "type": "bool"
1374
+ }
1375
+ ],
1376
+ "stateMutability": "view",
1377
+ "type": "function"
1378
+ },
1379
+ {
1380
+ "inputs": [
1381
+ {
1382
+ "internalType": "address",
1383
+ "name": "_receiver",
1384
+ "type": "address"
1385
+ },
1386
+ {
1387
+ "internalType": "uint32",
1388
+ "name": "_srcEid",
1389
+ "type": "uint32"
1390
+ },
1391
+ {
1392
+ "internalType": "address",
1393
+ "name": "_actualReceiveLib",
1394
+ "type": "address"
1395
+ }
1396
+ ],
1397
+ "name": "isValidReceiveLibrary",
1398
+ "outputs": [
1399
+ {
1400
+ "internalType": "bool",
1401
+ "name": "",
1402
+ "type": "bool"
1403
+ }
1404
+ ],
1405
+ "stateMutability": "view",
1406
+ "type": "function"
1407
+ },
1408
+ {
1409
+ "inputs": [
1410
+ {
1411
+ "internalType": "address",
1412
+ "name": "receiver",
1413
+ "type": "address"
1414
+ },
1415
+ {
1416
+ "internalType": "uint32",
1417
+ "name": "srcEid",
1418
+ "type": "uint32"
1419
+ },
1420
+ {
1421
+ "internalType": "bytes32",
1422
+ "name": "sender",
1423
+ "type": "bytes32"
1424
+ }
1425
+ ],
1426
+ "name": "lazyInboundNonce",
1427
+ "outputs": [
1428
+ {
1429
+ "internalType": "uint64",
1430
+ "name": "nonce",
1431
+ "type": "uint64"
1432
+ }
1433
+ ],
1434
+ "stateMutability": "view",
1435
+ "type": "function"
1436
+ },
1437
+ {
1438
+ "inputs": [
1439
+ {
1440
+ "internalType": "address",
1441
+ "name": "_from",
1442
+ "type": "address"
1443
+ },
1444
+ {
1445
+ "internalType": "address",
1446
+ "name": "_to",
1447
+ "type": "address"
1448
+ },
1449
+ {
1450
+ "internalType": "bytes32",
1451
+ "name": "_guid",
1452
+ "type": "bytes32"
1453
+ },
1454
+ {
1455
+ "internalType": "uint16",
1456
+ "name": "_index",
1457
+ "type": "uint16"
1458
+ },
1459
+ {
1460
+ "internalType": "bytes",
1461
+ "name": "_message",
1462
+ "type": "bytes"
1463
+ },
1464
+ {
1465
+ "internalType": "bytes",
1466
+ "name": "_extraData",
1467
+ "type": "bytes"
1468
+ }
1469
+ ],
1470
+ "name": "lzCompose",
1471
+ "outputs": [],
1472
+ "stateMutability": "payable",
1473
+ "type": "function"
1474
+ },
1475
+ {
1476
+ "inputs": [
1477
+ {
1478
+ "internalType": "address",
1479
+ "name": "_from",
1480
+ "type": "address"
1481
+ },
1482
+ {
1483
+ "internalType": "address",
1484
+ "name": "_to",
1485
+ "type": "address"
1486
+ },
1487
+ {
1488
+ "internalType": "bytes32",
1489
+ "name": "_guid",
1490
+ "type": "bytes32"
1491
+ },
1492
+ {
1493
+ "internalType": "uint16",
1494
+ "name": "_index",
1495
+ "type": "uint16"
1496
+ },
1497
+ {
1498
+ "internalType": "uint256",
1499
+ "name": "_gas",
1500
+ "type": "uint256"
1501
+ },
1502
+ {
1503
+ "internalType": "uint256",
1504
+ "name": "_value",
1505
+ "type": "uint256"
1506
+ },
1507
+ {
1508
+ "internalType": "bytes",
1509
+ "name": "_message",
1510
+ "type": "bytes"
1511
+ },
1512
+ {
1513
+ "internalType": "bytes",
1514
+ "name": "_extraData",
1515
+ "type": "bytes"
1516
+ },
1517
+ {
1518
+ "internalType": "bytes",
1519
+ "name": "_reason",
1520
+ "type": "bytes"
1521
+ }
1522
+ ],
1523
+ "name": "lzComposeAlert",
1524
+ "outputs": [],
1525
+ "stateMutability": "nonpayable",
1526
+ "type": "function"
1527
+ },
1528
+ {
1529
+ "inputs": [
1530
+ {
1531
+ "components": [
1532
+ {
1533
+ "internalType": "uint32",
1534
+ "name": "srcEid",
1535
+ "type": "uint32"
1536
+ },
1537
+ {
1538
+ "internalType": "bytes32",
1539
+ "name": "sender",
1540
+ "type": "bytes32"
1541
+ },
1542
+ {
1543
+ "internalType": "uint64",
1544
+ "name": "nonce",
1545
+ "type": "uint64"
1546
+ }
1547
+ ],
1548
+ "internalType": "struct Origin",
1549
+ "name": "_origin",
1550
+ "type": "tuple"
1551
+ },
1552
+ {
1553
+ "internalType": "address",
1554
+ "name": "_receiver",
1555
+ "type": "address"
1556
+ },
1557
+ {
1558
+ "internalType": "bytes32",
1559
+ "name": "_guid",
1560
+ "type": "bytes32"
1561
+ },
1562
+ {
1563
+ "internalType": "bytes",
1564
+ "name": "_message",
1565
+ "type": "bytes"
1566
+ },
1567
+ {
1568
+ "internalType": "bytes",
1569
+ "name": "_extraData",
1570
+ "type": "bytes"
1571
+ }
1572
+ ],
1573
+ "name": "lzReceive",
1574
+ "outputs": [],
1575
+ "stateMutability": "payable",
1576
+ "type": "function"
1577
+ },
1578
+ {
1579
+ "inputs": [
1580
+ {
1581
+ "components": [
1582
+ {
1583
+ "internalType": "uint32",
1584
+ "name": "srcEid",
1585
+ "type": "uint32"
1586
+ },
1587
+ {
1588
+ "internalType": "bytes32",
1589
+ "name": "sender",
1590
+ "type": "bytes32"
1591
+ },
1592
+ {
1593
+ "internalType": "uint64",
1594
+ "name": "nonce",
1595
+ "type": "uint64"
1596
+ }
1597
+ ],
1598
+ "internalType": "struct Origin",
1599
+ "name": "_origin",
1600
+ "type": "tuple"
1601
+ },
1602
+ {
1603
+ "internalType": "address",
1604
+ "name": "_receiver",
1605
+ "type": "address"
1606
+ },
1607
+ {
1608
+ "internalType": "bytes32",
1609
+ "name": "_guid",
1610
+ "type": "bytes32"
1611
+ },
1612
+ {
1613
+ "internalType": "uint256",
1614
+ "name": "_gas",
1615
+ "type": "uint256"
1616
+ },
1617
+ {
1618
+ "internalType": "uint256",
1619
+ "name": "_value",
1620
+ "type": "uint256"
1621
+ },
1622
+ {
1623
+ "internalType": "bytes",
1624
+ "name": "_message",
1625
+ "type": "bytes"
1626
+ },
1627
+ {
1628
+ "internalType": "bytes",
1629
+ "name": "_extraData",
1630
+ "type": "bytes"
1631
+ },
1632
+ {
1633
+ "internalType": "bytes",
1634
+ "name": "_reason",
1635
+ "type": "bytes"
1636
+ }
1637
+ ],
1638
+ "name": "lzReceiveAlert",
1639
+ "outputs": [],
1640
+ "stateMutability": "nonpayable",
1641
+ "type": "function"
1642
+ },
1643
+ {
1644
+ "inputs": [],
1645
+ "name": "lzToken",
1646
+ "outputs": [
1647
+ {
1648
+ "internalType": "address",
1649
+ "name": "",
1650
+ "type": "address"
1651
+ }
1652
+ ],
1653
+ "stateMutability": "view",
1654
+ "type": "function"
1655
+ },
1656
+ {
1657
+ "inputs": [],
1658
+ "name": "nativeToken",
1659
+ "outputs": [
1660
+ {
1661
+ "internalType": "address",
1662
+ "name": "",
1663
+ "type": "address"
1664
+ }
1665
+ ],
1666
+ "stateMutability": "view",
1667
+ "type": "function"
1668
+ },
1669
+ {
1670
+ "inputs": [
1671
+ {
1672
+ "internalType": "address",
1673
+ "name": "_sender",
1674
+ "type": "address"
1675
+ },
1676
+ {
1677
+ "internalType": "uint32",
1678
+ "name": "_dstEid",
1679
+ "type": "uint32"
1680
+ },
1681
+ {
1682
+ "internalType": "bytes32",
1683
+ "name": "_receiver",
1684
+ "type": "bytes32"
1685
+ }
1686
+ ],
1687
+ "name": "nextGuid",
1688
+ "outputs": [
1689
+ {
1690
+ "internalType": "bytes32",
1691
+ "name": "",
1692
+ "type": "bytes32"
1693
+ }
1694
+ ],
1695
+ "stateMutability": "view",
1696
+ "type": "function"
1697
+ },
1698
+ {
1699
+ "inputs": [
1700
+ {
1701
+ "internalType": "address",
1702
+ "name": "_oapp",
1703
+ "type": "address"
1704
+ },
1705
+ {
1706
+ "internalType": "uint32",
1707
+ "name": "_srcEid",
1708
+ "type": "uint32"
1709
+ },
1710
+ {
1711
+ "internalType": "bytes32",
1712
+ "name": "_sender",
1713
+ "type": "bytes32"
1714
+ },
1715
+ {
1716
+ "internalType": "uint64",
1717
+ "name": "_nonce",
1718
+ "type": "uint64"
1719
+ },
1720
+ {
1721
+ "internalType": "bytes32",
1722
+ "name": "_payloadHash",
1723
+ "type": "bytes32"
1724
+ }
1725
+ ],
1726
+ "name": "nilify",
1727
+ "outputs": [],
1728
+ "stateMutability": "nonpayable",
1729
+ "type": "function"
1730
+ },
1731
+ {
1732
+ "inputs": [
1733
+ {
1734
+ "internalType": "address",
1735
+ "name": "sender",
1736
+ "type": "address"
1737
+ },
1738
+ {
1739
+ "internalType": "uint32",
1740
+ "name": "dstEid",
1741
+ "type": "uint32"
1742
+ },
1743
+ {
1744
+ "internalType": "bytes32",
1745
+ "name": "receiver",
1746
+ "type": "bytes32"
1747
+ }
1748
+ ],
1749
+ "name": "outboundNonce",
1750
+ "outputs": [
1751
+ {
1752
+ "internalType": "uint64",
1753
+ "name": "nonce",
1754
+ "type": "uint64"
1755
+ }
1756
+ ],
1757
+ "stateMutability": "view",
1758
+ "type": "function"
1759
+ },
1760
+ {
1761
+ "inputs": [],
1762
+ "name": "owner",
1763
+ "outputs": [
1764
+ {
1765
+ "internalType": "address",
1766
+ "name": "",
1767
+ "type": "address"
1768
+ }
1769
+ ],
1770
+ "stateMutability": "view",
1771
+ "type": "function"
1772
+ },
1773
+ {
1774
+ "inputs": [
1775
+ {
1776
+ "components": [
1777
+ {
1778
+ "internalType": "uint32",
1779
+ "name": "dstEid",
1780
+ "type": "uint32"
1781
+ },
1782
+ {
1783
+ "internalType": "bytes32",
1784
+ "name": "receiver",
1785
+ "type": "bytes32"
1786
+ },
1787
+ {
1788
+ "internalType": "bytes",
1789
+ "name": "message",
1790
+ "type": "bytes"
1791
+ },
1792
+ {
1793
+ "internalType": "bytes",
1794
+ "name": "options",
1795
+ "type": "bytes"
1796
+ },
1797
+ {
1798
+ "internalType": "bool",
1799
+ "name": "payInLzToken",
1800
+ "type": "bool"
1801
+ }
1802
+ ],
1803
+ "internalType": "struct MessagingParams",
1804
+ "name": "_params",
1805
+ "type": "tuple"
1806
+ },
1807
+ {
1808
+ "internalType": "address",
1809
+ "name": "_sender",
1810
+ "type": "address"
1811
+ }
1812
+ ],
1813
+ "name": "quote",
1814
+ "outputs": [
1815
+ {
1816
+ "components": [
1817
+ {
1818
+ "internalType": "uint256",
1819
+ "name": "nativeFee",
1820
+ "type": "uint256"
1821
+ },
1822
+ {
1823
+ "internalType": "uint256",
1824
+ "name": "lzTokenFee",
1825
+ "type": "uint256"
1826
+ }
1827
+ ],
1828
+ "internalType": "struct MessagingFee",
1829
+ "name": "",
1830
+ "type": "tuple"
1831
+ }
1832
+ ],
1833
+ "stateMutability": "view",
1834
+ "type": "function"
1835
+ },
1836
+ {
1837
+ "inputs": [
1838
+ {
1839
+ "internalType": "address",
1840
+ "name": "receiver",
1841
+ "type": "address"
1842
+ },
1843
+ {
1844
+ "internalType": "uint32",
1845
+ "name": "srcEid",
1846
+ "type": "uint32"
1847
+ }
1848
+ ],
1849
+ "name": "receiveLibraryTimeout",
1850
+ "outputs": [
1851
+ {
1852
+ "internalType": "address",
1853
+ "name": "lib",
1854
+ "type": "address"
1855
+ },
1856
+ {
1857
+ "internalType": "uint256",
1858
+ "name": "expiry",
1859
+ "type": "uint256"
1860
+ }
1861
+ ],
1862
+ "stateMutability": "view",
1863
+ "type": "function"
1864
+ },
1865
+ {
1866
+ "inputs": [
1867
+ {
1868
+ "internalType": "address",
1869
+ "name": "_token",
1870
+ "type": "address"
1871
+ },
1872
+ {
1873
+ "internalType": "address",
1874
+ "name": "_to",
1875
+ "type": "address"
1876
+ },
1877
+ {
1878
+ "internalType": "uint256",
1879
+ "name": "_amount",
1880
+ "type": "uint256"
1881
+ }
1882
+ ],
1883
+ "name": "recoverToken",
1884
+ "outputs": [],
1885
+ "stateMutability": "nonpayable",
1886
+ "type": "function"
1887
+ },
1888
+ {
1889
+ "inputs": [
1890
+ {
1891
+ "internalType": "address",
1892
+ "name": "_lib",
1893
+ "type": "address"
1894
+ }
1895
+ ],
1896
+ "name": "registerLibrary",
1897
+ "outputs": [],
1898
+ "stateMutability": "nonpayable",
1899
+ "type": "function"
1900
+ },
1901
+ {
1902
+ "inputs": [],
1903
+ "name": "renounceOwnership",
1904
+ "outputs": [],
1905
+ "stateMutability": "nonpayable",
1906
+ "type": "function"
1907
+ },
1908
+ {
1909
+ "inputs": [
1910
+ {
1911
+ "components": [
1912
+ {
1913
+ "internalType": "uint32",
1914
+ "name": "dstEid",
1915
+ "type": "uint32"
1916
+ },
1917
+ {
1918
+ "internalType": "bytes32",
1919
+ "name": "receiver",
1920
+ "type": "bytes32"
1921
+ },
1922
+ {
1923
+ "internalType": "bytes",
1924
+ "name": "message",
1925
+ "type": "bytes"
1926
+ },
1927
+ {
1928
+ "internalType": "bytes",
1929
+ "name": "options",
1930
+ "type": "bytes"
1931
+ },
1932
+ {
1933
+ "internalType": "bool",
1934
+ "name": "payInLzToken",
1935
+ "type": "bool"
1936
+ }
1937
+ ],
1938
+ "internalType": "struct MessagingParams",
1939
+ "name": "_params",
1940
+ "type": "tuple"
1941
+ },
1942
+ {
1943
+ "internalType": "address",
1944
+ "name": "_refundAddress",
1945
+ "type": "address"
1946
+ }
1947
+ ],
1948
+ "name": "send",
1949
+ "outputs": [
1950
+ {
1951
+ "components": [
1952
+ {
1953
+ "internalType": "bytes32",
1954
+ "name": "guid",
1955
+ "type": "bytes32"
1956
+ },
1957
+ {
1958
+ "internalType": "uint64",
1959
+ "name": "nonce",
1960
+ "type": "uint64"
1961
+ },
1962
+ {
1963
+ "components": [
1964
+ {
1965
+ "internalType": "uint256",
1966
+ "name": "nativeFee",
1967
+ "type": "uint256"
1968
+ },
1969
+ {
1970
+ "internalType": "uint256",
1971
+ "name": "lzTokenFee",
1972
+ "type": "uint256"
1973
+ }
1974
+ ],
1975
+ "internalType": "struct MessagingFee",
1976
+ "name": "fee",
1977
+ "type": "tuple"
1978
+ }
1979
+ ],
1980
+ "internalType": "struct MessagingReceipt",
1981
+ "name": "",
1982
+ "type": "tuple"
1983
+ }
1984
+ ],
1985
+ "stateMutability": "payable",
1986
+ "type": "function"
1987
+ },
1988
+ {
1989
+ "inputs": [
1990
+ {
1991
+ "internalType": "address",
1992
+ "name": "_to",
1993
+ "type": "address"
1994
+ },
1995
+ {
1996
+ "internalType": "bytes32",
1997
+ "name": "_guid",
1998
+ "type": "bytes32"
1999
+ },
2000
+ {
2001
+ "internalType": "uint16",
2002
+ "name": "_index",
2003
+ "type": "uint16"
2004
+ },
2005
+ {
2006
+ "internalType": "bytes",
2007
+ "name": "_message",
2008
+ "type": "bytes"
2009
+ }
2010
+ ],
2011
+ "name": "sendCompose",
2012
+ "outputs": [],
2013
+ "stateMutability": "nonpayable",
2014
+ "type": "function"
2015
+ },
2016
+ {
2017
+ "inputs": [
2018
+ {
2019
+ "internalType": "address",
2020
+ "name": "_oapp",
2021
+ "type": "address"
2022
+ },
2023
+ {
2024
+ "internalType": "address",
2025
+ "name": "_lib",
2026
+ "type": "address"
2027
+ },
2028
+ {
2029
+ "components": [
2030
+ {
2031
+ "internalType": "uint32",
2032
+ "name": "eid",
2033
+ "type": "uint32"
2034
+ },
2035
+ {
2036
+ "internalType": "uint32",
2037
+ "name": "configType",
2038
+ "type": "uint32"
2039
+ },
2040
+ {
2041
+ "internalType": "bytes",
2042
+ "name": "config",
2043
+ "type": "bytes"
2044
+ }
2045
+ ],
2046
+ "internalType": "struct SetConfigParam[]",
2047
+ "name": "_params",
2048
+ "type": "tuple[]"
2049
+ }
2050
+ ],
2051
+ "name": "setConfig",
2052
+ "outputs": [],
2053
+ "stateMutability": "nonpayable",
2054
+ "type": "function"
2055
+ },
2056
+ {
2057
+ "inputs": [
2058
+ {
2059
+ "internalType": "uint32",
2060
+ "name": "_eid",
2061
+ "type": "uint32"
2062
+ },
2063
+ {
2064
+ "internalType": "address",
2065
+ "name": "_newLib",
2066
+ "type": "address"
2067
+ },
2068
+ {
2069
+ "internalType": "uint256",
2070
+ "name": "_gracePeriod",
2071
+ "type": "uint256"
2072
+ }
2073
+ ],
2074
+ "name": "setDefaultReceiveLibrary",
2075
+ "outputs": [],
2076
+ "stateMutability": "nonpayable",
2077
+ "type": "function"
2078
+ },
2079
+ {
2080
+ "inputs": [
2081
+ {
2082
+ "internalType": "uint32",
2083
+ "name": "_eid",
2084
+ "type": "uint32"
2085
+ },
2086
+ {
2087
+ "internalType": "address",
2088
+ "name": "_lib",
2089
+ "type": "address"
2090
+ },
2091
+ {
2092
+ "internalType": "uint256",
2093
+ "name": "_expiry",
2094
+ "type": "uint256"
2095
+ }
2096
+ ],
2097
+ "name": "setDefaultReceiveLibraryTimeout",
2098
+ "outputs": [],
2099
+ "stateMutability": "nonpayable",
2100
+ "type": "function"
2101
+ },
2102
+ {
2103
+ "inputs": [
2104
+ {
2105
+ "internalType": "uint32",
2106
+ "name": "_eid",
2107
+ "type": "uint32"
2108
+ },
2109
+ {
2110
+ "internalType": "address",
2111
+ "name": "_newLib",
2112
+ "type": "address"
2113
+ }
2114
+ ],
2115
+ "name": "setDefaultSendLibrary",
2116
+ "outputs": [],
2117
+ "stateMutability": "nonpayable",
2118
+ "type": "function"
2119
+ },
2120
+ {
2121
+ "inputs": [
2122
+ {
2123
+ "internalType": "address",
2124
+ "name": "_delegate",
2125
+ "type": "address"
2126
+ }
2127
+ ],
2128
+ "name": "setDelegate",
2129
+ "outputs": [],
2130
+ "stateMutability": "nonpayable",
2131
+ "type": "function"
2132
+ },
2133
+ {
2134
+ "inputs": [
2135
+ {
2136
+ "internalType": "address",
2137
+ "name": "_lzToken",
2138
+ "type": "address"
2139
+ }
2140
+ ],
2141
+ "name": "setLzToken",
2142
+ "outputs": [],
2143
+ "stateMutability": "nonpayable",
2144
+ "type": "function"
2145
+ },
2146
+ {
2147
+ "inputs": [
2148
+ {
2149
+ "internalType": "address",
2150
+ "name": "_oapp",
2151
+ "type": "address"
2152
+ },
2153
+ {
2154
+ "internalType": "uint32",
2155
+ "name": "_eid",
2156
+ "type": "uint32"
2157
+ },
2158
+ {
2159
+ "internalType": "address",
2160
+ "name": "_newLib",
2161
+ "type": "address"
2162
+ },
2163
+ {
2164
+ "internalType": "uint256",
2165
+ "name": "_gracePeriod",
2166
+ "type": "uint256"
2167
+ }
2168
+ ],
2169
+ "name": "setReceiveLibrary",
2170
+ "outputs": [],
2171
+ "stateMutability": "nonpayable",
2172
+ "type": "function"
2173
+ },
2174
+ {
2175
+ "inputs": [
2176
+ {
2177
+ "internalType": "address",
2178
+ "name": "_oapp",
2179
+ "type": "address"
2180
+ },
2181
+ {
2182
+ "internalType": "uint32",
2183
+ "name": "_eid",
2184
+ "type": "uint32"
2185
+ },
2186
+ {
2187
+ "internalType": "address",
2188
+ "name": "_lib",
2189
+ "type": "address"
2190
+ },
2191
+ {
2192
+ "internalType": "uint256",
2193
+ "name": "_expiry",
2194
+ "type": "uint256"
2195
+ }
2196
+ ],
2197
+ "name": "setReceiveLibraryTimeout",
2198
+ "outputs": [],
2199
+ "stateMutability": "nonpayable",
2200
+ "type": "function"
2201
+ },
2202
+ {
2203
+ "inputs": [
2204
+ {
2205
+ "internalType": "address",
2206
+ "name": "_oapp",
2207
+ "type": "address"
2208
+ },
2209
+ {
2210
+ "internalType": "uint32",
2211
+ "name": "_eid",
2212
+ "type": "uint32"
2213
+ },
2214
+ {
2215
+ "internalType": "address",
2216
+ "name": "_newLib",
2217
+ "type": "address"
2218
+ }
2219
+ ],
2220
+ "name": "setSendLibrary",
2221
+ "outputs": [],
2222
+ "stateMutability": "nonpayable",
2223
+ "type": "function"
2224
+ },
2225
+ {
2226
+ "inputs": [
2227
+ {
2228
+ "internalType": "address",
2229
+ "name": "_oapp",
2230
+ "type": "address"
2231
+ },
2232
+ {
2233
+ "internalType": "uint32",
2234
+ "name": "_srcEid",
2235
+ "type": "uint32"
2236
+ },
2237
+ {
2238
+ "internalType": "bytes32",
2239
+ "name": "_sender",
2240
+ "type": "bytes32"
2241
+ },
2242
+ {
2243
+ "internalType": "uint64",
2244
+ "name": "_nonce",
2245
+ "type": "uint64"
2246
+ }
2247
+ ],
2248
+ "name": "skip",
2249
+ "outputs": [],
2250
+ "stateMutability": "nonpayable",
2251
+ "type": "function"
2252
+ },
2253
+ {
2254
+ "inputs": [
2255
+ {
2256
+ "internalType": "address",
2257
+ "name": "newOwner",
2258
+ "type": "address"
2259
+ }
2260
+ ],
2261
+ "name": "transferOwnership",
2262
+ "outputs": [],
2263
+ "stateMutability": "nonpayable",
2264
+ "type": "function"
2265
+ },
2266
+ {
2267
+ "inputs": [
2268
+ {
2269
+ "components": [
2270
+ {
2271
+ "internalType": "uint32",
2272
+ "name": "srcEid",
2273
+ "type": "uint32"
2274
+ },
2275
+ {
2276
+ "internalType": "bytes32",
2277
+ "name": "sender",
2278
+ "type": "bytes32"
2279
+ },
2280
+ {
2281
+ "internalType": "uint64",
2282
+ "name": "nonce",
2283
+ "type": "uint64"
2284
+ }
2285
+ ],
2286
+ "internalType": "struct Origin",
2287
+ "name": "_origin",
2288
+ "type": "tuple"
2289
+ },
2290
+ {
2291
+ "internalType": "address",
2292
+ "name": "_receiver",
2293
+ "type": "address"
2294
+ },
2295
+ {
2296
+ "internalType": "address",
2297
+ "name": "_receiveLib",
2298
+ "type": "address"
2299
+ },
2300
+ {
2301
+ "internalType": "bytes32",
2302
+ "name": "_payloadHash",
2303
+ "type": "bytes32"
2304
+ }
2305
+ ],
2306
+ "name": "verifiable",
2307
+ "outputs": [
2308
+ {
2309
+ "internalType": "bool",
2310
+ "name": "",
2311
+ "type": "bool"
2312
+ }
2313
+ ],
2314
+ "stateMutability": "view",
2315
+ "type": "function"
2316
+ },
2317
+ {
2318
+ "inputs": [
2319
+ {
2320
+ "components": [
2321
+ {
2322
+ "internalType": "uint32",
2323
+ "name": "srcEid",
2324
+ "type": "uint32"
2325
+ },
2326
+ {
2327
+ "internalType": "bytes32",
2328
+ "name": "sender",
2329
+ "type": "bytes32"
2330
+ },
2331
+ {
2332
+ "internalType": "uint64",
2333
+ "name": "nonce",
2334
+ "type": "uint64"
2335
+ }
2336
+ ],
2337
+ "internalType": "struct Origin",
2338
+ "name": "_origin",
2339
+ "type": "tuple"
2340
+ },
2341
+ {
2342
+ "internalType": "address",
2343
+ "name": "_receiver",
2344
+ "type": "address"
2345
+ },
2346
+ {
2347
+ "internalType": "bytes32",
2348
+ "name": "_payloadHash",
2349
+ "type": "bytes32"
2350
+ }
2351
+ ],
2352
+ "name": "verify",
2353
+ "outputs": [],
2354
+ "stateMutability": "nonpayable",
2355
+ "type": "function"
2356
+ }
2357
+ ],
2358
+ "transactionHash": "0x9b66c54ee2be0e0b8e4b23df9a372707eccdbca3743e26f31de01bd8d88c1cb6",
2359
+ "receipt": {
2360
+ "to": null,
2361
+ "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
2362
+ "contractAddress": "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
2363
+ "transactionIndex": 0,
2364
+ "gasUsed": "5466383",
2365
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
2366
+ "blockHash": "0x000000000000001dc75a26a102d757de9c9cf2f65d628eb93aa8d9ca56b4d1fa",
2367
+ "transactionHash": "0x9b66c54ee2be0e0b8e4b23df9a372707eccdbca3743e26f31de01bd8d88c1cb6",
2368
+ "logs": [
2369
+ {
2370
+ "transactionIndex": 0,
2371
+ "blockNumber": 29,
2372
+ "transactionHash": "0x9b66c54ee2be0e0b8e4b23df9a372707eccdbca3743e26f31de01bd8d88c1cb6",
2373
+ "address": "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
2374
+ "topics": [
2375
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2376
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
2377
+ "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
2378
+ ],
2379
+ "data": "0x",
2380
+ "logIndex": 0,
2381
+ "blockHash": "0x000000000000001dc75a26a102d757de9c9cf2f65d628eb93aa8d9ca56b4d1fa"
2382
+ },
2383
+ {
2384
+ "transactionIndex": 0,
2385
+ "blockNumber": 29,
2386
+ "transactionHash": "0x9b66c54ee2be0e0b8e4b23df9a372707eccdbca3743e26f31de01bd8d88c1cb6",
2387
+ "address": "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
2388
+ "topics": [
2389
+ "0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
2390
+ ],
2391
+ "data": "0x000000000000000000000000b63db7e04564f95e6d7f00bb905b43e76df302c8",
2392
+ "logIndex": 1,
2393
+ "blockHash": "0x000000000000001dc75a26a102d757de9c9cf2f65d628eb93aa8d9ca56b4d1fa"
2394
+ },
2395
+ {
2396
+ "transactionIndex": 0,
2397
+ "blockNumber": 29,
2398
+ "transactionHash": "0x9b66c54ee2be0e0b8e4b23df9a372707eccdbca3743e26f31de01bd8d88c1cb6",
2399
+ "address": "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
2400
+ "topics": [
2401
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2402
+ "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
2403
+ "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
2404
+ ],
2405
+ "data": "0x",
2406
+ "logIndex": 2,
2407
+ "blockHash": "0x000000000000001dc75a26a102d757de9c9cf2f65d628eb93aa8d9ca56b4d1fa"
2408
+ }
2409
+ ],
2410
+ "blockNumber": 29,
2411
+ "cumulativeGasUsed": "5466383",
2412
+ "status": 1,
2413
+ "byzantium": true
2414
+ },
2415
+ "args": [
2416
+ 50225,
2417
+ "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
2418
+ ],
2419
+ "numDeployments": 1,
2420
+ "solcInputHash": "5f9cc4c4ad07139fb3a149ee8b32b86a",
2421
+ "bytecode": "0x60c06040526001600d553480156200001657600080fd5b50d380156200002457600080fd5b50d280156200003257600080fd5b5060405162006bd338038062006bd38339810160408190526200005591620002f2565b816200006133620000c2565b63ffffffff166080526040516200007890620002e4565b604051809103906000f08015801562000095573d6000803e3d6000fd5b506001600160a01b031660a0819052620000af9062000112565b620000ba81620000c2565b505062000379565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6200011c62000283565b6040516301ffc9a760e01b81526325fc096160e21b60048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa15801562000168573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200018e91906200034e565b620001ac576040516331d5783360e11b815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615620001e757604051630ea075bf60e21b815260040160405180910390fd5b6001600160a01b0381166000818152600560209081526040808320805460ff191660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180546001600160a01b0319168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5910160405180910390a150565b6000546001600160a01b03163314620002e25760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640160405180910390fd5b565b6102c3806200691083390190565b600080604083850312156200030657600080fd5b825163ffffffff811681146200031b57600080fd5b60208401519092506001600160a81b03811681146200033957600080fd5b91946001600160a01b03909216935090915050565b6000602082840312156200036157600080fd5b815180151581146200037257600080fd5b9392505050565b60805160a05161654e620003c26000396000610a1a0152600081816106630152818161351501528181613e5e01528181613ec50152818161476801526147cf015261654e6000f3fe6080604052600436106103605760003560e01c80639132e5c3116101c6578063ca5eb5e1116100f7578063e1758bd811610095578063e8964e811161006f578063e8964e81146110ef578063ef667aa114611129578063f2fde38b1461118e578063f64be4c7146111c857600080fd5b8063e1758bd81461104d578063e1e3a7df1461107b578063e4fe1d94146110b557600080fd5b8063d70b8902116100d1578063d70b890214610f1c578063dc706a6214610f56578063dc93c8a214610fa0578063ddc28c581461100657600080fd5b8063ca5eb5e114610e37578063cb5026b914610eb3578063d4b4ec8f14610ee257600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea31214610d28578063b96a277f14610d62578063c28e0eed14610d9c578063c9fc7bcd14610dd657600080fd5b8063a7229fd914610c7a578063a825d74714610cb4578063aafe5e0714610cee57600080fd5b80639c6d7340116101a05780639c6d734014610b6a5780639d7f977514610bcc578063a0dd43fc14610c06578063a718531b14610c4057600080fd5b80639132e5c314610ae157806391d20fa114610b1d5780639535ff3014610b3057600080fd5b8063587cde1e116102a05780636e83f5bb1161023e578063733180911161021857806373318091146109ee57806379624ca914610a3c5780637cb5901214610a6f5780638da5cb5b14610aa957600080fd5b80636e83f5bb146108f65780636f50a8031461096f578063715018a6146109bf57600080fd5b8063697fe6b61161027a578063697fe6b61461080e5780636a14d715146108485780636bf73fa3146108825780636dbd9f90146108bc57600080fd5b8063587cde1e146106e15780635b17bb70146107495780636750cd4c146107c457600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146105a457806340f80683146105fd578063416ecebf146106375780634b4b2efb1461069a57600080fd5b80632baf0be7146104ad5780632e80fbf31461050957806335d330b01461054357600080fd5b80632637a4501161033e5780632637a4501461040c5780632a56c1b01461042c5780632b3197b91461046657600080fd5b80630c0c389e1461036557806314f651a91461037a578063183c834f146103d2575b600080fd5b6103786103733660046152cd565b611218565b005b34801561038657600080fd5b50d3801561039357600080fd5b50d280156103a057600080fd5b506103a961132f565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103de57600080fd5b50d380156103eb57600080fd5b50d280156103f857600080fd5b5061037861040736600461537d565b611361565b61041f61041a3660046153c8565b6116ec565b6040516103c9919061541b565b34801561043857600080fd5b50d3801561044557600080fd5b50d2801561045257600080fd5b5061037861046136600461545e565b611855565b34801561047257600080fd5b50d3801561047f57600080fd5b50d2801561048c57600080fd5b506104a061049b3660046154ce565b611913565b6040516103c99190615590565b3480156104b957600080fd5b50d380156104c657600080fd5b50d280156104d357600080fd5b506104fb7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016103c9565b34801561051557600080fd5b50d3801561052257600080fd5b50d2801561052f57600080fd5b5061037861053e3660046155bb565b611a2e565b34801561054f57600080fd5b50d3801561055c57600080fd5b50d2801561056957600080fd5b506104fb610578366004615622565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156105b057600080fd5b50d380156105bd57600080fd5b50d280156105ca57600080fd5b506105de6105d9366004615664565b611c05565b604080516001600160a01b0390931683529015156020830152016103c9565b34801561060957600080fd5b50d3801561061657600080fd5b50d2801561062357600080fd5b506103786106323660046155bb565b611c9c565b34801561064357600080fd5b50d3801561065057600080fd5b50d2801561065d57600080fd5b506106857f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103c9565b3480156106a657600080fd5b50d380156106b357600080fd5b50d280156106c057600080fd5b506106d46106cf36600461568e565b611e4c565b6040516103c991906156e8565b3480156106ed57600080fd5b50d380156106fa57600080fd5b50d2801561070757600080fd5b50610731610716366004615729565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103c9565b34801561075557600080fd5b50d3801561076257600080fd5b50d2801561076f57600080fd5b506107ab61077e366004615744565b600160209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016103c9565b3480156107d057600080fd5b50d380156107dd57600080fd5b50d280156107ea57600080fd5b506107fe6107f9366004615780565b611ff0565b60405190151581526020016103c9565b34801561081a57600080fd5b50d3801561082757600080fd5b50d2801561083457600080fd5b5061037861084336600461579b565b61203c565b34801561085457600080fd5b50d3801561086157600080fd5b50d2801561086e57600080fd5b5061037861087d36600461537d565b6120b1565b34801561088e57600080fd5b50d3801561089b57600080fd5b50d280156108a857600080fd5b506103786108b7366004615899565b6125bb565b3480156108c857600080fd5b50d380156108d557600080fd5b50d280156108e257600080fd5b506103786108f136600461597d565b612625565b34801561090257600080fd5b50d3801561090f57600080fd5b50d2801561091c57600080fd5b5061095061092b366004615780565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b0390931683526020830191909152016103c9565b34801561097b57600080fd5b50d3801561098857600080fd5b50d2801561099557600080fd5b506107316109a4366004615780565b600a602052600090815260409020546001600160a01b031681565b3480156109cb57600080fd5b50d380156109d857600080fd5b50d280156109e557600080fd5b506103786126f9565b3480156109fa57600080fd5b50d38015610a0757600080fd5b50d28015610a1457600080fd5b506107317f000000000000000000000000000000000000000000000000000000000000000081565b348015610a4857600080fd5b50d38015610a5557600080fd5b50d28015610a6257600080fd5b50600d54600114156107fe565b348015610a7b57600080fd5b50d38015610a8857600080fd5b50d28015610a9557600080fd5b50610378610aa4366004615a0e565b61270d565b348015610ab557600080fd5b50d38015610ac257600080fd5b50d28015610acf57600080fd5b506000546001600160a01b0316610731565b348015610aed57600080fd5b50d38015610afa57600080fd5b50d28015610b0757600080fd5b50610b10612812565b6040516103c99190615a60565b610378610b2b366004615aad565b612874565b348015610b3c57600080fd5b50d38015610b4957600080fd5b50d28015610b5657600080fd5b50610378610b65366004615b58565b612a36565b348015610b7657600080fd5b50d38015610b8357600080fd5b50d28015610b9057600080fd5b506107ab610b9f366004615744565b600360209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b348015610bd857600080fd5b50d38015610be557600080fd5b50d28015610bf257600080fd5b506107fe610c01366004615b58565b612d3e565b348015610c1257600080fd5b50d38015610c1f57600080fd5b50d28015610c2c57600080fd5b506107ab610c3b366004615744565b612e1a565b348015610c4c57600080fd5b50d38015610c5957600080fd5b50d28015610c6657600080fd5b50610378610c75366004615b9b565b612eb3565b348015610c8657600080fd5b50d38015610c9357600080fd5b50d28015610ca057600080fd5b50610378610caf366004615bc7565b6132c5565b348015610cc057600080fd5b50d38015610ccd57600080fd5b50d28015610cda57600080fd5b50610378610ce9366004615be5565b6132dd565b348015610cfa57600080fd5b50d38015610d0757600080fd5b50d28015610d1457600080fd5b506104fb610d23366004615744565b613475565b348015610d3457600080fd5b50d38015610d4157600080fd5b50d28015610d4e57600080fd5b50610378610d5d366004615c22565b613584565b348015610d6e57600080fd5b50d38015610d7b57600080fd5b50d28015610d8857600080fd5b50610731610d97366004615664565b613844565b348015610da857600080fd5b50d38015610db557600080fd5b50d28015610dc257600080fd5b50610378610dd1366004615729565b6138cc565b348015610de257600080fd5b50d38015610def57600080fd5b50d28015610dfc57600080fd5b506104fb610e0b366004615c3e565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610e4357600080fd5b50d38015610e5057600080fd5b50d28015610e5d57600080fd5b50610378610e6c366004615729565b336000908152600f6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b348015610ebf57600080fd5b50d38015610ecc57600080fd5b50d28015610ed957600080fd5b506104fb600081565b348015610eee57600080fd5b50d38015610efb57600080fd5b50d28015610f0857600080fd5b50610378610f17366004615b9b565b613941565b348015610f2857600080fd5b50d38015610f3557600080fd5b50d28015610f4257600080fd5b50610378610f51366004615c3e565b613c45565b348015610f6257600080fd5b50d38015610f6f57600080fd5b50d28015610f7c57600080fd5b506107fe610f8b366004615729565b60056020526000908152604090205460ff1681565b348015610fac57600080fd5b50d38015610fb957600080fd5b50d28015610fc657600080fd5b506107fe610fd5366004615664565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b34801561101257600080fd5b50d3801561101f57600080fd5b50d2801561102c57600080fd5b5061104061103b3660046153c8565b613d68565b6040516103c99190615c80565b34801561105957600080fd5b50d3801561106657600080fd5b50d2801561107357600080fd5b506000610731565b34801561108757600080fd5b50d3801561109457600080fd5b50d280156110a157600080fd5b506107fe6110b0366004615c97565b614093565b3480156110c157600080fd5b50d380156110ce57600080fd5b50d280156110db57600080fd5b50600e54610731906001600160a01b031681565b3480156110fb57600080fd5b50d3801561110857600080fd5b50d2801561111557600080fd5b50610378611124366004615729565b614161565b34801561113557600080fd5b50d3801561114257600080fd5b50d2801561114f57600080fd5b5061095061115e366004615664565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b34801561119a57600080fd5b50d380156111a757600080fd5b50d280156111b457600080fd5b506103786111c3366004615729565b61435f565b3480156111d457600080fd5b50d380156111e157600080fd5b50d280156111ee57600080fd5b506107316111fd366004615780565b6009602052600090815260409020546001600160a01b031681565b6112678661122960208a018a615780565b60208a013561123e60608c0160408d01615ce3565b89898960405160200161125393929190615cfe565b604051602081830303815290604052614409565b506040517f13137d650000000000000000000000000000000000000000000000000000000081526001600160a01b038716906313137d659034906112bb908b908a908a908a9033908b908b90600401615d9b565b6000604051808303818588803b1580156112d457600080fd5b505af11580156112e8573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca04878760405161131e929190615df2565b60405180910390a150505050505050565b60008061133f600d546001141590565b61134b57600080611359565b611359600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff166113b5576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615611471576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611405573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114299190615e16565b600281111561143a5761143a6156b9565b03611471576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b0382161561153f576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156114e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115099190615e45565b61153f576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6115488861464c565b60006115548989611c05565b915050801561158f576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b856000036115ef576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010155611686565b438611611628576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169189169190911781556001018690555b604080516001600160a01b03808c16825263ffffffff8b166020830152891691810191909152606081018790527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080015b60405180910390a1505050505050505050565b6116f46151f5565b6117016020840184615780565b336001600d541461173e576040517f9633fed300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b77ffffffff000000000000000000000000000000000000000060a083811b919091166001600160a01b03831617600d5561177d90860160808701615e62565b80156117925750600e546001600160a01b0316155b156117c9576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806117d633886146b6565b9150915060006117e33490565b905060006117ff6117fa60a08b0160808c01615e62565b61499a565b905061181084604001518383614a68565b600e54604085015160200151611832916001600160a01b03169083868c614acf565b6040840151516118449083858b614afc565b50506001600d555095945050505050565b61185e8561464c565b600083838360405160200161187593929190615cfe565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291905290506118d1866118b66020880188615780565b60208801356118cb60608a0160408b01615ce3565b85614409565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048587604051611903929190615df2565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff1661196a576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f9c33abf700000000000000000000000000000000000000000000000000000000815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa1580156119de573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052611a249190810190615f4a565b9695505050505050565b611a378561464c565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff86168452909152902054818114611ac3576040517fe4bb0ca100000000000000000000000000000000000000000000000000000000815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff90811690841611801590611b10575080155b15611b53576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611aba565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff8916808652908452938290207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff905581519081529182018890528101929092526060820152608081018390527faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb552929060a001611903565b6001600160a01b03808316600090815260076020908152604080832063ffffffff861684529091528120549091169081611c955763ffffffff83166000908152600a60205260409020546001600160a01b0316915081611c91576040517ffbc6a95a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060015b9250929050565b611ca58561464c565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff86168452909152902054818114611d2c576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101839052604401611aba565b801580611d7757506001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416115b15611dba576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611aba565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff89168086529084528285209490945581519081529182018890528101929092526060820152608081018390527f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e9060a001611903565b6001600160a01b0381166000908152600260209081526040822082918290611e7690870187615780565b63ffffffff1663ffffffff1681526020019081526020016000206000856020013581526020019081526020016000206000856040016020810190611eba9190615ce3565b67ffffffffffffffff168152602081019190915260400160002054905080158015611f5957506001600160a01b038316600090815260016020908152604082209190611f0890870187615780565b63ffffffff16815260208082019290925260409081016000908120878401358252909252908190205467ffffffffffffffff1690611f4c9060608701908701615ce3565b67ffffffffffffffff1611155b15611f68576002915050611fea565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590611fd55750611fae83611fa46020870187615780565b8660200135612e1a565b67ffffffffffffffff16611fc86060860160408701615ce3565b67ffffffffffffffff1611155b15611fe4576001915050611fea565b60009150505b92915050565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611fea57505063ffffffff166000908152600a60205260409020546001600160a01b0316151590565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d60405161209b9a99989796959493929190615f7f565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff161580156120e457506001600160a01b03811615155b1561211b576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b038116156121d7576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561216b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061218f9190615e16565b60028111156121a0576121a06156b9565b036121d7576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b038216156122a5576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561224b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061226f9190615e45565b6122a5576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6122ae8861464c565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c16845290915290205481169087168103612316576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168d87169081179091558151948552918401929092529284169082015260608101919091527fc0833c35bb1d0beadca36bed54c7098819e109542a6d233d33c7c2039c8ec9aa9060800160405180910390a18515612510576001600160a01b03811615806123db57506001600160a01b038716155b15612412576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006040518060400160405280836001600160a01b03168152602001884361243a9190616017565b90526001600160a01b03808c16600090815260086020908152604080832063ffffffff8f1684528252918290208451815494167fffffffffffffffffffffffff00000000000000000000000000000000000000009094169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891612502918d918d9187916001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b60405180910390a1506125b0565b6001600160a01b03898116600081815260086020908152604080832063ffffffff8e1680855290835281842080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001018490558151948552918401919091529284169282019290925260608101919091527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080016116d9565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c6040516126109a9998979695949392919061602a565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16612679576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6126828561464c565b6040517f20efd7220000000000000000000000000000000000000000000000000000000081526001600160a01b038516906320efd722906126cb90889087908790600401616089565b600060405180830381600087803b1580156126e557600080fd5b505af11580156125b0573d6000803e3d6000fd5b612701614b26565b61270b6000614b9a565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff871684529091529020541561277c576040517f895fdbee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b818160405161278c9291906161d7565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc1916128039190889088908890889088906161e7565b60405180910390a15050505050565b6060600480548060200260200160405190810160405280929190818152602001828054801561286a57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161284c575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff8916835290528181205491516128bf90879087906161d7565b6040518091039020905080821461290c576040517f9e3e05830000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401611aba565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c1684529091529081902060019055517fd0a1026000000000000000000000000000000000000000000000000000000000815263d0a10260903490612994908e908d908c908c9033908d908d90600401616230565b6000604051808303818588803b1580156129ad57600080fd5b505af11580156129c1573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a604051612a2294939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff16158015612a6957506001600160a01b03811615155b15612aa0576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615612b5c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b149190615e16565b6002811115612b2557612b256156b9565b03612b5c576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b03821615612c2a576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612bd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bf49190615e45565b612c2a576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612c338761464c565b6001600160a01b03808816600090815260066020908152604080832063ffffffff8b16845290915290205481169086168103612c9b576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03888116600081815260066020908152604080832063ffffffff8d168085529083529281902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016958c1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c906060015b60405180910390a15050505050505050565b6000806000612d4d8686611c05565b91509150816001600160a01b0316846001600160a01b031603612d7557600192505050612e13565b600081612daa576001600160a01b038716600090815260086020908152604080832063ffffffff8a1684529091529020612dc0565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b0390811680835260019093015460208301529092508616148015612dfa5750438160200151115b15612e0b5760019350505050612e13565b600093505050505b9392505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff86168452825280832084845290915281205467ffffffffffffffff165b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff6001860116845290915290205415612eab57600101612e57565b949350505050565b612ebb614b26565b6001600160a01b038216600090815260056020526040902054829060ff16612f0f576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615612fcb576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f839190615e16565b6002811115612f9457612f946156b9565b03612fcb576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615613099576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561303f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130639190615e45565b613099576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b0390811690871681036130f5576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038c8116918217909255835194855290851691840191909152908201527f9914edfad6b7eac2e388f49bae232bd0e1954fbe92f5ed1ab975fc270f27cea59060600160405180910390a185156132345763ffffffff88166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383161781556131d98743616017565b600182018190556040805163ffffffff8c1681526001600160a01b038516602082015280820192909252517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89181900360600190a1506132bb565b63ffffffff88166000818152600b6020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010183905580519384526001600160a01b038516918401919091528201527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f890606001612d2c565b5050505050505050565b6132cd614b26565b6132d8838383614c02565b505050565b6132f4826132ee6020860186615780565b33612d3e565b61332a576040517f82ceb50e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0382166000908152600160209081526040822090829061335390870187615780565b63ffffffff1681526020808201929092526040908101600090812087840135825290925290205467ffffffffffffffff169050613391848483614c25565b6133c7576040517f098c20b500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6133d2848483614cc0565b613408576040517f2923b32a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613434836134196020870187615780565b602087013561342e6060890160408a01615ce3565b86614d80565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b484848460405161346793929190616284565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff86168452825280832084845290915281205481906134be9067ffffffffffffffff1660016162ac565b604080517fffffffffffffffff00000000000000000000000000000000000000000000000060c084901b166020808301919091527fffffffff000000000000000000000000000000000000000000000000000000007f000000000000000000000000000000000000000000000000000000000000000060e090811b821660288501526001600160a01b038b16602c85015289901b16604c830152605080830188905283518084039091018152607090920190925280519101209091505b95945050505050565b61358c614b26565b6001600160a01b038116600090815260056020526040902054819060ff166135e0576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b0381161561369c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613630573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136549190615e16565b6002811115613665576136656156b9565b0361369c576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b0382161561376a576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015613710573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137349190615e45565b61376a576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b0390811690861681036137c6576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff871660008181526009602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f5910161131e565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611fea575063ffffffff81166000908152600960205260409020546001600160a01b031680611fea576040517fb6f3253d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6138d4614b26565b600e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b038216600090815260056020526040902054829060ff16613995576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615613a51576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139e5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a099190615e16565b6002811115613a1a57613a1a6156b9565b03613a51576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615613b1f576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015613ac5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ae99190615e45565b613b1f576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613b27614b26565b84600003613b735763ffffffff87166000908152600b6020526040812080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010155613bf9565b438511613bac576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0388161781556001018590555b6040805163ffffffff891681526001600160a01b03881660208201529081018690527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89060600161131e565b613c4e8461464c565b613c59848484612e1a565b613c649060016162ac565b67ffffffffffffffff168167ffffffffffffffff1614613cbc576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611aba565b6001600160a01b038416600081815260016020908152604080832063ffffffff881680855290835281842087855283529281902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff8716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde4890608001613467565b6040805180820190915260008082526020820152613d8c60a0840160808501615e62565b8015613da15750600e546001600160a01b0316155b15613dd8576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03821660009081526003602090815260408220908290613e0190870187615780565b63ffffffff16815260208082019290925260409081016000908120878401358252909252902054613e3d9067ffffffffffffffff1660016162ac565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b03168152602001866000016020810190613eaa9190615780565b63ffffffff16815260200186602001358152602001613fa6847f0000000000000000000000000000000000000000000000000000000000000000888a6000016020810190613ef89190615780565b8b60200135600085856001600160a01b03861660405160c09390931b7fffffffffffffffff00000000000000000000000000000000000000000000000016602084015260e091821b7fffffffff000000000000000000000000000000000000000000000000000000009081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b8152602001613fb860408801886162cd565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150614005905085610d976020890189615780565b90506001600160a01b03811663d80e9bd98361402460608a018a6162cd565b61403460a08c0160808d01615e62565b6040518563ffffffff1660e01b81526004016140539493929190616332565b6040805180830381865afa15801561406f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a249190616429565b60006140ac846140a66020880188615780565b85612d3e565b6140b857506000612eab565b6001600160a01b038416600090815260016020908152604082209082906140e190890189615780565b63ffffffff1681526020808201929092526040908101600090812089840135825290925290205467ffffffffffffffff16905061411f868683614c25565b61412d576000915050612eab565b614138868683614cc0565b614146576000915050612eab565b82614155576000915050612eab565b50600195945050505050565b614169614b26565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f97f025840000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156141e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061420a9190615e45565b614240576040517f63aaf06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615614293576040517f3a81d6fc00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116600081815260056020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af59101613936565b614367614b26565b6001600160a01b0381166143fd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401611aba565b61440681614b9a565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff88168452825280832086845290915281205467ffffffffffffffff90811690841681101561456457600181015b8467ffffffffffffffff168167ffffffffffffffff16116144ff576001600160a01b038816600090815260026020908152604080832063ffffffff8b1684528252808320898452825280832067ffffffffffffffff851684529091529020546144f7576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611aba565b600101614456565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a1684528252808320888452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff86161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b1683528452808220898352845280822067ffffffffffffffff8916835290935291909120549092508083146145f8576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101849052604401611aba565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff909716835295815285822094825293845284812067ffffffffffffffff909316815291909252918220919091555090565b336001600160a01b0382161480159061467f57506001600160a01b038181166000908152600f6020526040902054163314155b15614406576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6146be6151f5565b600080614747856146d26020870187615780565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff94909416835292815282822081890135835290522080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff928316019182161790915590565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b031681526020018660000160208101906147b49190615780565b63ffffffff16815260200186602001358152602001614802847f00000000000000000000000000000000000000000000000000000000000000008a8a6000016020810190613ef89190615780565b815260200161481460408801886162cd565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150614861905087610d976020890189615780565b90506000806001600160a01b038316634389e58f8561488360608c018c6162cd565b61489360a08e0160808f01615e62565b6040518563ffffffff1660e01b81526004016148b29493929190616332565b6000604051808303816000875af11580156148d1573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526149179190810190616445565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161494b60608b018b6162cd565b8660405161495c9493929190616494565b60405180910390a1506040805160608101825260a090940151845267ffffffffffffffff909416602084015292820192909252925090509250929050565b60008115614a6357600e546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa158015614a03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a2791906164d5565b905080600003614a63576040517fe801604300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b8251821080614a7a5750808360200151115b156132d857825160208401516040517fe273c847000000000000000000000000000000000000000000000000000000008152600481019290925260248201849052604482015260648101829052608401611aba565b8315614ae057614ae0858386614e00565b82841015614af557614af58582868603614e00565b5050505050565b8315614b0c57614b0c8285614e54565b82841015614b2057614b2081858503614e54565b50505050565b6000546001600160a01b0316331461270b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611aba565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038316614c1a576132d88282614e54565b6132d8838383614e00565b6000808267ffffffffffffffff161180612eab57506040517fff7bd03d0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063ff7bd03d90614c7f9087906004016164ee565b602060405180830381865afa158015614c9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eab9190615e45565b600067ffffffffffffffff8216614cdd6060860160408701615ce3565b67ffffffffffffffff161180612eab57506001600160a01b03831660009081526002602090815260408220908290614d1790880188615780565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190614d5b9190615ce3565b67ffffffffffffffff1681526020810191909152604001600020541415949350505050565b80614db7576040517fa84ab60d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff909616835294815284822093825292835283812067ffffffffffffffff909216815291522055565b6001600160a01b038216614e40576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6132d86001600160a01b0384168383614f33565b6001600160a01b038216614e94576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114614ee1576040519150601f19603f3d011682016040523d82523d6000602084013e614ee6565b606091505b50509050806132d8576040517f2c024f920000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260248101839052604401611aba565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526132d892869291600091614ff191851690849061509e565b90508051600014806150125750808060200190518101906150129190615e45565b6132d8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611aba565b6060612eab848460008585600080866001600160a01b031685876040516150c591906164fc565b60006040518083038185875af1925050503d8060008114615102576040519150601f19603f3d011682016040523d82523d6000602084013e615107565b606091505b509150915061511887838387615123565b979650505050505050565b606083156151ac5782516000036151a5576001600160a01b0385163b6151a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611aba565b5081612eab565b612eab83838151156151c15781518083602001fd5b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aba9190615590565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001615238604051806040016040528060008152602001600081525090565b905290565b60006060828403121561524f57600080fd5b50919050565b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461527c57600080fd5b6001600160a01b031692915050565b60008083601f84011261529d57600080fd5b50813567ffffffffffffffff8111156152b557600080fd5b602083019150836020828501011115611c9557600080fd5b600080600080600080600060e0888a0312156152e857600080fd5b6152f2898961523d565b965061530060608901615255565b95506080880135945060a088013567ffffffffffffffff8082111561532457600080fd5b6153308b838c0161528b565b909650945060c08a013591508082111561534957600080fd5b506153568a828b0161528b565b989b979a50959850939692959293505050565b803563ffffffff81168114614a6357600080fd5b6000806000806080858703121561539357600080fd5b61539c85615255565b93506153aa60208601615369565b92506153b860408601615255565b9396929550929360600135925050565b600080604083850312156153db57600080fd5b823567ffffffffffffffff8111156153f257600080fd5b830160a0818603121561540457600080fd5b915061541260208401615255565b90509250929050565b60006080820190508251825267ffffffffffffffff60208401511660208301526040830151615457604084018280518252602090810151910152565b5092915050565b600080600080600060c0868803121561547657600080fd5b61547f86615255565b945061548e876020880161523d565b93506080860135925060a086013567ffffffffffffffff8111156154b157600080fd5b6154bd8882890161528b565b969995985093965092949392505050565b600080600080608085870312156154e457600080fd5b6154ed85615255565b93506154fb60208601615255565b925061550960408601615369565b915061551760608601615369565b905092959194509250565b60005b8381101561553d578181015183820152602001615525565b50506000910152565b6000815180845261555e816020860160208601615522565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000612e136020830184615546565b803567ffffffffffffffff81168114614a6357600080fd5b600080600080600060a086880312156155d357600080fd5b6155dc86615255565b94506155ea60208701615369565b9350604086013592506155ff606087016155a3565b949793965091946080013592915050565b803561ffff81168114614a6357600080fd5b6000806000806080858703121561563857600080fd5b61564185615255565b935061564f60208601615255565b92506040850135915061551760608601615610565b6000806040838503121561567757600080fd5b61568083615255565b915061541260208401615369565b600080608083850312156156a157600080fd5b6156ab848461523d565b915061541260608401615255565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b6020810160038310615723577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006020828403121561573b57600080fd5b612e1382615255565b60008060006060848603121561575957600080fd5b61576284615255565b925061577060208501615369565b9150604084013590509250925092565b60006020828403121561579257600080fd5b612e1382615369565b6000806000806000806000806000806000806101208d8f0312156157be57600080fd5b6157c78d615255565b9b506157d560208e01615255565b9a5060408d013599506157ea60608e01615610565b985060808d0135975060a08d0135965067ffffffffffffffff60c08e0135111561581357600080fd5b6158238e60c08f01358f0161528b565b909650945067ffffffffffffffff60e08e0135111561584157600080fd5b6158518e60e08f01358f0161528b565b909450925067ffffffffffffffff6101008e0135111561587057600080fd5b6158818e6101008f01358f0161528b565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e0312156158bb57600080fd5b6158c58d8d61523d565b9a506158d360608d01615255565b995060808c0135985060a08c0135975060c08c0135965067ffffffffffffffff8060e08e0135111561590457600080fd5b6159148e60e08f01358f0161528b565b90975095506101008d013581101561592b57600080fd5b61593c8e6101008f01358f0161528b565b90955093506101208d013581101561595357600080fd5b506159658d6101208e01358e0161528b565b81935080925050509295989b509295989b9093969950565b6000806000806060858703121561599357600080fd5b61599c85615255565b93506159aa60208601615255565b9250604085013567ffffffffffffffff808211156159c757600080fd5b818701915087601f8301126159db57600080fd5b8135818111156159ea57600080fd5b8860208260051b85010111156159ff57600080fd5b95989497505060200194505050565b600080600080600060808688031215615a2657600080fd5b615a2f86615255565b945060208601359350615a4460408701615610565b9250606086013567ffffffffffffffff8111156154b157600080fd5b6020808252825182820181905260009190848201906040850190845b81811015615aa15783516001600160a01b031683529284019291840191600101615a7c565b50909695505050505050565b60008060008060008060008060c0898b031215615ac957600080fd5b615ad289615255565b9750615ae060208a01615255565b965060408901359550615af560608a01615610565b9450608089013567ffffffffffffffff80821115615b1257600080fd5b615b1e8c838d0161528b565b909650945060a08b0135915080821115615b3757600080fd5b50615b448b828c0161528b565b999c989b5096995094979396929594505050565b600080600060608486031215615b6d57600080fd5b615b7684615255565b9250615b8460208501615369565b9150615b9260408501615255565b90509250925092565b600080600060608486031215615bb057600080fd5b615bb984615369565b925061577060208501615255565b600080600060608486031215615bdc57600080fd5b615bb984615255565b600080600060a08486031215615bfa57600080fd5b615c04858561523d565b9250615c1260608501615255565b9150608084013590509250925092565b60008060408385031215615c3557600080fd5b61540483615369565b60008060008060808587031215615c5457600080fd5b615c5d85615255565b9350615c6b60208601615369565b925060408501359150615517606086016155a3565b815181526020808301519082015260408101611fea565b60008060008060c08587031215615cad57600080fd5b615cb7868661523d565b9350615cc560608601615255565b9250615cd360808601615255565b9396929550929360a00135925050565b600060208284031215615cf557600080fd5b612e13826155a3565b838152818360208301376000910160200190815292915050565b63ffffffff615d2682615369565b1682526020810135602083015267ffffffffffffffff615d48604083016155a3565b1660408301525050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b615da58189615d18565b86606082015260e060808201526000615dc260e083018789615d52565b6001600160a01b03861660a084015282810360c0840152615de4818587615d52565b9a9950505050505050505050565b60808101615e008285615d18565b6001600160a01b03831660608301529392505050565b600060208284031215615e2857600080fd5b815160038110612e1357600080fd5b801515811461440657600080fd5b600060208284031215615e5757600080fd5b8151612e1381615e37565b600060208284031215615e7457600080fd5b8135612e1381615e37565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112615ebf57600080fd5b815167ffffffffffffffff80821115615eda57615eda615e7f565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715615f2057615f20615e7f565b81604052838152866020858801011115615f3957600080fd5b611a24846020830160208901615522565b600060208284031215615f5c57600080fd5b815167ffffffffffffffff811115615f7357600080fd5b612eab84828501615eae565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000615faf60e08301888a615d52565b82810360a0840152615fc2818789615d52565b905082810360c0840152615fd7818587615d52565b9d9c50505050505050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611fea57611fea615fe8565b6000610120616039838e615d18565b8b60608401528a60808401528960a08401528060c084015261605e818401898b615d52565b905082810360e0840152616073818789615d52565b9050828103610100840152615fd7818587615d52565b600060408083016001600160a01b03871684526020828186015281868352606092508286019050828760051b8701018860005b898110156161c7577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa089840301845281357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18c360301811261611d57600080fd5b8b0163ffffffff8061612e83615369565b1685528061613d888401615369565b168786015250878101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe182360301811261617757600080fd5b01858101903567ffffffffffffffff81111561619257600080fd5b8036038213156161a157600080fd5b87898601526161b38886018284615d52565b9587019594505050908401906001016160bc565b50909a9950505050505050505050565b8183823760009101908152919050565b60006001600160a01b03808916835280881660208401525085604083015261ffff8516606083015260a0608083015261622460a083018486615d52565b98975050505050505050565b60006001600160a01b03808a16835288602084015260a0604084015261625a60a08401888a615d52565b81871660608501528381036080850152616275818688615d52565b9b9a5050505050505050505050565b60a081016162928286615d18565b6001600160a01b0393909316606082015260800152919050565b67ffffffffffffffff81811683821601908082111561545757615457615fe8565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261630257600080fd5b83018035915067ffffffffffffffff82111561631d57600080fd5b602001915036819003821315611c9557600080fd5b6060815267ffffffffffffffff855116606082015263ffffffff60208601511660808201526001600160a01b0360408601511660a08201526000606086015161638360c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e06101208401526163b4610140840182615546565b905082810360208401526163c9818688615d52565b91505061357b604083018415159052565b6000604082840312156163ec57600080fd5b6040516040810181811067ffffffffffffffff8211171561640f5761640f615e7f565b604052825181526020928301519281019290925250919050565b60006040828403121561643b57600080fd5b612e1383836163da565b6000806060838503121561645857600080fd5b61646284846163da565b9150604083015167ffffffffffffffff81111561647e57600080fd5b61648a85828601615eae565b9150509250929050565b6060815260006164a76060830187615546565b82810360208401526164ba818688615d52565b9150506001600160a01b038316604083015295945050505050565b6000602082840312156164e757600080fd5b5051919050565b60608101611fea8284615d18565b6000825161650e818460208701615522565b919091019291505056fea26474726f6e58221220210bdd462d14dc0e2c617a6fa33187f53801ff5fb988b11ec259593d8430b28f64736f6c63430008140033608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506102898061003a6000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106100665760003560e01c806301ffc9a7146100985780631881d94d146100c057806354fd4d50146100cf5780636750cd4c146100f6575b6040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6100ab6100a63660046101a3565b61010a565b60405190151581526020015b60405180910390f35b60026040516100b791906101ec565b6040805167ffffffffffffffff815260ff60208201526002918101919091526060016100b7565b6100ab61010436600461022d565b50600190565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f97f0258400000000000000000000000000000000000000000000000000000000148061019d57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6000602082840312156101b557600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146101e557600080fd5b9392505050565b6020810160038310610227577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006020828403121561023f57600080fd5b813563ffffffff811681146101e557600080fdfea26474726f6e5822122022a71c575d506f3167c8516284b40fdbea36ce820fac4cc5894b0f13631f861164736f6c63430008140033",
2422
+ "deployedBytecode": "0x6080604052600436106103605760003560e01c80639132e5c3116101c6578063ca5eb5e1116100f7578063e1758bd811610095578063e8964e811161006f578063e8964e81146110ef578063ef667aa114611129578063f2fde38b1461118e578063f64be4c7146111c857600080fd5b8063e1758bd81461104d578063e1e3a7df1461107b578063e4fe1d94146110b557600080fd5b8063d70b8902116100d1578063d70b890214610f1c578063dc706a6214610f56578063dc93c8a214610fa0578063ddc28c581461100657600080fd5b8063ca5eb5e114610e37578063cb5026b914610eb3578063d4b4ec8f14610ee257600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea31214610d28578063b96a277f14610d62578063c28e0eed14610d9c578063c9fc7bcd14610dd657600080fd5b8063a7229fd914610c7a578063a825d74714610cb4578063aafe5e0714610cee57600080fd5b80639c6d7340116101a05780639c6d734014610b6a5780639d7f977514610bcc578063a0dd43fc14610c06578063a718531b14610c4057600080fd5b80639132e5c314610ae157806391d20fa114610b1d5780639535ff3014610b3057600080fd5b8063587cde1e116102a05780636e83f5bb1161023e578063733180911161021857806373318091146109ee57806379624ca914610a3c5780637cb5901214610a6f5780638da5cb5b14610aa957600080fd5b80636e83f5bb146108f65780636f50a8031461096f578063715018a6146109bf57600080fd5b8063697fe6b61161027a578063697fe6b61461080e5780636a14d715146108485780636bf73fa3146108825780636dbd9f90146108bc57600080fd5b8063587cde1e146106e15780635b17bb70146107495780636750cd4c146107c457600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146105a457806340f80683146105fd578063416ecebf146106375780634b4b2efb1461069a57600080fd5b80632baf0be7146104ad5780632e80fbf31461050957806335d330b01461054357600080fd5b80632637a4501161033e5780632637a4501461040c5780632a56c1b01461042c5780632b3197b91461046657600080fd5b80630c0c389e1461036557806314f651a91461037a578063183c834f146103d2575b600080fd5b6103786103733660046152cd565b611218565b005b34801561038657600080fd5b50d3801561039357600080fd5b50d280156103a057600080fd5b506103a961132f565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103de57600080fd5b50d380156103eb57600080fd5b50d280156103f857600080fd5b5061037861040736600461537d565b611361565b61041f61041a3660046153c8565b6116ec565b6040516103c9919061541b565b34801561043857600080fd5b50d3801561044557600080fd5b50d2801561045257600080fd5b5061037861046136600461545e565b611855565b34801561047257600080fd5b50d3801561047f57600080fd5b50d2801561048c57600080fd5b506104a061049b3660046154ce565b611913565b6040516103c99190615590565b3480156104b957600080fd5b50d380156104c657600080fd5b50d280156104d357600080fd5b506104fb7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016103c9565b34801561051557600080fd5b50d3801561052257600080fd5b50d2801561052f57600080fd5b5061037861053e3660046155bb565b611a2e565b34801561054f57600080fd5b50d3801561055c57600080fd5b50d2801561056957600080fd5b506104fb610578366004615622565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156105b057600080fd5b50d380156105bd57600080fd5b50d280156105ca57600080fd5b506105de6105d9366004615664565b611c05565b604080516001600160a01b0390931683529015156020830152016103c9565b34801561060957600080fd5b50d3801561061657600080fd5b50d2801561062357600080fd5b506103786106323660046155bb565b611c9c565b34801561064357600080fd5b50d3801561065057600080fd5b50d2801561065d57600080fd5b506106857f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103c9565b3480156106a657600080fd5b50d380156106b357600080fd5b50d280156106c057600080fd5b506106d46106cf36600461568e565b611e4c565b6040516103c991906156e8565b3480156106ed57600080fd5b50d380156106fa57600080fd5b50d2801561070757600080fd5b50610731610716366004615729565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103c9565b34801561075557600080fd5b50d3801561076257600080fd5b50d2801561076f57600080fd5b506107ab61077e366004615744565b600160209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016103c9565b3480156107d057600080fd5b50d380156107dd57600080fd5b50d280156107ea57600080fd5b506107fe6107f9366004615780565b611ff0565b60405190151581526020016103c9565b34801561081a57600080fd5b50d3801561082757600080fd5b50d2801561083457600080fd5b5061037861084336600461579b565b61203c565b34801561085457600080fd5b50d3801561086157600080fd5b50d2801561086e57600080fd5b5061037861087d36600461537d565b6120b1565b34801561088e57600080fd5b50d3801561089b57600080fd5b50d280156108a857600080fd5b506103786108b7366004615899565b6125bb565b3480156108c857600080fd5b50d380156108d557600080fd5b50d280156108e257600080fd5b506103786108f136600461597d565b612625565b34801561090257600080fd5b50d3801561090f57600080fd5b50d2801561091c57600080fd5b5061095061092b366004615780565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b0390931683526020830191909152016103c9565b34801561097b57600080fd5b50d3801561098857600080fd5b50d2801561099557600080fd5b506107316109a4366004615780565b600a602052600090815260409020546001600160a01b031681565b3480156109cb57600080fd5b50d380156109d857600080fd5b50d280156109e557600080fd5b506103786126f9565b3480156109fa57600080fd5b50d38015610a0757600080fd5b50d28015610a1457600080fd5b506107317f000000000000000000000000000000000000000000000000000000000000000081565b348015610a4857600080fd5b50d38015610a5557600080fd5b50d28015610a6257600080fd5b50600d54600114156107fe565b348015610a7b57600080fd5b50d38015610a8857600080fd5b50d28015610a9557600080fd5b50610378610aa4366004615a0e565b61270d565b348015610ab557600080fd5b50d38015610ac257600080fd5b50d28015610acf57600080fd5b506000546001600160a01b0316610731565b348015610aed57600080fd5b50d38015610afa57600080fd5b50d28015610b0757600080fd5b50610b10612812565b6040516103c99190615a60565b610378610b2b366004615aad565b612874565b348015610b3c57600080fd5b50d38015610b4957600080fd5b50d28015610b5657600080fd5b50610378610b65366004615b58565b612a36565b348015610b7657600080fd5b50d38015610b8357600080fd5b50d28015610b9057600080fd5b506107ab610b9f366004615744565b600360209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b348015610bd857600080fd5b50d38015610be557600080fd5b50d28015610bf257600080fd5b506107fe610c01366004615b58565b612d3e565b348015610c1257600080fd5b50d38015610c1f57600080fd5b50d28015610c2c57600080fd5b506107ab610c3b366004615744565b612e1a565b348015610c4c57600080fd5b50d38015610c5957600080fd5b50d28015610c6657600080fd5b50610378610c75366004615b9b565b612eb3565b348015610c8657600080fd5b50d38015610c9357600080fd5b50d28015610ca057600080fd5b50610378610caf366004615bc7565b6132c5565b348015610cc057600080fd5b50d38015610ccd57600080fd5b50d28015610cda57600080fd5b50610378610ce9366004615be5565b6132dd565b348015610cfa57600080fd5b50d38015610d0757600080fd5b50d28015610d1457600080fd5b506104fb610d23366004615744565b613475565b348015610d3457600080fd5b50d38015610d4157600080fd5b50d28015610d4e57600080fd5b50610378610d5d366004615c22565b613584565b348015610d6e57600080fd5b50d38015610d7b57600080fd5b50d28015610d8857600080fd5b50610731610d97366004615664565b613844565b348015610da857600080fd5b50d38015610db557600080fd5b50d28015610dc257600080fd5b50610378610dd1366004615729565b6138cc565b348015610de257600080fd5b50d38015610def57600080fd5b50d28015610dfc57600080fd5b506104fb610e0b366004615c3e565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610e4357600080fd5b50d38015610e5057600080fd5b50d28015610e5d57600080fd5b50610378610e6c366004615729565b336000908152600f6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b348015610ebf57600080fd5b50d38015610ecc57600080fd5b50d28015610ed957600080fd5b506104fb600081565b348015610eee57600080fd5b50d38015610efb57600080fd5b50d28015610f0857600080fd5b50610378610f17366004615b9b565b613941565b348015610f2857600080fd5b50d38015610f3557600080fd5b50d28015610f4257600080fd5b50610378610f51366004615c3e565b613c45565b348015610f6257600080fd5b50d38015610f6f57600080fd5b50d28015610f7c57600080fd5b506107fe610f8b366004615729565b60056020526000908152604090205460ff1681565b348015610fac57600080fd5b50d38015610fb957600080fd5b50d28015610fc657600080fd5b506107fe610fd5366004615664565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b34801561101257600080fd5b50d3801561101f57600080fd5b50d2801561102c57600080fd5b5061104061103b3660046153c8565b613d68565b6040516103c99190615c80565b34801561105957600080fd5b50d3801561106657600080fd5b50d2801561107357600080fd5b506000610731565b34801561108757600080fd5b50d3801561109457600080fd5b50d280156110a157600080fd5b506107fe6110b0366004615c97565b614093565b3480156110c157600080fd5b50d380156110ce57600080fd5b50d280156110db57600080fd5b50600e54610731906001600160a01b031681565b3480156110fb57600080fd5b50d3801561110857600080fd5b50d2801561111557600080fd5b50610378611124366004615729565b614161565b34801561113557600080fd5b50d3801561114257600080fd5b50d2801561114f57600080fd5b5061095061115e366004615664565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b34801561119a57600080fd5b50d380156111a757600080fd5b50d280156111b457600080fd5b506103786111c3366004615729565b61435f565b3480156111d457600080fd5b50d380156111e157600080fd5b50d280156111ee57600080fd5b506107316111fd366004615780565b6009602052600090815260409020546001600160a01b031681565b6112678661122960208a018a615780565b60208a013561123e60608c0160408d01615ce3565b89898960405160200161125393929190615cfe565b604051602081830303815290604052614409565b506040517f13137d650000000000000000000000000000000000000000000000000000000081526001600160a01b038716906313137d659034906112bb908b908a908a908a9033908b908b90600401615d9b565b6000604051808303818588803b1580156112d457600080fd5b505af11580156112e8573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca04878760405161131e929190615df2565b60405180910390a150505050505050565b60008061133f600d546001141590565b61134b57600080611359565b611359600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff166113b5576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615611471576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611405573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114299190615e16565b600281111561143a5761143a6156b9565b03611471576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b0382161561153f576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156114e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115099190615e45565b61153f576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6115488861464c565b60006115548989611c05565b915050801561158f576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b856000036115ef576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010155611686565b438611611628576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169189169190911781556001018690555b604080516001600160a01b03808c16825263ffffffff8b166020830152891691810191909152606081018790527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080015b60405180910390a1505050505050505050565b6116f46151f5565b6117016020840184615780565b336001600d541461173e576040517f9633fed300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b77ffffffff000000000000000000000000000000000000000060a083811b919091166001600160a01b03831617600d5561177d90860160808701615e62565b80156117925750600e546001600160a01b0316155b156117c9576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806117d633886146b6565b9150915060006117e33490565b905060006117ff6117fa60a08b0160808c01615e62565b61499a565b905061181084604001518383614a68565b600e54604085015160200151611832916001600160a01b03169083868c614acf565b6040840151516118449083858b614afc565b50506001600d555095945050505050565b61185e8561464c565b600083838360405160200161187593929190615cfe565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291905290506118d1866118b66020880188615780565b60208801356118cb60608a0160408b01615ce3565b85614409565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048587604051611903929190615df2565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff1661196a576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f9c33abf700000000000000000000000000000000000000000000000000000000815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa1580156119de573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052611a249190810190615f4a565b9695505050505050565b611a378561464c565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff86168452909152902054818114611ac3576040517fe4bb0ca100000000000000000000000000000000000000000000000000000000815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff90811690841611801590611b10575080155b15611b53576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611aba565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff8916808652908452938290207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff905581519081529182018890528101929092526060820152608081018390527faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb552929060a001611903565b6001600160a01b03808316600090815260076020908152604080832063ffffffff861684529091528120549091169081611c955763ffffffff83166000908152600a60205260409020546001600160a01b0316915081611c91576040517ffbc6a95a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060015b9250929050565b611ca58561464c565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff86168452909152902054818114611d2c576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101839052604401611aba565b801580611d7757506001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416115b15611dba576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611aba565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff89168086529084528285209490945581519081529182018890528101929092526060820152608081018390527f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e9060a001611903565b6001600160a01b0381166000908152600260209081526040822082918290611e7690870187615780565b63ffffffff1663ffffffff1681526020019081526020016000206000856020013581526020019081526020016000206000856040016020810190611eba9190615ce3565b67ffffffffffffffff168152602081019190915260400160002054905080158015611f5957506001600160a01b038316600090815260016020908152604082209190611f0890870187615780565b63ffffffff16815260208082019290925260409081016000908120878401358252909252908190205467ffffffffffffffff1690611f4c9060608701908701615ce3565b67ffffffffffffffff1611155b15611f68576002915050611fea565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590611fd55750611fae83611fa46020870187615780565b8660200135612e1a565b67ffffffffffffffff16611fc86060860160408701615ce3565b67ffffffffffffffff1611155b15611fe4576001915050611fea565b60009150505b92915050565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611fea57505063ffffffff166000908152600a60205260409020546001600160a01b0316151590565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d60405161209b9a99989796959493929190615f7f565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff161580156120e457506001600160a01b03811615155b1561211b576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b038116156121d7576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561216b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061218f9190615e16565b60028111156121a0576121a06156b9565b036121d7576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b038216156122a5576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561224b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061226f9190615e45565b6122a5576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6122ae8861464c565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c16845290915290205481169087168103612316576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168d87169081179091558151948552918401929092529284169082015260608101919091527fc0833c35bb1d0beadca36bed54c7098819e109542a6d233d33c7c2039c8ec9aa9060800160405180910390a18515612510576001600160a01b03811615806123db57506001600160a01b038716155b15612412576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006040518060400160405280836001600160a01b03168152602001884361243a9190616017565b90526001600160a01b03808c16600090815260086020908152604080832063ffffffff8f1684528252918290208451815494167fffffffffffffffffffffffff00000000000000000000000000000000000000009094169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891612502918d918d9187916001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b60405180910390a1506125b0565b6001600160a01b03898116600081815260086020908152604080832063ffffffff8e1680855290835281842080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001018490558151948552918401919091529284169282019290925260608101919091527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080016116d9565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c6040516126109a9998979695949392919061602a565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16612679576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6126828561464c565b6040517f20efd7220000000000000000000000000000000000000000000000000000000081526001600160a01b038516906320efd722906126cb90889087908790600401616089565b600060405180830381600087803b1580156126e557600080fd5b505af11580156125b0573d6000803e3d6000fd5b612701614b26565b61270b6000614b9a565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff871684529091529020541561277c576040517f895fdbee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b818160405161278c9291906161d7565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc1916128039190889088908890889088906161e7565b60405180910390a15050505050565b6060600480548060200260200160405190810160405280929190818152602001828054801561286a57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161284c575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff8916835290528181205491516128bf90879087906161d7565b6040518091039020905080821461290c576040517f9e3e05830000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401611aba565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c1684529091529081902060019055517fd0a1026000000000000000000000000000000000000000000000000000000000815263d0a10260903490612994908e908d908c908c9033908d908d90600401616230565b6000604051808303818588803b1580156129ad57600080fd5b505af11580156129c1573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a604051612a2294939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff16158015612a6957506001600160a01b03811615155b15612aa0576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615612b5c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b149190615e16565b6002811115612b2557612b256156b9565b03612b5c576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b03821615612c2a576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612bd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bf49190615e45565b612c2a576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612c338761464c565b6001600160a01b03808816600090815260066020908152604080832063ffffffff8b16845290915290205481169086168103612c9b576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03888116600081815260066020908152604080832063ffffffff8d168085529083529281902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016958c1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c906060015b60405180910390a15050505050505050565b6000806000612d4d8686611c05565b91509150816001600160a01b0316846001600160a01b031603612d7557600192505050612e13565b600081612daa576001600160a01b038716600090815260086020908152604080832063ffffffff8a1684529091529020612dc0565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b0390811680835260019093015460208301529092508616148015612dfa5750438160200151115b15612e0b5760019350505050612e13565b600093505050505b9392505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff86168452825280832084845290915281205467ffffffffffffffff165b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff6001860116845290915290205415612eab57600101612e57565b949350505050565b612ebb614b26565b6001600160a01b038216600090815260056020526040902054829060ff16612f0f576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615612fcb576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f839190615e16565b6002811115612f9457612f946156b9565b03612fcb576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615613099576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561303f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130639190615e45565b613099576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b0390811690871681036130f5576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038c8116918217909255835194855290851691840191909152908201527f9914edfad6b7eac2e388f49bae232bd0e1954fbe92f5ed1ab975fc270f27cea59060600160405180910390a185156132345763ffffffff88166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383161781556131d98743616017565b600182018190556040805163ffffffff8c1681526001600160a01b038516602082015280820192909252517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89181900360600190a1506132bb565b63ffffffff88166000818152600b6020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010183905580519384526001600160a01b038516918401919091528201527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f890606001612d2c565b5050505050505050565b6132cd614b26565b6132d8838383614c02565b505050565b6132f4826132ee6020860186615780565b33612d3e565b61332a576040517f82ceb50e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0382166000908152600160209081526040822090829061335390870187615780565b63ffffffff1681526020808201929092526040908101600090812087840135825290925290205467ffffffffffffffff169050613391848483614c25565b6133c7576040517f098c20b500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6133d2848483614cc0565b613408576040517f2923b32a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613434836134196020870187615780565b602087013561342e6060890160408a01615ce3565b86614d80565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b484848460405161346793929190616284565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff86168452825280832084845290915281205481906134be9067ffffffffffffffff1660016162ac565b604080517fffffffffffffffff00000000000000000000000000000000000000000000000060c084901b166020808301919091527fffffffff000000000000000000000000000000000000000000000000000000007f000000000000000000000000000000000000000000000000000000000000000060e090811b821660288501526001600160a01b038b16602c85015289901b16604c830152605080830188905283518084039091018152607090920190925280519101209091505b95945050505050565b61358c614b26565b6001600160a01b038116600090815260056020526040902054819060ff166135e0576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b0381161561369c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613630573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136549190615e16565b6002811115613665576136656156b9565b0361369c576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b0382161561376a576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015613710573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906137349190615e45565b61376a576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b0390811690861681036137c6576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff871660008181526009602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f5910161131e565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611fea575063ffffffff81166000908152600960205260409020546001600160a01b031680611fea576040517fb6f3253d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6138d4614b26565b600e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b038216600090815260056020526040902054829060ff16613995576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615613a51576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139e5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a099190615e16565b6002811115613a1a57613a1a6156b9565b03613a51576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615613b1f576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015613ac5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ae99190615e45565b613b1f576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b613b27614b26565b84600003613b735763ffffffff87166000908152600b6020526040812080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010155613bf9565b438511613bac576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0388161781556001018590555b6040805163ffffffff891681526001600160a01b03881660208201529081018690527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89060600161131e565b613c4e8461464c565b613c59848484612e1a565b613c649060016162ac565b67ffffffffffffffff168167ffffffffffffffff1614613cbc576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611aba565b6001600160a01b038416600081815260016020908152604080832063ffffffff881680855290835281842087855283529281902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff8716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde4890608001613467565b6040805180820190915260008082526020820152613d8c60a0840160808501615e62565b8015613da15750600e546001600160a01b0316155b15613dd8576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03821660009081526003602090815260408220908290613e0190870187615780565b63ffffffff16815260208082019290925260409081016000908120878401358252909252902054613e3d9067ffffffffffffffff1660016162ac565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b03168152602001866000016020810190613eaa9190615780565b63ffffffff16815260200186602001358152602001613fa6847f0000000000000000000000000000000000000000000000000000000000000000888a6000016020810190613ef89190615780565b8b60200135600085856001600160a01b03861660405160c09390931b7fffffffffffffffff00000000000000000000000000000000000000000000000016602084015260e091821b7fffffffff000000000000000000000000000000000000000000000000000000009081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b8152602001613fb860408801886162cd565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150614005905085610d976020890189615780565b90506001600160a01b03811663d80e9bd98361402460608a018a6162cd565b61403460a08c0160808d01615e62565b6040518563ffffffff1660e01b81526004016140539493929190616332565b6040805180830381865afa15801561406f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a249190616429565b60006140ac846140a66020880188615780565b85612d3e565b6140b857506000612eab565b6001600160a01b038416600090815260016020908152604082209082906140e190890189615780565b63ffffffff1681526020808201929092526040908101600090812089840135825290925290205467ffffffffffffffff16905061411f868683614c25565b61412d576000915050612eab565b614138868683614cc0565b614146576000915050612eab565b82614155576000915050612eab565b50600195945050505050565b614169614b26565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f97f025840000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156141e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061420a9190615e45565b614240576040517f63aaf06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615614293576040517f3a81d6fc00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116600081815260056020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af59101613936565b614367614b26565b6001600160a01b0381166143fd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401611aba565b61440681614b9a565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff88168452825280832086845290915281205467ffffffffffffffff90811690841681101561456457600181015b8467ffffffffffffffff168167ffffffffffffffff16116144ff576001600160a01b038816600090815260026020908152604080832063ffffffff8b1684528252808320898452825280832067ffffffffffffffff851684529091529020546144f7576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611aba565b600101614456565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a1684528252808320888452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff86161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b1683528452808220898352845280822067ffffffffffffffff8916835290935291909120549092508083146145f8576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101849052604401611aba565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff909716835295815285822094825293845284812067ffffffffffffffff909316815291909252918220919091555090565b336001600160a01b0382161480159061467f57506001600160a01b038181166000908152600f6020526040902054163314155b15614406576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6146be6151f5565b600080614747856146d26020870187615780565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff94909416835292815282822081890135835290522080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff928316019182161790915590565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b031681526020018660000160208101906147b49190615780565b63ffffffff16815260200186602001358152602001614802847f00000000000000000000000000000000000000000000000000000000000000008a8a6000016020810190613ef89190615780565b815260200161481460408801886162cd565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150614861905087610d976020890189615780565b90506000806001600160a01b038316634389e58f8561488360608c018c6162cd565b61489360a08e0160808f01615e62565b6040518563ffffffff1660e01b81526004016148b29493929190616332565b6000604051808303816000875af11580156148d1573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526149179190810190616445565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161494b60608b018b6162cd565b8660405161495c9493929190616494565b60405180910390a1506040805160608101825260a090940151845267ffffffffffffffff909416602084015292820192909252925090509250929050565b60008115614a6357600e546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa158015614a03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a2791906164d5565b905080600003614a63576040517fe801604300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b8251821080614a7a5750808360200151115b156132d857825160208401516040517fe273c847000000000000000000000000000000000000000000000000000000008152600481019290925260248201849052604482015260648101829052608401611aba565b8315614ae057614ae0858386614e00565b82841015614af557614af58582868603614e00565b5050505050565b8315614b0c57614b0c8285614e54565b82841015614b2057614b2081858503614e54565b50505050565b6000546001600160a01b0316331461270b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611aba565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038316614c1a576132d88282614e54565b6132d8838383614e00565b6000808267ffffffffffffffff161180612eab57506040517fff7bd03d0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063ff7bd03d90614c7f9087906004016164ee565b602060405180830381865afa158015614c9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eab9190615e45565b600067ffffffffffffffff8216614cdd6060860160408701615ce3565b67ffffffffffffffff161180612eab57506001600160a01b03831660009081526002602090815260408220908290614d1790880188615780565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190614d5b9190615ce3565b67ffffffffffffffff1681526020810191909152604001600020541415949350505050565b80614db7576040517fa84ab60d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff909616835294815284822093825292835283812067ffffffffffffffff909216815291522055565b6001600160a01b038216614e40576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6132d86001600160a01b0384168383614f33565b6001600160a01b038216614e94576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114614ee1576040519150601f19603f3d011682016040523d82523d6000602084013e614ee6565b606091505b50509050806132d8576040517f2c024f920000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260248101839052604401611aba565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526132d892869291600091614ff191851690849061509e565b90508051600014806150125750808060200190518101906150129190615e45565b6132d8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611aba565b6060612eab848460008585600080866001600160a01b031685876040516150c591906164fc565b60006040518083038185875af1925050503d8060008114615102576040519150601f19603f3d011682016040523d82523d6000602084013e615107565b606091505b509150915061511887838387615123565b979650505050505050565b606083156151ac5782516000036151a5576001600160a01b0385163b6151a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611aba565b5081612eab565b612eab83838151156151c15781518083602001fd5b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aba9190615590565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001615238604051806040016040528060008152602001600081525090565b905290565b60006060828403121561524f57600080fd5b50919050565b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461527c57600080fd5b6001600160a01b031692915050565b60008083601f84011261529d57600080fd5b50813567ffffffffffffffff8111156152b557600080fd5b602083019150836020828501011115611c9557600080fd5b600080600080600080600060e0888a0312156152e857600080fd5b6152f2898961523d565b965061530060608901615255565b95506080880135945060a088013567ffffffffffffffff8082111561532457600080fd5b6153308b838c0161528b565b909650945060c08a013591508082111561534957600080fd5b506153568a828b0161528b565b989b979a50959850939692959293505050565b803563ffffffff81168114614a6357600080fd5b6000806000806080858703121561539357600080fd5b61539c85615255565b93506153aa60208601615369565b92506153b860408601615255565b9396929550929360600135925050565b600080604083850312156153db57600080fd5b823567ffffffffffffffff8111156153f257600080fd5b830160a0818603121561540457600080fd5b915061541260208401615255565b90509250929050565b60006080820190508251825267ffffffffffffffff60208401511660208301526040830151615457604084018280518252602090810151910152565b5092915050565b600080600080600060c0868803121561547657600080fd5b61547f86615255565b945061548e876020880161523d565b93506080860135925060a086013567ffffffffffffffff8111156154b157600080fd5b6154bd8882890161528b565b969995985093965092949392505050565b600080600080608085870312156154e457600080fd5b6154ed85615255565b93506154fb60208601615255565b925061550960408601615369565b915061551760608601615369565b905092959194509250565b60005b8381101561553d578181015183820152602001615525565b50506000910152565b6000815180845261555e816020860160208601615522565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000612e136020830184615546565b803567ffffffffffffffff81168114614a6357600080fd5b600080600080600060a086880312156155d357600080fd5b6155dc86615255565b94506155ea60208701615369565b9350604086013592506155ff606087016155a3565b949793965091946080013592915050565b803561ffff81168114614a6357600080fd5b6000806000806080858703121561563857600080fd5b61564185615255565b935061564f60208601615255565b92506040850135915061551760608601615610565b6000806040838503121561567757600080fd5b61568083615255565b915061541260208401615369565b600080608083850312156156a157600080fd5b6156ab848461523d565b915061541260608401615255565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b6020810160038310615723577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006020828403121561573b57600080fd5b612e1382615255565b60008060006060848603121561575957600080fd5b61576284615255565b925061577060208501615369565b9150604084013590509250925092565b60006020828403121561579257600080fd5b612e1382615369565b6000806000806000806000806000806000806101208d8f0312156157be57600080fd5b6157c78d615255565b9b506157d560208e01615255565b9a5060408d013599506157ea60608e01615610565b985060808d0135975060a08d0135965067ffffffffffffffff60c08e0135111561581357600080fd5b6158238e60c08f01358f0161528b565b909650945067ffffffffffffffff60e08e0135111561584157600080fd5b6158518e60e08f01358f0161528b565b909450925067ffffffffffffffff6101008e0135111561587057600080fd5b6158818e6101008f01358f0161528b565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e0312156158bb57600080fd5b6158c58d8d61523d565b9a506158d360608d01615255565b995060808c0135985060a08c0135975060c08c0135965067ffffffffffffffff8060e08e0135111561590457600080fd5b6159148e60e08f01358f0161528b565b90975095506101008d013581101561592b57600080fd5b61593c8e6101008f01358f0161528b565b90955093506101208d013581101561595357600080fd5b506159658d6101208e01358e0161528b565b81935080925050509295989b509295989b9093969950565b6000806000806060858703121561599357600080fd5b61599c85615255565b93506159aa60208601615255565b9250604085013567ffffffffffffffff808211156159c757600080fd5b818701915087601f8301126159db57600080fd5b8135818111156159ea57600080fd5b8860208260051b85010111156159ff57600080fd5b95989497505060200194505050565b600080600080600060808688031215615a2657600080fd5b615a2f86615255565b945060208601359350615a4460408701615610565b9250606086013567ffffffffffffffff8111156154b157600080fd5b6020808252825182820181905260009190848201906040850190845b81811015615aa15783516001600160a01b031683529284019291840191600101615a7c565b50909695505050505050565b60008060008060008060008060c0898b031215615ac957600080fd5b615ad289615255565b9750615ae060208a01615255565b965060408901359550615af560608a01615610565b9450608089013567ffffffffffffffff80821115615b1257600080fd5b615b1e8c838d0161528b565b909650945060a08b0135915080821115615b3757600080fd5b50615b448b828c0161528b565b999c989b5096995094979396929594505050565b600080600060608486031215615b6d57600080fd5b615b7684615255565b9250615b8460208501615369565b9150615b9260408501615255565b90509250925092565b600080600060608486031215615bb057600080fd5b615bb984615369565b925061577060208501615255565b600080600060608486031215615bdc57600080fd5b615bb984615255565b600080600060a08486031215615bfa57600080fd5b615c04858561523d565b9250615c1260608501615255565b9150608084013590509250925092565b60008060408385031215615c3557600080fd5b61540483615369565b60008060008060808587031215615c5457600080fd5b615c5d85615255565b9350615c6b60208601615369565b925060408501359150615517606086016155a3565b815181526020808301519082015260408101611fea565b60008060008060c08587031215615cad57600080fd5b615cb7868661523d565b9350615cc560608601615255565b9250615cd360808601615255565b9396929550929360a00135925050565b600060208284031215615cf557600080fd5b612e13826155a3565b838152818360208301376000910160200190815292915050565b63ffffffff615d2682615369565b1682526020810135602083015267ffffffffffffffff615d48604083016155a3565b1660408301525050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b615da58189615d18565b86606082015260e060808201526000615dc260e083018789615d52565b6001600160a01b03861660a084015282810360c0840152615de4818587615d52565b9a9950505050505050505050565b60808101615e008285615d18565b6001600160a01b03831660608301529392505050565b600060208284031215615e2857600080fd5b815160038110612e1357600080fd5b801515811461440657600080fd5b600060208284031215615e5757600080fd5b8151612e1381615e37565b600060208284031215615e7457600080fd5b8135612e1381615e37565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112615ebf57600080fd5b815167ffffffffffffffff80821115615eda57615eda615e7f565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715615f2057615f20615e7f565b81604052838152866020858801011115615f3957600080fd5b611a24846020830160208901615522565b600060208284031215615f5c57600080fd5b815167ffffffffffffffff811115615f7357600080fd5b612eab84828501615eae565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000615faf60e08301888a615d52565b82810360a0840152615fc2818789615d52565b905082810360c0840152615fd7818587615d52565b9d9c50505050505050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611fea57611fea615fe8565b6000610120616039838e615d18565b8b60608401528a60808401528960a08401528060c084015261605e818401898b615d52565b905082810360e0840152616073818789615d52565b9050828103610100840152615fd7818587615d52565b600060408083016001600160a01b03871684526020828186015281868352606092508286019050828760051b8701018860005b898110156161c7577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa089840301845281357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18c360301811261611d57600080fd5b8b0163ffffffff8061612e83615369565b1685528061613d888401615369565b168786015250878101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe182360301811261617757600080fd5b01858101903567ffffffffffffffff81111561619257600080fd5b8036038213156161a157600080fd5b87898601526161b38886018284615d52565b9587019594505050908401906001016160bc565b50909a9950505050505050505050565b8183823760009101908152919050565b60006001600160a01b03808916835280881660208401525085604083015261ffff8516606083015260a0608083015261622460a083018486615d52565b98975050505050505050565b60006001600160a01b03808a16835288602084015260a0604084015261625a60a08401888a615d52565b81871660608501528381036080850152616275818688615d52565b9b9a5050505050505050505050565b60a081016162928286615d18565b6001600160a01b0393909316606082015260800152919050565b67ffffffffffffffff81811683821601908082111561545757615457615fe8565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261630257600080fd5b83018035915067ffffffffffffffff82111561631d57600080fd5b602001915036819003821315611c9557600080fd5b6060815267ffffffffffffffff855116606082015263ffffffff60208601511660808201526001600160a01b0360408601511660a08201526000606086015161638360c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e06101208401526163b4610140840182615546565b905082810360208401526163c9818688615d52565b91505061357b604083018415159052565b6000604082840312156163ec57600080fd5b6040516040810181811067ffffffffffffffff8211171561640f5761640f615e7f565b604052825181526020928301519281019290925250919050565b60006040828403121561643b57600080fd5b612e1383836163da565b6000806060838503121561645857600080fd5b61646284846163da565b9150604083015167ffffffffffffffff81111561647e57600080fd5b61648a85828601615eae565b9150509250929050565b6060815260006164a76060830187615546565b82810360208401526164ba818688615d52565b9150506001600160a01b038316604083015295945050505050565b6000602082840312156164e757600080fd5b5051919050565b60608101611fea8284615d18565b6000825161650e818460208701615522565b919091019291505056fea26474726f6e58221220210bdd462d14dc0e2c617a6fa33187f53801ff5fb988b11ec259593d8430b28f64736f6c63430008140033",
2423
+ "devdoc": {
2424
+ "kind": "dev",
2425
+ "methods": {
2426
+ "burn(address,uint32,bytes32,uint64,bytes32)": {
2427
+ "details": "Marks a nonce as unexecutable and un-verifiable. The nonce can never be re-verified or executed.Reverts if the provided _payloadHash does not match the currently verified payload hash.Only packets with nonces less than or equal to the lazy inbound nonce can be burned.Reverts if the nonce has already been executed.Authenticated by the caller"
2428
+ },
2429
+ "clear(address,(uint32,bytes32,uint64),bytes32,bytes)": {
2430
+ "details": "Oapp uses this interface to clear a message.this is a PULL mode versus the PUSH mode of lzReceivethe cleared message can be ignored by the app (effectively burnt)authenticated by oapp",
2431
+ "params": {
2432
+ "_guid": "the guid of the message",
2433
+ "_message": "the message",
2434
+ "_origin": "the origin of the message"
2435
+ }
2436
+ },
2437
+ "constructor": {
2438
+ "params": {
2439
+ "_eid": "the unique Endpoint Id for this deploy that all other Endpoints can use to send to it"
2440
+ }
2441
+ },
2442
+ "executable((uint32,bytes32,uint64),address)": {
2443
+ "details": "check if a message is executable.",
2444
+ "returns": {
2445
+ "_0": "ExecutionState of Executed, Executable, or NotExecutable"
2446
+ }
2447
+ },
2448
+ "getConfig(address,address,uint32,uint32)": {
2449
+ "details": "a view function to query the current configuration of the OApp"
2450
+ },
2451
+ "getReceiveLibrary(address,uint32)": {
2452
+ "details": "the receiveLibrary can be lazily resolved that if not set it will point to the default configured by LayerZero"
2453
+ },
2454
+ "getSendContext()": {
2455
+ "details": "returns (eid, sender) if sending message, (0, 0) otherwise"
2456
+ },
2457
+ "getSendLibrary(address,uint32)": {
2458
+ "details": "If the Oapp does not have a selected Send Library, this function will resolve to the default library configured by LayerZero",
2459
+ "params": {
2460
+ "_dstEid": "The destination endpoint id",
2461
+ "_sender": "The address of the Oapp that is sending the message"
2462
+ },
2463
+ "returns": {
2464
+ "lib": "address of the Send Library"
2465
+ }
2466
+ },
2467
+ "inboundNonce(address,uint32,bytes32)": {
2468
+ "details": "returns the max index of the longest gapless sequence of verified msg nonces.the uninitialized value is 0. the first nonce is always 1it starts from the lazyInboundNonce (last checkpoint) and iteratively check if the next nonce has been verifiedthis function can OOG if too many backlogs, but it can be trivially fixed by just clearing some prior messagesNOTE: Oapp explicitly skipped nonces count as \"verified\" for these purposeseg. [1,2,3,4,6,7] => 4, [1,2,6,8,10] => 2, [1,3,4,5,6] => 1"
2469
+ },
2470
+ "isSendingMessage()": {
2471
+ "details": "returns true if sending message"
2472
+ },
2473
+ "isSupportedEid(uint32)": {
2474
+ "details": "returns true only if both the default send/receive libraries are set"
2475
+ },
2476
+ "isValidReceiveLibrary(address,uint32,address)": {
2477
+ "details": "called when the endpoint checks if the msgLib attempting to verify the msg is the configured msgLib of the Oappthis check provides the ability for Oapp to lock in a trusted msgLibit will fist check if the msgLib is the currently configured one. then check if the msgLib is the one in grace period of msgLib versioning upgrade"
2478
+ },
2479
+ "lzCompose(address,address,bytes32,uint16,bytes,bytes)": {
2480
+ "details": "execute a composed messages from the sender to the composer (receiver)the execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacan not re-entrant",
2481
+ "params": {
2482
+ "_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
2483
+ "_from": "the address which sends the composed message. in most cases, it is the Oapp's address.",
2484
+ "_guid": "the message guid",
2485
+ "_message": "the message",
2486
+ "_to": "the address which receives the composed message"
2487
+ }
2488
+ },
2489
+ "lzComposeAlert(address,address,bytes32,uint16,uint256,uint256,bytes,bytes,bytes)": {
2490
+ "params": {
2491
+ "_extraData": "the extra data provided by the executor",
2492
+ "_from": "the address which sends the composed message",
2493
+ "_guid": "the message guid",
2494
+ "_message": "the message",
2495
+ "_reason": "the reason why the message is not received",
2496
+ "_to": "the address which receives the composed message"
2497
+ }
2498
+ },
2499
+ "lzReceive((uint32,bytes32,uint64),address,bytes32,bytes,bytes)": {
2500
+ "details": "MESSAGING STEP 3 - the last stepexecute a verified message to the designated receiverthe execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacant reentrant because the payload is cleared before execution",
2501
+ "params": {
2502
+ "_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
2503
+ "_guid": "the guid of the message",
2504
+ "_message": "the message",
2505
+ "_origin": "the origin of the message",
2506
+ "_receiver": "the receiver of the message"
2507
+ }
2508
+ },
2509
+ "lzReceiveAlert((uint32,bytes32,uint64),address,bytes32,uint256,uint256,bytes,bytes,bytes)": {
2510
+ "params": {
2511
+ "_extraData": "the extra data provided by the executor.",
2512
+ "_guid": "the guid of the message",
2513
+ "_message": "the message",
2514
+ "_origin": "the origin of the message",
2515
+ "_reason": "the reason for failure",
2516
+ "_receiver": "the receiver of the message"
2517
+ }
2518
+ },
2519
+ "nativeToken()": {
2520
+ "details": "override this if the endpoint is charging ERC20 tokens as native",
2521
+ "returns": {
2522
+ "_0": "0x0 if using native. otherwise the address of the native ERC20 token"
2523
+ }
2524
+ },
2525
+ "nextGuid(address,uint32,bytes32)": {
2526
+ "details": "returns the GUID for the next message given the paththe Oapp might want to include the GUID into the message in some cases"
2527
+ },
2528
+ "nilify(address,uint32,bytes32,uint64,bytes32)": {
2529
+ "details": "Marks a packet as verified, but disallows execution until it is re-verified.Reverts if the provided _payloadHash does not match the currently verified payload hash.A non-verified nonce can be nilified by passing EMPTY_PAYLOAD_HASH for _payloadHash.Assumes the computational intractability of finding a payload that hashes to bytes32.max.Authenticated by the caller"
2530
+ },
2531
+ "owner()": {
2532
+ "details": "Returns the address of the current owner."
2533
+ },
2534
+ "quote((uint32,bytes32,bytes,bytes,bool),address)": {
2535
+ "details": "MESSAGING STEP 0",
2536
+ "params": {
2537
+ "_params": "the messaging parameters",
2538
+ "_sender": "the sender of the message"
2539
+ }
2540
+ },
2541
+ "recoverToken(address,address,uint256)": {
2542
+ "details": "recover the token sent to this contract by mistakeonly owner",
2543
+ "params": {
2544
+ "_amount": "the amount to send",
2545
+ "_to": "the address to send the token to",
2546
+ "_token": "the token to recover. if 0x0 then it is native token"
2547
+ }
2548
+ },
2549
+ "registerLibrary(address)": {
2550
+ "details": "all libraries have to implement the erc165 interface to prevent wrong configurationsonly owner"
2551
+ },
2552
+ "renounceOwnership()": {
2553
+ "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
2554
+ },
2555
+ "send((uint32,bytes32,bytes,bytes,bool),address)": {
2556
+ "details": "MESSAGING STEP 1 - OApp need to transfer the fees to the endpoint before sending the message",
2557
+ "params": {
2558
+ "_params": "the messaging parameters",
2559
+ "_refundAddress": "the address to refund both the native and lzToken"
2560
+ }
2561
+ },
2562
+ "sendCompose(address,bytes32,uint16,bytes)": {
2563
+ "details": "the Oapp sends the lzCompose message to the endpointthe composer MUST assert the sender because anyone can send compose msg with this functionwith the same GUID, the Oapp can send compose to multiple _composer at the same timeauthenticated by the msg.sender",
2564
+ "params": {
2565
+ "_guid": "the message guid",
2566
+ "_message": "the message",
2567
+ "_to": "the address which will receive the composed message"
2568
+ }
2569
+ },
2570
+ "setConfig(address,address,(uint32,uint32,bytes)[])": {
2571
+ "details": "authenticated by the _oapp"
2572
+ },
2573
+ "setDefaultReceiveLibrary(uint32,address,uint256)": {
2574
+ "details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.only owner"
2575
+ },
2576
+ "setDefaultReceiveLibraryTimeout(uint32,address,uint256)": {
2577
+ "details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
2578
+ "params": {
2579
+ "_expiry": "the block number when lib expires"
2580
+ }
2581
+ },
2582
+ "setDefaultSendLibrary(uint32,address)": {
2583
+ "details": "owner setting the defaultSendLibrarycan set to the blockedLibrary, which is a registered librarythe msgLib must enable the support before they can be registered to the endpoint as the defaultonly owner"
2584
+ },
2585
+ "setLzToken(address)": {
2586
+ "details": "allows reconfiguration to recover from wrong configurationsusers should never approve the EndpointV2 contract to spend their non-layerzero tokensoverride this function if the endpoint is charging ERC20 tokens as nativeonly owner",
2587
+ "params": {
2588
+ "_lzToken": "the new layer zero token address"
2589
+ }
2590
+ },
2591
+ "setReceiveLibrary(address,uint32,address,uint256)": {
2592
+ "details": "Oapp setting the receiveLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.authenticated by the Oapp",
2593
+ "params": {
2594
+ "_gracePeriod": "the number of blocks from now until oldLib expires"
2595
+ }
2596
+ },
2597
+ "setReceiveLibraryTimeout(address,uint32,address,uint256)": {
2598
+ "details": "Oapp setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
2599
+ "params": {
2600
+ "_expiry": "the block number when lib expires"
2601
+ }
2602
+ },
2603
+ "setSendLibrary(address,uint32,address)": {
2604
+ "details": "Oapp setting the sendLibrarymust be a registered library (including blockLibrary) with the eid support enabledauthenticated by the Oapp"
2605
+ },
2606
+ "skip(address,uint32,bytes32,uint64)": {
2607
+ "details": "the caller must provide _nonce to prevent skipping the unintended nonceit could happen in some race conditions, e.g. to skip nonce 3, but nonce 3 was consumed firstusage: skipping the next nonce to prevent message verification, e.g. skip a message when Precrime throws alertsif the Oapp wants to skip a verified message, it should call the clear() function insteadafter skipping, the lazyInboundNonce is set to the provided nonce, which makes the inboundNonce also the provided nonceie. allows the Oapp to increment the lazyInboundNonce without having had that corresponding msg be verified"
2608
+ },
2609
+ "transferOwnership(address)": {
2610
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
2611
+ },
2612
+ "verifiable((uint32,bytes32,uint64),address,address,bytes32)": {
2613
+ "details": "check if a message is verifiable."
2614
+ },
2615
+ "verify((uint32,bytes32,uint64),address,bytes32)": {
2616
+ "details": "MESSAGING STEP 2 - on the destination chainconfigured receive library verifies a message",
2617
+ "params": {
2618
+ "_origin": "a struct holding the srcEid, nonce, and sender of the message",
2619
+ "_payloadHash": "the payload hash of the message",
2620
+ "_receiver": "the receiver of the message"
2621
+ }
2622
+ }
2623
+ },
2624
+ "version": 1
2625
+ },
2626
+ "userdoc": {
2627
+ "kind": "user",
2628
+ "methods": {
2629
+ "getSendLibrary(address,uint32)": {
2630
+ "notice": "The Send Library is the Oapp specified library that will be used to send the message to the destination endpoint. If the Oapp does not specify a Send Library, the default Send Library will be used."
2631
+ },
2632
+ "quote((uint32,bytes32,bytes,bytes,bool),address)": {
2633
+ "notice": "This view function gives the application built on top of LayerZero the ability to requests a quote with the same parameters as they would to send their message. Since the quotes are given on chain there is a race condition in which the prices could change between the time the user gets their quote and the time they submit their message. If the price moves up and the user doesn't send enough funds the transaction will revert, if the price goes down the _refundAddress provided by the app will be refunded the difference."
2634
+ }
2635
+ },
2636
+ "version": 1
2637
+ },
2638
+ "storageLayout": {
2639
+ "storage": [
2640
+ {
2641
+ "astId": 7,
2642
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2643
+ "label": "_owner",
2644
+ "offset": 0,
2645
+ "slot": "0",
2646
+ "type": "t_address"
2647
+ },
2648
+ {
2649
+ "astId": 3109,
2650
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2651
+ "label": "lazyInboundNonce",
2652
+ "offset": 0,
2653
+ "slot": "1",
2654
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
2655
+ },
2656
+ {
2657
+ "astId": 3119,
2658
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2659
+ "label": "inboundPayloadHash",
2660
+ "offset": 0,
2661
+ "slot": "2",
2662
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))"
2663
+ },
2664
+ {
2665
+ "astId": 3127,
2666
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2667
+ "label": "outboundNonce",
2668
+ "offset": 0,
2669
+ "slot": "3",
2670
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
2671
+ },
2672
+ {
2673
+ "astId": 2113,
2674
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2675
+ "label": "registeredLibraries",
2676
+ "offset": 0,
2677
+ "slot": "4",
2678
+ "type": "t_array(t_address)dyn_storage"
2679
+ },
2680
+ {
2681
+ "astId": 2117,
2682
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2683
+ "label": "isRegisteredLibrary",
2684
+ "offset": 0,
2685
+ "slot": "5",
2686
+ "type": "t_mapping(t_address,t_bool)"
2687
+ },
2688
+ {
2689
+ "astId": 2123,
2690
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2691
+ "label": "sendLibrary",
2692
+ "offset": 0,
2693
+ "slot": "6",
2694
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
2695
+ },
2696
+ {
2697
+ "astId": 2129,
2698
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2699
+ "label": "receiveLibrary",
2700
+ "offset": 0,
2701
+ "slot": "7",
2702
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
2703
+ },
2704
+ {
2705
+ "astId": 2136,
2706
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2707
+ "label": "receiveLibraryTimeout",
2708
+ "offset": 0,
2709
+ "slot": "8",
2710
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)4277_storage))"
2711
+ },
2712
+ {
2713
+ "astId": 2140,
2714
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2715
+ "label": "defaultSendLibrary",
2716
+ "offset": 0,
2717
+ "slot": "9",
2718
+ "type": "t_mapping(t_uint32,t_address)"
2719
+ },
2720
+ {
2721
+ "astId": 2144,
2722
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2723
+ "label": "defaultReceiveLibrary",
2724
+ "offset": 0,
2725
+ "slot": "10",
2726
+ "type": "t_mapping(t_uint32,t_address)"
2727
+ },
2728
+ {
2729
+ "astId": 2149,
2730
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2731
+ "label": "defaultReceiveLibraryTimeout",
2732
+ "offset": 0,
2733
+ "slot": "11",
2734
+ "type": "t_mapping(t_uint32,t_struct(Timeout)4277_storage)"
2735
+ },
2736
+ {
2737
+ "astId": 3664,
2738
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2739
+ "label": "composeQueue",
2740
+ "offset": 0,
2741
+ "slot": "12",
2742
+ "type": "t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))"
2743
+ },
2744
+ {
2745
+ "astId": 3852,
2746
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2747
+ "label": "_sendContext",
2748
+ "offset": 0,
2749
+ "slot": "13",
2750
+ "type": "t_uint256"
2751
+ },
2752
+ {
2753
+ "astId": 1032,
2754
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2755
+ "label": "lzToken",
2756
+ "offset": 0,
2757
+ "slot": "14",
2758
+ "type": "t_address"
2759
+ },
2760
+ {
2761
+ "astId": 1036,
2762
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2763
+ "label": "delegates",
2764
+ "offset": 0,
2765
+ "slot": "15",
2766
+ "type": "t_mapping(t_address,t_address)"
2767
+ }
2768
+ ],
2769
+ "types": {
2770
+ "t_address": {
2771
+ "encoding": "inplace",
2772
+ "label": "address",
2773
+ "numberOfBytes": "20"
2774
+ },
2775
+ "t_array(t_address)dyn_storage": {
2776
+ "base": "t_address",
2777
+ "encoding": "dynamic_array",
2778
+ "label": "address[]",
2779
+ "numberOfBytes": "32"
2780
+ },
2781
+ "t_bool": {
2782
+ "encoding": "inplace",
2783
+ "label": "bool",
2784
+ "numberOfBytes": "1"
2785
+ },
2786
+ "t_bytes32": {
2787
+ "encoding": "inplace",
2788
+ "label": "bytes32",
2789
+ "numberOfBytes": "32"
2790
+ },
2791
+ "t_mapping(t_address,t_address)": {
2792
+ "encoding": "mapping",
2793
+ "key": "t_address",
2794
+ "label": "mapping(address => address)",
2795
+ "numberOfBytes": "32",
2796
+ "value": "t_address"
2797
+ },
2798
+ "t_mapping(t_address,t_bool)": {
2799
+ "encoding": "mapping",
2800
+ "key": "t_address",
2801
+ "label": "mapping(address => bool)",
2802
+ "numberOfBytes": "32",
2803
+ "value": "t_bool"
2804
+ },
2805
+ "t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))": {
2806
+ "encoding": "mapping",
2807
+ "key": "t_address",
2808
+ "label": "mapping(address => mapping(address => mapping(bytes32 => mapping(uint16 => bytes32))))",
2809
+ "numberOfBytes": "32",
2810
+ "value": "t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))"
2811
+ },
2812
+ "t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))": {
2813
+ "encoding": "mapping",
2814
+ "key": "t_address",
2815
+ "label": "mapping(address => mapping(bytes32 => mapping(uint16 => bytes32)))",
2816
+ "numberOfBytes": "32",
2817
+ "value": "t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))"
2818
+ },
2819
+ "t_mapping(t_address,t_mapping(t_uint32,t_address))": {
2820
+ "encoding": "mapping",
2821
+ "key": "t_address",
2822
+ "label": "mapping(address => mapping(uint32 => address))",
2823
+ "numberOfBytes": "32",
2824
+ "value": "t_mapping(t_uint32,t_address)"
2825
+ },
2826
+ "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))": {
2827
+ "encoding": "mapping",
2828
+ "key": "t_address",
2829
+ "label": "mapping(address => mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32))))",
2830
+ "numberOfBytes": "32",
2831
+ "value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))"
2832
+ },
2833
+ "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))": {
2834
+ "encoding": "mapping",
2835
+ "key": "t_address",
2836
+ "label": "mapping(address => mapping(uint32 => mapping(bytes32 => uint64)))",
2837
+ "numberOfBytes": "32",
2838
+ "value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))"
2839
+ },
2840
+ "t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)4277_storage))": {
2841
+ "encoding": "mapping",
2842
+ "key": "t_address",
2843
+ "label": "mapping(address => mapping(uint32 => struct IMessageLibManager.Timeout))",
2844
+ "numberOfBytes": "32",
2845
+ "value": "t_mapping(t_uint32,t_struct(Timeout)4277_storage)"
2846
+ },
2847
+ "t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))": {
2848
+ "encoding": "mapping",
2849
+ "key": "t_bytes32",
2850
+ "label": "mapping(bytes32 => mapping(uint16 => bytes32))",
2851
+ "numberOfBytes": "32",
2852
+ "value": "t_mapping(t_uint16,t_bytes32)"
2853
+ },
2854
+ "t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))": {
2855
+ "encoding": "mapping",
2856
+ "key": "t_bytes32",
2857
+ "label": "mapping(bytes32 => mapping(uint64 => bytes32))",
2858
+ "numberOfBytes": "32",
2859
+ "value": "t_mapping(t_uint64,t_bytes32)"
2860
+ },
2861
+ "t_mapping(t_bytes32,t_uint64)": {
2862
+ "encoding": "mapping",
2863
+ "key": "t_bytes32",
2864
+ "label": "mapping(bytes32 => uint64)",
2865
+ "numberOfBytes": "32",
2866
+ "value": "t_uint64"
2867
+ },
2868
+ "t_mapping(t_uint16,t_bytes32)": {
2869
+ "encoding": "mapping",
2870
+ "key": "t_uint16",
2871
+ "label": "mapping(uint16 => bytes32)",
2872
+ "numberOfBytes": "32",
2873
+ "value": "t_bytes32"
2874
+ },
2875
+ "t_mapping(t_uint32,t_address)": {
2876
+ "encoding": "mapping",
2877
+ "key": "t_uint32",
2878
+ "label": "mapping(uint32 => address)",
2879
+ "numberOfBytes": "32",
2880
+ "value": "t_address"
2881
+ },
2882
+ "t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))": {
2883
+ "encoding": "mapping",
2884
+ "key": "t_uint32",
2885
+ "label": "mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32)))",
2886
+ "numberOfBytes": "32",
2887
+ "value": "t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))"
2888
+ },
2889
+ "t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))": {
2890
+ "encoding": "mapping",
2891
+ "key": "t_uint32",
2892
+ "label": "mapping(uint32 => mapping(bytes32 => uint64))",
2893
+ "numberOfBytes": "32",
2894
+ "value": "t_mapping(t_bytes32,t_uint64)"
2895
+ },
2896
+ "t_mapping(t_uint32,t_struct(Timeout)4277_storage)": {
2897
+ "encoding": "mapping",
2898
+ "key": "t_uint32",
2899
+ "label": "mapping(uint32 => struct IMessageLibManager.Timeout)",
2900
+ "numberOfBytes": "32",
2901
+ "value": "t_struct(Timeout)4277_storage"
2902
+ },
2903
+ "t_mapping(t_uint64,t_bytes32)": {
2904
+ "encoding": "mapping",
2905
+ "key": "t_uint64",
2906
+ "label": "mapping(uint64 => bytes32)",
2907
+ "numberOfBytes": "32",
2908
+ "value": "t_bytes32"
2909
+ },
2910
+ "t_struct(Timeout)4277_storage": {
2911
+ "encoding": "inplace",
2912
+ "label": "struct IMessageLibManager.Timeout",
2913
+ "members": [
2914
+ {
2915
+ "astId": 4274,
2916
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2917
+ "label": "lib",
2918
+ "offset": 0,
2919
+ "slot": "0",
2920
+ "type": "t_address"
2921
+ },
2922
+ {
2923
+ "astId": 4276,
2924
+ "contract": "contracts/EndpointV2.sol:EndpointV2",
2925
+ "label": "expiry",
2926
+ "offset": 0,
2927
+ "slot": "1",
2928
+ "type": "t_uint256"
2929
+ }
2930
+ ],
2931
+ "numberOfBytes": "64"
2932
+ },
2933
+ "t_uint16": {
2934
+ "encoding": "inplace",
2935
+ "label": "uint16",
2936
+ "numberOfBytes": "2"
2937
+ },
2938
+ "t_uint256": {
2939
+ "encoding": "inplace",
2940
+ "label": "uint256",
2941
+ "numberOfBytes": "32"
2942
+ },
2943
+ "t_uint32": {
2944
+ "encoding": "inplace",
2945
+ "label": "uint32",
2946
+ "numberOfBytes": "4"
2947
+ },
2948
+ "t_uint64": {
2949
+ "encoding": "inplace",
2950
+ "label": "uint64",
2951
+ "numberOfBytes": "8"
2952
+ }
2953
+ }
2954
+ }
2955
+ }