@layerzerolabs/lz-evm-sdk-v2 2.0.21 → 2.0.22

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 (28) hide show
  1. package/deployments/joc-testnet/DVN.json +1929 -0
  2. package/deployments/joc-testnet/DVNFeeLib.json +398 -0
  3. package/deployments/joc-testnet/DefaultProxyAdmin.json +258 -0
  4. package/deployments/joc-testnet/EndpointV2.json +3000 -0
  5. package/deployments/joc-testnet/EndpointV2View.json +435 -0
  6. package/deployments/joc-testnet/EndpointV2View_Implementation.json +313 -0
  7. package/deployments/joc-testnet/EndpointV2View_Proxy.json +230 -0
  8. package/deployments/joc-testnet/Executor.json +1532 -0
  9. package/deployments/joc-testnet/ExecutorFeeLib.json +423 -0
  10. package/deployments/joc-testnet/ExecutorProxyAdmin.json +283 -0
  11. package/deployments/joc-testnet/Executor_Implementation.json +1591 -0
  12. package/deployments/joc-testnet/Executor_Proxy.json +365 -0
  13. package/deployments/joc-testnet/LzExecutor.json +757 -0
  14. package/deployments/joc-testnet/LzExecutor_Implementation.json +703 -0
  15. package/deployments/joc-testnet/LzExecutor_Proxy.json +244 -0
  16. package/deployments/joc-testnet/ReceiveUln301.json +1292 -0
  17. package/deployments/joc-testnet/ReceiveUln301View.json +354 -0
  18. package/deployments/joc-testnet/ReceiveUln301View_Implementation.json +231 -0
  19. package/deployments/joc-testnet/ReceiveUln301View_Proxy.json +230 -0
  20. package/deployments/joc-testnet/ReceiveUln302.json +1006 -0
  21. package/deployments/joc-testnet/ReceiveUln302View.json +478 -0
  22. package/deployments/joc-testnet/ReceiveUln302View_Implementation.json +384 -0
  23. package/deployments/joc-testnet/ReceiveUln302View_Proxy.json +230 -0
  24. package/deployments/joc-testnet/SendUln301.json +1569 -0
  25. package/deployments/joc-testnet/SendUln302.json +1527 -0
  26. package/deployments/joc-testnet/Treasury.json +412 -0
  27. package/deployments/joc-testnet/TreasuryFeeHandler.json +125 -0
  28. package/package.json +8 -8
