@superfluid-finance/sdk-core 0.5.7-dev.eef6e1f.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 (315) 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/SuperfluidFrameworkDeployer.d.ts +0 -180
  136. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  137. package/dist/main/typechain/SuperfluidFrameworkDeployer.js +0 -3
  138. package/dist/main/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  139. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +0 -797
  140. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  141. package/dist/main/typechain/SuperfluidGovernanceII.js +0 -3
  142. package/dist/main/typechain/SuperfluidGovernanceII.js.map +0 -1
  143. package/dist/main/typechain/SuperfluidLoader.d.ts +0 -61
  144. package/dist/main/typechain/SuperfluidLoader.d.ts.map +0 -1
  145. package/dist/main/typechain/SuperfluidLoader.js +0 -3
  146. package/dist/main/typechain/SuperfluidLoader.js.map +0 -1
  147. package/dist/main/typechain/TestToken.d.ts +0 -215
  148. package/dist/main/typechain/TestToken.d.ts.map +0 -1
  149. package/dist/main/typechain/TestToken.js +0 -3
  150. package/dist/main/typechain/TestToken.js.map +0 -1
  151. package/dist/main/typechain/common.d.ts +0 -23
  152. package/dist/main/typechain/common.d.ts.map +0 -1
  153. package/dist/main/typechain/common.js +0 -3
  154. package/dist/main/typechain/common.js.map +0 -1
  155. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  156. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  157. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js +0 -242
  158. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  159. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  160. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  161. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -878
  162. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  163. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  164. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  165. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -968
  166. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  167. package/dist/main/typechain/factories/IResolver__factory.d.ts +0 -36
  168. package/dist/main/typechain/factories/IResolver__factory.d.ts.map +0 -1
  169. package/dist/main/typechain/factories/IResolver__factory.js +0 -76
  170. package/dist/main/typechain/factories/IResolver__factory.js.map +0 -1
  171. package/dist/main/typechain/factories/ISETH__factory.d.ts +0 -43
  172. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +0 -1
  173. package/dist/main/typechain/factories/ISETH__factory.js +0 -1647
  174. package/dist/main/typechain/factories/ISETH__factory.js.map +0 -1
  175. package/dist/main/typechain/factories/SuperToken__factory.d.ts +0 -58
  176. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  177. package/dist/main/typechain/factories/SuperToken__factory.js +0 -1769
  178. package/dist/main/typechain/factories/SuperToken__factory.js.map +0 -1
  179. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  180. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  181. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -227
  182. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  183. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  184. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  185. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1103
  186. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  187. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  188. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  189. package/dist/main/typechain/factories/SuperfluidLoader__factory.js +0 -72
  190. package/dist/main/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  191. package/dist/main/typechain/factories/Superfluid__factory.d.ts +0 -94
  192. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  193. package/dist/main/typechain/factories/Superfluid__factory.js +0 -1342
  194. package/dist/main/typechain/factories/Superfluid__factory.js.map +0 -1
  195. package/dist/main/typechain/factories/TestToken__factory.d.ts +0 -47
  196. package/dist/main/typechain/factories/TestToken__factory.d.ts.map +0 -1
  197. package/dist/main/typechain/factories/TestToken__factory.js +0 -340
  198. package/dist/main/typechain/factories/TestToken__factory.js.map +0 -1
  199. package/dist/main/typechain/factories/index.d.ts +0 -12
  200. package/dist/main/typechain/factories/index.d.ts.map +0 -1
  201. package/dist/main/typechain/factories/index.js +0 -29
  202. package/dist/main/typechain/factories/index.js.map +0 -1
  203. package/dist/main/typechain/index.d.ts +0 -24
  204. package/dist/main/typechain/index.d.ts.map +0 -1
  205. package/dist/main/typechain/index.js +0 -50
  206. package/dist/main/typechain/index.js.map +0 -1
  207. package/dist/module/abi/ERC20WithTokenInfo.json +0 -224
  208. package/dist/module/abi/IConstantFlowAgreementV1.json +0 -860
  209. package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -950
  210. package/dist/module/abi/IResolver.json +0 -58
  211. package/dist/module/abi/ISETH.json +0 -1629
  212. package/dist/module/abi/SuperToken.json +0 -1751
  213. package/dist/module/abi/Superfluid.json +0 -1324
  214. package/dist/module/abi/SuperfluidGovernanceII.json +0 -1085
  215. package/dist/module/abi/SuperfluidLoader.json +0 -54
  216. package/dist/module/typechain/ERC20WithTokenInfo.d.ts +0 -167
  217. package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  218. package/dist/module/typechain/ERC20WithTokenInfo.js +0 -2
  219. package/dist/module/typechain/ERC20WithTokenInfo.js.map +0 -1
  220. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  221. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  222. package/dist/module/typechain/IConstantFlowAgreementV1.js +0 -2
  223. package/dist/module/typechain/IConstantFlowAgreementV1.js.map +0 -1
  224. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  225. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  226. package/dist/module/typechain/IInstantDistributionAgreementV1.js +0 -2
  227. package/dist/module/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  228. package/dist/module/typechain/IResolver.d.ts +0 -71
  229. package/dist/module/typechain/IResolver.d.ts.map +0 -1
  230. package/dist/module/typechain/IResolver.js +0 -2
  231. package/dist/module/typechain/IResolver.js.map +0 -1
  232. package/dist/module/typechain/ISETH.d.ts +0 -1150
  233. package/dist/module/typechain/ISETH.d.ts.map +0 -1
  234. package/dist/module/typechain/ISETH.js +0 -2
  235. package/dist/module/typechain/ISETH.js.map +0 -1
  236. package/dist/module/typechain/SuperToken.d.ts +0 -1170
  237. package/dist/module/typechain/SuperToken.d.ts.map +0 -1
  238. package/dist/module/typechain/SuperToken.js +0 -2
  239. package/dist/module/typechain/SuperToken.js.map +0 -1
  240. package/dist/module/typechain/Superfluid.d.ts +0 -849
  241. package/dist/module/typechain/Superfluid.d.ts.map +0 -1
  242. package/dist/module/typechain/Superfluid.js +0 -2
  243. package/dist/module/typechain/Superfluid.js.map +0 -1
  244. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  245. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  246. package/dist/module/typechain/SuperfluidFrameworkDeployer.js +0 -2
  247. package/dist/module/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  248. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +0 -797
  249. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  250. package/dist/module/typechain/SuperfluidGovernanceII.js +0 -2
  251. package/dist/module/typechain/SuperfluidGovernanceII.js.map +0 -1
  252. package/dist/module/typechain/SuperfluidLoader.d.ts +0 -61
  253. package/dist/module/typechain/SuperfluidLoader.d.ts.map +0 -1
  254. package/dist/module/typechain/SuperfluidLoader.js +0 -2
  255. package/dist/module/typechain/SuperfluidLoader.js.map +0 -1
  256. package/dist/module/typechain/TestToken.d.ts +0 -215
  257. package/dist/module/typechain/TestToken.d.ts.map +0 -1
  258. package/dist/module/typechain/TestToken.js +0 -2
  259. package/dist/module/typechain/TestToken.js.map +0 -1
  260. package/dist/module/typechain/common.d.ts +0 -23
  261. package/dist/module/typechain/common.d.ts.map +0 -1
  262. package/dist/module/typechain/common.js +0 -2
  263. package/dist/module/typechain/common.js.map +0 -1
  264. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  265. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  266. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js +0 -238
  267. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  268. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  269. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  270. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -874
  271. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  272. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  273. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  274. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -964
  275. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  276. package/dist/module/typechain/factories/IResolver__factory.d.ts +0 -36
  277. package/dist/module/typechain/factories/IResolver__factory.d.ts.map +0 -1
  278. package/dist/module/typechain/factories/IResolver__factory.js +0 -72
  279. package/dist/module/typechain/factories/IResolver__factory.js.map +0 -1
  280. package/dist/module/typechain/factories/ISETH__factory.d.ts +0 -43
  281. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +0 -1
  282. package/dist/module/typechain/factories/ISETH__factory.js +0 -1643
  283. package/dist/module/typechain/factories/ISETH__factory.js.map +0 -1
  284. package/dist/module/typechain/factories/SuperToken__factory.d.ts +0 -58
  285. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  286. package/dist/module/typechain/factories/SuperToken__factory.js +0 -1765
  287. package/dist/module/typechain/factories/SuperToken__factory.js.map +0 -1
  288. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  289. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  290. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -223
  291. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  292. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  293. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  294. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1099
  295. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  296. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  297. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  298. package/dist/module/typechain/factories/SuperfluidLoader__factory.js +0 -68
  299. package/dist/module/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  300. package/dist/module/typechain/factories/Superfluid__factory.d.ts +0 -94
  301. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  302. package/dist/module/typechain/factories/Superfluid__factory.js +0 -1338
  303. package/dist/module/typechain/factories/Superfluid__factory.js.map +0 -1
  304. package/dist/module/typechain/factories/TestToken__factory.d.ts +0 -47
  305. package/dist/module/typechain/factories/TestToken__factory.d.ts.map +0 -1
  306. package/dist/module/typechain/factories/TestToken__factory.js +0 -336
  307. package/dist/module/typechain/factories/TestToken__factory.js.map +0 -1
  308. package/dist/module/typechain/factories/index.d.ts +0 -12
  309. package/dist/module/typechain/factories/index.d.ts.map +0 -1
  310. package/dist/module/typechain/factories/index.js +0 -15
  311. package/dist/module/typechain/factories/index.js.map +0 -1
  312. package/dist/module/typechain/index.d.ts +0 -24
  313. package/dist/module/typechain/index.d.ts.map +0 -1
  314. package/dist/module/typechain/index.js +0 -13
  315. package/dist/module/typechain/index.js.map +0 -1
