@superfluid-finance/sdk-core 0.5.7-dev.eef6e1f.0 → 0.5.7

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 (317) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/index.umd.js +51700 -10272
  3. package/dist/main/BatchCall.d.ts.map +1 -1
  4. package/dist/main/BatchCall.js +3 -3
  5. package/dist/main/BatchCall.js.map +1 -1
  6. package/dist/main/ConstantFlowAgreementV1.d.ts +17 -6
  7. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  8. package/dist/main/ConstantFlowAgreementV1.js +51 -16
  9. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  10. package/dist/main/ERC20Token.d.ts +1 -1
  11. package/dist/main/ERC20Token.d.ts.map +1 -1
  12. package/dist/main/ERC20Token.js +2 -2
  13. package/dist/main/ERC20Token.js.map +1 -1
  14. package/dist/main/Framework.d.ts.map +1 -1
  15. package/dist/main/Framework.js +12 -15
  16. package/dist/main/Framework.js.map +1 -1
  17. package/dist/main/Governance.d.ts +2 -2
  18. package/dist/main/Governance.d.ts.map +1 -1
  19. package/dist/main/Governance.js +3 -6
  20. package/dist/main/Governance.js.map +1 -1
  21. package/dist/main/Host.d.ts +1 -1
  22. package/dist/main/Host.d.ts.map +1 -1
  23. package/dist/main/Host.js +2 -2
  24. package/dist/main/Host.js.map +1 -1
  25. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -4
  26. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  27. package/dist/main/InstantDistributionAgreementV1.js +13 -14
  28. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  29. package/dist/main/Operation.d.ts +3 -1
  30. package/dist/main/Operation.d.ts.map +1 -1
  31. package/dist/main/Operation.js +7 -3
  32. package/dist/main/Operation.js.map +1 -1
  33. package/dist/main/Query.d.ts +2 -2
  34. package/dist/main/Query.d.ts.map +1 -1
  35. package/dist/main/Query.js.map +1 -1
  36. package/dist/main/SuperToken.d.ts +1 -5
  37. package/dist/main/SuperToken.d.ts.map +1 -1
  38. package/dist/main/SuperToken.js +7 -15
  39. package/dist/main/SuperToken.js.map +1 -1
  40. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  41. package/dist/main/index.d.ts +1 -0
  42. package/dist/main/index.d.ts.map +1 -1
  43. package/dist/main/index.js +1 -0
  44. package/dist/main/index.js.map +1 -1
  45. package/dist/main/interfaces.d.ts +18 -18
  46. package/dist/main/interfaces.d.ts.map +1 -1
  47. package/dist/main/utils.d.ts +14 -7
  48. package/dist/main/utils.d.ts.map +1 -1
  49. package/dist/main/utils.js +17 -1
  50. package/dist/main/utils.js.map +1 -1
  51. package/dist/module/BatchCall.d.ts.map +1 -1
  52. package/dist/module/BatchCall.js +3 -3
  53. package/dist/module/BatchCall.js.map +1 -1
  54. package/dist/module/ConstantFlowAgreementV1.d.ts +17 -6
  55. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  56. package/dist/module/ConstantFlowAgreementV1.js +51 -16
  57. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  58. package/dist/module/ERC20Token.d.ts +1 -1
  59. package/dist/module/ERC20Token.d.ts.map +1 -1
  60. package/dist/module/ERC20Token.js +2 -2
  61. package/dist/module/ERC20Token.js.map +1 -1
  62. package/dist/module/Framework.d.ts.map +1 -1
  63. package/dist/module/Framework.js +12 -15
  64. package/dist/module/Framework.js.map +1 -1
  65. package/dist/module/Governance.d.ts +2 -2
  66. package/dist/module/Governance.d.ts.map +1 -1
  67. package/dist/module/Governance.js +3 -3
  68. package/dist/module/Governance.js.map +1 -1
  69. package/dist/module/Host.d.ts +1 -1
  70. package/dist/module/Host.d.ts.map +1 -1
  71. package/dist/module/Host.js +2 -2
  72. package/dist/module/Host.js.map +1 -1
  73. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -4
  74. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  75. package/dist/module/InstantDistributionAgreementV1.js +13 -14
  76. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  77. package/dist/module/Operation.d.ts +3 -1
  78. package/dist/module/Operation.d.ts.map +1 -1
  79. package/dist/module/Operation.js +7 -3
  80. package/dist/module/Operation.js.map +1 -1
  81. package/dist/module/Query.d.ts +2 -2
  82. package/dist/module/Query.d.ts.map +1 -1
  83. package/dist/module/Query.js.map +1 -1
  84. package/dist/module/SuperToken.d.ts +1 -5
  85. package/dist/module/SuperToken.d.ts.map +1 -1
  86. package/dist/module/SuperToken.js +7 -15
  87. package/dist/module/SuperToken.js.map +1 -1
  88. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  89. package/dist/module/index.d.ts +1 -0
  90. package/dist/module/index.d.ts.map +1 -1
  91. package/dist/module/index.js +1 -0
  92. package/dist/module/index.js.map +1 -1
  93. package/dist/module/interfaces.d.ts +18 -18
  94. package/dist/module/interfaces.d.ts.map +1 -1
  95. package/dist/module/utils.d.ts +14 -7
  96. package/dist/module/utils.d.ts.map +1 -1
  97. package/dist/module/utils.js +15 -0
  98. package/dist/module/utils.js.map +1 -1
  99. package/package.json +4 -6
  100. package/dist/main/abi/ERC20WithTokenInfo.json +0 -224
  101. package/dist/main/abi/IConstantFlowAgreementV1.json +0 -860
  102. package/dist/main/abi/IInstantDistributionAgreementV1.json +0 -950
  103. package/dist/main/abi/IResolver.json +0 -58
  104. package/dist/main/abi/ISETH.json +0 -1629
  105. package/dist/main/abi/SuperToken.json +0 -1751
  106. package/dist/main/abi/Superfluid.json +0 -1324
  107. package/dist/main/abi/SuperfluidGovernanceII.json +0 -1085
  108. package/dist/main/abi/SuperfluidLoader.json +0 -54
  109. package/dist/main/typechain/ERC20WithTokenInfo.d.ts +0 -167
  110. package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  111. package/dist/main/typechain/ERC20WithTokenInfo.js +0 -3
  112. package/dist/main/typechain/ERC20WithTokenInfo.js.map +0 -1
  113. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  114. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  115. package/dist/main/typechain/IConstantFlowAgreementV1.js +0 -3
  116. package/dist/main/typechain/IConstantFlowAgreementV1.js.map +0 -1
  117. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  118. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  119. package/dist/main/typechain/IInstantDistributionAgreementV1.js +0 -3
  120. package/dist/main/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  121. package/dist/main/typechain/IResolver.d.ts +0 -71
  122. package/dist/main/typechain/IResolver.d.ts.map +0 -1
  123. package/dist/main/typechain/IResolver.js +0 -3
  124. package/dist/main/typechain/IResolver.js.map +0 -1
  125. package/dist/main/typechain/ISETH.d.ts +0 -1150
  126. package/dist/main/typechain/ISETH.d.ts.map +0 -1
  127. package/dist/main/typechain/ISETH.js +0 -3
  128. package/dist/main/typechain/ISETH.js.map +0 -1
  129. package/dist/main/typechain/SuperToken.d.ts +0 -1170
  130. package/dist/main/typechain/SuperToken.d.ts.map +0 -1
  131. package/dist/main/typechain/SuperToken.js +0 -3
  132. package/dist/main/typechain/SuperToken.js.map +0 -1
  133. package/dist/main/typechain/Superfluid.d.ts +0 -849
  134. package/dist/main/typechain/Superfluid.d.ts.map +0 -1
  135. package/dist/main/typechain/Superfluid.js +0 -3
  136. package/dist/main/typechain/Superfluid.js.map +0 -1
  137. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  138. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  139. package/dist/main/typechain/SuperfluidFrameworkDeployer.js +0 -3
  140. package/dist/main/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  141. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +0 -797
  142. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  143. package/dist/main/typechain/SuperfluidGovernanceII.js +0 -3
  144. package/dist/main/typechain/SuperfluidGovernanceII.js.map +0 -1
  145. package/dist/main/typechain/SuperfluidLoader.d.ts +0 -61
  146. package/dist/main/typechain/SuperfluidLoader.d.ts.map +0 -1
  147. package/dist/main/typechain/SuperfluidLoader.js +0 -3
  148. package/dist/main/typechain/SuperfluidLoader.js.map +0 -1
  149. package/dist/main/typechain/TestToken.d.ts +0 -215
  150. package/dist/main/typechain/TestToken.d.ts.map +0 -1
  151. package/dist/main/typechain/TestToken.js +0 -3
  152. package/dist/main/typechain/TestToken.js.map +0 -1
  153. package/dist/main/typechain/common.d.ts +0 -23
  154. package/dist/main/typechain/common.d.ts.map +0 -1
  155. package/dist/main/typechain/common.js +0 -3
  156. package/dist/main/typechain/common.js.map +0 -1
  157. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  158. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  159. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js +0 -242
  160. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  161. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  162. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  163. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -878
  164. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  165. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  166. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  167. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -968
  168. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  169. package/dist/main/typechain/factories/IResolver__factory.d.ts +0 -36
  170. package/dist/main/typechain/factories/IResolver__factory.d.ts.map +0 -1
  171. package/dist/main/typechain/factories/IResolver__factory.js +0 -76
  172. package/dist/main/typechain/factories/IResolver__factory.js.map +0 -1
  173. package/dist/main/typechain/factories/ISETH__factory.d.ts +0 -43
  174. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +0 -1
  175. package/dist/main/typechain/factories/ISETH__factory.js +0 -1647
  176. package/dist/main/typechain/factories/ISETH__factory.js.map +0 -1
  177. package/dist/main/typechain/factories/SuperToken__factory.d.ts +0 -58
  178. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  179. package/dist/main/typechain/factories/SuperToken__factory.js +0 -1769
  180. package/dist/main/typechain/factories/SuperToken__factory.js.map +0 -1
  181. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  182. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  183. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -227
  184. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  185. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  186. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  187. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1103
  188. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  189. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  190. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  191. package/dist/main/typechain/factories/SuperfluidLoader__factory.js +0 -72
  192. package/dist/main/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  193. package/dist/main/typechain/factories/Superfluid__factory.d.ts +0 -94
  194. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  195. package/dist/main/typechain/factories/Superfluid__factory.js +0 -1342
  196. package/dist/main/typechain/factories/Superfluid__factory.js.map +0 -1
  197. package/dist/main/typechain/factories/TestToken__factory.d.ts +0 -47
  198. package/dist/main/typechain/factories/TestToken__factory.d.ts.map +0 -1
  199. package/dist/main/typechain/factories/TestToken__factory.js +0 -340
  200. package/dist/main/typechain/factories/TestToken__factory.js.map +0 -1
  201. package/dist/main/typechain/factories/index.d.ts +0 -12
  202. package/dist/main/typechain/factories/index.d.ts.map +0 -1
  203. package/dist/main/typechain/factories/index.js +0 -29
  204. package/dist/main/typechain/factories/index.js.map +0 -1
  205. package/dist/main/typechain/index.d.ts +0 -24
  206. package/dist/main/typechain/index.d.ts.map +0 -1
  207. package/dist/main/typechain/index.js +0 -50
  208. package/dist/main/typechain/index.js.map +0 -1
  209. package/dist/module/abi/ERC20WithTokenInfo.json +0 -224
  210. package/dist/module/abi/IConstantFlowAgreementV1.json +0 -860
  211. package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -950
  212. package/dist/module/abi/IResolver.json +0 -58
  213. package/dist/module/abi/ISETH.json +0 -1629
  214. package/dist/module/abi/SuperToken.json +0 -1751
  215. package/dist/module/abi/Superfluid.json +0 -1324
  216. package/dist/module/abi/SuperfluidGovernanceII.json +0 -1085
  217. package/dist/module/abi/SuperfluidLoader.json +0 -54
  218. package/dist/module/typechain/ERC20WithTokenInfo.d.ts +0 -167
  219. package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  220. package/dist/module/typechain/ERC20WithTokenInfo.js +0 -2
  221. package/dist/module/typechain/ERC20WithTokenInfo.js.map +0 -1
  222. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  223. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  224. package/dist/module/typechain/IConstantFlowAgreementV1.js +0 -2
  225. package/dist/module/typechain/IConstantFlowAgreementV1.js.map +0 -1
  226. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  227. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  228. package/dist/module/typechain/IInstantDistributionAgreementV1.js +0 -2
  229. package/dist/module/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  230. package/dist/module/typechain/IResolver.d.ts +0 -71
  231. package/dist/module/typechain/IResolver.d.ts.map +0 -1
  232. package/dist/module/typechain/IResolver.js +0 -2
  233. package/dist/module/typechain/IResolver.js.map +0 -1
  234. package/dist/module/typechain/ISETH.d.ts +0 -1150
  235. package/dist/module/typechain/ISETH.d.ts.map +0 -1
  236. package/dist/module/typechain/ISETH.js +0 -2
  237. package/dist/module/typechain/ISETH.js.map +0 -1
  238. package/dist/module/typechain/SuperToken.d.ts +0 -1170
  239. package/dist/module/typechain/SuperToken.d.ts.map +0 -1
  240. package/dist/module/typechain/SuperToken.js +0 -2
  241. package/dist/module/typechain/SuperToken.js.map +0 -1
  242. package/dist/module/typechain/Superfluid.d.ts +0 -849
  243. package/dist/module/typechain/Superfluid.d.ts.map +0 -1
  244. package/dist/module/typechain/Superfluid.js +0 -2
  245. package/dist/module/typechain/Superfluid.js.map +0 -1
  246. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  247. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  248. package/dist/module/typechain/SuperfluidFrameworkDeployer.js +0 -2
  249. package/dist/module/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  250. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +0 -797
  251. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  252. package/dist/module/typechain/SuperfluidGovernanceII.js +0 -2
  253. package/dist/module/typechain/SuperfluidGovernanceII.js.map +0 -1
  254. package/dist/module/typechain/SuperfluidLoader.d.ts +0 -61
  255. package/dist/module/typechain/SuperfluidLoader.d.ts.map +0 -1
  256. package/dist/module/typechain/SuperfluidLoader.js +0 -2
  257. package/dist/module/typechain/SuperfluidLoader.js.map +0 -1
  258. package/dist/module/typechain/TestToken.d.ts +0 -215
  259. package/dist/module/typechain/TestToken.d.ts.map +0 -1
  260. package/dist/module/typechain/TestToken.js +0 -2
  261. package/dist/module/typechain/TestToken.js.map +0 -1
  262. package/dist/module/typechain/common.d.ts +0 -23
  263. package/dist/module/typechain/common.d.ts.map +0 -1
  264. package/dist/module/typechain/common.js +0 -2
  265. package/dist/module/typechain/common.js.map +0 -1
  266. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  267. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  268. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js +0 -238
  269. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  270. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  271. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  272. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -874
  273. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  274. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  275. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  276. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -964
  277. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  278. package/dist/module/typechain/factories/IResolver__factory.d.ts +0 -36
  279. package/dist/module/typechain/factories/IResolver__factory.d.ts.map +0 -1
  280. package/dist/module/typechain/factories/IResolver__factory.js +0 -72
  281. package/dist/module/typechain/factories/IResolver__factory.js.map +0 -1
  282. package/dist/module/typechain/factories/ISETH__factory.d.ts +0 -43
  283. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +0 -1
  284. package/dist/module/typechain/factories/ISETH__factory.js +0 -1643
  285. package/dist/module/typechain/factories/ISETH__factory.js.map +0 -1
  286. package/dist/module/typechain/factories/SuperToken__factory.d.ts +0 -58
  287. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  288. package/dist/module/typechain/factories/SuperToken__factory.js +0 -1765
  289. package/dist/module/typechain/factories/SuperToken__factory.js.map +0 -1
  290. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  291. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  292. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -223
  293. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  294. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  295. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  296. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1099
  297. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  298. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  299. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  300. package/dist/module/typechain/factories/SuperfluidLoader__factory.js +0 -68
  301. package/dist/module/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  302. package/dist/module/typechain/factories/Superfluid__factory.d.ts +0 -94
  303. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  304. package/dist/module/typechain/factories/Superfluid__factory.js +0 -1338
  305. package/dist/module/typechain/factories/Superfluid__factory.js.map +0 -1
  306. package/dist/module/typechain/factories/TestToken__factory.d.ts +0 -47
  307. package/dist/module/typechain/factories/TestToken__factory.d.ts.map +0 -1
  308. package/dist/module/typechain/factories/TestToken__factory.js +0 -336
  309. package/dist/module/typechain/factories/TestToken__factory.js.map +0 -1
  310. package/dist/module/typechain/factories/index.d.ts +0 -12
  311. package/dist/module/typechain/factories/index.d.ts.map +0 -1
  312. package/dist/module/typechain/factories/index.js +0 -15
  313. package/dist/module/typechain/factories/index.js.map +0 -1
  314. package/dist/module/typechain/index.d.ts +0 -24
  315. package/dist/module/typechain/index.d.ts.map +0 -1
  316. package/dist/module/typechain/index.js +0 -13
  317. package/dist/module/typechain/index.js.map +0 -1
