@reserve-protocol/sdk 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2978 -1
  2. package/package.json +6 -1
package/dist/index.d.mts CHANGED
@@ -127239,6 +127239,2983 @@ declare function createIndexDtfRef(client: DtfClient, params: DtfParams): {
127239
127239
  }], "distributeFees">;
127240
127240
  };
127241
127241
  //#endregion
127242
+ //#region src/index-dtf/abis/dtf-index-governance.d.ts
127243
+ declare const dtfIndexGovernanceAbi: readonly [{
127244
+ readonly type: "constructor";
127245
+ readonly inputs: readonly [];
127246
+ readonly stateMutability: "nonpayable";
127247
+ }, {
127248
+ readonly type: "receive";
127249
+ readonly stateMutability: "payable";
127250
+ }, {
127251
+ readonly type: "function";
127252
+ readonly name: "BALLOT_TYPEHASH";
127253
+ readonly inputs: readonly [];
127254
+ readonly outputs: readonly [{
127255
+ readonly name: "";
127256
+ readonly type: "bytes32";
127257
+ readonly internalType: "bytes32";
127258
+ }];
127259
+ readonly stateMutability: "view";
127260
+ }, {
127261
+ readonly type: "function";
127262
+ readonly name: "CLOCK_MODE";
127263
+ readonly inputs: readonly [];
127264
+ readonly outputs: readonly [{
127265
+ readonly name: "";
127266
+ readonly type: "string";
127267
+ readonly internalType: "string";
127268
+ }];
127269
+ readonly stateMutability: "view";
127270
+ }, {
127271
+ readonly type: "function";
127272
+ readonly name: "COUNTING_MODE";
127273
+ readonly inputs: readonly [];
127274
+ readonly outputs: readonly [{
127275
+ readonly name: "";
127276
+ readonly type: "string";
127277
+ readonly internalType: "string";
127278
+ }];
127279
+ readonly stateMutability: "pure";
127280
+ }, {
127281
+ readonly type: "function";
127282
+ readonly name: "EXTENDED_BALLOT_TYPEHASH";
127283
+ readonly inputs: readonly [];
127284
+ readonly outputs: readonly [{
127285
+ readonly name: "";
127286
+ readonly type: "bytes32";
127287
+ readonly internalType: "bytes32";
127288
+ }];
127289
+ readonly stateMutability: "view";
127290
+ }, {
127291
+ readonly type: "function";
127292
+ readonly name: "cancel";
127293
+ readonly inputs: readonly [{
127294
+ readonly name: "targets";
127295
+ readonly type: "address[]";
127296
+ readonly internalType: "address[]";
127297
+ }, {
127298
+ readonly name: "values";
127299
+ readonly type: "uint256[]";
127300
+ readonly internalType: "uint256[]";
127301
+ }, {
127302
+ readonly name: "calldatas";
127303
+ readonly type: "bytes[]";
127304
+ readonly internalType: "bytes[]";
127305
+ }, {
127306
+ readonly name: "descriptionHash";
127307
+ readonly type: "bytes32";
127308
+ readonly internalType: "bytes32";
127309
+ }];
127310
+ readonly outputs: readonly [{
127311
+ readonly name: "";
127312
+ readonly type: "uint256";
127313
+ readonly internalType: "uint256";
127314
+ }];
127315
+ readonly stateMutability: "nonpayable";
127316
+ }, {
127317
+ readonly type: "function";
127318
+ readonly name: "castVote";
127319
+ readonly inputs: readonly [{
127320
+ readonly name: "proposalId";
127321
+ readonly type: "uint256";
127322
+ readonly internalType: "uint256";
127323
+ }, {
127324
+ readonly name: "support";
127325
+ readonly type: "uint8";
127326
+ readonly internalType: "uint8";
127327
+ }];
127328
+ readonly outputs: readonly [{
127329
+ readonly name: "";
127330
+ readonly type: "uint256";
127331
+ readonly internalType: "uint256";
127332
+ }];
127333
+ readonly stateMutability: "nonpayable";
127334
+ }, {
127335
+ readonly type: "function";
127336
+ readonly name: "castVoteBySig";
127337
+ readonly inputs: readonly [{
127338
+ readonly name: "proposalId";
127339
+ readonly type: "uint256";
127340
+ readonly internalType: "uint256";
127341
+ }, {
127342
+ readonly name: "support";
127343
+ readonly type: "uint8";
127344
+ readonly internalType: "uint8";
127345
+ }, {
127346
+ readonly name: "voter";
127347
+ readonly type: "address";
127348
+ readonly internalType: "address";
127349
+ }, {
127350
+ readonly name: "signature";
127351
+ readonly type: "bytes";
127352
+ readonly internalType: "bytes";
127353
+ }];
127354
+ readonly outputs: readonly [{
127355
+ readonly name: "";
127356
+ readonly type: "uint256";
127357
+ readonly internalType: "uint256";
127358
+ }];
127359
+ readonly stateMutability: "nonpayable";
127360
+ }, {
127361
+ readonly type: "function";
127362
+ readonly name: "castVoteWithReason";
127363
+ readonly inputs: readonly [{
127364
+ readonly name: "proposalId";
127365
+ readonly type: "uint256";
127366
+ readonly internalType: "uint256";
127367
+ }, {
127368
+ readonly name: "support";
127369
+ readonly type: "uint8";
127370
+ readonly internalType: "uint8";
127371
+ }, {
127372
+ readonly name: "reason";
127373
+ readonly type: "string";
127374
+ readonly internalType: "string";
127375
+ }];
127376
+ readonly outputs: readonly [{
127377
+ readonly name: "";
127378
+ readonly type: "uint256";
127379
+ readonly internalType: "uint256";
127380
+ }];
127381
+ readonly stateMutability: "nonpayable";
127382
+ }, {
127383
+ readonly type: "function";
127384
+ readonly name: "castVoteWithReasonAndParams";
127385
+ readonly inputs: readonly [{
127386
+ readonly name: "proposalId";
127387
+ readonly type: "uint256";
127388
+ readonly internalType: "uint256";
127389
+ }, {
127390
+ readonly name: "support";
127391
+ readonly type: "uint8";
127392
+ readonly internalType: "uint8";
127393
+ }, {
127394
+ readonly name: "reason";
127395
+ readonly type: "string";
127396
+ readonly internalType: "string";
127397
+ }, {
127398
+ readonly name: "params";
127399
+ readonly type: "bytes";
127400
+ readonly internalType: "bytes";
127401
+ }];
127402
+ readonly outputs: readonly [{
127403
+ readonly name: "";
127404
+ readonly type: "uint256";
127405
+ readonly internalType: "uint256";
127406
+ }];
127407
+ readonly stateMutability: "nonpayable";
127408
+ }, {
127409
+ readonly type: "function";
127410
+ readonly name: "castVoteWithReasonAndParamsBySig";
127411
+ readonly inputs: readonly [{
127412
+ readonly name: "proposalId";
127413
+ readonly type: "uint256";
127414
+ readonly internalType: "uint256";
127415
+ }, {
127416
+ readonly name: "support";
127417
+ readonly type: "uint8";
127418
+ readonly internalType: "uint8";
127419
+ }, {
127420
+ readonly name: "voter";
127421
+ readonly type: "address";
127422
+ readonly internalType: "address";
127423
+ }, {
127424
+ readonly name: "reason";
127425
+ readonly type: "string";
127426
+ readonly internalType: "string";
127427
+ }, {
127428
+ readonly name: "params";
127429
+ readonly type: "bytes";
127430
+ readonly internalType: "bytes";
127431
+ }, {
127432
+ readonly name: "signature";
127433
+ readonly type: "bytes";
127434
+ readonly internalType: "bytes";
127435
+ }];
127436
+ readonly outputs: readonly [{
127437
+ readonly name: "";
127438
+ readonly type: "uint256";
127439
+ readonly internalType: "uint256";
127440
+ }];
127441
+ readonly stateMutability: "nonpayable";
127442
+ }, {
127443
+ readonly type: "function";
127444
+ readonly name: "clock";
127445
+ readonly inputs: readonly [];
127446
+ readonly outputs: readonly [{
127447
+ readonly name: "";
127448
+ readonly type: "uint48";
127449
+ readonly internalType: "uint48";
127450
+ }];
127451
+ readonly stateMutability: "view";
127452
+ }, {
127453
+ readonly type: "function";
127454
+ readonly name: "eip712Domain";
127455
+ readonly inputs: readonly [];
127456
+ readonly outputs: readonly [{
127457
+ readonly name: "fields";
127458
+ readonly type: "bytes1";
127459
+ readonly internalType: "bytes1";
127460
+ }, {
127461
+ readonly name: "name";
127462
+ readonly type: "string";
127463
+ readonly internalType: "string";
127464
+ }, {
127465
+ readonly name: "version";
127466
+ readonly type: "string";
127467
+ readonly internalType: "string";
127468
+ }, {
127469
+ readonly name: "chainId";
127470
+ readonly type: "uint256";
127471
+ readonly internalType: "uint256";
127472
+ }, {
127473
+ readonly name: "verifyingContract";
127474
+ readonly type: "address";
127475
+ readonly internalType: "address";
127476
+ }, {
127477
+ readonly name: "salt";
127478
+ readonly type: "bytes32";
127479
+ readonly internalType: "bytes32";
127480
+ }, {
127481
+ readonly name: "extensions";
127482
+ readonly type: "uint256[]";
127483
+ readonly internalType: "uint256[]";
127484
+ }];
127485
+ readonly stateMutability: "view";
127486
+ }, {
127487
+ readonly type: "function";
127488
+ readonly name: "execute";
127489
+ readonly inputs: readonly [{
127490
+ readonly name: "targets";
127491
+ readonly type: "address[]";
127492
+ readonly internalType: "address[]";
127493
+ }, {
127494
+ readonly name: "values";
127495
+ readonly type: "uint256[]";
127496
+ readonly internalType: "uint256[]";
127497
+ }, {
127498
+ readonly name: "calldatas";
127499
+ readonly type: "bytes[]";
127500
+ readonly internalType: "bytes[]";
127501
+ }, {
127502
+ readonly name: "descriptionHash";
127503
+ readonly type: "bytes32";
127504
+ readonly internalType: "bytes32";
127505
+ }];
127506
+ readonly outputs: readonly [{
127507
+ readonly name: "";
127508
+ readonly type: "uint256";
127509
+ readonly internalType: "uint256";
127510
+ }];
127511
+ readonly stateMutability: "payable";
127512
+ }, {
127513
+ readonly type: "function";
127514
+ readonly name: "getVotes";
127515
+ readonly inputs: readonly [{
127516
+ readonly name: "account";
127517
+ readonly type: "address";
127518
+ readonly internalType: "address";
127519
+ }, {
127520
+ readonly name: "timepoint";
127521
+ readonly type: "uint256";
127522
+ readonly internalType: "uint256";
127523
+ }];
127524
+ readonly outputs: readonly [{
127525
+ readonly name: "";
127526
+ readonly type: "uint256";
127527
+ readonly internalType: "uint256";
127528
+ }];
127529
+ readonly stateMutability: "view";
127530
+ }, {
127531
+ readonly type: "function";
127532
+ readonly name: "getVotesWithParams";
127533
+ readonly inputs: readonly [{
127534
+ readonly name: "account";
127535
+ readonly type: "address";
127536
+ readonly internalType: "address";
127537
+ }, {
127538
+ readonly name: "timepoint";
127539
+ readonly type: "uint256";
127540
+ readonly internalType: "uint256";
127541
+ }, {
127542
+ readonly name: "params";
127543
+ readonly type: "bytes";
127544
+ readonly internalType: "bytes";
127545
+ }];
127546
+ readonly outputs: readonly [{
127547
+ readonly name: "";
127548
+ readonly type: "uint256";
127549
+ readonly internalType: "uint256";
127550
+ }];
127551
+ readonly stateMutability: "view";
127552
+ }, {
127553
+ readonly type: "function";
127554
+ readonly name: "hasVoted";
127555
+ readonly inputs: readonly [{
127556
+ readonly name: "proposalId";
127557
+ readonly type: "uint256";
127558
+ readonly internalType: "uint256";
127559
+ }, {
127560
+ readonly name: "account";
127561
+ readonly type: "address";
127562
+ readonly internalType: "address";
127563
+ }];
127564
+ readonly outputs: readonly [{
127565
+ readonly name: "";
127566
+ readonly type: "bool";
127567
+ readonly internalType: "bool";
127568
+ }];
127569
+ readonly stateMutability: "view";
127570
+ }, {
127571
+ readonly type: "function";
127572
+ readonly name: "hashProposal";
127573
+ readonly inputs: readonly [{
127574
+ readonly name: "targets";
127575
+ readonly type: "address[]";
127576
+ readonly internalType: "address[]";
127577
+ }, {
127578
+ readonly name: "values";
127579
+ readonly type: "uint256[]";
127580
+ readonly internalType: "uint256[]";
127581
+ }, {
127582
+ readonly name: "calldatas";
127583
+ readonly type: "bytes[]";
127584
+ readonly internalType: "bytes[]";
127585
+ }, {
127586
+ readonly name: "descriptionHash";
127587
+ readonly type: "bytes32";
127588
+ readonly internalType: "bytes32";
127589
+ }];
127590
+ readonly outputs: readonly [{
127591
+ readonly name: "";
127592
+ readonly type: "uint256";
127593
+ readonly internalType: "uint256";
127594
+ }];
127595
+ readonly stateMutability: "pure";
127596
+ }, {
127597
+ readonly type: "function";
127598
+ readonly name: "initialize";
127599
+ readonly inputs: readonly [{
127600
+ readonly name: "_token";
127601
+ readonly type: "address";
127602
+ readonly internalType: "contract IVotes";
127603
+ }, {
127604
+ readonly name: "_timelock";
127605
+ readonly type: "address";
127606
+ readonly internalType: "contract TimelockControllerUpgradeable";
127607
+ }, {
127608
+ readonly name: "_votingDelay";
127609
+ readonly type: "uint48";
127610
+ readonly internalType: "uint48";
127611
+ }, {
127612
+ readonly name: "_votingPeriod";
127613
+ readonly type: "uint32";
127614
+ readonly internalType: "uint32";
127615
+ }, {
127616
+ readonly name: "_proposalThreshold";
127617
+ readonly type: "uint256";
127618
+ readonly internalType: "uint256";
127619
+ }, {
127620
+ readonly name: "quorumPercent";
127621
+ readonly type: "uint256";
127622
+ readonly internalType: "uint256";
127623
+ }];
127624
+ readonly outputs: readonly [];
127625
+ readonly stateMutability: "nonpayable";
127626
+ }, {
127627
+ readonly type: "function";
127628
+ readonly name: "name";
127629
+ readonly inputs: readonly [];
127630
+ readonly outputs: readonly [{
127631
+ readonly name: "";
127632
+ readonly type: "string";
127633
+ readonly internalType: "string";
127634
+ }];
127635
+ readonly stateMutability: "view";
127636
+ }, {
127637
+ readonly type: "function";
127638
+ readonly name: "nonces";
127639
+ readonly inputs: readonly [{
127640
+ readonly name: "owner";
127641
+ readonly type: "address";
127642
+ readonly internalType: "address";
127643
+ }];
127644
+ readonly outputs: readonly [{
127645
+ readonly name: "";
127646
+ readonly type: "uint256";
127647
+ readonly internalType: "uint256";
127648
+ }];
127649
+ readonly stateMutability: "view";
127650
+ }, {
127651
+ readonly type: "function";
127652
+ readonly name: "onERC1155BatchReceived";
127653
+ readonly inputs: readonly [{
127654
+ readonly name: "";
127655
+ readonly type: "address";
127656
+ readonly internalType: "address";
127657
+ }, {
127658
+ readonly name: "";
127659
+ readonly type: "address";
127660
+ readonly internalType: "address";
127661
+ }, {
127662
+ readonly name: "";
127663
+ readonly type: "uint256[]";
127664
+ readonly internalType: "uint256[]";
127665
+ }, {
127666
+ readonly name: "";
127667
+ readonly type: "uint256[]";
127668
+ readonly internalType: "uint256[]";
127669
+ }, {
127670
+ readonly name: "";
127671
+ readonly type: "bytes";
127672
+ readonly internalType: "bytes";
127673
+ }];
127674
+ readonly outputs: readonly [{
127675
+ readonly name: "";
127676
+ readonly type: "bytes4";
127677
+ readonly internalType: "bytes4";
127678
+ }];
127679
+ readonly stateMutability: "nonpayable";
127680
+ }, {
127681
+ readonly type: "function";
127682
+ readonly name: "onERC1155Received";
127683
+ readonly inputs: readonly [{
127684
+ readonly name: "";
127685
+ readonly type: "address";
127686
+ readonly internalType: "address";
127687
+ }, {
127688
+ readonly name: "";
127689
+ readonly type: "address";
127690
+ readonly internalType: "address";
127691
+ }, {
127692
+ readonly name: "";
127693
+ readonly type: "uint256";
127694
+ readonly internalType: "uint256";
127695
+ }, {
127696
+ readonly name: "";
127697
+ readonly type: "uint256";
127698
+ readonly internalType: "uint256";
127699
+ }, {
127700
+ readonly name: "";
127701
+ readonly type: "bytes";
127702
+ readonly internalType: "bytes";
127703
+ }];
127704
+ readonly outputs: readonly [{
127705
+ readonly name: "";
127706
+ readonly type: "bytes4";
127707
+ readonly internalType: "bytes4";
127708
+ }];
127709
+ readonly stateMutability: "nonpayable";
127710
+ }, {
127711
+ readonly type: "function";
127712
+ readonly name: "onERC721Received";
127713
+ readonly inputs: readonly [{
127714
+ readonly name: "";
127715
+ readonly type: "address";
127716
+ readonly internalType: "address";
127717
+ }, {
127718
+ readonly name: "";
127719
+ readonly type: "address";
127720
+ readonly internalType: "address";
127721
+ }, {
127722
+ readonly name: "";
127723
+ readonly type: "uint256";
127724
+ readonly internalType: "uint256";
127725
+ }, {
127726
+ readonly name: "";
127727
+ readonly type: "bytes";
127728
+ readonly internalType: "bytes";
127729
+ }];
127730
+ readonly outputs: readonly [{
127731
+ readonly name: "";
127732
+ readonly type: "bytes4";
127733
+ readonly internalType: "bytes4";
127734
+ }];
127735
+ readonly stateMutability: "nonpayable";
127736
+ }, {
127737
+ readonly type: "function";
127738
+ readonly name: "proposalDeadline";
127739
+ readonly inputs: readonly [{
127740
+ readonly name: "proposalId";
127741
+ readonly type: "uint256";
127742
+ readonly internalType: "uint256";
127743
+ }];
127744
+ readonly outputs: readonly [{
127745
+ readonly name: "";
127746
+ readonly type: "uint256";
127747
+ readonly internalType: "uint256";
127748
+ }];
127749
+ readonly stateMutability: "view";
127750
+ }, {
127751
+ readonly type: "function";
127752
+ readonly name: "proposalEta";
127753
+ readonly inputs: readonly [{
127754
+ readonly name: "proposalId";
127755
+ readonly type: "uint256";
127756
+ readonly internalType: "uint256";
127757
+ }];
127758
+ readonly outputs: readonly [{
127759
+ readonly name: "";
127760
+ readonly type: "uint256";
127761
+ readonly internalType: "uint256";
127762
+ }];
127763
+ readonly stateMutability: "view";
127764
+ }, {
127765
+ readonly type: "function";
127766
+ readonly name: "proposalNeedsQueuing";
127767
+ readonly inputs: readonly [{
127768
+ readonly name: "proposalId";
127769
+ readonly type: "uint256";
127770
+ readonly internalType: "uint256";
127771
+ }];
127772
+ readonly outputs: readonly [{
127773
+ readonly name: "";
127774
+ readonly type: "bool";
127775
+ readonly internalType: "bool";
127776
+ }];
127777
+ readonly stateMutability: "view";
127778
+ }, {
127779
+ readonly type: "function";
127780
+ readonly name: "proposalProposer";
127781
+ readonly inputs: readonly [{
127782
+ readonly name: "proposalId";
127783
+ readonly type: "uint256";
127784
+ readonly internalType: "uint256";
127785
+ }];
127786
+ readonly outputs: readonly [{
127787
+ readonly name: "";
127788
+ readonly type: "address";
127789
+ readonly internalType: "address";
127790
+ }];
127791
+ readonly stateMutability: "view";
127792
+ }, {
127793
+ readonly type: "function";
127794
+ readonly name: "proposalSnapshot";
127795
+ readonly inputs: readonly [{
127796
+ readonly name: "proposalId";
127797
+ readonly type: "uint256";
127798
+ readonly internalType: "uint256";
127799
+ }];
127800
+ readonly outputs: readonly [{
127801
+ readonly name: "";
127802
+ readonly type: "uint256";
127803
+ readonly internalType: "uint256";
127804
+ }];
127805
+ readonly stateMutability: "view";
127806
+ }, {
127807
+ readonly type: "function";
127808
+ readonly name: "proposalThreshold";
127809
+ readonly inputs: readonly [];
127810
+ readonly outputs: readonly [{
127811
+ readonly name: "";
127812
+ readonly type: "uint256";
127813
+ readonly internalType: "uint256";
127814
+ }];
127815
+ readonly stateMutability: "view";
127816
+ }, {
127817
+ readonly type: "function";
127818
+ readonly name: "proposalVotes";
127819
+ readonly inputs: readonly [{
127820
+ readonly name: "proposalId";
127821
+ readonly type: "uint256";
127822
+ readonly internalType: "uint256";
127823
+ }];
127824
+ readonly outputs: readonly [{
127825
+ readonly name: "againstVotes";
127826
+ readonly type: "uint256";
127827
+ readonly internalType: "uint256";
127828
+ }, {
127829
+ readonly name: "forVotes";
127830
+ readonly type: "uint256";
127831
+ readonly internalType: "uint256";
127832
+ }, {
127833
+ readonly name: "abstainVotes";
127834
+ readonly type: "uint256";
127835
+ readonly internalType: "uint256";
127836
+ }];
127837
+ readonly stateMutability: "view";
127838
+ }, {
127839
+ readonly type: "function";
127840
+ readonly name: "propose";
127841
+ readonly inputs: readonly [{
127842
+ readonly name: "targets";
127843
+ readonly type: "address[]";
127844
+ readonly internalType: "address[]";
127845
+ }, {
127846
+ readonly name: "values";
127847
+ readonly type: "uint256[]";
127848
+ readonly internalType: "uint256[]";
127849
+ }, {
127850
+ readonly name: "calldatas";
127851
+ readonly type: "bytes[]";
127852
+ readonly internalType: "bytes[]";
127853
+ }, {
127854
+ readonly name: "description";
127855
+ readonly type: "string";
127856
+ readonly internalType: "string";
127857
+ }];
127858
+ readonly outputs: readonly [{
127859
+ readonly name: "";
127860
+ readonly type: "uint256";
127861
+ readonly internalType: "uint256";
127862
+ }];
127863
+ readonly stateMutability: "nonpayable";
127864
+ }, {
127865
+ readonly type: "function";
127866
+ readonly name: "queue";
127867
+ readonly inputs: readonly [{
127868
+ readonly name: "targets";
127869
+ readonly type: "address[]";
127870
+ readonly internalType: "address[]";
127871
+ }, {
127872
+ readonly name: "values";
127873
+ readonly type: "uint256[]";
127874
+ readonly internalType: "uint256[]";
127875
+ }, {
127876
+ readonly name: "calldatas";
127877
+ readonly type: "bytes[]";
127878
+ readonly internalType: "bytes[]";
127879
+ }, {
127880
+ readonly name: "descriptionHash";
127881
+ readonly type: "bytes32";
127882
+ readonly internalType: "bytes32";
127883
+ }];
127884
+ readonly outputs: readonly [{
127885
+ readonly name: "";
127886
+ readonly type: "uint256";
127887
+ readonly internalType: "uint256";
127888
+ }];
127889
+ readonly stateMutability: "nonpayable";
127890
+ }, {
127891
+ readonly type: "function";
127892
+ readonly name: "quorum";
127893
+ readonly inputs: readonly [{
127894
+ readonly name: "blockNumber";
127895
+ readonly type: "uint256";
127896
+ readonly internalType: "uint256";
127897
+ }];
127898
+ readonly outputs: readonly [{
127899
+ readonly name: "";
127900
+ readonly type: "uint256";
127901
+ readonly internalType: "uint256";
127902
+ }];
127903
+ readonly stateMutability: "view";
127904
+ }, {
127905
+ readonly type: "function";
127906
+ readonly name: "quorumDenominator";
127907
+ readonly inputs: readonly [];
127908
+ readonly outputs: readonly [{
127909
+ readonly name: "";
127910
+ readonly type: "uint256";
127911
+ readonly internalType: "uint256";
127912
+ }];
127913
+ readonly stateMutability: "view";
127914
+ }, {
127915
+ readonly type: "function";
127916
+ readonly name: "quorumNumerator";
127917
+ readonly inputs: readonly [{
127918
+ readonly name: "timepoint";
127919
+ readonly type: "uint256";
127920
+ readonly internalType: "uint256";
127921
+ }];
127922
+ readonly outputs: readonly [{
127923
+ readonly name: "";
127924
+ readonly type: "uint256";
127925
+ readonly internalType: "uint256";
127926
+ }];
127927
+ readonly stateMutability: "view";
127928
+ }, {
127929
+ readonly type: "function";
127930
+ readonly name: "quorumNumerator";
127931
+ readonly inputs: readonly [];
127932
+ readonly outputs: readonly [{
127933
+ readonly name: "";
127934
+ readonly type: "uint256";
127935
+ readonly internalType: "uint256";
127936
+ }];
127937
+ readonly stateMutability: "view";
127938
+ }, {
127939
+ readonly type: "function";
127940
+ readonly name: "relay";
127941
+ readonly inputs: readonly [{
127942
+ readonly name: "target";
127943
+ readonly type: "address";
127944
+ readonly internalType: "address";
127945
+ }, {
127946
+ readonly name: "value";
127947
+ readonly type: "uint256";
127948
+ readonly internalType: "uint256";
127949
+ }, {
127950
+ readonly name: "data";
127951
+ readonly type: "bytes";
127952
+ readonly internalType: "bytes";
127953
+ }];
127954
+ readonly outputs: readonly [];
127955
+ readonly stateMutability: "payable";
127956
+ }, {
127957
+ readonly type: "function";
127958
+ readonly name: "setProposalThreshold";
127959
+ readonly inputs: readonly [{
127960
+ readonly name: "newProposalThreshold";
127961
+ readonly type: "uint256";
127962
+ readonly internalType: "uint256";
127963
+ }];
127964
+ readonly outputs: readonly [];
127965
+ readonly stateMutability: "nonpayable";
127966
+ }, {
127967
+ readonly type: "function";
127968
+ readonly name: "setVotingDelay";
127969
+ readonly inputs: readonly [{
127970
+ readonly name: "newVotingDelay";
127971
+ readonly type: "uint48";
127972
+ readonly internalType: "uint48";
127973
+ }];
127974
+ readonly outputs: readonly [];
127975
+ readonly stateMutability: "nonpayable";
127976
+ }, {
127977
+ readonly type: "function";
127978
+ readonly name: "setVotingPeriod";
127979
+ readonly inputs: readonly [{
127980
+ readonly name: "newVotingPeriod";
127981
+ readonly type: "uint32";
127982
+ readonly internalType: "uint32";
127983
+ }];
127984
+ readonly outputs: readonly [];
127985
+ readonly stateMutability: "nonpayable";
127986
+ }, {
127987
+ readonly type: "function";
127988
+ readonly name: "state";
127989
+ readonly inputs: readonly [{
127990
+ readonly name: "proposalId";
127991
+ readonly type: "uint256";
127992
+ readonly internalType: "uint256";
127993
+ }];
127994
+ readonly outputs: readonly [{
127995
+ readonly name: "";
127996
+ readonly type: "uint8";
127997
+ readonly internalType: "enum IGovernor.ProposalState";
127998
+ }];
127999
+ readonly stateMutability: "view";
128000
+ }, {
128001
+ readonly type: "function";
128002
+ readonly name: "supportsInterface";
128003
+ readonly inputs: readonly [{
128004
+ readonly name: "interfaceId";
128005
+ readonly type: "bytes4";
128006
+ readonly internalType: "bytes4";
128007
+ }];
128008
+ readonly outputs: readonly [{
128009
+ readonly name: "";
128010
+ readonly type: "bool";
128011
+ readonly internalType: "bool";
128012
+ }];
128013
+ readonly stateMutability: "view";
128014
+ }, {
128015
+ readonly type: "function";
128016
+ readonly name: "timelock";
128017
+ readonly inputs: readonly [];
128018
+ readonly outputs: readonly [{
128019
+ readonly name: "";
128020
+ readonly type: "address";
128021
+ readonly internalType: "address";
128022
+ }];
128023
+ readonly stateMutability: "view";
128024
+ }, {
128025
+ readonly type: "function";
128026
+ readonly name: "token";
128027
+ readonly inputs: readonly [];
128028
+ readonly outputs: readonly [{
128029
+ readonly name: "";
128030
+ readonly type: "address";
128031
+ readonly internalType: "contract IERC5805";
128032
+ }];
128033
+ readonly stateMutability: "view";
128034
+ }, {
128035
+ readonly type: "function";
128036
+ readonly name: "updateQuorumNumerator";
128037
+ readonly inputs: readonly [{
128038
+ readonly name: "newQuorumNumerator";
128039
+ readonly type: "uint256";
128040
+ readonly internalType: "uint256";
128041
+ }];
128042
+ readonly outputs: readonly [];
128043
+ readonly stateMutability: "nonpayable";
128044
+ }, {
128045
+ readonly type: "function";
128046
+ readonly name: "updateTimelock";
128047
+ readonly inputs: readonly [{
128048
+ readonly name: "newTimelock";
128049
+ readonly type: "address";
128050
+ readonly internalType: "contract TimelockControllerUpgradeable";
128051
+ }];
128052
+ readonly outputs: readonly [];
128053
+ readonly stateMutability: "nonpayable";
128054
+ }, {
128055
+ readonly type: "function";
128056
+ readonly name: "version";
128057
+ readonly inputs: readonly [];
128058
+ readonly outputs: readonly [{
128059
+ readonly name: "";
128060
+ readonly type: "string";
128061
+ readonly internalType: "string";
128062
+ }];
128063
+ readonly stateMutability: "view";
128064
+ }, {
128065
+ readonly type: "function";
128066
+ readonly name: "votingDelay";
128067
+ readonly inputs: readonly [];
128068
+ readonly outputs: readonly [{
128069
+ readonly name: "";
128070
+ readonly type: "uint256";
128071
+ readonly internalType: "uint256";
128072
+ }];
128073
+ readonly stateMutability: "view";
128074
+ }, {
128075
+ readonly type: "function";
128076
+ readonly name: "votingPeriod";
128077
+ readonly inputs: readonly [];
128078
+ readonly outputs: readonly [{
128079
+ readonly name: "";
128080
+ readonly type: "uint256";
128081
+ readonly internalType: "uint256";
128082
+ }];
128083
+ readonly stateMutability: "view";
128084
+ }, {
128085
+ readonly type: "event";
128086
+ readonly name: "EIP712DomainChanged";
128087
+ readonly inputs: readonly [];
128088
+ readonly anonymous: false;
128089
+ }, {
128090
+ readonly type: "event";
128091
+ readonly name: "Initialized";
128092
+ readonly inputs: readonly [{
128093
+ readonly name: "version";
128094
+ readonly type: "uint64";
128095
+ readonly indexed: false;
128096
+ readonly internalType: "uint64";
128097
+ }];
128098
+ readonly anonymous: false;
128099
+ }, {
128100
+ readonly type: "event";
128101
+ readonly name: "ProposalCanceled";
128102
+ readonly inputs: readonly [{
128103
+ readonly name: "proposalId";
128104
+ readonly type: "uint256";
128105
+ readonly indexed: false;
128106
+ readonly internalType: "uint256";
128107
+ }];
128108
+ readonly anonymous: false;
128109
+ }, {
128110
+ readonly type: "event";
128111
+ readonly name: "ProposalCreated";
128112
+ readonly inputs: readonly [{
128113
+ readonly name: "proposalId";
128114
+ readonly type: "uint256";
128115
+ readonly indexed: false;
128116
+ readonly internalType: "uint256";
128117
+ }, {
128118
+ readonly name: "proposer";
128119
+ readonly type: "address";
128120
+ readonly indexed: false;
128121
+ readonly internalType: "address";
128122
+ }, {
128123
+ readonly name: "targets";
128124
+ readonly type: "address[]";
128125
+ readonly indexed: false;
128126
+ readonly internalType: "address[]";
128127
+ }, {
128128
+ readonly name: "values";
128129
+ readonly type: "uint256[]";
128130
+ readonly indexed: false;
128131
+ readonly internalType: "uint256[]";
128132
+ }, {
128133
+ readonly name: "signatures";
128134
+ readonly type: "string[]";
128135
+ readonly indexed: false;
128136
+ readonly internalType: "string[]";
128137
+ }, {
128138
+ readonly name: "calldatas";
128139
+ readonly type: "bytes[]";
128140
+ readonly indexed: false;
128141
+ readonly internalType: "bytes[]";
128142
+ }, {
128143
+ readonly name: "voteStart";
128144
+ readonly type: "uint256";
128145
+ readonly indexed: false;
128146
+ readonly internalType: "uint256";
128147
+ }, {
128148
+ readonly name: "voteEnd";
128149
+ readonly type: "uint256";
128150
+ readonly indexed: false;
128151
+ readonly internalType: "uint256";
128152
+ }, {
128153
+ readonly name: "description";
128154
+ readonly type: "string";
128155
+ readonly indexed: false;
128156
+ readonly internalType: "string";
128157
+ }];
128158
+ readonly anonymous: false;
128159
+ }, {
128160
+ readonly type: "event";
128161
+ readonly name: "ProposalExecuted";
128162
+ readonly inputs: readonly [{
128163
+ readonly name: "proposalId";
128164
+ readonly type: "uint256";
128165
+ readonly indexed: false;
128166
+ readonly internalType: "uint256";
128167
+ }];
128168
+ readonly anonymous: false;
128169
+ }, {
128170
+ readonly type: "event";
128171
+ readonly name: "ProposalQueued";
128172
+ readonly inputs: readonly [{
128173
+ readonly name: "proposalId";
128174
+ readonly type: "uint256";
128175
+ readonly indexed: false;
128176
+ readonly internalType: "uint256";
128177
+ }, {
128178
+ readonly name: "etaSeconds";
128179
+ readonly type: "uint256";
128180
+ readonly indexed: false;
128181
+ readonly internalType: "uint256";
128182
+ }];
128183
+ readonly anonymous: false;
128184
+ }, {
128185
+ readonly type: "event";
128186
+ readonly name: "ProposalThresholdSet";
128187
+ readonly inputs: readonly [{
128188
+ readonly name: "oldProposalThreshold";
128189
+ readonly type: "uint256";
128190
+ readonly indexed: false;
128191
+ readonly internalType: "uint256";
128192
+ }, {
128193
+ readonly name: "newProposalThreshold";
128194
+ readonly type: "uint256";
128195
+ readonly indexed: false;
128196
+ readonly internalType: "uint256";
128197
+ }];
128198
+ readonly anonymous: false;
128199
+ }, {
128200
+ readonly type: "event";
128201
+ readonly name: "QuorumNumeratorUpdated";
128202
+ readonly inputs: readonly [{
128203
+ readonly name: "oldQuorumNumerator";
128204
+ readonly type: "uint256";
128205
+ readonly indexed: false;
128206
+ readonly internalType: "uint256";
128207
+ }, {
128208
+ readonly name: "newQuorumNumerator";
128209
+ readonly type: "uint256";
128210
+ readonly indexed: false;
128211
+ readonly internalType: "uint256";
128212
+ }];
128213
+ readonly anonymous: false;
128214
+ }, {
128215
+ readonly type: "event";
128216
+ readonly name: "TimelockChange";
128217
+ readonly inputs: readonly [{
128218
+ readonly name: "oldTimelock";
128219
+ readonly type: "address";
128220
+ readonly indexed: false;
128221
+ readonly internalType: "address";
128222
+ }, {
128223
+ readonly name: "newTimelock";
128224
+ readonly type: "address";
128225
+ readonly indexed: false;
128226
+ readonly internalType: "address";
128227
+ }];
128228
+ readonly anonymous: false;
128229
+ }, {
128230
+ readonly type: "event";
128231
+ readonly name: "VoteCast";
128232
+ readonly inputs: readonly [{
128233
+ readonly name: "voter";
128234
+ readonly type: "address";
128235
+ readonly indexed: true;
128236
+ readonly internalType: "address";
128237
+ }, {
128238
+ readonly name: "proposalId";
128239
+ readonly type: "uint256";
128240
+ readonly indexed: false;
128241
+ readonly internalType: "uint256";
128242
+ }, {
128243
+ readonly name: "support";
128244
+ readonly type: "uint8";
128245
+ readonly indexed: false;
128246
+ readonly internalType: "uint8";
128247
+ }, {
128248
+ readonly name: "weight";
128249
+ readonly type: "uint256";
128250
+ readonly indexed: false;
128251
+ readonly internalType: "uint256";
128252
+ }, {
128253
+ readonly name: "reason";
128254
+ readonly type: "string";
128255
+ readonly indexed: false;
128256
+ readonly internalType: "string";
128257
+ }];
128258
+ readonly anonymous: false;
128259
+ }, {
128260
+ readonly type: "event";
128261
+ readonly name: "VoteCastWithParams";
128262
+ readonly inputs: readonly [{
128263
+ readonly name: "voter";
128264
+ readonly type: "address";
128265
+ readonly indexed: true;
128266
+ readonly internalType: "address";
128267
+ }, {
128268
+ readonly name: "proposalId";
128269
+ readonly type: "uint256";
128270
+ readonly indexed: false;
128271
+ readonly internalType: "uint256";
128272
+ }, {
128273
+ readonly name: "support";
128274
+ readonly type: "uint8";
128275
+ readonly indexed: false;
128276
+ readonly internalType: "uint8";
128277
+ }, {
128278
+ readonly name: "weight";
128279
+ readonly type: "uint256";
128280
+ readonly indexed: false;
128281
+ readonly internalType: "uint256";
128282
+ }, {
128283
+ readonly name: "reason";
128284
+ readonly type: "string";
128285
+ readonly indexed: false;
128286
+ readonly internalType: "string";
128287
+ }, {
128288
+ readonly name: "params";
128289
+ readonly type: "bytes";
128290
+ readonly indexed: false;
128291
+ readonly internalType: "bytes";
128292
+ }];
128293
+ readonly anonymous: false;
128294
+ }, {
128295
+ readonly type: "event";
128296
+ readonly name: "VotingDelaySet";
128297
+ readonly inputs: readonly [{
128298
+ readonly name: "oldVotingDelay";
128299
+ readonly type: "uint256";
128300
+ readonly indexed: false;
128301
+ readonly internalType: "uint256";
128302
+ }, {
128303
+ readonly name: "newVotingDelay";
128304
+ readonly type: "uint256";
128305
+ readonly indexed: false;
128306
+ readonly internalType: "uint256";
128307
+ }];
128308
+ readonly anonymous: false;
128309
+ }, {
128310
+ readonly type: "event";
128311
+ readonly name: "VotingPeriodSet";
128312
+ readonly inputs: readonly [{
128313
+ readonly name: "oldVotingPeriod";
128314
+ readonly type: "uint256";
128315
+ readonly indexed: false;
128316
+ readonly internalType: "uint256";
128317
+ }, {
128318
+ readonly name: "newVotingPeriod";
128319
+ readonly type: "uint256";
128320
+ readonly indexed: false;
128321
+ readonly internalType: "uint256";
128322
+ }];
128323
+ readonly anonymous: false;
128324
+ }, {
128325
+ readonly type: "error";
128326
+ readonly name: "CheckpointUnorderedInsertion";
128327
+ readonly inputs: readonly [];
128328
+ }, {
128329
+ readonly type: "error";
128330
+ readonly name: "FailedCall";
128331
+ readonly inputs: readonly [];
128332
+ }, {
128333
+ readonly type: "error";
128334
+ readonly name: "GovernorAlreadyCastVote";
128335
+ readonly inputs: readonly [{
128336
+ readonly name: "voter";
128337
+ readonly type: "address";
128338
+ readonly internalType: "address";
128339
+ }];
128340
+ }, {
128341
+ readonly type: "error";
128342
+ readonly name: "GovernorAlreadyQueuedProposal";
128343
+ readonly inputs: readonly [{
128344
+ readonly name: "proposalId";
128345
+ readonly type: "uint256";
128346
+ readonly internalType: "uint256";
128347
+ }];
128348
+ }, {
128349
+ readonly type: "error";
128350
+ readonly name: "GovernorDisabledDeposit";
128351
+ readonly inputs: readonly [];
128352
+ }, {
128353
+ readonly type: "error";
128354
+ readonly name: "GovernorInsufficientProposerVotes";
128355
+ readonly inputs: readonly [{
128356
+ readonly name: "proposer";
128357
+ readonly type: "address";
128358
+ readonly internalType: "address";
128359
+ }, {
128360
+ readonly name: "votes";
128361
+ readonly type: "uint256";
128362
+ readonly internalType: "uint256";
128363
+ }, {
128364
+ readonly name: "threshold";
128365
+ readonly type: "uint256";
128366
+ readonly internalType: "uint256";
128367
+ }];
128368
+ }, {
128369
+ readonly type: "error";
128370
+ readonly name: "GovernorInvalidProposalLength";
128371
+ readonly inputs: readonly [{
128372
+ readonly name: "targets";
128373
+ readonly type: "uint256";
128374
+ readonly internalType: "uint256";
128375
+ }, {
128376
+ readonly name: "calldatas";
128377
+ readonly type: "uint256";
128378
+ readonly internalType: "uint256";
128379
+ }, {
128380
+ readonly name: "values";
128381
+ readonly type: "uint256";
128382
+ readonly internalType: "uint256";
128383
+ }];
128384
+ }, {
128385
+ readonly type: "error";
128386
+ readonly name: "GovernorInvalidQuorumFraction";
128387
+ readonly inputs: readonly [{
128388
+ readonly name: "quorumNumerator";
128389
+ readonly type: "uint256";
128390
+ readonly internalType: "uint256";
128391
+ }, {
128392
+ readonly name: "quorumDenominator";
128393
+ readonly type: "uint256";
128394
+ readonly internalType: "uint256";
128395
+ }];
128396
+ }, {
128397
+ readonly type: "error";
128398
+ readonly name: "GovernorInvalidSignature";
128399
+ readonly inputs: readonly [{
128400
+ readonly name: "voter";
128401
+ readonly type: "address";
128402
+ readonly internalType: "address";
128403
+ }];
128404
+ }, {
128405
+ readonly type: "error";
128406
+ readonly name: "GovernorInvalidVoteParams";
128407
+ readonly inputs: readonly [];
128408
+ }, {
128409
+ readonly type: "error";
128410
+ readonly name: "GovernorInvalidVoteType";
128411
+ readonly inputs: readonly [];
128412
+ }, {
128413
+ readonly type: "error";
128414
+ readonly name: "GovernorInvalidVotingPeriod";
128415
+ readonly inputs: readonly [{
128416
+ readonly name: "votingPeriod";
128417
+ readonly type: "uint256";
128418
+ readonly internalType: "uint256";
128419
+ }];
128420
+ }, {
128421
+ readonly type: "error";
128422
+ readonly name: "GovernorNonexistentProposal";
128423
+ readonly inputs: readonly [{
128424
+ readonly name: "proposalId";
128425
+ readonly type: "uint256";
128426
+ readonly internalType: "uint256";
128427
+ }];
128428
+ }, {
128429
+ readonly type: "error";
128430
+ readonly name: "GovernorNotQueuedProposal";
128431
+ readonly inputs: readonly [{
128432
+ readonly name: "proposalId";
128433
+ readonly type: "uint256";
128434
+ readonly internalType: "uint256";
128435
+ }];
128436
+ }, {
128437
+ readonly type: "error";
128438
+ readonly name: "GovernorOnlyExecutor";
128439
+ readonly inputs: readonly [{
128440
+ readonly name: "account";
128441
+ readonly type: "address";
128442
+ readonly internalType: "address";
128443
+ }];
128444
+ }, {
128445
+ readonly type: "error";
128446
+ readonly name: "GovernorOnlyProposer";
128447
+ readonly inputs: readonly [{
128448
+ readonly name: "account";
128449
+ readonly type: "address";
128450
+ readonly internalType: "address";
128451
+ }];
128452
+ }, {
128453
+ readonly type: "error";
128454
+ readonly name: "GovernorQueueNotImplemented";
128455
+ readonly inputs: readonly [];
128456
+ }, {
128457
+ readonly type: "error";
128458
+ readonly name: "GovernorRestrictedProposer";
128459
+ readonly inputs: readonly [{
128460
+ readonly name: "proposer";
128461
+ readonly type: "address";
128462
+ readonly internalType: "address";
128463
+ }];
128464
+ }, {
128465
+ readonly type: "error";
128466
+ readonly name: "GovernorUnexpectedProposalState";
128467
+ readonly inputs: readonly [{
128468
+ readonly name: "proposalId";
128469
+ readonly type: "uint256";
128470
+ readonly internalType: "uint256";
128471
+ }, {
128472
+ readonly name: "current";
128473
+ readonly type: "uint8";
128474
+ readonly internalType: "enum IGovernor.ProposalState";
128475
+ }, {
128476
+ readonly name: "expectedStates";
128477
+ readonly type: "bytes32";
128478
+ readonly internalType: "bytes32";
128479
+ }];
128480
+ }, {
128481
+ readonly type: "error";
128482
+ readonly name: "Governor__InvalidProposalThreshold";
128483
+ readonly inputs: readonly [];
128484
+ }, {
128485
+ readonly type: "error";
128486
+ readonly name: "InvalidAccountNonce";
128487
+ readonly inputs: readonly [{
128488
+ readonly name: "account";
128489
+ readonly type: "address";
128490
+ readonly internalType: "address";
128491
+ }, {
128492
+ readonly name: "currentNonce";
128493
+ readonly type: "uint256";
128494
+ readonly internalType: "uint256";
128495
+ }];
128496
+ }, {
128497
+ readonly type: "error";
128498
+ readonly name: "InvalidInitialization";
128499
+ readonly inputs: readonly [];
128500
+ }, {
128501
+ readonly type: "error";
128502
+ readonly name: "NotInitializing";
128503
+ readonly inputs: readonly [];
128504
+ }, {
128505
+ readonly type: "error";
128506
+ readonly name: "SafeCastOverflowedUintDowncast";
128507
+ readonly inputs: readonly [{
128508
+ readonly name: "bits";
128509
+ readonly type: "uint8";
128510
+ readonly internalType: "uint8";
128511
+ }, {
128512
+ readonly name: "value";
128513
+ readonly type: "uint256";
128514
+ readonly internalType: "uint256";
128515
+ }];
128516
+ }];
128517
+ //#endregion
128518
+ //#region src/index-dtf/abis/dtf-index-governance-optimistic.d.ts
128519
+ declare const dtfIndexGovernanceOptimisticAbi: readonly [{
128520
+ readonly type: "function";
128521
+ readonly name: "getOptimisticVotes";
128522
+ readonly inputs: readonly [{
128523
+ readonly name: "account";
128524
+ readonly type: "address";
128525
+ readonly internalType: "address";
128526
+ }, {
128527
+ readonly name: "timepoint";
128528
+ readonly type: "uint256";
128529
+ readonly internalType: "uint256";
128530
+ }];
128531
+ readonly outputs: readonly [{
128532
+ readonly name: "";
128533
+ readonly type: "uint256";
128534
+ readonly internalType: "uint256";
128535
+ }];
128536
+ readonly stateMutability: "view";
128537
+ }, {
128538
+ readonly type: "function";
128539
+ readonly name: "isOptimistic";
128540
+ readonly inputs: readonly [{
128541
+ readonly name: "proposalId";
128542
+ readonly type: "uint256";
128543
+ readonly internalType: "uint256";
128544
+ }];
128545
+ readonly outputs: readonly [{
128546
+ readonly name: "";
128547
+ readonly type: "bool";
128548
+ readonly internalType: "bool";
128549
+ }];
128550
+ readonly stateMutability: "view";
128551
+ }, {
128552
+ readonly type: "function";
128553
+ readonly name: "lateQuorumVoteExtension";
128554
+ readonly inputs: readonly [];
128555
+ readonly outputs: readonly [{
128556
+ readonly name: "";
128557
+ readonly type: "uint48";
128558
+ readonly internalType: "uint48";
128559
+ }];
128560
+ readonly stateMutability: "view";
128561
+ }, {
128562
+ readonly type: "function";
128563
+ readonly name: "optimisticParams";
128564
+ readonly inputs: readonly [];
128565
+ readonly outputs: readonly [{
128566
+ readonly name: "vetoDelay";
128567
+ readonly type: "uint48";
128568
+ readonly internalType: "uint48";
128569
+ }, {
128570
+ readonly name: "vetoPeriod";
128571
+ readonly type: "uint32";
128572
+ readonly internalType: "uint32";
128573
+ }, {
128574
+ readonly name: "vetoThreshold";
128575
+ readonly type: "uint256";
128576
+ readonly internalType: "uint256";
128577
+ }];
128578
+ readonly stateMutability: "view";
128579
+ }, {
128580
+ readonly type: "function";
128581
+ readonly name: "proposalSnapshot";
128582
+ readonly inputs: readonly [{
128583
+ readonly name: "proposalId";
128584
+ readonly type: "uint256";
128585
+ readonly internalType: "uint256";
128586
+ }];
128587
+ readonly outputs: readonly [{
128588
+ readonly name: "";
128589
+ readonly type: "uint256";
128590
+ readonly internalType: "uint256";
128591
+ }];
128592
+ readonly stateMutability: "view";
128593
+ }, {
128594
+ readonly type: "function";
128595
+ readonly name: "proposalThrottleCapacity";
128596
+ readonly inputs: readonly [];
128597
+ readonly outputs: readonly [{
128598
+ readonly name: "";
128599
+ readonly type: "uint256";
128600
+ readonly internalType: "uint256";
128601
+ }];
128602
+ readonly stateMutability: "view";
128603
+ }, {
128604
+ readonly type: "function";
128605
+ readonly name: "proposalThrottleCharges";
128606
+ readonly inputs: readonly [{
128607
+ readonly name: "account";
128608
+ readonly type: "address";
128609
+ readonly internalType: "address";
128610
+ }];
128611
+ readonly outputs: readonly [{
128612
+ readonly name: "";
128613
+ readonly type: "uint256";
128614
+ readonly internalType: "uint256";
128615
+ }];
128616
+ readonly stateMutability: "view";
128617
+ }, {
128618
+ readonly type: "function";
128619
+ readonly name: "proposeOptimistic";
128620
+ readonly inputs: readonly [{
128621
+ readonly name: "targets";
128622
+ readonly type: "address[]";
128623
+ readonly internalType: "address[]";
128624
+ }, {
128625
+ readonly name: "values";
128626
+ readonly type: "uint256[]";
128627
+ readonly internalType: "uint256[]";
128628
+ }, {
128629
+ readonly name: "calldatas";
128630
+ readonly type: "bytes[]";
128631
+ readonly internalType: "bytes[]";
128632
+ }, {
128633
+ readonly name: "description";
128634
+ readonly type: "string";
128635
+ readonly internalType: "string";
128636
+ }];
128637
+ readonly outputs: readonly [{
128638
+ readonly name: "proposalId";
128639
+ readonly type: "uint256";
128640
+ readonly internalType: "uint256";
128641
+ }];
128642
+ readonly stateMutability: "nonpayable";
128643
+ }, {
128644
+ readonly type: "function";
128645
+ readonly name: "selectorRegistry";
128646
+ readonly inputs: readonly [];
128647
+ readonly outputs: readonly [{
128648
+ readonly name: "";
128649
+ readonly type: "address";
128650
+ readonly internalType: "contract IOptimisticSelectorRegistry";
128651
+ }];
128652
+ readonly stateMutability: "view";
128653
+ }, {
128654
+ readonly type: "function";
128655
+ readonly name: "timelock";
128656
+ readonly inputs: readonly [];
128657
+ readonly outputs: readonly [{
128658
+ readonly name: "";
128659
+ readonly type: "address";
128660
+ readonly internalType: "address";
128661
+ }];
128662
+ readonly stateMutability: "view";
128663
+ }, {
128664
+ readonly type: "function";
128665
+ readonly name: "setLateQuorumVoteExtension";
128666
+ readonly inputs: readonly [{
128667
+ readonly name: "newVoteExtension";
128668
+ readonly type: "uint48";
128669
+ readonly internalType: "uint48";
128670
+ }];
128671
+ readonly outputs: readonly [];
128672
+ readonly stateMutability: "nonpayable";
128673
+ }, {
128674
+ readonly type: "function";
128675
+ readonly name: "setOptimisticParams";
128676
+ readonly inputs: readonly [{
128677
+ readonly name: "params";
128678
+ readonly type: "tuple";
128679
+ readonly internalType: "struct IReserveOptimisticGovernor.OptimisticGovernanceParams";
128680
+ readonly components: readonly [{
128681
+ readonly name: "vetoDelay";
128682
+ readonly type: "uint48";
128683
+ readonly internalType: "uint48";
128684
+ }, {
128685
+ readonly name: "vetoPeriod";
128686
+ readonly type: "uint32";
128687
+ readonly internalType: "uint32";
128688
+ }, {
128689
+ readonly name: "vetoThreshold";
128690
+ readonly type: "uint256";
128691
+ readonly internalType: "uint256";
128692
+ }];
128693
+ }];
128694
+ readonly outputs: readonly [];
128695
+ readonly stateMutability: "nonpayable";
128696
+ }, {
128697
+ readonly type: "function";
128698
+ readonly name: "setProposalThrottle";
128699
+ readonly inputs: readonly [{
128700
+ readonly name: "newProposalThrottleCapacity";
128701
+ readonly type: "uint256";
128702
+ readonly internalType: "uint256";
128703
+ }];
128704
+ readonly outputs: readonly [];
128705
+ readonly stateMutability: "nonpayable";
128706
+ }, {
128707
+ readonly type: "function";
128708
+ readonly name: "token";
128709
+ readonly inputs: readonly [];
128710
+ readonly outputs: readonly [{
128711
+ readonly name: "";
128712
+ readonly type: "address";
128713
+ readonly internalType: "contract IERC5805";
128714
+ }];
128715
+ readonly stateMutability: "view";
128716
+ }, {
128717
+ readonly type: "function";
128718
+ readonly name: "vetoThreshold";
128719
+ readonly inputs: readonly [{
128720
+ readonly name: "proposalId";
128721
+ readonly type: "uint256";
128722
+ readonly internalType: "uint256";
128723
+ }];
128724
+ readonly outputs: readonly [{
128725
+ readonly name: "";
128726
+ readonly type: "uint256";
128727
+ readonly internalType: "uint256";
128728
+ }];
128729
+ readonly stateMutability: "view";
128730
+ }];
128731
+ //#endregion
128732
+ //#region src/index-dtf/abis/dtf-index-governance-proposal.d.ts
128733
+ declare const dtfIndexGovernanceProposalAbi: readonly [{
128734
+ readonly type: "constructor";
128735
+ readonly inputs: readonly [];
128736
+ readonly stateMutability: "nonpayable";
128737
+ }, {
128738
+ readonly type: "receive";
128739
+ readonly stateMutability: "payable";
128740
+ }, {
128741
+ readonly type: "function";
128742
+ readonly name: "BALLOT_TYPEHASH";
128743
+ readonly inputs: readonly [];
128744
+ readonly outputs: readonly [{
128745
+ readonly name: "";
128746
+ readonly type: "bytes32";
128747
+ readonly internalType: "bytes32";
128748
+ }];
128749
+ readonly stateMutability: "view";
128750
+ }, {
128751
+ readonly type: "function";
128752
+ readonly name: "CLOCK_MODE";
128753
+ readonly inputs: readonly [];
128754
+ readonly outputs: readonly [{
128755
+ readonly name: "";
128756
+ readonly type: "string";
128757
+ readonly internalType: "string";
128758
+ }];
128759
+ readonly stateMutability: "view";
128760
+ }, {
128761
+ readonly type: "function";
128762
+ readonly name: "COUNTING_MODE";
128763
+ readonly inputs: readonly [];
128764
+ readonly outputs: readonly [{
128765
+ readonly name: "";
128766
+ readonly type: "string";
128767
+ readonly internalType: "string";
128768
+ }];
128769
+ readonly stateMutability: "pure";
128770
+ }, {
128771
+ readonly type: "function";
128772
+ readonly name: "EXTENDED_BALLOT_TYPEHASH";
128773
+ readonly inputs: readonly [];
128774
+ readonly outputs: readonly [{
128775
+ readonly name: "";
128776
+ readonly type: "bytes32";
128777
+ readonly internalType: "bytes32";
128778
+ }];
128779
+ readonly stateMutability: "view";
128780
+ }, {
128781
+ readonly type: "function";
128782
+ readonly name: "cancel";
128783
+ readonly inputs: readonly [{
128784
+ readonly name: "targets";
128785
+ readonly type: "address[]";
128786
+ readonly internalType: "address[]";
128787
+ }, {
128788
+ readonly name: "values";
128789
+ readonly type: "uint256[]";
128790
+ readonly internalType: "uint256[]";
128791
+ }, {
128792
+ readonly name: "calldatas";
128793
+ readonly type: "bytes[]";
128794
+ readonly internalType: "bytes[]";
128795
+ }, {
128796
+ readonly name: "descriptionHash";
128797
+ readonly type: "bytes32";
128798
+ readonly internalType: "bytes32";
128799
+ }];
128800
+ readonly outputs: readonly [{
128801
+ readonly name: "";
128802
+ readonly type: "uint256";
128803
+ readonly internalType: "uint256";
128804
+ }];
128805
+ readonly stateMutability: "nonpayable";
128806
+ }, {
128807
+ readonly type: "function";
128808
+ readonly name: "castVote";
128809
+ readonly inputs: readonly [{
128810
+ readonly name: "proposalId";
128811
+ readonly type: "uint256";
128812
+ readonly internalType: "uint256";
128813
+ }, {
128814
+ readonly name: "support";
128815
+ readonly type: "uint8";
128816
+ readonly internalType: "uint8";
128817
+ }];
128818
+ readonly outputs: readonly [{
128819
+ readonly name: "";
128820
+ readonly type: "uint256";
128821
+ readonly internalType: "uint256";
128822
+ }];
128823
+ readonly stateMutability: "nonpayable";
128824
+ }, {
128825
+ readonly type: "function";
128826
+ readonly name: "castVoteBySig";
128827
+ readonly inputs: readonly [{
128828
+ readonly name: "proposalId";
128829
+ readonly type: "uint256";
128830
+ readonly internalType: "uint256";
128831
+ }, {
128832
+ readonly name: "support";
128833
+ readonly type: "uint8";
128834
+ readonly internalType: "uint8";
128835
+ }, {
128836
+ readonly name: "voter";
128837
+ readonly type: "address";
128838
+ readonly internalType: "address";
128839
+ }, {
128840
+ readonly name: "signature";
128841
+ readonly type: "bytes";
128842
+ readonly internalType: "bytes";
128843
+ }];
128844
+ readonly outputs: readonly [{
128845
+ readonly name: "";
128846
+ readonly type: "uint256";
128847
+ readonly internalType: "uint256";
128848
+ }];
128849
+ readonly stateMutability: "nonpayable";
128850
+ }, {
128851
+ readonly type: "function";
128852
+ readonly name: "castVoteWithReason";
128853
+ readonly inputs: readonly [{
128854
+ readonly name: "proposalId";
128855
+ readonly type: "uint256";
128856
+ readonly internalType: "uint256";
128857
+ }, {
128858
+ readonly name: "support";
128859
+ readonly type: "uint8";
128860
+ readonly internalType: "uint8";
128861
+ }, {
128862
+ readonly name: "reason";
128863
+ readonly type: "string";
128864
+ readonly internalType: "string";
128865
+ }];
128866
+ readonly outputs: readonly [{
128867
+ readonly name: "";
128868
+ readonly type: "uint256";
128869
+ readonly internalType: "uint256";
128870
+ }];
128871
+ readonly stateMutability: "nonpayable";
128872
+ }, {
128873
+ readonly type: "function";
128874
+ readonly name: "castVoteWithReasonAndParams";
128875
+ readonly inputs: readonly [{
128876
+ readonly name: "proposalId";
128877
+ readonly type: "uint256";
128878
+ readonly internalType: "uint256";
128879
+ }, {
128880
+ readonly name: "support";
128881
+ readonly type: "uint8";
128882
+ readonly internalType: "uint8";
128883
+ }, {
128884
+ readonly name: "reason";
128885
+ readonly type: "string";
128886
+ readonly internalType: "string";
128887
+ }, {
128888
+ readonly name: "params";
128889
+ readonly type: "bytes";
128890
+ readonly internalType: "bytes";
128891
+ }];
128892
+ readonly outputs: readonly [{
128893
+ readonly name: "";
128894
+ readonly type: "uint256";
128895
+ readonly internalType: "uint256";
128896
+ }];
128897
+ readonly stateMutability: "nonpayable";
128898
+ }, {
128899
+ readonly type: "function";
128900
+ readonly name: "castVoteWithReasonAndParamsBySig";
128901
+ readonly inputs: readonly [{
128902
+ readonly name: "proposalId";
128903
+ readonly type: "uint256";
128904
+ readonly internalType: "uint256";
128905
+ }, {
128906
+ readonly name: "support";
128907
+ readonly type: "uint8";
128908
+ readonly internalType: "uint8";
128909
+ }, {
128910
+ readonly name: "voter";
128911
+ readonly type: "address";
128912
+ readonly internalType: "address";
128913
+ }, {
128914
+ readonly name: "reason";
128915
+ readonly type: "string";
128916
+ readonly internalType: "string";
128917
+ }, {
128918
+ readonly name: "params";
128919
+ readonly type: "bytes";
128920
+ readonly internalType: "bytes";
128921
+ }, {
128922
+ readonly name: "signature";
128923
+ readonly type: "bytes";
128924
+ readonly internalType: "bytes";
128925
+ }];
128926
+ readonly outputs: readonly [{
128927
+ readonly name: "";
128928
+ readonly type: "uint256";
128929
+ readonly internalType: "uint256";
128930
+ }];
128931
+ readonly stateMutability: "nonpayable";
128932
+ }, {
128933
+ readonly type: "function";
128934
+ readonly name: "clock";
128935
+ readonly inputs: readonly [];
128936
+ readonly outputs: readonly [{
128937
+ readonly name: "";
128938
+ readonly type: "uint48";
128939
+ readonly internalType: "uint48";
128940
+ }];
128941
+ readonly stateMutability: "view";
128942
+ }, {
128943
+ readonly type: "function";
128944
+ readonly name: "eip712Domain";
128945
+ readonly inputs: readonly [];
128946
+ readonly outputs: readonly [{
128947
+ readonly name: "fields";
128948
+ readonly type: "bytes1";
128949
+ readonly internalType: "bytes1";
128950
+ }, {
128951
+ readonly name: "name";
128952
+ readonly type: "string";
128953
+ readonly internalType: "string";
128954
+ }, {
128955
+ readonly name: "version";
128956
+ readonly type: "string";
128957
+ readonly internalType: "string";
128958
+ }, {
128959
+ readonly name: "chainId";
128960
+ readonly type: "uint256";
128961
+ readonly internalType: "uint256";
128962
+ }, {
128963
+ readonly name: "verifyingContract";
128964
+ readonly type: "address";
128965
+ readonly internalType: "address";
128966
+ }, {
128967
+ readonly name: "salt";
128968
+ readonly type: "bytes32";
128969
+ readonly internalType: "bytes32";
128970
+ }, {
128971
+ readonly name: "extensions";
128972
+ readonly type: "uint256[]";
128973
+ readonly internalType: "uint256[]";
128974
+ }];
128975
+ readonly stateMutability: "view";
128976
+ }, {
128977
+ readonly type: "function";
128978
+ readonly name: "execute";
128979
+ readonly inputs: readonly [{
128980
+ readonly name: "targets";
128981
+ readonly type: "address[]";
128982
+ readonly internalType: "address[]";
128983
+ }, {
128984
+ readonly name: "values";
128985
+ readonly type: "uint256[]";
128986
+ readonly internalType: "uint256[]";
128987
+ }, {
128988
+ readonly name: "calldatas";
128989
+ readonly type: "bytes[]";
128990
+ readonly internalType: "bytes[]";
128991
+ }, {
128992
+ readonly name: "descriptionHash";
128993
+ readonly type: "bytes32";
128994
+ readonly internalType: "bytes32";
128995
+ }];
128996
+ readonly outputs: readonly [{
128997
+ readonly name: "";
128998
+ readonly type: "uint256";
128999
+ readonly internalType: "uint256";
129000
+ }];
129001
+ readonly stateMutability: "payable";
129002
+ }, {
129003
+ readonly type: "function";
129004
+ readonly name: "getVotes";
129005
+ readonly inputs: readonly [{
129006
+ readonly name: "account";
129007
+ readonly type: "address";
129008
+ readonly internalType: "address";
129009
+ }, {
129010
+ readonly name: "timepoint";
129011
+ readonly type: "uint256";
129012
+ readonly internalType: "uint256";
129013
+ }];
129014
+ readonly outputs: readonly [{
129015
+ readonly name: "";
129016
+ readonly type: "uint256";
129017
+ readonly internalType: "uint256";
129018
+ }];
129019
+ readonly stateMutability: "view";
129020
+ }, {
129021
+ readonly type: "function";
129022
+ readonly name: "getVotesWithParams";
129023
+ readonly inputs: readonly [{
129024
+ readonly name: "account";
129025
+ readonly type: "address";
129026
+ readonly internalType: "address";
129027
+ }, {
129028
+ readonly name: "timepoint";
129029
+ readonly type: "uint256";
129030
+ readonly internalType: "uint256";
129031
+ }, {
129032
+ readonly name: "params";
129033
+ readonly type: "bytes";
129034
+ readonly internalType: "bytes";
129035
+ }];
129036
+ readonly outputs: readonly [{
129037
+ readonly name: "";
129038
+ readonly type: "uint256";
129039
+ readonly internalType: "uint256";
129040
+ }];
129041
+ readonly stateMutability: "view";
129042
+ }, {
129043
+ readonly type: "function";
129044
+ readonly name: "hasVoted";
129045
+ readonly inputs: readonly [{
129046
+ readonly name: "proposalId";
129047
+ readonly type: "uint256";
129048
+ readonly internalType: "uint256";
129049
+ }, {
129050
+ readonly name: "account";
129051
+ readonly type: "address";
129052
+ readonly internalType: "address";
129053
+ }];
129054
+ readonly outputs: readonly [{
129055
+ readonly name: "";
129056
+ readonly type: "bool";
129057
+ readonly internalType: "bool";
129058
+ }];
129059
+ readonly stateMutability: "view";
129060
+ }, {
129061
+ readonly type: "function";
129062
+ readonly name: "hashProposal";
129063
+ readonly inputs: readonly [{
129064
+ readonly name: "targets";
129065
+ readonly type: "address[]";
129066
+ readonly internalType: "address[]";
129067
+ }, {
129068
+ readonly name: "values";
129069
+ readonly type: "uint256[]";
129070
+ readonly internalType: "uint256[]";
129071
+ }, {
129072
+ readonly name: "calldatas";
129073
+ readonly type: "bytes[]";
129074
+ readonly internalType: "bytes[]";
129075
+ }, {
129076
+ readonly name: "descriptionHash";
129077
+ readonly type: "bytes32";
129078
+ readonly internalType: "bytes32";
129079
+ }];
129080
+ readonly outputs: readonly [{
129081
+ readonly name: "";
129082
+ readonly type: "uint256";
129083
+ readonly internalType: "uint256";
129084
+ }];
129085
+ readonly stateMutability: "pure";
129086
+ }, {
129087
+ readonly type: "function";
129088
+ readonly name: "initialize";
129089
+ readonly inputs: readonly [{
129090
+ readonly name: "_token";
129091
+ readonly type: "address";
129092
+ readonly internalType: "contract IVotes";
129093
+ }, {
129094
+ readonly name: "_timelock";
129095
+ readonly type: "address";
129096
+ readonly internalType: "contract TimelockControllerUpgradeable";
129097
+ }, {
129098
+ readonly name: "_votingDelay";
129099
+ readonly type: "uint48";
129100
+ readonly internalType: "uint48";
129101
+ }, {
129102
+ readonly name: "_votingPeriod";
129103
+ readonly type: "uint32";
129104
+ readonly internalType: "uint32";
129105
+ }, {
129106
+ readonly name: "_proposalThreshold";
129107
+ readonly type: "uint256";
129108
+ readonly internalType: "uint256";
129109
+ }, {
129110
+ readonly name: "quorumPercent";
129111
+ readonly type: "uint256";
129112
+ readonly internalType: "uint256";
129113
+ }];
129114
+ readonly outputs: readonly [];
129115
+ readonly stateMutability: "nonpayable";
129116
+ }, {
129117
+ readonly type: "function";
129118
+ readonly name: "name";
129119
+ readonly inputs: readonly [];
129120
+ readonly outputs: readonly [{
129121
+ readonly name: "";
129122
+ readonly type: "string";
129123
+ readonly internalType: "string";
129124
+ }];
129125
+ readonly stateMutability: "view";
129126
+ }, {
129127
+ readonly type: "function";
129128
+ readonly name: "nonces";
129129
+ readonly inputs: readonly [{
129130
+ readonly name: "owner";
129131
+ readonly type: "address";
129132
+ readonly internalType: "address";
129133
+ }];
129134
+ readonly outputs: readonly [{
129135
+ readonly name: "";
129136
+ readonly type: "uint256";
129137
+ readonly internalType: "uint256";
129138
+ }];
129139
+ readonly stateMutability: "view";
129140
+ }, {
129141
+ readonly type: "function";
129142
+ readonly name: "onERC1155BatchReceived";
129143
+ readonly inputs: readonly [{
129144
+ readonly name: "";
129145
+ readonly type: "address";
129146
+ readonly internalType: "address";
129147
+ }, {
129148
+ readonly name: "";
129149
+ readonly type: "address";
129150
+ readonly internalType: "address";
129151
+ }, {
129152
+ readonly name: "";
129153
+ readonly type: "uint256[]";
129154
+ readonly internalType: "uint256[]";
129155
+ }, {
129156
+ readonly name: "";
129157
+ readonly type: "uint256[]";
129158
+ readonly internalType: "uint256[]";
129159
+ }, {
129160
+ readonly name: "";
129161
+ readonly type: "bytes";
129162
+ readonly internalType: "bytes";
129163
+ }];
129164
+ readonly outputs: readonly [{
129165
+ readonly name: "";
129166
+ readonly type: "bytes4";
129167
+ readonly internalType: "bytes4";
129168
+ }];
129169
+ readonly stateMutability: "nonpayable";
129170
+ }, {
129171
+ readonly type: "function";
129172
+ readonly name: "onERC1155Received";
129173
+ readonly inputs: readonly [{
129174
+ readonly name: "";
129175
+ readonly type: "address";
129176
+ readonly internalType: "address";
129177
+ }, {
129178
+ readonly name: "";
129179
+ readonly type: "address";
129180
+ readonly internalType: "address";
129181
+ }, {
129182
+ readonly name: "";
129183
+ readonly type: "uint256";
129184
+ readonly internalType: "uint256";
129185
+ }, {
129186
+ readonly name: "";
129187
+ readonly type: "uint256";
129188
+ readonly internalType: "uint256";
129189
+ }, {
129190
+ readonly name: "";
129191
+ readonly type: "bytes";
129192
+ readonly internalType: "bytes";
129193
+ }];
129194
+ readonly outputs: readonly [{
129195
+ readonly name: "";
129196
+ readonly type: "bytes4";
129197
+ readonly internalType: "bytes4";
129198
+ }];
129199
+ readonly stateMutability: "nonpayable";
129200
+ }, {
129201
+ readonly type: "function";
129202
+ readonly name: "onERC721Received";
129203
+ readonly inputs: readonly [{
129204
+ readonly name: "";
129205
+ readonly type: "address";
129206
+ readonly internalType: "address";
129207
+ }, {
129208
+ readonly name: "";
129209
+ readonly type: "address";
129210
+ readonly internalType: "address";
129211
+ }, {
129212
+ readonly name: "";
129213
+ readonly type: "uint256";
129214
+ readonly internalType: "uint256";
129215
+ }, {
129216
+ readonly name: "";
129217
+ readonly type: "bytes";
129218
+ readonly internalType: "bytes";
129219
+ }];
129220
+ readonly outputs: readonly [{
129221
+ readonly name: "";
129222
+ readonly type: "bytes4";
129223
+ readonly internalType: "bytes4";
129224
+ }];
129225
+ readonly stateMutability: "nonpayable";
129226
+ }, {
129227
+ readonly type: "function";
129228
+ readonly name: "proposalDeadline";
129229
+ readonly inputs: readonly [{
129230
+ readonly name: "proposalId";
129231
+ readonly type: "uint256";
129232
+ readonly internalType: "uint256";
129233
+ }];
129234
+ readonly outputs: readonly [{
129235
+ readonly name: "";
129236
+ readonly type: "uint256";
129237
+ readonly internalType: "uint256";
129238
+ }];
129239
+ readonly stateMutability: "view";
129240
+ }, {
129241
+ readonly type: "function";
129242
+ readonly name: "proposalEta";
129243
+ readonly inputs: readonly [{
129244
+ readonly name: "proposalId";
129245
+ readonly type: "uint256";
129246
+ readonly internalType: "uint256";
129247
+ }];
129248
+ readonly outputs: readonly [{
129249
+ readonly name: "";
129250
+ readonly type: "uint256";
129251
+ readonly internalType: "uint256";
129252
+ }];
129253
+ readonly stateMutability: "view";
129254
+ }, {
129255
+ readonly type: "function";
129256
+ readonly name: "proposalNeedsQueuing";
129257
+ readonly inputs: readonly [{
129258
+ readonly name: "proposalId";
129259
+ readonly type: "uint256";
129260
+ readonly internalType: "uint256";
129261
+ }];
129262
+ readonly outputs: readonly [{
129263
+ readonly name: "";
129264
+ readonly type: "bool";
129265
+ readonly internalType: "bool";
129266
+ }];
129267
+ readonly stateMutability: "view";
129268
+ }, {
129269
+ readonly type: "function";
129270
+ readonly name: "proposalProposer";
129271
+ readonly inputs: readonly [{
129272
+ readonly name: "proposalId";
129273
+ readonly type: "uint256";
129274
+ readonly internalType: "uint256";
129275
+ }];
129276
+ readonly outputs: readonly [{
129277
+ readonly name: "";
129278
+ readonly type: "address";
129279
+ readonly internalType: "address";
129280
+ }];
129281
+ readonly stateMutability: "view";
129282
+ }, {
129283
+ readonly type: "function";
129284
+ readonly name: "proposalSnapshot";
129285
+ readonly inputs: readonly [{
129286
+ readonly name: "proposalId";
129287
+ readonly type: "uint256";
129288
+ readonly internalType: "uint256";
129289
+ }];
129290
+ readonly outputs: readonly [{
129291
+ readonly name: "";
129292
+ readonly type: "uint256";
129293
+ readonly internalType: "uint256";
129294
+ }];
129295
+ readonly stateMutability: "view";
129296
+ }, {
129297
+ readonly type: "function";
129298
+ readonly name: "proposalThreshold";
129299
+ readonly inputs: readonly [];
129300
+ readonly outputs: readonly [{
129301
+ readonly name: "";
129302
+ readonly type: "uint256";
129303
+ readonly internalType: "uint256";
129304
+ }];
129305
+ readonly stateMutability: "view";
129306
+ }, {
129307
+ readonly type: "function";
129308
+ readonly name: "proposalVotes";
129309
+ readonly inputs: readonly [{
129310
+ readonly name: "proposalId";
129311
+ readonly type: "uint256";
129312
+ readonly internalType: "uint256";
129313
+ }];
129314
+ readonly outputs: readonly [{
129315
+ readonly name: "againstVotes";
129316
+ readonly type: "uint256";
129317
+ readonly internalType: "uint256";
129318
+ }, {
129319
+ readonly name: "forVotes";
129320
+ readonly type: "uint256";
129321
+ readonly internalType: "uint256";
129322
+ }, {
129323
+ readonly name: "abstainVotes";
129324
+ readonly type: "uint256";
129325
+ readonly internalType: "uint256";
129326
+ }];
129327
+ readonly stateMutability: "view";
129328
+ }, {
129329
+ readonly type: "function";
129330
+ readonly name: "propose";
129331
+ readonly inputs: readonly [{
129332
+ readonly name: "targets";
129333
+ readonly type: "address[]";
129334
+ readonly internalType: "address[]";
129335
+ }, {
129336
+ readonly name: "values";
129337
+ readonly type: "uint256[]";
129338
+ readonly internalType: "uint256[]";
129339
+ }, {
129340
+ readonly name: "calldatas";
129341
+ readonly type: "bytes[]";
129342
+ readonly internalType: "bytes[]";
129343
+ }, {
129344
+ readonly name: "description";
129345
+ readonly type: "string";
129346
+ readonly internalType: "string";
129347
+ }];
129348
+ readonly outputs: readonly [{
129349
+ readonly name: "";
129350
+ readonly type: "uint256";
129351
+ readonly internalType: "uint256";
129352
+ }];
129353
+ readonly stateMutability: "nonpayable";
129354
+ }, {
129355
+ readonly type: "function";
129356
+ readonly name: "queue";
129357
+ readonly inputs: readonly [{
129358
+ readonly name: "targets";
129359
+ readonly type: "address[]";
129360
+ readonly internalType: "address[]";
129361
+ }, {
129362
+ readonly name: "values";
129363
+ readonly type: "uint256[]";
129364
+ readonly internalType: "uint256[]";
129365
+ }, {
129366
+ readonly name: "calldatas";
129367
+ readonly type: "bytes[]";
129368
+ readonly internalType: "bytes[]";
129369
+ }, {
129370
+ readonly name: "descriptionHash";
129371
+ readonly type: "bytes32";
129372
+ readonly internalType: "bytes32";
129373
+ }];
129374
+ readonly outputs: readonly [{
129375
+ readonly name: "";
129376
+ readonly type: "uint256";
129377
+ readonly internalType: "uint256";
129378
+ }];
129379
+ readonly stateMutability: "nonpayable";
129380
+ }, {
129381
+ readonly type: "function";
129382
+ readonly name: "quorum";
129383
+ readonly inputs: readonly [{
129384
+ readonly name: "blockNumber";
129385
+ readonly type: "uint256";
129386
+ readonly internalType: "uint256";
129387
+ }];
129388
+ readonly outputs: readonly [{
129389
+ readonly name: "";
129390
+ readonly type: "uint256";
129391
+ readonly internalType: "uint256";
129392
+ }];
129393
+ readonly stateMutability: "view";
129394
+ }, {
129395
+ readonly type: "function";
129396
+ readonly name: "quorumDenominator";
129397
+ readonly inputs: readonly [];
129398
+ readonly outputs: readonly [{
129399
+ readonly name: "";
129400
+ readonly type: "uint256";
129401
+ readonly internalType: "uint256";
129402
+ }];
129403
+ readonly stateMutability: "view";
129404
+ }, {
129405
+ readonly type: "function";
129406
+ readonly name: "quorumNumerator";
129407
+ readonly inputs: readonly [{
129408
+ readonly name: "timepoint";
129409
+ readonly type: "uint256";
129410
+ readonly internalType: "uint256";
129411
+ }];
129412
+ readonly outputs: readonly [{
129413
+ readonly name: "";
129414
+ readonly type: "uint256";
129415
+ readonly internalType: "uint256";
129416
+ }];
129417
+ readonly stateMutability: "view";
129418
+ }, {
129419
+ readonly type: "function";
129420
+ readonly name: "quorumNumerator";
129421
+ readonly inputs: readonly [];
129422
+ readonly outputs: readonly [{
129423
+ readonly name: "";
129424
+ readonly type: "uint256";
129425
+ readonly internalType: "uint256";
129426
+ }];
129427
+ readonly stateMutability: "view";
129428
+ }, {
129429
+ readonly type: "function";
129430
+ readonly name: "relay";
129431
+ readonly inputs: readonly [{
129432
+ readonly name: "target";
129433
+ readonly type: "address";
129434
+ readonly internalType: "address";
129435
+ }, {
129436
+ readonly name: "value";
129437
+ readonly type: "uint256";
129438
+ readonly internalType: "uint256";
129439
+ }, {
129440
+ readonly name: "data";
129441
+ readonly type: "bytes";
129442
+ readonly internalType: "bytes";
129443
+ }];
129444
+ readonly outputs: readonly [];
129445
+ readonly stateMutability: "payable";
129446
+ }, {
129447
+ readonly type: "function";
129448
+ readonly name: "setProposalThreshold";
129449
+ readonly inputs: readonly [{
129450
+ readonly name: "newProposalThreshold";
129451
+ readonly type: "uint256";
129452
+ readonly internalType: "uint256";
129453
+ }];
129454
+ readonly outputs: readonly [];
129455
+ readonly stateMutability: "nonpayable";
129456
+ }, {
129457
+ readonly type: "function";
129458
+ readonly name: "setVotingDelay";
129459
+ readonly inputs: readonly [{
129460
+ readonly name: "newVotingDelay";
129461
+ readonly type: "uint48";
129462
+ readonly internalType: "uint48";
129463
+ }];
129464
+ readonly outputs: readonly [];
129465
+ readonly stateMutability: "nonpayable";
129466
+ }, {
129467
+ readonly type: "function";
129468
+ readonly name: "setVotingPeriod";
129469
+ readonly inputs: readonly [{
129470
+ readonly name: "newVotingPeriod";
129471
+ readonly type: "uint32";
129472
+ readonly internalType: "uint32";
129473
+ }];
129474
+ readonly outputs: readonly [];
129475
+ readonly stateMutability: "nonpayable";
129476
+ }, {
129477
+ readonly type: "function";
129478
+ readonly name: "state";
129479
+ readonly inputs: readonly [{
129480
+ readonly name: "proposalId";
129481
+ readonly type: "uint256";
129482
+ readonly internalType: "uint256";
129483
+ }];
129484
+ readonly outputs: readonly [{
129485
+ readonly name: "";
129486
+ readonly type: "uint8";
129487
+ readonly internalType: "enum IGovernor.ProposalState";
129488
+ }];
129489
+ readonly stateMutability: "view";
129490
+ }, {
129491
+ readonly type: "function";
129492
+ readonly name: "supportsInterface";
129493
+ readonly inputs: readonly [{
129494
+ readonly name: "interfaceId";
129495
+ readonly type: "bytes4";
129496
+ readonly internalType: "bytes4";
129497
+ }];
129498
+ readonly outputs: readonly [{
129499
+ readonly name: "";
129500
+ readonly type: "bool";
129501
+ readonly internalType: "bool";
129502
+ }];
129503
+ readonly stateMutability: "view";
129504
+ }, {
129505
+ readonly type: "function";
129506
+ readonly name: "timelock";
129507
+ readonly inputs: readonly [];
129508
+ readonly outputs: readonly [{
129509
+ readonly name: "";
129510
+ readonly type: "address";
129511
+ readonly internalType: "address";
129512
+ }];
129513
+ readonly stateMutability: "view";
129514
+ }, {
129515
+ readonly type: "function";
129516
+ readonly name: "token";
129517
+ readonly inputs: readonly [];
129518
+ readonly outputs: readonly [{
129519
+ readonly name: "";
129520
+ readonly type: "address";
129521
+ readonly internalType: "contract IERC5805";
129522
+ }];
129523
+ readonly stateMutability: "view";
129524
+ }, {
129525
+ readonly type: "function";
129526
+ readonly name: "updateQuorumNumerator";
129527
+ readonly inputs: readonly [{
129528
+ readonly name: "newQuorumNumerator";
129529
+ readonly type: "uint256";
129530
+ readonly internalType: "uint256";
129531
+ }];
129532
+ readonly outputs: readonly [];
129533
+ readonly stateMutability: "nonpayable";
129534
+ }, {
129535
+ readonly type: "function";
129536
+ readonly name: "updateTimelock";
129537
+ readonly inputs: readonly [{
129538
+ readonly name: "newTimelock";
129539
+ readonly type: "address";
129540
+ readonly internalType: "contract TimelockControllerUpgradeable";
129541
+ }];
129542
+ readonly outputs: readonly [];
129543
+ readonly stateMutability: "nonpayable";
129544
+ }, {
129545
+ readonly type: "function";
129546
+ readonly name: "version";
129547
+ readonly inputs: readonly [];
129548
+ readonly outputs: readonly [{
129549
+ readonly name: "";
129550
+ readonly type: "string";
129551
+ readonly internalType: "string";
129552
+ }];
129553
+ readonly stateMutability: "view";
129554
+ }, {
129555
+ readonly type: "function";
129556
+ readonly name: "votingDelay";
129557
+ readonly inputs: readonly [];
129558
+ readonly outputs: readonly [{
129559
+ readonly name: "";
129560
+ readonly type: "uint256";
129561
+ readonly internalType: "uint256";
129562
+ }];
129563
+ readonly stateMutability: "view";
129564
+ }, {
129565
+ readonly type: "function";
129566
+ readonly name: "votingPeriod";
129567
+ readonly inputs: readonly [];
129568
+ readonly outputs: readonly [{
129569
+ readonly name: "";
129570
+ readonly type: "uint256";
129571
+ readonly internalType: "uint256";
129572
+ }];
129573
+ readonly stateMutability: "view";
129574
+ }, {
129575
+ readonly type: "event";
129576
+ readonly name: "EIP712DomainChanged";
129577
+ readonly inputs: readonly [];
129578
+ readonly anonymous: false;
129579
+ }, {
129580
+ readonly type: "event";
129581
+ readonly name: "Initialized";
129582
+ readonly inputs: readonly [{
129583
+ readonly name: "version";
129584
+ readonly type: "uint64";
129585
+ readonly indexed: false;
129586
+ readonly internalType: "uint64";
129587
+ }];
129588
+ readonly anonymous: false;
129589
+ }, {
129590
+ readonly type: "event";
129591
+ readonly name: "ProposalCanceled";
129592
+ readonly inputs: readonly [{
129593
+ readonly name: "proposalId";
129594
+ readonly type: "uint256";
129595
+ readonly indexed: false;
129596
+ readonly internalType: "uint256";
129597
+ }];
129598
+ readonly anonymous: false;
129599
+ }, {
129600
+ readonly type: "event";
129601
+ readonly name: "ProposalCreated";
129602
+ readonly inputs: readonly [{
129603
+ readonly name: "proposalId";
129604
+ readonly type: "uint256";
129605
+ readonly indexed: false;
129606
+ readonly internalType: "uint256";
129607
+ }, {
129608
+ readonly name: "proposer";
129609
+ readonly type: "address";
129610
+ readonly indexed: false;
129611
+ readonly internalType: "address";
129612
+ }, {
129613
+ readonly name: "targets";
129614
+ readonly type: "address[]";
129615
+ readonly indexed: false;
129616
+ readonly internalType: "address[]";
129617
+ }, {
129618
+ readonly name: "values";
129619
+ readonly type: "uint256[]";
129620
+ readonly indexed: false;
129621
+ readonly internalType: "uint256[]";
129622
+ }, {
129623
+ readonly name: "signatures";
129624
+ readonly type: "string[]";
129625
+ readonly indexed: false;
129626
+ readonly internalType: "string[]";
129627
+ }, {
129628
+ readonly name: "calldatas";
129629
+ readonly type: "bytes[]";
129630
+ readonly indexed: false;
129631
+ readonly internalType: "bytes[]";
129632
+ }, {
129633
+ readonly name: "voteStart";
129634
+ readonly type: "uint256";
129635
+ readonly indexed: false;
129636
+ readonly internalType: "uint256";
129637
+ }, {
129638
+ readonly name: "voteEnd";
129639
+ readonly type: "uint256";
129640
+ readonly indexed: false;
129641
+ readonly internalType: "uint256";
129642
+ }, {
129643
+ readonly name: "description";
129644
+ readonly type: "string";
129645
+ readonly indexed: false;
129646
+ readonly internalType: "string";
129647
+ }];
129648
+ readonly anonymous: false;
129649
+ }, {
129650
+ readonly type: "event";
129651
+ readonly name: "ProposalExecuted";
129652
+ readonly inputs: readonly [{
129653
+ readonly name: "proposalId";
129654
+ readonly type: "uint256";
129655
+ readonly indexed: false;
129656
+ readonly internalType: "uint256";
129657
+ }];
129658
+ readonly anonymous: false;
129659
+ }, {
129660
+ readonly type: "event";
129661
+ readonly name: "ProposalQueued";
129662
+ readonly inputs: readonly [{
129663
+ readonly name: "proposalId";
129664
+ readonly type: "uint256";
129665
+ readonly indexed: false;
129666
+ readonly internalType: "uint256";
129667
+ }, {
129668
+ readonly name: "etaSeconds";
129669
+ readonly type: "uint256";
129670
+ readonly indexed: false;
129671
+ readonly internalType: "uint256";
129672
+ }];
129673
+ readonly anonymous: false;
129674
+ }, {
129675
+ readonly type: "event";
129676
+ readonly name: "ProposalThresholdSet";
129677
+ readonly inputs: readonly [{
129678
+ readonly name: "oldProposalThreshold";
129679
+ readonly type: "uint256";
129680
+ readonly indexed: false;
129681
+ readonly internalType: "uint256";
129682
+ }, {
129683
+ readonly name: "newProposalThreshold";
129684
+ readonly type: "uint256";
129685
+ readonly indexed: false;
129686
+ readonly internalType: "uint256";
129687
+ }];
129688
+ readonly anonymous: false;
129689
+ }, {
129690
+ readonly type: "event";
129691
+ readonly name: "QuorumNumeratorUpdated";
129692
+ readonly inputs: readonly [{
129693
+ readonly name: "oldQuorumNumerator";
129694
+ readonly type: "uint256";
129695
+ readonly indexed: false;
129696
+ readonly internalType: "uint256";
129697
+ }, {
129698
+ readonly name: "newQuorumNumerator";
129699
+ readonly type: "uint256";
129700
+ readonly indexed: false;
129701
+ readonly internalType: "uint256";
129702
+ }];
129703
+ readonly anonymous: false;
129704
+ }, {
129705
+ readonly type: "event";
129706
+ readonly name: "TimelockChange";
129707
+ readonly inputs: readonly [{
129708
+ readonly name: "oldTimelock";
129709
+ readonly type: "address";
129710
+ readonly indexed: false;
129711
+ readonly internalType: "address";
129712
+ }, {
129713
+ readonly name: "newTimelock";
129714
+ readonly type: "address";
129715
+ readonly indexed: false;
129716
+ readonly internalType: "address";
129717
+ }];
129718
+ readonly anonymous: false;
129719
+ }, {
129720
+ readonly type: "event";
129721
+ readonly name: "VoteCast";
129722
+ readonly inputs: readonly [{
129723
+ readonly name: "voter";
129724
+ readonly type: "address";
129725
+ readonly indexed: true;
129726
+ readonly internalType: "address";
129727
+ }, {
129728
+ readonly name: "proposalId";
129729
+ readonly type: "uint256";
129730
+ readonly indexed: false;
129731
+ readonly internalType: "uint256";
129732
+ }, {
129733
+ readonly name: "support";
129734
+ readonly type: "uint8";
129735
+ readonly indexed: false;
129736
+ readonly internalType: "uint8";
129737
+ }, {
129738
+ readonly name: "weight";
129739
+ readonly type: "uint256";
129740
+ readonly indexed: false;
129741
+ readonly internalType: "uint256";
129742
+ }, {
129743
+ readonly name: "reason";
129744
+ readonly type: "string";
129745
+ readonly indexed: false;
129746
+ readonly internalType: "string";
129747
+ }];
129748
+ readonly anonymous: false;
129749
+ }, {
129750
+ readonly type: "event";
129751
+ readonly name: "VoteCastWithParams";
129752
+ readonly inputs: readonly [{
129753
+ readonly name: "voter";
129754
+ readonly type: "address";
129755
+ readonly indexed: true;
129756
+ readonly internalType: "address";
129757
+ }, {
129758
+ readonly name: "proposalId";
129759
+ readonly type: "uint256";
129760
+ readonly indexed: false;
129761
+ readonly internalType: "uint256";
129762
+ }, {
129763
+ readonly name: "support";
129764
+ readonly type: "uint8";
129765
+ readonly indexed: false;
129766
+ readonly internalType: "uint8";
129767
+ }, {
129768
+ readonly name: "weight";
129769
+ readonly type: "uint256";
129770
+ readonly indexed: false;
129771
+ readonly internalType: "uint256";
129772
+ }, {
129773
+ readonly name: "reason";
129774
+ readonly type: "string";
129775
+ readonly indexed: false;
129776
+ readonly internalType: "string";
129777
+ }, {
129778
+ readonly name: "params";
129779
+ readonly type: "bytes";
129780
+ readonly indexed: false;
129781
+ readonly internalType: "bytes";
129782
+ }];
129783
+ readonly anonymous: false;
129784
+ }, {
129785
+ readonly type: "event";
129786
+ readonly name: "VotingDelaySet";
129787
+ readonly inputs: readonly [{
129788
+ readonly name: "oldVotingDelay";
129789
+ readonly type: "uint256";
129790
+ readonly indexed: false;
129791
+ readonly internalType: "uint256";
129792
+ }, {
129793
+ readonly name: "newVotingDelay";
129794
+ readonly type: "uint256";
129795
+ readonly indexed: false;
129796
+ readonly internalType: "uint256";
129797
+ }];
129798
+ readonly anonymous: false;
129799
+ }, {
129800
+ readonly type: "event";
129801
+ readonly name: "VotingPeriodSet";
129802
+ readonly inputs: readonly [{
129803
+ readonly name: "oldVotingPeriod";
129804
+ readonly type: "uint256";
129805
+ readonly indexed: false;
129806
+ readonly internalType: "uint256";
129807
+ }, {
129808
+ readonly name: "newVotingPeriod";
129809
+ readonly type: "uint256";
129810
+ readonly indexed: false;
129811
+ readonly internalType: "uint256";
129812
+ }];
129813
+ readonly anonymous: false;
129814
+ }, {
129815
+ readonly type: "error";
129816
+ readonly name: "CheckpointUnorderedInsertion";
129817
+ readonly inputs: readonly [];
129818
+ }, {
129819
+ readonly type: "error";
129820
+ readonly name: "FailedCall";
129821
+ readonly inputs: readonly [];
129822
+ }, {
129823
+ readonly type: "error";
129824
+ readonly name: "GovernorAlreadyCastVote";
129825
+ readonly inputs: readonly [{
129826
+ readonly name: "voter";
129827
+ readonly type: "address";
129828
+ readonly internalType: "address";
129829
+ }];
129830
+ }, {
129831
+ readonly type: "error";
129832
+ readonly name: "GovernorAlreadyQueuedProposal";
129833
+ readonly inputs: readonly [{
129834
+ readonly name: "proposalId";
129835
+ readonly type: "uint256";
129836
+ readonly internalType: "uint256";
129837
+ }];
129838
+ }, {
129839
+ readonly type: "error";
129840
+ readonly name: "GovernorDisabledDeposit";
129841
+ readonly inputs: readonly [];
129842
+ }, {
129843
+ readonly type: "error";
129844
+ readonly name: "GovernorInsufficientProposerVotes";
129845
+ readonly inputs: readonly [{
129846
+ readonly name: "proposer";
129847
+ readonly type: "address";
129848
+ readonly internalType: "address";
129849
+ }, {
129850
+ readonly name: "votes";
129851
+ readonly type: "uint256";
129852
+ readonly internalType: "uint256";
129853
+ }, {
129854
+ readonly name: "threshold";
129855
+ readonly type: "uint256";
129856
+ readonly internalType: "uint256";
129857
+ }];
129858
+ }, {
129859
+ readonly type: "error";
129860
+ readonly name: "GovernorInvalidProposalLength";
129861
+ readonly inputs: readonly [{
129862
+ readonly name: "targets";
129863
+ readonly type: "uint256";
129864
+ readonly internalType: "uint256";
129865
+ }, {
129866
+ readonly name: "calldatas";
129867
+ readonly type: "uint256";
129868
+ readonly internalType: "uint256";
129869
+ }, {
129870
+ readonly name: "values";
129871
+ readonly type: "uint256";
129872
+ readonly internalType: "uint256";
129873
+ }];
129874
+ }, {
129875
+ readonly type: "error";
129876
+ readonly name: "GovernorInvalidQuorumFraction";
129877
+ readonly inputs: readonly [{
129878
+ readonly name: "quorumNumerator";
129879
+ readonly type: "uint256";
129880
+ readonly internalType: "uint256";
129881
+ }, {
129882
+ readonly name: "quorumDenominator";
129883
+ readonly type: "uint256";
129884
+ readonly internalType: "uint256";
129885
+ }];
129886
+ }, {
129887
+ readonly type: "error";
129888
+ readonly name: "GovernorInvalidSignature";
129889
+ readonly inputs: readonly [{
129890
+ readonly name: "voter";
129891
+ readonly type: "address";
129892
+ readonly internalType: "address";
129893
+ }];
129894
+ }, {
129895
+ readonly type: "error";
129896
+ readonly name: "GovernorInvalidVoteParams";
129897
+ readonly inputs: readonly [];
129898
+ }, {
129899
+ readonly type: "error";
129900
+ readonly name: "GovernorInvalidVoteType";
129901
+ readonly inputs: readonly [];
129902
+ }, {
129903
+ readonly type: "error";
129904
+ readonly name: "GovernorInvalidVotingPeriod";
129905
+ readonly inputs: readonly [{
129906
+ readonly name: "votingPeriod";
129907
+ readonly type: "uint256";
129908
+ readonly internalType: "uint256";
129909
+ }];
129910
+ }, {
129911
+ readonly type: "error";
129912
+ readonly name: "GovernorNonexistentProposal";
129913
+ readonly inputs: readonly [{
129914
+ readonly name: "proposalId";
129915
+ readonly type: "uint256";
129916
+ readonly internalType: "uint256";
129917
+ }];
129918
+ }, {
129919
+ readonly type: "error";
129920
+ readonly name: "GovernorNotQueuedProposal";
129921
+ readonly inputs: readonly [{
129922
+ readonly name: "proposalId";
129923
+ readonly type: "uint256";
129924
+ readonly internalType: "uint256";
129925
+ }];
129926
+ }, {
129927
+ readonly type: "error";
129928
+ readonly name: "GovernorOnlyExecutor";
129929
+ readonly inputs: readonly [{
129930
+ readonly name: "account";
129931
+ readonly type: "address";
129932
+ readonly internalType: "address";
129933
+ }];
129934
+ }, {
129935
+ readonly type: "error";
129936
+ readonly name: "GovernorOnlyProposer";
129937
+ readonly inputs: readonly [{
129938
+ readonly name: "account";
129939
+ readonly type: "address";
129940
+ readonly internalType: "address";
129941
+ }];
129942
+ }, {
129943
+ readonly type: "error";
129944
+ readonly name: "GovernorQueueNotImplemented";
129945
+ readonly inputs: readonly [];
129946
+ }, {
129947
+ readonly type: "error";
129948
+ readonly name: "GovernorRestrictedProposer";
129949
+ readonly inputs: readonly [{
129950
+ readonly name: "proposer";
129951
+ readonly type: "address";
129952
+ readonly internalType: "address";
129953
+ }];
129954
+ }, {
129955
+ readonly type: "error";
129956
+ readonly name: "GovernorUnexpectedProposalState";
129957
+ readonly inputs: readonly [{
129958
+ readonly name: "proposalId";
129959
+ readonly type: "uint256";
129960
+ readonly internalType: "uint256";
129961
+ }, {
129962
+ readonly name: "current";
129963
+ readonly type: "uint8";
129964
+ readonly internalType: "enum IGovernor.ProposalState";
129965
+ }, {
129966
+ readonly name: "expectedStates";
129967
+ readonly type: "bytes32";
129968
+ readonly internalType: "bytes32";
129969
+ }];
129970
+ }, {
129971
+ readonly type: "error";
129972
+ readonly name: "Governor__InvalidProposalThreshold";
129973
+ readonly inputs: readonly [];
129974
+ }, {
129975
+ readonly type: "error";
129976
+ readonly name: "InvalidAccountNonce";
129977
+ readonly inputs: readonly [{
129978
+ readonly name: "account";
129979
+ readonly type: "address";
129980
+ readonly internalType: "address";
129981
+ }, {
129982
+ readonly name: "currentNonce";
129983
+ readonly type: "uint256";
129984
+ readonly internalType: "uint256";
129985
+ }];
129986
+ }, {
129987
+ readonly type: "error";
129988
+ readonly name: "InvalidInitialization";
129989
+ readonly inputs: readonly [];
129990
+ }, {
129991
+ readonly type: "error";
129992
+ readonly name: "NotInitializing";
129993
+ readonly inputs: readonly [];
129994
+ }, {
129995
+ readonly type: "error";
129996
+ readonly name: "SafeCastOverflowedUintDowncast";
129997
+ readonly inputs: readonly [{
129998
+ readonly name: "bits";
129999
+ readonly type: "uint8";
130000
+ readonly internalType: "uint8";
130001
+ }, {
130002
+ readonly name: "value";
130003
+ readonly type: "uint256";
130004
+ readonly internalType: "uint256";
130005
+ }];
130006
+ }, {
130007
+ readonly type: "function";
130008
+ readonly name: "getOptimisticVotes";
130009
+ readonly inputs: readonly [{
130010
+ readonly name: "account";
130011
+ readonly type: "address";
130012
+ readonly internalType: "address";
130013
+ }, {
130014
+ readonly name: "timepoint";
130015
+ readonly type: "uint256";
130016
+ readonly internalType: "uint256";
130017
+ }];
130018
+ readonly outputs: readonly [{
130019
+ readonly name: "";
130020
+ readonly type: "uint256";
130021
+ readonly internalType: "uint256";
130022
+ }];
130023
+ readonly stateMutability: "view";
130024
+ }, {
130025
+ readonly type: "function";
130026
+ readonly name: "isOptimistic";
130027
+ readonly inputs: readonly [{
130028
+ readonly name: "proposalId";
130029
+ readonly type: "uint256";
130030
+ readonly internalType: "uint256";
130031
+ }];
130032
+ readonly outputs: readonly [{
130033
+ readonly name: "";
130034
+ readonly type: "bool";
130035
+ readonly internalType: "bool";
130036
+ }];
130037
+ readonly stateMutability: "view";
130038
+ }, {
130039
+ readonly type: "function";
130040
+ readonly name: "lateQuorumVoteExtension";
130041
+ readonly inputs: readonly [];
130042
+ readonly outputs: readonly [{
130043
+ readonly name: "";
130044
+ readonly type: "uint48";
130045
+ readonly internalType: "uint48";
130046
+ }];
130047
+ readonly stateMutability: "view";
130048
+ }, {
130049
+ readonly type: "function";
130050
+ readonly name: "optimisticParams";
130051
+ readonly inputs: readonly [];
130052
+ readonly outputs: readonly [{
130053
+ readonly name: "vetoDelay";
130054
+ readonly type: "uint48";
130055
+ readonly internalType: "uint48";
130056
+ }, {
130057
+ readonly name: "vetoPeriod";
130058
+ readonly type: "uint32";
130059
+ readonly internalType: "uint32";
130060
+ }, {
130061
+ readonly name: "vetoThreshold";
130062
+ readonly type: "uint256";
130063
+ readonly internalType: "uint256";
130064
+ }];
130065
+ readonly stateMutability: "view";
130066
+ }, {
130067
+ readonly type: "function";
130068
+ readonly name: "proposalSnapshot";
130069
+ readonly inputs: readonly [{
130070
+ readonly name: "proposalId";
130071
+ readonly type: "uint256";
130072
+ readonly internalType: "uint256";
130073
+ }];
130074
+ readonly outputs: readonly [{
130075
+ readonly name: "";
130076
+ readonly type: "uint256";
130077
+ readonly internalType: "uint256";
130078
+ }];
130079
+ readonly stateMutability: "view";
130080
+ }, {
130081
+ readonly type: "function";
130082
+ readonly name: "proposalThrottleCapacity";
130083
+ readonly inputs: readonly [];
130084
+ readonly outputs: readonly [{
130085
+ readonly name: "";
130086
+ readonly type: "uint256";
130087
+ readonly internalType: "uint256";
130088
+ }];
130089
+ readonly stateMutability: "view";
130090
+ }, {
130091
+ readonly type: "function";
130092
+ readonly name: "proposalThrottleCharges";
130093
+ readonly inputs: readonly [{
130094
+ readonly name: "account";
130095
+ readonly type: "address";
130096
+ readonly internalType: "address";
130097
+ }];
130098
+ readonly outputs: readonly [{
130099
+ readonly name: "";
130100
+ readonly type: "uint256";
130101
+ readonly internalType: "uint256";
130102
+ }];
130103
+ readonly stateMutability: "view";
130104
+ }, {
130105
+ readonly type: "function";
130106
+ readonly name: "proposeOptimistic";
130107
+ readonly inputs: readonly [{
130108
+ readonly name: "targets";
130109
+ readonly type: "address[]";
130110
+ readonly internalType: "address[]";
130111
+ }, {
130112
+ readonly name: "values";
130113
+ readonly type: "uint256[]";
130114
+ readonly internalType: "uint256[]";
130115
+ }, {
130116
+ readonly name: "calldatas";
130117
+ readonly type: "bytes[]";
130118
+ readonly internalType: "bytes[]";
130119
+ }, {
130120
+ readonly name: "description";
130121
+ readonly type: "string";
130122
+ readonly internalType: "string";
130123
+ }];
130124
+ readonly outputs: readonly [{
130125
+ readonly name: "proposalId";
130126
+ readonly type: "uint256";
130127
+ readonly internalType: "uint256";
130128
+ }];
130129
+ readonly stateMutability: "nonpayable";
130130
+ }, {
130131
+ readonly type: "function";
130132
+ readonly name: "selectorRegistry";
130133
+ readonly inputs: readonly [];
130134
+ readonly outputs: readonly [{
130135
+ readonly name: "";
130136
+ readonly type: "address";
130137
+ readonly internalType: "contract IOptimisticSelectorRegistry";
130138
+ }];
130139
+ readonly stateMutability: "view";
130140
+ }, {
130141
+ readonly type: "function";
130142
+ readonly name: "timelock";
130143
+ readonly inputs: readonly [];
130144
+ readonly outputs: readonly [{
130145
+ readonly name: "";
130146
+ readonly type: "address";
130147
+ readonly internalType: "address";
130148
+ }];
130149
+ readonly stateMutability: "view";
130150
+ }, {
130151
+ readonly type: "function";
130152
+ readonly name: "setLateQuorumVoteExtension";
130153
+ readonly inputs: readonly [{
130154
+ readonly name: "newVoteExtension";
130155
+ readonly type: "uint48";
130156
+ readonly internalType: "uint48";
130157
+ }];
130158
+ readonly outputs: readonly [];
130159
+ readonly stateMutability: "nonpayable";
130160
+ }, {
130161
+ readonly type: "function";
130162
+ readonly name: "setOptimisticParams";
130163
+ readonly inputs: readonly [{
130164
+ readonly name: "params";
130165
+ readonly type: "tuple";
130166
+ readonly internalType: "struct IReserveOptimisticGovernor.OptimisticGovernanceParams";
130167
+ readonly components: readonly [{
130168
+ readonly name: "vetoDelay";
130169
+ readonly type: "uint48";
130170
+ readonly internalType: "uint48";
130171
+ }, {
130172
+ readonly name: "vetoPeriod";
130173
+ readonly type: "uint32";
130174
+ readonly internalType: "uint32";
130175
+ }, {
130176
+ readonly name: "vetoThreshold";
130177
+ readonly type: "uint256";
130178
+ readonly internalType: "uint256";
130179
+ }];
130180
+ }];
130181
+ readonly outputs: readonly [];
130182
+ readonly stateMutability: "nonpayable";
130183
+ }, {
130184
+ readonly type: "function";
130185
+ readonly name: "setProposalThrottle";
130186
+ readonly inputs: readonly [{
130187
+ readonly name: "newProposalThrottleCapacity";
130188
+ readonly type: "uint256";
130189
+ readonly internalType: "uint256";
130190
+ }];
130191
+ readonly outputs: readonly [];
130192
+ readonly stateMutability: "nonpayable";
130193
+ }, {
130194
+ readonly type: "function";
130195
+ readonly name: "token";
130196
+ readonly inputs: readonly [];
130197
+ readonly outputs: readonly [{
130198
+ readonly name: "";
130199
+ readonly type: "address";
130200
+ readonly internalType: "contract IERC5805";
130201
+ }];
130202
+ readonly stateMutability: "view";
130203
+ }, {
130204
+ readonly type: "function";
130205
+ readonly name: "vetoThreshold";
130206
+ readonly inputs: readonly [{
130207
+ readonly name: "proposalId";
130208
+ readonly type: "uint256";
130209
+ readonly internalType: "uint256";
130210
+ }];
130211
+ readonly outputs: readonly [{
130212
+ readonly name: "";
130213
+ readonly type: "uint256";
130214
+ readonly internalType: "uint256";
130215
+ }];
130216
+ readonly stateMutability: "view";
130217
+ }];
130218
+ //#endregion
127242
130219
  //#region src/index-dtf/governance/propose/calls.d.ts
