@layerzerolabs/oft-mint-burn-starknet 0.2.89 → 0.2.91

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.
package/dist/DJIRVXJ3.cjs DELETED
@@ -1,1914 +0,0 @@
1
- 'use strict';
2
-
3
- // src/generated/abi/o-f-t-mint-burn-adapter.ts
4
- var oFTMintBurnAdapter = [
5
- {
6
- "type": "impl",
7
- "name": "OFTMintBurnAdapterImpl",
8
- "interface_name": "oft_mint_burn::interface::IOFTMintBurnAdapter"
9
- },
10
- {
11
- "type": "struct",
12
- "name": "core::integer::u256",
13
- "members": [
14
- {
15
- "name": "low",
16
- "type": "core::integer::u128"
17
- },
18
- {
19
- "name": "high",
20
- "type": "core::integer::u128"
21
- }
22
- ]
23
- },
24
- {
25
- "type": "struct",
26
- "name": "layerzero::oapps::common::rate_limiter::structs::RateLimitConfig",
27
- "members": [
28
- {
29
- "name": "dst_eid",
30
- "type": "core::integer::u32"
31
- },
32
- {
33
- "name": "limit",
34
- "type": "core::integer::u128"
35
- },
36
- {
37
- "name": "window",
38
- "type": "core::integer::u64"
39
- }
40
- ]
41
- },
42
- {
43
- "type": "enum",
44
- "name": "layerzero::oapps::common::rate_limiter::structs::RateLimitDirection",
45
- "variants": [
46
- {
47
- "name": "Outbound",
48
- "type": "()"
49
- },
50
- {
51
- "name": "Inbound",
52
- "type": "()"
53
- }
54
- ]
55
- },
56
- {
57
- "type": "enum",
58
- "name": "core::bool",
59
- "variants": [
60
- {
61
- "name": "False",
62
- "type": "()"
63
- },
64
- {
65
- "name": "True",
66
- "type": "()"
67
- }
68
- ]
69
- },
70
- {
71
- "type": "struct",
72
- "name": "layerzero::oapps::common::rate_limiter::structs::RateLimitEnabled",
73
- "members": [
74
- {
75
- "name": "is_outbound_enabled",
76
- "type": "core::bool"
77
- },
78
- {
79
- "name": "is_inbound_enabled",
80
- "type": "core::bool"
81
- }
82
- ]
83
- },
84
- {
85
- "type": "struct",
86
- "name": "core::array::Span::<core::felt252>",
87
- "members": [
88
- {
89
- "name": "snapshot",
90
- "type": "@core::array::Array::<core::felt252>"
91
- }
92
- ]
93
- },
94
- {
95
- "type": "interface",
96
- "name": "oft_mint_burn::interface::IOFTMintBurnAdapter",
97
- "items": [
98
- {
99
- "type": "function",
100
- "name": "fee_balance",
101
- "inputs": [],
102
- "outputs": [
103
- {
104
- "type": "core::integer::u256"
105
- }
106
- ],
107
- "state_mutability": "view"
108
- },
109
- {
110
- "type": "function",
111
- "name": "get_minter_burner",
112
- "inputs": [],
113
- "outputs": [
114
- {
115
- "type": "core::starknet::contract_address::ContractAddress"
116
- }
117
- ],
118
- "state_mutability": "view"
119
- },
120
- {
121
- "type": "function",
122
- "name": "set_rate_limits",
123
- "inputs": [
124
- {
125
- "name": "rate_limits",
126
- "type": "core::array::Array::<layerzero::oapps::common::rate_limiter::structs::RateLimitConfig>"
127
- },
128
- {
129
- "name": "direction",
130
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimitDirection"
131
- }
132
- ],
133
- "outputs": [],
134
- "state_mutability": "external"
135
- },
136
- {
137
- "type": "function",
138
- "name": "set_rate_limits_enabled",
139
- "inputs": [
140
- {
141
- "name": "enabled",
142
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimitEnabled"
143
- }
144
- ],
145
- "outputs": [],
146
- "state_mutability": "external"
147
- },
148
- {
149
- "type": "function",
150
- "name": "reset_rate_limits",
151
- "inputs": [
152
- {
153
- "name": "eids",
154
- "type": "core::array::Array::<core::integer::u32>"
155
- }
156
- ],
157
- "outputs": [],
158
- "state_mutability": "external"
159
- },
160
- {
161
- "type": "function",
162
- "name": "withdraw_fees",
163
- "inputs": [
164
- {
165
- "name": "to",
166
- "type": "core::starknet::contract_address::ContractAddress"
167
- }
168
- ],
169
- "outputs": [],
170
- "state_mutability": "external"
171
- },
172
- {
173
- "type": "function",
174
- "name": "upgrade",
175
- "inputs": [
176
- {
177
- "name": "new_class_hash",
178
- "type": "core::starknet::class_hash::ClassHash"
179
- }
180
- ],
181
- "outputs": [],
182
- "state_mutability": "external"
183
- },
184
- {
185
- "type": "function",
186
- "name": "upgrade_and_call",
187
- "inputs": [
188
- {
189
- "name": "new_class_hash",
190
- "type": "core::starknet::class_hash::ClassHash"
191
- },
192
- {
193
- "name": "selector",
194
- "type": "core::felt252"
195
- },
196
- {
197
- "name": "calldata",
198
- "type": "core::array::Span::<core::felt252>"
199
- }
200
- ],
201
- "outputs": [
202
- {
203
- "type": "core::array::Span::<core::felt252>"
204
- }
205
- ],
206
- "state_mutability": "external"
207
- },
208
- {
209
- "type": "function",
210
- "name": "pause",
211
- "inputs": [],
212
- "outputs": [],
213
- "state_mutability": "external"
214
- },
215
- {
216
- "type": "function",
217
- "name": "unpause",
218
- "inputs": [],
219
- "outputs": [],
220
- "state_mutability": "external"
221
- }
222
- ]
223
- },
224
- {
225
- "type": "impl",
226
- "name": "AccessControlImpl",
227
- "interface_name": "openzeppelin_access::accesscontrol::interface::IAccessControl"
228
- },
229
- {
230
- "type": "interface",
231
- "name": "openzeppelin_access::accesscontrol::interface::IAccessControl",
232
- "items": [
233
- {
234
- "type": "function",
235
- "name": "has_role",
236
- "inputs": [
237
- {
238
- "name": "role",
239
- "type": "core::felt252"
240
- },
241
- {
242
- "name": "account",
243
- "type": "core::starknet::contract_address::ContractAddress"
244
- }
245
- ],
246
- "outputs": [
247
- {
248
- "type": "core::bool"
249
- }
250
- ],
251
- "state_mutability": "view"
252
- },
253
- {
254
- "type": "function",
255
- "name": "get_role_admin",
256
- "inputs": [
257
- {
258
- "name": "role",
259
- "type": "core::felt252"
260
- }
261
- ],
262
- "outputs": [
263
- {
264
- "type": "core::felt252"
265
- }
266
- ],
267
- "state_mutability": "view"
268
- },
269
- {
270
- "type": "function",
271
- "name": "grant_role",
272
- "inputs": [
273
- {
274
- "name": "role",
275
- "type": "core::felt252"
276
- },
277
- {
278
- "name": "account",
279
- "type": "core::starknet::contract_address::ContractAddress"
280
- }
281
- ],
282
- "outputs": [],
283
- "state_mutability": "external"
284
- },
285
- {
286
- "type": "function",
287
- "name": "revoke_role",
288
- "inputs": [
289
- {
290
- "name": "role",
291
- "type": "core::felt252"
292
- },
293
- {
294
- "name": "account",
295
- "type": "core::starknet::contract_address::ContractAddress"
296
- }
297
- ],
298
- "outputs": [],
299
- "state_mutability": "external"
300
- },
301
- {
302
- "type": "function",
303
- "name": "renounce_role",
304
- "inputs": [
305
- {
306
- "name": "role",
307
- "type": "core::felt252"
308
- },
309
- {
310
- "name": "account",
311
- "type": "core::starknet::contract_address::ContractAddress"
312
- }
313
- ],
314
- "outputs": [],
315
- "state_mutability": "external"
316
- }
317
- ]
318
- },
319
- {
320
- "type": "impl",
321
- "name": "PausableImpl",
322
- "interface_name": "openzeppelin_security::interface::IPausable"
323
- },
324
- {
325
- "type": "interface",
326
- "name": "openzeppelin_security::interface::IPausable",
327
- "items": [
328
- {
329
- "type": "function",
330
- "name": "is_paused",
331
- "inputs": [],
332
- "outputs": [
333
- {
334
- "type": "core::bool"
335
- }
336
- ],
337
- "state_mutability": "view"
338
- }
339
- ]
340
- },
341
- {
342
- "type": "impl",
343
- "name": "OwnableMixinImpl",
344
- "interface_name": "openzeppelin_access::ownable::interface::OwnableABI"
345
- },
346
- {
347
- "type": "interface",
348
- "name": "openzeppelin_access::ownable::interface::OwnableABI",
349
- "items": [
350
- {
351
- "type": "function",
352
- "name": "owner",
353
- "inputs": [],
354
- "outputs": [
355
- {
356
- "type": "core::starknet::contract_address::ContractAddress"
357
- }
358
- ],
359
- "state_mutability": "view"
360
- },
361
- {
362
- "type": "function",
363
- "name": "transfer_ownership",
364
- "inputs": [
365
- {
366
- "name": "new_owner",
367
- "type": "core::starknet::contract_address::ContractAddress"
368
- }
369
- ],
370
- "outputs": [],
371
- "state_mutability": "external"
372
- },
373
- {
374
- "type": "function",
375
- "name": "renounce_ownership",
376
- "inputs": [],
377
- "outputs": [],
378
- "state_mutability": "external"
379
- },
380
- {
381
- "type": "function",
382
- "name": "transferOwnership",
383
- "inputs": [
384
- {
385
- "name": "newOwner",
386
- "type": "core::starknet::contract_address::ContractAddress"
387
- }
388
- ],
389
- "outputs": [],
390
- "state_mutability": "external"
391
- },
392
- {
393
- "type": "function",
394
- "name": "renounceOwnership",
395
- "inputs": [],
396
- "outputs": [],
397
- "state_mutability": "external"
398
- }
399
- ]
400
- },
401
- {
402
- "type": "impl",
403
- "name": "OAppCoreImpl",
404
- "interface_name": "layerzero::oapps::oapp::interface::IOApp"
405
- },
406
- {
407
- "type": "struct",
408
- "name": "lz_utils::bytes::Bytes32",
409
- "members": [
410
- {
411
- "name": "value",
412
- "type": "core::integer::u256"
413
- }
414
- ]
415
- },
416
- {
417
- "type": "interface",
418
- "name": "layerzero::oapps::oapp::interface::IOApp",
419
- "items": [
420
- {
421
- "type": "function",
422
- "name": "get_endpoint",
423
- "inputs": [],
424
- "outputs": [
425
- {
426
- "type": "core::starknet::contract_address::ContractAddress"
427
- }
428
- ],
429
- "state_mutability": "view"
430
- },
431
- {
432
- "type": "function",
433
- "name": "set_peer",
434
- "inputs": [
435
- {
436
- "name": "eid",
437
- "type": "core::integer::u32"
438
- },
439
- {
440
- "name": "peer",
441
- "type": "lz_utils::bytes::Bytes32"
442
- }
443
- ],
444
- "outputs": [],
445
- "state_mutability": "external"
446
- },
447
- {
448
- "type": "function",
449
- "name": "get_peer",
450
- "inputs": [
451
- {
452
- "name": "eid",
453
- "type": "core::integer::u32"
454
- }
455
- ],
456
- "outputs": [
457
- {
458
- "type": "lz_utils::bytes::Bytes32"
459
- }
460
- ],
461
- "state_mutability": "view"
462
- },
463
- {
464
- "type": "function",
465
- "name": "oapp_version",
466
- "inputs": [],
467
- "outputs": [
468
- {
469
- "type": "(core::integer::u64, core::integer::u64)"
470
- }
471
- ],
472
- "state_mutability": "view"
473
- },
474
- {
475
- "type": "function",
476
- "name": "set_delegate",
477
- "inputs": [
478
- {
479
- "name": "delegate",
480
- "type": "core::starknet::contract_address::ContractAddress"
481
- }
482
- ],
483
- "outputs": [],
484
- "state_mutability": "external"
485
- }
486
- ]
487
- },
488
- {
489
- "type": "impl",
490
- "name": "IOAppReceiverImpl",
491
- "interface_name": "layerzero::oapps::oapp::interface::IOAppReceiver"
492
- },
493
- {
494
- "type": "struct",
495
- "name": "layerzero::common::structs::packet::Origin",
496
- "members": [
497
- {
498
- "name": "src_eid",
499
- "type": "core::integer::u32"
500
- },
501
- {
502
- "name": "sender",
503
- "type": "lz_utils::bytes::Bytes32"
504
- },
505
- {
506
- "name": "nonce",
507
- "type": "core::integer::u64"
508
- }
509
- ]
510
- },
511
- {
512
- "type": "struct",
513
- "name": "core::byte_array::ByteArray",
514
- "members": [
515
- {
516
- "name": "data",
517
- "type": "core::array::Array::<core::bytes_31::bytes31>"
518
- },
519
- {
520
- "name": "pending_word",
521
- "type": "core::felt252"
522
- },
523
- {
524
- "name": "pending_word_len",
525
- "type": "core::internal::bounded_int::BoundedInt::<0, 30>"
526
- }
527
- ]
528
- },
529
- {
530
- "type": "interface",
531
- "name": "layerzero::oapps::oapp::interface::IOAppReceiver",
532
- "items": [
533
- {
534
- "type": "function",
535
- "name": "is_compose_msg_sender",
536
- "inputs": [
537
- {
538
- "name": "origin",
539
- "type": "layerzero::common::structs::packet::Origin"
540
- },
541
- {
542
- "name": "message",
543
- "type": "core::byte_array::ByteArray"
544
- },
545
- {
546
- "name": "sender",
547
- "type": "core::starknet::contract_address::ContractAddress"
548
- }
549
- ],
550
- "outputs": [
551
- {
552
- "type": "core::bool"
553
- }
554
- ],
555
- "state_mutability": "view"
556
- }
557
- ]
558
- },
559
- {
560
- "type": "impl",
561
- "name": "ILayerZeroReceiverImpl",
562
- "interface_name": "layerzero::endpoint::interfaces::layerzero_receiver::ILayerZeroReceiver"
563
- },
564
- {
565
- "type": "interface",
566
- "name": "layerzero::endpoint::interfaces::layerzero_receiver::ILayerZeroReceiver",
567
- "items": [
568
- {
569
- "type": "function",
570
- "name": "lz_receive",
571
- "inputs": [
572
- {
573
- "name": "origin",
574
- "type": "layerzero::common::structs::packet::Origin"
575
- },
576
- {
577
- "name": "guid",
578
- "type": "lz_utils::bytes::Bytes32"
579
- },
580
- {
581
- "name": "message",
582
- "type": "core::byte_array::ByteArray"
583
- },
584
- {
585
- "name": "executor",
586
- "type": "core::starknet::contract_address::ContractAddress"
587
- },
588
- {
589
- "name": "extra_data",
590
- "type": "core::byte_array::ByteArray"
591
- },
592
- {
593
- "name": "value",
594
- "type": "core::integer::u256"
595
- }
596
- ],
597
- "outputs": [],
598
- "state_mutability": "external"
599
- },
600
- {
601
- "type": "function",
602
- "name": "allow_initialize_path",
603
- "inputs": [
604
- {
605
- "name": "origin",
606
- "type": "layerzero::common::structs::packet::Origin"
607
- }
608
- ],
609
- "outputs": [
610
- {
611
- "type": "core::bool"
612
- }
613
- ],
614
- "state_mutability": "view"
615
- },
616
- {
617
- "type": "function",
618
- "name": "next_nonce",
619
- "inputs": [
620
- {
621
- "name": "src_eid",
622
- "type": "core::integer::u32"
623
- },
624
- {
625
- "name": "sender",
626
- "type": "lz_utils::bytes::Bytes32"
627
- }
628
- ],
629
- "outputs": [
630
- {
631
- "type": "core::integer::u64"
632
- }
633
- ],
634
- "state_mutability": "view"
635
- }
636
- ]
637
- },
638
- {
639
- "type": "impl",
640
- "name": "OFTCoreImpl",
641
- "interface_name": "layerzero::oapps::oft::interface::IOFT"
642
- },
643
- {
644
- "type": "struct",
645
- "name": "layerzero::oapps::oft::structs::OFTVersion",
646
- "members": [
647
- {
648
- "name": "interface_id",
649
- "type": "core::integer::u32"
650
- },
651
- {
652
- "name": "version",
653
- "type": "core::integer::u64"
654
- }
655
- ]
656
- },
657
- {
658
- "type": "struct",
659
- "name": "layerzero::oapps::oft::structs::SendParam",
660
- "members": [
661
- {
662
- "name": "dst_eid",
663
- "type": "core::integer::u32"
664
- },
665
- {
666
- "name": "to",
667
- "type": "lz_utils::bytes::Bytes32"
668
- },
669
- {
670
- "name": "amount_ld",
671
- "type": "core::integer::u256"
672
- },
673
- {
674
- "name": "min_amount_ld",
675
- "type": "core::integer::u256"
676
- },
677
- {
678
- "name": "extra_options",
679
- "type": "core::byte_array::ByteArray"
680
- },
681
- {
682
- "name": "compose_msg",
683
- "type": "core::byte_array::ByteArray"
684
- },
685
- {
686
- "name": "oft_cmd",
687
- "type": "core::byte_array::ByteArray"
688
- }
689
- ]
690
- },
691
- {
692
- "type": "struct",
693
- "name": "layerzero::oapps::oft::structs::OFTLimit",
694
- "members": [
695
- {
696
- "name": "min_amount_ld",
697
- "type": "core::integer::u256"
698
- },
699
- {
700
- "name": "max_amount_ld",
701
- "type": "core::integer::u256"
702
- }
703
- ]
704
- },
705
- {
706
- "type": "struct",
707
- "name": "layerzero::oapps::oft::structs::OFTFeeDetail",
708
- "members": [
709
- {
710
- "name": "fee_amount_ld",
711
- "type": "core::integer::u256"
712
- },
713
- {
714
- "name": "reward_amount_ld",
715
- "type": "core::integer::u256"
716
- },
717
- {
718
- "name": "description",
719
- "type": "core::byte_array::ByteArray"
720
- }
721
- ]
722
- },
723
- {
724
- "type": "struct",
725
- "name": "layerzero::oapps::oft::structs::OFTReceipt",
726
- "members": [
727
- {
728
- "name": "amount_sent_ld",
729
- "type": "core::integer::u256"
730
- },
731
- {
732
- "name": "amount_received_ld",
733
- "type": "core::integer::u256"
734
- }
735
- ]
736
- },
737
- {
738
- "type": "struct",
739
- "name": "layerzero::oapps::oft::structs::OFTQuote",
740
- "members": [
741
- {
742
- "name": "limit",
743
- "type": "layerzero::oapps::oft::structs::OFTLimit"
744
- },
745
- {
746
- "name": "oft_fee_details",
747
- "type": "core::array::Array::<layerzero::oapps::oft::structs::OFTFeeDetail>"
748
- },
749
- {
750
- "name": "receipt",
751
- "type": "layerzero::oapps::oft::structs::OFTReceipt"
752
- }
753
- ]
754
- },
755
- {
756
- "type": "struct",
757
- "name": "layerzero::common::structs::messaging::MessagingFee",
758
- "members": [
759
- {
760
- "name": "native_fee",
761
- "type": "core::integer::u256"
762
- },
763
- {
764
- "name": "lz_token_fee",
765
- "type": "core::integer::u256"
766
- }
767
- ]
768
- },
769
- {
770
- "type": "struct",
771
- "name": "layerzero::common::structs::messaging::Payee",
772
- "members": [
773
- {
774
- "name": "receiver",
775
- "type": "core::starknet::contract_address::ContractAddress"
776
- },
777
- {
778
- "name": "native_amount",
779
- "type": "core::integer::u256"
780
- },
781
- {
782
- "name": "lz_token_amount",
783
- "type": "core::integer::u256"
784
- }
785
- ]
786
- },
787
- {
788
- "type": "struct",
789
- "name": "layerzero::common::structs::messaging::MessageReceipt",
790
- "members": [
791
- {
792
- "name": "guid",
793
- "type": "lz_utils::bytes::Bytes32"
794
- },
795
- {
796
- "name": "nonce",
797
- "type": "core::integer::u64"
798
- },
799
- {
800
- "name": "payees",
801
- "type": "core::array::Array::<layerzero::common::structs::messaging::Payee>"
802
- }
803
- ]
804
- },
805
- {
806
- "type": "struct",
807
- "name": "layerzero::oapps::oft::structs::OFTSendResult",
808
- "members": [
809
- {
810
- "name": "message_receipt",
811
- "type": "layerzero::common::structs::messaging::MessageReceipt"
812
- },
813
- {
814
- "name": "oft_receipt",
815
- "type": "layerzero::oapps::oft::structs::OFTReceipt"
816
- }
817
- ]
818
- },
819
- {
820
- "type": "interface",
821
- "name": "layerzero::oapps::oft::interface::IOFT",
822
- "items": [
823
- {
824
- "type": "function",
825
- "name": "oft_version",
826
- "inputs": [],
827
- "outputs": [
828
- {
829
- "type": "layerzero::oapps::oft::structs::OFTVersion"
830
- }
831
- ],
832
- "state_mutability": "view"
833
- },
834
- {
835
- "type": "function",
836
- "name": "token",
837
- "inputs": [],
838
- "outputs": [
839
- {
840
- "type": "core::starknet::contract_address::ContractAddress"
841
- }
842
- ],
843
- "state_mutability": "view"
844
- },
845
- {
846
- "type": "function",
847
- "name": "approval_required",
848
- "inputs": [],
849
- "outputs": [
850
- {
851
- "type": "core::bool"
852
- }
853
- ],
854
- "state_mutability": "view"
855
- },
856
- {
857
- "type": "function",
858
- "name": "shared_decimals",
859
- "inputs": [],
860
- "outputs": [
861
- {
862
- "type": "core::integer::u8"
863
- }
864
- ],
865
- "state_mutability": "view"
866
- },
867
- {
868
- "type": "function",
869
- "name": "decimal_conversion_rate",
870
- "inputs": [],
871
- "outputs": [
872
- {
873
- "type": "core::integer::u256"
874
- }
875
- ],
876
- "state_mutability": "view"
877
- },
878
- {
879
- "type": "function",
880
- "name": "msg_inspector",
881
- "inputs": [],
882
- "outputs": [
883
- {
884
- "type": "core::starknet::contract_address::ContractAddress"
885
- }
886
- ],
887
- "state_mutability": "view"
888
- },
889
- {
890
- "type": "function",
891
- "name": "set_msg_inspector",
892
- "inputs": [
893
- {
894
- "name": "msg_inspector",
895
- "type": "core::starknet::contract_address::ContractAddress"
896
- }
897
- ],
898
- "outputs": [],
899
- "state_mutability": "external"
900
- },
901
- {
902
- "type": "function",
903
- "name": "quote_oft",
904
- "inputs": [
905
- {
906
- "name": "send_param",
907
- "type": "layerzero::oapps::oft::structs::SendParam"
908
- }
909
- ],
910
- "outputs": [
911
- {
912
- "type": "layerzero::oapps::oft::structs::OFTQuote"
913
- }
914
- ],
915
- "state_mutability": "view"
916
- },
917
- {
918
- "type": "function",
919
- "name": "quote_send",
920
- "inputs": [
921
- {
922
- "name": "send_param",
923
- "type": "layerzero::oapps::oft::structs::SendParam"
924
- },
925
- {
926
- "name": "pay_in_lz_token",
927
- "type": "core::bool"
928
- }
929
- ],
930
- "outputs": [
931
- {
932
- "type": "layerzero::common::structs::messaging::MessagingFee"
933
- }
934
- ],
935
- "state_mutability": "view"
936
- },
937
- {
938
- "type": "function",
939
- "name": "send",
940
- "inputs": [
941
- {
942
- "name": "send_param",
943
- "type": "layerzero::oapps::oft::structs::SendParam"
944
- },
945
- {
946
- "name": "fee",
947
- "type": "layerzero::common::structs::messaging::MessagingFee"
948
- },
949
- {
950
- "name": "refund_address",
951
- "type": "core::starknet::contract_address::ContractAddress"
952
- }
953
- ],
954
- "outputs": [
955
- {
956
- "type": "layerzero::oapps::oft::structs::OFTSendResult"
957
- }
958
- ],
959
- "state_mutability": "external"
960
- }
961
- ]
962
- },
963
- {
964
- "type": "impl",
965
- "name": "OAppOptionsType3Impl",
966
- "interface_name": "layerzero::oapps::common::oapp_options_type_3::interface::IOAppOptionsType3"
967
- },
968
- {
969
- "type": "struct",
970
- "name": "layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam",
971
- "members": [
972
- {
973
- "name": "eid",
974
- "type": "core::integer::u32"
975
- },
976
- {
977
- "name": "msg_type",
978
- "type": "core::integer::u16"
979
- },
980
- {
981
- "name": "options",
982
- "type": "core::byte_array::ByteArray"
983
- }
984
- ]
985
- },
986
- {
987
- "type": "interface",
988
- "name": "layerzero::oapps::common::oapp_options_type_3::interface::IOAppOptionsType3",
989
- "items": [
990
- {
991
- "type": "function",
992
- "name": "set_enforced_options",
993
- "inputs": [
994
- {
995
- "name": "enforced_options",
996
- "type": "core::array::Array::<layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam>"
997
- }
998
- ],
999
- "outputs": [],
1000
- "state_mutability": "external"
1001
- },
1002
- {
1003
- "type": "function",
1004
- "name": "combine_options",
1005
- "inputs": [
1006
- {
1007
- "name": "eid",
1008
- "type": "core::integer::u32"
1009
- },
1010
- {
1011
- "name": "msg_type",
1012
- "type": "core::integer::u16"
1013
- },
1014
- {
1015
- "name": "extra_options",
1016
- "type": "core::byte_array::ByteArray"
1017
- }
1018
- ],
1019
- "outputs": [
1020
- {
1021
- "type": "core::byte_array::ByteArray"
1022
- }
1023
- ],
1024
- "state_mutability": "view"
1025
- },
1026
- {
1027
- "type": "function",
1028
- "name": "get_enforced_options",
1029
- "inputs": [
1030
- {
1031
- "name": "eid",
1032
- "type": "core::integer::u32"
1033
- },
1034
- {
1035
- "name": "msg_type",
1036
- "type": "core::integer::u16"
1037
- }
1038
- ],
1039
- "outputs": [
1040
- {
1041
- "type": "core::byte_array::ByteArray"
1042
- }
1043
- ],
1044
- "state_mutability": "view"
1045
- }
1046
- ]
1047
- },
1048
- {
1049
- "type": "impl",
1050
- "name": "FeeImpl",
1051
- "interface_name": "layerzero::oapps::common::fee::interface::IFee"
1052
- },
1053
- {
1054
- "type": "struct",
1055
- "name": "layerzero::oapps::common::fee::structs::FeeConfig",
1056
- "members": [
1057
- {
1058
- "name": "fee_bps",
1059
- "type": "core::integer::u16"
1060
- },
1061
- {
1062
- "name": "enabled",
1063
- "type": "core::bool"
1064
- }
1065
- ]
1066
- },
1067
- {
1068
- "type": "interface",
1069
- "name": "layerzero::oapps::common::fee::interface::IFee",
1070
- "items": [
1071
- {
1072
- "type": "function",
1073
- "name": "set_default_fee_bps",
1074
- "inputs": [
1075
- {
1076
- "name": "fee_bps",
1077
- "type": "core::integer::u16"
1078
- }
1079
- ],
1080
- "outputs": [],
1081
- "state_mutability": "external"
1082
- },
1083
- {
1084
- "type": "function",
1085
- "name": "set_fee_bps",
1086
- "inputs": [
1087
- {
1088
- "name": "dst_eid",
1089
- "type": "core::integer::u32"
1090
- },
1091
- {
1092
- "name": "fee_bps",
1093
- "type": "core::integer::u16"
1094
- },
1095
- {
1096
- "name": "enabled",
1097
- "type": "core::bool"
1098
- }
1099
- ],
1100
- "outputs": [],
1101
- "state_mutability": "external"
1102
- },
1103
- {
1104
- "type": "function",
1105
- "name": "get_fee",
1106
- "inputs": [
1107
- {
1108
- "name": "dst_eid",
1109
- "type": "core::integer::u32"
1110
- },
1111
- {
1112
- "name": "amount",
1113
- "type": "core::integer::u256"
1114
- }
1115
- ],
1116
- "outputs": [
1117
- {
1118
- "type": "core::integer::u256"
1119
- }
1120
- ],
1121
- "state_mutability": "view"
1122
- },
1123
- {
1124
- "type": "function",
1125
- "name": "get_raw_fee_bps",
1126
- "inputs": [
1127
- {
1128
- "name": "dst_eid",
1129
- "type": "core::integer::u32"
1130
- }
1131
- ],
1132
- "outputs": [
1133
- {
1134
- "type": "layerzero::oapps::common::fee::structs::FeeConfig"
1135
- }
1136
- ],
1137
- "state_mutability": "view"
1138
- },
1139
- {
1140
- "type": "function",
1141
- "name": "get_raw_default_fee_bps",
1142
- "inputs": [],
1143
- "outputs": [
1144
- {
1145
- "type": "core::integer::u16"
1146
- }
1147
- ],
1148
- "state_mutability": "view"
1149
- },
1150
- {
1151
- "type": "function",
1152
- "name": "get_raw_bps_denominator",
1153
- "inputs": [],
1154
- "outputs": [
1155
- {
1156
- "type": "core::integer::u16"
1157
- }
1158
- ],
1159
- "state_mutability": "view"
1160
- }
1161
- ]
1162
- },
1163
- {
1164
- "type": "impl",
1165
- "name": "RateLimiterImpl",
1166
- "interface_name": "layerzero::oapps::common::rate_limiter::interface::IRateLimiter"
1167
- },
1168
- {
1169
- "type": "struct",
1170
- "name": "layerzero::oapps::common::rate_limiter::structs::SendableAmount",
1171
- "members": [
1172
- {
1173
- "name": "amount_in_flight",
1174
- "type": "core::integer::u256"
1175
- },
1176
- {
1177
- "name": "sendable_amount",
1178
- "type": "core::integer::u256"
1179
- }
1180
- ]
1181
- },
1182
- {
1183
- "type": "struct",
1184
- "name": "layerzero::oapps::common::rate_limiter::structs::ReceivableAmount",
1185
- "members": [
1186
- {
1187
- "name": "amount_in_flight",
1188
- "type": "core::integer::u256"
1189
- },
1190
- {
1191
- "name": "receivable_amount",
1192
- "type": "core::integer::u256"
1193
- }
1194
- ]
1195
- },
1196
- {
1197
- "type": "struct",
1198
- "name": "layerzero::oapps::common::rate_limiter::structs::RateLimit",
1199
- "members": [
1200
- {
1201
- "name": "amount_in_flight",
1202
- "type": "core::integer::u128"
1203
- },
1204
- {
1205
- "name": "last_updated",
1206
- "type": "core::integer::u64"
1207
- },
1208
- {
1209
- "name": "limit",
1210
- "type": "core::integer::u128"
1211
- },
1212
- {
1213
- "name": "window",
1214
- "type": "core::integer::u64"
1215
- }
1216
- ]
1217
- },
1218
- {
1219
- "type": "interface",
1220
- "name": "layerzero::oapps::common::rate_limiter::interface::IRateLimiter",
1221
- "items": [
1222
- {
1223
- "type": "function",
1224
- "name": "get_sendable_amount",
1225
- "inputs": [
1226
- {
1227
- "name": "dst_eid",
1228
- "type": "core::integer::u32"
1229
- }
1230
- ],
1231
- "outputs": [
1232
- {
1233
- "type": "layerzero::oapps::common::rate_limiter::structs::SendableAmount"
1234
- }
1235
- ],
1236
- "state_mutability": "view"
1237
- },
1238
- {
1239
- "type": "function",
1240
- "name": "get_receivable_amount",
1241
- "inputs": [
1242
- {
1243
- "name": "src_eid",
1244
- "type": "core::integer::u32"
1245
- }
1246
- ],
1247
- "outputs": [
1248
- {
1249
- "type": "layerzero::oapps::common::rate_limiter::structs::ReceivableAmount"
1250
- }
1251
- ],
1252
- "state_mutability": "view"
1253
- },
1254
- {
1255
- "type": "function",
1256
- "name": "get_outbound_rate_limit",
1257
- "inputs": [
1258
- {
1259
- "name": "dst_eid",
1260
- "type": "core::integer::u32"
1261
- }
1262
- ],
1263
- "outputs": [
1264
- {
1265
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimit"
1266
- }
1267
- ],
1268
- "state_mutability": "view"
1269
- },
1270
- {
1271
- "type": "function",
1272
- "name": "get_inbound_rate_limit",
1273
- "inputs": [
1274
- {
1275
- "name": "src_eid",
1276
- "type": "core::integer::u32"
1277
- }
1278
- ],
1279
- "outputs": [
1280
- {
1281
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimit"
1282
- }
1283
- ],
1284
- "state_mutability": "view"
1285
- },
1286
- {
1287
- "type": "function",
1288
- "name": "get_rate_limit_enabled",
1289
- "inputs": [],
1290
- "outputs": [
1291
- {
1292
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimitEnabled"
1293
- }
1294
- ],
1295
- "state_mutability": "view"
1296
- }
1297
- ]
1298
- },
1299
- {
1300
- "type": "constructor",
1301
- "name": "constructor",
1302
- "inputs": [
1303
- {
1304
- "name": "erc20_token",
1305
- "type": "core::starknet::contract_address::ContractAddress"
1306
- },
1307
- {
1308
- "name": "minter_burner",
1309
- "type": "core::starknet::contract_address::ContractAddress"
1310
- },
1311
- {
1312
- "name": "lz_endpoint",
1313
- "type": "core::starknet::contract_address::ContractAddress"
1314
- },
1315
- {
1316
- "name": "owner",
1317
- "type": "core::starknet::contract_address::ContractAddress"
1318
- },
1319
- {
1320
- "name": "native_token",
1321
- "type": "core::starknet::contract_address::ContractAddress"
1322
- },
1323
- {
1324
- "name": "shared_decimals",
1325
- "type": "core::integer::u8"
1326
- }
1327
- ]
1328
- },
1329
- {
1330
- "type": "event",
1331
- "name": "oft_mint_burn::oft_mint_burn_adapter::OFTMintBurnAdapter::FeeWithdrawn",
1332
- "kind": "struct",
1333
- "members": [
1334
- {
1335
- "name": "to",
1336
- "type": "core::starknet::contract_address::ContractAddress",
1337
- "kind": "data"
1338
- },
1339
- {
1340
- "name": "amount_ld",
1341
- "type": "core::integer::u256",
1342
- "kind": "data"
1343
- }
1344
- ]
1345
- },
1346
- {
1347
- "type": "event",
1348
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGranted",
1349
- "kind": "struct",
1350
- "members": [
1351
- {
1352
- "name": "role",
1353
- "type": "core::felt252",
1354
- "kind": "data"
1355
- },
1356
- {
1357
- "name": "account",
1358
- "type": "core::starknet::contract_address::ContractAddress",
1359
- "kind": "data"
1360
- },
1361
- {
1362
- "name": "sender",
1363
- "type": "core::starknet::contract_address::ContractAddress",
1364
- "kind": "data"
1365
- }
1366
- ]
1367
- },
1368
- {
1369
- "type": "event",
1370
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGrantedWithDelay",
1371
- "kind": "struct",
1372
- "members": [
1373
- {
1374
- "name": "role",
1375
- "type": "core::felt252",
1376
- "kind": "data"
1377
- },
1378
- {
1379
- "name": "account",
1380
- "type": "core::starknet::contract_address::ContractAddress",
1381
- "kind": "data"
1382
- },
1383
- {
1384
- "name": "sender",
1385
- "type": "core::starknet::contract_address::ContractAddress",
1386
- "kind": "data"
1387
- },
1388
- {
1389
- "name": "delay",
1390
- "type": "core::integer::u64",
1391
- "kind": "data"
1392
- }
1393
- ]
1394
- },
1395
- {
1396
- "type": "event",
1397
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleRevoked",
1398
- "kind": "struct",
1399
- "members": [
1400
- {
1401
- "name": "role",
1402
- "type": "core::felt252",
1403
- "kind": "data"
1404
- },
1405
- {
1406
- "name": "account",
1407
- "type": "core::starknet::contract_address::ContractAddress",
1408
- "kind": "data"
1409
- },
1410
- {
1411
- "name": "sender",
1412
- "type": "core::starknet::contract_address::ContractAddress",
1413
- "kind": "data"
1414
- }
1415
- ]
1416
- },
1417
- {
1418
- "type": "event",
1419
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleAdminChanged",
1420
- "kind": "struct",
1421
- "members": [
1422
- {
1423
- "name": "role",
1424
- "type": "core::felt252",
1425
- "kind": "data"
1426
- },
1427
- {
1428
- "name": "previous_admin_role",
1429
- "type": "core::felt252",
1430
- "kind": "data"
1431
- },
1432
- {
1433
- "name": "new_admin_role",
1434
- "type": "core::felt252",
1435
- "kind": "data"
1436
- }
1437
- ]
1438
- },
1439
- {
1440
- "type": "event",
1441
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::Event",
1442
- "kind": "enum",
1443
- "variants": [
1444
- {
1445
- "name": "RoleGranted",
1446
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGranted",
1447
- "kind": "nested"
1448
- },
1449
- {
1450
- "name": "RoleGrantedWithDelay",
1451
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGrantedWithDelay",
1452
- "kind": "nested"
1453
- },
1454
- {
1455
- "name": "RoleRevoked",
1456
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleRevoked",
1457
- "kind": "nested"
1458
- },
1459
- {
1460
- "name": "RoleAdminChanged",
1461
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleAdminChanged",
1462
- "kind": "nested"
1463
- }
1464
- ]
1465
- },
1466
- {
1467
- "type": "event",
1468
- "name": "openzeppelin_introspection::src5::SRC5Component::Event",
1469
- "kind": "enum",
1470
- "variants": []
1471
- },
1472
- {
1473
- "type": "event",
1474
- "name": "openzeppelin_security::pausable::PausableComponent::Paused",
1475
- "kind": "struct",
1476
- "members": [
1477
- {
1478
- "name": "account",
1479
- "type": "core::starknet::contract_address::ContractAddress",
1480
- "kind": "data"
1481
- }
1482
- ]
1483
- },
1484
- {
1485
- "type": "event",
1486
- "name": "openzeppelin_security::pausable::PausableComponent::Unpaused",
1487
- "kind": "struct",
1488
- "members": [
1489
- {
1490
- "name": "account",
1491
- "type": "core::starknet::contract_address::ContractAddress",
1492
- "kind": "data"
1493
- }
1494
- ]
1495
- },
1496
- {
1497
- "type": "event",
1498
- "name": "openzeppelin_security::pausable::PausableComponent::Event",
1499
- "kind": "enum",
1500
- "variants": [
1501
- {
1502
- "name": "Paused",
1503
- "type": "openzeppelin_security::pausable::PausableComponent::Paused",
1504
- "kind": "nested"
1505
- },
1506
- {
1507
- "name": "Unpaused",
1508
- "type": "openzeppelin_security::pausable::PausableComponent::Unpaused",
1509
- "kind": "nested"
1510
- }
1511
- ]
1512
- },
1513
- {
1514
- "type": "event",
1515
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1516
- "kind": "struct",
1517
- "members": [
1518
- {
1519
- "name": "previous_owner",
1520
- "type": "core::starknet::contract_address::ContractAddress",
1521
- "kind": "key"
1522
- },
1523
- {
1524
- "name": "new_owner",
1525
- "type": "core::starknet::contract_address::ContractAddress",
1526
- "kind": "key"
1527
- }
1528
- ]
1529
- },
1530
- {
1531
- "type": "event",
1532
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1533
- "kind": "struct",
1534
- "members": [
1535
- {
1536
- "name": "previous_owner",
1537
- "type": "core::starknet::contract_address::ContractAddress",
1538
- "kind": "key"
1539
- },
1540
- {
1541
- "name": "new_owner",
1542
- "type": "core::starknet::contract_address::ContractAddress",
1543
- "kind": "key"
1544
- }
1545
- ]
1546
- },
1547
- {
1548
- "type": "event",
1549
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1550
- "kind": "enum",
1551
- "variants": [
1552
- {
1553
- "name": "OwnershipTransferred",
1554
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1555
- "kind": "nested"
1556
- },
1557
- {
1558
- "name": "OwnershipTransferStarted",
1559
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1560
- "kind": "nested"
1561
- }
1562
- ]
1563
- },
1564
- {
1565
- "type": "event",
1566
- "name": "layerzero::oapps::oapp::events::PeerSet",
1567
- "kind": "struct",
1568
- "members": [
1569
- {
1570
- "name": "eid",
1571
- "type": "core::integer::u32",
1572
- "kind": "key"
1573
- },
1574
- {
1575
- "name": "peer",
1576
- "type": "lz_utils::bytes::Bytes32",
1577
- "kind": "key"
1578
- }
1579
- ]
1580
- },
1581
- {
1582
- "type": "event",
1583
- "name": "layerzero::oapps::oapp::oapp_core::OAppCoreComponent::Event",
1584
- "kind": "enum",
1585
- "variants": [
1586
- {
1587
- "name": "PeerSet",
1588
- "type": "layerzero::oapps::oapp::events::PeerSet",
1589
- "kind": "nested"
1590
- }
1591
- ]
1592
- },
1593
- {
1594
- "type": "event",
1595
- "name": "layerzero::oapps::oft::events::OFTSent",
1596
- "kind": "struct",
1597
- "members": [
1598
- {
1599
- "name": "guid",
1600
- "type": "lz_utils::bytes::Bytes32",
1601
- "kind": "key"
1602
- },
1603
- {
1604
- "name": "dst_eid",
1605
- "type": "core::integer::u32",
1606
- "kind": "key"
1607
- },
1608
- {
1609
- "name": "from",
1610
- "type": "core::starknet::contract_address::ContractAddress",
1611
- "kind": "key"
1612
- },
1613
- {
1614
- "name": "amount_sent_ld",
1615
- "type": "core::integer::u256",
1616
- "kind": "data"
1617
- },
1618
- {
1619
- "name": "amount_received_ld",
1620
- "type": "core::integer::u256",
1621
- "kind": "data"
1622
- }
1623
- ]
1624
- },
1625
- {
1626
- "type": "event",
1627
- "name": "layerzero::oapps::oft::events::OFTReceived",
1628
- "kind": "struct",
1629
- "members": [
1630
- {
1631
- "name": "guid",
1632
- "type": "lz_utils::bytes::Bytes32",
1633
- "kind": "key"
1634
- },
1635
- {
1636
- "name": "src_eid",
1637
- "type": "core::integer::u32",
1638
- "kind": "key"
1639
- },
1640
- {
1641
- "name": "to",
1642
- "type": "core::starknet::contract_address::ContractAddress",
1643
- "kind": "key"
1644
- },
1645
- {
1646
- "name": "amount_received_ld",
1647
- "type": "core::integer::u256",
1648
- "kind": "data"
1649
- }
1650
- ]
1651
- },
1652
- {
1653
- "type": "event",
1654
- "name": "layerzero::oapps::oft::events::MsgInspectorSet",
1655
- "kind": "struct",
1656
- "members": [
1657
- {
1658
- "name": "msg_inspector",
1659
- "type": "core::starknet::contract_address::ContractAddress",
1660
- "kind": "key"
1661
- }
1662
- ]
1663
- },
1664
- {
1665
- "type": "event",
1666
- "name": "layerzero::oapps::oft::oft_core::oft_core::OFTCoreComponent::Event",
1667
- "kind": "enum",
1668
- "variants": [
1669
- {
1670
- "name": "OFTSent",
1671
- "type": "layerzero::oapps::oft::events::OFTSent",
1672
- "kind": "nested"
1673
- },
1674
- {
1675
- "name": "OFTReceived",
1676
- "type": "layerzero::oapps::oft::events::OFTReceived",
1677
- "kind": "nested"
1678
- },
1679
- {
1680
- "name": "MsgInspectorSet",
1681
- "type": "layerzero::oapps::oft::events::MsgInspectorSet",
1682
- "kind": "nested"
1683
- }
1684
- ]
1685
- },
1686
- {
1687
- "type": "event",
1688
- "name": "layerzero::oapps::common::oapp_options_type_3::events::EnforcedOptionSet",
1689
- "kind": "struct",
1690
- "members": [
1691
- {
1692
- "name": "options",
1693
- "type": "core::array::Array::<layerzero::oapps::common::oapp_options_type_3::structs::EnforcedOptionParam>",
1694
- "kind": "data"
1695
- }
1696
- ]
1697
- },
1698
- {
1699
- "type": "event",
1700
- "name": "layerzero::oapps::common::oapp_options_type_3::oapp_options_type_3::OAppOptionsType3Component::Event",
1701
- "kind": "enum",
1702
- "variants": [
1703
- {
1704
- "name": "EnforcedOptionSet",
1705
- "type": "layerzero::oapps::common::oapp_options_type_3::events::EnforcedOptionSet",
1706
- "kind": "nested"
1707
- }
1708
- ]
1709
- },
1710
- {
1711
- "type": "event",
1712
- "name": "layerzero::oapps::common::fee::events::FeeBpsSet",
1713
- "kind": "struct",
1714
- "members": [
1715
- {
1716
- "name": "dst_eid",
1717
- "type": "core::integer::u32",
1718
- "kind": "data"
1719
- },
1720
- {
1721
- "name": "fee_bps",
1722
- "type": "core::integer::u16",
1723
- "kind": "data"
1724
- },
1725
- {
1726
- "name": "enabled",
1727
- "type": "core::bool",
1728
- "kind": "data"
1729
- }
1730
- ]
1731
- },
1732
- {
1733
- "type": "event",
1734
- "name": "layerzero::oapps::common::fee::events::DefaultFeeBpsSet",
1735
- "kind": "struct",
1736
- "members": [
1737
- {
1738
- "name": "fee_bps",
1739
- "type": "core::integer::u16",
1740
- "kind": "data"
1741
- }
1742
- ]
1743
- },
1744
- {
1745
- "type": "event",
1746
- "name": "layerzero::oapps::common::fee::fee::FeeComponent::Event",
1747
- "kind": "enum",
1748
- "variants": [
1749
- {
1750
- "name": "FeeBpsSet",
1751
- "type": "layerzero::oapps::common::fee::events::FeeBpsSet",
1752
- "kind": "nested"
1753
- },
1754
- {
1755
- "name": "DefaultFeeBpsSet",
1756
- "type": "layerzero::oapps::common::fee::events::DefaultFeeBpsSet",
1757
- "kind": "nested"
1758
- }
1759
- ]
1760
- },
1761
- {
1762
- "type": "event",
1763
- "name": "layerzero::oapps::common::rate_limiter::events::RateLimitsChanged",
1764
- "kind": "struct",
1765
- "members": [
1766
- {
1767
- "name": "configs",
1768
- "type": "core::array::Array::<layerzero::oapps::common::rate_limiter::structs::RateLimitConfig>",
1769
- "kind": "data"
1770
- },
1771
- {
1772
- "name": "direction",
1773
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimitDirection",
1774
- "kind": "data"
1775
- }
1776
- ]
1777
- },
1778
- {
1779
- "type": "event",
1780
- "name": "layerzero::oapps::common::rate_limiter::events::RateLimitsReset",
1781
- "kind": "struct",
1782
- "members": [
1783
- {
1784
- "name": "eids",
1785
- "type": "core::array::Array::<core::integer::u32>",
1786
- "kind": "data"
1787
- }
1788
- ]
1789
- },
1790
- {
1791
- "type": "event",
1792
- "name": "layerzero::oapps::common::rate_limiter::events::RateLimitEnabledChanged",
1793
- "kind": "struct",
1794
- "members": [
1795
- {
1796
- "name": "rate_limit_enabled",
1797
- "type": "layerzero::oapps::common::rate_limiter::structs::RateLimitEnabled",
1798
- "kind": "data"
1799
- }
1800
- ]
1801
- },
1802
- {
1803
- "type": "event",
1804
- "name": "layerzero::oapps::common::rate_limiter::rate_limiter::RateLimiterComponent::Event",
1805
- "kind": "enum",
1806
- "variants": [
1807
- {
1808
- "name": "RateLimitsChanged",
1809
- "type": "layerzero::oapps::common::rate_limiter::events::RateLimitsChanged",
1810
- "kind": "nested"
1811
- },
1812
- {
1813
- "name": "RateLimitsReset",
1814
- "type": "layerzero::oapps::common::rate_limiter::events::RateLimitsReset",
1815
- "kind": "nested"
1816
- },
1817
- {
1818
- "name": "RateLimitEnabledChanged",
1819
- "type": "layerzero::oapps::common::rate_limiter::events::RateLimitEnabledChanged",
1820
- "kind": "nested"
1821
- }
1822
- ]
1823
- },
1824
- {
1825
- "type": "event",
1826
- "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
1827
- "kind": "struct",
1828
- "members": [
1829
- {
1830
- "name": "class_hash",
1831
- "type": "core::starknet::class_hash::ClassHash",
1832
- "kind": "data"
1833
- }
1834
- ]
1835
- },
1836
- {
1837
- "type": "event",
1838
- "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
1839
- "kind": "enum",
1840
- "variants": [
1841
- {
1842
- "name": "Upgraded",
1843
- "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
1844
- "kind": "nested"
1845
- }
1846
- ]
1847
- },
1848
- {
1849
- "type": "event",
1850
- "name": "oft_mint_burn::oft_mint_burn_adapter::OFTMintBurnAdapter::Event",
1851
- "kind": "enum",
1852
- "variants": [
1853
- {
1854
- "name": "FeeWithdrawn",
1855
- "type": "oft_mint_burn::oft_mint_burn_adapter::OFTMintBurnAdapter::FeeWithdrawn",
1856
- "kind": "nested"
1857
- },
1858
- {
1859
- "name": "AccessControlEvent",
1860
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::Event",
1861
- "kind": "flat"
1862
- },
1863
- {
1864
- "name": "SRC5Event",
1865
- "type": "openzeppelin_introspection::src5::SRC5Component::Event",
1866
- "kind": "flat"
1867
- },
1868
- {
1869
- "name": "PausableEvent",
1870
- "type": "openzeppelin_security::pausable::PausableComponent::Event",
1871
- "kind": "flat"
1872
- },
1873
- {
1874
- "name": "OwnableEvent",
1875
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1876
- "kind": "flat"
1877
- },
1878
- {
1879
- "name": "OAppCoreEvent",
1880
- "type": "layerzero::oapps::oapp::oapp_core::OAppCoreComponent::Event",
1881
- "kind": "flat"
1882
- },
1883
- {
1884
- "name": "OFTCoreEvent",
1885
- "type": "layerzero::oapps::oft::oft_core::oft_core::OFTCoreComponent::Event",
1886
- "kind": "flat"
1887
- },
1888
- {
1889
- "name": "OAppOptionsType3Event",
1890
- "type": "layerzero::oapps::common::oapp_options_type_3::oapp_options_type_3::OAppOptionsType3Component::Event",
1891
- "kind": "flat"
1892
- },
1893
- {
1894
- "name": "FeeEvent",
1895
- "type": "layerzero::oapps::common::fee::fee::FeeComponent::Event",
1896
- "kind": "flat"
1897
- },
1898
- {
1899
- "name": "RateLimiterEvent",
1900
- "type": "layerzero::oapps::common::rate_limiter::rate_limiter::RateLimiterComponent::Event",
1901
- "kind": "flat"
1902
- },
1903
- {
1904
- "name": "UpgradeableEvent",
1905
- "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
1906
- "kind": "flat"
1907
- }
1908
- ]
1909
- }
1910
- ];
1911
-
1912
- exports.oFTMintBurnAdapter = oFTMintBurnAdapter;
1913
- //# sourceMappingURL=DJIRVXJ3.cjs.map
1914
- //# sourceMappingURL=DJIRVXJ3.cjs.map