@@ -1,242 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ERC20WithTokenInfo__factory = void 0;
7
- const ethers_1 = require("ethers");
8
- const _abi = [
9
- {
10
- anonymous: false,
11
- inputs: [
12
- {
13
- indexed: true,
14
- internalType: "address",
15
- name: "owner",
16
- type: "address",
17
- },
18
- {
19
- indexed: true,
20
- internalType: "address",
21
- name: "spender",
22
- type: "address",
23
- },
24
- {
25
- indexed: false,
26
- internalType: "uint256",
27
- name: "value",
28
- type: "uint256",
29
- },
30
- ],
31
- name: "Approval",
32
- type: "event",
33
- },
34
- {
35
- anonymous: false,
36
- inputs: [
37
- {
38
- indexed: true,
39
- internalType: "address",
40
- name: "from",
41
- type: "address",
42
- },
43
- {
44
- indexed: true,
45
- internalType: "address",
46
- name: "to",
47
- type: "address",
48
- },
49
- {
50
- indexed: false,
51
- internalType: "uint256",
52
- name: "value",
53
- type: "uint256",
54
- },
55
- ],
56
- name: "Transfer",
57
- type: "event",
58
- },
59
- {
60
- inputs: [
61
- {
62
- internalType: "address",
63
- name: "owner",
64
- type: "address",
65
- },
66
- {
67
- internalType: "address",
68
- name: "spender",
69
- type: "address",
70
- },
71
- ],
72
- name: "allowance",
73
- outputs: [
74
- {
75
- internalType: "uint256",
76
- name: "",
77
- type: "uint256",
78
- },
79
- ],
80
- stateMutability: "view",
81
- type: "function",
82
- },
83
- {
84
- inputs: [
85
- {
86
- internalType: "address",
87
- name: "spender",
88
- type: "address",
89
- },
90
- {
91
- internalType: "uint256",
92
- name: "amount",
93
- type: "uint256",
94
- },
95
- ],
96
- name: "approve",
97
- outputs: [
98
- {
99
- internalType: "bool",
100
- name: "",
101
- type: "bool",
102
- },
103
- ],
104
- stateMutability: "nonpayable",
105
- type: "function",
106
- },
107
- {
108
- inputs: [
109
- {
110
- internalType: "address",
111
- name: "account",
112
- type: "address",
113
- },
114
- ],
115
- name: "balanceOf",
116
- outputs: [
117
- {
118
- internalType: "uint256",
119
- name: "",
120
- type: "uint256",
121
- },
122
- ],
123
- stateMutability: "view",
124
- type: "function",
125
- },
126
- {
127
- inputs: [],
128
- name: "decimals",
129
- outputs: [
130
- {
131
- internalType: "uint8",
132
- name: "",
133
- type: "uint8",
134
- },
135
- ],
136
- stateMutability: "view",
137
- type: "function",
138
- },
139
- {
140
- inputs: [],
141
- name: "name",
142
- outputs: [
143
- {
144
- internalType: "string",
145
- name: "",
146
- type: "string",
147
- },
148
- ],
149
- stateMutability: "view",
150
- type: "function",
151
- },
152
- {
153
- inputs: [],
154
- name: "symbol",
155
- outputs: [
156
- {
157
- internalType: "string",
158
- name: "",
159
- type: "string",
160
- },
161
- ],
162
- stateMutability: "view",
163
- type: "function",
164
- },
165
- {
166
- inputs: [],
167
- name: "totalSupply",
168
- outputs: [
169
- {
170
- internalType: "uint256",
171
- name: "",
172
- type: "uint256",
173
- },
174
- ],
175
- stateMutability: "view",
176
- type: "function",
177
- },
178
- {
179
- inputs: [
180
- {
181
- internalType: "address",
182
- name: "to",
183
- type: "address",
184
- },
185
- {
186
- internalType: "uint256",
187
- name: "amount",
188
- type: "uint256",
189
- },
190
- ],
191
- name: "transfer",
192
- outputs: [
193
- {
194
- internalType: "bool",
195
- name: "",
196
- type: "bool",
197
- },
198
- ],
199
- stateMutability: "nonpayable",
200
- type: "function",
201
- },
202
- {
203
- inputs: [
204
- {
205
- internalType: "address",
206
- name: "from",
207
- type: "address",
208
- },
209
- {
210
- internalType: "address",
211
- name: "to",
212
- type: "address",
213
- },
214
- {
215
- internalType: "uint256",
216
- name: "amount",
217
- type: "uint256",
218
- },
219
- ],
220
- name: "transferFrom",
221
- outputs: [
222
- {
223
- internalType: "bool",
224
- name: "",
225
- type: "bool",
226
- },
227
- ],
228
- stateMutability: "nonpayable",
229
- type: "function",
230
- },
231
- ];
232
- class ERC20WithTokenInfo__factory {
233
- static createInterface() {
234
- return new ethers_1.utils.Interface(_abi);
235
- }
236
- static connect(address, signerOrProvider) {
237
- return new ethers_1.Contract(address, _abi, signerOrProvider);
238
- }
239
- }
240
- exports.ERC20WithTokenInfo__factory = ERC20WithTokenInfo__factory;
241
- ERC20WithTokenInfo__factory.abi = _abi;
242
- //# sourceMappingURL=ERC20WithTokenInfo__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ERC20WithTokenInfo__factory.js","sourceRoot":"","sources":["../../../../src/typechain/factories/ERC20WithTokenInfo__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;KACd;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,SAAS;QACf,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,cAAc;QACpB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,2BAA2B;IAEtC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAgC,CAAC;IAClE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAuB,CAAC;IAC7E,CAAC;;AAVH,kEAWC;AAViB,+BAAG,GAAG,IAAI,CAAC"}
@@ -1,43 +0,0 @@
1
- import { Signer } from "ethers";
2
- import type { Provider } from "@ethersproject/providers";
3
- import type { IConstantFlowAgreementV1, IConstantFlowAgreementV1Interface } from "../IConstantFlowAgreementV1";
4
- export declare class IConstantFlowAgreementV1__factory {
5
- static readonly abi: ({
6
- inputs: never[];
7
- name: string;
8
- type: string;
9
- anonymous?: undefined;
10
- outputs?: undefined;
11
- stateMutability?: undefined;
12
- } | {
13
- anonymous: boolean;
14
- inputs: {
15
- indexed: boolean;
16
- internalType: string;
17
- name: string;
18
- type: string;
19
- }[];
20
- name: string;
21
- type: string;
22
- outputs?: undefined;
23
- stateMutability?: undefined;
24
- } | {
25
- inputs: {
26
- internalType: string;
27
- name: string;
28
- type: string;
29
- }[];
30
- name: string;
31
- outputs: {
32
- internalType: string;
33
- name: string;
34
- type: string;
35
- }[];
36
- stateMutability: string;
37
- type: string;
38
- anonymous?: undefined;
39
- })[];
40
- static createInterface(): IConstantFlowAgreementV1Interface;
41
- static connect(address: string, signerOrProvider: Signer | Provider): IConstantFlowAgreementV1;
42
- }
43
- //# sourceMappingURL=IConstantFlowAgreementV1__factory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IConstantFlowAgreementV1__factory.d.ts","sourceRoot":"","sources":["../../../../src/typechain/factories/IConstantFlowAgreementV1__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EAClC,MAAM,6BAA6B,CAAC;AA+1BrC,qBAAa,iCAAiC;IAC5C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,iCAAiC;IAG3D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,wBAAwB;CAO5B"}