@bouncetech/contracts 1.0.4 → 1.1.0

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,1188 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globalStorageAbi = void 0;
4
+ exports.globalStorageAbi = [
5
+ {
6
+ type: "constructor",
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ },
10
+ {
11
+ type: "function",
12
+ name: "acceptOwnership",
13
+ inputs: [],
14
+ outputs: [],
15
+ stateMutability: "nonpayable",
16
+ },
17
+ {
18
+ type: "function",
19
+ name: "additionalAddresses",
20
+ inputs: [
21
+ {
22
+ name: "",
23
+ type: "bytes32",
24
+ internalType: "bytes32",
25
+ },
26
+ ],
27
+ outputs: [
28
+ {
29
+ name: "",
30
+ type: "address",
31
+ internalType: "address",
32
+ },
33
+ ],
34
+ stateMutability: "view",
35
+ },
36
+ {
37
+ type: "function",
38
+ name: "additionalValues",
39
+ inputs: [
40
+ {
41
+ name: "",
42
+ type: "bytes32",
43
+ internalType: "bytes32",
44
+ },
45
+ ],
46
+ outputs: [
47
+ {
48
+ name: "",
49
+ type: "uint256",
50
+ internalType: "uint256",
51
+ },
52
+ ],
53
+ stateMutability: "view",
54
+ },
55
+ {
56
+ type: "function",
57
+ name: "airdrop",
58
+ inputs: [],
59
+ outputs: [
60
+ {
61
+ name: "",
62
+ type: "address",
63
+ internalType: "contract IAirdrop",
64
+ },
65
+ ],
66
+ stateMutability: "view",
67
+ },
68
+ {
69
+ type: "function",
70
+ name: "allMintsPaused",
71
+ inputs: [],
72
+ outputs: [
73
+ {
74
+ name: "",
75
+ type: "bool",
76
+ internalType: "bool",
77
+ },
78
+ ],
79
+ stateMutability: "view",
80
+ },
81
+ {
82
+ type: "function",
83
+ name: "baseAsset",
84
+ inputs: [],
85
+ outputs: [
86
+ {
87
+ name: "",
88
+ type: "address",
89
+ internalType: "address",
90
+ },
91
+ ],
92
+ stateMutability: "view",
93
+ },
94
+ {
95
+ type: "function",
96
+ name: "bounce",
97
+ inputs: [],
98
+ outputs: [
99
+ {
100
+ name: "",
101
+ type: "address",
102
+ internalType: "contract IERC20Metadata",
103
+ },
104
+ ],
105
+ stateMutability: "view",
106
+ },
107
+ {
108
+ type: "function",
109
+ name: "executeRedemptionFee",
110
+ inputs: [],
111
+ outputs: [
112
+ {
113
+ name: "",
114
+ type: "uint256",
115
+ internalType: "uint256",
116
+ },
117
+ ],
118
+ stateMutability: "view",
119
+ },
120
+ {
121
+ type: "function",
122
+ name: "factory",
123
+ inputs: [],
124
+ outputs: [
125
+ {
126
+ name: "",
127
+ type: "address",
128
+ internalType: "contract IFactory",
129
+ },
130
+ ],
131
+ stateMutability: "view",
132
+ },
133
+ {
134
+ type: "function",
135
+ name: "feeHandler",
136
+ inputs: [],
137
+ outputs: [
138
+ {
139
+ name: "",
140
+ type: "address",
141
+ internalType: "contract IFeeHandler",
142
+ },
143
+ ],
144
+ stateMutability: "view",
145
+ },
146
+ {
147
+ type: "function",
148
+ name: "hyperliquidHandler",
149
+ inputs: [],
150
+ outputs: [
151
+ {
152
+ name: "",
153
+ type: "address",
154
+ internalType: "contract IHyperliquidHandler",
155
+ },
156
+ ],
157
+ stateMutability: "view",
158
+ },
159
+ {
160
+ type: "function",
161
+ name: "isExecutor",
162
+ inputs: [
163
+ {
164
+ name: "",
165
+ type: "address",
166
+ internalType: "address",
167
+ },
168
+ ],
169
+ outputs: [
170
+ {
171
+ name: "",
172
+ type: "bool",
173
+ internalType: "bool",
174
+ },
175
+ ],
176
+ stateMutability: "view",
177
+ },
178
+ {
179
+ type: "function",
180
+ name: "ltImplementation",
181
+ inputs: [],
182
+ outputs: [
183
+ {
184
+ name: "",
185
+ type: "address",
186
+ internalType: "address",
187
+ },
188
+ ],
189
+ stateMutability: "view",
190
+ },
191
+ {
192
+ type: "function",
193
+ name: "minLockAmount",
194
+ inputs: [],
195
+ outputs: [
196
+ {
197
+ name: "",
198
+ type: "uint256",
199
+ internalType: "uint256",
200
+ },
201
+ ],
202
+ stateMutability: "view",
203
+ },
204
+ {
205
+ type: "function",
206
+ name: "minTransactionSize",
207
+ inputs: [],
208
+ outputs: [
209
+ {
210
+ name: "",
211
+ type: "uint256",
212
+ internalType: "uint256",
213
+ },
214
+ ],
215
+ stateMutability: "view",
216
+ },
217
+ {
218
+ type: "function",
219
+ name: "owner",
220
+ inputs: [],
221
+ outputs: [
222
+ {
223
+ name: "",
224
+ type: "address",
225
+ internalType: "address",
226
+ },
227
+ ],
228
+ stateMutability: "view",
229
+ },
230
+ {
231
+ type: "function",
232
+ name: "pendingOwner",
233
+ inputs: [],
234
+ outputs: [
235
+ {
236
+ name: "",
237
+ type: "address",
238
+ internalType: "address",
239
+ },
240
+ ],
241
+ stateMutability: "view",
242
+ },
243
+ {
244
+ type: "function",
245
+ name: "redemptionFee",
246
+ inputs: [],
247
+ outputs: [
248
+ {
249
+ name: "",
250
+ type: "uint256",
251
+ internalType: "uint256",
252
+ },
253
+ ],
254
+ stateMutability: "view",
255
+ },
256
+ {
257
+ type: "function",
258
+ name: "refereeRebate",
259
+ inputs: [],
260
+ outputs: [
261
+ {
262
+ name: "",
263
+ type: "uint256",
264
+ internalType: "uint256",
265
+ },
266
+ ],
267
+ stateMutability: "view",
268
+ },
269
+ {
270
+ type: "function",
271
+ name: "referrals",
272
+ inputs: [],
273
+ outputs: [
274
+ {
275
+ name: "",
276
+ type: "address",
277
+ internalType: "contract IReferrals",
278
+ },
279
+ ],
280
+ stateMutability: "view",
281
+ },
282
+ {
283
+ type: "function",
284
+ name: "referrerRebate",
285
+ inputs: [],
286
+ outputs: [
287
+ {
288
+ name: "",
289
+ type: "uint256",
290
+ internalType: "uint256",
291
+ },
292
+ ],
293
+ stateMutability: "view",
294
+ },
295
+ {
296
+ type: "function",
297
+ name: "renounceOwnership",
298
+ inputs: [],
299
+ outputs: [],
300
+ stateMutability: "nonpayable",
301
+ },
302
+ {
303
+ type: "function",
304
+ name: "setAdditionalAddress",
305
+ inputs: [
306
+ {
307
+ name: "key_",
308
+ type: "bytes32",
309
+ internalType: "bytes32",
310
+ },
311
+ {
312
+ name: "value_",
313
+ type: "address",
314
+ internalType: "address",
315
+ },
316
+ ],
317
+ outputs: [],
318
+ stateMutability: "nonpayable",
319
+ },
320
+ {
321
+ type: "function",
322
+ name: "setAdditionalValue",
323
+ inputs: [
324
+ {
325
+ name: "key_",
326
+ type: "bytes32",
327
+ internalType: "bytes32",
328
+ },
329
+ {
330
+ name: "value_",
331
+ type: "uint256",
332
+ internalType: "uint256",
333
+ },
334
+ ],
335
+ outputs: [],
336
+ stateMutability: "nonpayable",
337
+ },
338
+ {
339
+ type: "function",
340
+ name: "setAirdrop",
341
+ inputs: [
342
+ {
343
+ name: "airdrop_",
344
+ type: "address",
345
+ internalType: "address",
346
+ },
347
+ ],
348
+ outputs: [],
349
+ stateMutability: "nonpayable",
350
+ },
351
+ {
352
+ type: "function",
353
+ name: "setAllMintsPaused",
354
+ inputs: [
355
+ {
356
+ name: "allMintsPaused_",
357
+ type: "bool",
358
+ internalType: "bool",
359
+ },
360
+ ],
361
+ outputs: [],
362
+ stateMutability: "nonpayable",
363
+ },
364
+ {
365
+ type: "function",
366
+ name: "setBaseAsset",
367
+ inputs: [
368
+ {
369
+ name: "baseAsset_",
370
+ type: "address",
371
+ internalType: "address",
372
+ },
373
+ ],
374
+ outputs: [],
375
+ stateMutability: "nonpayable",
376
+ },
377
+ {
378
+ type: "function",
379
+ name: "setBounce",
380
+ inputs: [
381
+ {
382
+ name: "bounce_",
383
+ type: "address",
384
+ internalType: "address",
385
+ },
386
+ ],
387
+ outputs: [],
388
+ stateMutability: "nonpayable",
389
+ },
390
+ {
391
+ type: "function",
392
+ name: "setExecuteRedemptionFee",
393
+ inputs: [
394
+ {
395
+ name: "executeRedemptionFee_",
396
+ type: "uint256",
397
+ internalType: "uint256",
398
+ },
399
+ ],
400
+ outputs: [],
401
+ stateMutability: "nonpayable",
402
+ },
403
+ {
404
+ type: "function",
405
+ name: "setExecutor",
406
+ inputs: [
407
+ {
408
+ name: "executor_",
409
+ type: "address",
410
+ internalType: "address",
411
+ },
412
+ {
413
+ name: "isExecutor_",
414
+ type: "bool",
415
+ internalType: "bool",
416
+ },
417
+ ],
418
+ outputs: [],
419
+ stateMutability: "nonpayable",
420
+ },
421
+ {
422
+ type: "function",
423
+ name: "setFactory",
424
+ inputs: [
425
+ {
426
+ name: "factory_",
427
+ type: "address",
428
+ internalType: "address",
429
+ },
430
+ ],
431
+ outputs: [],
432
+ stateMutability: "nonpayable",
433
+ },
434
+ {
435
+ type: "function",
436
+ name: "setFeeHandler",
437
+ inputs: [
438
+ {
439
+ name: "feeHandler_",
440
+ type: "address",
441
+ internalType: "address",
442
+ },
443
+ ],
444
+ outputs: [],
445
+ stateMutability: "nonpayable",
446
+ },
447
+ {
448
+ type: "function",
449
+ name: "setHyperliquidHandler",
450
+ inputs: [
451
+ {
452
+ name: "hyperliquidHandler_",
453
+ type: "address",
454
+ internalType: "address",
455
+ },
456
+ ],
457
+ outputs: [],
458
+ stateMutability: "nonpayable",
459
+ },
460
+ {
461
+ type: "function",
462
+ name: "setLtImplementation",
463
+ inputs: [
464
+ {
465
+ name: "ltImplementation_",
466
+ type: "address",
467
+ internalType: "address",
468
+ },
469
+ ],
470
+ outputs: [],
471
+ stateMutability: "nonpayable",
472
+ },
473
+ {
474
+ type: "function",
475
+ name: "setMinLockAmount",
476
+ inputs: [
477
+ {
478
+ name: "minLockAmount_",
479
+ type: "uint256",
480
+ internalType: "uint256",
481
+ },
482
+ ],
483
+ outputs: [],
484
+ stateMutability: "nonpayable",
485
+ },
486
+ {
487
+ type: "function",
488
+ name: "setMinTransactionSize",
489
+ inputs: [
490
+ {
491
+ name: "minTransactionSize_",
492
+ type: "uint256",
493
+ internalType: "uint256",
494
+ },
495
+ ],
496
+ outputs: [],
497
+ stateMutability: "nonpayable",
498
+ },
499
+ {
500
+ type: "function",
501
+ name: "setRedemptionFee",
502
+ inputs: [
503
+ {
504
+ name: "redemptionFee_",
505
+ type: "uint256",
506
+ internalType: "uint256",
507
+ },
508
+ ],
509
+ outputs: [],
510
+ stateMutability: "nonpayable",
511
+ },
512
+ {
513
+ type: "function",
514
+ name: "setRefereeRebate",
515
+ inputs: [
516
+ {
517
+ name: "refereeRebate_",
518
+ type: "uint256",
519
+ internalType: "uint256",
520
+ },
521
+ ],
522
+ outputs: [],
523
+ stateMutability: "nonpayable",
524
+ },
525
+ {
526
+ type: "function",
527
+ name: "setReferrals",
528
+ inputs: [
529
+ {
530
+ name: "referrals_",
531
+ type: "address",
532
+ internalType: "address",
533
+ },
534
+ ],
535
+ outputs: [],
536
+ stateMutability: "nonpayable",
537
+ },
538
+ {
539
+ type: "function",
540
+ name: "setReferrerRebate",
541
+ inputs: [
542
+ {
543
+ name: "referrerRebate_",
544
+ type: "uint256",
545
+ internalType: "uint256",
546
+ },
547
+ ],
548
+ outputs: [],
549
+ stateMutability: "nonpayable",
550
+ },
551
+ {
552
+ type: "function",
553
+ name: "setStreamingFee",
554
+ inputs: [
555
+ {
556
+ name: "streamingFee_",
557
+ type: "uint256",
558
+ internalType: "uint256",
559
+ },
560
+ ],
561
+ outputs: [],
562
+ stateMutability: "nonpayable",
563
+ },
564
+ {
565
+ type: "function",
566
+ name: "setTreasury",
567
+ inputs: [
568
+ {
569
+ name: "treasury_",
570
+ type: "address",
571
+ internalType: "address",
572
+ },
573
+ ],
574
+ outputs: [],
575
+ stateMutability: "nonpayable",
576
+ },
577
+ {
578
+ type: "function",
579
+ name: "setTreasuryFeeShare",
580
+ inputs: [
581
+ {
582
+ name: "treasuryFeeShare_",
583
+ type: "uint256",
584
+ internalType: "uint256",
585
+ },
586
+ ],
587
+ outputs: [],
588
+ stateMutability: "nonpayable",
589
+ },
590
+ {
591
+ type: "function",
592
+ name: "setVesting",
593
+ inputs: [
594
+ {
595
+ name: "vesting_",
596
+ type: "address",
597
+ internalType: "address",
598
+ },
599
+ ],
600
+ outputs: [],
601
+ stateMutability: "nonpayable",
602
+ },
603
+ {
604
+ type: "function",
605
+ name: "streamingFee",
606
+ inputs: [],
607
+ outputs: [
608
+ {
609
+ name: "",
610
+ type: "uint256",
611
+ internalType: "uint256",
612
+ },
613
+ ],
614
+ stateMutability: "view",
615
+ },
616
+ {
617
+ type: "function",
618
+ name: "transferOwnership",
619
+ inputs: [
620
+ {
621
+ name: "newOwner",
622
+ type: "address",
623
+ internalType: "address",
624
+ },
625
+ ],
626
+ outputs: [],
627
+ stateMutability: "nonpayable",
628
+ },
629
+ {
630
+ type: "function",
631
+ name: "treasury",
632
+ inputs: [],
633
+ outputs: [
634
+ {
635
+ name: "",
636
+ type: "address",
637
+ internalType: "address",
638
+ },
639
+ ],
640
+ stateMutability: "view",
641
+ },
642
+ {
643
+ type: "function",
644
+ name: "treasuryFeeShare",
645
+ inputs: [],
646
+ outputs: [
647
+ {
648
+ name: "",
649
+ type: "uint256",
650
+ internalType: "uint256",
651
+ },
652
+ ],
653
+ stateMutability: "view",
654
+ },
655
+ {
656
+ type: "function",
657
+ name: "vesting",
658
+ inputs: [],
659
+ outputs: [
660
+ {
661
+ name: "",
662
+ type: "address",
663
+ internalType: "contract IVesting",
664
+ },
665
+ ],
666
+ stateMutability: "view",
667
+ },
668
+ {
669
+ type: "event",
670
+ name: "OwnershipTransferStarted",
671
+ inputs: [
672
+ {
673
+ name: "previousOwner",
674
+ type: "address",
675
+ indexed: true,
676
+ internalType: "address",
677
+ },
678
+ {
679
+ name: "newOwner",
680
+ type: "address",
681
+ indexed: true,
682
+ internalType: "address",
683
+ },
684
+ ],
685
+ anonymous: false,
686
+ },
687
+ {
688
+ type: "event",
689
+ name: "OwnershipTransferred",
690
+ inputs: [
691
+ {
692
+ name: "previousOwner",
693
+ type: "address",
694
+ indexed: true,
695
+ internalType: "address",
696
+ },
697
+ {
698
+ name: "newOwner",
699
+ type: "address",
700
+ indexed: true,
701
+ internalType: "address",
702
+ },
703
+ ],
704
+ anonymous: false,
705
+ },
706
+ {
707
+ type: "event",
708
+ name: "SetAdditionalAddress",
709
+ inputs: [
710
+ {
711
+ name: "key",
712
+ type: "bytes32",
713
+ indexed: true,
714
+ internalType: "bytes32",
715
+ },
716
+ {
717
+ name: "previousValue",
718
+ type: "address",
719
+ indexed: true,
720
+ internalType: "address",
721
+ },
722
+ {
723
+ name: "newValue",
724
+ type: "address",
725
+ indexed: true,
726
+ internalType: "address",
727
+ },
728
+ ],
729
+ anonymous: false,
730
+ },
731
+ {
732
+ type: "event",
733
+ name: "SetAdditionalValue",
734
+ inputs: [
735
+ {
736
+ name: "key",
737
+ type: "bytes32",
738
+ indexed: true,
739
+ internalType: "bytes32",
740
+ },
741
+ {
742
+ name: "previousValue",
743
+ type: "uint256",
744
+ indexed: true,
745
+ internalType: "uint256",
746
+ },
747
+ {
748
+ name: "newValue",
749
+ type: "uint256",
750
+ indexed: true,
751
+ internalType: "uint256",
752
+ },
753
+ ],
754
+ anonymous: false,
755
+ },
756
+ {
757
+ type: "event",
758
+ name: "SetAirdrop",
759
+ inputs: [
760
+ {
761
+ name: "previousAirdrop",
762
+ type: "address",
763
+ indexed: true,
764
+ internalType: "address",
765
+ },
766
+ {
767
+ name: "newAirdrop",
768
+ type: "address",
769
+ indexed: true,
770
+ internalType: "address",
771
+ },
772
+ ],
773
+ anonymous: false,
774
+ },
775
+ {
776
+ type: "event",
777
+ name: "SetAllMintsPaused",
778
+ inputs: [
779
+ {
780
+ name: "previousPaused",
781
+ type: "bool",
782
+ indexed: true,
783
+ internalType: "bool",
784
+ },
785
+ {
786
+ name: "newPaused",
787
+ type: "bool",
788
+ indexed: true,
789
+ internalType: "bool",
790
+ },
791
+ ],
792
+ anonymous: false,
793
+ },
794
+ {
795
+ type: "event",
796
+ name: "SetBaseAsset",
797
+ inputs: [
798
+ {
799
+ name: "previousAsset",
800
+ type: "address",
801
+ indexed: true,
802
+ internalType: "address",
803
+ },
804
+ {
805
+ name: "newAsset",
806
+ type: "address",
807
+ indexed: true,
808
+ internalType: "address",
809
+ },
810
+ ],
811
+ anonymous: false,
812
+ },
813
+ {
814
+ type: "event",
815
+ name: "SetBounce",
816
+ inputs: [
817
+ {
818
+ name: "previousBounce",
819
+ type: "address",
820
+ indexed: true,
821
+ internalType: "address",
822
+ },
823
+ {
824
+ name: "newBounce",
825
+ type: "address",
826
+ indexed: true,
827
+ internalType: "address",
828
+ },
829
+ ],
830
+ anonymous: false,
831
+ },
832
+ {
833
+ type: "event",
834
+ name: "SetExecuteRedemptionFee",
835
+ inputs: [
836
+ {
837
+ name: "previousFee",
838
+ type: "uint256",
839
+ indexed: true,
840
+ internalType: "uint256",
841
+ },
842
+ {
843
+ name: "newFee",
844
+ type: "uint256",
845
+ indexed: true,
846
+ internalType: "uint256",
847
+ },
848
+ ],
849
+ anonymous: false,
850
+ },
851
+ {
852
+ type: "event",
853
+ name: "SetExecutor",
854
+ inputs: [
855
+ {
856
+ name: "executor",
857
+ type: "address",
858
+ indexed: true,
859
+ internalType: "address",
860
+ },
861
+ {
862
+ name: "isExecutor",
863
+ type: "bool",
864
+ indexed: true,
865
+ internalType: "bool",
866
+ },
867
+ ],
868
+ anonymous: false,
869
+ },
870
+ {
871
+ type: "event",
872
+ name: "SetFactory",
873
+ inputs: [
874
+ {
875
+ name: "previousFactory",
876
+ type: "address",
877
+ indexed: true,
878
+ internalType: "address",
879
+ },
880
+ {
881
+ name: "newFactory",
882
+ type: "address",
883
+ indexed: true,
884
+ internalType: "address",
885
+ },
886
+ ],
887
+ anonymous: false,
888
+ },
889
+ {
890
+ type: "event",
891
+ name: "SetFeeHandler",
892
+ inputs: [
893
+ {
894
+ name: "previousFeeHandler",
895
+ type: "address",
896
+ indexed: true,
897
+ internalType: "address",
898
+ },
899
+ {
900
+ name: "newFeeHandler",
901
+ type: "address",
902
+ indexed: true,
903
+ internalType: "address",
904
+ },
905
+ ],
906
+ anonymous: false,
907
+ },
908
+ {
909
+ type: "event",
910
+ name: "SetHyperliquidHandler",
911
+ inputs: [
912
+ {
913
+ name: "previousHyperliquidHandler",
914
+ type: "address",
915
+ indexed: true,
916
+ internalType: "address",
917
+ },
918
+ {
919
+ name: "newHyperliquidHandler",
920
+ type: "address",
921
+ indexed: true,
922
+ internalType: "address",
923
+ },
924
+ ],
925
+ anonymous: false,
926
+ },
927
+ {
928
+ type: "event",
929
+ name: "SetLtImplementation",
930
+ inputs: [
931
+ {
932
+ name: "previousImplementation",
933
+ type: "address",
934
+ indexed: true,
935
+ internalType: "address",
936
+ },
937
+ {
938
+ name: "newImplementation",
939
+ type: "address",
940
+ indexed: true,
941
+ internalType: "address",
942
+ },
943
+ ],
944
+ anonymous: false,
945
+ },
946
+ {
947
+ type: "event",
948
+ name: "SetMinLockAmount",
949
+ inputs: [
950
+ {
951
+ name: "previousMinLockAmount",
952
+ type: "uint256",
953
+ indexed: true,
954
+ internalType: "uint256",
955
+ },
956
+ {
957
+ name: "newMinLockAmount",
958
+ type: "uint256",
959
+ indexed: true,
960
+ internalType: "uint256",
961
+ },
962
+ ],
963
+ anonymous: false,
964
+ },
965
+ {
966
+ type: "event",
967
+ name: "SetMinTransactionSize",
968
+ inputs: [
969
+ {
970
+ name: "previousMinTransactionSize",
971
+ type: "uint256",
972
+ indexed: true,
973
+ internalType: "uint256",
974
+ },
975
+ {
976
+ name: "newMinTransactionSize",
977
+ type: "uint256",
978
+ indexed: true,
979
+ internalType: "uint256",
980
+ },
981
+ ],
982
+ anonymous: false,
983
+ },
984
+ {
985
+ type: "event",
986
+ name: "SetRedemptionFee",
987
+ inputs: [
988
+ {
989
+ name: "previousFee",
990
+ type: "uint256",
991
+ indexed: true,
992
+ internalType: "uint256",
993
+ },
994
+ {
995
+ name: "newFee",
996
+ type: "uint256",
997
+ indexed: true,
998
+ internalType: "uint256",
999
+ },
1000
+ ],
1001
+ anonymous: false,
1002
+ },
1003
+ {
1004
+ type: "event",
1005
+ name: "SetRefereeRebate",
1006
+ inputs: [
1007
+ {
1008
+ name: "previousRebate",
1009
+ type: "uint256",
1010
+ indexed: true,
1011
+ internalType: "uint256",
1012
+ },
1013
+ {
1014
+ name: "newRebate",
1015
+ type: "uint256",
1016
+ indexed: true,
1017
+ internalType: "uint256",
1018
+ },
1019
+ ],
1020
+ anonymous: false,
1021
+ },
1022
+ {
1023
+ type: "event",
1024
+ name: "SetReferrals",
1025
+ inputs: [
1026
+ {
1027
+ name: "previousReferrals",
1028
+ type: "address",
1029
+ indexed: true,
1030
+ internalType: "address",
1031
+ },
1032
+ {
1033
+ name: "newReferrals",
1034
+ type: "address",
1035
+ indexed: true,
1036
+ internalType: "address",
1037
+ },
1038
+ ],
1039
+ anonymous: false,
1040
+ },
1041
+ {
1042
+ type: "event",
1043
+ name: "SetReferrerRebate",
1044
+ inputs: [
1045
+ {
1046
+ name: "previousRebate",
1047
+ type: "uint256",
1048
+ indexed: true,
1049
+ internalType: "uint256",
1050
+ },
1051
+ {
1052
+ name: "newRebate",
1053
+ type: "uint256",
1054
+ indexed: true,
1055
+ internalType: "uint256",
1056
+ },
1057
+ ],
1058
+ anonymous: false,
1059
+ },
1060
+ {
1061
+ type: "event",
1062
+ name: "SetStreamingFee",
1063
+ inputs: [
1064
+ {
1065
+ name: "previousFee",
1066
+ type: "uint256",
1067
+ indexed: true,
1068
+ internalType: "uint256",
1069
+ },
1070
+ {
1071
+ name: "newFee",
1072
+ type: "uint256",
1073
+ indexed: true,
1074
+ internalType: "uint256",
1075
+ },
1076
+ ],
1077
+ anonymous: false,
1078
+ },
1079
+ {
1080
+ type: "event",
1081
+ name: "SetTreasury",
1082
+ inputs: [
1083
+ {
1084
+ name: "previousTreasury",
1085
+ type: "address",
1086
+ indexed: true,
1087
+ internalType: "address",
1088
+ },
1089
+ {
1090
+ name: "newTreasury",
1091
+ type: "address",
1092
+ indexed: true,
1093
+ internalType: "address",
1094
+ },
1095
+ ],
1096
+ anonymous: false,
1097
+ },
1098
+ {
1099
+ type: "event",
1100
+ name: "SetTreasuryFeeShare",
1101
+ inputs: [
1102
+ {
1103
+ name: "previousFeeShare",
1104
+ type: "uint256",
1105
+ indexed: true,
1106
+ internalType: "uint256",
1107
+ },
1108
+ {
1109
+ name: "newFeeShare",
1110
+ type: "uint256",
1111
+ indexed: true,
1112
+ internalType: "uint256",
1113
+ },
1114
+ ],
1115
+ anonymous: false,
1116
+ },
1117
+ {
1118
+ type: "event",
1119
+ name: "SetVesting",
1120
+ inputs: [
1121
+ {
1122
+ name: "previousVesting",
1123
+ type: "address",
1124
+ indexed: true,
1125
+ internalType: "address",
1126
+ },
1127
+ {
1128
+ name: "newVesting",
1129
+ type: "address",
1130
+ indexed: true,
1131
+ internalType: "address",
1132
+ },
1133
+ ],
1134
+ anonymous: false,
1135
+ },
1136
+ {
1137
+ type: "error",
1138
+ name: "AlreadySet",
1139
+ inputs: [],
1140
+ },
1141
+ {
1142
+ type: "error",
1143
+ name: "InvalidAddress",
1144
+ inputs: [],
1145
+ },
1146
+ {
1147
+ type: "error",
1148
+ name: "InvalidAmount",
1149
+ inputs: [],
1150
+ },
1151
+ {
1152
+ type: "error",
1153
+ name: "InvalidValue",
1154
+ inputs: [],
1155
+ },
1156
+ {
1157
+ type: "error",
1158
+ name: "OwnableInvalidOwner",
1159
+ inputs: [
1160
+ {
1161
+ name: "owner",
1162
+ type: "address",
1163
+ internalType: "address",
1164
+ },
1165
+ ],
1166
+ },
1167
+ {
1168
+ type: "error",
1169
+ name: "OwnableUnauthorizedAccount",
1170
+ inputs: [
1171
+ {
1172
+ name: "account",
1173
+ type: "address",
1174
+ internalType: "address",
1175
+ },
1176
+ ],
1177
+ },
1178
+ {
1179
+ type: "error",
1180
+ name: "SameAsCurrent",
1181
+ inputs: [],
1182
+ },
1183
+ {
1184
+ type: "error",
1185
+ name: "TotalRebateExceeds100",
1186
+ inputs: [],
1187
+ },
1188
+ ];