@venusprotocol/venus-protocol 9.4.0-dev.7 → 9.4.0-dev.8

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.
@@ -195,6 +195,2173 @@
195
195
  "type": "receive"
196
196
  }
197
197
  ]
198
+ },
199
+ "XVSStore": {
200
+ "address": "0x11b084Cfa559a82AAC0CcD159dBea27899c7955A",
201
+ "abi": [
202
+ {
203
+ "inputs": [],
204
+ "payable": false,
205
+ "stateMutability": "nonpayable",
206
+ "type": "constructor"
207
+ },
208
+ {
209
+ "anonymous": false,
210
+ "inputs": [
211
+ {
212
+ "indexed": true,
213
+ "internalType": "address",
214
+ "name": "oldAdmin",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "indexed": true,
219
+ "internalType": "address",
220
+ "name": "newAdmin",
221
+ "type": "address"
222
+ }
223
+ ],
224
+ "name": "AdminTransferred",
225
+ "type": "event"
226
+ },
227
+ {
228
+ "anonymous": false,
229
+ "inputs": [
230
+ {
231
+ "indexed": false,
232
+ "internalType": "address",
233
+ "name": "oldPendingAdmin",
234
+ "type": "address"
235
+ },
236
+ {
237
+ "indexed": false,
238
+ "internalType": "address",
239
+ "name": "newPendingAdmin",
240
+ "type": "address"
241
+ }
242
+ ],
243
+ "name": "NewPendingAdmin",
244
+ "type": "event"
245
+ },
246
+ {
247
+ "anonymous": false,
248
+ "inputs": [
249
+ {
250
+ "indexed": true,
251
+ "internalType": "address",
252
+ "name": "oldOwner",
253
+ "type": "address"
254
+ },
255
+ {
256
+ "indexed": true,
257
+ "internalType": "address",
258
+ "name": "newOwner",
259
+ "type": "address"
260
+ }
261
+ ],
262
+ "name": "OwnerTransferred",
263
+ "type": "event"
264
+ },
265
+ {
266
+ "constant": false,
267
+ "inputs": [],
268
+ "name": "acceptAdmin",
269
+ "outputs": [],
270
+ "payable": false,
271
+ "stateMutability": "nonpayable",
272
+ "type": "function"
273
+ },
274
+ {
275
+ "constant": true,
276
+ "inputs": [],
277
+ "name": "admin",
278
+ "outputs": [
279
+ {
280
+ "internalType": "address",
281
+ "name": "",
282
+ "type": "address"
283
+ }
284
+ ],
285
+ "payable": false,
286
+ "stateMutability": "view",
287
+ "type": "function"
288
+ },
289
+ {
290
+ "constant": false,
291
+ "inputs": [
292
+ {
293
+ "internalType": "address",
294
+ "name": "_tokenAddress",
295
+ "type": "address"
296
+ },
297
+ {
298
+ "internalType": "uint256",
299
+ "name": "_amount",
300
+ "type": "uint256"
301
+ }
302
+ ],
303
+ "name": "emergencyRewardWithdraw",
304
+ "outputs": [],
305
+ "payable": false,
306
+ "stateMutability": "nonpayable",
307
+ "type": "function"
308
+ },
309
+ {
310
+ "constant": true,
311
+ "inputs": [],
312
+ "name": "owner",
313
+ "outputs": [
314
+ {
315
+ "internalType": "address",
316
+ "name": "",
317
+ "type": "address"
318
+ }
319
+ ],
320
+ "payable": false,
321
+ "stateMutability": "view",
322
+ "type": "function"
323
+ },
324
+ {
325
+ "constant": true,
326
+ "inputs": [],
327
+ "name": "pendingAdmin",
328
+ "outputs": [
329
+ {
330
+ "internalType": "address",
331
+ "name": "",
332
+ "type": "address"
333
+ }
334
+ ],
335
+ "payable": false,
336
+ "stateMutability": "view",
337
+ "type": "function"
338
+ },
339
+ {
340
+ "constant": true,
341
+ "inputs": [
342
+ {
343
+ "internalType": "address",
344
+ "name": "",
345
+ "type": "address"
346
+ }
347
+ ],
348
+ "name": "rewardTokens",
349
+ "outputs": [
350
+ {
351
+ "internalType": "bool",
352
+ "name": "",
353
+ "type": "bool"
354
+ }
355
+ ],
356
+ "payable": false,
357
+ "stateMutability": "view",
358
+ "type": "function"
359
+ },
360
+ {
361
+ "constant": false,
362
+ "inputs": [
363
+ {
364
+ "internalType": "address",
365
+ "name": "token",
366
+ "type": "address"
367
+ },
368
+ {
369
+ "internalType": "address",
370
+ "name": "_to",
371
+ "type": "address"
372
+ },
373
+ {
374
+ "internalType": "uint256",
375
+ "name": "_amount",
376
+ "type": "uint256"
377
+ }
378
+ ],
379
+ "name": "safeRewardTransfer",
380
+ "outputs": [],
381
+ "payable": false,
382
+ "stateMutability": "nonpayable",
383
+ "type": "function"
384
+ },
385
+ {
386
+ "constant": false,
387
+ "inputs": [
388
+ {
389
+ "internalType": "address",
390
+ "name": "_owner",
391
+ "type": "address"
392
+ }
393
+ ],
394
+ "name": "setNewOwner",
395
+ "outputs": [],
396
+ "payable": false,
397
+ "stateMutability": "nonpayable",
398
+ "type": "function"
399
+ },
400
+ {
401
+ "constant": false,
402
+ "inputs": [
403
+ {
404
+ "internalType": "address",
405
+ "name": "_admin",
406
+ "type": "address"
407
+ }
408
+ ],
409
+ "name": "setPendingAdmin",
410
+ "outputs": [],
411
+ "payable": false,
412
+ "stateMutability": "nonpayable",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "constant": false,
417
+ "inputs": [
418
+ {
419
+ "internalType": "address",
420
+ "name": "_tokenAddress",
421
+ "type": "address"
422
+ },
423
+ {
424
+ "internalType": "bool",
425
+ "name": "status",
426
+ "type": "bool"
427
+ }
428
+ ],
429
+ "name": "setRewardToken",
430
+ "outputs": [],
431
+ "payable": false,
432
+ "stateMutability": "nonpayable",
433
+ "type": "function"
434
+ }
435
+ ]
436
+ },
437
+ "XVSVaultProxy": {
438
+ "address": "0x708B54F2C3f3606ea48a8d94dab88D9Ab22D7fCd",
439
+ "abi": [
440
+ {
441
+ "inputs": [],
442
+ "payable": false,
443
+ "stateMutability": "nonpayable",
444
+ "type": "constructor"
445
+ },
446
+ {
447
+ "anonymous": false,
448
+ "inputs": [
449
+ {
450
+ "indexed": false,
451
+ "internalType": "uint256",
452
+ "name": "error",
453
+ "type": "uint256"
454
+ },
455
+ {
456
+ "indexed": false,
457
+ "internalType": "uint256",
458
+ "name": "info",
459
+ "type": "uint256"
460
+ },
461
+ {
462
+ "indexed": false,
463
+ "internalType": "uint256",
464
+ "name": "detail",
465
+ "type": "uint256"
466
+ }
467
+ ],
468
+ "name": "Failure",
469
+ "type": "event"
470
+ },
471
+ {
472
+ "anonymous": false,
473
+ "inputs": [
474
+ {
475
+ "indexed": false,
476
+ "internalType": "address",
477
+ "name": "oldAdmin",
478
+ "type": "address"
479
+ },
480
+ {
481
+ "indexed": false,
482
+ "internalType": "address",
483
+ "name": "newAdmin",
484
+ "type": "address"
485
+ }
486
+ ],
487
+ "name": "NewAdmin",
488
+ "type": "event"
489
+ },
490
+ {
491
+ "anonymous": false,
492
+ "inputs": [
493
+ {
494
+ "indexed": false,
495
+ "internalType": "address",
496
+ "name": "oldImplementation",
497
+ "type": "address"
498
+ },
499
+ {
500
+ "indexed": false,
501
+ "internalType": "address",
502
+ "name": "newImplementation",
503
+ "type": "address"
504
+ }
505
+ ],
506
+ "name": "NewImplementation",
507
+ "type": "event"
508
+ },
509
+ {
510
+ "anonymous": false,
511
+ "inputs": [
512
+ {
513
+ "indexed": false,
514
+ "internalType": "address",
515
+ "name": "oldPendingAdmin",
516
+ "type": "address"
517
+ },
518
+ {
519
+ "indexed": false,
520
+ "internalType": "address",
521
+ "name": "newPendingAdmin",
522
+ "type": "address"
523
+ }
524
+ ],
525
+ "name": "NewPendingAdmin",
526
+ "type": "event"
527
+ },
528
+ {
529
+ "anonymous": false,
530
+ "inputs": [
531
+ {
532
+ "indexed": false,
533
+ "internalType": "address",
534
+ "name": "oldPendingImplementation",
535
+ "type": "address"
536
+ },
537
+ {
538
+ "indexed": false,
539
+ "internalType": "address",
540
+ "name": "newPendingImplementation",
541
+ "type": "address"
542
+ }
543
+ ],
544
+ "name": "NewPendingImplementation",
545
+ "type": "event"
546
+ },
547
+ {
548
+ "payable": true,
549
+ "stateMutability": "payable",
550
+ "type": "fallback"
551
+ },
552
+ {
553
+ "constant": false,
554
+ "inputs": [],
555
+ "name": "_acceptAdmin",
556
+ "outputs": [
557
+ {
558
+ "internalType": "uint256",
559
+ "name": "",
560
+ "type": "uint256"
561
+ }
562
+ ],
563
+ "payable": false,
564
+ "stateMutability": "nonpayable",
565
+ "type": "function"
566
+ },
567
+ {
568
+ "constant": false,
569
+ "inputs": [],
570
+ "name": "_acceptImplementation",
571
+ "outputs": [
572
+ {
573
+ "internalType": "uint256",
574
+ "name": "",
575
+ "type": "uint256"
576
+ }
577
+ ],
578
+ "payable": false,
579
+ "stateMutability": "nonpayable",
580
+ "type": "function"
581
+ },
582
+ {
583
+ "constant": false,
584
+ "inputs": [
585
+ {
586
+ "internalType": "address",
587
+ "name": "newPendingAdmin",
588
+ "type": "address"
589
+ }
590
+ ],
591
+ "name": "_setPendingAdmin",
592
+ "outputs": [
593
+ {
594
+ "internalType": "uint256",
595
+ "name": "",
596
+ "type": "uint256"
597
+ }
598
+ ],
599
+ "payable": false,
600
+ "stateMutability": "nonpayable",
601
+ "type": "function"
602
+ },
603
+ {
604
+ "constant": false,
605
+ "inputs": [
606
+ {
607
+ "internalType": "address",
608
+ "name": "newPendingImplementation",
609
+ "type": "address"
610
+ }
611
+ ],
612
+ "name": "_setPendingImplementation",
613
+ "outputs": [
614
+ {
615
+ "internalType": "uint256",
616
+ "name": "",
617
+ "type": "uint256"
618
+ }
619
+ ],
620
+ "payable": false,
621
+ "stateMutability": "nonpayable",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "constant": true,
626
+ "inputs": [],
627
+ "name": "admin",
628
+ "outputs": [
629
+ {
630
+ "internalType": "address",
631
+ "name": "",
632
+ "type": "address"
633
+ }
634
+ ],
635
+ "payable": false,
636
+ "stateMutability": "view",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "constant": true,
641
+ "inputs": [],
642
+ "name": "implementation",
643
+ "outputs": [
644
+ {
645
+ "internalType": "address",
646
+ "name": "",
647
+ "type": "address"
648
+ }
649
+ ],
650
+ "payable": false,
651
+ "stateMutability": "view",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "constant": true,
656
+ "inputs": [],
657
+ "name": "pendingAdmin",
658
+ "outputs": [
659
+ {
660
+ "internalType": "address",
661
+ "name": "",
662
+ "type": "address"
663
+ }
664
+ ],
665
+ "payable": false,
666
+ "stateMutability": "view",
667
+ "type": "function"
668
+ },
669
+ {
670
+ "constant": true,
671
+ "inputs": [],
672
+ "name": "pendingXVSVaultImplementation",
673
+ "outputs": [
674
+ {
675
+ "internalType": "address",
676
+ "name": "",
677
+ "type": "address"
678
+ }
679
+ ],
680
+ "payable": false,
681
+ "stateMutability": "view",
682
+ "type": "function"
683
+ }
684
+ ]
685
+ },
686
+ "XVSVaultProxy_Implementation": {
687
+ "address": "0x322F1a2E03F089F8ce510855e793970D6f0EFcF9",
688
+ "abi": [
689
+ {
690
+ "inputs": [],
691
+ "payable": false,
692
+ "stateMutability": "nonpayable",
693
+ "type": "constructor"
694
+ },
695
+ {
696
+ "anonymous": false,
697
+ "inputs": [
698
+ {
699
+ "indexed": true,
700
+ "internalType": "address",
701
+ "name": "user",
702
+ "type": "address"
703
+ },
704
+ {
705
+ "indexed": true,
706
+ "internalType": "address",
707
+ "name": "rewardToken",
708
+ "type": "address"
709
+ },
710
+ {
711
+ "indexed": true,
712
+ "internalType": "uint256",
713
+ "name": "pid",
714
+ "type": "uint256"
715
+ },
716
+ {
717
+ "indexed": false,
718
+ "internalType": "uint256",
719
+ "name": "amount",
720
+ "type": "uint256"
721
+ }
722
+ ],
723
+ "name": "Claim",
724
+ "type": "event"
725
+ },
726
+ {
727
+ "anonymous": false,
728
+ "inputs": [
729
+ {
730
+ "indexed": true,
731
+ "internalType": "address",
732
+ "name": "delegator",
733
+ "type": "address"
734
+ },
735
+ {
736
+ "indexed": true,
737
+ "internalType": "address",
738
+ "name": "fromDelegate",
739
+ "type": "address"
740
+ },
741
+ {
742
+ "indexed": true,
743
+ "internalType": "address",
744
+ "name": "toDelegate",
745
+ "type": "address"
746
+ }
747
+ ],
748
+ "name": "DelegateChangedV2",
749
+ "type": "event"
750
+ },
751
+ {
752
+ "anonymous": false,
753
+ "inputs": [
754
+ {
755
+ "indexed": true,
756
+ "internalType": "address",
757
+ "name": "delegate",
758
+ "type": "address"
759
+ },
760
+ {
761
+ "indexed": false,
762
+ "internalType": "uint256",
763
+ "name": "previousBalance",
764
+ "type": "uint256"
765
+ },
766
+ {
767
+ "indexed": false,
768
+ "internalType": "uint256",
769
+ "name": "newBalance",
770
+ "type": "uint256"
771
+ }
772
+ ],
773
+ "name": "DelegateVotesChangedV2",
774
+ "type": "event"
775
+ },
776
+ {
777
+ "anonymous": false,
778
+ "inputs": [
779
+ {
780
+ "indexed": true,
781
+ "internalType": "address",
782
+ "name": "user",
783
+ "type": "address"
784
+ },
785
+ {
786
+ "indexed": true,
787
+ "internalType": "address",
788
+ "name": "rewardToken",
789
+ "type": "address"
790
+ },
791
+ {
792
+ "indexed": true,
793
+ "internalType": "uint256",
794
+ "name": "pid",
795
+ "type": "uint256"
796
+ },
797
+ {
798
+ "indexed": false,
799
+ "internalType": "uint256",
800
+ "name": "amount",
801
+ "type": "uint256"
802
+ }
803
+ ],
804
+ "name": "Deposit",
805
+ "type": "event"
806
+ },
807
+ {
808
+ "anonymous": false,
809
+ "inputs": [
810
+ {
811
+ "indexed": true,
812
+ "internalType": "address",
813
+ "name": "user",
814
+ "type": "address"
815
+ },
816
+ {
817
+ "indexed": true,
818
+ "internalType": "address",
819
+ "name": "rewardToken",
820
+ "type": "address"
821
+ },
822
+ {
823
+ "indexed": true,
824
+ "internalType": "uint256",
825
+ "name": "pid",
826
+ "type": "uint256"
827
+ },
828
+ {
829
+ "indexed": false,
830
+ "internalType": "uint256",
831
+ "name": "amount",
832
+ "type": "uint256"
833
+ }
834
+ ],
835
+ "name": "ExecutedWithdrawal",
836
+ "type": "event"
837
+ },
838
+ {
839
+ "anonymous": false,
840
+ "inputs": [
841
+ {
842
+ "indexed": false,
843
+ "internalType": "address",
844
+ "name": "oldAccessControlManager",
845
+ "type": "address"
846
+ },
847
+ {
848
+ "indexed": false,
849
+ "internalType": "address",
850
+ "name": "newAccessControlManager",
851
+ "type": "address"
852
+ }
853
+ ],
854
+ "name": "NewAccessControlManager",
855
+ "type": "event"
856
+ },
857
+ {
858
+ "anonymous": false,
859
+ "inputs": [
860
+ {
861
+ "indexed": true,
862
+ "internalType": "contract IPrime",
863
+ "name": "oldPrimeToken",
864
+ "type": "address"
865
+ },
866
+ {
867
+ "indexed": true,
868
+ "internalType": "contract IPrime",
869
+ "name": "newPrimeToken",
870
+ "type": "address"
871
+ },
872
+ {
873
+ "indexed": false,
874
+ "internalType": "address",
875
+ "name": "oldPrimeRewardToken",
876
+ "type": "address"
877
+ },
878
+ {
879
+ "indexed": false,
880
+ "internalType": "address",
881
+ "name": "newPrimeRewardToken",
882
+ "type": "address"
883
+ },
884
+ {
885
+ "indexed": false,
886
+ "internalType": "uint256",
887
+ "name": "oldPrimePoolId",
888
+ "type": "uint256"
889
+ },
890
+ {
891
+ "indexed": false,
892
+ "internalType": "uint256",
893
+ "name": "newPrimePoolId",
894
+ "type": "uint256"
895
+ }
896
+ ],
897
+ "name": "NewPrimeToken",
898
+ "type": "event"
899
+ },
900
+ {
901
+ "anonymous": false,
902
+ "inputs": [
903
+ {
904
+ "indexed": true,
905
+ "internalType": "address",
906
+ "name": "rewardToken",
907
+ "type": "address"
908
+ },
909
+ {
910
+ "indexed": true,
911
+ "internalType": "uint256",
912
+ "name": "pid",
913
+ "type": "uint256"
914
+ },
915
+ {
916
+ "indexed": true,
917
+ "internalType": "address",
918
+ "name": "token",
919
+ "type": "address"
920
+ },
921
+ {
922
+ "indexed": false,
923
+ "internalType": "uint256",
924
+ "name": "allocPoints",
925
+ "type": "uint256"
926
+ },
927
+ {
928
+ "indexed": false,
929
+ "internalType": "uint256",
930
+ "name": "rewardPerBlockOrSecond",
931
+ "type": "uint256"
932
+ },
933
+ {
934
+ "indexed": false,
935
+ "internalType": "uint256",
936
+ "name": "lockPeriod",
937
+ "type": "uint256"
938
+ }
939
+ ],
940
+ "name": "PoolAdded",
941
+ "type": "event"
942
+ },
943
+ {
944
+ "anonymous": false,
945
+ "inputs": [
946
+ {
947
+ "indexed": true,
948
+ "internalType": "address",
949
+ "name": "rewardToken",
950
+ "type": "address"
951
+ },
952
+ {
953
+ "indexed": true,
954
+ "internalType": "uint256",
955
+ "name": "pid",
956
+ "type": "uint256"
957
+ },
958
+ {
959
+ "indexed": false,
960
+ "internalType": "uint256",
961
+ "name": "oldAllocPoints",
962
+ "type": "uint256"
963
+ },
964
+ {
965
+ "indexed": false,
966
+ "internalType": "uint256",
967
+ "name": "newAllocPoints",
968
+ "type": "uint256"
969
+ }
970
+ ],
971
+ "name": "PoolUpdated",
972
+ "type": "event"
973
+ },
974
+ {
975
+ "anonymous": false,
976
+ "inputs": [
977
+ {
978
+ "indexed": true,
979
+ "internalType": "address",
980
+ "name": "user",
981
+ "type": "address"
982
+ },
983
+ {
984
+ "indexed": true,
985
+ "internalType": "address",
986
+ "name": "rewardToken",
987
+ "type": "address"
988
+ },
989
+ {
990
+ "indexed": true,
991
+ "internalType": "uint256",
992
+ "name": "pid",
993
+ "type": "uint256"
994
+ },
995
+ {
996
+ "indexed": false,
997
+ "internalType": "uint256",
998
+ "name": "amount",
999
+ "type": "uint256"
1000
+ }
1001
+ ],
1002
+ "name": "RequestedWithdrawal",
1003
+ "type": "event"
1004
+ },
1005
+ {
1006
+ "anonymous": false,
1007
+ "inputs": [
1008
+ {
1009
+ "indexed": true,
1010
+ "internalType": "address",
1011
+ "name": "rewardToken",
1012
+ "type": "address"
1013
+ },
1014
+ {
1015
+ "indexed": false,
1016
+ "internalType": "uint256",
1017
+ "name": "oldReward",
1018
+ "type": "uint256"
1019
+ },
1020
+ {
1021
+ "indexed": false,
1022
+ "internalType": "uint256",
1023
+ "name": "newReward",
1024
+ "type": "uint256"
1025
+ }
1026
+ ],
1027
+ "name": "RewardAmountUpdated",
1028
+ "type": "event"
1029
+ },
1030
+ {
1031
+ "anonymous": false,
1032
+ "inputs": [
1033
+ {
1034
+ "indexed": false,
1035
+ "internalType": "address",
1036
+ "name": "oldXvs",
1037
+ "type": "address"
1038
+ },
1039
+ {
1040
+ "indexed": false,
1041
+ "internalType": "address",
1042
+ "name": "oldStore",
1043
+ "type": "address"
1044
+ },
1045
+ {
1046
+ "indexed": false,
1047
+ "internalType": "address",
1048
+ "name": "newXvs",
1049
+ "type": "address"
1050
+ },
1051
+ {
1052
+ "indexed": false,
1053
+ "internalType": "address",
1054
+ "name": "newStore",
1055
+ "type": "address"
1056
+ }
1057
+ ],
1058
+ "name": "StoreUpdated",
1059
+ "type": "event"
1060
+ },
1061
+ {
1062
+ "anonymous": false,
1063
+ "inputs": [
1064
+ {
1065
+ "indexed": true,
1066
+ "internalType": "address",
1067
+ "name": "rewardToken",
1068
+ "type": "address"
1069
+ },
1070
+ {
1071
+ "indexed": true,
1072
+ "internalType": "address",
1073
+ "name": "userAddress",
1074
+ "type": "address"
1075
+ },
1076
+ {
1077
+ "indexed": false,
1078
+ "internalType": "uint256",
1079
+ "name": "oldOwedAmount",
1080
+ "type": "uint256"
1081
+ },
1082
+ {
1083
+ "indexed": false,
1084
+ "internalType": "uint256",
1085
+ "name": "newOwedAmount",
1086
+ "type": "uint256"
1087
+ }
1088
+ ],
1089
+ "name": "VaultDebtUpdated",
1090
+ "type": "event"
1091
+ },
1092
+ {
1093
+ "anonymous": false,
1094
+ "inputs": [
1095
+ {
1096
+ "indexed": true,
1097
+ "internalType": "address",
1098
+ "name": "admin",
1099
+ "type": "address"
1100
+ }
1101
+ ],
1102
+ "name": "VaultPaused",
1103
+ "type": "event"
1104
+ },
1105
+ {
1106
+ "anonymous": false,
1107
+ "inputs": [
1108
+ {
1109
+ "indexed": true,
1110
+ "internalType": "address",
1111
+ "name": "admin",
1112
+ "type": "address"
1113
+ }
1114
+ ],
1115
+ "name": "VaultResumed",
1116
+ "type": "event"
1117
+ },
1118
+ {
1119
+ "anonymous": false,
1120
+ "inputs": [
1121
+ {
1122
+ "indexed": true,
1123
+ "internalType": "address",
1124
+ "name": "rewardToken",
1125
+ "type": "address"
1126
+ },
1127
+ {
1128
+ "indexed": true,
1129
+ "internalType": "uint256",
1130
+ "name": "pid",
1131
+ "type": "uint256"
1132
+ },
1133
+ {
1134
+ "indexed": false,
1135
+ "internalType": "uint256",
1136
+ "name": "oldPeriod",
1137
+ "type": "uint256"
1138
+ },
1139
+ {
1140
+ "indexed": false,
1141
+ "internalType": "uint256",
1142
+ "name": "newPeriod",
1143
+ "type": "uint256"
1144
+ }
1145
+ ],
1146
+ "name": "WithdrawalLockingPeriodUpdated",
1147
+ "type": "event"
1148
+ },
1149
+ {
1150
+ "constant": true,
1151
+ "inputs": [],
1152
+ "name": "DELEGATION_TYPEHASH",
1153
+ "outputs": [
1154
+ {
1155
+ "internalType": "bytes32",
1156
+ "name": "",
1157
+ "type": "bytes32"
1158
+ }
1159
+ ],
1160
+ "payable": false,
1161
+ "stateMutability": "view",
1162
+ "type": "function"
1163
+ },
1164
+ {
1165
+ "constant": true,
1166
+ "inputs": [],
1167
+ "name": "DOMAIN_TYPEHASH",
1168
+ "outputs": [
1169
+ {
1170
+ "internalType": "bytes32",
1171
+ "name": "",
1172
+ "type": "bytes32"
1173
+ }
1174
+ ],
1175
+ "payable": false,
1176
+ "stateMutability": "view",
1177
+ "type": "function"
1178
+ },
1179
+ {
1180
+ "constant": true,
1181
+ "inputs": [],
1182
+ "name": "MAX_LOCK_PERIOD",
1183
+ "outputs": [
1184
+ {
1185
+ "internalType": "uint256",
1186
+ "name": "",
1187
+ "type": "uint256"
1188
+ }
1189
+ ],
1190
+ "payable": false,
1191
+ "stateMutability": "view",
1192
+ "type": "function"
1193
+ },
1194
+ {
1195
+ "constant": true,
1196
+ "inputs": [],
1197
+ "name": "SECONDS_PER_YEAR",
1198
+ "outputs": [
1199
+ {
1200
+ "internalType": "uint256",
1201
+ "name": "",
1202
+ "type": "uint256"
1203
+ }
1204
+ ],
1205
+ "payable": false,
1206
+ "stateMutability": "view",
1207
+ "type": "function"
1208
+ },
1209
+ {
1210
+ "constant": false,
1211
+ "inputs": [
1212
+ {
1213
+ "internalType": "contract XVSVaultProxy",
1214
+ "name": "xvsVaultProxy",
1215
+ "type": "address"
1216
+ }
1217
+ ],
1218
+ "name": "_become",
1219
+ "outputs": [],
1220
+ "payable": false,
1221
+ "stateMutability": "nonpayable",
1222
+ "type": "function"
1223
+ },
1224
+ {
1225
+ "constant": true,
1226
+ "inputs": [],
1227
+ "name": "accessControlManager",
1228
+ "outputs": [
1229
+ {
1230
+ "internalType": "contract IAccessControlManagerV5",
1231
+ "name": "",
1232
+ "type": "address"
1233
+ }
1234
+ ],
1235
+ "payable": false,
1236
+ "stateMutability": "view",
1237
+ "type": "function"
1238
+ },
1239
+ {
1240
+ "constant": false,
1241
+ "inputs": [
1242
+ {
1243
+ "internalType": "address",
1244
+ "name": "_rewardToken",
1245
+ "type": "address"
1246
+ },
1247
+ {
1248
+ "internalType": "uint256",
1249
+ "name": "_allocPoint",
1250
+ "type": "uint256"
1251
+ },
1252
+ {
1253
+ "internalType": "contract IBEP20",
1254
+ "name": "_token",
1255
+ "type": "address"
1256
+ },
1257
+ {
1258
+ "internalType": "uint256",
1259
+ "name": "_rewardPerBlockOrSecond",
1260
+ "type": "uint256"
1261
+ },
1262
+ {
1263
+ "internalType": "uint256",
1264
+ "name": "_lockPeriod",
1265
+ "type": "uint256"
1266
+ }
1267
+ ],
1268
+ "name": "add",
1269
+ "outputs": [],
1270
+ "payable": false,
1271
+ "stateMutability": "nonpayable",
1272
+ "type": "function"
1273
+ },
1274
+ {
1275
+ "constant": true,
1276
+ "inputs": [],
1277
+ "name": "admin",
1278
+ "outputs": [
1279
+ {
1280
+ "internalType": "address",
1281
+ "name": "",
1282
+ "type": "address"
1283
+ }
1284
+ ],
1285
+ "payable": false,
1286
+ "stateMutability": "view",
1287
+ "type": "function"
1288
+ },
1289
+ {
1290
+ "constant": true,
1291
+ "inputs": [],
1292
+ "name": "blocksOrSecondsPerYear",
1293
+ "outputs": [
1294
+ {
1295
+ "internalType": "uint256",
1296
+ "name": "",
1297
+ "type": "uint256"
1298
+ }
1299
+ ],
1300
+ "payable": false,
1301
+ "stateMutability": "view",
1302
+ "type": "function"
1303
+ },
1304
+ {
1305
+ "constant": true,
1306
+ "inputs": [
1307
+ {
1308
+ "internalType": "address",
1309
+ "name": "",
1310
+ "type": "address"
1311
+ },
1312
+ {
1313
+ "internalType": "uint32",
1314
+ "name": "",
1315
+ "type": "uint32"
1316
+ }
1317
+ ],
1318
+ "name": "checkpoints",
1319
+ "outputs": [
1320
+ {
1321
+ "internalType": "uint32",
1322
+ "name": "fromBlockOrSecond",
1323
+ "type": "uint32"
1324
+ },
1325
+ {
1326
+ "internalType": "uint96",
1327
+ "name": "votes",
1328
+ "type": "uint96"
1329
+ }
1330
+ ],
1331
+ "payable": false,
1332
+ "stateMutability": "view",
1333
+ "type": "function"
1334
+ },
1335
+ {
1336
+ "constant": false,
1337
+ "inputs": [
1338
+ {
1339
+ "internalType": "address",
1340
+ "name": "_account",
1341
+ "type": "address"
1342
+ },
1343
+ {
1344
+ "internalType": "address",
1345
+ "name": "_rewardToken",
1346
+ "type": "address"
1347
+ },
1348
+ {
1349
+ "internalType": "uint256",
1350
+ "name": "_pid",
1351
+ "type": "uint256"
1352
+ }
1353
+ ],
1354
+ "name": "claim",
1355
+ "outputs": [],
1356
+ "payable": false,
1357
+ "stateMutability": "nonpayable",
1358
+ "type": "function"
1359
+ },
1360
+ {
1361
+ "constant": false,
1362
+ "inputs": [
1363
+ {
1364
+ "internalType": "address",
1365
+ "name": "delegatee",
1366
+ "type": "address"
1367
+ }
1368
+ ],
1369
+ "name": "delegate",
1370
+ "outputs": [],
1371
+ "payable": false,
1372
+ "stateMutability": "nonpayable",
1373
+ "type": "function"
1374
+ },
1375
+ {
1376
+ "constant": false,
1377
+ "inputs": [
1378
+ {
1379
+ "internalType": "address",
1380
+ "name": "delegatee",
1381
+ "type": "address"
1382
+ },
1383
+ {
1384
+ "internalType": "uint256",
1385
+ "name": "nonce",
1386
+ "type": "uint256"
1387
+ },
1388
+ {
1389
+ "internalType": "uint256",
1390
+ "name": "expiry",
1391
+ "type": "uint256"
1392
+ },
1393
+ {
1394
+ "internalType": "uint8",
1395
+ "name": "v",
1396
+ "type": "uint8"
1397
+ },
1398
+ {
1399
+ "internalType": "bytes32",
1400
+ "name": "r",
1401
+ "type": "bytes32"
1402
+ },
1403
+ {
1404
+ "internalType": "bytes32",
1405
+ "name": "s",
1406
+ "type": "bytes32"
1407
+ }
1408
+ ],
1409
+ "name": "delegateBySig",
1410
+ "outputs": [],
1411
+ "payable": false,
1412
+ "stateMutability": "nonpayable",
1413
+ "type": "function"
1414
+ },
1415
+ {
1416
+ "constant": true,
1417
+ "inputs": [
1418
+ {
1419
+ "internalType": "address",
1420
+ "name": "",
1421
+ "type": "address"
1422
+ }
1423
+ ],
1424
+ "name": "delegates",
1425
+ "outputs": [
1426
+ {
1427
+ "internalType": "address",
1428
+ "name": "",
1429
+ "type": "address"
1430
+ }
1431
+ ],
1432
+ "payable": false,
1433
+ "stateMutability": "view",
1434
+ "type": "function"
1435
+ },
1436
+ {
1437
+ "constant": false,
1438
+ "inputs": [
1439
+ {
1440
+ "internalType": "address",
1441
+ "name": "_rewardToken",
1442
+ "type": "address"
1443
+ },
1444
+ {
1445
+ "internalType": "uint256",
1446
+ "name": "_pid",
1447
+ "type": "uint256"
1448
+ },
1449
+ {
1450
+ "internalType": "uint256",
1451
+ "name": "_amount",
1452
+ "type": "uint256"
1453
+ }
1454
+ ],
1455
+ "name": "deposit",
1456
+ "outputs": [],
1457
+ "payable": false,
1458
+ "stateMutability": "nonpayable",
1459
+ "type": "function"
1460
+ },
1461
+ {
1462
+ "constant": false,
1463
+ "inputs": [
1464
+ {
1465
+ "internalType": "address",
1466
+ "name": "_rewardToken",
1467
+ "type": "address"
1468
+ },
1469
+ {
1470
+ "internalType": "uint256",
1471
+ "name": "_pid",
1472
+ "type": "uint256"
1473
+ }
1474
+ ],
1475
+ "name": "executeWithdrawal",
1476
+ "outputs": [],
1477
+ "payable": false,
1478
+ "stateMutability": "nonpayable",
1479
+ "type": "function"
1480
+ },
1481
+ {
1482
+ "constant": true,
1483
+ "inputs": [],
1484
+ "name": "getBlockNumberOrTimestamp",
1485
+ "outputs": [
1486
+ {
1487
+ "internalType": "uint256",
1488
+ "name": "",
1489
+ "type": "uint256"
1490
+ }
1491
+ ],
1492
+ "payable": false,
1493
+ "stateMutability": "view",
1494
+ "type": "function"
1495
+ },
1496
+ {
1497
+ "constant": true,
1498
+ "inputs": [
1499
+ {
1500
+ "internalType": "address",
1501
+ "name": "account",
1502
+ "type": "address"
1503
+ }
1504
+ ],
1505
+ "name": "getCurrentVotes",
1506
+ "outputs": [
1507
+ {
1508
+ "internalType": "uint96",
1509
+ "name": "",
1510
+ "type": "uint96"
1511
+ }
1512
+ ],
1513
+ "payable": false,
1514
+ "stateMutability": "view",
1515
+ "type": "function"
1516
+ },
1517
+ {
1518
+ "constant": true,
1519
+ "inputs": [
1520
+ {
1521
+ "internalType": "address",
1522
+ "name": "_rewardToken",
1523
+ "type": "address"
1524
+ },
1525
+ {
1526
+ "internalType": "uint256",
1527
+ "name": "_pid",
1528
+ "type": "uint256"
1529
+ },
1530
+ {
1531
+ "internalType": "address",
1532
+ "name": "_user",
1533
+ "type": "address"
1534
+ }
1535
+ ],
1536
+ "name": "getEligibleWithdrawalAmount",
1537
+ "outputs": [
1538
+ {
1539
+ "internalType": "uint256",
1540
+ "name": "withdrawalAmount",
1541
+ "type": "uint256"
1542
+ }
1543
+ ],
1544
+ "payable": false,
1545
+ "stateMutability": "view",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "constant": true,
1550
+ "inputs": [
1551
+ {
1552
+ "internalType": "address",
1553
+ "name": "account",
1554
+ "type": "address"
1555
+ },
1556
+ {
1557
+ "internalType": "uint256",
1558
+ "name": "blockNumberOrSecond",
1559
+ "type": "uint256"
1560
+ }
1561
+ ],
1562
+ "name": "getPriorVotes",
1563
+ "outputs": [
1564
+ {
1565
+ "internalType": "uint96",
1566
+ "name": "",
1567
+ "type": "uint96"
1568
+ }
1569
+ ],
1570
+ "payable": false,
1571
+ "stateMutability": "view",
1572
+ "type": "function"
1573
+ },
1574
+ {
1575
+ "constant": true,
1576
+ "inputs": [
1577
+ {
1578
+ "internalType": "address",
1579
+ "name": "_rewardToken",
1580
+ "type": "address"
1581
+ },
1582
+ {
1583
+ "internalType": "uint256",
1584
+ "name": "_pid",
1585
+ "type": "uint256"
1586
+ },
1587
+ {
1588
+ "internalType": "address",
1589
+ "name": "_user",
1590
+ "type": "address"
1591
+ }
1592
+ ],
1593
+ "name": "getRequestedAmount",
1594
+ "outputs": [
1595
+ {
1596
+ "internalType": "uint256",
1597
+ "name": "",
1598
+ "type": "uint256"
1599
+ }
1600
+ ],
1601
+ "payable": false,
1602
+ "stateMutability": "view",
1603
+ "type": "function"
1604
+ },
1605
+ {
1606
+ "constant": true,
1607
+ "inputs": [
1608
+ {
1609
+ "internalType": "address",
1610
+ "name": "_rewardToken",
1611
+ "type": "address"
1612
+ },
1613
+ {
1614
+ "internalType": "uint256",
1615
+ "name": "_pid",
1616
+ "type": "uint256"
1617
+ },
1618
+ {
1619
+ "internalType": "address",
1620
+ "name": "_user",
1621
+ "type": "address"
1622
+ }
1623
+ ],
1624
+ "name": "getUserInfo",
1625
+ "outputs": [
1626
+ {
1627
+ "internalType": "uint256",
1628
+ "name": "amount",
1629
+ "type": "uint256"
1630
+ },
1631
+ {
1632
+ "internalType": "uint256",
1633
+ "name": "rewardDebt",
1634
+ "type": "uint256"
1635
+ },
1636
+ {
1637
+ "internalType": "uint256",
1638
+ "name": "pendingWithdrawals",
1639
+ "type": "uint256"
1640
+ }
1641
+ ],
1642
+ "payable": false,
1643
+ "stateMutability": "view",
1644
+ "type": "function"
1645
+ },
1646
+ {
1647
+ "constant": true,
1648
+ "inputs": [
1649
+ {
1650
+ "internalType": "address",
1651
+ "name": "_rewardToken",
1652
+ "type": "address"
1653
+ },
1654
+ {
1655
+ "internalType": "uint256",
1656
+ "name": "_pid",
1657
+ "type": "uint256"
1658
+ },
1659
+ {
1660
+ "internalType": "address",
1661
+ "name": "_user",
1662
+ "type": "address"
1663
+ }
1664
+ ],
1665
+ "name": "getWithdrawalRequests",
1666
+ "outputs": [
1667
+ {
1668
+ "components": [
1669
+ {
1670
+ "internalType": "uint256",
1671
+ "name": "amount",
1672
+ "type": "uint256"
1673
+ },
1674
+ {
1675
+ "internalType": "uint128",
1676
+ "name": "lockedUntil",
1677
+ "type": "uint128"
1678
+ },
1679
+ {
1680
+ "internalType": "uint128",
1681
+ "name": "afterUpgrade",
1682
+ "type": "uint128"
1683
+ }
1684
+ ],
1685
+ "internalType": "struct XVSVaultStorageV1.WithdrawalRequest[]",
1686
+ "name": "",
1687
+ "type": "tuple[]"
1688
+ }
1689
+ ],
1690
+ "payable": false,
1691
+ "stateMutability": "view",
1692
+ "type": "function"
1693
+ },
1694
+ {
1695
+ "constant": true,
1696
+ "inputs": [],
1697
+ "name": "implementation",
1698
+ "outputs": [
1699
+ {
1700
+ "internalType": "address",
1701
+ "name": "",
1702
+ "type": "address"
1703
+ }
1704
+ ],
1705
+ "payable": false,
1706
+ "stateMutability": "view",
1707
+ "type": "function"
1708
+ },
1709
+ {
1710
+ "constant": false,
1711
+ "inputs": [
1712
+ {
1713
+ "internalType": "bool",
1714
+ "name": "timeBased_",
1715
+ "type": "bool"
1716
+ },
1717
+ {
1718
+ "internalType": "uint256",
1719
+ "name": "blocksPerYear_",
1720
+ "type": "uint256"
1721
+ }
1722
+ ],
1723
+ "name": "initializeTimeManager",
1724
+ "outputs": [],
1725
+ "payable": false,
1726
+ "stateMutability": "nonpayable",
1727
+ "type": "function"
1728
+ },
1729
+ {
1730
+ "constant": true,
1731
+ "inputs": [
1732
+ {
1733
+ "internalType": "address",
1734
+ "name": "",
1735
+ "type": "address"
1736
+ }
1737
+ ],
1738
+ "name": "isStakedToken",
1739
+ "outputs": [
1740
+ {
1741
+ "internalType": "bool",
1742
+ "name": "",
1743
+ "type": "bool"
1744
+ }
1745
+ ],
1746
+ "payable": false,
1747
+ "stateMutability": "view",
1748
+ "type": "function"
1749
+ },
1750
+ {
1751
+ "constant": true,
1752
+ "inputs": [],
1753
+ "name": "isTimeBased",
1754
+ "outputs": [
1755
+ {
1756
+ "internalType": "bool",
1757
+ "name": "",
1758
+ "type": "bool"
1759
+ }
1760
+ ],
1761
+ "payable": false,
1762
+ "stateMutability": "view",
1763
+ "type": "function"
1764
+ },
1765
+ {
1766
+ "constant": true,
1767
+ "inputs": [
1768
+ {
1769
+ "internalType": "address",
1770
+ "name": "",
1771
+ "type": "address"
1772
+ }
1773
+ ],
1774
+ "name": "nonces",
1775
+ "outputs": [
1776
+ {
1777
+ "internalType": "uint256",
1778
+ "name": "",
1779
+ "type": "uint256"
1780
+ }
1781
+ ],
1782
+ "payable": false,
1783
+ "stateMutability": "view",
1784
+ "type": "function"
1785
+ },
1786
+ {
1787
+ "constant": true,
1788
+ "inputs": [
1789
+ {
1790
+ "internalType": "address",
1791
+ "name": "",
1792
+ "type": "address"
1793
+ }
1794
+ ],
1795
+ "name": "numCheckpoints",
1796
+ "outputs": [
1797
+ {
1798
+ "internalType": "uint32",
1799
+ "name": "",
1800
+ "type": "uint32"
1801
+ }
1802
+ ],
1803
+ "payable": false,
1804
+ "stateMutability": "view",
1805
+ "type": "function"
1806
+ },
1807
+ {
1808
+ "constant": false,
1809
+ "inputs": [],
1810
+ "name": "pause",
1811
+ "outputs": [],
1812
+ "payable": false,
1813
+ "stateMutability": "nonpayable",
1814
+ "type": "function"
1815
+ },
1816
+ {
1817
+ "constant": true,
1818
+ "inputs": [],
1819
+ "name": "pendingAdmin",
1820
+ "outputs": [
1821
+ {
1822
+ "internalType": "address",
1823
+ "name": "",
1824
+ "type": "address"
1825
+ }
1826
+ ],
1827
+ "payable": false,
1828
+ "stateMutability": "view",
1829
+ "type": "function"
1830
+ },
1831
+ {
1832
+ "constant": true,
1833
+ "inputs": [
1834
+ {
1835
+ "internalType": "address",
1836
+ "name": "_rewardToken",
1837
+ "type": "address"
1838
+ },
1839
+ {
1840
+ "internalType": "uint256",
1841
+ "name": "_pid",
1842
+ "type": "uint256"
1843
+ },
1844
+ {
1845
+ "internalType": "address",
1846
+ "name": "_user",
1847
+ "type": "address"
1848
+ }
1849
+ ],
1850
+ "name": "pendingReward",
1851
+ "outputs": [
1852
+ {
1853
+ "internalType": "uint256",
1854
+ "name": "",
1855
+ "type": "uint256"
1856
+ }
1857
+ ],
1858
+ "payable": false,
1859
+ "stateMutability": "view",
1860
+ "type": "function"
1861
+ },
1862
+ {
1863
+ "constant": true,
1864
+ "inputs": [
1865
+ {
1866
+ "internalType": "address",
1867
+ "name": "",
1868
+ "type": "address"
1869
+ },
1870
+ {
1871
+ "internalType": "address",
1872
+ "name": "",
1873
+ "type": "address"
1874
+ }
1875
+ ],
1876
+ "name": "pendingRewardTransfers",
1877
+ "outputs": [
1878
+ {
1879
+ "internalType": "uint256",
1880
+ "name": "",
1881
+ "type": "uint256"
1882
+ }
1883
+ ],
1884
+ "payable": false,
1885
+ "stateMutability": "view",
1886
+ "type": "function"
1887
+ },
1888
+ {
1889
+ "constant": true,
1890
+ "inputs": [
1891
+ {
1892
+ "internalType": "address",
1893
+ "name": "_rewardToken",
1894
+ "type": "address"
1895
+ },
1896
+ {
1897
+ "internalType": "uint256",
1898
+ "name": "_pid",
1899
+ "type": "uint256"
1900
+ },
1901
+ {
1902
+ "internalType": "address",
1903
+ "name": "_user",
1904
+ "type": "address"
1905
+ }
1906
+ ],
1907
+ "name": "pendingWithdrawalsBeforeUpgrade",
1908
+ "outputs": [
1909
+ {
1910
+ "internalType": "uint256",
1911
+ "name": "beforeUpgradeWithdrawalAmount",
1912
+ "type": "uint256"
1913
+ }
1914
+ ],
1915
+ "payable": false,
1916
+ "stateMutability": "view",
1917
+ "type": "function"
1918
+ },
1919
+ {
1920
+ "constant": true,
1921
+ "inputs": [],
1922
+ "name": "pendingXVSVaultImplementation",
1923
+ "outputs": [
1924
+ {
1925
+ "internalType": "address",
1926
+ "name": "",
1927
+ "type": "address"
1928
+ }
1929
+ ],
1930
+ "payable": false,
1931
+ "stateMutability": "view",
1932
+ "type": "function"
1933
+ },
1934
+ {
1935
+ "constant": true,
1936
+ "inputs": [
1937
+ {
1938
+ "internalType": "address",
1939
+ "name": "",
1940
+ "type": "address"
1941
+ },
1942
+ {
1943
+ "internalType": "uint256",
1944
+ "name": "",
1945
+ "type": "uint256"
1946
+ }
1947
+ ],
1948
+ "name": "poolInfos",
1949
+ "outputs": [
1950
+ {
1951
+ "internalType": "contract IBEP20",
1952
+ "name": "token",
1953
+ "type": "address"
1954
+ },
1955
+ {
1956
+ "internalType": "uint256",
1957
+ "name": "allocPoint",
1958
+ "type": "uint256"
1959
+ },
1960
+ {
1961
+ "internalType": "uint256",
1962
+ "name": "lastRewardBlockOrSecond",
1963
+ "type": "uint256"
1964
+ },
1965
+ {
1966
+ "internalType": "uint256",
1967
+ "name": "accRewardPerShare",
1968
+ "type": "uint256"
1969
+ },
1970
+ {
1971
+ "internalType": "uint256",
1972
+ "name": "lockPeriod",
1973
+ "type": "uint256"
1974
+ }
1975
+ ],
1976
+ "payable": false,
1977
+ "stateMutability": "view",
1978
+ "type": "function"
1979
+ },
1980
+ {
1981
+ "constant": true,
1982
+ "inputs": [
1983
+ {
1984
+ "internalType": "address",
1985
+ "name": "rewardToken",
1986
+ "type": "address"
1987
+ }
1988
+ ],
1989
+ "name": "poolLength",
1990
+ "outputs": [
1991
+ {
1992
+ "internalType": "uint256",
1993
+ "name": "",
1994
+ "type": "uint256"
1995
+ }
1996
+ ],
1997
+ "payable": false,
1998
+ "stateMutability": "view",
1999
+ "type": "function"
2000
+ },
2001
+ {
2002
+ "constant": true,
2003
+ "inputs": [],
2004
+ "name": "primePoolId",
2005
+ "outputs": [
2006
+ {
2007
+ "internalType": "uint256",
2008
+ "name": "",
2009
+ "type": "uint256"
2010
+ }
2011
+ ],
2012
+ "payable": false,
2013
+ "stateMutability": "view",
2014
+ "type": "function"
2015
+ },
2016
+ {
2017
+ "constant": true,
2018
+ "inputs": [],
2019
+ "name": "primeRewardToken",
2020
+ "outputs": [
2021
+ {
2022
+ "internalType": "address",
2023
+ "name": "",
2024
+ "type": "address"
2025
+ }
2026
+ ],
2027
+ "payable": false,
2028
+ "stateMutability": "view",
2029
+ "type": "function"
2030
+ },
2031
+ {
2032
+ "constant": true,
2033
+ "inputs": [],
2034
+ "name": "primeToken",
2035
+ "outputs": [
2036
+ {
2037
+ "internalType": "contract IPrime",
2038
+ "name": "",
2039
+ "type": "address"
2040
+ }
2041
+ ],
2042
+ "payable": false,
2043
+ "stateMutability": "view",
2044
+ "type": "function"
2045
+ },
2046
+ {
2047
+ "constant": false,
2048
+ "inputs": [
2049
+ {
2050
+ "internalType": "address",
2051
+ "name": "_rewardToken",
2052
+ "type": "address"
2053
+ },
2054
+ {
2055
+ "internalType": "uint256",
2056
+ "name": "_pid",
2057
+ "type": "uint256"
2058
+ },
2059
+ {
2060
+ "internalType": "uint256",
2061
+ "name": "_amount",
2062
+ "type": "uint256"
2063
+ }
2064
+ ],
2065
+ "name": "requestWithdrawal",
2066
+ "outputs": [],
2067
+ "payable": false,
2068
+ "stateMutability": "nonpayable",
2069
+ "type": "function"
2070
+ },
2071
+ {
2072
+ "constant": false,
2073
+ "inputs": [],
2074
+ "name": "resume",
2075
+ "outputs": [],
2076
+ "payable": false,
2077
+ "stateMutability": "nonpayable",
2078
+ "type": "function"
2079
+ },
2080
+ {
2081
+ "constant": true,
2082
+ "inputs": [
2083
+ {
2084
+ "internalType": "address",
2085
+ "name": "_rewardToken",
2086
+ "type": "address"
2087
+ }
2088
+ ],
2089
+ "name": "rewardTokenAmountsPerBlock",
2090
+ "outputs": [
2091
+ {
2092
+ "internalType": "uint256",
2093
+ "name": "",
2094
+ "type": "uint256"
2095
+ }
2096
+ ],
2097
+ "payable": false,
2098
+ "stateMutability": "view",
2099
+ "type": "function"
2100
+ },
2101
+ {
2102
+ "constant": true,
2103
+ "inputs": [
2104
+ {
2105
+ "internalType": "address",
2106
+ "name": "",
2107
+ "type": "address"
2108
+ }
2109
+ ],
2110
+ "name": "rewardTokenAmountsPerBlockOrSecond",
2111
+ "outputs": [
2112
+ {
2113
+ "internalType": "uint256",
2114
+ "name": "",
2115
+ "type": "uint256"
2116
+ }
2117
+ ],
2118
+ "payable": false,
2119
+ "stateMutability": "view",
2120
+ "type": "function"
2121
+ },
2122
+ {
2123
+ "constant": false,
2124
+ "inputs": [
2125
+ {
2126
+ "internalType": "address",
2127
+ "name": "_rewardToken",
2128
+ "type": "address"
2129
+ },
2130
+ {
2131
+ "internalType": "uint256",
2132
+ "name": "_pid",
2133
+ "type": "uint256"
2134
+ },
2135
+ {
2136
+ "internalType": "uint256",
2137
+ "name": "_allocPoint",
2138
+ "type": "uint256"
2139
+ }
2140
+ ],
2141
+ "name": "set",
2142
+ "outputs": [],
2143
+ "payable": false,
2144
+ "stateMutability": "nonpayable",
2145
+ "type": "function"
2146
+ },
2147
+ {
2148
+ "constant": false,
2149
+ "inputs": [
2150
+ {
2151
+ "internalType": "address",
2152
+ "name": "newAccessControlAddress",
2153
+ "type": "address"
2154
+ }
2155
+ ],
2156
+ "name": "setAccessControl",
2157
+ "outputs": [],
2158
+ "payable": false,
2159
+ "stateMutability": "nonpayable",
2160
+ "type": "function"
2161
+ },
2162
+ {
2163
+ "constant": false,
2164
+ "inputs": [
2165
+ {
2166
+ "internalType": "contract IPrime",
2167
+ "name": "_primeToken",
2168
+ "type": "address"
2169
+ },
2170
+ {
2171
+ "internalType": "address",
2172
+ "name": "_primeRewardToken",
2173
+ "type": "address"
2174
+ },
2175
+ {
2176
+ "internalType": "uint256",
2177
+ "name": "_primePoolId",
2178
+ "type": "uint256"
2179
+ }
2180
+ ],
2181
+ "name": "setPrimeToken",
2182
+ "outputs": [],
2183
+ "payable": false,
2184
+ "stateMutability": "nonpayable",
2185
+ "type": "function"
2186
+ },
2187
+ {
2188
+ "constant": false,
2189
+ "inputs": [
2190
+ {
2191
+ "internalType": "address",
2192
+ "name": "_rewardToken",
2193
+ "type": "address"
2194
+ },
2195
+ {
2196
+ "internalType": "uint256",
2197
+ "name": "_rewardAmount",
2198
+ "type": "uint256"
2199
+ }
2200
+ ],
2201
+ "name": "setRewardAmountPerBlockOrSecond",
2202
+ "outputs": [],
2203
+ "payable": false,
2204
+ "stateMutability": "nonpayable",
2205
+ "type": "function"
2206
+ },
2207
+ {
2208
+ "constant": false,
2209
+ "inputs": [
2210
+ {
2211
+ "internalType": "address",
2212
+ "name": "_rewardToken",
2213
+ "type": "address"
2214
+ },
2215
+ {
2216
+ "internalType": "uint256",
2217
+ "name": "_pid",
2218
+ "type": "uint256"
2219
+ },
2220
+ {
2221
+ "internalType": "uint256",
2222
+ "name": "_newPeriod",
2223
+ "type": "uint256"
2224
+ }
2225
+ ],
2226
+ "name": "setWithdrawalLockingPeriod",
2227
+ "outputs": [],
2228
+ "payable": false,
2229
+ "stateMutability": "nonpayable",
2230
+ "type": "function"
2231
+ },
2232
+ {
2233
+ "constant": false,
2234
+ "inputs": [
2235
+ {
2236
+ "internalType": "address",
2237
+ "name": "_xvs",
2238
+ "type": "address"
2239
+ },
2240
+ {
2241
+ "internalType": "address",
2242
+ "name": "_xvsStore",
2243
+ "type": "address"
2244
+ }
2245
+ ],
2246
+ "name": "setXvsStore",
2247
+ "outputs": [],
2248
+ "payable": false,
2249
+ "stateMutability": "nonpayable",
2250
+ "type": "function"
2251
+ },
2252
+ {
2253
+ "constant": true,
2254
+ "inputs": [
2255
+ {
2256
+ "internalType": "address",
2257
+ "name": "",
2258
+ "type": "address"
2259
+ }
2260
+ ],
2261
+ "name": "totalAllocPoints",
2262
+ "outputs": [
2263
+ {
2264
+ "internalType": "uint256",
2265
+ "name": "",
2266
+ "type": "uint256"
2267
+ }
2268
+ ],
2269
+ "payable": false,
2270
+ "stateMutability": "view",
2271
+ "type": "function"
2272
+ },
2273
+ {
2274
+ "constant": true,
2275
+ "inputs": [
2276
+ {
2277
+ "internalType": "address",
2278
+ "name": "",
2279
+ "type": "address"
2280
+ },
2281
+ {
2282
+ "internalType": "uint256",
2283
+ "name": "",
2284
+ "type": "uint256"
2285
+ }
2286
+ ],
2287
+ "name": "totalPendingWithdrawals",
2288
+ "outputs": [
2289
+ {
2290
+ "internalType": "uint256",
2291
+ "name": "",
2292
+ "type": "uint256"
2293
+ }
2294
+ ],
2295
+ "payable": false,
2296
+ "stateMutability": "view",
2297
+ "type": "function"
2298
+ },
2299
+ {
2300
+ "constant": false,
2301
+ "inputs": [
2302
+ {
2303
+ "internalType": "address",
2304
+ "name": "_rewardToken",
2305
+ "type": "address"
2306
+ },
2307
+ {
2308
+ "internalType": "uint256",
2309
+ "name": "_pid",
2310
+ "type": "uint256"
2311
+ }
2312
+ ],
2313
+ "name": "updatePool",
2314
+ "outputs": [],
2315
+ "payable": false,
2316
+ "stateMutability": "nonpayable",
2317
+ "type": "function"
2318
+ },
2319
+ {
2320
+ "constant": true,
2321
+ "inputs": [],
2322
+ "name": "vaultPaused",
2323
+ "outputs": [
2324
+ {
2325
+ "internalType": "bool",
2326
+ "name": "",
2327
+ "type": "bool"
2328
+ }
2329
+ ],
2330
+ "payable": false,
2331
+ "stateMutability": "view",
2332
+ "type": "function"
2333
+ },
2334
+ {
2335
+ "constant": true,
2336
+ "inputs": [],
2337
+ "name": "xvsAddress",
2338
+ "outputs": [
2339
+ {
2340
+ "internalType": "address",
2341
+ "name": "",
2342
+ "type": "address"
2343
+ }
2344
+ ],
2345
+ "payable": false,
2346
+ "stateMutability": "view",
2347
+ "type": "function"
2348
+ },
2349
+ {
2350
+ "constant": true,
2351
+ "inputs": [],
2352
+ "name": "xvsStore",
2353
+ "outputs": [
2354
+ {
2355
+ "internalType": "address",
2356
+ "name": "",
2357
+ "type": "address"
2358
+ }
2359
+ ],
2360
+ "payable": false,
2361
+ "stateMutability": "view",
2362
+ "type": "function"
2363
+ }
2364
+ ]
198
2365
  }
199
2366
  }
200
2367
  }