@@ -1,860 +0,0 @@
1
- { "abi": [
2
- {
3
- "inputs": [],
4
- "name": "CFA_ACL_FLOW_RATE_ALLOWANCE_EXCEEDED",
5
- "type": "error"
6
- },
7
- {
8
- "inputs": [],
9
- "name": "CFA_ACL_NO_NEGATIVE_ALLOWANCE",
10
- "type": "error"
11
- },
12
- {
13
- "inputs": [],
14
- "name": "CFA_ACL_NO_SENDER_CREATE",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [],
19
- "name": "CFA_ACL_NO_SENDER_FLOW_OPERATOR",
20
- "type": "error"
21
- },
22
- {
23
- "inputs": [],
24
- "name": "CFA_ACL_NO_SENDER_UPDATE",
25
- "type": "error"
26
- },
27
- {
28
- "inputs": [],
29
- "name": "CFA_ACL_OPERATOR_NO_CREATE_PERMISSIONS",
30
- "type": "error"
31
- },
32
- {
33
- "inputs": [],
34
- "name": "CFA_ACL_OPERATOR_NO_DELETE_PERMISSIONS",
35
- "type": "error"
36
- },
37
- {
38
- "inputs": [],
39
- "name": "CFA_ACL_OPERATOR_NO_UPDATE_PERMISSIONS",
40
- "type": "error"
41
- },
42
- {
43
- "inputs": [],
44
- "name": "CFA_ACL_UNCLEAN_PERMISSIONS",
45
- "type": "error"
46
- },
47
- {
48
- "inputs": [],
49
- "name": "CFA_DEPOSIT_TOO_BIG",
50
- "type": "error"
51
- },
52
- {
53
- "inputs": [],
54
- "name": "CFA_FLOW_RATE_TOO_BIG",
55
- "type": "error"
56
- },
57
- {
58
- "inputs": [],
59
- "name": "CFA_INVALID_FLOW_RATE",
60
- "type": "error"
61
- },
62
- {
63
- "inputs": [],
64
- "name": "CFA_NON_CRITICAL_SENDER",
65
- "type": "error"
66
- },
67
- {
68
- "inputs": [],
69
- "name": "CFA_NO_SELF_FLOW",
70
- "type": "error"
71
- },
72
- {
73
- "anonymous": false,
74
- "inputs": [
75
- {
76
- "indexed": true,
77
- "internalType": "contract ISuperfluidToken",
78
- "name": "token",
79
- "type": "address"
80
- },
81
- {
82
- "indexed": true,
83
- "internalType": "address",
84
- "name": "sender",
85
- "type": "address"
86
- },
87
- {
88
- "indexed": true,
89
- "internalType": "address",
90
- "name": "flowOperator",
91
- "type": "address"
92
- },
93
- {
94
- "indexed": false,
95
- "internalType": "uint8",
96
- "name": "permissions",
97
- "type": "uint8"
98
- },
99
- {
100
- "indexed": false,
101
- "internalType": "int96",
102
- "name": "flowRateAllowance",
103
- "type": "int96"
104
- }
105
- ],
106
- "name": "FlowOperatorUpdated",
107
- "type": "event"
108
- },
109
- {
110
- "anonymous": false,
111
- "inputs": [
112
- {
113
- "indexed": true,
114
- "internalType": "contract ISuperfluidToken",
115
- "name": "token",
116
- "type": "address"
117
- },
118
- {
119
- "indexed": true,
120
- "internalType": "address",
121
- "name": "sender",
122
- "type": "address"
123
- },
124
- {
125
- "indexed": true,
126
- "internalType": "address",
127
- "name": "receiver",
128
- "type": "address"
129
- },
130
- {
131
- "indexed": false,
132
- "internalType": "int96",
133
- "name": "flowRate",
134
- "type": "int96"
135
- },
136
- {
137
- "indexed": false,
138
- "internalType": "int256",
139
- "name": "totalSenderFlowRate",
140
- "type": "int256"
141
- },
142
- {
143
- "indexed": false,
144
- "internalType": "int256",
145
- "name": "totalReceiverFlowRate",
146
- "type": "int256"
147
- },
148
- {
149
- "indexed": false,
150
- "internalType": "bytes",
151
- "name": "userData",
152
- "type": "bytes"
153
- }
154
- ],
155
- "name": "FlowUpdated",
156
- "type": "event"
157
- },
158
- {
159
- "anonymous": false,
160
- "inputs": [
161
- {
162
- "indexed": true,
163
- "internalType": "address",
164
- "name": "flowOperator",
165
- "type": "address"
166
- },
167
- {
168
- "indexed": false,
169
- "internalType": "uint256",
170
- "name": "deposit",
171
- "type": "uint256"
172
- }
173
- ],
174
- "name": "FlowUpdatedExtension",
175
- "type": "event"
176
- },
177
- {
178
- "inputs": [
179
- {
180
- "internalType": "contract ISuperfluidToken",
181
- "name": "token",
182
- "type": "address"
183
- },
184
- {
185
- "internalType": "address",
186
- "name": "account",
187
- "type": "address"
188
- },
189
- {
190
- "internalType": "uint256",
191
- "name": "time",
192
- "type": "uint256"
193
- }
194
- ],
195
- "name": "realtimeBalanceOf",
196
- "outputs": [
197
- {
198
- "internalType": "int256",
199
- "name": "dynamicBalance",
200
- "type": "int256"
201
- },
202
- {
203
- "internalType": "uint256",
204
- "name": "deposit",
205
- "type": "uint256"
206
- },
207
- {
208
- "internalType": "uint256",
209
- "name": "owedDeposit",
210
- "type": "uint256"
211
- }
212
- ],
213
- "stateMutability": "view",
214
- "type": "function"
215
- },
216
- {
217
- "inputs": [],
218
- "name": "agreementType",
219
- "outputs": [
220
- {
221
- "internalType": "bytes32",
222
- "name": "",
223
- "type": "bytes32"
224
- }
225
- ],
226
- "stateMutability": "pure",
227
- "type": "function"
228
- },
229
- {
230
- "inputs": [
231
- {
232
- "internalType": "contract ISuperfluidToken",
233
- "name": "token",
234
- "type": "address"
235
- },
236
- {
237
- "internalType": "uint256",
238
- "name": "deposit",
239
- "type": "uint256"
240
- }
241
- ],
242
- "name": "getMaximumFlowRateFromDeposit",
243
- "outputs": [
244
- {
245
- "internalType": "int96",
246
- "name": "flowRate",
247
- "type": "int96"
248
- }
249
- ],
250
- "stateMutability": "view",
251
- "type": "function"
252
- },
253
- {
254
- "inputs": [
255
- {
256
- "internalType": "contract ISuperfluidToken",
257
- "name": "token",
258
- "type": "address"
259
- },
260
- {
261
- "internalType": "int96",
262
- "name": "flowRate",
263
- "type": "int96"
264
- }
265
- ],
266
- "name": "getDepositRequiredForFlowRate",
267
- "outputs": [
268
- {
269
- "internalType": "uint256",
270
- "name": "deposit",
271
- "type": "uint256"
272
- }
273
- ],
274
- "stateMutability": "view",
275
- "type": "function"
276
- },
277
- {
278
- "inputs": [
279
- {
280
- "internalType": "contract ISuperfluidToken",
281
- "name": "token",
282
- "type": "address"
283
- },
284
- {
285
- "internalType": "address",
286
- "name": "account",
287
- "type": "address"
288
- }
289
- ],
290
- "name": "isPatricianPeriodNow",
291
- "outputs": [
292
- {
293
- "internalType": "bool",
294
- "name": "isCurrentlyPatricianPeriod",
295
- "type": "bool"
296
- },
297
- {
298
- "internalType": "uint256",
299
- "name": "timestamp",
300
- "type": "uint256"
301
- }
302
- ],
303
- "stateMutability": "view",
304
- "type": "function"
305
- },
306
- {
307
- "inputs": [
308
- {
309
- "internalType": "contract ISuperfluidToken",
310
- "name": "token",
311
- "type": "address"
312
- },
313
- {
314
- "internalType": "address",
315
- "name": "account",
316
- "type": "address"
317
- },
318
- {
319
- "internalType": "uint256",
320
- "name": "timestamp",
321
- "type": "uint256"
322
- }
323
- ],
324
- "name": "isPatricianPeriod",
325
- "outputs": [
326
- {
327
- "internalType": "bool",
328
- "name": "",
329
- "type": "bool"
330
- }
331
- ],
332
- "stateMutability": "view",
333
- "type": "function"
334
- },
335
- {
336
- "inputs": [
337
- {
338
- "internalType": "contract ISuperfluidToken",
339
- "name": "token",
340
- "type": "address"
341
- },
342
- {
343
- "internalType": "address",
344
- "name": "flowOperator",
345
- "type": "address"
346
- },
347
- {
348
- "internalType": "uint8",
349
- "name": "permissions",
350
- "type": "uint8"
351
- },
352
- {
353
- "internalType": "int96",
354
- "name": "flowRateAllowance",
355
- "type": "int96"
356
- },
357
- {
358
- "internalType": "bytes",
359
- "name": "ctx",
360
- "type": "bytes"
361
- }
362
- ],
363
- "name": "updateFlowOperatorPermissions",
364
- "outputs": [
365
- {
366
- "internalType": "bytes",
367
- "name": "newCtx",
368
- "type": "bytes"
369
- }
370
- ],
371
- "stateMutability": "nonpayable",
372
- "type": "function"
373
- },
374
- {
375
- "inputs": [
376
- {
377
- "internalType": "contract ISuperfluidToken",
378
- "name": "token",
379
- "type": "address"
380
- },
381
- {
382
- "internalType": "address",
383
- "name": "flowOperator",
384
- "type": "address"
385
- },
386
- {
387
- "internalType": "bytes",
388
- "name": "ctx",
389
- "type": "bytes"
390
- }
391
- ],
392
- "name": "authorizeFlowOperatorWithFullControl",
393
- "outputs": [
394
- {
395
- "internalType": "bytes",
396
- "name": "newCtx",
397
- "type": "bytes"
398
- }
399
- ],
400
- "stateMutability": "nonpayable",
401
- "type": "function"
402
- },
403
- {
404
- "inputs": [
405
- {
406
- "internalType": "contract ISuperfluidToken",
407
- "name": "token",
408
- "type": "address"
409
- },
410
- {
411
- "internalType": "address",
412
- "name": "flowOperator",
413
- "type": "address"
414
- },
415
- {
416
- "internalType": "bytes",
417
- "name": "ctx",
418
- "type": "bytes"
419
- }
420
- ],
421
- "name": "revokeFlowOperatorWithFullControl",
422
- "outputs": [
423
- {
424
- "internalType": "bytes",
425
- "name": "newCtx",
426
- "type": "bytes"
427
- }
428
- ],
429
- "stateMutability": "nonpayable",
430
- "type": "function"
431
- },
432
- {
433
- "inputs": [
434
- {
435
- "internalType": "contract ISuperfluidToken",
436
- "name": "token",
437
- "type": "address"
438
- },
439
- {
440
- "internalType": "address",
441
- "name": "sender",
442
- "type": "address"
443
- },
444
- {
445
- "internalType": "address",
446
- "name": "flowOperator",
447
- "type": "address"
448
- }
449
- ],
450
- "name": "getFlowOperatorData",
451
- "outputs": [
452
- {
453
- "internalType": "bytes32",
454
- "name": "flowOperatorId",
455
- "type": "bytes32"
456
- },
457
- {
458
- "internalType": "uint8",
459
- "name": "permissions",
460
- "type": "uint8"
461
- },
462
- {
463
- "internalType": "int96",
464
- "name": "flowRateAllowance",
465
- "type": "int96"
466
- }
467
- ],
468
- "stateMutability": "view",
469
- "type": "function"
470
- },
471
- {
472
- "inputs": [
473
- {
474
- "internalType": "contract ISuperfluidToken",
475
- "name": "token",
476
- "type": "address"
477
- },
478
- {
479
- "internalType": "bytes32",
480
- "name": "flowOperatorId",
481
- "type": "bytes32"
482
- }
483
- ],
484
- "name": "getFlowOperatorDataByID",
485
- "outputs": [
486
- {
487
- "internalType": "uint8",
488
- "name": "permissions",
489
- "type": "uint8"
490
- },
491
- {
492
- "internalType": "int96",
493
- "name": "flowRateAllowance",
494
- "type": "int96"
495
- }
496
- ],
497
- "stateMutability": "view",
498
- "type": "function"
499
- },
500
- {
501
- "inputs": [
502
- {
503
- "internalType": "contract ISuperfluidToken",
504
- "name": "token",
505
- "type": "address"
506
- },
507
- {
508
- "internalType": "address",
509
- "name": "receiver",
510
- "type": "address"
511
- },
512
- {
513
- "internalType": "int96",
514
- "name": "flowRate",
515
- "type": "int96"
516
- },
517
- {
518
- "internalType": "bytes",
519
- "name": "ctx",
520
- "type": "bytes"
521
- }
522
- ],
523
- "name": "createFlow",
524
- "outputs": [
525
- {
526
- "internalType": "bytes",
527
- "name": "newCtx",
528
- "type": "bytes"
529
- }
530
- ],
531
- "stateMutability": "nonpayable",
532
- "type": "function"
533
- },
534
- {
535
- "inputs": [
536
- {
537
- "internalType": "contract ISuperfluidToken",
538
- "name": "token",
539
- "type": "address"
540
- },
541
- {
542
- "internalType": "address",
543
- "name": "sender",
544
- "type": "address"
545
- },
546
- {
547
- "internalType": "address",
548
- "name": "receiver",
549
- "type": "address"
550
- },
551
- {
552
- "internalType": "int96",
553
- "name": "flowRate",
554
- "type": "int96"
555
- },
556
- {
557
- "internalType": "bytes",
558
- "name": "ctx",
559
- "type": "bytes"
560
- }
561
- ],
562
- "name": "createFlowByOperator",
563
- "outputs": [
564
- {
565
- "internalType": "bytes",
566
- "name": "newCtx",
567
- "type": "bytes"
568
- }
569
- ],
570
- "stateMutability": "nonpayable",
571
- "type": "function"
572
- },
573
- {
574
- "inputs": [
575
- {
576
- "internalType": "contract ISuperfluidToken",
577
- "name": "token",
578
- "type": "address"
579
- },
580
- {
581
- "internalType": "address",
582
- "name": "receiver",
583
- "type": "address"
584
- },
585
- {
586
- "internalType": "int96",
587
- "name": "flowRate",
588
- "type": "int96"
589
- },
590
- {
591
- "internalType": "bytes",
592
- "name": "ctx",
593
- "type": "bytes"
594
- }
595
- ],
596
- "name": "updateFlow",
597
- "outputs": [
598
- {
599
- "internalType": "bytes",
600
- "name": "newCtx",
601
- "type": "bytes"
602
- }
603
- ],
604
- "stateMutability": "nonpayable",
605
- "type": "function"
606
- },
607
- {
608
- "inputs": [
609
- {
610
- "internalType": "contract ISuperfluidToken",
611
- "name": "token",
612
- "type": "address"
613
- },
614
- {
615
- "internalType": "address",
616
- "name": "sender",
617
- "type": "address"
618
- },
619
- {
620
- "internalType": "address",
621
- "name": "receiver",
622
- "type": "address"
623
- },
624
- {
625
- "internalType": "int96",
626
- "name": "flowRate",
627
- "type": "int96"
628
- },
629
- {
630
- "internalType": "bytes",
631
- "name": "ctx",
632
- "type": "bytes"
633
- }
634
- ],
635
- "name": "updateFlowByOperator",
636
- "outputs": [
637
- {
638
- "internalType": "bytes",
639
- "name": "newCtx",
640
- "type": "bytes"
641
- }
642
- ],
643
- "stateMutability": "nonpayable",
644
- "type": "function"
645
- },
646
- {
647
- "inputs": [
648
- {
649
- "internalType": "contract ISuperfluidToken",
650
- "name": "token",
651
- "type": "address"
652
- },
653
- {
654
- "internalType": "address",
655
- "name": "sender",
656
- "type": "address"
657
- },
658
- {
659
- "internalType": "address",
660
- "name": "receiver",
661
- "type": "address"
662
- }
663
- ],
664
- "name": "getFlow",
665
- "outputs": [
666
- {
667
- "internalType": "uint256",
668
- "name": "timestamp",
669
- "type": "uint256"
670
- },
671
- {
672
- "internalType": "int96",
673
- "name": "flowRate",
674
- "type": "int96"
675
- },
676
- {
677
- "internalType": "uint256",
678
- "name": "deposit",
679
- "type": "uint256"
680
- },
681
- {
682
- "internalType": "uint256",
683
- "name": "owedDeposit",
684
- "type": "uint256"
685
- }
686
- ],
687
- "stateMutability": "view",
688
- "type": "function"
689
- },
690
- {
691
- "inputs": [
692
- {
693
- "internalType": "contract ISuperfluidToken",
694
- "name": "token",
695
- "type": "address"
696
- },
697
- {
698
- "internalType": "bytes32",
699
- "name": "agreementId",
700
- "type": "bytes32"
701
- }
702
- ],
703
- "name": "getFlowByID",
704
- "outputs": [
705
- {
706
- "internalType": "uint256",
707
- "name": "timestamp",
708
- "type": "uint256"
709
- },
710
- {
711
- "internalType": "int96",
712
- "name": "flowRate",
713
- "type": "int96"
714
- },
715
- {
716
- "internalType": "uint256",
717
- "name": "deposit",
718
- "type": "uint256"
719
- },
720
- {
721
- "internalType": "uint256",
722
- "name": "owedDeposit",
723
- "type": "uint256"
724
- }
725
- ],
726
- "stateMutability": "view",
727
- "type": "function"
728
- },
729
- {
730
- "inputs": [
731
- {
732
- "internalType": "contract ISuperfluidToken",
733
- "name": "token",
734
- "type": "address"
735
- },
736
- {
737
- "internalType": "address",
738
- "name": "account",
739
- "type": "address"
740
- }
741
- ],
742
- "name": "getAccountFlowInfo",
743
- "outputs": [
744
- {
745
- "internalType": "uint256",
746
- "name": "timestamp",
747
- "type": "uint256"
748
- },
749
- {
750
- "internalType": "int96",
751
- "name": "flowRate",
752
- "type": "int96"
753
- },
754
- {
755
- "internalType": "uint256",
756
- "name": "deposit",
757
- "type": "uint256"
758
- },
759
- {
760
- "internalType": "uint256",
761
- "name": "owedDeposit",
762
- "type": "uint256"
763
- }
764
- ],
765
- "stateMutability": "view",
766
- "type": "function"
767
- },
768
- {
769
- "inputs": [
770
- {
771
- "internalType": "contract ISuperfluidToken",
772
- "name": "token",
773
- "type": "address"
774
- },
775
- {
776
- "internalType": "address",
777
- "name": "account",
778
- "type": "address"
779
- }
780
- ],
781
- "name": "getNetFlow",
782
- "outputs": [
783
- {
784
- "internalType": "int96",
785
- "name": "flowRate",
786
- "type": "int96"
787
- }
788
- ],
789
- "stateMutability": "view",
790
- "type": "function"
791
- },
792
- {
793
- "inputs": [
794
- {
795
- "internalType": "contract ISuperfluidToken",
796
- "name": "token",
797
- "type": "address"
798
- },
799
- {
800
- "internalType": "address",
801
- "name": "sender",
802
- "type": "address"
803
- },
804
- {
805
- "internalType": "address",
806
- "name": "receiver",
807
- "type": "address"
808
- },
809
- {
810
- "internalType": "bytes",
811
- "name": "ctx",
812
- "type": "bytes"
813
- }
814
- ],
815
- "name": "deleteFlow",
816
- "outputs": [
817
- {
818
- "internalType": "bytes",
819
- "name": "newCtx",
820
- "type": "bytes"
821
- }
822
- ],
823
- "stateMutability": "nonpayable",
824
- "type": "function"
825
- },
826
- {
827
- "inputs": [
828
- {
829
- "internalType": "contract ISuperfluidToken",
830
- "name": "token",
831
- "type": "address"
832
- },
833
- {
834
- "internalType": "address",
835
- "name": "sender",
836
- "type": "address"
837
- },
838
- {
839
- "internalType": "address",
840
- "name": "receiver",
841
- "type": "address"
842
- },
843
- {
844
- "internalType": "bytes",
845
- "name": "ctx",
846
- "type": "bytes"
847
- }
848
- ],
849
- "name": "deleteFlowByOperator",
850
- "outputs": [
851
- {
852
- "internalType": "bytes",
853
- "name": "newCtx",
854
- "type": "bytes"
855
- }
856
- ],
857
- "stateMutability": "nonpayable",
858
- "type": "function"
859
- }
860
- ] }