@@ -0,0 +1,757 @@
1
+ {
2
+ "address": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
3
+ "abi": [
4
+ {
5
+ "anonymous": false,
6
+ "inputs": [
7
+ {
8
+ "indexed": false,
9
+ "internalType": "address",
10
+ "name": "previousAdmin",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "indexed": false,
15
+ "internalType": "address",
16
+ "name": "newAdmin",
17
+ "type": "address"
18
+ }
19
+ ],
20
+ "name": "AdminChanged",
21
+ "type": "event"
22
+ },
23
+ {
24
+ "anonymous": false,
25
+ "inputs": [
26
+ {
27
+ "indexed": true,
28
+ "internalType": "address",
29
+ "name": "beacon",
30
+ "type": "address"
31
+ }
32
+ ],
33
+ "name": "BeaconUpgraded",
34
+ "type": "event"
35
+ },
36
+ {
37
+ "anonymous": false,
38
+ "inputs": [
39
+ {
40
+ "indexed": true,
41
+ "internalType": "address",
42
+ "name": "implementation",
43
+ "type": "address"
44
+ }
45
+ ],
46
+ "name": "Upgraded",
47
+ "type": "event"
48
+ },
49
+ {
50
+ "stateMutability": "payable",
51
+ "type": "fallback"
52
+ },
53
+ {
54
+ "inputs": [],
55
+ "name": "admin",
56
+ "outputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "admin_",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "stateMutability": "nonpayable",
64
+ "type": "function"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "implementation",
69
+ "outputs": [
70
+ {
71
+ "internalType": "address",
72
+ "name": "implementation_",
73
+ "type": "address"
74
+ }
75
+ ],
76
+ "stateMutability": "nonpayable",
77
+ "type": "function"
78
+ },
79
+ {
80
+ "inputs": [
81
+ {
82
+ "internalType": "address",
83
+ "name": "newImplementation",
84
+ "type": "address"
85
+ }
86
+ ],
87
+ "name": "upgradeTo",
88
+ "outputs": [],
89
+ "stateMutability": "nonpayable",
90
+ "type": "function"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "newImplementation",
97
+ "type": "address"
98
+ },
99
+ {
100
+ "internalType": "bytes",
101
+ "name": "data",
102
+ "type": "bytes"
103
+ }
104
+ ],
105
+ "name": "upgradeToAndCall",
106
+ "outputs": [],
107
+ "stateMutability": "payable",
108
+ "type": "function"
109
+ },
110
+ {
111
+ "stateMutability": "payable",
112
+ "type": "receive"
113
+ },
114
+ {
115
+ "inputs": [],
116
+ "name": "LzExecutor_Executed",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "LzExecutor_ReceiveLibViewNotSet",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [],
126
+ "name": "LzExecutor_Verifying",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "_to",
134
+ "type": "address"
135
+ },
136
+ {
137
+ "internalType": "uint256",
138
+ "name": "_value",
139
+ "type": "uint256"
140
+ }
141
+ ],
142
+ "name": "Transfer_NativeFailed",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [],
147
+ "name": "Transfer_ToAddressIsZero",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "anonymous": false,
152
+ "inputs": [
153
+ {
154
+ "indexed": false,
155
+ "internalType": "uint8",
156
+ "name": "version",
157
+ "type": "uint8"
158
+ }
159
+ ],
160
+ "name": "Initialized",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "anonymous": false,
165
+ "inputs": [
166
+ {
167
+ "indexed": false,
168
+ "internalType": "address",
169
+ "name": "_to",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": false,
174
+ "internalType": "uint256",
175
+ "name": "_amount",
176
+ "type": "uint256"
177
+ }
178
+ ],
179
+ "name": "NativeWithdrawn",
180
+ "type": "event"
181
+ },
182
+ {
183
+ "anonymous": false,
184
+ "inputs": [
185
+ {
186
+ "indexed": true,
187
+ "internalType": "address",
188
+ "name": "previousOwner",
189
+ "type": "address"
190
+ },
191
+ {
192
+ "indexed": true,
193
+ "internalType": "address",
194
+ "name": "newOwner",
195
+ "type": "address"
196
+ }
197
+ ],
198
+ "name": "OwnershipTransferred",
199
+ "type": "event"
200
+ },
201
+ {
202
+ "anonymous": false,
203
+ "inputs": [
204
+ {
205
+ "indexed": false,
206
+ "internalType": "address",
207
+ "name": "_receiveLib",
208
+ "type": "address"
209
+ },
210
+ {
211
+ "indexed": false,
212
+ "internalType": "address",
213
+ "name": "_receiveLibView",
214
+ "type": "address"
215
+ }
216
+ ],
217
+ "name": "ReceiveLibViewSet",
218
+ "type": "event"
219
+ },
220
+ {
221
+ "inputs": [],
222
+ "name": "EMPTY_PAYLOAD_HASH",
223
+ "outputs": [
224
+ {
225
+ "internalType": "bytes32",
226
+ "name": "",
227
+ "type": "bytes32"
228
+ }
229
+ ],
230
+ "stateMutability": "view",
231
+ "type": "function"
232
+ },
233
+ {
234
+ "inputs": [],
235
+ "name": "NIL_PAYLOAD_HASH",
236
+ "outputs": [
237
+ {
238
+ "internalType": "bytes32",
239
+ "name": "",
240
+ "type": "bytes32"
241
+ }
242
+ ],
243
+ "stateMutability": "view",
244
+ "type": "function"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "address",
250
+ "name": "_receiveLib",
251
+ "type": "address"
252
+ },
253
+ {
254
+ "components": [
255
+ {
256
+ "components": [
257
+ {
258
+ "internalType": "uint32",
259
+ "name": "srcEid",
260
+ "type": "uint32"
261
+ },
262
+ {
263
+ "internalType": "bytes32",
264
+ "name": "sender",
265
+ "type": "bytes32"
266
+ },
267
+ {
268
+ "internalType": "uint64",
269
+ "name": "nonce",
270
+ "type": "uint64"
271
+ }
272
+ ],
273
+ "internalType": "struct Origin",
274
+ "name": "origin",
275
+ "type": "tuple"
276
+ },
277
+ {
278
+ "internalType": "address",
279
+ "name": "receiver",
280
+ "type": "address"
281
+ },
282
+ {
283
+ "internalType": "bytes32",
284
+ "name": "guid",
285
+ "type": "bytes32"
286
+ },
287
+ {
288
+ "internalType": "bytes",
289
+ "name": "message",
290
+ "type": "bytes"
291
+ },
292
+ {
293
+ "internalType": "bytes",
294
+ "name": "extraData",
295
+ "type": "bytes"
296
+ },
297
+ {
298
+ "internalType": "uint256",
299
+ "name": "gas",
300
+ "type": "uint256"
301
+ },
302
+ {
303
+ "internalType": "uint256",
304
+ "name": "value",
305
+ "type": "uint256"
306
+ }
307
+ ],
308
+ "internalType": "struct LzReceiveParam",
309
+ "name": "_lzReceiveParam",
310
+ "type": "tuple"
311
+ },
312
+ {
313
+ "components": [
314
+ {
315
+ "internalType": "address",
316
+ "name": "_receiver",
317
+ "type": "address"
318
+ },
319
+ {
320
+ "internalType": "uint256",
321
+ "name": "_amount",
322
+ "type": "uint256"
323
+ }
324
+ ],
325
+ "internalType": "struct NativeDropParam[]",
326
+ "name": "_nativeDropParams",
327
+ "type": "tuple[]"
328
+ }
329
+ ],
330
+ "name": "commitAndExecute",
331
+ "outputs": [],
332
+ "stateMutability": "payable",
333
+ "type": "function"
334
+ },
335
+ {
336
+ "inputs": [],
337
+ "name": "endpoint",
338
+ "outputs": [
339
+ {
340
+ "internalType": "contract ILayerZeroEndpointV2",
341
+ "name": "",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "stateMutability": "view",
346
+ "type": "function"
347
+ },
348
+ {
349
+ "inputs": [
350
+ {
351
+ "components": [
352
+ {
353
+ "internalType": "uint32",
354
+ "name": "srcEid",
355
+ "type": "uint32"
356
+ },
357
+ {
358
+ "internalType": "bytes32",
359
+ "name": "sender",
360
+ "type": "bytes32"
361
+ },
362
+ {
363
+ "internalType": "uint64",
364
+ "name": "nonce",
365
+ "type": "uint64"
366
+ }
367
+ ],
368
+ "internalType": "struct Origin",
369
+ "name": "_origin",
370
+ "type": "tuple"
371
+ },
372
+ {
373
+ "internalType": "address",
374
+ "name": "_receiver",
375
+ "type": "address"
376
+ }
377
+ ],
378
+ "name": "executable",
379
+ "outputs": [
380
+ {
381
+ "internalType": "enum ExecutionState",
382
+ "name": "",
383
+ "type": "uint8"
384
+ }
385
+ ],
386
+ "stateMutability": "view",
387
+ "type": "function"
388
+ },
389
+ {
390
+ "inputs": [
391
+ {
392
+ "components": [
393
+ {
394
+ "internalType": "uint32",
395
+ "name": "srcEid",
396
+ "type": "uint32"
397
+ },
398
+ {
399
+ "internalType": "bytes32",
400
+ "name": "sender",
401
+ "type": "bytes32"
402
+ },
403
+ {
404
+ "internalType": "uint64",
405
+ "name": "nonce",
406
+ "type": "uint64"
407
+ }
408
+ ],
409
+ "internalType": "struct Origin",
410
+ "name": "_origin",
411
+ "type": "tuple"
412
+ },
413
+ {
414
+ "internalType": "address",
415
+ "name": "_receiver",
416
+ "type": "address"
417
+ }
418
+ ],
419
+ "name": "initializable",
420
+ "outputs": [
421
+ {
422
+ "internalType": "bool",
423
+ "name": "",
424
+ "type": "bool"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ {
433
+ "internalType": "address",
434
+ "name": "_receiveUln302",
435
+ "type": "address"
436
+ },
437
+ {
438
+ "internalType": "address",
439
+ "name": "_receiveUln302View",
440
+ "type": "address"
441
+ },
442
+ {
443
+ "internalType": "address",
444
+ "name": "_endpoint",
445
+ "type": "address"
446
+ }
447
+ ],
448
+ "name": "initialize",
449
+ "outputs": [],
450
+ "stateMutability": "nonpayable",
451
+ "type": "function"
452
+ },
453
+ {
454
+ "inputs": [],
455
+ "name": "localEid",
456
+ "outputs": [
457
+ {
458
+ "internalType": "uint32",
459
+ "name": "",
460
+ "type": "uint32"
461
+ }
462
+ ],
463
+ "stateMutability": "view",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "inputs": [],
468
+ "name": "owner",
469
+ "outputs": [
470
+ {
471
+ "internalType": "address",
472
+ "name": "",
473
+ "type": "address"
474
+ }
475
+ ],
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [
481
+ {
482
+ "internalType": "address",
483
+ "name": "receiveLib",
484
+ "type": "address"
485
+ }
486
+ ],
487
+ "name": "receiveLibToView",
488
+ "outputs": [
489
+ {
490
+ "internalType": "address",
491
+ "name": "receiveLibView",
492
+ "type": "address"
493
+ }
494
+ ],
495
+ "stateMutability": "view",
496
+ "type": "function"
497
+ },
498
+ {
499
+ "inputs": [],
500
+ "name": "receiveUln302",
501
+ "outputs": [
502
+ {
503
+ "internalType": "address",
504
+ "name": "",
505
+ "type": "address"
506
+ }
507
+ ],
508
+ "stateMutability": "view",
509
+ "type": "function"
510
+ },
511
+ {
512
+ "inputs": [],
513
+ "name": "renounceOwnership",
514
+ "outputs": [],
515
+ "stateMutability": "nonpayable",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [
520
+ {
521
+ "internalType": "address",
522
+ "name": "_receiveLib",
523
+ "type": "address"
524
+ },
525
+ {
526
+ "internalType": "address",
527
+ "name": "_receiveLibView",
528
+ "type": "address"
529
+ }
530
+ ],
531
+ "name": "setReceiveLibView",
532
+ "outputs": [],
533
+ "stateMutability": "nonpayable",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [
538
+ {
539
+ "internalType": "address",
540
+ "name": "newOwner",
541
+ "type": "address"
542
+ }
543
+ ],
544
+ "name": "transferOwnership",
545
+ "outputs": [],
546
+ "stateMutability": "nonpayable",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [
551
+ {
552
+ "components": [
553
+ {
554
+ "internalType": "uint32",
555
+ "name": "srcEid",
556
+ "type": "uint32"
557
+ },
558
+ {
559
+ "internalType": "bytes32",
560
+ "name": "sender",
561
+ "type": "bytes32"
562
+ },
563
+ {
564
+ "internalType": "uint64",
565
+ "name": "nonce",
566
+ "type": "uint64"
567
+ }
568
+ ],
569
+ "internalType": "struct Origin",
570
+ "name": "_origin",
571
+ "type": "tuple"
572
+ },
573
+ {
574
+ "internalType": "address",
575
+ "name": "_receiver",
576
+ "type": "address"
577
+ },
578
+ {
579
+ "internalType": "address",
580
+ "name": "_receiveLib",
581
+ "type": "address"
582
+ },
583
+ {
584
+ "internalType": "bytes32",
585
+ "name": "_payloadHash",
586
+ "type": "bytes32"
587
+ }
588
+ ],
589
+ "name": "verifiable",
590
+ "outputs": [
591
+ {
592
+ "internalType": "bool",
593
+ "name": "",
594
+ "type": "bool"
595
+ }
596
+ ],
597
+ "stateMutability": "view",
598
+ "type": "function"
599
+ },
600
+ {
601
+ "inputs": [
602
+ {
603
+ "internalType": "address",
604
+ "name": "_to",
605
+ "type": "address"
606
+ },
607
+ {
608
+ "internalType": "uint256",
609
+ "name": "_amount",
610
+ "type": "uint256"
611
+ }
612
+ ],
613
+ "name": "withdrawNative",
614
+ "outputs": [],
615
+ "stateMutability": "nonpayable",
616
+ "type": "function"
617
+ },
618
+ {
619
+ "inputs": [
620
+ {
621
+ "internalType": "address",
622
+ "name": "_logic",
623
+ "type": "address"
624
+ },
625
+ {
626
+ "internalType": "address",
627
+ "name": "admin_",
628
+ "type": "address"
629
+ },
630
+ {
631
+ "internalType": "bytes",
632
+ "name": "_data",
633
+ "type": "bytes"
634
+ }
635
+ ],
636
+ "stateMutability": "payable",
637
+ "type": "constructor"
638
+ }
639
+ ],
640
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
641
+ "receipt": {
642
+ "to": null,
643
+ "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
644
+ "contractAddress": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
645
+ "transactionIndex": 0,
646
+ "gasUsed": "743717",
647
+ "logsBloom": "0x00000000000000000000000000020000400000000000000000800000000000000000000000000000000000008000200000000000000000002000020000000000000400000000000000000000000002000001000000000000000000000000000000000000030000000000000008000800000000800000000000000000000000400000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000020000000000000000000000000000000000000000000000000000040000000000000",
648
+ "blockHash": "0x5f8977183105e19c99bac6dd20548f35796b55cfa33b070971993587d7b703e8",
649
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
650
+ "logs": [
651
+ {
652
+ "transactionIndex": 0,
653
+ "blockNumber": 2936554,
654
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
655
+ "address": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
656
+ "topics": [
657
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
658
+ "0x0000000000000000000000009a289b849b32ff69a95f8584a03343a33ff6e5fd"
659
+ ],
660
+ "data": "0x",
661
+ "logIndex": 0,
662
+ "blockHash": "0x5f8977183105e19c99bac6dd20548f35796b55cfa33b070971993587d7b703e8"
663
+ },
664
+ {
665
+ "transactionIndex": 0,
666
+ "blockNumber": 2936554,
667
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
668
+ "address": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
669
+ "topics": [
670
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
671
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
672
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
673
+ ],
674
+ "data": "0x",
675
+ "logIndex": 1,
676
+ "blockHash": "0x5f8977183105e19c99bac6dd20548f35796b55cfa33b070971993587d7b703e8"
677
+ },
678
+ {
679
+ "transactionIndex": 0,
680
+ "blockNumber": 2936554,
681
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
682
+ "address": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
683
+ "topics": [
684
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
685
+ ],
686
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
687
+ "logIndex": 2,
688
+ "blockHash": "0x5f8977183105e19c99bac6dd20548f35796b55cfa33b070971993587d7b703e8"
689
+ },
690
+ {
691
+ "transactionIndex": 0,
692
+ "blockNumber": 2936554,
693
+ "transactionHash": "0x0ae246800a0dbdeedd2d049b5b7f808029aa8e6db06ca8509c0e43ce8cee0f12",
694
+ "address": "0x8A3D588D9f6AC041476b094f97FF94ec30169d3D",
695
+ "topics": [
696
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
697
+ ],
698
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51",
699
+ "logIndex": 3,
700
+ "blockHash": "0x5f8977183105e19c99bac6dd20548f35796b55cfa33b070971993587d7b703e8"
701
+ }
702
+ ],
703
+ "blockNumber": 2936554,
704
+ "cumulativeGasUsed": "743717",
705
+ "status": 1,
706
+ "byzantium": true
707
+ },
708
+ "args": [
709
+ "0x9A289B849b32FF69A95F8584a03343a33Ff6e5Fd",
710
+ "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
711
+ "0xc0c53b8b000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b09000000000000000000000000a78a78a13074ed93ad447a26ec57121f29e8fec20000000000000000000000006edce65403992e310a62460808c4b910d972f10f"
712
+ ],
713
+ "numDeployments": 1,
714
+ "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
715
+ "bytecode": "0x60a060405260405162000f5f38038062000f5f83398101604081905262000026916200044a565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200052a565b60008051602062000f188339815191521462000075576200007562000550565b62000083828260006200013c565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200052a565b60008051602062000ef883398151915214620000d357620000d362000550565b6001600160a01b038216608081905260008051602062000ef88339815191528381556040805160008152602081019390935290917f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a150505050620005b9565b620001478362000179565b600082511180620001555750805b156200017457620001728383620001bb60201b620002a91760201c565b505b505050565b6200018481620001ea565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e3838360405180606001604052806027815260200162000f3860279139620002b2565b9392505050565b62000200816200039860201b620002d51760201c565b620002685760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200029160008051602062000f1883398151915260001b620003a760201b620002411760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606001600160a01b0384163b6200031c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200025f565b600080856001600160a01b03168560405162000339919062000566565b600060405180830381855af49150503d806000811462000376576040519150601f19603f3d011682016040523d82523d6000602084013e6200037b565b606091505b5090925090506200038e828286620003aa565b9695505050505050565b6001600160a01b03163b151590565b90565b60608315620003bb575081620001e3565b825115620003cc5782518084602001fd5b8160405162461bcd60e51b81526004016200025f919062000584565b80516001600160a01b03811681146200040057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004385781810151838201526020016200041e565b83811115620001725750506000910152565b6000806000606084860312156200046057600080fd5b6200046b84620003e8565b92506200047b60208501620003e8565b60408501519092506001600160401b03808211156200049957600080fd5b818601915086601f830112620004ae57600080fd5b815181811115620004c357620004c362000405565b604051601f8201601f19908116603f01168101908382118183101715620004ee57620004ee62000405565b816040528281528960208487010111156200050857600080fd5b6200051b8360208301602088016200041b565b80955050505050509250925092565b6000828210156200054b57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b600082516200057a8184602087016200041b565b9190910192915050565b6020815260008251806020840152620005a58160408501602087016200041b565b601f01601f19169190910160400192915050565b608051610900620005f86000396000818161011201528181610176015281816102060152818161025e01528181610287015261030901526109006000f3fe6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
716
+ "deployedBytecode": "0x6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033",
717
+ "execute": {
718
+ "methodName": "initialize",
719
+ "args": [
720
+ "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
721
+ "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
722
+ "0x6EDCE65403992e310A62460808c4b910D972f10f"
723
+ ]
724
+ },
725
+ "implementation": "0x9A289B849b32FF69A95F8584a03343a33Ff6e5Fd",
726
+ "devdoc": {
727
+ "details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
728
+ "kind": "dev",
729
+ "methods": {
730
+ "admin()": {
731
+ "details": "Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"
732
+ },
733
+ "constructor": {
734
+ "details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
735
+ },
736
+ "implementation()": {
737
+ "details": "Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"
738
+ },
739
+ "upgradeTo(address)": {
740
+ "details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
741
+ },
742
+ "upgradeToAndCall(address,bytes)": {
743
+ "details": "Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}."
744
+ }
745
+ },
746
+ "version": 1
747
+ },
748
+ "userdoc": {
749
+ "kind": "user",
750
+ "methods": {},
751
+ "version": 1
752
+ },
753
+ "storageLayout": {
754
+ "storage": [],
755
+ "types": null
756
+ }
757
+ }