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