@strkfarm/sdk 1.0.53 → 1.0.55

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.
@@ -0,0 +1,1759 @@
1
+ [
2
+ {
3
+ "type": "impl",
4
+ "name": "IStrategyCustomImpl",
5
+ "interface_name": "strkfarm::interfaces::ERC721Strategy::IStrategyCustom"
6
+ },
7
+ {
8
+ "type": "struct",
9
+ "name": "core::integer::u256",
10
+ "members": [
11
+ {
12
+ "name": "low",
13
+ "type": "core::integer::u128"
14
+ },
15
+ {
16
+ "name": "high",
17
+ "type": "core::integer::u128"
18
+ }
19
+ ]
20
+ },
21
+ {
22
+ "type": "struct",
23
+ "name": "strkfarm::interfaces::IEkuboDistributor::Claim",
24
+ "members": [
25
+ {
26
+ "name": "id",
27
+ "type": "core::integer::u64"
28
+ },
29
+ {
30
+ "name": "claimee",
31
+ "type": "core::starknet::contract_address::ContractAddress"
32
+ },
33
+ {
34
+ "name": "amount",
35
+ "type": "core::integer::u128"
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "type": "struct",
41
+ "name": "core::array::Span::<core::felt252>",
42
+ "members": [
43
+ {
44
+ "name": "snapshot",
45
+ "type": "@core::array::Array::<core::felt252>"
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "type": "struct",
51
+ "name": "strkfarm::components::swap::Route",
52
+ "members": [
53
+ {
54
+ "name": "token_from",
55
+ "type": "core::starknet::contract_address::ContractAddress"
56
+ },
57
+ {
58
+ "name": "token_to",
59
+ "type": "core::starknet::contract_address::ContractAddress"
60
+ },
61
+ {
62
+ "name": "exchange_address",
63
+ "type": "core::starknet::contract_address::ContractAddress"
64
+ },
65
+ {
66
+ "name": "percent",
67
+ "type": "core::integer::u128"
68
+ },
69
+ {
70
+ "name": "additional_swap_params",
71
+ "type": "core::array::Array::<core::felt252>"
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "type": "struct",
77
+ "name": "strkfarm::components::swap::AvnuMultiRouteSwap",
78
+ "members": [
79
+ {
80
+ "name": "token_from_address",
81
+ "type": "core::starknet::contract_address::ContractAddress"
82
+ },
83
+ {
84
+ "name": "token_from_amount",
85
+ "type": "core::integer::u256"
86
+ },
87
+ {
88
+ "name": "token_to_address",
89
+ "type": "core::starknet::contract_address::ContractAddress"
90
+ },
91
+ {
92
+ "name": "token_to_amount",
93
+ "type": "core::integer::u256"
94
+ },
95
+ {
96
+ "name": "token_to_min_amount",
97
+ "type": "core::integer::u256"
98
+ },
99
+ {
100
+ "name": "beneficiary",
101
+ "type": "core::starknet::contract_address::ContractAddress"
102
+ },
103
+ {
104
+ "name": "integrator_fee_amount_bps",
105
+ "type": "core::integer::u128"
106
+ },
107
+ {
108
+ "name": "integrator_fee_recipient",
109
+ "type": "core::starknet::contract_address::ContractAddress"
110
+ },
111
+ {
112
+ "name": "routes",
113
+ "type": "core::array::Array::<strkfarm::components::swap::Route>"
114
+ }
115
+ ]
116
+ },
117
+ {
118
+ "type": "struct",
119
+ "name": "strkfarm::interfaces::ERC721Strategy::Position",
120
+ "members": [
121
+ {
122
+ "name": "acc1_supply_shares",
123
+ "type": "core::integer::u256"
124
+ },
125
+ {
126
+ "name": "acc1_borrow_shares",
127
+ "type": "core::integer::u256"
128
+ },
129
+ {
130
+ "name": "acc2_supply_shares",
131
+ "type": "core::integer::u256"
132
+ },
133
+ {
134
+ "name": "acc2_borrow_shares",
135
+ "type": "core::integer::u256"
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "type": "enum",
141
+ "name": "core::bool",
142
+ "variants": [
143
+ {
144
+ "name": "False",
145
+ "type": "()"
146
+ },
147
+ {
148
+ "name": "True",
149
+ "type": "()"
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "type": "struct",
155
+ "name": "strkfarm::interfaces::ERC721Strategy::PositionDescription",
156
+ "members": [
157
+ {
158
+ "name": "estimated_size",
159
+ "type": "core::integer::u256"
160
+ },
161
+ {
162
+ "name": "deposit1",
163
+ "type": "core::integer::u256"
164
+ },
165
+ {
166
+ "name": "borrow1",
167
+ "type": "core::integer::u256"
168
+ },
169
+ {
170
+ "name": "deposit2",
171
+ "type": "core::integer::u256"
172
+ },
173
+ {
174
+ "name": "borrow2",
175
+ "type": "core::integer::u256"
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "type": "struct",
181
+ "name": "strkfarm::interfaces::oracle::IPriceOracleDispatcher",
182
+ "members": [
183
+ {
184
+ "name": "contract_address",
185
+ "type": "core::starknet::contract_address::ContractAddress"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "type": "struct",
191
+ "name": "ekubo::interfaces::core::ICoreDispatcher",
192
+ "members": [
193
+ {
194
+ "name": "contract_address",
195
+ "type": "core::starknet::contract_address::ContractAddress"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "type": "struct",
201
+ "name": "strkfarm::components::ekuboSwap::IRouterDispatcher",
202
+ "members": [
203
+ {
204
+ "name": "contract_address",
205
+ "type": "core::starknet::contract_address::ContractAddress"
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "type": "struct",
211
+ "name": "strkfarm::components::ekuboSwap::EkuboSwapStruct",
212
+ "members": [
213
+ {
214
+ "name": "core",
215
+ "type": "ekubo::interfaces::core::ICoreDispatcher"
216
+ },
217
+ {
218
+ "name": "router",
219
+ "type": "strkfarm::components::ekuboSwap::IRouterDispatcher"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "type": "struct",
225
+ "name": "ekubo::types::keys::PoolKey",
226
+ "members": [
227
+ {
228
+ "name": "token0",
229
+ "type": "core::starknet::contract_address::ContractAddress"
230
+ },
231
+ {
232
+ "name": "token1",
233
+ "type": "core::starknet::contract_address::ContractAddress"
234
+ },
235
+ {
236
+ "name": "fee",
237
+ "type": "core::integer::u128"
238
+ },
239
+ {
240
+ "name": "tick_spacing",
241
+ "type": "core::integer::u128"
242
+ },
243
+ {
244
+ "name": "extension",
245
+ "type": "core::starknet::contract_address::ContractAddress"
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "type": "struct",
251
+ "name": "ekubo::interfaces::router::RouteNode",
252
+ "members": [
253
+ {
254
+ "name": "pool_key",
255
+ "type": "ekubo::types::keys::PoolKey"
256
+ },
257
+ {
258
+ "name": "sqrt_ratio_limit",
259
+ "type": "core::integer::u256"
260
+ },
261
+ {
262
+ "name": "skip_ahead",
263
+ "type": "core::integer::u128"
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "type": "struct",
269
+ "name": "strkfarm::interfaces::ERC721Strategy::Settings",
270
+ "members": [
271
+ {
272
+ "name": "base_fee_percent",
273
+ "type": "core::integer::u128"
274
+ },
275
+ {
276
+ "name": "reward_fee_percent",
277
+ "type": "core::integer::u128"
278
+ },
279
+ {
280
+ "name": "fee_receiver",
281
+ "type": "core::starknet::contract_address::ContractAddress"
282
+ },
283
+ {
284
+ "name": "min_health_factor",
285
+ "type": "core::integer::u32"
286
+ },
287
+ {
288
+ "name": "target_health_factor",
289
+ "type": "core::integer::u32"
290
+ },
291
+ {
292
+ "name": "coefs_sum1",
293
+ "type": "core::integer::u128"
294
+ },
295
+ {
296
+ "name": "coefs_sum2",
297
+ "type": "core::integer::u128"
298
+ },
299
+ {
300
+ "name": "oracle",
301
+ "type": "strkfarm::interfaces::oracle::IPriceOracleDispatcher"
302
+ },
303
+ {
304
+ "name": "ekubo_swap",
305
+ "type": "strkfarm::components::ekuboSwap::EkuboSwapStruct"
306
+ },
307
+ {
308
+ "name": "swap_routes1",
309
+ "type": "core::array::Array::<ekubo::interfaces::router::RouteNode>"
310
+ },
311
+ {
312
+ "name": "swap_routes2",
313
+ "type": "core::array::Array::<ekubo::interfaces::router::RouteNode>"
314
+ },
315
+ {
316
+ "name": "additional_shares_action_id",
317
+ "type": "core::integer::u8"
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "type": "interface",
323
+ "name": "strkfarm::interfaces::ERC721Strategy::IStrategyCustom",
324
+ "items": [
325
+ {
326
+ "type": "function",
327
+ "name": "deposit",
328
+ "inputs": [
329
+ {
330
+ "name": "amount",
331
+ "type": "core::integer::u256"
332
+ },
333
+ {
334
+ "name": "receiver",
335
+ "type": "core::starknet::contract_address::ContractAddress"
336
+ }
337
+ ],
338
+ "outputs": [
339
+ {
340
+ "type": "core::integer::u256"
341
+ }
342
+ ],
343
+ "state_mutability": "external"
344
+ },
345
+ {
346
+ "type": "function",
347
+ "name": "health_factors",
348
+ "inputs": [],
349
+ "outputs": [
350
+ {
351
+ "type": "(core::integer::u32, core::integer::u32)"
352
+ }
353
+ ],
354
+ "state_mutability": "view"
355
+ },
356
+ {
357
+ "type": "function",
358
+ "name": "harvest",
359
+ "inputs": [
360
+ {
361
+ "name": "protocol1_rewards_contract",
362
+ "type": "core::starknet::contract_address::ContractAddress"
363
+ },
364
+ {
365
+ "name": "claim1",
366
+ "type": "strkfarm::interfaces::IEkuboDistributor::Claim"
367
+ },
368
+ {
369
+ "name": "proof1",
370
+ "type": "core::array::Span::<core::felt252>"
371
+ },
372
+ {
373
+ "name": "protocol2_rewards_contract",
374
+ "type": "core::starknet::contract_address::ContractAddress"
375
+ },
376
+ {
377
+ "name": "claim2",
378
+ "type": "strkfarm::interfaces::IEkuboDistributor::Claim"
379
+ },
380
+ {
381
+ "name": "proof2",
382
+ "type": "core::array::Span::<core::felt252>"
383
+ },
384
+ {
385
+ "name": "swapInfo",
386
+ "type": "strkfarm::components::swap::AvnuMultiRouteSwap"
387
+ }
388
+ ],
389
+ "outputs": [],
390
+ "state_mutability": "external"
391
+ },
392
+ {
393
+ "type": "function",
394
+ "name": "withdraw",
395
+ "inputs": [
396
+ {
397
+ "name": "amount",
398
+ "type": "core::integer::u256"
399
+ },
400
+ {
401
+ "name": "receiver",
402
+ "type": "core::starknet::contract_address::ContractAddress"
403
+ },
404
+ {
405
+ "name": "max_slippage_bps",
406
+ "type": "core::integer::u32"
407
+ }
408
+ ],
409
+ "outputs": [],
410
+ "state_mutability": "external"
411
+ },
412
+ {
413
+ "type": "function",
414
+ "name": "get_all_shares",
415
+ "inputs": [],
416
+ "outputs": [
417
+ {
418
+ "type": "strkfarm::interfaces::ERC721Strategy::Position"
419
+ }
420
+ ],
421
+ "state_mutability": "view"
422
+ },
423
+ {
424
+ "type": "function",
425
+ "name": "rebalance",
426
+ "inputs": [
427
+ {
428
+ "name": "amount",
429
+ "type": "core::integer::u256"
430
+ },
431
+ {
432
+ "name": "shouldRepay",
433
+ "type": "core::bool"
434
+ }
435
+ ],
436
+ "outputs": [],
437
+ "state_mutability": "external"
438
+ },
439
+ {
440
+ "type": "function",
441
+ "name": "describe_position",
442
+ "inputs": [
443
+ {
444
+ "name": "token_id",
445
+ "type": "core::felt252"
446
+ }
447
+ ],
448
+ "outputs": [
449
+ {
450
+ "type": "(strkfarm::interfaces::ERC721Strategy::Position, strkfarm::interfaces::ERC721Strategy::PositionDescription)"
451
+ }
452
+ ],
453
+ "state_mutability": "view"
454
+ },
455
+ {
456
+ "type": "function",
457
+ "name": "set_settings",
458
+ "inputs": [
459
+ {
460
+ "name": "settings",
461
+ "type": "strkfarm::interfaces::ERC721Strategy::Settings"
462
+ }
463
+ ],
464
+ "outputs": [],
465
+ "state_mutability": "external"
466
+ },
467
+ {
468
+ "type": "function",
469
+ "name": "initialize",
470
+ "inputs": [],
471
+ "outputs": [],
472
+ "state_mutability": "external"
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "type": "impl",
478
+ "name": "MMSettingsImpl",
479
+ "interface_name": "strkfarm::strats::dnmm_vesu::DeltaNeutralLoopingVesuXSTRK::IMMSettings"
480
+ },
481
+ {
482
+ "type": "struct",
483
+ "name": "strkfarm::components::endur::EndurSettings",
484
+ "members": [
485
+ {
486
+ "name": "lst",
487
+ "type": "core::starknet::contract_address::ContractAddress"
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "type": "struct",
493
+ "name": "strkfarm::interfaces::IVesu::IStonDispatcher",
494
+ "members": [
495
+ {
496
+ "name": "contract_address",
497
+ "type": "core::starknet::contract_address::ContractAddress"
498
+ }
499
+ ]
500
+ },
501
+ {
502
+ "type": "struct",
503
+ "name": "strkfarm::components::vesu::vesuStruct",
504
+ "members": [
505
+ {
506
+ "name": "singleton",
507
+ "type": "strkfarm::interfaces::IVesu::IStonDispatcher"
508
+ },
509
+ {
510
+ "name": "pool_id",
511
+ "type": "core::felt252"
512
+ },
513
+ {
514
+ "name": "debt",
515
+ "type": "core::starknet::contract_address::ContractAddress"
516
+ },
517
+ {
518
+ "name": "col",
519
+ "type": "core::starknet::contract_address::ContractAddress"
520
+ },
521
+ {
522
+ "name": "oracle",
523
+ "type": "core::starknet::contract_address::ContractAddress"
524
+ }
525
+ ]
526
+ },
527
+ {
528
+ "type": "interface",
529
+ "name": "strkfarm::strats::dnmm_vesu::DeltaNeutralLoopingVesuXSTRK::IMMSettings",
530
+ "items": [
531
+ {
532
+ "type": "function",
533
+ "name": "set_mm_settings",
534
+ "inputs": [
535
+ {
536
+ "name": "lend_settings1",
537
+ "type": "strkfarm::components::endur::EndurSettings"
538
+ },
539
+ {
540
+ "name": "lend_settings2",
541
+ "type": "strkfarm::components::vesu::vesuStruct"
542
+ }
543
+ ],
544
+ "outputs": [],
545
+ "state_mutability": "external"
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "type": "impl",
551
+ "name": "DNMMImpl",
552
+ "interface_name": "strkfarm::interfaces::ERC721Strategy::IStrategy"
553
+ },
554
+ {
555
+ "type": "struct",
556
+ "name": "strkfarm::interfaces::ERC721Strategy::StrategyConfig",
557
+ "members": [
558
+ {
559
+ "name": "main_token",
560
+ "type": "core::starknet::contract_address::ContractAddress"
561
+ },
562
+ {
563
+ "name": "main_offset",
564
+ "type": "core::integer::u128"
565
+ },
566
+ {
567
+ "name": "secondary_token",
568
+ "type": "core::starknet::contract_address::ContractAddress"
569
+ },
570
+ {
571
+ "name": "secondary_offset",
572
+ "type": "core::integer::u128"
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "type": "interface",
578
+ "name": "strkfarm::interfaces::ERC721Strategy::IStrategy",
579
+ "items": [
580
+ {
581
+ "type": "function",
582
+ "name": "config",
583
+ "inputs": [],
584
+ "outputs": [
585
+ {
586
+ "type": "strkfarm::interfaces::ERC721Strategy::StrategyConfig"
587
+ }
588
+ ],
589
+ "state_mutability": "view"
590
+ },
591
+ {
592
+ "type": "function",
593
+ "name": "get_settings",
594
+ "inputs": [],
595
+ "outputs": [
596
+ {
597
+ "type": "strkfarm::interfaces::ERC721Strategy::Settings"
598
+ }
599
+ ],
600
+ "state_mutability": "view"
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "type": "impl",
606
+ "name": "EkuboLockedImpl",
607
+ "interface_name": "ekubo::interfaces::core::ILocker"
608
+ },
609
+ {
610
+ "type": "interface",
611
+ "name": "ekubo::interfaces::core::ILocker",
612
+ "items": [
613
+ {
614
+ "type": "function",
615
+ "name": "locked",
616
+ "inputs": [
617
+ {
618
+ "name": "id",
619
+ "type": "core::integer::u32"
620
+ },
621
+ {
622
+ "name": "data",
623
+ "type": "core::array::Span::<core::felt252>"
624
+ }
625
+ ],
626
+ "outputs": [
627
+ {
628
+ "type": "core::array::Span::<core::felt252>"
629
+ }
630
+ ],
631
+ "state_mutability": "external"
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "type": "impl",
637
+ "name": "ERC721MixinImpl",
638
+ "interface_name": "openzeppelin_token::erc721::interface::ERC721ABI"
639
+ },
640
+ {
641
+ "type": "struct",
642
+ "name": "core::byte_array::ByteArray",
643
+ "members": [
644
+ {
645
+ "name": "data",
646
+ "type": "core::array::Array::<core::bytes_31::bytes31>"
647
+ },
648
+ {
649
+ "name": "pending_word",
650
+ "type": "core::felt252"
651
+ },
652
+ {
653
+ "name": "pending_word_len",
654
+ "type": "core::integer::u32"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "type": "interface",
660
+ "name": "openzeppelin_token::erc721::interface::ERC721ABI",
661
+ "items": [
662
+ {
663
+ "type": "function",
664
+ "name": "balance_of",
665
+ "inputs": [
666
+ {
667
+ "name": "account",
668
+ "type": "core::starknet::contract_address::ContractAddress"
669
+ }
670
+ ],
671
+ "outputs": [
672
+ {
673
+ "type": "core::integer::u256"
674
+ }
675
+ ],
676
+ "state_mutability": "view"
677
+ },
678
+ {
679
+ "type": "function",
680
+ "name": "owner_of",
681
+ "inputs": [
682
+ {
683
+ "name": "token_id",
684
+ "type": "core::integer::u256"
685
+ }
686
+ ],
687
+ "outputs": [
688
+ {
689
+ "type": "core::starknet::contract_address::ContractAddress"
690
+ }
691
+ ],
692
+ "state_mutability": "view"
693
+ },
694
+ {
695
+ "type": "function",
696
+ "name": "safe_transfer_from",
697
+ "inputs": [
698
+ {
699
+ "name": "from",
700
+ "type": "core::starknet::contract_address::ContractAddress"
701
+ },
702
+ {
703
+ "name": "to",
704
+ "type": "core::starknet::contract_address::ContractAddress"
705
+ },
706
+ {
707
+ "name": "token_id",
708
+ "type": "core::integer::u256"
709
+ },
710
+ {
711
+ "name": "data",
712
+ "type": "core::array::Span::<core::felt252>"
713
+ }
714
+ ],
715
+ "outputs": [],
716
+ "state_mutability": "external"
717
+ },
718
+ {
719
+ "type": "function",
720
+ "name": "transfer_from",
721
+ "inputs": [
722
+ {
723
+ "name": "from",
724
+ "type": "core::starknet::contract_address::ContractAddress"
725
+ },
726
+ {
727
+ "name": "to",
728
+ "type": "core::starknet::contract_address::ContractAddress"
729
+ },
730
+ {
731
+ "name": "token_id",
732
+ "type": "core::integer::u256"
733
+ }
734
+ ],
735
+ "outputs": [],
736
+ "state_mutability": "external"
737
+ },
738
+ {
739
+ "type": "function",
740
+ "name": "approve",
741
+ "inputs": [
742
+ {
743
+ "name": "to",
744
+ "type": "core::starknet::contract_address::ContractAddress"
745
+ },
746
+ {
747
+ "name": "token_id",
748
+ "type": "core::integer::u256"
749
+ }
750
+ ],
751
+ "outputs": [],
752
+ "state_mutability": "external"
753
+ },
754
+ {
755
+ "type": "function",
756
+ "name": "set_approval_for_all",
757
+ "inputs": [
758
+ {
759
+ "name": "operator",
760
+ "type": "core::starknet::contract_address::ContractAddress"
761
+ },
762
+ {
763
+ "name": "approved",
764
+ "type": "core::bool"
765
+ }
766
+ ],
767
+ "outputs": [],
768
+ "state_mutability": "external"
769
+ },
770
+ {
771
+ "type": "function",
772
+ "name": "get_approved",
773
+ "inputs": [
774
+ {
775
+ "name": "token_id",
776
+ "type": "core::integer::u256"
777
+ }
778
+ ],
779
+ "outputs": [
780
+ {
781
+ "type": "core::starknet::contract_address::ContractAddress"
782
+ }
783
+ ],
784
+ "state_mutability": "view"
785
+ },
786
+ {
787
+ "type": "function",
788
+ "name": "is_approved_for_all",
789
+ "inputs": [
790
+ {
791
+ "name": "owner",
792
+ "type": "core::starknet::contract_address::ContractAddress"
793
+ },
794
+ {
795
+ "name": "operator",
796
+ "type": "core::starknet::contract_address::ContractAddress"
797
+ }
798
+ ],
799
+ "outputs": [
800
+ {
801
+ "type": "core::bool"
802
+ }
803
+ ],
804
+ "state_mutability": "view"
805
+ },
806
+ {
807
+ "type": "function",
808
+ "name": "supports_interface",
809
+ "inputs": [
810
+ {
811
+ "name": "interface_id",
812
+ "type": "core::felt252"
813
+ }
814
+ ],
815
+ "outputs": [
816
+ {
817
+ "type": "core::bool"
818
+ }
819
+ ],
820
+ "state_mutability": "view"
821
+ },
822
+ {
823
+ "type": "function",
824
+ "name": "name",
825
+ "inputs": [],
826
+ "outputs": [
827
+ {
828
+ "type": "core::byte_array::ByteArray"
829
+ }
830
+ ],
831
+ "state_mutability": "view"
832
+ },
833
+ {
834
+ "type": "function",
835
+ "name": "symbol",
836
+ "inputs": [],
837
+ "outputs": [
838
+ {
839
+ "type": "core::byte_array::ByteArray"
840
+ }
841
+ ],
842
+ "state_mutability": "view"
843
+ },
844
+ {
845
+ "type": "function",
846
+ "name": "token_uri",
847
+ "inputs": [
848
+ {
849
+ "name": "token_id",
850
+ "type": "core::integer::u256"
851
+ }
852
+ ],
853
+ "outputs": [
854
+ {
855
+ "type": "core::byte_array::ByteArray"
856
+ }
857
+ ],
858
+ "state_mutability": "view"
859
+ },
860
+ {
861
+ "type": "function",
862
+ "name": "balanceOf",
863
+ "inputs": [
864
+ {
865
+ "name": "account",
866
+ "type": "core::starknet::contract_address::ContractAddress"
867
+ }
868
+ ],
869
+ "outputs": [
870
+ {
871
+ "type": "core::integer::u256"
872
+ }
873
+ ],
874
+ "state_mutability": "view"
875
+ },
876
+ {
877
+ "type": "function",
878
+ "name": "ownerOf",
879
+ "inputs": [
880
+ {
881
+ "name": "tokenId",
882
+ "type": "core::integer::u256"
883
+ }
884
+ ],
885
+ "outputs": [
886
+ {
887
+ "type": "core::starknet::contract_address::ContractAddress"
888
+ }
889
+ ],
890
+ "state_mutability": "view"
891
+ },
892
+ {
893
+ "type": "function",
894
+ "name": "safeTransferFrom",
895
+ "inputs": [
896
+ {
897
+ "name": "from",
898
+ "type": "core::starknet::contract_address::ContractAddress"
899
+ },
900
+ {
901
+ "name": "to",
902
+ "type": "core::starknet::contract_address::ContractAddress"
903
+ },
904
+ {
905
+ "name": "tokenId",
906
+ "type": "core::integer::u256"
907
+ },
908
+ {
909
+ "name": "data",
910
+ "type": "core::array::Span::<core::felt252>"
911
+ }
912
+ ],
913
+ "outputs": [],
914
+ "state_mutability": "external"
915
+ },
916
+ {
917
+ "type": "function",
918
+ "name": "transferFrom",
919
+ "inputs": [
920
+ {
921
+ "name": "from",
922
+ "type": "core::starknet::contract_address::ContractAddress"
923
+ },
924
+ {
925
+ "name": "to",
926
+ "type": "core::starknet::contract_address::ContractAddress"
927
+ },
928
+ {
929
+ "name": "tokenId",
930
+ "type": "core::integer::u256"
931
+ }
932
+ ],
933
+ "outputs": [],
934
+ "state_mutability": "external"
935
+ },
936
+ {
937
+ "type": "function",
938
+ "name": "setApprovalForAll",
939
+ "inputs": [
940
+ {
941
+ "name": "operator",
942
+ "type": "core::starknet::contract_address::ContractAddress"
943
+ },
944
+ {
945
+ "name": "approved",
946
+ "type": "core::bool"
947
+ }
948
+ ],
949
+ "outputs": [],
950
+ "state_mutability": "external"
951
+ },
952
+ {
953
+ "type": "function",
954
+ "name": "getApproved",
955
+ "inputs": [
956
+ {
957
+ "name": "tokenId",
958
+ "type": "core::integer::u256"
959
+ }
960
+ ],
961
+ "outputs": [
962
+ {
963
+ "type": "core::starknet::contract_address::ContractAddress"
964
+ }
965
+ ],
966
+ "state_mutability": "view"
967
+ },
968
+ {
969
+ "type": "function",
970
+ "name": "isApprovedForAll",
971
+ "inputs": [
972
+ {
973
+ "name": "owner",
974
+ "type": "core::starknet::contract_address::ContractAddress"
975
+ },
976
+ {
977
+ "name": "operator",
978
+ "type": "core::starknet::contract_address::ContractAddress"
979
+ }
980
+ ],
981
+ "outputs": [
982
+ {
983
+ "type": "core::bool"
984
+ }
985
+ ],
986
+ "state_mutability": "view"
987
+ },
988
+ {
989
+ "type": "function",
990
+ "name": "tokenURI",
991
+ "inputs": [
992
+ {
993
+ "name": "tokenId",
994
+ "type": "core::integer::u256"
995
+ }
996
+ ],
997
+ "outputs": [
998
+ {
999
+ "type": "core::byte_array::ByteArray"
1000
+ }
1001
+ ],
1002
+ "state_mutability": "view"
1003
+ }
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "impl",
1008
+ "name": "RewardShareImpl",
1009
+ "interface_name": "strkfarm::components::harvester::reward_shares::IRewardShare"
1010
+ },
1011
+ {
1012
+ "type": "struct",
1013
+ "name": "strkfarm::components::harvester::reward_shares::UserRewardsInfo",
1014
+ "members": [
1015
+ {
1016
+ "name": "pending_round_points",
1017
+ "type": "core::felt252"
1018
+ },
1019
+ {
1020
+ "name": "shares_owned",
1021
+ "type": "core::felt252"
1022
+ },
1023
+ {
1024
+ "name": "block_number",
1025
+ "type": "core::integer::u64"
1026
+ },
1027
+ {
1028
+ "name": "index",
1029
+ "type": "core::integer::u32"
1030
+ }
1031
+ ]
1032
+ },
1033
+ {
1034
+ "type": "struct",
1035
+ "name": "strkfarm::components::harvester::reward_shares::RewardsInfo",
1036
+ "members": [
1037
+ {
1038
+ "name": "amount",
1039
+ "type": "core::felt252"
1040
+ },
1041
+ {
1042
+ "name": "shares",
1043
+ "type": "core::felt252"
1044
+ },
1045
+ {
1046
+ "name": "total_round_points",
1047
+ "type": "core::felt252"
1048
+ },
1049
+ {
1050
+ "name": "block_number",
1051
+ "type": "core::integer::u64"
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "type": "interface",
1057
+ "name": "strkfarm::components::harvester::reward_shares::IRewardShare",
1058
+ "items": [
1059
+ {
1060
+ "type": "function",
1061
+ "name": "get_user_reward_info",
1062
+ "inputs": [
1063
+ {
1064
+ "name": "user",
1065
+ "type": "core::starknet::contract_address::ContractAddress"
1066
+ }
1067
+ ],
1068
+ "outputs": [
1069
+ {
1070
+ "type": "strkfarm::components::harvester::reward_shares::UserRewardsInfo"
1071
+ }
1072
+ ],
1073
+ "state_mutability": "view"
1074
+ },
1075
+ {
1076
+ "type": "function",
1077
+ "name": "get_rewards_info",
1078
+ "inputs": [
1079
+ {
1080
+ "name": "index",
1081
+ "type": "core::integer::u32"
1082
+ }
1083
+ ],
1084
+ "outputs": [
1085
+ {
1086
+ "type": "strkfarm::components::harvester::reward_shares::RewardsInfo"
1087
+ }
1088
+ ],
1089
+ "state_mutability": "view"
1090
+ },
1091
+ {
1092
+ "type": "function",
1093
+ "name": "get_total_rewards",
1094
+ "inputs": [],
1095
+ "outputs": [
1096
+ {
1097
+ "type": "core::integer::u32"
1098
+ }
1099
+ ],
1100
+ "state_mutability": "view"
1101
+ },
1102
+ {
1103
+ "type": "function",
1104
+ "name": "get_total_unminted_shares",
1105
+ "inputs": [],
1106
+ "outputs": [
1107
+ {
1108
+ "type": "core::felt252"
1109
+ }
1110
+ ],
1111
+ "state_mutability": "view"
1112
+ },
1113
+ {
1114
+ "type": "function",
1115
+ "name": "get_additional_shares",
1116
+ "inputs": [
1117
+ {
1118
+ "name": "user",
1119
+ "type": "core::starknet::contract_address::ContractAddress"
1120
+ }
1121
+ ],
1122
+ "outputs": [
1123
+ {
1124
+ "type": "(core::felt252, core::integer::u64, core::felt252)"
1125
+ }
1126
+ ],
1127
+ "state_mutability": "view"
1128
+ }
1129
+ ]
1130
+ },
1131
+ {
1132
+ "type": "impl",
1133
+ "name": "CommonCompImpl",
1134
+ "interface_name": "strkfarm::interfaces::common::ICommon"
1135
+ },
1136
+ {
1137
+ "type": "interface",
1138
+ "name": "strkfarm::interfaces::common::ICommon",
1139
+ "items": [
1140
+ {
1141
+ "type": "function",
1142
+ "name": "upgrade",
1143
+ "inputs": [
1144
+ {
1145
+ "name": "new_class",
1146
+ "type": "core::starknet::class_hash::ClassHash"
1147
+ }
1148
+ ],
1149
+ "outputs": [],
1150
+ "state_mutability": "external"
1151
+ },
1152
+ {
1153
+ "type": "function",
1154
+ "name": "pause",
1155
+ "inputs": [],
1156
+ "outputs": [],
1157
+ "state_mutability": "external"
1158
+ },
1159
+ {
1160
+ "type": "function",
1161
+ "name": "unpause",
1162
+ "inputs": [],
1163
+ "outputs": [],
1164
+ "state_mutability": "external"
1165
+ },
1166
+ {
1167
+ "type": "function",
1168
+ "name": "is_paused",
1169
+ "inputs": [],
1170
+ "outputs": [
1171
+ {
1172
+ "type": "core::bool"
1173
+ }
1174
+ ],
1175
+ "state_mutability": "view"
1176
+ },
1177
+ {
1178
+ "type": "function",
1179
+ "name": "owner",
1180
+ "inputs": [],
1181
+ "outputs": [
1182
+ {
1183
+ "type": "core::starknet::contract_address::ContractAddress"
1184
+ }
1185
+ ],
1186
+ "state_mutability": "view"
1187
+ },
1188
+ {
1189
+ "type": "function",
1190
+ "name": "transfer_ownership",
1191
+ "inputs": [
1192
+ {
1193
+ "name": "new_owner",
1194
+ "type": "core::starknet::contract_address::ContractAddress"
1195
+ }
1196
+ ],
1197
+ "outputs": [],
1198
+ "state_mutability": "external"
1199
+ },
1200
+ {
1201
+ "type": "function",
1202
+ "name": "renounce_ownership",
1203
+ "inputs": [],
1204
+ "outputs": [],
1205
+ "state_mutability": "external"
1206
+ }
1207
+ ]
1208
+ },
1209
+ {
1210
+ "type": "constructor",
1211
+ "name": "constructor",
1212
+ "inputs": [
1213
+ {
1214
+ "name": "name",
1215
+ "type": "core::byte_array::ByteArray"
1216
+ },
1217
+ {
1218
+ "name": "symbol",
1219
+ "type": "core::byte_array::ByteArray"
1220
+ },
1221
+ {
1222
+ "name": "base_uri",
1223
+ "type": "core::byte_array::ByteArray"
1224
+ },
1225
+ {
1226
+ "name": "owner",
1227
+ "type": "core::starknet::contract_address::ContractAddress"
1228
+ },
1229
+ {
1230
+ "name": "main_token",
1231
+ "type": "core::starknet::contract_address::ContractAddress"
1232
+ },
1233
+ {
1234
+ "name": "main_offset",
1235
+ "type": "core::integer::u128"
1236
+ },
1237
+ {
1238
+ "name": "secondary_token",
1239
+ "type": "core::starknet::contract_address::ContractAddress"
1240
+ },
1241
+ {
1242
+ "name": "secondary_offset",
1243
+ "type": "core::integer::u128"
1244
+ },
1245
+ {
1246
+ "name": "settings",
1247
+ "type": "strkfarm::interfaces::ERC721Strategy::Settings"
1248
+ },
1249
+ {
1250
+ "name": "lend_settings1",
1251
+ "type": "strkfarm::components::endur::EndurSettings"
1252
+ },
1253
+ {
1254
+ "name": "lend_settings2",
1255
+ "type": "strkfarm::components::vesu::vesuStruct"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "type": "event",
1261
+ "name": "openzeppelin_token::erc721::erc721::ERC721Component::Transfer",
1262
+ "kind": "struct",
1263
+ "members": [
1264
+ {
1265
+ "name": "from",
1266
+ "type": "core::starknet::contract_address::ContractAddress",
1267
+ "kind": "key"
1268
+ },
1269
+ {
1270
+ "name": "to",
1271
+ "type": "core::starknet::contract_address::ContractAddress",
1272
+ "kind": "key"
1273
+ },
1274
+ {
1275
+ "name": "token_id",
1276
+ "type": "core::integer::u256",
1277
+ "kind": "key"
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "type": "event",
1283
+ "name": "openzeppelin_token::erc721::erc721::ERC721Component::Approval",
1284
+ "kind": "struct",
1285
+ "members": [
1286
+ {
1287
+ "name": "owner",
1288
+ "type": "core::starknet::contract_address::ContractAddress",
1289
+ "kind": "key"
1290
+ },
1291
+ {
1292
+ "name": "approved",
1293
+ "type": "core::starknet::contract_address::ContractAddress",
1294
+ "kind": "key"
1295
+ },
1296
+ {
1297
+ "name": "token_id",
1298
+ "type": "core::integer::u256",
1299
+ "kind": "key"
1300
+ }
1301
+ ]
1302
+ },
1303
+ {
1304
+ "type": "event",
1305
+ "name": "openzeppelin_token::erc721::erc721::ERC721Component::ApprovalForAll",
1306
+ "kind": "struct",
1307
+ "members": [
1308
+ {
1309
+ "name": "owner",
1310
+ "type": "core::starknet::contract_address::ContractAddress",
1311
+ "kind": "key"
1312
+ },
1313
+ {
1314
+ "name": "operator",
1315
+ "type": "core::starknet::contract_address::ContractAddress",
1316
+ "kind": "key"
1317
+ },
1318
+ {
1319
+ "name": "approved",
1320
+ "type": "core::bool",
1321
+ "kind": "data"
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "type": "event",
1327
+ "name": "openzeppelin_token::erc721::erc721::ERC721Component::Event",
1328
+ "kind": "enum",
1329
+ "variants": [
1330
+ {
1331
+ "name": "Transfer",
1332
+ "type": "openzeppelin_token::erc721::erc721::ERC721Component::Transfer",
1333
+ "kind": "nested"
1334
+ },
1335
+ {
1336
+ "name": "Approval",
1337
+ "type": "openzeppelin_token::erc721::erc721::ERC721Component::Approval",
1338
+ "kind": "nested"
1339
+ },
1340
+ {
1341
+ "name": "ApprovalForAll",
1342
+ "type": "openzeppelin_token::erc721::erc721::ERC721Component::ApprovalForAll",
1343
+ "kind": "nested"
1344
+ }
1345
+ ]
1346
+ },
1347
+ {
1348
+ "type": "event",
1349
+ "name": "openzeppelin_introspection::src5::SRC5Component::Event",
1350
+ "kind": "enum",
1351
+ "variants": []
1352
+ },
1353
+ {
1354
+ "type": "event",
1355
+ "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
1356
+ "kind": "struct",
1357
+ "members": [
1358
+ {
1359
+ "name": "class_hash",
1360
+ "type": "core::starknet::class_hash::ClassHash",
1361
+ "kind": "data"
1362
+ }
1363
+ ]
1364
+ },
1365
+ {
1366
+ "type": "event",
1367
+ "name": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
1368
+ "kind": "enum",
1369
+ "variants": [
1370
+ {
1371
+ "name": "Upgraded",
1372
+ "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Upgraded",
1373
+ "kind": "nested"
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ "type": "event",
1379
+ "name": "openzeppelin_security::pausable::PausableComponent::Paused",
1380
+ "kind": "struct",
1381
+ "members": [
1382
+ {
1383
+ "name": "account",
1384
+ "type": "core::starknet::contract_address::ContractAddress",
1385
+ "kind": "data"
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "type": "event",
1391
+ "name": "openzeppelin_security::pausable::PausableComponent::Unpaused",
1392
+ "kind": "struct",
1393
+ "members": [
1394
+ {
1395
+ "name": "account",
1396
+ "type": "core::starknet::contract_address::ContractAddress",
1397
+ "kind": "data"
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "type": "event",
1403
+ "name": "openzeppelin_security::pausable::PausableComponent::Event",
1404
+ "kind": "enum",
1405
+ "variants": [
1406
+ {
1407
+ "name": "Paused",
1408
+ "type": "openzeppelin_security::pausable::PausableComponent::Paused",
1409
+ "kind": "nested"
1410
+ },
1411
+ {
1412
+ "name": "Unpaused",
1413
+ "type": "openzeppelin_security::pausable::PausableComponent::Unpaused",
1414
+ "kind": "nested"
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "type": "event",
1420
+ "name": "openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::Event",
1421
+ "kind": "enum",
1422
+ "variants": []
1423
+ },
1424
+ {
1425
+ "type": "event",
1426
+ "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1427
+ "kind": "struct",
1428
+ "members": [
1429
+ {
1430
+ "name": "previous_owner",
1431
+ "type": "core::starknet::contract_address::ContractAddress",
1432
+ "kind": "key"
1433
+ },
1434
+ {
1435
+ "name": "new_owner",
1436
+ "type": "core::starknet::contract_address::ContractAddress",
1437
+ "kind": "key"
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "type": "event",
1443
+ "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1444
+ "kind": "struct",
1445
+ "members": [
1446
+ {
1447
+ "name": "previous_owner",
1448
+ "type": "core::starknet::contract_address::ContractAddress",
1449
+ "kind": "key"
1450
+ },
1451
+ {
1452
+ "name": "new_owner",
1453
+ "type": "core::starknet::contract_address::ContractAddress",
1454
+ "kind": "key"
1455
+ }
1456
+ ]
1457
+ },
1458
+ {
1459
+ "type": "event",
1460
+ "name": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1461
+ "kind": "enum",
1462
+ "variants": [
1463
+ {
1464
+ "name": "OwnershipTransferred",
1465
+ "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1466
+ "kind": "nested"
1467
+ },
1468
+ {
1469
+ "name": "OwnershipTransferStarted",
1470
+ "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1471
+ "kind": "nested"
1472
+ }
1473
+ ]
1474
+ },
1475
+ {
1476
+ "type": "event",
1477
+ "name": "strkfarm::components::common::CommonComp::Event",
1478
+ "kind": "enum",
1479
+ "variants": []
1480
+ },
1481
+ {
1482
+ "type": "event",
1483
+ "name": "strkfarm::components::harvester::reward_shares::RewardShareComponent::Rewards",
1484
+ "kind": "struct",
1485
+ "members": [
1486
+ {
1487
+ "name": "index",
1488
+ "type": "core::integer::u32",
1489
+ "kind": "data"
1490
+ },
1491
+ {
1492
+ "name": "info",
1493
+ "type": "strkfarm::components::harvester::reward_shares::RewardsInfo",
1494
+ "kind": "data"
1495
+ },
1496
+ {
1497
+ "name": "total_reward_shares",
1498
+ "type": "core::felt252",
1499
+ "kind": "data"
1500
+ },
1501
+ {
1502
+ "name": "timestamp",
1503
+ "type": "core::integer::u64",
1504
+ "kind": "data"
1505
+ }
1506
+ ]
1507
+ },
1508
+ {
1509
+ "type": "event",
1510
+ "name": "strkfarm::components::harvester::reward_shares::RewardShareComponent::UserRewards",
1511
+ "kind": "struct",
1512
+ "members": [
1513
+ {
1514
+ "name": "user",
1515
+ "type": "core::starknet::contract_address::ContractAddress",
1516
+ "kind": "key"
1517
+ },
1518
+ {
1519
+ "name": "info",
1520
+ "type": "strkfarm::components::harvester::reward_shares::UserRewardsInfo",
1521
+ "kind": "data"
1522
+ },
1523
+ {
1524
+ "name": "total_reward_shares",
1525
+ "type": "core::felt252",
1526
+ "kind": "data"
1527
+ },
1528
+ {
1529
+ "name": "timestamp",
1530
+ "type": "core::integer::u64",
1531
+ "kind": "data"
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "type": "event",
1537
+ "name": "strkfarm::components::harvester::reward_shares::RewardShareComponent::Event",
1538
+ "kind": "enum",
1539
+ "variants": [
1540
+ {
1541
+ "name": "Rewards",
1542
+ "type": "strkfarm::components::harvester::reward_shares::RewardShareComponent::Rewards",
1543
+ "kind": "nested"
1544
+ },
1545
+ {
1546
+ "name": "UserRewards",
1547
+ "type": "strkfarm::components::harvester::reward_shares::RewardShareComponent::UserRewards",
1548
+ "kind": "nested"
1549
+ }
1550
+ ]
1551
+ },
1552
+ {
1553
+ "type": "event",
1554
+ "name": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Deposit",
1555
+ "kind": "struct",
1556
+ "members": [
1557
+ {
1558
+ "name": "sender",
1559
+ "type": "core::starknet::contract_address::ContractAddress",
1560
+ "kind": "key"
1561
+ },
1562
+ {
1563
+ "name": "owner",
1564
+ "type": "core::starknet::contract_address::ContractAddress",
1565
+ "kind": "key"
1566
+ },
1567
+ {
1568
+ "name": "assets",
1569
+ "type": "core::integer::u256",
1570
+ "kind": "data"
1571
+ },
1572
+ {
1573
+ "name": "net_position",
1574
+ "type": "strkfarm::interfaces::ERC721Strategy::Position",
1575
+ "kind": "data"
1576
+ }
1577
+ ]
1578
+ },
1579
+ {
1580
+ "type": "event",
1581
+ "name": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Withdraw",
1582
+ "kind": "struct",
1583
+ "members": [
1584
+ {
1585
+ "name": "sender",
1586
+ "type": "core::starknet::contract_address::ContractAddress",
1587
+ "kind": "key"
1588
+ },
1589
+ {
1590
+ "name": "receiver",
1591
+ "type": "core::starknet::contract_address::ContractAddress",
1592
+ "kind": "key"
1593
+ },
1594
+ {
1595
+ "name": "owner",
1596
+ "type": "core::starknet::contract_address::ContractAddress",
1597
+ "kind": "key"
1598
+ },
1599
+ {
1600
+ "name": "assets",
1601
+ "type": "core::integer::u256",
1602
+ "kind": "data"
1603
+ },
1604
+ {
1605
+ "name": "net_position",
1606
+ "type": "strkfarm::interfaces::ERC721Strategy::Position",
1607
+ "kind": "data"
1608
+ }
1609
+ ]
1610
+ },
1611
+ {
1612
+ "type": "event",
1613
+ "name": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Rebalance",
1614
+ "kind": "struct",
1615
+ "members": [
1616
+ {
1617
+ "name": "caller",
1618
+ "type": "core::starknet::contract_address::ContractAddress",
1619
+ "kind": "key"
1620
+ },
1621
+ {
1622
+ "name": "amount",
1623
+ "type": "core::integer::u256",
1624
+ "kind": "data"
1625
+ },
1626
+ {
1627
+ "name": "shouldRepay",
1628
+ "type": "core::bool",
1629
+ "kind": "data"
1630
+ },
1631
+ {
1632
+ "name": "pre_hf1",
1633
+ "type": "core::integer::u32",
1634
+ "kind": "data"
1635
+ },
1636
+ {
1637
+ "name": "pre_hf2",
1638
+ "type": "core::integer::u32",
1639
+ "kind": "data"
1640
+ },
1641
+ {
1642
+ "name": "hf1",
1643
+ "type": "core::integer::u32",
1644
+ "kind": "data"
1645
+ },
1646
+ {
1647
+ "name": "hf2",
1648
+ "type": "core::integer::u32",
1649
+ "kind": "data"
1650
+ }
1651
+ ]
1652
+ },
1653
+ {
1654
+ "type": "event",
1655
+ "name": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::ShareUpdate",
1656
+ "kind": "struct",
1657
+ "members": [
1658
+ {
1659
+ "name": "token_id",
1660
+ "type": "core::felt252",
1661
+ "kind": "key"
1662
+ },
1663
+ {
1664
+ "name": "action_id",
1665
+ "type": "core::integer::u8",
1666
+ "kind": "key"
1667
+ },
1668
+ {
1669
+ "name": "user_shares",
1670
+ "type": "core::felt252",
1671
+ "kind": "data"
1672
+ },
1673
+ {
1674
+ "name": "total_shares",
1675
+ "type": "core::felt252",
1676
+ "kind": "data"
1677
+ }
1678
+ ]
1679
+ },
1680
+ {
1681
+ "type": "event",
1682
+ "name": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Event",
1683
+ "kind": "enum",
1684
+ "variants": [
1685
+ {
1686
+ "name": "Deposit",
1687
+ "type": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Deposit",
1688
+ "kind": "nested"
1689
+ },
1690
+ {
1691
+ "name": "Withdraw",
1692
+ "type": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Withdraw",
1693
+ "kind": "nested"
1694
+ },
1695
+ {
1696
+ "name": "Rebalance",
1697
+ "type": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Rebalance",
1698
+ "kind": "nested"
1699
+ },
1700
+ {
1701
+ "name": "ShareUpdate",
1702
+ "type": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::ShareUpdate",
1703
+ "kind": "nested"
1704
+ }
1705
+ ]
1706
+ },
1707
+ {
1708
+ "type": "event",
1709
+ "name": "strkfarm::strats::dnmm_vesu::DeltaNeutralLoopingVesuXSTRK::Event",
1710
+ "kind": "enum",
1711
+ "variants": [
1712
+ {
1713
+ "name": "ERC721Event",
1714
+ "type": "openzeppelin_token::erc721::erc721::ERC721Component::Event",
1715
+ "kind": "flat"
1716
+ },
1717
+ {
1718
+ "name": "SRC5Event",
1719
+ "type": "openzeppelin_introspection::src5::SRC5Component::Event",
1720
+ "kind": "flat"
1721
+ },
1722
+ {
1723
+ "name": "UpgradeableEvent",
1724
+ "type": "openzeppelin_upgrades::upgradeable::UpgradeableComponent::Event",
1725
+ "kind": "flat"
1726
+ },
1727
+ {
1728
+ "name": "PausableEvent",
1729
+ "type": "openzeppelin_security::pausable::PausableComponent::Event",
1730
+ "kind": "flat"
1731
+ },
1732
+ {
1733
+ "name": "ReentrancyGuardEvent",
1734
+ "type": "openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::Event",
1735
+ "kind": "flat"
1736
+ },
1737
+ {
1738
+ "name": "OwnableEvent",
1739
+ "type": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1740
+ "kind": "flat"
1741
+ },
1742
+ {
1743
+ "name": "CommonCompEvent",
1744
+ "type": "strkfarm::components::common::CommonComp::Event",
1745
+ "kind": "flat"
1746
+ },
1747
+ {
1748
+ "name": "RewardShareEvent",
1749
+ "type": "strkfarm::components::harvester::reward_shares::RewardShareComponent::Event",
1750
+ "kind": "flat"
1751
+ },
1752
+ {
1753
+ "name": "DeltaNeutralLoopingEvent",
1754
+ "type": "strkfarm::components::delta_neutral_component::DeltaNeutralLoopingCom::Event",
1755
+ "kind": "flat"
1756
+ }
1757
+ ]
1758
+ }
1759
+ ]