@superfluid-finance/sdk-core 0.3.3-dev.33b327e.0 → 0.3.3-dev.4c31a63.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 (394) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +2 -0
  3. package/dist/index.umd.js +6002 -1981
  4. package/dist/main/BatchCall.d.ts +6 -6
  5. package/dist/main/BatchCall.js +8 -8
  6. package/dist/main/BatchCall.js.map +1 -1
  7. package/dist/main/ConstantFlowAgreementV1.d.ts +109 -17
  8. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  9. package/dist/main/ConstantFlowAgreementV1.js +245 -50
  10. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  11. package/dist/main/{Token.d.ts → ERC20Token.d.ts} +17 -14
  12. package/dist/main/ERC20Token.d.ts.map +1 -0
  13. package/dist/main/{Token.js → ERC20Token.js} +29 -33
  14. package/dist/main/ERC20Token.js.map +1 -0
  15. package/dist/main/Framework.d.ts +16 -7
  16. package/dist/main/Framework.d.ts.map +1 -1
  17. package/dist/main/Framework.js +34 -15
  18. package/dist/main/Framework.js.map +1 -1
  19. package/dist/main/Governance.d.ts +40 -0
  20. package/dist/main/Governance.d.ts.map +1 -0
  21. package/dist/main/Governance.js +82 -0
  22. package/dist/main/Governance.js.map +1 -0
  23. package/dist/main/Host.d.ts +3 -3
  24. package/dist/main/Host.d.ts.map +1 -1
  25. package/dist/main/Host.js +4 -4
  26. package/dist/main/Host.js.map +1 -1
  27. package/dist/main/InstantDistributionAgreementV1.d.ts +25 -22
  28. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  29. package/dist/main/InstantDistributionAgreementV1.js +69 -71
  30. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  31. package/dist/main/Operation.d.ts +5 -5
  32. package/dist/main/Operation.js +5 -5
  33. package/dist/main/Query.d.ts +6 -6
  34. package/dist/main/Query.d.ts.map +1 -1
  35. package/dist/main/Query.js +18 -16
  36. package/dist/main/Query.js.map +1 -1
  37. package/dist/main/SFError.d.ts +1 -1
  38. package/dist/main/SFError.d.ts.map +1 -1
  39. package/dist/main/SFError.js +2 -0
  40. package/dist/main/SFError.js.map +1 -1
  41. package/dist/main/SuperToken.d.ts +229 -68
  42. package/dist/main/SuperToken.d.ts.map +1 -1
  43. package/dist/main/SuperToken.js +318 -132
  44. package/dist/main/SuperToken.js.map +1 -1
  45. package/dist/main/abi/IConstantFlowAgreementV1.json +350 -2
  46. package/dist/main/abi/ISETH.json +1604 -0
  47. package/dist/main/abi/Superfluid.json +13 -0
  48. package/dist/main/abi/SuperfluidGovernanceII.json +939 -0
  49. package/dist/main/constants.d.ts +4 -0
  50. package/dist/main/constants.d.ts.map +1 -1
  51. package/dist/main/constants.js +36 -13
  52. package/dist/main/constants.js.map +1 -1
  53. package/dist/main/defaultSubgraphReleaseTag.json +3 -0
  54. package/dist/main/events.d.ts +14 -2
  55. package/dist/main/events.d.ts.map +1 -1
  56. package/dist/main/frameworkHelpers.d.ts +2 -2
  57. package/dist/main/frameworkHelpers.js +2 -2
  58. package/dist/main/index.d.ts +16 -5
  59. package/dist/main/index.d.ts.map +1 -1
  60. package/dist/main/index.js +12 -1
  61. package/dist/main/index.js.map +1 -1
  62. package/dist/main/interfaces.d.ts +82 -8
  63. package/dist/main/interfaces.d.ts.map +1 -1
  64. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  65. package/dist/main/mapGetAllEventsQueryEvents.js +22 -1
  66. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  67. package/dist/main/pagination.d.ts +42 -4
  68. package/dist/main/pagination.d.ts.map +1 -1
  69. package/dist/main/pagination.js +36 -5
  70. package/dist/main/pagination.js.map +1 -1
  71. package/dist/main/subgraph/SubgraphClient.d.ts +2 -2
  72. package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
  73. package/dist/main/subgraph/SubgraphClient.js +0 -12
  74. package/dist/main/subgraph/SubgraphClient.js.map +1 -1
  75. package/dist/main/subgraph/entities/account/account.d.ts +1 -0
  76. package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
  77. package/dist/main/subgraph/entities/account/accounts.generated.d.ts +2 -0
  78. package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  79. package/dist/main/subgraph/entities/account/accounts.generated.js +1 -1
  80. package/dist/main/subgraph/entities/account/accounts.generated.js.map +1 -1
  81. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  82. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  83. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
  84. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  85. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
  86. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  87. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  88. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  89. package/dist/main/subgraph/entities/index/index.d.ts +2 -0
  90. package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
  91. package/dist/main/subgraph/entities/index/index.js +1 -0
  92. package/dist/main/subgraph/entities/index/index.js.map +1 -1
  93. package/dist/main/subgraph/entities/index/indexes.generated.d.ts +3 -0
  94. package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  95. package/dist/main/subgraph/entities/index/indexes.generated.js +1 -1
  96. package/dist/main/subgraph/entities/index/indexes.generated.js.map +1 -1
  97. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
  98. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  99. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
  100. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
  101. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
  102. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  103. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
  104. package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
  105. package/dist/main/subgraph/entities/stream/stream.d.ts +2 -0
  106. package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
  107. package/dist/main/subgraph/entities/stream/stream.js +1 -0
  108. package/dist/main/subgraph/entities/stream/stream.js.map +1 -1
  109. package/dist/main/subgraph/entities/stream/streams.generated.d.ts +3 -0
  110. package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  111. package/dist/main/subgraph/entities/stream/streams.generated.js +1 -1
  112. package/dist/main/subgraph/entities/stream/streams.generated.js.map +1 -1
  113. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
  114. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  115. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
  116. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
  117. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
  118. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  119. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
  120. package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
  121. package/dist/main/subgraph/entities/token/token.d.ts +1 -0
  122. package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
  123. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +2 -0
  124. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  125. package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
  126. package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
  127. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
  128. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  129. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
  130. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  131. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
  132. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
  133. package/dist/main/subgraph/events/events.d.ts +1 -0
  134. package/dist/main/subgraph/events/events.d.ts.map +1 -1
  135. package/dist/main/subgraph/events/events.generated.d.ts +118 -3
  136. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  137. package/dist/main/subgraph/events/events.generated.js +38 -37
  138. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  139. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts +1 -0
  140. package/dist/main/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  141. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts +1 -0
  142. package/dist/main/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  143. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
  144. package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  145. package/dist/main/subgraph/meta/meta.d.ts +15 -0
  146. package/dist/main/subgraph/meta/meta.d.ts.map +1 -0
  147. package/dist/main/subgraph/meta/meta.generated.d.ts +19 -0
  148. package/dist/main/subgraph/meta/meta.generated.d.ts.map +1 -0
  149. package/dist/main/subgraph/meta/meta.generated.js +5 -0
  150. package/dist/main/subgraph/meta/meta.generated.js.map +1 -0
  151. package/dist/main/subgraph/meta/meta.js +20 -0
  152. package/dist/main/subgraph/meta/meta.js.map +1 -0
  153. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +12 -0
  154. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  155. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  156. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  157. package/dist/main/subgraph/schema.generated.d.ts +817 -5
  158. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  159. package/dist/main/subgraph/subgraphQueryHandler.d.ts +6 -3
  160. package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  161. package/dist/main/subgraph/subgraphQueryHandler.js +30 -16
  162. package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
  163. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +187 -5
  164. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  165. package/dist/main/typechain/ISETH.d.ts +1068 -0
  166. package/dist/main/typechain/ISETH.d.ts.map +1 -0
  167. package/dist/main/typechain/ISETH.js +3 -0
  168. package/dist/main/typechain/ISETH.js.map +1 -0
  169. package/dist/main/typechain/Superfluid.d.ts +8 -0
  170. package/dist/main/typechain/Superfluid.d.ts.map +1 -1
  171. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +633 -0
  172. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
  173. package/dist/main/typechain/SuperfluidGovernanceII.js +3 -0
  174. package/dist/main/typechain/SuperfluidGovernanceII.js.map +1 -0
  175. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  176. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +350 -2
  177. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  178. package/dist/main/typechain/factories/ISETH__factory.d.ts +36 -0
  179. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -0
  180. package/dist/main/typechain/factories/ISETH__factory.js +1622 -0
  181. package/dist/main/typechain/factories/ISETH__factory.js.map +1 -0
  182. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
  183. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
  184. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +957 -0
  185. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
  186. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  187. package/dist/main/typechain/factories/Superfluid__factory.js +13 -0
  188. package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
  189. package/dist/main/typechain/index.d.ts +4 -0
  190. package/dist/main/typechain/index.d.ts.map +1 -1
  191. package/dist/main/typechain/index.js +5 -1
  192. package/dist/main/typechain/index.js.map +1 -1
  193. package/dist/main/utils.d.ts +15 -13
  194. package/dist/main/utils.d.ts.map +1 -1
  195. package/dist/main/utils.js +29 -15
  196. package/dist/main/utils.js.map +1 -1
  197. package/dist/module/BatchCall.d.ts +6 -6
  198. package/dist/module/BatchCall.js +8 -8
  199. package/dist/module/BatchCall.js.map +1 -1
  200. package/dist/module/ConstantFlowAgreementV1.d.ts +109 -17
  201. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  202. package/dist/module/ConstantFlowAgreementV1.js +246 -51
  203. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  204. package/dist/module/{Token.d.ts → ERC20Token.d.ts} +17 -14
  205. package/dist/module/ERC20Token.d.ts.map +1 -0
  206. package/dist/module/{Token.js → ERC20Token.js} +28 -32
  207. package/dist/module/ERC20Token.js.map +1 -0
  208. package/dist/module/Framework.d.ts +16 -7
  209. package/dist/module/Framework.d.ts.map +1 -1
  210. package/dist/module/Framework.js +34 -15
  211. package/dist/module/Framework.js.map +1 -1
  212. package/dist/module/Governance.d.ts +40 -0
  213. package/dist/module/Governance.d.ts.map +1 -0
  214. package/dist/module/Governance.js +76 -0
  215. package/dist/module/Governance.js.map +1 -0
  216. package/dist/module/Host.d.ts +3 -3
  217. package/dist/module/Host.d.ts.map +1 -1
  218. package/dist/module/Host.js +4 -4
  219. package/dist/module/Host.js.map +1 -1
  220. package/dist/module/InstantDistributionAgreementV1.d.ts +25 -22
  221. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  222. package/dist/module/InstantDistributionAgreementV1.js +69 -71
  223. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  224. package/dist/module/Operation.d.ts +5 -5
  225. package/dist/module/Operation.js +5 -5
  226. package/dist/module/Query.d.ts +6 -6
  227. package/dist/module/Query.d.ts.map +1 -1
  228. package/dist/module/Query.js +16 -16
  229. package/dist/module/Query.js.map +1 -1
  230. package/dist/module/SFError.d.ts +1 -1
  231. package/dist/module/SFError.d.ts.map +1 -1
  232. package/dist/module/SFError.js +2 -0
  233. package/dist/module/SFError.js.map +1 -1
  234. package/dist/module/SuperToken.d.ts +229 -68
  235. package/dist/module/SuperToken.d.ts.map +1 -1
  236. package/dist/module/SuperToken.js +315 -133
  237. package/dist/module/SuperToken.js.map +1 -1
  238. package/dist/module/abi/IConstantFlowAgreementV1.json +350 -2
  239. package/dist/module/abi/ISETH.json +1604 -0
  240. package/dist/module/abi/Superfluid.json +13 -0
  241. package/dist/module/abi/SuperfluidGovernanceII.json +939 -0
  242. package/dist/module/constants.d.ts +4 -0
  243. package/dist/module/constants.d.ts.map +1 -1
  244. package/dist/module/constants.js +32 -12
  245. package/dist/module/constants.js.map +1 -1
  246. package/dist/module/defaultSubgraphReleaseTag.json +3 -0
  247. package/dist/module/events.d.ts +14 -2
  248. package/dist/module/events.d.ts.map +1 -1
  249. package/dist/module/frameworkHelpers.d.ts +2 -2
  250. package/dist/module/frameworkHelpers.js +2 -2
  251. package/dist/module/index.d.ts +16 -5
  252. package/dist/module/index.d.ts.map +1 -1
  253. package/dist/module/index.js +16 -5
  254. package/dist/module/index.js.map +1 -1
  255. package/dist/module/interfaces.d.ts +82 -8
  256. package/dist/module/interfaces.d.ts.map +1 -1
  257. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  258. package/dist/module/mapGetAllEventsQueryEvents.js +22 -1
  259. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  260. package/dist/module/pagination.d.ts +42 -4
  261. package/dist/module/pagination.d.ts.map +1 -1
  262. package/dist/module/pagination.js +30 -5
  263. package/dist/module/pagination.js.map +1 -1
  264. package/dist/module/subgraph/SubgraphClient.d.ts +2 -2
  265. package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
  266. package/dist/module/subgraph/SubgraphClient.js +1 -13
  267. package/dist/module/subgraph/SubgraphClient.js.map +1 -1
  268. package/dist/module/subgraph/entities/account/account.d.ts +1 -0
  269. package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
  270. package/dist/module/subgraph/entities/account/accounts.generated.d.ts +2 -0
  271. package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
  272. package/dist/module/subgraph/entities/account/accounts.generated.js +1 -1
  273. package/dist/module/subgraph/entities/account/accounts.generated.js.map +1 -1
  274. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
  275. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  276. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
  277. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  278. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
  279. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  280. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  281. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  282. package/dist/module/subgraph/entities/index/index.d.ts +2 -0
  283. package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
  284. package/dist/module/subgraph/entities/index/index.js +1 -0
  285. package/dist/module/subgraph/entities/index/index.js.map +1 -1
  286. package/dist/module/subgraph/entities/index/indexes.generated.d.ts +3 -0
  287. package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
  288. package/dist/module/subgraph/entities/index/indexes.generated.js +1 -1
  289. package/dist/module/subgraph/entities/index/indexes.generated.js.map +1 -1
  290. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
  291. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  292. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
  293. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
  294. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
  295. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
  296. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
  297. package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
  298. package/dist/module/subgraph/entities/stream/stream.d.ts +2 -0
  299. package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
  300. package/dist/module/subgraph/entities/stream/stream.js +1 -0
  301. package/dist/module/subgraph/entities/stream/stream.js.map +1 -1
  302. package/dist/module/subgraph/entities/stream/streams.generated.d.ts +3 -0
  303. package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
  304. package/dist/module/subgraph/entities/stream/streams.generated.js +1 -1
  305. package/dist/module/subgraph/entities/stream/streams.generated.js.map +1 -1
  306. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
  307. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  308. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
  309. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
  310. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
  311. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
  312. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
  313. package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
  314. package/dist/module/subgraph/entities/token/token.d.ts +1 -0
  315. package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
  316. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +2 -0
  317. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  318. package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
  319. package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
  320. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
  321. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  322. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
  323. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
  324. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
  325. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
  326. package/dist/module/subgraph/events/events.d.ts +1 -0
  327. package/dist/module/subgraph/events/events.d.ts.map +1 -1
  328. package/dist/module/subgraph/events/events.generated.d.ts +118 -3
  329. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  330. package/dist/module/subgraph/events/events.generated.js +37 -36
  331. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  332. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts +1 -0
  333. package/dist/module/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
  334. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts +1 -0
  335. package/dist/module/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
  336. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
  337. package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
  338. package/dist/module/subgraph/meta/meta.d.ts +15 -0
  339. package/dist/module/subgraph/meta/meta.d.ts.map +1 -0
  340. package/dist/module/subgraph/meta/meta.generated.d.ts +19 -0
  341. package/dist/module/subgraph/meta/meta.generated.d.ts.map +1 -0
  342. package/dist/module/subgraph/meta/meta.generated.js +2 -0
  343. package/dist/module/subgraph/meta/meta.generated.js.map +1 -0
  344. package/dist/module/subgraph/meta/meta.js +16 -0
  345. package/dist/module/subgraph/meta/meta.js.map +1 -0
  346. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +12 -0
  347. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  348. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  349. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  350. package/dist/module/subgraph/schema.generated.d.ts +817 -5
  351. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  352. package/dist/module/subgraph/subgraphQueryHandler.d.ts +6 -3
  353. package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  354. package/dist/module/subgraph/subgraphQueryHandler.js +31 -17
  355. package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
  356. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +187 -5
  357. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  358. package/dist/module/typechain/ISETH.d.ts +1068 -0
  359. package/dist/module/typechain/ISETH.d.ts.map +1 -0
  360. package/dist/module/typechain/ISETH.js +2 -0
  361. package/dist/module/typechain/ISETH.js.map +1 -0
  362. package/dist/module/typechain/Superfluid.d.ts +8 -0
  363. package/dist/module/typechain/Superfluid.d.ts.map +1 -1
  364. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +633 -0
  365. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
  366. package/dist/module/typechain/SuperfluidGovernanceII.js +2 -0
  367. package/dist/module/typechain/SuperfluidGovernanceII.js.map +1 -0
  368. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  369. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +350 -2
  370. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  371. package/dist/module/typechain/factories/ISETH__factory.d.ts +36 -0
  372. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -0
  373. package/dist/module/typechain/factories/ISETH__factory.js +1618 -0
  374. package/dist/module/typechain/factories/ISETH__factory.js.map +1 -0
  375. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
  376. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
  377. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +953 -0
  378. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
  379. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  380. package/dist/module/typechain/factories/Superfluid__factory.js +13 -0
  381. package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
  382. package/dist/module/typechain/index.d.ts +4 -0
  383. package/dist/module/typechain/index.d.ts.map +1 -1
  384. package/dist/module/typechain/index.js +2 -0
  385. package/dist/module/typechain/index.js.map +1 -1
  386. package/dist/module/utils.d.ts +15 -13
  387. package/dist/module/utils.d.ts.map +1 -1
  388. package/dist/module/utils.js +27 -15
  389. package/dist/module/utils.js.map +1 -1
  390. package/package.json +11 -41
  391. package/dist/main/Token.d.ts.map +0 -1
  392. package/dist/main/Token.js.map +0 -1
  393. package/dist/module/Token.d.ts.map +0 -1
  394. package/dist/module/Token.js.map +0 -1