127243
130220
  declare const indexDtfV5WriteAbi: readonly [{
127244
130221
  readonly type: "constructor";
@@ -131642,4 +134619,4 @@ type YieldDtfListItem = Pick<YieldDtf, "address" | "chainId" | "name" | "symbol"
131642
134619
  readonly performance?: readonly DtfPerformancePoint[];
131643
134620
  };
131644
134621
  //#endregion
131645
- export { type AccountPortfolio, AddressAuthority, AmbiguousIndexDtfAlias, Amount, type Asset, Authority, AuthorityGroup, BlockNumber, BuildIndexDtfBasketProposalParams, type BuildIndexDtfBasketSettingsProposalParams, type BuildIndexDtfDaoSettingsProposalParams, type BuildIndexDtfInitialBasketParams, type BuildIndexDtfSettingsProposalParams, type BuildIndexDtfStartRebalanceArgsParams, type BuildIndexDtfStartRebalanceParams, BuiltIndexDtfBasketProposal, BuiltIndexDtfBasketProposalContext, BuiltIndexDtfOpenAuction, type BuiltIndexDtfProposal, type BuiltIndexDtfStartRebalance, type BuiltIndexDtfStartRebalanceAsset, CANCELLER_ROLE, CancelIndexDtfProposalParams, type ContractCall, type ContractCallPlan, type CreateWalletClientParams, DEFAULT_API_BASE_URL, DEFAULT_AUCTION_LAUNCHER_WINDOW, DEFAULT_INDEX_DTF_DEPLOY_FLAGS, DEFAULT_MAX_AUCTION_SIZE_USD, DEFAULT_RPC_URLS, type DiscoverDtf, DiscoverIndexDtfsByChainParams, DiscoverIndexDtfsFromSubgraphParams, DiscoverIndexDtfsParams, DtfBasketAsset, DtfBasketSummaryAsset, DtfBrand, type DtfChainConfig, type DtfClient, type DtfClientApi, type DtfClientConfig, type DtfClientReadContractParameters, type DtfClientSubgraph, type DtfClientSubgraphChainConfig, type DtfClientSubgraphConfig, type DtfClientViem, type DtfClientViemChainConfig, type DtfClientViemConfig, DtfMarketData, DtfParams, DtfPerformancePoint, type DtfSdk, type DtfSdkConfig, DtfStatus, ExecuteIndexDtfProposalParams, FeeRecipients, Fees, Financials, GetAllIndexDtfProposalsParams, type GetAssetListParams, type GetBasketTokenPricesWithSnapshotParams, type GetDiscoverDtfsOptions, type GetDtfPricesParams, GetFullIndexDtfOptions, GetFullIndexDtfParams, type GetHistoricalTokenPricesParams, GetIndexDtfBasketOptions, GetIndexDtfBasketParams, GetIndexDtfBasketSnapshotOptions, GetIndexDtfBasketSnapshotParams, GetIndexDtfBidQuoteParams, GetIndexDtfCompletedRebalanceParams, GetIndexDtfCompletedRebalancesOptions, GetIndexDtfCompletedRebalancesParams, GetIndexDtfDelegatesParams, GetIndexDtfExposureParams, GetIndexDtfGuardiansParams, GetIndexDtfHoldersParams, GetIndexDtfIssuanceStateParams, GetIndexDtfLegacyVoteLocksParams, GetIndexDtfOptimisticGovernanceParams, GetIndexDtfOptimisticProposalContextParams, GetIndexDtfOptimisticProposalVoterStateParams, GetIndexDtfOptimisticVotesParams, GetIndexDtfOptions, GetIndexDtfParams, GetIndexDtfPastOptimisticVotesParams, GetIndexDtfPriceHistoryOptions, GetIndexDtfPriceHistoryParams, GetIndexDtfPriceParams, GetIndexDtfPricesParams, GetIndexDtfProposalParams, GetIndexDtfProposalThrottleChargesParams, GetIndexDtfProposalVoterStateParams, GetIndexDtfProposalVotesParams, GetIndexDtfProposalsOptions, GetIndexDtfProposalsParams, GetIndexDtfProposerStateParams, GetIndexDtfRebalanceParams, GetIndexDtfRebalancesOptions, GetIndexDtfRebalancesParams, GetIndexDtfTotalAssetsParams, GetIndexDtfTotalSupplyParams, GetIndexDtfTransactionsParams, GetIndexDtfVersionParams, GetIndexDtfVoterStateParams, type GetIndexDtfBasketSnapshotParams$1 as GetReserveApiIndexDtfBasketSnapshotParams, type GetIndexDtfPriceHistoryParams$1 as GetReserveApiIndexDtfPriceHistoryParams, type GetIndexDtfPriceParams$1 as GetReserveApiIndexDtfPriceParams, type GetIndexDtfRebalanceDetailParams as GetReserveApiIndexDtfRebalanceDetailParams, type GetIndexDtfRebalanceHistoryParams as GetReserveApiIndexDtfRebalanceHistoryParams, GetSelectorRegistryIsAllowedParams, GetSelectorRegistryParams, GetSelectorRegistryTargetParams, GetTokenPricesParams, GetTokenVolatilitiesParams, Governance, GovernanceAuthority, INDEX_DTF_DEPLOYER_ADDRESS, INDEX_DTF_GOVERNANCE_DEPLOYER_ADDRESS, INDEX_DTF_SUBGRAPH_URL, IndexDtf, IndexDtfActiveAuction, IndexDtfAdminRoles, IndexDtfAuction, IndexDtfBasket, IndexDtfBasketAsset, IndexDtfBasketAssetWithPrice, type IndexDtfBasketCurrentBalancesInput, type IndexDtfBasketDefinition, type IndexDtfBasketInput, IndexDtfBasketProposalBaseToken, IndexDtfBasketProposalInput, IndexDtfBasketProposalSharesInput, IndexDtfBasketProposalUnitsInput, type IndexDtfBasketSharesInput, IndexDtfBasketSnapshot, type IndexDtfBasketToken, type IndexDtfBasketTokenInput, type IndexDtfBasketUnitsInput, IndexDtfBasketWithPrice, IndexDtfBatchPrice, IndexDtfBid, IndexDtfBidQuote, IndexDtfBrand, IndexDtfBrandProfile, IndexDtfBrandSocials, IndexDtfCall, IndexDtfCatalogEntry, IndexDtfCompletedRebalance, IndexDtfCompletedRebalanceAuction, IndexDtfCompletedRebalanceBid, IndexDtfCompletedRebalanceDetail, IndexDtfCurrentRebalance, IndexDtfCurrentRebalanceState, IndexDtfDecodedCalldata, IndexDtfDecodedContractGroup, IndexDtfDelegate, IndexDtfDeployAdditionalDetails, IndexDtfDeployBasicDetails, IndexDtfDeployFlags, IndexDtfDeployGovernanceParams, IndexDtfDeployGovernanceRoles, IndexDtfDeployRevenueDistributionParams, IndexDtfDiscoveryItem, IndexDtfExposureGroup, IndexDtfExposurePeriod, IndexDtfExposureToken, IndexDtfFeeRecipient, IndexDtfFull, IndexDtfGovernance, type IndexDtfGovernanceChanges, IndexDtfGovernanceInput, IndexDtfGuardianGroup, IndexDtfGuardians, IndexDtfHolder, IndexDtfHolderConcentration, IndexDtfHolders, type IndexDtfInitialBasket, IndexDtfInput, IndexDtfIssuanceAsset, IndexDtfIssuanceState, IndexDtfLatestAuction, IndexDtfMarket, IndexDtfOpenAuctionInput, IndexDtfOptimisticGovernance, IndexDtfOptimisticGovernanceParams, IndexDtfOptimisticProposalContext, IndexDtfOptimisticProposalVoterState, IndexDtfPlatformFee, IndexDtfPrice, IndexDtfPriceBasketAsset, IndexDtfPriceBasketToken, IndexDtfPricePoint, IndexDtfProposalActionParams, IndexDtfProposalDecoded, IndexDtfProposalDetail, IndexDtfProposalPayload, IndexDtfProposalSummary, IndexDtfProposalVote, IndexDtfProposalVoterState, IndexDtfProposalVotes, IndexDtfProposerState, IndexDtfRebalance, IndexDtfRebalanceConfig, type IndexDtfRef, IndexDtfRevenue, IndexDtfRevenueDistribution, type IndexDtfRevenueDistributionInput, type IndexDtfRevenueRecipientInput, IndexDtfRoles, IndexDtfSelectorData, IndexDtfTargetBasketPriceMode, IndexDtfTotalAssets, IndexDtfTransaction, IndexDtfTransactionType, IndexDtfUnknownCalldata, IndexDtfUnknownContractGroup, IndexDtfVoteParams, IndexDtfVoteSupport, IndexDtfVoterState, IndexDtfWriteVersion, ListIndexDtfsParams, OPTIMISTIC_PROPOSER_ROLE, type OpenAuctionArgs, OptimisticGovernanceSettings, type PortfolioIndexDtf, type PortfolioPeriod, type PortfolioReward, type PortfolioTransaction, type PortfolioVoteLock, PrepareIndexDtfAuctionLengthCallParams, type PrepareIndexDtfBasketApprovalParams, PrepareIndexDtfBidParams, PrepareIndexDtfCallParams, PrepareIndexDtfDeployApprovalParams, PrepareIndexDtfDeployApprovalsParams, PrepareIndexDtfDeployGovernedParams, PrepareIndexDtfDeployGovernedPlanParams, PrepareIndexDtfDeployParams, PrepareIndexDtfDeployPlanApprovalParams, PrepareIndexDtfDeployPlanParams, PrepareIndexDtfDeployStakingTokenParams, PrepareIndexDtfGovernorCallParams, type PrepareIndexDtfMintParams, type PrepareIndexDtfMintPlanParams, PrepareIndexDtfOptimisticGovernanceCallParams, PrepareIndexDtfPercentageCallParams, type PrepareIndexDtfRedeemParams, PrepareIndexDtfSetOptimisticParamsParams, PrepareIndexDtfSetRebalanceControlParams, PrepareIndexDtfTimelockCallParams, PrepareIndexDtfTokenCallParams, PrepareSelectorRegistrySelectorsParams, PrepareVoteLockDepositParams, PrepareVoteLockDepositPlanParams, PriceControl, type PriceRange, ProposalState, ProposalVotingState, ProposeIndexDtfProposalParams, type QueryIndexAllSubgraphsOptions, type QueryIndexSubgraphOptions, type QueryYieldSubgraphOptions, QueueIndexDtfProposalParams, ReadVoteLockAccountParams, ReadVoteLockAccountTimepointParams, ReadVoteLockAmountParams, ReadVoteLockCheckpointParams, ReadVoteLockLockParams, ReadVoteLockParams, ReadVoteLockRewardTokenParams, ReadVoteLockSharesParams, ReadVoteLockTimepointParams, ReadVoteLockUnderlyingAllowanceParams, ReadVoteLockUnderlyingBalanceParams, ReadVoteLockUnstakingManagerParams, ReadVoteLockUserRewardTrackerParams, type Rebalance, type RebalanceLimits, type ReserveApiDtfBasketToken, type ReserveApiDtfPrice, type ReserveApiHistoricalTokenPrices, type ReserveApiIndexDtfBasketSnapshot, type ReserveApiIndexDtfPrice, type ReserveApiIndexDtfPriceHistory, type ReserveApiIndexDtfRebalanceDetail, type ReserveApiIndexDtfRebalanceHistoryItem, ResolveIndexDtfAliasParams, ResolvedIndexDtfAlias, SUPPORTED_CHAINS, SdkError, type SdkErrorCode, type SdkErrorMeta, type SdkErrorOptions, type StartRebalanceArgsV5, type SubgraphDocument, SubmitOptimisticIndexDtfProposalParams, type SupportedChainId, Timelock, Token, TokenPrice, type TokenPriceWithSnapshot, TokenSnapshot, TokenVolatility, TokenWithSnapshot, VoteIndexDtfProposalParams, VoteLockDao, VoteLockState, VoteLockVault, type WeightRange, YIELD_DTF_SUBGRAPH_URL, YieldDtf, YieldDtfListItem, buildIndexDtfBasketProposal, buildIndexDtfBasketSettingsProposal, buildIndexDtfDaoSettingsProposal, buildIndexDtfDeployFeeRecipients, buildInitialBasket as buildIndexDtfInitialBasket, buildInitialBasket, buildIndexDtfSettingsProposal, buildIndexDtfStartRebalance, buildStartRebalanceArgs as buildIndexDtfStartRebalanceArgs, buildStartRebalanceArgs, createDtfClient, createDtfSdk, createIndexDtfNamespace, createIndexDtfRef, createPortfolioNamespace, createWalletClient, discoverIndexDtfs, discoverIndexDtfsByChain, discoverIndexDtfsFromSubgraph, dtfCatalog, extractIndexDtfDeployedAddress, extractIndexDtfDeployedStakingTokenAddress, generateIndexDtfDeploymentNonce, getAccountPortfolio, getAccountPortfolioHistory, getAccountPortfolioTransactions, getActiveAuction, getActiveAuction as getIndexDtfActiveAuction, getAllProposals as getAllIndexDtfProposals, getBasketSharesFromUnits, getBasketSharesFromUnits as getIndexDtfBasketSharesFromUnits, getBasketUnitsFromShares, getBasketUnitsFromShares as getIndexDtfBasketUnitsFromShares, getBidQuote, getBidQuote as getIndexDtfBidQuote, getCompletedRebalance, getCompletedRebalance as getIndexDtfCompletedRebalance, getCompletedRebalances, getCompletedRebalances as getIndexDtfCompletedRebalances, getDiscoverDtfs, getDtf, getDtfPriceFromBalances, getDtfPriceFromBalances as getIndexDtfPriceFromBalances, getEffectiveRevenueDistribution, getEffectiveRevenueDistribution as getIndexDtfEffectiveRevenueDistribution, getFull as getFullIndexDtf, getFull as getIndexDtf, getIndexDtfApprovedRevenueTokens, getAssetList as getIndexDtfAssetList, getBasket as getIndexDtfBasket, getBasketSnapshot as getIndexDtfBasketSnapshot, getBasketWithPrice as getIndexDtfBasketWithPrice, getIndexDtfBidsEnabled, getBrand as getIndexDtfBrand, getIndexDtfCatalogEntries, getIndexDtfCurrentRebalance, getDelegates as getIndexDtfDelegates, getIndexDtfDeployApprovalAmount, getIndexDtfExposure, getGuardians as getIndexDtfGuardians, getIndexDtfHolders, getIndexDtfIssuanceState, getLatestAuction as getIndexDtfLatestAuction, getLatestAuction, getLegacyVoteLocks as getIndexDtfLegacyVoteLocks, getMandate as getIndexDtfMandate, getOptimisticGovernance as getIndexDtfOptimisticGovernance, getOptimisticProposalContext as getIndexDtfOptimisticProposalContext, getOptimisticProposalVoterState as getIndexDtfOptimisticProposalVoterState, getOptimisticTimelockRoles as getIndexDtfOptimisticTimelockRoles, getOptimisticVotes as getIndexDtfOptimisticVotes, getPastOptimisticVotes as getIndexDtfPastOptimisticVotes, getIndexDtfPendingFeeShares, getIndexDtfPlatformFee, getPrice as getIndexDtfPrice, getPriceHistory as getIndexDtfPriceHistory, getPrices as getIndexDtfPrices, getProposal as getIndexDtfProposal, getProposalGovernanceAddresses as getIndexDtfProposalGovernanceAddresses, getProposalThrottleCharges as getIndexDtfProposalThrottleCharges, getProposalVoterState as getIndexDtfProposalVoterState, getProposalVotes as getIndexDtfProposalVotes, getProposals as getIndexDtfProposals, getProposerState as getIndexDtfProposerState, getRebalance as getIndexDtfRebalance, getRebalance, getRebalanceAuctions as getIndexDtfRebalanceAuctions, getRebalanceAuctions, getIndexDtfRebalanceControl, getRebalances as getIndexDtfRebalances, getRebalances, getIndexDtfRedeemMinAmounts, getIndexDtfRevenue, getSelectorRegistryAllowedSelectors as getIndexDtfSelectorRegistryAllowedSelectors, getSelectorRegistryAllowedSelectors, getSelectorRegistryIsAllowed as getIndexDtfSelectorRegistryIsAllowed, getSelectorRegistryIsAllowed, getSelectorRegistryTargets as getIndexDtfSelectorRegistryTargets, getSelectorRegistryTargets, getIndexDtfStatus, getIndexDtfStatuses, getTotalAssets as getIndexDtfTotalAssets, getTotalSupply as getIndexDtfTotalSupply, getIndexDtfTransactions, getVersion as getIndexDtfVersion, getVoteLockDao as getIndexDtfVoteLockDao, getVoteLockDao, getVoteLockDaos as getIndexDtfVoteLockDaos, getVoteLockDaos, getVoteLockState as getIndexDtfVoteLockState, getVoteLockState, getVoterState as getIndexDtfVoterState, getTokenData, getTokenPrices, getTokenVolatilities, getTokensData, hashIndexDtfProposalDescription, indexDtfBasketSchema as indexDtfBasketProposalSchema, indexDtfBasketSchema, indexDtfBasketTokenSchema as indexDtfBasketProposalTokenSchema, indexDtfBasketTokenSchema, indexDtfBasketSettingsProposalSchema, indexDtfBasketSharesSchema as indexDtfBasketSharesProposalSchema, indexDtfBasketSharesSchema, indexDtfBasketUnitsSchema as indexDtfBasketUnitsProposalSchema, indexDtfBasketUnitsSchema, indexDtfCatalog, indexDtfDaoSettingsProposalSchema, indexDtfGovernanceChangesSchema, indexDtfSettingsProposalSchema, indexDtfV5WriteAbi, indexDtfV6WriteAbi, isSdkError, listIndexDtfs, mapCurrentRebalance, prepareContractCall, prepareErc20Approval, prepareIndexDtfAddToAllowlist, prepareIndexDtfAddToBasket, prepareIndexDtfBasketApproval, prepareIndexDtfBid, prepareIndexDtfCancelProposal, prepareIndexDtfCloseAuction, prepareIndexDtfDeploy, prepareIndexDtfDeployAssetApproval, prepareIndexDtfDeployAssetApprovals, prepareIndexDtfDeployGoverned, prepareIndexDtfDeployGovernedPlan, prepareIndexDtfDeployPlan, prepareIndexDtfDeployStakingToken, prepareIndexDtfDeprecate, prepareIndexDtfDistributeFees, prepareIndexDtfEndRebalance, prepareIndexDtfExecuteProposal, prepareIndexDtfGovernorCancelProposal, prepareIndexDtfMint, prepareIndexDtfMintPlan, prepareIndexDtfOpenAuction, prepareIndexDtfOpenAuctionArgs, prepareIndexDtfOpenAuctionUnrestricted, prepareIndexDtfQueueProposal, prepareIndexDtfRedeem, prepareIndexDtfRelay, prepareIndexDtfRemoveFromAllowlist, prepareIndexDtfRemoveFromBasket, prepareIndexDtfRevokeOptimisticProposer, prepareIndexDtfSetAuctionLength, prepareIndexDtfSetBidsEnabled, prepareIndexDtfSetFeeRecipients, prepareIndexDtfSetLateQuorumVoteExtension, prepareIndexDtfSetMandate, prepareIndexDtfSetMintFee, prepareIndexDtfSetName, prepareIndexDtfSetOptimisticParams, prepareIndexDtfSetProposalThrottle, prepareIndexDtfSetRebalanceControl, prepareIndexDtfSetSelfFee, prepareIndexDtfSetTradeAllowlistEnabled, prepareIndexDtfSetTrustedFillerRegistry, prepareIndexDtfSetTvlFee, prepareIndexDtfSubmitOptimisticProposal, prepareIndexDtfSubmitProposal, prepareIndexDtfTimelockDelay, prepareIndexDtfTimelockExecuteBatch, prepareIndexDtfTimelockGrantRole, prepareIndexDtfTimelockRevokeRole, prepareIndexDtfUpdateTimelock, prepareIndexDtfVote, prepareIndexDtfVoteWithReason, prepareIndexDtfVoteWithReasonAndParams, prepareSelectorRegistryRegisterSelectors, prepareSelectorRegistryUnregisterSelectors, prepareVoteLockAddRewardToken, prepareVoteLockCancelLock, prepareVoteLockClaimLock, prepareVoteLockClaimRewards, prepareVoteLockDelegate, prepareVoteLockDelegateOptimistic, prepareVoteLockDeposit, prepareVoteLockDepositPlan, prepareVoteLockPoke, prepareVoteLockRemoveRewardToken, prepareVoteLockSetRewardRatio, prepareVoteLockSetUnstakingDelay, prepareVoteLockWithdraw, readVoteLockAllRewardTokens, readVoteLockAsset, readVoteLockBalanceOf, readVoteLockCheckpoint, readVoteLockClock, readVoteLockClockMode, readVoteLockConvertToAssets, readVoteLockConvertToShares, readVoteLockDelegates, readVoteLockDisallowedRewardToken, readVoteLockGetPastTotalSupply, readVoteLockGetPastVotes, readVoteLockGetVotes, readVoteLockLock, readVoteLockMaxDeposit, readVoteLockMaxMint, readVoteLockMaxRedeem, readVoteLockMaxWithdraw, readVoteLockNumCheckpoints, readVoteLockOptimisticDelegates, readVoteLockOptimisticVotes, readVoteLockPastOptimisticVotes, readVoteLockPreviewDeposit, readVoteLockPreviewMint, readVoteLockPreviewRedeem, readVoteLockPreviewWithdraw, readVoteLockRewardRatio, readVoteLockRewardTracker, readVoteLockTotalAssets, readVoteLockTotalSupply, readVoteLockUnderlyingAllowance, readVoteLockUnderlyingBalance, readVoteLockUnstakingDelay, readVoteLockUnstakingManager, readVoteLockUnstakingTargetToken, readVoteLockUnstakingVault, readVoteLockUserRewardTracker, resolveIndexDtfAlias, supportedChainIds, yieldDtfCatalog };
134622
+ export { type AccountPortfolio, AddressAuthority, AmbiguousIndexDtfAlias, Amount, type Asset, Authority, AuthorityGroup, BlockNumber, BuildIndexDtfBasketProposalParams, type BuildIndexDtfBasketSettingsProposalParams, type BuildIndexDtfDaoSettingsProposalParams, type BuildIndexDtfInitialBasketParams, type BuildIndexDtfSettingsProposalParams, type BuildIndexDtfStartRebalanceArgsParams, type BuildIndexDtfStartRebalanceParams, BuiltIndexDtfBasketProposal, BuiltIndexDtfBasketProposalContext, BuiltIndexDtfOpenAuction, type BuiltIndexDtfProposal, type BuiltIndexDtfStartRebalance, type BuiltIndexDtfStartRebalanceAsset, CANCELLER_ROLE, CancelIndexDtfProposalParams, type ContractCall, type ContractCallPlan, type CreateWalletClientParams, DEFAULT_API_BASE_URL, DEFAULT_AUCTION_LAUNCHER_WINDOW, DEFAULT_INDEX_DTF_DEPLOY_FLAGS, DEFAULT_MAX_AUCTION_SIZE_USD, DEFAULT_RPC_URLS, type DiscoverDtf, DiscoverIndexDtfsByChainParams, DiscoverIndexDtfsFromSubgraphParams, DiscoverIndexDtfsParams, DtfBasketAsset, DtfBasketSummaryAsset, DtfBrand, type DtfChainConfig, type DtfClient, type DtfClientApi, type DtfClientConfig, type DtfClientReadContractParameters, type DtfClientSubgraph, type DtfClientSubgraphChainConfig, type DtfClientSubgraphConfig, type DtfClientViem, type DtfClientViemChainConfig, type DtfClientViemConfig, DtfMarketData, DtfParams, DtfPerformancePoint, type DtfSdk, type DtfSdkConfig, DtfStatus, ExecuteIndexDtfProposalParams, FeeRecipients, Fees, Financials, GetAllIndexDtfProposalsParams, type GetAssetListParams, type GetBasketTokenPricesWithSnapshotParams, type GetDiscoverDtfsOptions, type GetDtfPricesParams, GetFullIndexDtfOptions, GetFullIndexDtfParams, type GetHistoricalTokenPricesParams, GetIndexDtfBasketOptions, GetIndexDtfBasketParams, GetIndexDtfBasketSnapshotOptions, GetIndexDtfBasketSnapshotParams, GetIndexDtfBidQuoteParams, GetIndexDtfCompletedRebalanceParams, GetIndexDtfCompletedRebalancesOptions, GetIndexDtfCompletedRebalancesParams, GetIndexDtfDelegatesParams, GetIndexDtfExposureParams, GetIndexDtfGuardiansParams, GetIndexDtfHoldersParams, GetIndexDtfIssuanceStateParams, GetIndexDtfLegacyVoteLocksParams, GetIndexDtfOptimisticGovernanceParams, GetIndexDtfOptimisticProposalContextParams, GetIndexDtfOptimisticProposalVoterStateParams, GetIndexDtfOptimisticVotesParams, GetIndexDtfOptions, GetIndexDtfParams, GetIndexDtfPastOptimisticVotesParams, GetIndexDtfPriceHistoryOptions, GetIndexDtfPriceHistoryParams, GetIndexDtfPriceParams, GetIndexDtfPricesParams, GetIndexDtfProposalParams, GetIndexDtfProposalThrottleChargesParams, GetIndexDtfProposalVoterStateParams, GetIndexDtfProposalVotesParams, GetIndexDtfProposalsOptions, GetIndexDtfProposalsParams, GetIndexDtfProposerStateParams, GetIndexDtfRebalanceParams, GetIndexDtfRebalancesOptions, GetIndexDtfRebalancesParams, GetIndexDtfTotalAssetsParams, GetIndexDtfTotalSupplyParams, GetIndexDtfTransactionsParams, GetIndexDtfVersionParams, GetIndexDtfVoterStateParams, type GetIndexDtfBasketSnapshotParams$1 as GetReserveApiIndexDtfBasketSnapshotParams, type GetIndexDtfPriceHistoryParams$1 as GetReserveApiIndexDtfPriceHistoryParams, type GetIndexDtfPriceParams$1 as GetReserveApiIndexDtfPriceParams, type GetIndexDtfRebalanceDetailParams as GetReserveApiIndexDtfRebalanceDetailParams, type GetIndexDtfRebalanceHistoryParams as GetReserveApiIndexDtfRebalanceHistoryParams, GetSelectorRegistryIsAllowedParams, GetSelectorRegistryParams, GetSelectorRegistryTargetParams, GetTokenPricesParams, GetTokenVolatilitiesParams, Governance, GovernanceAuthority, INDEX_DTF_DEPLOYER_ADDRESS, INDEX_DTF_GOVERNANCE_DEPLOYER_ADDRESS, INDEX_DTF_SUBGRAPH_URL, IndexDtf, IndexDtfActiveAuction, IndexDtfAdminRoles, IndexDtfAuction, IndexDtfBasket, IndexDtfBasketAsset, IndexDtfBasketAssetWithPrice, type IndexDtfBasketCurrentBalancesInput, type IndexDtfBasketDefinition, type IndexDtfBasketInput, IndexDtfBasketProposalBaseToken, IndexDtfBasketProposalInput, IndexDtfBasketProposalSharesInput, IndexDtfBasketProposalUnitsInput, type IndexDtfBasketSharesInput, IndexDtfBasketSnapshot, type IndexDtfBasketToken, type IndexDtfBasketTokenInput, type IndexDtfBasketUnitsInput, IndexDtfBasketWithPrice, IndexDtfBatchPrice, IndexDtfBid, IndexDtfBidQuote, IndexDtfBrand, IndexDtfBrandProfile, IndexDtfBrandSocials, IndexDtfCall, IndexDtfCatalogEntry, IndexDtfCompletedRebalance, IndexDtfCompletedRebalanceAuction, IndexDtfCompletedRebalanceBid, IndexDtfCompletedRebalanceDetail, IndexDtfCurrentRebalance, IndexDtfCurrentRebalanceState, IndexDtfDecodedCalldata, IndexDtfDecodedContractGroup, IndexDtfDelegate, IndexDtfDeployAdditionalDetails, IndexDtfDeployBasicDetails, IndexDtfDeployFlags, IndexDtfDeployGovernanceParams, IndexDtfDeployGovernanceRoles, IndexDtfDeployRevenueDistributionParams, IndexDtfDiscoveryItem, IndexDtfExposureGroup, IndexDtfExposurePeriod, IndexDtfExposureToken, IndexDtfFeeRecipient, IndexDtfFull, IndexDtfGovernance, type IndexDtfGovernanceChanges, IndexDtfGovernanceInput, IndexDtfGuardianGroup, IndexDtfGuardians, IndexDtfHolder, IndexDtfHolderConcentration, IndexDtfHolders, type IndexDtfInitialBasket, IndexDtfInput, IndexDtfIssuanceAsset, IndexDtfIssuanceState, IndexDtfLatestAuction, IndexDtfMarket, IndexDtfOpenAuctionInput, IndexDtfOptimisticGovernance, IndexDtfOptimisticGovernanceParams, IndexDtfOptimisticProposalContext, IndexDtfOptimisticProposalVoterState, IndexDtfPlatformFee, IndexDtfPrice, IndexDtfPriceBasketAsset, IndexDtfPriceBasketToken, IndexDtfPricePoint, IndexDtfProposalActionParams, IndexDtfProposalDecoded, IndexDtfProposalDetail, IndexDtfProposalPayload, IndexDtfProposalSummary, IndexDtfProposalVote, IndexDtfProposalVoterState, IndexDtfProposalVotes, IndexDtfProposerState, IndexDtfRebalance, IndexDtfRebalanceConfig, type IndexDtfRef, IndexDtfRevenue, IndexDtfRevenueDistribution, type IndexDtfRevenueDistributionInput, type IndexDtfRevenueRecipientInput, IndexDtfRoles, IndexDtfSelectorData, IndexDtfTargetBasketPriceMode, IndexDtfTotalAssets, IndexDtfTransaction, IndexDtfTransactionType, IndexDtfUnknownCalldata, IndexDtfUnknownContractGroup, IndexDtfVoteParams, IndexDtfVoteSupport, IndexDtfVoterState, IndexDtfWriteVersion, ListIndexDtfsParams, OPTIMISTIC_PROPOSER_ROLE, type OpenAuctionArgs, OptimisticGovernanceSettings, type PortfolioIndexDtf, type PortfolioPeriod, type PortfolioReward, type PortfolioTransaction, type PortfolioVoteLock, PrepareIndexDtfAuctionLengthCallParams, type PrepareIndexDtfBasketApprovalParams, PrepareIndexDtfBidParams, PrepareIndexDtfCallParams, PrepareIndexDtfDeployApprovalParams, PrepareIndexDtfDeployApprovalsParams, PrepareIndexDtfDeployGovernedParams, PrepareIndexDtfDeployGovernedPlanParams, PrepareIndexDtfDeployParams, PrepareIndexDtfDeployPlanApprovalParams, PrepareIndexDtfDeployPlanParams, PrepareIndexDtfDeployStakingTokenParams, PrepareIndexDtfGovernorCallParams, type PrepareIndexDtfMintParams, type PrepareIndexDtfMintPlanParams, PrepareIndexDtfOptimisticGovernanceCallParams, PrepareIndexDtfPercentageCallParams, type PrepareIndexDtfRedeemParams, PrepareIndexDtfSetOptimisticParamsParams, PrepareIndexDtfSetRebalanceControlParams, PrepareIndexDtfTimelockCallParams, PrepareIndexDtfTokenCallParams, PrepareSelectorRegistrySelectorsParams, PrepareVoteLockDepositParams, PrepareVoteLockDepositPlanParams, PriceControl, type PriceRange, ProposalState, ProposalVotingState, ProposeIndexDtfProposalParams, type QueryIndexAllSubgraphsOptions, type QueryIndexSubgraphOptions, type QueryYieldSubgraphOptions, QueueIndexDtfProposalParams, ReadVoteLockAccountParams, ReadVoteLockAccountTimepointParams, ReadVoteLockAmountParams, ReadVoteLockCheckpointParams, ReadVoteLockLockParams, ReadVoteLockParams, ReadVoteLockRewardTokenParams, ReadVoteLockSharesParams, ReadVoteLockTimepointParams, ReadVoteLockUnderlyingAllowanceParams, ReadVoteLockUnderlyingBalanceParams, ReadVoteLockUnstakingManagerParams, ReadVoteLockUserRewardTrackerParams, type Rebalance, type RebalanceLimits, type ReserveApiDtfBasketToken, type ReserveApiDtfPrice, type ReserveApiHistoricalTokenPrices, type ReserveApiIndexDtfBasketSnapshot, type ReserveApiIndexDtfPrice, type ReserveApiIndexDtfPriceHistory, type ReserveApiIndexDtfRebalanceDetail, type ReserveApiIndexDtfRebalanceHistoryItem, ResolveIndexDtfAliasParams, ResolvedIndexDtfAlias, SUPPORTED_CHAINS, SdkError, type SdkErrorCode, type SdkErrorMeta, type SdkErrorOptions, type StartRebalanceArgsV5, type SubgraphDocument, SubmitOptimisticIndexDtfProposalParams, type SupportedChainId, Timelock, Token, TokenPrice, type TokenPriceWithSnapshot, TokenSnapshot, TokenVolatility, TokenWithSnapshot, VoteIndexDtfProposalParams, VoteLockDao, VoteLockState, VoteLockVault, type WeightRange, YIELD_DTF_SUBGRAPH_URL, YieldDtf, YieldDtfListItem, buildIndexDtfBasketProposal, buildIndexDtfBasketSettingsProposal, buildIndexDtfDaoSettingsProposal, buildIndexDtfDeployFeeRecipients, buildInitialBasket as buildIndexDtfInitialBasket, buildInitialBasket, buildIndexDtfSettingsProposal, buildIndexDtfStartRebalance, buildStartRebalanceArgs as buildIndexDtfStartRebalanceArgs, buildStartRebalanceArgs, createDtfClient, createDtfSdk, createIndexDtfNamespace, createIndexDtfRef, createPortfolioNamespace, createWalletClient, discoverIndexDtfs, discoverIndexDtfsByChain, discoverIndexDtfsFromSubgraph, dtfCatalog, dtfIndexGovernanceAbi, dtfIndexGovernanceOptimisticAbi, dtfIndexGovernanceProposalAbi, extractIndexDtfDeployedAddress, extractIndexDtfDeployedStakingTokenAddress, generateIndexDtfDeploymentNonce, getAccountPortfolio, getAccountPortfolioHistory, getAccountPortfolioTransactions, getActiveAuction, getActiveAuction as getIndexDtfActiveAuction, getAllProposals as getAllIndexDtfProposals, getBasketSharesFromUnits, getBasketSharesFromUnits as getIndexDtfBasketSharesFromUnits, getBasketUnitsFromShares, getBasketUnitsFromShares as getIndexDtfBasketUnitsFromShares, getBidQuote, getBidQuote as getIndexDtfBidQuote, getCompletedRebalance, getCompletedRebalance as getIndexDtfCompletedRebalance, getCompletedRebalances, getCompletedRebalances as getIndexDtfCompletedRebalances, getDiscoverDtfs, getDtf, getDtfPriceFromBalances, getDtfPriceFromBalances as getIndexDtfPriceFromBalances, getEffectiveRevenueDistribution, getEffectiveRevenueDistribution as getIndexDtfEffectiveRevenueDistribution, getFull as getFullIndexDtf, getFull as getIndexDtf, getIndexDtfApprovedRevenueTokens, getAssetList as getIndexDtfAssetList, getBasket as getIndexDtfBasket, getBasketSnapshot as getIndexDtfBasketSnapshot, getBasketWithPrice as getIndexDtfBasketWithPrice, getIndexDtfBidsEnabled, getBrand as getIndexDtfBrand, getIndexDtfCatalogEntries, getIndexDtfCurrentRebalance, getDelegates as getIndexDtfDelegates, getIndexDtfDeployApprovalAmount, getIndexDtfExposure, getGuardians as getIndexDtfGuardians, getIndexDtfHolders, getIndexDtfIssuanceState, getLatestAuction as getIndexDtfLatestAuction, getLatestAuction, getLegacyVoteLocks as getIndexDtfLegacyVoteLocks, getMandate as getIndexDtfMandate, getOptimisticGovernance as getIndexDtfOptimisticGovernance, getOptimisticProposalContext as getIndexDtfOptimisticProposalContext, getOptimisticProposalVoterState as getIndexDtfOptimisticProposalVoterState, getOptimisticTimelockRoles as getIndexDtfOptimisticTimelockRoles, getOptimisticVotes as getIndexDtfOptimisticVotes, getPastOptimisticVotes as getIndexDtfPastOptimisticVotes, getIndexDtfPendingFeeShares, getIndexDtfPlatformFee, getPrice as getIndexDtfPrice, getPriceHistory as getIndexDtfPriceHistory, getPrices as getIndexDtfPrices, getProposal as getIndexDtfProposal, getProposalGovernanceAddresses as getIndexDtfProposalGovernanceAddresses, getProposalThrottleCharges as getIndexDtfProposalThrottleCharges, getProposalVoterState as getIndexDtfProposalVoterState, getProposalVotes as getIndexDtfProposalVotes, getProposals as getIndexDtfProposals, getProposerState as getIndexDtfProposerState, getRebalance as getIndexDtfRebalance, getRebalance, getRebalanceAuctions as getIndexDtfRebalanceAuctions, getRebalanceAuctions, getIndexDtfRebalanceControl, getRebalances as getIndexDtfRebalances, getRebalances, getIndexDtfRedeemMinAmounts, getIndexDtfRevenue, getSelectorRegistryAllowedSelectors as getIndexDtfSelectorRegistryAllowedSelectors, getSelectorRegistryAllowedSelectors, getSelectorRegistryIsAllowed as getIndexDtfSelectorRegistryIsAllowed, getSelectorRegistryIsAllowed, getSelectorRegistryTargets as getIndexDtfSelectorRegistryTargets, getSelectorRegistryTargets, getIndexDtfStatus, getIndexDtfStatuses, getTotalAssets as getIndexDtfTotalAssets, getTotalSupply as getIndexDtfTotalSupply, getIndexDtfTransactions, getVersion as getIndexDtfVersion, getVoteLockDao as getIndexDtfVoteLockDao, getVoteLockDao, getVoteLockDaos as getIndexDtfVoteLockDaos, getVoteLockDaos, getVoteLockState as getIndexDtfVoteLockState, getVoteLockState, getVoterState as getIndexDtfVoterState, getTokenData, getTokenPrices, getTokenVolatilities, getTokensData, hashIndexDtfProposalDescription, indexDtfBasketSchema as indexDtfBasketProposalSchema, indexDtfBasketSchema, indexDtfBasketTokenSchema as indexDtfBasketProposalTokenSchema, indexDtfBasketTokenSchema, indexDtfBasketSettingsProposalSchema, indexDtfBasketSharesSchema as indexDtfBasketSharesProposalSchema, indexDtfBasketSharesSchema, indexDtfBasketUnitsSchema as indexDtfBasketUnitsProposalSchema, indexDtfBasketUnitsSchema, indexDtfCatalog, indexDtfDaoSettingsProposalSchema, indexDtfGovernanceChangesSchema, indexDtfSettingsProposalSchema, indexDtfV5WriteAbi, indexDtfV6WriteAbi, isSdkError, listIndexDtfs, mapCurrentRebalance, prepareContractCall, prepareErc20Approval, prepareIndexDtfAddToAllowlist, prepareIndexDtfAddToBasket, prepareIndexDtfBasketApproval, prepareIndexDtfBid, prepareIndexDtfCancelProposal, prepareIndexDtfCloseAuction, prepareIndexDtfDeploy, prepareIndexDtfDeployAssetApproval, prepareIndexDtfDeployAssetApprovals, prepareIndexDtfDeployGoverned, prepareIndexDtfDeployGovernedPlan, prepareIndexDtfDeployPlan, prepareIndexDtfDeployStakingToken, prepareIndexDtfDeprecate, prepareIndexDtfDistributeFees, prepareIndexDtfEndRebalance, prepareIndexDtfExecuteProposal, prepareIndexDtfGovernorCancelProposal, prepareIndexDtfMint, prepareIndexDtfMintPlan, prepareIndexDtfOpenAuction, prepareIndexDtfOpenAuctionArgs, prepareIndexDtfOpenAuctionUnrestricted, prepareIndexDtfQueueProposal, prepareIndexDtfRedeem, prepareIndexDtfRelay, prepareIndexDtfRemoveFromAllowlist, prepareIndexDtfRemoveFromBasket, prepareIndexDtfRevokeOptimisticProposer, prepareIndexDtfSetAuctionLength, prepareIndexDtfSetBidsEnabled, prepareIndexDtfSetFeeRecipients, prepareIndexDtfSetLateQuorumVoteExtension, prepareIndexDtfSetMandate, prepareIndexDtfSetMintFee, prepareIndexDtfSetName, prepareIndexDtfSetOptimisticParams, prepareIndexDtfSetProposalThrottle, prepareIndexDtfSetRebalanceControl, prepareIndexDtfSetSelfFee, prepareIndexDtfSetTradeAllowlistEnabled, prepareIndexDtfSetTrustedFillerRegistry, prepareIndexDtfSetTvlFee, prepareIndexDtfSubmitOptimisticProposal, prepareIndexDtfSubmitProposal, prepareIndexDtfTimelockDelay, prepareIndexDtfTimelockExecuteBatch, prepareIndexDtfTimelockGrantRole, prepareIndexDtfTimelockRevokeRole, prepareIndexDtfUpdateTimelock, prepareIndexDtfVote, prepareIndexDtfVoteWithReason, prepareIndexDtfVoteWithReasonAndParams, prepareSelectorRegistryRegisterSelectors, prepareSelectorRegistryUnregisterSelectors, prepareVoteLockAddRewardToken, prepareVoteLockCancelLock, prepareVoteLockClaimLock, prepareVoteLockClaimRewards, prepareVoteLockDelegate, prepareVoteLockDelegateOptimistic, prepareVoteLockDeposit, prepareVoteLockDepositPlan, prepareVoteLockPoke, prepareVoteLockRemoveRewardToken, prepareVoteLockSetRewardRatio, prepareVoteLockSetUnstakingDelay, prepareVoteLockWithdraw, readVoteLockAllRewardTokens, readVoteLockAsset, readVoteLockBalanceOf, readVoteLockCheckpoint, readVoteLockClock, readVoteLockClockMode, readVoteLockConvertToAssets, readVoteLockConvertToShares, readVoteLockDelegates, readVoteLockDisallowedRewardToken, readVoteLockGetPastTotalSupply, readVoteLockGetPastVotes, readVoteLockGetVotes, readVoteLockLock, readVoteLockMaxDeposit, readVoteLockMaxMint, readVoteLockMaxRedeem, readVoteLockMaxWithdraw, readVoteLockNumCheckpoints, readVoteLockOptimisticDelegates, readVoteLockOptimisticVotes, readVoteLockPastOptimisticVotes, readVoteLockPreviewDeposit, readVoteLockPreviewMint, readVoteLockPreviewRedeem, readVoteLockPreviewWithdraw, readVoteLockRewardRatio, readVoteLockRewardTracker, readVoteLockTotalAssets, readVoteLockTotalSupply, readVoteLockUnderlyingAllowance, readVoteLockUnderlyingBalance, readVoteLockUnstakingDelay, readVoteLockUnstakingManager, readVoteLockUnstakingTargetToken, readVoteLockUnstakingVault, readVoteLockUserRewardTracker, resolveIndexDtfAlias, supportedChainIds, yieldDtfCatalog };