@superfluid-finance/sdk-core 0.4.4-dev.ad4bf1f.0 → 0.4.4-dev.ce099c3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/README.md +1 -1
  3. package/dist/index.umd.js +251 -200
  4. package/dist/main/Framework.d.ts +1 -7
  5. package/dist/main/Framework.d.ts.map +1 -1
  6. package/dist/main/Framework.js +2 -9
  7. package/dist/main/Framework.js.map +1 -1
  8. package/dist/main/Query.d.ts +0 -2
  9. package/dist/main/Query.d.ts.map +1 -1
  10. package/dist/main/Query.js +0 -37
  11. package/dist/main/Query.js.map +1 -1
  12. package/dist/main/SFError.d.ts +1 -1
  13. package/dist/main/SFError.d.ts.map +1 -1
  14. package/dist/main/SFError.js +0 -1
  15. package/dist/main/SFError.js.map +1 -1
  16. package/dist/main/constants.d.ts +2 -1
  17. package/dist/main/constants.d.ts.map +1 -1
  18. package/dist/main/constants.js +29 -30
  19. package/dist/main/constants.js.map +1 -1
  20. package/dist/main/events.d.ts +9 -0
  21. package/dist/main/events.d.ts.map +1 -1
  22. package/dist/main/events.js.map +1 -1
  23. package/dist/main/frameworkHelpers.d.ts +1 -2
  24. package/dist/main/frameworkHelpers.d.ts.map +1 -1
  25. package/dist/main/frameworkHelpers.js +12 -39
  26. package/dist/main/frameworkHelpers.js.map +1 -1
  27. package/dist/main/index.d.ts +2 -0
  28. package/dist/main/index.d.ts.map +1 -1
  29. package/dist/main/index.js +2 -0
  30. package/dist/main/index.js.map +1 -1
  31. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  32. package/dist/main/mapGetAllEventsQueryEvents.js +47 -0
  33. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  34. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  35. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  36. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  37. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -0
  38. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  39. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  40. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  41. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -0
  42. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  43. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
  44. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
  45. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
  46. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
  47. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +27 -0
  48. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
  49. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
  50. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
  51. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +5 -0
  52. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
  53. package/dist/main/subgraph/events/events.generated.d.ts +89 -0
  54. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  55. package/dist/main/subgraph/events/events.generated.js +37 -37
  56. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  57. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +46 -0
  58. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  59. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  60. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  61. package/dist/main/subgraph/schema.generated.d.ts +640 -42
  62. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  63. package/dist/main/types.d.ts +0 -1
  64. package/dist/main/types.d.ts.map +1 -1
  65. package/dist/module/Framework.d.ts +1 -7
  66. package/dist/module/Framework.d.ts.map +1 -1
  67. package/dist/module/Framework.js +2 -9
  68. package/dist/module/Framework.js.map +1 -1
  69. package/dist/module/Query.d.ts +0 -2
  70. package/dist/module/Query.d.ts.map +1 -1
  71. package/dist/module/Query.js +0 -37
  72. package/dist/module/Query.js.map +1 -1
  73. package/dist/module/SFError.d.ts +1 -1
  74. package/dist/module/SFError.d.ts.map +1 -1
  75. package/dist/module/SFError.js +0 -1
  76. package/dist/module/SFError.js.map +1 -1
  77. package/dist/module/constants.d.ts +2 -1
  78. package/dist/module/constants.d.ts.map +1 -1
  79. package/dist/module/constants.js +28 -29
  80. package/dist/module/constants.js.map +1 -1
  81. package/dist/module/events.d.ts +9 -0
  82. package/dist/module/events.d.ts.map +1 -1
  83. package/dist/module/events.js.map +1 -1
  84. package/dist/module/frameworkHelpers.d.ts +1 -2
  85. package/dist/module/frameworkHelpers.d.ts.map +1 -1
  86. package/dist/module/frameworkHelpers.js +13 -40
  87. package/dist/module/frameworkHelpers.js.map +1 -1
  88. package/dist/module/index.d.ts +2 -0
  89. package/dist/module/index.d.ts.map +1 -1
  90. package/dist/module/index.js +2 -0
  91. package/dist/module/index.js.map +1 -1
  92. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  93. package/dist/module/mapGetAllEventsQueryEvents.js +47 -0
  94. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  95. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  96. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  97. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  98. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -0
  99. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  100. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  101. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  102. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -0
  103. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  104. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
  105. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
  106. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
  107. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
  108. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +23 -0
  109. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
  110. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
  111. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
  112. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +2 -0
  113. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
  114. package/dist/module/subgraph/events/events.generated.d.ts +89 -0
  115. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  116. package/dist/module/subgraph/events/events.generated.js +37 -37
  117. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  118. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +46 -0
  119. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  120. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  121. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  122. package/dist/module/subgraph/schema.generated.d.ts +640 -42
  123. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  124. package/dist/module/types.d.ts +0 -1
  125. package/dist/module/types.d.ts.map +1 -1
  126. package/package.json +1 -1