@@ -0,0 +1,953 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ anonymous: false,
8
+ inputs: [
9
+ {
10
+ indexed: true,
11
+ internalType: "contract ISuperfluid",
12
+ name: "host",
13
+ type: "address",
14
+ },
15
+ {
16
+ indexed: true,
17
+ internalType: "contract ISuperfluidToken",
18
+ name: "superToken",
19
+ type: "address",
20
+ },
21
+ {
22
+ indexed: false,
23
+ internalType: "bool",
24
+ name: "isKeySet",
25
+ type: "bool",
26
+ },
27
+ {
28
+ indexed: false,
29
+ internalType: "uint256",
30
+ name: "liquidationPeriod",
31
+ type: "uint256",
32
+ },
33
+ ],
34
+ name: "CFAv1LiquidationPeriodChanged",
35
+ type: "event",
36
+ },
37
+ {
38
+ anonymous: false,
39
+ inputs: [
40
+ {
41
+ indexed: false,
42
+ internalType: "bytes32",
43
+ name: "uuid",
44
+ type: "bytes32",
45
+ },
46
+ {
47
+ indexed: false,
48
+ internalType: "address",
49
+ name: "codeAddress",
50
+ type: "address",
51
+ },
52
+ ],
53
+ name: "CodeUpdated",
54
+ type: "event",
55
+ },
56
+ {
57
+ anonymous: false,
58
+ inputs: [
59
+ {
60
+ indexed: true,
61
+ internalType: "contract ISuperfluid",
62
+ name: "host",
63
+ type: "address",
64
+ },
65
+ {
66
+ indexed: true,
67
+ internalType: "contract ISuperfluidToken",
68
+ name: "superToken",
69
+ type: "address",
70
+ },
71
+ {
72
+ indexed: false,
73
+ internalType: "bytes32",
74
+ name: "key",
75
+ type: "bytes32",
76
+ },
77
+ {
78
+ indexed: false,
79
+ internalType: "bool",
80
+ name: "isKeySet",
81
+ type: "bool",
82
+ },
83
+ {
84
+ indexed: false,
85
+ internalType: "uint256",
86
+ name: "value",
87
+ type: "uint256",
88
+ },
89
+ ],
90
+ name: "ConfigChanged",
91
+ type: "event",
92
+ },
93
+ {
94
+ anonymous: false,
95
+ inputs: [
96
+ {
97
+ indexed: true,
98
+ internalType: "address",
99
+ name: "previousOwner",
100
+ type: "address",
101
+ },
102
+ {
103
+ indexed: true,
104
+ internalType: "address",
105
+ name: "newOwner",
106
+ type: "address",
107
+ },
108
+ ],
109
+ name: "OwnershipTransferred",
110
+ type: "event",
111
+ },
112
+ {
113
+ anonymous: false,
114
+ inputs: [
115
+ {
116
+ indexed: true,
117
+ internalType: "contract ISuperfluid",
118
+ name: "host",
119
+ type: "address",
120
+ },
121
+ {
122
+ indexed: true,
123
+ internalType: "contract ISuperfluidToken",
124
+ name: "superToken",
125
+ type: "address",
126
+ },
127
+ {
128
+ indexed: false,
129
+ internalType: "bool",
130
+ name: "isKeySet",
131
+ type: "bool",
132
+ },
133
+ {
134
+ indexed: false,
135
+ internalType: "uint256",
136
+ name: "liquidationPeriod",
137
+ type: "uint256",
138
+ },
139
+ {
140
+ indexed: false,
141
+ internalType: "uint256",
142
+ name: "patricianPeriod",
143
+ type: "uint256",
144
+ },
145
+ ],
146
+ name: "PPPConfigurationChanged",
147
+ type: "event",
148
+ },
149
+ {
150
+ anonymous: false,
151
+ inputs: [
152
+ {
153
+ indexed: true,
154
+ internalType: "contract ISuperfluid",
155
+ name: "host",
156
+ type: "address",
157
+ },
158
+ {
159
+ indexed: true,
160
+ internalType: "contract ISuperfluidToken",
161
+ name: "superToken",
162
+ type: "address",
163
+ },
164
+ {
165
+ indexed: false,
166
+ internalType: "bool",
167
+ name: "isKeySet",
168
+ type: "bool",
169
+ },
170
+ {
171
+ indexed: false,
172
+ internalType: "address",
173
+ name: "rewardAddress",
174
+ type: "address",
175
+ },
176
+ ],
177
+ name: "RewardAddressChanged",
178
+ type: "event",
179
+ },
180
+ {
181
+ anonymous: false,
182
+ inputs: [
183
+ {
184
+ indexed: true,
185
+ internalType: "contract ISuperfluid",
186
+ name: "host",
187
+ type: "address",
188
+ },
189
+ {
190
+ indexed: true,
191
+ internalType: "contract ISuperfluidToken",
192
+ name: "superToken",
193
+ type: "address",
194
+ },
195
+ {
196
+ indexed: false,
197
+ internalType: "bool",
198
+ name: "isKeySet",
199
+ type: "bool",
200
+ },
201
+ {
202
+ indexed: false,
203
+ internalType: "uint256",
204
+ name: "minimumDeposit",
205
+ type: "uint256",
206
+ },
207
+ ],
208
+ name: "SuperTokenMinimumDepositChanged",
209
+ type: "event",
210
+ },
211
+ {
212
+ anonymous: false,
213
+ inputs: [
214
+ {
215
+ indexed: true,
216
+ internalType: "contract ISuperfluid",
217
+ name: "host",
218
+ type: "address",
219
+ },
220
+ {
221
+ indexed: true,
222
+ internalType: "contract ISuperfluidToken",
223
+ name: "superToken",
224
+ type: "address",
225
+ },
226
+ {
227
+ indexed: false,
228
+ internalType: "bool",
229
+ name: "isKeySet",
230
+ type: "bool",
231
+ },
232
+ {
233
+ indexed: false,
234
+ internalType: "address",
235
+ name: "forwarder",
236
+ type: "address",
237
+ },
238
+ {
239
+ indexed: false,
240
+ internalType: "bool",
241
+ name: "enabled",
242
+ type: "bool",
243
+ },
244
+ ],
245
+ name: "TrustedForwarderChanged",
246
+ type: "event",
247
+ },
248
+ {
249
+ inputs: [
250
+ {
251
+ internalType: "contract ISuperfluid",
252
+ name: "host",
253
+ type: "address",
254
+ },
255
+ {
256
+ internalType: "address",
257
+ name: "factory",
258
+ type: "address",
259
+ },
260
+ ],
261
+ name: "authorizeAppFactory",
262
+ outputs: [],
263
+ stateMutability: "nonpayable",
264
+ type: "function",
265
+ },
266
+ {
267
+ inputs: [
268
+ {
269
+ internalType: "contract ISuperfluid",
270
+ name: "host",
271
+ type: "address",
272
+ },
273
+ {
274
+ internalType: "contract ISuperToken[]",
275
+ name: "tokens",
276
+ type: "address[]",
277
+ },
278
+ ],
279
+ name: "batchUpdateSuperTokenLogic",
280
+ outputs: [],
281
+ stateMutability: "nonpayable",
282
+ type: "function",
283
+ },
284
+ {
285
+ inputs: [
286
+ {
287
+ internalType: "contract ISuperfluid",
288
+ name: "host",
289
+ type: "address",
290
+ },
291
+ {
292
+ internalType: "contract ISuperToken[]",
293
+ name: "tokens",
294
+ type: "address[]",
295
+ },
296
+ {
297
+ internalType: "uint256[]",
298
+ name: "minimumDeposits",
299
+ type: "uint256[]",
300
+ },
301
+ ],
302
+ name: "batchUpdateSuperTokenMinimumDeposit",
303
+ outputs: [],
304
+ stateMutability: "nonpayable",
305
+ type: "function",
306
+ },
307
+ {
308
+ inputs: [
309
+ {
310
+ internalType: "contract ISuperfluid",
311
+ name: "host",
312
+ type: "address",
313
+ },
314
+ {
315
+ internalType: "contract ISuperfluidToken",
316
+ name: "superToken",
317
+ type: "address",
318
+ },
319
+ {
320
+ internalType: "bytes32",
321
+ name: "key",
322
+ type: "bytes32",
323
+ },
324
+ ],
325
+ name: "clearConfig",
326
+ outputs: [],
327
+ stateMutability: "nonpayable",
328
+ type: "function",
329
+ },
330
+ {
331
+ inputs: [
332
+ {
333
+ internalType: "contract ISuperfluid",
334
+ name: "host",
335
+ type: "address",
336
+ },
337
+ {
338
+ internalType: "contract ISuperfluidToken",
339
+ name: "superToken",
340
+ type: "address",
341
+ },
342
+ ],
343
+ name: "clearPPPConfig",
344
+ outputs: [],
345
+ stateMutability: "nonpayable",
346
+ type: "function",
347
+ },
348
+ {
349
+ inputs: [
350
+ {
351
+ internalType: "contract ISuperfluid",
352
+ name: "host",
353
+ type: "address",
354
+ },
355
+ {
356
+ internalType: "contract ISuperfluidToken",
357
+ name: "superToken",
358
+ type: "address",
359
+ },
360
+ ],
361
+ name: "clearRewardAddress",
362
+ outputs: [],
363
+ stateMutability: "nonpayable",
364
+ type: "function",
365
+ },
366
+ {
367
+ inputs: [
368
+ {
369
+ internalType: "contract ISuperfluid",
370
+ name: "host",
371
+ type: "address",
372
+ },
373
+ {
374
+ internalType: "contract ISuperToken",
375
+ name: "superToken",
376
+ type: "address",
377
+ },
378
+ ],
379
+ name: "clearSuperTokenMinimumDeposit",
380
+ outputs: [],
381
+ stateMutability: "nonpayable",
382
+ type: "function",
383
+ },
384
+ {
385
+ inputs: [
386
+ {
387
+ internalType: "contract ISuperfluid",
388
+ name: "host",
389
+ type: "address",
390
+ },
391
+ {
392
+ internalType: "contract ISuperfluidToken",
393
+ name: "superToken",
394
+ type: "address",
395
+ },
396
+ {
397
+ internalType: "address",
398
+ name: "forwarder",
399
+ type: "address",
400
+ },
401
+ ],
402
+ name: "clearTrustedForwarder",
403
+ outputs: [],
404
+ stateMutability: "nonpayable",
405
+ type: "function",
406
+ },
407
+ {
408
+ inputs: [
409
+ {
410
+ internalType: "contract ISuperfluid",
411
+ name: "host",
412
+ type: "address",
413
+ },
414
+ {
415
+ internalType: "contract ISuperfluidToken",
416
+ name: "superToken",
417
+ type: "address",
418
+ },
419
+ {
420
+ internalType: "address",
421
+ name: "forwarder",
422
+ type: "address",
423
+ },
424
+ ],
425
+ name: "disableTrustedForwarder",
426
+ outputs: [],
427
+ stateMutability: "nonpayable",
428
+ type: "function",
429
+ },
430
+ {
431
+ inputs: [
432
+ {
433
+ internalType: "contract ISuperfluid",
434
+ name: "host",
435
+ type: "address",
436
+ },
437
+ {
438
+ internalType: "contract ISuperfluidToken",
439
+ name: "superToken",
440
+ type: "address",
441
+ },
442
+ {
443
+ internalType: "address",
444
+ name: "forwarder",
445
+ type: "address",
446
+ },
447
+ ],
448
+ name: "enableTrustedForwarder",
449
+ outputs: [],
450
+ stateMutability: "nonpayable",
451
+ type: "function",
452
+ },
453
+ {
454
+ inputs: [],
455
+ name: "getCodeAddress",
456
+ outputs: [
457
+ {
458
+ internalType: "address",
459
+ name: "codeAddress",
460
+ type: "address",
461
+ },
462
+ ],
463
+ stateMutability: "view",
464
+ type: "function",
465
+ },
466
+ {
467
+ inputs: [
468
+ {
469
+ internalType: "contract ISuperfluid",
470
+ name: "host",
471
+ type: "address",
472
+ },
473
+ {
474
+ internalType: "contract ISuperfluidToken",
475
+ name: "superToken",
476
+ type: "address",
477
+ },
478
+ {
479
+ internalType: "bytes32",
480
+ name: "key",
481
+ type: "bytes32",
482
+ },
483
+ ],
484
+ name: "getConfigAsAddress",
485
+ outputs: [
486
+ {
487
+ internalType: "address",
488
+ name: "value",
489
+ type: "address",
490
+ },
491
+ ],
492
+ stateMutability: "view",
493
+ type: "function",
494
+ },
495
+ {
496
+ inputs: [
497
+ {
498
+ internalType: "contract ISuperfluid",
499
+ name: "host",
500
+ type: "address",
501
+ },
502
+ {
503
+ internalType: "contract ISuperfluidToken",
504
+ name: "superToken",
505
+ type: "address",
506
+ },
507
+ {
508
+ internalType: "bytes32",
509
+ name: "key",
510
+ type: "bytes32",
511
+ },
512
+ ],
513
+ name: "getConfigAsUint256",
514
+ outputs: [
515
+ {
516
+ internalType: "uint256",
517
+ name: "period",
518
+ type: "uint256",
519
+ },
520
+ ],
521
+ stateMutability: "view",
522
+ type: "function",
523
+ },
524
+ {
525
+ inputs: [
526
+ {
527
+ internalType: "contract ISuperfluid",
528
+ name: "host",
529
+ type: "address",
530
+ },
531
+ {
532
+ internalType: "contract ISuperfluidToken",
533
+ name: "superToken",
534
+ type: "address",
535
+ },
536
+ ],
537
+ name: "getPPPConfig",
538
+ outputs: [
539
+ {
540
+ internalType: "uint256",
541
+ name: "liquidationPeriod",
542
+ type: "uint256",
543
+ },
544
+ {
545
+ internalType: "uint256",
546
+ name: "patricianPeriod",
547
+ type: "uint256",
548
+ },
549
+ ],
550
+ stateMutability: "view",
551
+ type: "function",
552
+ },
553
+ {
554
+ inputs: [
555
+ {
556
+ internalType: "contract ISuperfluid",
557
+ name: "host",
558
+ type: "address",
559
+ },
560
+ {
561
+ internalType: "contract ISuperfluidToken",
562
+ name: "superToken",
563
+ type: "address",
564
+ },
565
+ ],
566
+ name: "getRewardAddress",
567
+ outputs: [
568
+ {
569
+ internalType: "address",
570
+ name: "",
571
+ type: "address",
572
+ },
573
+ ],
574
+ stateMutability: "view",
575
+ type: "function",
576
+ },
577
+ {
578
+ inputs: [
579
+ {
580
+ internalType: "contract ISuperfluid",
581
+ name: "host",
582
+ type: "address",
583
+ },
584
+ {
585
+ internalType: "contract ISuperfluidToken",
586
+ name: "superToken",
587
+ type: "address",
588
+ },
589
+ ],
590
+ name: "getSuperTokenMinimumDeposit",
591
+ outputs: [
592
+ {
593
+ internalType: "uint256",
594
+ name: "value",
595
+ type: "uint256",
596
+ },
597
+ ],
598
+ stateMutability: "view",
599
+ type: "function",
600
+ },
601
+ {
602
+ inputs: [
603
+ {
604
+ internalType: "contract ISuperfluid",
605
+ name: "host",
606
+ type: "address",
607
+ },
608
+ {
609
+ internalType: "address",
610
+ name: "factory",
611
+ type: "address",
612
+ },
613
+ ],
614
+ name: "isAuthorizedAppFactory",
615
+ outputs: [
616
+ {
617
+ internalType: "bool",
618
+ name: "",
619
+ type: "bool",
620
+ },
621
+ ],
622
+ stateMutability: "view",
623
+ type: "function",
624
+ },
625
+ {
626
+ inputs: [
627
+ {
628
+ internalType: "contract ISuperfluid",
629
+ name: "host",
630
+ type: "address",
631
+ },
632
+ {
633
+ internalType: "contract ISuperfluidToken",
634
+ name: "superToken",
635
+ type: "address",
636
+ },
637
+ {
638
+ internalType: "address",
639
+ name: "forwarder",
640
+ type: "address",
641
+ },
642
+ ],
643
+ name: "isTrustedForwarder",
644
+ outputs: [
645
+ {
646
+ internalType: "bool",
647
+ name: "",
648
+ type: "bool",
649
+ },
650
+ ],
651
+ stateMutability: "view",
652
+ type: "function",
653
+ },
654
+ {
655
+ inputs: [],
656
+ name: "owner",
657
+ outputs: [
658
+ {
659
+ internalType: "address",
660
+ name: "",
661
+ type: "address",
662
+ },
663
+ ],
664
+ stateMutability: "view",
665
+ type: "function",
666
+ },
667
+ {
668
+ inputs: [
669
+ {
670
+ internalType: "contract ISuperfluid",
671
+ name: "host",
672
+ type: "address",
673
+ },
674
+ {
675
+ internalType: "address",
676
+ name: "agreementClass",
677
+ type: "address",
678
+ },
679
+ ],
680
+ name: "registerAgreementClass",
681
+ outputs: [],
682
+ stateMutability: "nonpayable",
683
+ type: "function",
684
+ },
685
+ {
686
+ inputs: [],
687
+ name: "renounceOwnership",
688
+ outputs: [],
689
+ stateMutability: "nonpayable",
690
+ type: "function",
691
+ },
692
+ {
693
+ inputs: [
694
+ {
695
+ internalType: "contract ISuperfluid",
696
+ name: "host",
697
+ type: "address",
698
+ },
699
+ {
700
+ internalType: "address",
701
+ name: "newGov",
702
+ type: "address",
703
+ },
704
+ ],
705
+ name: "replaceGovernance",
706
+ outputs: [],
707
+ stateMutability: "nonpayable",
708
+ type: "function",
709
+ },
710
+ {
711
+ inputs: [
712
+ {
713
+ internalType: "contract ISuperfluid",
714
+ name: "host",
715
+ type: "address",
716
+ },
717
+ {
718
+ internalType: "contract ISuperfluidToken",
719
+ name: "superToken",
720
+ type: "address",
721
+ },
722
+ {
723
+ internalType: "bytes32",
724
+ name: "key",
725
+ type: "bytes32",
726
+ },
727
+ {
728
+ internalType: "address",
729
+ name: "value",
730
+ type: "address",
731
+ },
732
+ ],
733
+ name: "setConfig",
734
+ outputs: [],
735
+ stateMutability: "nonpayable",
736
+ type: "function",
737
+ },
738
+ {
739
+ inputs: [
740
+ {
741
+ internalType: "contract ISuperfluid",
742
+ name: "host",
743
+ type: "address",
744
+ },
745
+ {
746
+ internalType: "contract ISuperfluidToken",
747
+ name: "superToken",
748
+ type: "address",
749
+ },
750
+ {
751
+ internalType: "bytes32",
752
+ name: "key",
753
+ type: "bytes32",
754
+ },
755
+ {
756
+ internalType: "uint256",
757
+ name: "value",
758
+ type: "uint256",
759
+ },
760
+ ],
761
+ name: "setConfig",
762
+ outputs: [],
763
+ stateMutability: "nonpayable",
764
+ type: "function",
765
+ },
766
+ {
767
+ inputs: [
768
+ {
769
+ internalType: "contract ISuperfluid",
770
+ name: "host",
771
+ type: "address",
772
+ },
773
+ {
774
+ internalType: "contract ISuperfluidToken",
775
+ name: "superToken",
776
+ type: "address",
777
+ },
778
+ {
779
+ internalType: "uint256",
780
+ name: "liquidationPeriod",
781
+ type: "uint256",
782
+ },
783
+ {
784
+ internalType: "uint256",
785
+ name: "patricianPeriod",
786
+ type: "uint256",
787
+ },
788
+ ],
789
+ name: "setPPPConfig",
790
+ outputs: [],
791
+ stateMutability: "nonpayable",
792
+ type: "function",
793
+ },
794
+ {
795
+ inputs: [
796
+ {
797
+ internalType: "contract ISuperfluid",
798
+ name: "host",
799
+ type: "address",
800
+ },
801
+ {
802
+ internalType: "contract ISuperfluidToken",
803
+ name: "superToken",
804
+ type: "address",
805
+ },
806
+ {
807
+ internalType: "address",
808
+ name: "rewardAddress",
809
+ type: "address",
810
+ },
811
+ ],
812
+ name: "setRewardAddress",
813
+ outputs: [],
814
+ stateMutability: "nonpayable",
815
+ type: "function",
816
+ },
817
+ {
818
+ inputs: [
819
+ {
820
+ internalType: "contract ISuperfluid",
821
+ name: "host",
822
+ type: "address",
823
+ },
824
+ {
825
+ internalType: "contract ISuperfluidToken",
826
+ name: "superToken",
827
+ type: "address",
828
+ },
829
+ {
830
+ internalType: "uint256",
831
+ name: "value",
832
+ type: "uint256",
833
+ },
834
+ ],
835
+ name: "setSuperTokenMinimumDeposit",
836
+ outputs: [],
837
+ stateMutability: "nonpayable",
838
+ type: "function",
839
+ },
840
+ {
841
+ inputs: [
842
+ {
843
+ internalType: "address",
844
+ name: "newOwner",
845
+ type: "address",
846
+ },
847
+ ],
848
+ name: "transferOwnership",
849
+ outputs: [],
850
+ stateMutability: "nonpayable",
851
+ type: "function",
852
+ },
853
+ {
854
+ inputs: [
855
+ {
856
+ internalType: "contract ISuperfluid",
857
+ name: "host",
858
+ type: "address",
859
+ },
860
+ {
861
+ internalType: "address",
862
+ name: "factory",
863
+ type: "address",
864
+ },
865
+ ],
866
+ name: "unauthorizeAppFactory",
867
+ outputs: [],
868
+ stateMutability: "nonpayable",
869
+ type: "function",
870
+ },
871
+ {
872
+ inputs: [
873
+ {
874
+ internalType: "contract ISuperfluid",
875
+ name: "host",
876
+ type: "address",
877
+ },
878
+ {
879
+ internalType: "address",
880
+ name: "hostNewLogic",
881
+ type: "address",
882
+ },
883
+ {
884
+ internalType: "address[]",
885
+ name: "agreementClassNewLogics",
886
+ type: "address[]",
887
+ },
888
+ {
889
+ internalType: "address",
890
+ name: "superTokenFactoryNewLogic",
891
+ type: "address",
892
+ },
893
+ ],
894
+ name: "updateContracts",
895
+ outputs: [],
896
+ stateMutability: "nonpayable",
897
+ type: "function",
898
+ },
899
+ {
900
+ inputs: [
901
+ {
902
+ internalType: "contract ISuperfluid",
903
+ name: "host",
904
+ type: "address",
905
+ },
906
+ {
907
+ internalType: "bytes32",
908
+ name: "key",
909
+ type: "bytes32",
910
+ },
911
+ ],
912
+ name: "whiteListNewApp",
913
+ outputs: [],
914
+ stateMutability: "nonpayable",
915
+ type: "function",
916
+ },
917
+ {
918
+ inputs: [],
919
+ name: "proxiableUUID",
920
+ outputs: [
921
+ {
922
+ internalType: "bytes32",
923
+ name: "",
924
+ type: "bytes32",
925
+ },
926
+ ],
927
+ stateMutability: "pure",
928
+ type: "function",
929
+ },
930
+ {
931
+ inputs: [
932
+ {
933
+ internalType: "address",
934
+ name: "newAddress",
935
+ type: "address",
936
+ },
937
+ ],
938
+ name: "updateCode",
939
+ outputs: [],
940
+ stateMutability: "nonpayable",
941
+ type: "function",
942
+ },
943
+ ];
944
+ export class SuperfluidGovernanceII__factory {
945
+ static createInterface() {
946
+ return new utils.Interface(_abi);
947
+ }
948
+ static connect(address, signerOrProvider) {
949
+ return new Contract(address, _abi, signerOrProvider);
950
+ }
951
+ }
952
+ SuperfluidGovernanceII__factory.abi = _abi;
953
+ //# sourceMappingURL=SuperfluidGovernanceII__factory.js.map