@layerzerolabs/oft-mint-burn-starknet 0.2.90 → 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/CCHLUK5E.cjs DELETED
@@ -1,1035 +0,0 @@
1
- 'use strict';
2
-
3
- // src/generated/abi/e-r-c20-mint-burn-upgradeable.ts
4
- var eRC20MintBurnUpgradeable = [
5
- {
6
- "type": "impl",
7
- "name": "ERC20MetadataImpl",
8
- "interface_name": "openzeppelin_token::erc20::interface::IERC20Metadata"
9
- },
10
- {
11
- "type": "struct",
12
- "name": "core::byte_array::ByteArray",
13
- "members": [
14
- {
15
- "name": "data",
16
- "type": "core::array::Array::<core::bytes_31::bytes31>"
17
- },
18
- {
19
- "name": "pending_word",
20
- "type": "core::felt252"
21
- },
22
- {
23
- "name": "pending_word_len",
24
- "type": "core::internal::bounded_int::BoundedInt::<0, 30>"
25
- }
26
- ]
27
- },
28
- {
29
- "type": "interface",
30
- "name": "openzeppelin_token::erc20::interface::IERC20Metadata",
31
- "items": [
32
- {
33
- "type": "function",
34
- "name": "name",
35
- "inputs": [],
36
- "outputs": [
37
- {
38
- "type": "core::byte_array::ByteArray"
39
- }
40
- ],
41
- "state_mutability": "view"
42
- },
43
- {
44
- "type": "function",
45
- "name": "symbol",
46
- "inputs": [],
47
- "outputs": [
48
- {
49
- "type": "core::byte_array::ByteArray"
50
- }
51
- ],
52
- "state_mutability": "view"
53
- },
54
- {
55
- "type": "function",
56
- "name": "decimals",
57
- "inputs": [],
58
- "outputs": [
59
- {
60
- "type": "core::integer::u8"
61
- }
62
- ],
63
- "state_mutability": "view"
64
- }
65
- ]
66
- },
67
- {
68
- "type": "impl",
69
- "name": "MintableTokenImpl",
70
- "interface_name": "oft_mint_burn::interface::IMintableToken"
71
- },
72
- {
73
- "type": "struct",
74
- "name": "core::integer::u256",
75
- "members": [
76
- {
77
- "name": "low",
78
- "type": "core::integer::u128"
79
- },
80
- {
81
- "name": "high",
82
- "type": "core::integer::u128"
83
- }
84
- ]
85
- },
86
- {
87
- "type": "interface",
88
- "name": "oft_mint_burn::interface::IMintableToken",
89
- "items": [
90
- {
91
- "type": "function",
92
- "name": "permissioned_mint",
93
- "inputs": [
94
- {
95
- "name": "account",
96
- "type": "core::starknet::contract_address::ContractAddress"
97
- },
98
- {
99
- "name": "amount",
100
- "type": "core::integer::u256"
101
- }
102
- ],
103
- "outputs": [],
104
- "state_mutability": "external"
105
- },
106
- {
107
- "type": "function",
108
- "name": "permissioned_burn",
109
- "inputs": [
110
- {
111
- "name": "account",
112
- "type": "core::starknet::contract_address::ContractAddress"
113
- },
114
- {
115
- "name": "amount",
116
- "type": "core::integer::u256"
117
- }
118
- ],
119
- "outputs": [],
120
- "state_mutability": "external"
121
- }
122
- ]
123
- },
124
- {
125
- "type": "impl",
126
- "name": "ERC20MintBurnUpgradeableImpl",
127
- "interface_name": "oft_mint_burn::erc20_mint_burn_upgradeable::interface::IERC20MintBurnUpgradeable"
128
- },
129
- {
130
- "type": "struct",
131
- "name": "core::array::Span::<core::felt252>",
132
- "members": [
133
- {
134
- "name": "snapshot",
135
- "type": "@core::array::Array::<core::felt252>"
136
- }
137
- ]
138
- },
139
- {
140
- "type": "enum",
141
- "name": "layerzero::oapps::common::allow_list::interface::AllowlistMode",
142
- "variants": [
143
- {
144
- "name": "Open",
145
- "type": "()"
146
- },
147
- {
148
- "name": "Blacklist",
149
- "type": "()"
150
- },
151
- {
152
- "name": "Whitelist",
153
- "type": "()"
154
- }
155
- ]
156
- },
157
- {
158
- "type": "struct",
159
- "name": "core::array::Span::<core::starknet::contract_address::ContractAddress>",
160
- "members": [
161
- {
162
- "name": "snapshot",
163
- "type": "@core::array::Array::<core::starknet::contract_address::ContractAddress>"
164
- }
165
- ]
166
- },
167
- {
168
- "type": "enum",
169
- "name": "core::bool",
170
- "variants": [
171
- {
172
- "name": "False",
173
- "type": "()"
174
- },
175
- {
176
- "name": "True",
177
- "type": "()"
178
- }
179
- ]
180
- },
181
- {
182
- "type": "interface",
183
- "name": "oft_mint_burn::erc20_mint_burn_upgradeable::interface::IERC20MintBurnUpgradeable",
184
- "items": [
185
- {
186
- "type": "function",
187
- "name": "upgrade",
188
- "inputs": [
189
- {
190
- "name": "new_class_hash",
191
- "type": "core::starknet::class_hash::ClassHash"
192
- }
193
- ],
194
- "outputs": [],
195
- "state_mutability": "external"
196
- },
197
- {
198
- "type": "function",
199
- "name": "upgrade_and_call",
200
- "inputs": [
201
- {
202
- "name": "new_class_hash",
203
- "type": "core::starknet::class_hash::ClassHash"
204
- },
205
- {
206
- "name": "selector",
207
- "type": "core::felt252"
208
- },
209
- {
210
- "name": "calldata",
211
- "type": "core::array::Span::<core::felt252>"
212
- }
213
- ],
214
- "outputs": [
215
- {
216
- "type": "core::array::Span::<core::felt252>"
217
- }
218
- ],
219
- "state_mutability": "external"
220
- },
221
- {
222
- "type": "function",
223
- "name": "pause",
224
- "inputs": [],
225
- "outputs": [],
226
- "state_mutability": "external"
227
- },
228
- {
229
- "type": "function",
230
- "name": "unpause",
231
- "inputs": [],
232
- "outputs": [],
233
- "state_mutability": "external"
234
- },
235
- {
236
- "type": "function",
237
- "name": "set_allowlist_mode",
238
- "inputs": [
239
- {
240
- "name": "mode",
241
- "type": "layerzero::oapps::common::allow_list::interface::AllowlistMode"
242
- }
243
- ],
244
- "outputs": [],
245
- "state_mutability": "external"
246
- },
247
- {
248
- "type": "function",
249
- "name": "set_whitelisted",
250
- "inputs": [
251
- {
252
- "name": "users",
253
- "type": "core::array::Span::<core::starknet::contract_address::ContractAddress>"
254
- },
255
- {
256
- "name": "status",
257
- "type": "core::bool"
258
- }
259
- ],
260
- "outputs": [],
261
- "state_mutability": "external"
262
- },
263
- {
264
- "type": "function",
265
- "name": "set_blacklisted",
266
- "inputs": [
267
- {
268
- "name": "users",
269
- "type": "core::array::Span::<core::starknet::contract_address::ContractAddress>"
270
- },
271
- {
272
- "name": "status",
273
- "type": "core::bool"
274
- }
275
- ],
276
- "outputs": [],
277
- "state_mutability": "external"
278
- }
279
- ]
280
- },
281
- {
282
- "type": "impl",
283
- "name": "ERC20Impl",
284
- "interface_name": "openzeppelin_token::erc20::interface::IERC20"
285
- },
286
- {
287
- "type": "interface",
288
- "name": "openzeppelin_token::erc20::interface::IERC20",
289
- "items": [
290
- {
291
- "type": "function",
292
- "name": "total_supply",
293
- "inputs": [],
294
- "outputs": [
295
- {
296
- "type": "core::integer::u256"
297
- }
298
- ],
299
- "state_mutability": "view"
300
- },
301
- {
302
- "type": "function",
303
- "name": "balance_of",
304
- "inputs": [
305
- {
306
- "name": "account",
307
- "type": "core::starknet::contract_address::ContractAddress"
308
- }
309
- ],
310
- "outputs": [
311
- {
312
- "type": "core::integer::u256"
313
- }
314
- ],
315
- "state_mutability": "view"
316
- },
317
- {
318
- "type": "function",
319
- "name": "allowance",
320
- "inputs": [
321
- {
322
- "name": "owner",
323
- "type": "core::starknet::contract_address::ContractAddress"
324
- },
325
- {
326
- "name": "spender",
327
- "type": "core::starknet::contract_address::ContractAddress"
328
- }
329
- ],
330
- "outputs": [
331
- {
332
- "type": "core::integer::u256"
333
- }
334
- ],
335
- "state_mutability": "view"
336
- },
337
- {
338
- "type": "function",
339
- "name": "transfer",
340
- "inputs": [
341
- {
342
- "name": "recipient",
343
- "type": "core::starknet::contract_address::ContractAddress"
344
- },
345
- {
346
- "name": "amount",
347
- "type": "core::integer::u256"
348
- }
349
- ],
350
- "outputs": [
351
- {
352
- "type": "core::bool"
353
- }
354
- ],
355
- "state_mutability": "external"
356
- },
357
- {
358
- "type": "function",
359
- "name": "transfer_from",
360
- "inputs": [
361
- {
362
- "name": "sender",
363
- "type": "core::starknet::contract_address::ContractAddress"
364
- },
365
- {
366
- "name": "recipient",
367
- "type": "core::starknet::contract_address::ContractAddress"
368
- },
369
- {
370
- "name": "amount",
371
- "type": "core::integer::u256"
372
- }
373
- ],
374
- "outputs": [
375
- {
376
- "type": "core::bool"
377
- }
378
- ],
379
- "state_mutability": "external"
380
- },
381
- {
382
- "type": "function",
383
- "name": "approve",
384
- "inputs": [
385
- {
386
- "name": "spender",
387
- "type": "core::starknet::contract_address::ContractAddress"
388
- },
389
- {
390
- "name": "amount",
391
- "type": "core::integer::u256"
392
- }
393
- ],
394
- "outputs": [
395
- {
396
- "type": "core::bool"
397
- }
398
- ],
399
- "state_mutability": "external"
400
- }
401
- ]
402
- },
403
- {
404
- "type": "impl",
405
- "name": "ERC20CamelOnlyImpl",
406
- "interface_name": "openzeppelin_token::erc20::interface::IERC20CamelOnly"
407
- },
408
- {
409
- "type": "interface",
410
- "name": "openzeppelin_token::erc20::interface::IERC20CamelOnly",
411
- "items": [
412
- {
413
- "type": "function",
414
- "name": "totalSupply",
415
- "inputs": [],
416
- "outputs": [
417
- {
418
- "type": "core::integer::u256"
419
- }
420
- ],
421
- "state_mutability": "view"
422
- },
423
- {
424
- "type": "function",
425
- "name": "balanceOf",
426
- "inputs": [
427
- {
428
- "name": "account",
429
- "type": "core::starknet::contract_address::ContractAddress"
430
- }
431
- ],
432
- "outputs": [
433
- {
434
- "type": "core::integer::u256"
435
- }
436
- ],
437
- "state_mutability": "view"
438
- },
439
- {
440
- "type": "function",
441
- "name": "transferFrom",
442
- "inputs": [
443
- {
444
- "name": "sender",
445
- "type": "core::starknet::contract_address::ContractAddress"
446
- },
447
- {
448
- "name": "recipient",
449
- "type": "core::starknet::contract_address::ContractAddress"
450
- },
451
- {
452
- "name": "amount",
453
- "type": "core::integer::u256"
454
- }
455
- ],
456
- "outputs": [
457
- {
458
- "type": "core::bool"
459
- }
460
- ],
461
- "state_mutability": "external"
462
- }
463
- ]
464
- },
465
- {
466
- "type": "impl",
467
- "name": "AccessControlImpl",
468
- "interface_name": "openzeppelin_access::accesscontrol::interface::IAccessControl"
469
- },
470
- {
471
- "type": "interface",
472
- "name": "openzeppelin_access::accesscontrol::interface::IAccessControl",
473
- "items": [
474
- {
475
- "type": "function",
476
- "name": "has_role",
477
- "inputs": [
478
- {
479
- "name": "role",
480
- "type": "core::felt252"
481
- },
482
- {
483
- "name": "account",
484
- "type": "core::starknet::contract_address::ContractAddress"
485
- }
486
- ],
487
- "outputs": [
488
- {
489
- "type": "core::bool"
490
- }
491
- ],
492
- "state_mutability": "view"
493
- },
494
- {
495
- "type": "function",
496
- "name": "get_role_admin",
497
- "inputs": [
498
- {
499
- "name": "role",
500
- "type": "core::felt252"
501
- }
502
- ],
503
- "outputs": [
504
- {
505
- "type": "core::felt252"
506
- }
507
- ],
508
- "state_mutability": "view"
509
- },
510
- {
511
- "type": "function",
512
- "name": "grant_role",
513
- "inputs": [
514
- {
515
- "name": "role",
516
- "type": "core::felt252"
517
- },
518
- {
519
- "name": "account",
520
- "type": "core::starknet::contract_address::ContractAddress"
521
- }
522
- ],
523
- "outputs": [],
524
- "state_mutability": "external"
525
- },
526
- {
527
- "type": "function",
528
- "name": "revoke_role",
529
- "inputs": [
530
- {
531
- "name": "role",
532
- "type": "core::felt252"
533
- },
534
- {
535
- "name": "account",
536
- "type": "core::starknet::contract_address::ContractAddress"
537
- }
538
- ],
539
- "outputs": [],
540
- "state_mutability": "external"
541
- },
542
- {
543
- "type": "function",
544
- "name": "renounce_role",
545
- "inputs": [
546
- {
547
- "name": "role",
548
- "type": "core::felt252"
549
- },
550
- {
551
- "name": "account",
552
- "type": "core::starknet::contract_address::ContractAddress"
553
- }
554
- ],
555
- "outputs": [],
556
- "state_mutability": "external"
557
- }
558
- ]
559
- },
560
- {
561
- "type": "impl",
562
- "name": "PausableImpl",
563
- "interface_name": "openzeppelin_security::interface::IPausable"
564
- },
565
- {
566
- "type": "interface",
567
- "name": "openzeppelin_security::interface::IPausable",
568
- "items": [
569
- {
570
- "type": "function",
571
- "name": "is_paused",
572
- "inputs": [],
573
- "outputs": [
574
- {
575
- "type": "core::bool"
576
- }
577
- ],
578
- "state_mutability": "view"
579
- }
580
- ]
581
- },
582
- {
583
- "type": "impl",
584
- "name": "AllowlistImpl",
585
- "interface_name": "layerzero::oapps::common::allow_list::interface::IAllowlist"
586
- },
587
- {
588
- "type": "interface",
589
- "name": "layerzero::oapps::common::allow_list::interface::IAllowlist",
590
- "items": [
591
- {
592
- "type": "function",
593
- "name": "allowlist_mode",
594
- "inputs": [],
595
- "outputs": [
596
- {
597
- "type": "layerzero::oapps::common::allow_list::interface::AllowlistMode"
598
- }
599
- ],
600
- "state_mutability": "view"
601
- },
602
- {
603
- "type": "function",
604
- "name": "is_user_allowlisted",
605
- "inputs": [
606
- {
607
- "name": "user",
608
- "type": "core::starknet::contract_address::ContractAddress"
609
- }
610
- ],
611
- "outputs": [
612
- {
613
- "type": "core::bool"
614
- }
615
- ],
616
- "state_mutability": "view"
617
- },
618
- {
619
- "type": "function",
620
- "name": "blacklisted",
621
- "inputs": [
622
- {
623
- "name": "user",
624
- "type": "core::starknet::contract_address::ContractAddress"
625
- }
626
- ],
627
- "outputs": [
628
- {
629
- "type": "core::bool"
630
- }
631
- ],
632
- "state_mutability": "view"
633
- },
634
- {
635
- "type": "function",
636
- "name": "whitelisted",
637
- "inputs": [
638
- {
639
- "name": "user",
640
- "type": "core::starknet::contract_address::ContractAddress"
641
- }
642
- ],
643
- "outputs": [
644
- {
645
- "type": "core::bool"
646
- }
647
- ],
648
- "state_mutability": "view"
649
- }
650
- ]
651
- },
652
- {
653
- "type": "constructor",
654
- "name": "constructor",
655
- "inputs": [
656
- {
657
- "name": "name",
658
- "type": "core::byte_array::ByteArray"
659
- },
660
- {
661
- "name": "symbol",
662
- "type": "core::byte_array::ByteArray"
663
- },
664
- {
665
- "name": "decimals",
666
- "type": "core::integer::u8"
667
- },
668
- {
669
- "name": "default_admin",
670
- "type": "core::starknet::contract_address::ContractAddress"
671
- }
672
- ]
673
- },
674
- {
675
- "type": "event",
676
- "name": "openzeppelin_token::erc20::erc20::ERC20Component::Transfer",
677
- "kind": "struct",
678
- "members": [
679
- {
680
- "name": "from",
681
- "type": "core::starknet::contract_address::ContractAddress",
682
- "kind": "key"
683
- },
684
- {
685
- "name": "to",
686
- "type": "core::starknet::contract_address::ContractAddress",
687
- "kind": "key"
688
- },
689
- {
690
- "name": "value",
691
- "type": "core::integer::u256",
692
- "kind": "data"
693
- }
694
- ]
695
- },
696
- {
697
- "type": "event",
698
- "name": "openzeppelin_token::erc20::erc20::ERC20Component::Approval",
699
- "kind": "struct",
700
- "members": [
701
- {
702
- "name": "owner",
703
- "type": "core::starknet::contract_address::ContractAddress",
704
- "kind": "key"
705
- },
706
- {
707
- "name": "spender",
708
- "type": "core::starknet::contract_address::ContractAddress",
709
- "kind": "key"
710
- },
711
- {
712
- "name": "value",
713
- "type": "core::integer::u256",
714
- "kind": "data"
715
- }
716
- ]
717
- },
718
- {
719
- "type": "event",
720
- "name": "openzeppelin_token::erc20::erc20::ERC20Component::Event",
721
- "kind": "enum",
722
- "variants": [
723
- {
724
- "name": "Transfer",
725
- "type": "openzeppelin_token::erc20::erc20::ERC20Component::Transfer",
726
- "kind": "nested"
727
- },
728
- {
729
- "name": "Approval",
730
- "type": "openzeppelin_token::erc20::erc20::ERC20Component::Approval",
731
- "kind": "nested"
732
- }
733
- ]
734
- },
735
- {
736
- "type": "event",
737
- "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
738
- "kind": "struct",
739
- "members": [
740
- {
741
- "name": "class_hash",
742
- "type": "core::starknet::class_hash::ClassHash",
743
- "kind": "data"
744
- }
745
- ]
746
- },
747
- {
748
- "type": "event",
749
- "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
750
- "kind": "enum",
751
- "variants": [
752
- {
753
- "name": "Upgraded",
754
- "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
755
- "kind": "nested"
756
- }
757
- ]
758
- },
759
- {
760
- "type": "event",
761
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGranted",
762
- "kind": "struct",
763
- "members": [
764
- {
765
- "name": "role",
766
- "type": "core::felt252",
767
- "kind": "data"
768
- },
769
- {
770
- "name": "account",
771
- "type": "core::starknet::contract_address::ContractAddress",
772
- "kind": "data"
773
- },
774
- {
775
- "name": "sender",
776
- "type": "core::starknet::contract_address::ContractAddress",
777
- "kind": "data"
778
- }
779
- ]
780
- },
781
- {
782
- "type": "event",
783
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGrantedWithDelay",
784
- "kind": "struct",
785
- "members": [
786
- {
787
- "name": "role",
788
- "type": "core::felt252",
789
- "kind": "data"
790
- },
791
- {
792
- "name": "account",
793
- "type": "core::starknet::contract_address::ContractAddress",
794
- "kind": "data"
795
- },
796
- {
797
- "name": "sender",
798
- "type": "core::starknet::contract_address::ContractAddress",
799
- "kind": "data"
800
- },
801
- {
802
- "name": "delay",
803
- "type": "core::integer::u64",
804
- "kind": "data"
805
- }
806
- ]
807
- },
808
- {
809
- "type": "event",
810
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleRevoked",
811
- "kind": "struct",
812
- "members": [
813
- {
814
- "name": "role",
815
- "type": "core::felt252",
816
- "kind": "data"
817
- },
818
- {
819
- "name": "account",
820
- "type": "core::starknet::contract_address::ContractAddress",
821
- "kind": "data"
822
- },
823
- {
824
- "name": "sender",
825
- "type": "core::starknet::contract_address::ContractAddress",
826
- "kind": "data"
827
- }
828
- ]
829
- },
830
- {
831
- "type": "event",
832
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleAdminChanged",
833
- "kind": "struct",
834
- "members": [
835
- {
836
- "name": "role",
837
- "type": "core::felt252",
838
- "kind": "data"
839
- },
840
- {
841
- "name": "previous_admin_role",
842
- "type": "core::felt252",
843
- "kind": "data"
844
- },
845
- {
846
- "name": "new_admin_role",
847
- "type": "core::felt252",
848
- "kind": "data"
849
- }
850
- ]
851
- },
852
- {
853
- "type": "event",
854
- "name": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::Event",
855
- "kind": "enum",
856
- "variants": [
857
- {
858
- "name": "RoleGranted",
859
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGranted",
860
- "kind": "nested"
861
- },
862
- {
863
- "name": "RoleGrantedWithDelay",
864
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleGrantedWithDelay",
865
- "kind": "nested"
866
- },
867
- {
868
- "name": "RoleRevoked",
869
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleRevoked",
870
- "kind": "nested"
871
- },
872
- {
873
- "name": "RoleAdminChanged",
874
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::RoleAdminChanged",
875
- "kind": "nested"
876
- }
877
- ]
878
- },
879
- {
880
- "type": "event",
881
- "name": "openzeppelin_introspection::src5::SRC5Component::Event",
882
- "kind": "enum",
883
- "variants": []
884
- },
885
- {
886
- "type": "event",
887
- "name": "openzeppelin_security::pausable::PausableComponent::Paused",
888
- "kind": "struct",
889
- "members": [
890
- {
891
- "name": "account",
892
- "type": "core::starknet::contract_address::ContractAddress",
893
- "kind": "data"
894
- }
895
- ]
896
- },
897
- {
898
- "type": "event",
899
- "name": "openzeppelin_security::pausable::PausableComponent::Unpaused",
900
- "kind": "struct",
901
- "members": [
902
- {
903
- "name": "account",
904
- "type": "core::starknet::contract_address::ContractAddress",
905
- "kind": "data"
906
- }
907
- ]
908
- },
909
- {
910
- "type": "event",
911
- "name": "openzeppelin_security::pausable::PausableComponent::Event",
912
- "kind": "enum",
913
- "variants": [
914
- {
915
- "name": "Paused",
916
- "type": "openzeppelin_security::pausable::PausableComponent::Paused",
917
- "kind": "nested"
918
- },
919
- {
920
- "name": "Unpaused",
921
- "type": "openzeppelin_security::pausable::PausableComponent::Unpaused",
922
- "kind": "nested"
923
- }
924
- ]
925
- },
926
- {
927
- "type": "event",
928
- "name": "layerzero::oapps::common::allow_list::events::AllowlistModeUpdated",
929
- "kind": "struct",
930
- "members": [
931
- {
932
- "name": "mode",
933
- "type": "layerzero::oapps::common::allow_list::interface::AllowlistMode",
934
- "kind": "key"
935
- }
936
- ]
937
- },
938
- {
939
- "type": "event",
940
- "name": "layerzero::oapps::common::allow_list::events::WhitelistUpdated",
941
- "kind": "struct",
942
- "members": [
943
- {
944
- "name": "user",
945
- "type": "core::starknet::contract_address::ContractAddress",
946
- "kind": "key"
947
- },
948
- {
949
- "name": "status",
950
- "type": "core::bool",
951
- "kind": "data"
952
- }
953
- ]
954
- },
955
- {
956
- "type": "event",
957
- "name": "layerzero::oapps::common::allow_list::events::BlacklistUpdated",
958
- "kind": "struct",
959
- "members": [
960
- {
961
- "name": "user",
962
- "type": "core::starknet::contract_address::ContractAddress",
963
- "kind": "key"
964
- },
965
- {
966
- "name": "status",
967
- "type": "core::bool",
968
- "kind": "data"
969
- }
970
- ]
971
- },
972
- {
973
- "type": "event",
974
- "name": "layerzero::oapps::common::allow_list::allow_list::AllowlistComponent::Event",
975
- "kind": "enum",
976
- "variants": [
977
- {
978
- "name": "AllowlistModeUpdated",
979
- "type": "layerzero::oapps::common::allow_list::events::AllowlistModeUpdated",
980
- "kind": "nested"
981
- },
982
- {
983
- "name": "WhitelistUpdated",
984
- "type": "layerzero::oapps::common::allow_list::events::WhitelistUpdated",
985
- "kind": "nested"
986
- },
987
- {
988
- "name": "BlacklistUpdated",
989
- "type": "layerzero::oapps::common::allow_list::events::BlacklistUpdated",
990
- "kind": "nested"
991
- }
992
- ]
993
- },
994
- {
995
- "type": "event",
996
- "name": "oft_mint_burn::erc20_mint_burn_upgradeable::erc20_mint_burn_upgradeable::ERC20MintBurnUpgradeable::Event",
997
- "kind": "enum",
998
- "variants": [
999
- {
1000
- "name": "ERC20Event",
1001
- "type": "openzeppelin_token::erc20::erc20::ERC20Component::Event",
1002
- "kind": "flat"
1003
- },
1004
- {
1005
- "name": "UpgradeableEvent",
1006
- "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
1007
- "kind": "flat"
1008
- },
1009
- {
1010
- "name": "AccessControlEvent",
1011
- "type": "openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::Event",
1012
- "kind": "flat"
1013
- },
1014
- {
1015
- "name": "SRC5Event",
1016
- "type": "openzeppelin_introspection::src5::SRC5Component::Event",
1017
- "kind": "flat"
1018
- },
1019
- {
1020
- "name": "PausableEvent",
1021
- "type": "openzeppelin_security::pausable::PausableComponent::Event",
1022
- "kind": "flat"
1023
- },
1024
- {
1025
- "name": "AllowlistEvent",
1026
- "type": "layerzero::oapps::common::allow_list::allow_list::AllowlistComponent::Event",
1027
- "kind": "flat"
1028
- }
1029
- ]
1030
- }
1031
- ];
1032
-
1033
- exports.eRC20MintBurnUpgradeable = eRC20MintBurnUpgradeable;
1034
- //# sourceMappingURL=CCHLUK5E.cjs.map
1035
- //# sourceMappingURL=CCHLUK5E.cjs.map