@@ -141,6 +141,22 @@ export interface AccountTokenSnapshotLog_Filter {
141
141
  token_starts_with?: InputMaybe<Scalars['String']>;
142
142
  token_starts_with_nocase?: InputMaybe<Scalars['String']>;
143
143
  totalAmountStreamed?: InputMaybe<Scalars['BigInt']>;
144
+ totalAmountStreamedIn?: InputMaybe<Scalars['BigInt']>;
145
+ totalAmountStreamedIn_gt?: InputMaybe<Scalars['BigInt']>;
146
+ totalAmountStreamedIn_gte?: InputMaybe<Scalars['BigInt']>;
147
+ totalAmountStreamedIn_in?: InputMaybe<Array<Scalars['BigInt']>>;
148
+ totalAmountStreamedIn_lt?: InputMaybe<Scalars['BigInt']>;
149
+ totalAmountStreamedIn_lte?: InputMaybe<Scalars['BigInt']>;
150
+ totalAmountStreamedIn_not?: InputMaybe<Scalars['BigInt']>;
151
+ totalAmountStreamedIn_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
152
+ totalAmountStreamedOut?: InputMaybe<Scalars['BigInt']>;
153
+ totalAmountStreamedOut_gt?: InputMaybe<Scalars['BigInt']>;
154
+ totalAmountStreamedOut_gte?: InputMaybe<Scalars['BigInt']>;
155
+ totalAmountStreamedOut_in?: InputMaybe<Array<Scalars['BigInt']>>;
156
+ totalAmountStreamedOut_lt?: InputMaybe<Scalars['BigInt']>;
157
+ totalAmountStreamedOut_lte?: InputMaybe<Scalars['BigInt']>;
158
+ totalAmountStreamedOut_not?: InputMaybe<Scalars['BigInt']>;
159
+ totalAmountStreamedOut_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
144
160
  totalAmountStreamed_gt?: InputMaybe<Scalars['BigInt']>;
145
161
  totalAmountStreamed_gte?: InputMaybe<Scalars['BigInt']>;
146
162
  totalAmountStreamed_in?: InputMaybe<Array<Scalars['BigInt']>>;
@@ -247,7 +263,7 @@ export interface AccountTokenSnapshotLog_Filter {
247
263
  triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
248
264
  triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
249
265
  }
250
- export declare type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
266
+ export declare type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountStreamedIn' | 'totalAmountStreamedOut' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
251
267
  export interface AccountTokenSnapshot_Filter {
252
268
  _change_block?: InputMaybe<BlockChangedFilter>;
253
269
  account?: InputMaybe<Scalars['String']>;
@@ -318,6 +334,22 @@ export interface AccountTokenSnapshot_Filter {
318
334
  token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
319
335
  token_starts_with?: InputMaybe<Scalars['String']>;
320
336
  token_starts_with_nocase?: InputMaybe<Scalars['String']>;
337
+ totalAmountStreamedInUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
338
+ totalAmountStreamedInUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
339
+ totalAmountStreamedInUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
340
+ totalAmountStreamedInUntilUpdatedAt_in?: InputMaybe<Array<Scalars['BigInt']>>;
341
+ totalAmountStreamedInUntilUpdatedAt_lt?: InputMaybe<Scalars['BigInt']>;
342
+ totalAmountStreamedInUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
343
+ totalAmountStreamedInUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
344
+ totalAmountStreamedInUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
345
+ totalAmountStreamedOutUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
346
+ totalAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
347
+ totalAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
348
+ totalAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<Array<Scalars['BigInt']>>;
349
+ totalAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<Scalars['BigInt']>;
350
+ totalAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
351
+ totalAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
352
+ totalAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
321
353
  totalAmountStreamedUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
322
354
  totalAmountStreamedUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
323
355
  totalAmountStreamedUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
@@ -415,7 +447,7 @@ export interface AccountTokenSnapshot_Filter {
415
447
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
416
448
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
417
449
  }
418
- export declare type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
450
+ export declare type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedInUntilUpdatedAt' | 'totalAmountStreamedOutUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
419
451
  export interface Account_Filter {
420
452
  _change_block?: InputMaybe<BlockChangedFilter>;
421
453
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -492,6 +524,14 @@ export interface AgreementClassRegisteredEvent_Filter {
492
524
  code_not?: InputMaybe<Scalars['Bytes']>;
493
525
  code_not_contains?: InputMaybe<Scalars['Bytes']>;
494
526
  code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
527
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
528
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
529
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
530
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
531
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
532
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
533
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
534
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
495
535
  id?: InputMaybe<Scalars['ID']>;
496
536
  id_gt?: InputMaybe<Scalars['ID']>;
497
537
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -551,7 +591,7 @@ export interface AgreementClassRegisteredEvent_Filter {
551
591
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
552
592
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
553
593
  }
554
- export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
594
+ export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
555
595
  export interface AgreementClassUpdatedEvent_Filter {
556
596
  _change_block?: InputMaybe<BlockChangedFilter>;
557
597
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -580,6 +620,14 @@ export interface AgreementClassUpdatedEvent_Filter {
580
620
  code_not?: InputMaybe<Scalars['Bytes']>;
581
621
  code_not_contains?: InputMaybe<Scalars['Bytes']>;
582
622
  code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
623
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
624
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
625
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
626
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
627
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
628
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
629
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
630
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
583
631
  id?: InputMaybe<Scalars['ID']>;
584
632
  id_gt?: InputMaybe<Scalars['ID']>;
585
633
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -639,7 +687,7 @@ export interface AgreementClassUpdatedEvent_Filter {
639
687
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
640
688
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
641
689
  }
642
- export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
690
+ export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
643
691
  export interface AgreementLiquidatedByEvent_Filter {
644
692
  _change_block?: InputMaybe<BlockChangedFilter>;
645
693
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -682,6 +730,14 @@ export interface AgreementLiquidatedByEvent_Filter {
682
730
  bondAccount_not?: InputMaybe<Scalars['Bytes']>;
683
731
  bondAccount_not_contains?: InputMaybe<Scalars['Bytes']>;
684
732
  bondAccount_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
733
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
734
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
735
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
736
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
737
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
738
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
739
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
740
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
685
741
  id?: InputMaybe<Scalars['ID']>;
686
742
  id_gt?: InputMaybe<Scalars['ID']>;
687
743
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -767,7 +823,7 @@ export interface AgreementLiquidatedByEvent_Filter {
767
823
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
768
824
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
769
825
  }
770
- export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
826
+ export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'gasPrice' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
771
827
  export interface AgreementLiquidatedV2Event_Filter {
772
828
  _change_block?: InputMaybe<BlockChangedFilter>;
773
829
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -796,6 +852,14 @@ export interface AgreementLiquidatedV2Event_Filter {
796
852
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
797
853
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
798
854
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
855
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
856
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
857
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
858
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
859
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
860
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
861
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
862
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
799
863
  id?: InputMaybe<Scalars['ID']>;
800
864
  id_gt?: InputMaybe<Scalars['ID']>;
801
865
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -917,7 +981,7 @@ export interface AgreementLiquidatedV2Event_Filter {
917
981
  version_not?: InputMaybe<Scalars['BigInt']>;
918
982
  version_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
919
983
  }
920
- export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
984
+ export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'gasPrice' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
921
985
  export interface AppRegisteredEvent_Filter {
922
986
  _change_block?: InputMaybe<BlockChangedFilter>;
923
987
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -940,6 +1004,14 @@ export interface AppRegisteredEvent_Filter {
940
1004
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
941
1005
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
942
1006
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1007
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1008
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1009
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1010
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1011
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1012
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1013
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1014
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
943
1015
  id?: InputMaybe<Scalars['ID']>;
944
1016
  id_gt?: InputMaybe<Scalars['ID']>;
945
1017
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -999,7 +1071,7 @@ export interface AppRegisteredEvent_Filter {
999
1071
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1000
1072
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1001
1073
  }
1002
- export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1074
+ export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1003
1075
  export interface BlockChangedFilter {
1004
1076
  number_gte: Scalars['Int'];
1005
1077
  }
@@ -1044,6 +1116,14 @@ export interface BurnedEvent_Filter {
1044
1116
  from_not?: InputMaybe<Scalars['Bytes']>;
1045
1117
  from_not_contains?: InputMaybe<Scalars['Bytes']>;
1046
1118
  from_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1119
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1120
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1121
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1122
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1123
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1124
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1125
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1126
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1047
1127
  id?: InputMaybe<Scalars['ID']>;
1048
1128
  id_gt?: InputMaybe<Scalars['ID']>;
1049
1129
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -1108,6 +1188,12 @@ export interface BurnedEvent_Filter {
1108
1188
  timestamp_lte?: InputMaybe<Scalars['BigInt']>;
1109
1189
  timestamp_not?: InputMaybe<Scalars['BigInt']>;
1110
1190
  timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1191
+ token?: InputMaybe<Scalars['Bytes']>;
1192
+ token_contains?: InputMaybe<Scalars['Bytes']>;
1193
+ token_in?: InputMaybe<Array<Scalars['Bytes']>>;
1194
+ token_not?: InputMaybe<Scalars['Bytes']>;
1195
+ token_not_contains?: InputMaybe<Scalars['Bytes']>;
1196
+ token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1111
1197
  transactionHash?: InputMaybe<Scalars['Bytes']>;
1112
1198
  transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
1113
1199
  transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1115,7 +1201,7 @@ export interface BurnedEvent_Filter {
1115
1201
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1116
1202
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1117
1203
  }
1118
- export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'transactionHash';
1204
+ export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1119
1205
  export interface CfAv1LiquidationPeriodChangedEvent_Filter {
1120
1206
  _change_block?: InputMaybe<BlockChangedFilter>;
1121
1207
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1132,6 +1218,20 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
1132
1218
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
1133
1219
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
1134
1220
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1221
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1222
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1223
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1224
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1225
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1226
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1227
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1228
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1229
+ governanceAddress?: InputMaybe<Scalars['Bytes']>;
1230
+ governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
1231
+ governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
1232
+ governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
1233
+ governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
1234
+ governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1135
1235
  host?: InputMaybe<Scalars['Bytes']>;
1136
1236
  host_contains?: InputMaybe<Scalars['Bytes']>;
1137
1237
  host_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1215,7 +1315,7 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
1215
1315
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1216
1316
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1217
1317
  }
1218
- export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
1318
+ export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
1219
1319
  export interface ConfigChangedEvent_Filter {
1220
1320
  _change_block?: InputMaybe<BlockChangedFilter>;
1221
1321
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1232,6 +1332,20 @@ export interface ConfigChangedEvent_Filter {
1232
1332
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
1233
1333
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
1234
1334
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1335
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1336
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1337
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1338
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1339
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1340
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1341
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1342
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1343
+ governanceAddress?: InputMaybe<Scalars['Bytes']>;
1344
+ governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
1345
+ governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
1346
+ governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
1347
+ governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
1348
+ governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1235
1349
  host?: InputMaybe<Scalars['Bytes']>;
1236
1350
  host_contains?: InputMaybe<Scalars['Bytes']>;
1237
1351
  host_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1321,7 +1435,7 @@ export interface ConfigChangedEvent_Filter {
1321
1435
  value_not?: InputMaybe<Scalars['BigInt']>;
1322
1436
  value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1323
1437
  }
1324
- export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
1438
+ export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
1325
1439
  export interface CustomSuperTokenCreatedEvent_Filter {
1326
1440
  _change_block?: InputMaybe<BlockChangedFilter>;
1327
1441
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1338,6 +1452,14 @@ export interface CustomSuperTokenCreatedEvent_Filter {
1338
1452
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
1339
1453
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
1340
1454
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1455
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1456
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1457
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1458
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1459
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1460
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1461
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1462
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1341
1463
  id?: InputMaybe<Scalars['ID']>;
1342
1464
  id_gt?: InputMaybe<Scalars['ID']>;
1343
1465
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -1403,7 +1525,7 @@ export interface CustomSuperTokenCreatedEvent_Filter {
1403
1525
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1404
1526
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1405
1527
  }
1406
- export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1528
+ export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
1407
1529
  export interface Event_Filter {
1408
1530
  _change_block?: InputMaybe<BlockChangedFilter>;
1409
1531
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1420,6 +1542,14 @@ export interface Event_Filter {
1420
1542
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
1421
1543
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
1422
1544
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1545
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1546
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1547
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1548
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1549
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1550
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1551
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1552
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1423
1553
  id?: InputMaybe<Scalars['ID']>;
1424
1554
  id_gt?: InputMaybe<Scalars['ID']>;
1425
1555
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -1479,7 +1609,7 @@ export interface Event_Filter {
1479
1609
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1480
1610
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1481
1611
  }
1482
- export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1612
+ export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
1483
1613
  export interface FlowOperatorUpdatedEvent_Filter {
1484
1614
  _change_block?: InputMaybe<BlockChangedFilter>;
1485
1615
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1524,6 +1654,14 @@ export interface FlowOperatorUpdatedEvent_Filter {
1524
1654
  flowRateAllowance_lte?: InputMaybe<Scalars['BigInt']>;
1525
1655
  flowRateAllowance_not?: InputMaybe<Scalars['BigInt']>;
1526
1656
  flowRateAllowance_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1657
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1658
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1659
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1660
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1661
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1662
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1663
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1664
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1527
1665
  id?: InputMaybe<Scalars['ID']>;
1528
1666
  id_gt?: InputMaybe<Scalars['ID']>;
1529
1667
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -1603,7 +1741,7 @@ export interface FlowOperatorUpdatedEvent_Filter {
1603
1741
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
1604
1742
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1605
1743
  }
1606
- export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
1744
+ export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
1607
1745
  export interface FlowOperator_Filter {
1608
1746
  _change_block?: InputMaybe<BlockChangedFilter>;
1609
1747
  accountTokenSnapshot?: InputMaybe<Scalars['String']>;
@@ -1776,6 +1914,14 @@ export interface FlowUpdatedEvent_Filter {
1776
1914
  flowRate_lte?: InputMaybe<Scalars['BigInt']>;
1777
1915
  flowRate_not?: InputMaybe<Scalars['BigInt']>;
1778
1916
  flowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1917
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
1918
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
1919
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
1920
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
1921
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
1922
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
1923
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
1924
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1779
1925
  id?: InputMaybe<Scalars['ID']>;
1780
1926
  id_gt?: InputMaybe<Scalars['ID']>;
1781
1927
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -1919,7 +2065,7 @@ export interface FlowUpdatedEvent_Filter {
1919
2065
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
1920
2066
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
1921
2067
  }
1922
- export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
2068
+ export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
1923
2069
  export interface GovernanceReplacedEvent_Filter {
1924
2070
  _change_block?: InputMaybe<BlockChangedFilter>;
1925
2071
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -1936,6 +2082,14 @@ export interface GovernanceReplacedEvent_Filter {
1936
2082
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
1937
2083
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
1938
2084
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2085
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2086
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2087
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2088
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2089
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2090
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2091
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2092
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
1939
2093
  id?: InputMaybe<Scalars['ID']>;
1940
2094
  id_gt?: InputMaybe<Scalars['ID']>;
1941
2095
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2007,7 +2161,7 @@ export interface GovernanceReplacedEvent_Filter {
2007
2161
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
2008
2162
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2009
2163
  }
2010
- export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
2164
+ export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
2011
2165
  export interface IndexCreatedEvent_Filter {
2012
2166
  _change_block?: InputMaybe<BlockChangedFilter>;
2013
2167
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2024,6 +2178,14 @@ export interface IndexCreatedEvent_Filter {
2024
2178
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2025
2179
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2026
2180
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2181
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2182
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2183
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2184
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2185
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2186
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2187
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2188
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2027
2189
  id?: InputMaybe<Scalars['ID']>;
2028
2190
  id_gt?: InputMaybe<Scalars['ID']>;
2029
2191
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2129,7 +2291,7 @@ export interface IndexCreatedEvent_Filter {
2129
2291
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2130
2292
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2131
2293
  }
2132
- export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2294
+ export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2133
2295
  export interface IndexDistributionClaimedEvent_Filter {
2134
2296
  _change_block?: InputMaybe<BlockChangedFilter>;
2135
2297
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2154,6 +2316,14 @@ export interface IndexDistributionClaimedEvent_Filter {
2154
2316
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2155
2317
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2156
2318
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2319
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2320
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2321
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2322
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2323
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2324
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2325
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2326
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2157
2327
  id?: InputMaybe<Scalars['ID']>;
2158
2328
  id_gt?: InputMaybe<Scalars['ID']>;
2159
2329
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2259,7 +2429,7 @@ export interface IndexDistributionClaimedEvent_Filter {
2259
2429
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
2260
2430
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2261
2431
  }
2262
- export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
2432
+ export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
2263
2433
  export interface IndexSubscribedEvent_Filter {
2264
2434
  _change_block?: InputMaybe<BlockChangedFilter>;
2265
2435
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2276,6 +2446,14 @@ export interface IndexSubscribedEvent_Filter {
2276
2446
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2277
2447
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2278
2448
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2449
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2450
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2451
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2452
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2453
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2454
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2455
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2456
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2279
2457
  id?: InputMaybe<Scalars['ID']>;
2280
2458
  id_gt?: InputMaybe<Scalars['ID']>;
2281
2459
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2387,7 +2565,7 @@ export interface IndexSubscribedEvent_Filter {
2387
2565
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2388
2566
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2389
2567
  }
2390
- export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2568
+ export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2391
2569
  export interface IndexSubscription_Filter {
2392
2570
  _change_block?: InputMaybe<BlockChangedFilter>;
2393
2571
  approved?: InputMaybe<Scalars['Boolean']>;
@@ -2516,6 +2694,14 @@ export interface IndexUnitsUpdatedEvent_Filter {
2516
2694
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2517
2695
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2518
2696
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2697
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2698
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2699
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2700
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2701
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2702
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2703
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2704
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2519
2705
  id?: InputMaybe<Scalars['ID']>;
2520
2706
  id_gt?: InputMaybe<Scalars['ID']>;
2521
2707
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2643,7 +2829,7 @@ export interface IndexUnitsUpdatedEvent_Filter {
2643
2829
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2644
2830
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2645
2831
  }
2646
- export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
2832
+ export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
2647
2833
  export interface IndexUnsubscribedEvent_Filter {
2648
2834
  _change_block?: InputMaybe<BlockChangedFilter>;
2649
2835
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2660,6 +2846,14 @@ export interface IndexUnsubscribedEvent_Filter {
2660
2846
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2661
2847
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2662
2848
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2849
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2850
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2851
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2852
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2853
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2854
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2855
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2856
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2663
2857
  id?: InputMaybe<Scalars['ID']>;
2664
2858
  id_gt?: InputMaybe<Scalars['ID']>;
2665
2859
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2771,7 +2965,7 @@ export interface IndexUnsubscribedEvent_Filter {
2771
2965
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2772
2966
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2773
2967
  }
2774
- export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2968
+ export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
2775
2969
  export interface IndexUpdatedEvent_Filter {
2776
2970
  _change_block?: InputMaybe<BlockChangedFilter>;
2777
2971
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -2788,6 +2982,14 @@ export interface IndexUpdatedEvent_Filter {
2788
2982
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
2789
2983
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
2790
2984
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2985
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
2986
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
2987
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
2988
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
2989
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
2990
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
2991
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
2992
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
2791
2993
  id?: InputMaybe<Scalars['ID']>;
2792
2994
  id_gt?: InputMaybe<Scalars['ID']>;
2793
2995
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -2925,7 +3127,7 @@ export interface IndexUpdatedEvent_Filter {
2925
3127
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
2926
3128
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
2927
3129
  }
2928
- export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
3130
+ export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
2929
3131
  export interface Index_Filter {
2930
3132
  _change_block?: InputMaybe<BlockChangedFilter>;
2931
3133
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -3108,6 +3310,14 @@ export interface JailEvent_Filter {
3108
3310
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3109
3311
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3110
3312
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3313
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3314
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3315
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3316
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3317
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3318
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3319
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3320
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3111
3321
  id?: InputMaybe<Scalars['ID']>;
3112
3322
  id_gt?: InputMaybe<Scalars['ID']>;
3113
3323
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3175,7 +3385,7 @@ export interface JailEvent_Filter {
3175
3385
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3176
3386
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3177
3387
  }
3178
- export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
3388
+ export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
3179
3389
  export interface MintedEvent_Filter {
3180
3390
  _change_block?: InputMaybe<BlockChangedFilter>;
3181
3391
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3206,6 +3416,14 @@ export interface MintedEvent_Filter {
3206
3416
  data_not?: InputMaybe<Scalars['Bytes']>;
3207
3417
  data_not_contains?: InputMaybe<Scalars['Bytes']>;
3208
3418
  data_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3419
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3420
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3421
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3422
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3423
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3424
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3425
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3426
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3209
3427
  id?: InputMaybe<Scalars['ID']>;
3210
3428
  id_gt?: InputMaybe<Scalars['ID']>;
3211
3429
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3276,6 +3494,12 @@ export interface MintedEvent_Filter {
3276
3494
  to_not?: InputMaybe<Scalars['Bytes']>;
3277
3495
  to_not_contains?: InputMaybe<Scalars['Bytes']>;
3278
3496
  to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3497
+ token?: InputMaybe<Scalars['Bytes']>;
3498
+ token_contains?: InputMaybe<Scalars['Bytes']>;
3499
+ token_in?: InputMaybe<Array<Scalars['Bytes']>>;
3500
+ token_not?: InputMaybe<Scalars['Bytes']>;
3501
+ token_not_contains?: InputMaybe<Scalars['Bytes']>;
3502
+ token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3279
3503
  transactionHash?: InputMaybe<Scalars['Bytes']>;
3280
3504
  transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
3281
3505
  transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3283,7 +3507,7 @@ export interface MintedEvent_Filter {
3283
3507
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3284
3508
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3285
3509
  }
3286
- export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
3510
+ export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
3287
3511
  export declare type OrderDirection = 'asc' | 'desc';
3288
3512
  export interface PppConfigurationChangedEvent_Filter {
3289
3513
  _change_block?: InputMaybe<BlockChangedFilter>;
@@ -3301,6 +3525,20 @@ export interface PppConfigurationChangedEvent_Filter {
3301
3525
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3302
3526
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3303
3527
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3528
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3529
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3530
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3531
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3532
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3533
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3534
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3535
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3536
+ governanceAddress?: InputMaybe<Scalars['Bytes']>;
3537
+ governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
3538
+ governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
3539
+ governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
3540
+ governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
3541
+ governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3304
3542
  host?: InputMaybe<Scalars['Bytes']>;
3305
3543
  host_contains?: InputMaybe<Scalars['Bytes']>;
3306
3544
  host_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3392,7 +3630,7 @@ export interface PppConfigurationChangedEvent_Filter {
3392
3630
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3393
3631
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3394
3632
  }
3395
- export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
3633
+ export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
3396
3634
  export interface RewardAddressChangedEvent_Filter {
3397
3635
  _change_block?: InputMaybe<BlockChangedFilter>;
3398
3636
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3409,6 +3647,20 @@ export interface RewardAddressChangedEvent_Filter {
3409
3647
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3410
3648
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3411
3649
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3650
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3651
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3652
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3653
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3654
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3655
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3656
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3657
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3658
+ governanceAddress?: InputMaybe<Scalars['Bytes']>;
3659
+ governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
3660
+ governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
3661
+ governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
3662
+ governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
3663
+ governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3412
3664
  host?: InputMaybe<Scalars['Bytes']>;
3413
3665
  host_contains?: InputMaybe<Scalars['Bytes']>;
3414
3666
  host_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3490,7 +3742,7 @@ export interface RewardAddressChangedEvent_Filter {
3490
3742
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3491
3743
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3492
3744
  }
3493
- export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
3745
+ export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
3494
3746
  export interface RoleAdminChangedEvent_Filter {
3495
3747
  _change_block?: InputMaybe<BlockChangedFilter>;
3496
3748
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3507,6 +3759,14 @@ export interface RoleAdminChangedEvent_Filter {
3507
3759
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3508
3760
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3509
3761
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3762
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3763
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3764
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3765
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3766
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3767
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3768
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3769
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3510
3770
  id?: InputMaybe<Scalars['ID']>;
3511
3771
  id_gt?: InputMaybe<Scalars['ID']>;
3512
3772
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3584,7 +3844,7 @@ export interface RoleAdminChangedEvent_Filter {
3584
3844
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3585
3845
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3586
3846
  }
3587
- export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
3847
+ export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
3588
3848
  export interface RoleGrantedEvent_Filter {
3589
3849
  _change_block?: InputMaybe<BlockChangedFilter>;
3590
3850
  account?: InputMaybe<Scalars['Bytes']>;
@@ -3607,6 +3867,14 @@ export interface RoleGrantedEvent_Filter {
3607
3867
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3608
3868
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3609
3869
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3870
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3871
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3872
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3873
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3874
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3875
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3876
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3877
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3610
3878
  id?: InputMaybe<Scalars['ID']>;
3611
3879
  id_gt?: InputMaybe<Scalars['ID']>;
3612
3880
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3678,7 +3946,7 @@ export interface RoleGrantedEvent_Filter {
3678
3946
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3679
3947
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3680
3948
  }
3681
- export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
3949
+ export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
3682
3950
  export interface RoleRevokedEvent_Filter {
3683
3951
  _change_block?: InputMaybe<BlockChangedFilter>;
3684
3952
  account?: InputMaybe<Scalars['Bytes']>;
@@ -3701,6 +3969,14 @@ export interface RoleRevokedEvent_Filter {
3701
3969
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
3702
3970
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
3703
3971
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3972
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
3973
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
3974
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
3975
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
3976
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
3977
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
3978
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
3979
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3704
3980
  id?: InputMaybe<Scalars['ID']>;
3705
3981
  id_gt?: InputMaybe<Scalars['ID']>;
3706
3982
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3772,7 +4048,7 @@ export interface RoleRevokedEvent_Filter {
3772
4048
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3773
4049
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3774
4050
  }
3775
- export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
4051
+ export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
3776
4052
  export interface SfMeta_Filter {
3777
4053
  _change_block?: InputMaybe<BlockChangedFilter>;
3778
4054
  blockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -3877,6 +4153,14 @@ export interface SentEvent_Filter {
3877
4153
  from_not?: InputMaybe<Scalars['Bytes']>;
3878
4154
  from_not_contains?: InputMaybe<Scalars['Bytes']>;
3879
4155
  from_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4156
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
4157
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
4158
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
4159
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
4160
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
4161
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
4162
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
4163
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
3880
4164
  id?: InputMaybe<Scalars['ID']>;
3881
4165
  id_gt?: InputMaybe<Scalars['ID']>;
3882
4166
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -3947,6 +4231,12 @@ export interface SentEvent_Filter {
3947
4231
  to_not?: InputMaybe<Scalars['Bytes']>;
3948
4232
  to_not_contains?: InputMaybe<Scalars['Bytes']>;
3949
4233
  to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4234
+ token?: InputMaybe<Scalars['Bytes']>;
4235
+ token_contains?: InputMaybe<Scalars['Bytes']>;
4236
+ token_in?: InputMaybe<Array<Scalars['Bytes']>>;
4237
+ token_not?: InputMaybe<Scalars['Bytes']>;
4238
+ token_not_contains?: InputMaybe<Scalars['Bytes']>;
4239
+ token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3950
4240
  transactionHash?: InputMaybe<Scalars['Bytes']>;
3951
4241
  transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
3952
4242
  transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -3954,7 +4244,7 @@ export interface SentEvent_Filter {
3954
4244
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
3955
4245
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
3956
4246
  }
3957
- export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
4247
+ export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
3958
4248
  export interface StreamPeriod_Filter {
3959
4249
  _change_block?: InputMaybe<BlockChangedFilter>;
3960
4250
  deposit?: InputMaybe<Scalars['BigInt']>;
@@ -4315,6 +4605,14 @@ export interface SubscriptionApprovedEvent_Filter {
4315
4605
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4316
4606
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4317
4607
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4608
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
4609
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
4610
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
4611
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
4612
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
4613
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
4614
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
4615
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4318
4616
  id?: InputMaybe<Scalars['ID']>;
4319
4617
  id_gt?: InputMaybe<Scalars['ID']>;
4320
4618
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4426,7 +4724,7 @@ export interface SubscriptionApprovedEvent_Filter {
4426
4724
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
4427
4725
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4428
4726
  }
4429
- export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
4727
+ export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
4430
4728
  export interface SubscriptionDistributionClaimedEvent_Filter {
4431
4729
  _change_block?: InputMaybe<BlockChangedFilter>;
4432
4730
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4451,6 +4749,14 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
4451
4749
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4452
4750
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4453
4751
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4752
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
4753
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
4754
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
4755
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
4756
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
4757
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
4758
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
4759
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4454
4760
  id?: InputMaybe<Scalars['ID']>;
4455
4761
  id_gt?: InputMaybe<Scalars['ID']>;
4456
4762
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4556,7 +4862,7 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
4556
4862
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4557
4863
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4558
4864
  }
4559
- export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
4865
+ export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
4560
4866
  export interface SubscriptionRevokedEvent_Filter {
4561
4867
  _change_block?: InputMaybe<BlockChangedFilter>;
4562
4868
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4573,6 +4879,14 @@ export interface SubscriptionRevokedEvent_Filter {
4573
4879
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4574
4880
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4575
4881
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4882
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
4883
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
4884
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
4885
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
4886
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
4887
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
4888
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
4889
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4576
4890
  id?: InputMaybe<Scalars['ID']>;
4577
4891
  id_gt?: InputMaybe<Scalars['ID']>;
4578
4892
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4684,7 +4998,7 @@ export interface SubscriptionRevokedEvent_Filter {
4684
4998
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
4685
4999
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4686
5000
  }
4687
- export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
5001
+ export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
4688
5002
  export interface SubscriptionUnitsUpdatedEvent_Filter {
4689
5003
  _change_block?: InputMaybe<BlockChangedFilter>;
4690
5004
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4701,6 +5015,14 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
4701
5015
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4702
5016
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4703
5017
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5018
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5019
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5020
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5021
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5022
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5023
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5024
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5025
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4704
5026
  id?: InputMaybe<Scalars['ID']>;
4705
5027
  id_gt?: InputMaybe<Scalars['ID']>;
4706
5028
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4828,7 +5150,7 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
4828
5150
  userData_not_contains?: InputMaybe<Scalars['Bytes']>;
4829
5151
  userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4830
5152
  }
4831
- export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
5153
+ export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
4832
5154
  export interface SuperTokenCreatedEvent_Filter {
4833
5155
  _change_block?: InputMaybe<BlockChangedFilter>;
4834
5156
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4845,6 +5167,14 @@ export interface SuperTokenCreatedEvent_Filter {
4845
5167
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4846
5168
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4847
5169
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5170
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5171
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5172
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5173
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5174
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5175
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5176
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5177
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4848
5178
  id?: InputMaybe<Scalars['ID']>;
4849
5179
  id_gt?: InputMaybe<Scalars['ID']>;
4850
5180
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4910,7 +5240,7 @@ export interface SuperTokenCreatedEvent_Filter {
4910
5240
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4911
5241
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4912
5242
  }
4913
- export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5243
+ export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
4914
5244
  export interface SuperTokenFactoryUpdatedEvent_Filter {
4915
5245
  _change_block?: InputMaybe<BlockChangedFilter>;
4916
5246
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -4927,6 +5257,14 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
4927
5257
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
4928
5258
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
4929
5259
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5260
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5261
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5262
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5263
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5264
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5265
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5266
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5267
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
4930
5268
  id?: InputMaybe<Scalars['ID']>;
4931
5269
  id_gt?: InputMaybe<Scalars['ID']>;
4932
5270
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -4992,7 +5330,7 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
4992
5330
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
4993
5331
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
4994
5332
  }
4995
- export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
5333
+ export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
4996
5334
  export interface SuperTokenLogicCreatedEvent_Filter {
4997
5335
  _change_block?: InputMaybe<BlockChangedFilter>;
4998
5336
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5009,6 +5347,14 @@ export interface SuperTokenLogicCreatedEvent_Filter {
5009
5347
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
5010
5348
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
5011
5349
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5350
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5351
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5352
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5353
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5354
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5355
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5356
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5357
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5012
5358
  id?: InputMaybe<Scalars['ID']>;
5013
5359
  id_gt?: InputMaybe<Scalars['ID']>;
5014
5360
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -5074,7 +5420,7 @@ export interface SuperTokenLogicCreatedEvent_Filter {
5074
5420
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5075
5421
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5076
5422
  }
5077
- export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
5423
+ export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
5078
5424
  export interface SuperTokenLogicUpdatedEvent_Filter {
5079
5425
  _change_block?: InputMaybe<BlockChangedFilter>;
5080
5426
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5097,6 +5443,14 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
5097
5443
  code_not?: InputMaybe<Scalars['Bytes']>;
5098
5444
  code_not_contains?: InputMaybe<Scalars['Bytes']>;
5099
5445
  code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5446
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5447
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5448
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5449
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5450
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5451
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5452
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5453
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5100
5454
  id?: InputMaybe<Scalars['ID']>;
5101
5455
  id_gt?: InputMaybe<Scalars['ID']>;
5102
5456
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -5162,7 +5516,7 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
5162
5516
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5163
5517
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5164
5518
  }
5165
- export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5519
+ export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5166
5520
  export interface TokenDowngradedEvent_Filter {
5167
5521
  _change_block?: InputMaybe<BlockChangedFilter>;
5168
5522
  account?: InputMaybe<Scalars['String']>;
@@ -5207,6 +5561,14 @@ export interface TokenDowngradedEvent_Filter {
5207
5561
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
5208
5562
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
5209
5563
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5564
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
5565
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
5566
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
5567
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
5568
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
5569
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
5570
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
5571
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5210
5572
  id?: InputMaybe<Scalars['ID']>;
5211
5573
  id_gt?: InputMaybe<Scalars['ID']>;
5212
5574
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -5272,7 +5634,213 @@ export interface TokenDowngradedEvent_Filter {
5272
5634
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5273
5635
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5274
5636
  }
5275
- export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5637
+ export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5638
+ export interface TokenStatisticLog_Filter {
5639
+ _change_block?: InputMaybe<BlockChangedFilter>;
5640
+ blockNumber?: InputMaybe<Scalars['BigInt']>;
5641
+ blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
5642
+ blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
5643
+ blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
5644
+ blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
5645
+ blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
5646
+ blockNumber_not?: InputMaybe<Scalars['BigInt']>;
5647
+ blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5648
+ id?: InputMaybe<Scalars['ID']>;
5649
+ id_gt?: InputMaybe<Scalars['ID']>;
5650
+ id_gte?: InputMaybe<Scalars['ID']>;
5651
+ id_in?: InputMaybe<Array<Scalars['ID']>>;
5652
+ id_lt?: InputMaybe<Scalars['ID']>;
5653
+ id_lte?: InputMaybe<Scalars['ID']>;
5654
+ id_not?: InputMaybe<Scalars['ID']>;
5655
+ id_not_in?: InputMaybe<Array<Scalars['ID']>>;
5656
+ logIndex?: InputMaybe<Scalars['BigInt']>;
5657
+ logIndex_gt?: InputMaybe<Scalars['BigInt']>;
5658
+ logIndex_gte?: InputMaybe<Scalars['BigInt']>;
5659
+ logIndex_in?: InputMaybe<Array<Scalars['BigInt']>>;
5660
+ logIndex_lt?: InputMaybe<Scalars['BigInt']>;
5661
+ logIndex_lte?: InputMaybe<Scalars['BigInt']>;
5662
+ logIndex_not?: InputMaybe<Scalars['BigInt']>;
5663
+ logIndex_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5664
+ order?: InputMaybe<Scalars['BigInt']>;
5665
+ order_gt?: InputMaybe<Scalars['BigInt']>;
5666
+ order_gte?: InputMaybe<Scalars['BigInt']>;
5667
+ order_in?: InputMaybe<Array<Scalars['BigInt']>>;
5668
+ order_lt?: InputMaybe<Scalars['BigInt']>;
5669
+ order_lte?: InputMaybe<Scalars['BigInt']>;
5670
+ order_not?: InputMaybe<Scalars['BigInt']>;
5671
+ order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5672
+ timestamp?: InputMaybe<Scalars['BigInt']>;
5673
+ timestamp_gt?: InputMaybe<Scalars['BigInt']>;
5674
+ timestamp_gte?: InputMaybe<Scalars['BigInt']>;
5675
+ timestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
5676
+ timestamp_lt?: InputMaybe<Scalars['BigInt']>;
5677
+ timestamp_lte?: InputMaybe<Scalars['BigInt']>;
5678
+ timestamp_not?: InputMaybe<Scalars['BigInt']>;
5679
+ timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5680
+ token?: InputMaybe<Scalars['String']>;
5681
+ tokenStatistic?: InputMaybe<Scalars['String']>;
5682
+ tokenStatistic_contains?: InputMaybe<Scalars['String']>;
5683
+ tokenStatistic_contains_nocase?: InputMaybe<Scalars['String']>;
5684
+ tokenStatistic_ends_with?: InputMaybe<Scalars['String']>;
5685
+ tokenStatistic_ends_with_nocase?: InputMaybe<Scalars['String']>;
5686
+ tokenStatistic_gt?: InputMaybe<Scalars['String']>;
5687
+ tokenStatistic_gte?: InputMaybe<Scalars['String']>;
5688
+ tokenStatistic_in?: InputMaybe<Array<Scalars['String']>>;
5689
+ tokenStatistic_lt?: InputMaybe<Scalars['String']>;
5690
+ tokenStatistic_lte?: InputMaybe<Scalars['String']>;
5691
+ tokenStatistic_not?: InputMaybe<Scalars['String']>;
5692
+ tokenStatistic_not_contains?: InputMaybe<Scalars['String']>;
5693
+ tokenStatistic_not_contains_nocase?: InputMaybe<Scalars['String']>;
5694
+ tokenStatistic_not_ends_with?: InputMaybe<Scalars['String']>;
5695
+ tokenStatistic_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
5696
+ tokenStatistic_not_in?: InputMaybe<Array<Scalars['String']>>;
5697
+ tokenStatistic_not_starts_with?: InputMaybe<Scalars['String']>;
5698
+ tokenStatistic_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
5699
+ tokenStatistic_starts_with?: InputMaybe<Scalars['String']>;
5700
+ tokenStatistic_starts_with_nocase?: InputMaybe<Scalars['String']>;
5701
+ token_contains?: InputMaybe<Scalars['String']>;
5702
+ token_contains_nocase?: InputMaybe<Scalars['String']>;
5703
+ token_ends_with?: InputMaybe<Scalars['String']>;
5704
+ token_ends_with_nocase?: InputMaybe<Scalars['String']>;
5705
+ token_gt?: InputMaybe<Scalars['String']>;
5706
+ token_gte?: InputMaybe<Scalars['String']>;
5707
+ token_in?: InputMaybe<Array<Scalars['String']>>;
5708
+ token_lt?: InputMaybe<Scalars['String']>;
5709
+ token_lte?: InputMaybe<Scalars['String']>;
5710
+ token_not?: InputMaybe<Scalars['String']>;
5711
+ token_not_contains?: InputMaybe<Scalars['String']>;
5712
+ token_not_contains_nocase?: InputMaybe<Scalars['String']>;
5713
+ token_not_ends_with?: InputMaybe<Scalars['String']>;
5714
+ token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
5715
+ token_not_in?: InputMaybe<Array<Scalars['String']>>;
5716
+ token_not_starts_with?: InputMaybe<Scalars['String']>;
5717
+ token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
5718
+ token_starts_with?: InputMaybe<Scalars['String']>;
5719
+ token_starts_with_nocase?: InputMaybe<Scalars['String']>;
5720
+ totalAmountDistributed?: InputMaybe<Scalars['BigInt']>;
5721
+ totalAmountDistributed_gt?: InputMaybe<Scalars['BigInt']>;
5722
+ totalAmountDistributed_gte?: InputMaybe<Scalars['BigInt']>;
5723
+ totalAmountDistributed_in?: InputMaybe<Array<Scalars['BigInt']>>;
5724
+ totalAmountDistributed_lt?: InputMaybe<Scalars['BigInt']>;
5725
+ totalAmountDistributed_lte?: InputMaybe<Scalars['BigInt']>;
5726
+ totalAmountDistributed_not?: InputMaybe<Scalars['BigInt']>;
5727
+ totalAmountDistributed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5728
+ totalAmountStreamed?: InputMaybe<Scalars['BigInt']>;
5729
+ totalAmountStreamed_gt?: InputMaybe<Scalars['BigInt']>;
5730
+ totalAmountStreamed_gte?: InputMaybe<Scalars['BigInt']>;
5731
+ totalAmountStreamed_in?: InputMaybe<Array<Scalars['BigInt']>>;
5732
+ totalAmountStreamed_lt?: InputMaybe<Scalars['BigInt']>;
5733
+ totalAmountStreamed_lte?: InputMaybe<Scalars['BigInt']>;
5734
+ totalAmountStreamed_not?: InputMaybe<Scalars['BigInt']>;
5735
+ totalAmountStreamed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5736
+ totalAmountTransferred?: InputMaybe<Scalars['BigInt']>;
5737
+ totalAmountTransferred_gt?: InputMaybe<Scalars['BigInt']>;
5738
+ totalAmountTransferred_gte?: InputMaybe<Scalars['BigInt']>;
5739
+ totalAmountTransferred_in?: InputMaybe<Array<Scalars['BigInt']>>;
5740
+ totalAmountTransferred_lt?: InputMaybe<Scalars['BigInt']>;
5741
+ totalAmountTransferred_lte?: InputMaybe<Scalars['BigInt']>;
5742
+ totalAmountTransferred_not?: InputMaybe<Scalars['BigInt']>;
5743
+ totalAmountTransferred_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5744
+ totalApprovedSubscriptions?: InputMaybe<Scalars['Int']>;
5745
+ totalApprovedSubscriptions_gt?: InputMaybe<Scalars['Int']>;
5746
+ totalApprovedSubscriptions_gte?: InputMaybe<Scalars['Int']>;
5747
+ totalApprovedSubscriptions_in?: InputMaybe<Array<Scalars['Int']>>;
5748
+ totalApprovedSubscriptions_lt?: InputMaybe<Scalars['Int']>;
5749
+ totalApprovedSubscriptions_lte?: InputMaybe<Scalars['Int']>;
5750
+ totalApprovedSubscriptions_not?: InputMaybe<Scalars['Int']>;
5751
+ totalApprovedSubscriptions_not_in?: InputMaybe<Array<Scalars['Int']>>;
5752
+ totalDeposit?: InputMaybe<Scalars['BigInt']>;
5753
+ totalDeposit_gt?: InputMaybe<Scalars['BigInt']>;
5754
+ totalDeposit_gte?: InputMaybe<Scalars['BigInt']>;
5755
+ totalDeposit_in?: InputMaybe<Array<Scalars['BigInt']>>;
5756
+ totalDeposit_lt?: InputMaybe<Scalars['BigInt']>;
5757
+ totalDeposit_lte?: InputMaybe<Scalars['BigInt']>;
5758
+ totalDeposit_not?: InputMaybe<Scalars['BigInt']>;
5759
+ totalDeposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5760
+ totalNumberOfActiveIndexes?: InputMaybe<Scalars['Int']>;
5761
+ totalNumberOfActiveIndexes_gt?: InputMaybe<Scalars['Int']>;
5762
+ totalNumberOfActiveIndexes_gte?: InputMaybe<Scalars['Int']>;
5763
+ totalNumberOfActiveIndexes_in?: InputMaybe<Array<Scalars['Int']>>;
5764
+ totalNumberOfActiveIndexes_lt?: InputMaybe<Scalars['Int']>;
5765
+ totalNumberOfActiveIndexes_lte?: InputMaybe<Scalars['Int']>;
5766
+ totalNumberOfActiveIndexes_not?: InputMaybe<Scalars['Int']>;
5767
+ totalNumberOfActiveIndexes_not_in?: InputMaybe<Array<Scalars['Int']>>;
5768
+ totalNumberOfActiveStreams?: InputMaybe<Scalars['Int']>;
5769
+ totalNumberOfActiveStreams_gt?: InputMaybe<Scalars['Int']>;
5770
+ totalNumberOfActiveStreams_gte?: InputMaybe<Scalars['Int']>;
5771
+ totalNumberOfActiveStreams_in?: InputMaybe<Array<Scalars['Int']>>;
5772
+ totalNumberOfActiveStreams_lt?: InputMaybe<Scalars['Int']>;
5773
+ totalNumberOfActiveStreams_lte?: InputMaybe<Scalars['Int']>;
5774
+ totalNumberOfActiveStreams_not?: InputMaybe<Scalars['Int']>;
5775
+ totalNumberOfActiveStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
5776
+ totalNumberOfClosedStreams?: InputMaybe<Scalars['Int']>;
5777
+ totalNumberOfClosedStreams_gt?: InputMaybe<Scalars['Int']>;
5778
+ totalNumberOfClosedStreams_gte?: InputMaybe<Scalars['Int']>;
5779
+ totalNumberOfClosedStreams_in?: InputMaybe<Array<Scalars['Int']>>;
5780
+ totalNumberOfClosedStreams_lt?: InputMaybe<Scalars['Int']>;
5781
+ totalNumberOfClosedStreams_lte?: InputMaybe<Scalars['Int']>;
5782
+ totalNumberOfClosedStreams_not?: InputMaybe<Scalars['Int']>;
5783
+ totalNumberOfClosedStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
5784
+ totalNumberOfIndexes?: InputMaybe<Scalars['Int']>;
5785
+ totalNumberOfIndexes_gt?: InputMaybe<Scalars['Int']>;
5786
+ totalNumberOfIndexes_gte?: InputMaybe<Scalars['Int']>;
5787
+ totalNumberOfIndexes_in?: InputMaybe<Array<Scalars['Int']>>;
5788
+ totalNumberOfIndexes_lt?: InputMaybe<Scalars['Int']>;
5789
+ totalNumberOfIndexes_lte?: InputMaybe<Scalars['Int']>;
5790
+ totalNumberOfIndexes_not?: InputMaybe<Scalars['Int']>;
5791
+ totalNumberOfIndexes_not_in?: InputMaybe<Array<Scalars['Int']>>;
5792
+ totalOutflowRate?: InputMaybe<Scalars['BigInt']>;
5793
+ totalOutflowRate_gt?: InputMaybe<Scalars['BigInt']>;
5794
+ totalOutflowRate_gte?: InputMaybe<Scalars['BigInt']>;
5795
+ totalOutflowRate_in?: InputMaybe<Array<Scalars['BigInt']>>;
5796
+ totalOutflowRate_lt?: InputMaybe<Scalars['BigInt']>;
5797
+ totalOutflowRate_lte?: InputMaybe<Scalars['BigInt']>;
5798
+ totalOutflowRate_not?: InputMaybe<Scalars['BigInt']>;
5799
+ totalOutflowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5800
+ totalSubscriptionsWithUnits?: InputMaybe<Scalars['Int']>;
5801
+ totalSubscriptionsWithUnits_gt?: InputMaybe<Scalars['Int']>;
5802
+ totalSubscriptionsWithUnits_gte?: InputMaybe<Scalars['Int']>;
5803
+ totalSubscriptionsWithUnits_in?: InputMaybe<Array<Scalars['Int']>>;
5804
+ totalSubscriptionsWithUnits_lt?: InputMaybe<Scalars['Int']>;
5805
+ totalSubscriptionsWithUnits_lte?: InputMaybe<Scalars['Int']>;
5806
+ totalSubscriptionsWithUnits_not?: InputMaybe<Scalars['Int']>;
5807
+ totalSubscriptionsWithUnits_not_in?: InputMaybe<Array<Scalars['Int']>>;
5808
+ totalSupply?: InputMaybe<Scalars['BigInt']>;
5809
+ totalSupply_gt?: InputMaybe<Scalars['BigInt']>;
5810
+ totalSupply_gte?: InputMaybe<Scalars['BigInt']>;
5811
+ totalSupply_in?: InputMaybe<Array<Scalars['BigInt']>>;
5812
+ totalSupply_lt?: InputMaybe<Scalars['BigInt']>;
5813
+ totalSupply_lte?: InputMaybe<Scalars['BigInt']>;
5814
+ totalSupply_not?: InputMaybe<Scalars['BigInt']>;
5815
+ totalSupply_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5816
+ transactionHash?: InputMaybe<Scalars['Bytes']>;
5817
+ transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
5818
+ transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
5819
+ transactionHash_not?: InputMaybe<Scalars['Bytes']>;
5820
+ transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5821
+ transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5822
+ triggeredByEventName?: InputMaybe<Scalars['String']>;
5823
+ triggeredByEventName_contains?: InputMaybe<Scalars['String']>;
5824
+ triggeredByEventName_contains_nocase?: InputMaybe<Scalars['String']>;
5825
+ triggeredByEventName_ends_with?: InputMaybe<Scalars['String']>;
5826
+ triggeredByEventName_ends_with_nocase?: InputMaybe<Scalars['String']>;
5827
+ triggeredByEventName_gt?: InputMaybe<Scalars['String']>;
5828
+ triggeredByEventName_gte?: InputMaybe<Scalars['String']>;
5829
+ triggeredByEventName_in?: InputMaybe<Array<Scalars['String']>>;
5830
+ triggeredByEventName_lt?: InputMaybe<Scalars['String']>;
5831
+ triggeredByEventName_lte?: InputMaybe<Scalars['String']>;
5832
+ triggeredByEventName_not?: InputMaybe<Scalars['String']>;
5833
+ triggeredByEventName_not_contains?: InputMaybe<Scalars['String']>;
5834
+ triggeredByEventName_not_contains_nocase?: InputMaybe<Scalars['String']>;
5835
+ triggeredByEventName_not_ends_with?: InputMaybe<Scalars['String']>;
5836
+ triggeredByEventName_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
5837
+ triggeredByEventName_not_in?: InputMaybe<Array<Scalars['String']>>;
5838
+ triggeredByEventName_not_starts_with?: InputMaybe<Scalars['String']>;
5839
+ triggeredByEventName_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
5840
+ triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
5841
+ triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
5842
+ }
5843
+ export declare type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
5276
5844
  export interface TokenStatistic_Filter {
5277
5845
  _change_block?: InputMaybe<BlockChangedFilter>;
5278
5846
  id?: InputMaybe<Scalars['ID']>;
@@ -5416,7 +5984,7 @@ export interface TokenStatistic_Filter {
5416
5984
  updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
5417
5985
  updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5418
5986
  }
5419
- export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
5987
+ export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
5420
5988
  export interface TokenUpgradedEvent_Filter {
5421
5989
  _change_block?: InputMaybe<BlockChangedFilter>;
5422
5990
  account?: InputMaybe<Scalars['String']>;
@@ -5461,6 +6029,14 @@ export interface TokenUpgradedEvent_Filter {
5461
6029
  blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
5462
6030
  blockNumber_not?: InputMaybe<Scalars['BigInt']>;
5463
6031
  blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
6032
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
6033
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
6034
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
6035
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
6036
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
6037
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
6038
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
6039
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5464
6040
  id?: InputMaybe<Scalars['ID']>;
5465
6041
  id_gt?: InputMaybe<Scalars['ID']>;
5466
6042
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -5526,7 +6102,7 @@ export interface TokenUpgradedEvent_Filter {
5526
6102
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5527
6103
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5528
6104
  }
5529
- export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
6105
+ export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
5530
6106
  export interface Token_Filter {
5531
6107
  _change_block?: InputMaybe<BlockChangedFilter>;
5532
6108
  createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
@@ -5673,6 +6249,14 @@ export interface TransferEvent_Filter {
5673
6249
  from_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
5674
6250
  from_starts_with?: InputMaybe<Scalars['String']>;
5675
6251
  from_starts_with_nocase?: InputMaybe<Scalars['String']>;
6252
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
6253
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
6254
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
6255
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
6256
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
6257
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
6258
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
6259
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5676
6260
  id?: InputMaybe<Scalars['ID']>;
5677
6261
  id_gt?: InputMaybe<Scalars['ID']>;
5678
6262
  id_gte?: InputMaybe<Scalars['ID']>;
@@ -5766,7 +6350,7 @@ export interface TransferEvent_Filter {
5766
6350
  value_not?: InputMaybe<Scalars['BigInt']>;
5767
6351
  value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
5768
6352
  }
5769
- export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
6353
+ export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
5770
6354
  export interface TrustedForwarderChangedEvent_Filter {
5771
6355
  _change_block?: InputMaybe<BlockChangedFilter>;
5772
6356
  addresses?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5793,6 +6377,20 @@ export interface TrustedForwarderChangedEvent_Filter {
5793
6377
  forwarder_not?: InputMaybe<Scalars['Bytes']>;
5794
6378
  forwarder_not_contains?: InputMaybe<Scalars['Bytes']>;
5795
6379
  forwarder_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
6380
+ gasPrice?: InputMaybe<Scalars['BigInt']>;
6381
+ gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
6382
+ gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
6383
+ gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
6384
+ gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
6385
+ gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
6386
+ gasPrice_not?: InputMaybe<Scalars['BigInt']>;
6387
+ gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
6388
+ governanceAddress?: InputMaybe<Scalars['Bytes']>;
6389
+ governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
6390
+ governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
6391
+ governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
6392
+ governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
6393
+ governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5796
6394
  host?: InputMaybe<Scalars['Bytes']>;
5797
6395
  host_contains?: InputMaybe<Scalars['Bytes']>;
5798
6396
  host_in?: InputMaybe<Array<Scalars['Bytes']>>;
@@ -5868,6 +6466,6 @@ export interface TrustedForwarderChangedEvent_Filter {
5868
6466
  transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
5869
6467
  transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
5870
6468
  }
5871
- export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
6469
+ export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
5872
6470
  export declare type _SubgraphErrorPolicy_ = 'allow' | 'deny';
5873
6471
  //# sourceMappingURL=schema.generated.d.ts.map