@wildcatfi/wildcat-sdk 3.0.67-beta → 3.0.69-beta

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 (416) hide show
  1. package/README.md +2 -2
  2. package/dist/abi/generated.d.ts +34207 -0
  3. package/dist/abi/generated.d.ts.map +1 -0
  4. package/dist/abi/generated.js +43811 -0
  5. package/dist/abi/generated.js.map +1 -0
  6. package/dist/abi/index.d.ts +3 -0
  7. package/dist/abi/index.d.ts.map +1 -0
  8. package/dist/abi/index.js +19 -0
  9. package/dist/abi/index.js.map +1 -0
  10. package/dist/abi/manual.d.ts +354 -0
  11. package/dist/abi/manual.d.ts.map +1 -0
  12. package/dist/abi/manual.js +202 -0
  13. package/dist/abi/manual.js.map +1 -0
  14. package/dist/access/access-control.d.ts +16 -18
  15. package/dist/access/access-control.d.ts.map +1 -1
  16. package/dist/access/access-control.js +101 -101
  17. package/dist/access/access-control.js.map +1 -1
  18. package/dist/access/fixed-term.d.ts +16 -18
  19. package/dist/access/fixed-term.d.ts.map +1 -1
  20. package/dist/access/fixed-term.js +115 -104
  21. package/dist/access/fixed-term.js.map +1 -1
  22. package/dist/access/index.d.ts +3 -3
  23. package/dist/access/index.d.ts.map +1 -1
  24. package/dist/access/index.js +47 -13
  25. package/dist/access/index.js.map +1 -1
  26. package/dist/access/revolving.d.ts +2 -1
  27. package/dist/access/revolving.d.ts.map +1 -1
  28. package/dist/access/revolving.js +6 -6
  29. package/dist/access/revolving.js.map +1 -1
  30. package/dist/access/utils.d.ts +2 -1
  31. package/dist/access/utils.d.ts.map +1 -1
  32. package/dist/access/utils.js +40 -10
  33. package/dist/access/utils.js.map +1 -1
  34. package/dist/access/validation.d.ts +7 -6
  35. package/dist/access/validation.d.ts.map +1 -1
  36. package/dist/access/validation.js +1 -0
  37. package/dist/access/validation.js.map +1 -1
  38. package/dist/account/index.d.ts +21 -30
  39. package/dist/account/index.d.ts.map +1 -1
  40. package/dist/account/index.js +193 -224
  41. package/dist/account/index.js.map +1 -1
  42. package/dist/client.d.ts +22 -0
  43. package/dist/client.d.ts.map +1 -0
  44. package/dist/client.js +51 -0
  45. package/dist/client.js.map +1 -0
  46. package/dist/collateral/collateral-events.d.ts +9 -10
  47. package/dist/collateral/collateral-events.d.ts.map +1 -1
  48. package/dist/collateral/collateral-events.js +4 -4
  49. package/dist/collateral/collateral-events.js.map +1 -1
  50. package/dist/collateral/index.d.ts +7 -10
  51. package/dist/collateral/index.d.ts.map +1 -1
  52. package/dist/collateral/index.js +36 -37
  53. package/dist/collateral/index.js.map +1 -1
  54. package/dist/constants.d.ts +72 -16
  55. package/dist/constants.d.ts.map +1 -1
  56. package/dist/constants.js +137 -23
  57. package/dist/constants.js.map +1 -1
  58. package/dist/controller.d.ts +10 -17
  59. package/dist/controller.d.ts.map +1 -1
  60. package/dist/controller.js +66 -67
  61. package/dist/controller.js.map +1 -1
  62. package/dist/gql/getActiveLendersByMarket.d.ts +2 -3
  63. package/dist/gql/getActiveLendersByMarket.d.ts.map +1 -1
  64. package/dist/gql/getActiveLendersByMarket.js +10 -10
  65. package/dist/gql/getActiveLendersByMarket.js.map +1 -1
  66. package/dist/gql/getAllHooksDataForBorrower.d.ts.map +1 -1
  67. package/dist/gql/getAllHooksDataForBorrower.js +6 -3
  68. package/dist/gql/getAllHooksDataForBorrower.js.map +1 -1
  69. package/dist/gql/getAllHooksTemplates.d.ts.map +1 -1
  70. package/dist/gql/getAllHooksTemplates.js +3 -3
  71. package/dist/gql/getAllHooksTemplates.js.map +1 -1
  72. package/dist/gql/graphql.d.ts +532 -10
  73. package/dist/gql/graphql.d.ts.map +1 -1
  74. package/dist/gql/graphql.js +182 -4
  75. package/dist/gql/graphql.js.map +1 -1
  76. package/dist/index.d.ts +2 -1
  77. package/dist/index.d.ts.map +1 -1
  78. package/dist/index.js +3 -14
  79. package/dist/index.js.map +1 -1
  80. package/dist/internal/arch-controller.d.ts +6 -0
  81. package/dist/internal/arch-controller.d.ts.map +1 -0
  82. package/dist/internal/arch-controller.js +36 -0
  83. package/dist/internal/arch-controller.js.map +1 -0
  84. package/dist/internal/ethers-signer.d.ts +4 -0
  85. package/dist/internal/ethers-signer.d.ts.map +1 -0
  86. package/dist/internal/ethers-signer.js +12 -0
  87. package/dist/internal/ethers-signer.js.map +1 -0
  88. package/dist/internal/ethers-viem.d.ts +4 -0
  89. package/dist/internal/ethers-viem.d.ts.map +1 -0
  90. package/dist/internal/ethers-viem.js +43 -0
  91. package/dist/internal/ethers-viem.js.map +1 -0
  92. package/dist/internal/market-lens.d.ts +26 -0
  93. package/dist/internal/market-lens.d.ts.map +1 -0
  94. package/dist/internal/market-lens.js +117 -0
  95. package/dist/internal/market-lens.js.map +1 -0
  96. package/dist/internal/viem-read.d.ts +3 -0
  97. package/dist/internal/viem-read.d.ts.map +1 -0
  98. package/dist/internal/viem-read.js +13 -0
  99. package/dist/internal/viem-read.js.map +1 -0
  100. package/dist/internal/viem-write.d.ts +9 -0
  101. package/dist/internal/viem-write.d.ts.map +1 -0
  102. package/dist/internal/viem-write.js +24 -0
  103. package/dist/internal/viem-write.js.map +1 -0
  104. package/dist/lens-types.d.ts +283 -0
  105. package/dist/lens-types.d.ts.map +1 -0
  106. package/dist/{typechain/ISafe.js → lens-types.js} +1 -1
  107. package/dist/lens-types.js.map +1 -0
  108. package/dist/market.d.ts +34 -20
  109. package/dist/market.d.ts.map +1 -1
  110. package/dist/market.js +300 -223
  111. package/dist/market.js.map +1 -1
  112. package/dist/mockerc20factory.d.ts +4 -15
  113. package/dist/mockerc20factory.d.ts.map +1 -1
  114. package/dist/mockerc20factory.js +20 -15
  115. package/dist/mockerc20factory.js.map +1 -1
  116. package/dist/token.d.ts +24 -11
  117. package/dist/token.d.ts.map +1 -1
  118. package/dist/token.js +78 -61
  119. package/dist/token.js.map +1 -1
  120. package/dist/types.d.ts +53 -12
  121. package/dist/types.d.ts.map +1 -1
  122. package/dist/types.js +6 -15
  123. package/dist/types.js.map +1 -1
  124. package/dist/utils/bigint.d.ts +22 -0
  125. package/dist/utils/bigint.d.ts.map +1 -0
  126. package/dist/utils/bigint.js +111 -0
  127. package/dist/utils/bigint.js.map +1 -0
  128. package/dist/utils/check-registered-borrowers.d.ts.map +1 -1
  129. package/dist/utils/check-registered-borrowers.js +7 -6
  130. package/dist/utils/check-registered-borrowers.js.map +1 -1
  131. package/dist/utils/describe-account.d.ts.map +1 -1
  132. package/dist/utils/describe-account.js +33 -4
  133. package/dist/utils/describe-account.js.map +1 -1
  134. package/dist/utils/describe-signature.d.ts.map +1 -1
  135. package/dist/utils/describe-signature.js +66 -14
  136. package/dist/utils/describe-signature.js.map +1 -1
  137. package/dist/utils/index.d.ts +2 -0
  138. package/dist/utils/index.d.ts.map +1 -1
  139. package/dist/utils/index.js +2 -0
  140. package/dist/utils/index.js.map +1 -1
  141. package/dist/utils/math.d.ts +1 -13
  142. package/dist/utils/math.d.ts.map +1 -1
  143. package/dist/utils/math.js +14 -50
  144. package/dist/utils/math.js.map +1 -1
  145. package/dist/utils/misc.d.ts +5 -4
  146. package/dist/utils/misc.d.ts.map +1 -1
  147. package/dist/utils/misc.js +6 -6
  148. package/dist/utils/misc.js.map +1 -1
  149. package/dist/utils/record-types.d.ts +4 -5
  150. package/dist/utils/record-types.d.ts.map +1 -1
  151. package/dist/utils/record-types.js +2 -2
  152. package/dist/utils/record-types.js.map +1 -1
  153. package/dist/utils/type-parsers.d.ts +9 -3
  154. package/dist/utils/type-parsers.d.ts.map +1 -1
  155. package/dist/utils/type-parsers.js +14 -13
  156. package/dist/utils/type-parsers.js.map +1 -1
  157. package/dist/utils/viem-encoding.d.ts +15 -0
  158. package/dist/utils/viem-encoding.d.ts.map +1 -0
  159. package/dist/utils/viem-encoding.js +33 -0
  160. package/dist/utils/viem-encoding.js.map +1 -0
  161. package/dist/withdrawal-batch.d.ts +6 -7
  162. package/dist/withdrawal-batch.d.ts.map +1 -1
  163. package/dist/withdrawal-batch.js +29 -30
  164. package/dist/withdrawal-batch.js.map +1 -1
  165. package/dist/withdrawal-status.d.ts +5 -5
  166. package/dist/withdrawal-status.d.ts.map +1 -1
  167. package/dist/withdrawal-status.js +15 -12
  168. package/dist/withdrawal-status.js.map +1 -1
  169. package/dist/wrapper/index.d.ts +14 -31
  170. package/dist/wrapper/index.d.ts.map +1 -1
  171. package/dist/wrapper/index.js +80 -83
  172. package/dist/wrapper/index.js.map +1 -1
  173. package/package.json +13 -11
  174. package/dist/typechain/AccountQuery.d.ts +0 -56
  175. package/dist/typechain/AccountQuery.d.ts.map +0 -1
  176. package/dist/typechain/AccountQuery.js +0 -3
  177. package/dist/typechain/AccountQuery.js.map +0 -1
  178. package/dist/typechain/AccountsQuery.d.ts +0 -56
  179. package/dist/typechain/AccountsQuery.d.ts.map +0 -1
  180. package/dist/typechain/AccountsQuery.js +0 -3
  181. package/dist/typechain/AccountsQuery.js.map +0 -1
  182. package/dist/typechain/CheckBorrowersRegistered.d.ts +0 -29
  183. package/dist/typechain/CheckBorrowersRegistered.d.ts.map +0 -1
  184. package/dist/typechain/CheckBorrowersRegistered.js +0 -3
  185. package/dist/typechain/CheckBorrowersRegistered.js.map +0 -1
  186. package/dist/typechain/CheckSafeSignature.d.ts +0 -29
  187. package/dist/typechain/CheckSafeSignature.d.ts.map +0 -1
  188. package/dist/typechain/CheckSafeSignature.js +0 -3
  189. package/dist/typechain/CheckSafeSignature.js.map +0 -1
  190. package/dist/typechain/CollateralLens.d.ts +0 -220
  191. package/dist/typechain/CollateralLens.d.ts.map +0 -1
  192. package/dist/typechain/CollateralLens.js +0 -3
  193. package/dist/typechain/CollateralLens.js.map +0 -1
  194. package/dist/typechain/DescribeSignature.d.ts +0 -102
  195. package/dist/typechain/DescribeSignature.d.ts.map +0 -1
  196. package/dist/typechain/DescribeSignature.js +0 -3
  197. package/dist/typechain/DescribeSignature.js.map +0 -1
  198. package/dist/typechain/HooksFactory.d.ts +0 -593
  199. package/dist/typechain/HooksFactory.d.ts.map +0 -1
  200. package/dist/typechain/HooksFactory.js +0 -3
  201. package/dist/typechain/HooksFactory.js.map +0 -1
  202. package/dist/typechain/HooksFactoryRevolving.d.ts +0 -603
  203. package/dist/typechain/HooksFactoryRevolving.d.ts.map +0 -1
  204. package/dist/typechain/HooksFactoryRevolving.js +0 -3
  205. package/dist/typechain/HooksFactoryRevolving.js.map +0 -1
  206. package/dist/typechain/IERC20.d.ts +0 -232
  207. package/dist/typechain/IERC20.d.ts.map +0 -1
  208. package/dist/typechain/IERC20.js +0 -3
  209. package/dist/typechain/IERC20.js.map +0 -1
  210. package/dist/typechain/IFixedTermHooks.d.ts +0 -1032
  211. package/dist/typechain/IFixedTermHooks.d.ts.map +0 -1
  212. package/dist/typechain/IFixedTermHooks.js +0 -3
  213. package/dist/typechain/IFixedTermHooks.js.map +0 -1
  214. package/dist/typechain/IOpenTermHooks.d.ts +0 -987
  215. package/dist/typechain/IOpenTermHooks.d.ts.map +0 -1
  216. package/dist/typechain/IOpenTermHooks.js +0 -3
  217. package/dist/typechain/IOpenTermHooks.js.map +0 -1
  218. package/dist/typechain/ISafe.d.ts +0 -124
  219. package/dist/typechain/ISafe.d.ts.map +0 -1
  220. package/dist/typechain/ISafe.js.map +0 -1
  221. package/dist/typechain/MarketLens.d.ts +0 -611
  222. package/dist/typechain/MarketLens.d.ts.map +0 -1
  223. package/dist/typechain/MarketLens.js +0 -3
  224. package/dist/typechain/MarketLens.js.map +0 -1
  225. package/dist/typechain/MarketLensV2.d.ts +0 -704
  226. package/dist/typechain/MarketLensV2.d.ts.map +0 -1
  227. package/dist/typechain/MarketLensV2.js +0 -3
  228. package/dist/typechain/MarketLensV2.js.map +0 -1
  229. package/dist/typechain/MarketLensV2_5.d.ts +0 -996
  230. package/dist/typechain/MarketLensV2_5.d.ts.map +0 -1
  231. package/dist/typechain/MarketLensV2_5.js +0 -3
  232. package/dist/typechain/MarketLensV2_5.js.map +0 -1
  233. package/dist/typechain/MockArchControllerOwner.d.ts +0 -130
  234. package/dist/typechain/MockArchControllerOwner.d.ts.map +0 -1
  235. package/dist/typechain/MockArchControllerOwner.js +0 -3
  236. package/dist/typechain/MockArchControllerOwner.js.map +0 -1
  237. package/dist/typechain/MockERC20Factory.d.ts +0 -122
  238. package/dist/typechain/MockERC20Factory.d.ts.map +0 -1
  239. package/dist/typechain/MockERC20Factory.js +0 -3
  240. package/dist/typechain/MockERC20Factory.js.map +0 -1
  241. package/dist/typechain/SimpleMarketCollateral.d.ts +0 -270
  242. package/dist/typechain/SimpleMarketCollateral.d.ts.map +0 -1
  243. package/dist/typechain/SimpleMarketCollateral.js +0 -3
  244. package/dist/typechain/SimpleMarketCollateral.js.map +0 -1
  245. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.d.ts +0 -176
  246. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.d.ts.map +0 -1
  247. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.js +0 -3
  248. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.js.map +0 -1
  249. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.d.ts +0 -44
  250. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.d.ts.map +0 -1
  251. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.js +0 -3
  252. package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.js.map +0 -1
  253. package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.d.ts +0 -501
  254. package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.d.ts.map +0 -1
  255. package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.js +0 -3
  256. package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.js.map +0 -1
  257. package/dist/typechain/Wildcat4626Wrapper.sol/index.d.ts +0 -4
  258. package/dist/typechain/Wildcat4626Wrapper.sol/index.d.ts.map +0 -1
  259. package/dist/typechain/Wildcat4626Wrapper.sol/index.js +0 -3
  260. package/dist/typechain/Wildcat4626Wrapper.sol/index.js.map +0 -1
  261. package/dist/typechain/Wildcat4626WrapperFactory.d.ts +0 -83
  262. package/dist/typechain/Wildcat4626WrapperFactory.d.ts.map +0 -1
  263. package/dist/typechain/Wildcat4626WrapperFactory.js +0 -3
  264. package/dist/typechain/Wildcat4626WrapperFactory.js.map +0 -1
  265. package/dist/typechain/WildcatArchController.d.ts +0 -545
  266. package/dist/typechain/WildcatArchController.d.ts.map +0 -1
  267. package/dist/typechain/WildcatArchController.js +0 -3
  268. package/dist/typechain/WildcatArchController.js.map +0 -1
  269. package/dist/typechain/WildcatCollateralFactory.d.ts +0 -164
  270. package/dist/typechain/WildcatCollateralFactory.d.ts.map +0 -1
  271. package/dist/typechain/WildcatCollateralFactory.js +0 -3
  272. package/dist/typechain/WildcatCollateralFactory.js.map +0 -1
  273. package/dist/typechain/WildcatMarket.d.ts +0 -1062
  274. package/dist/typechain/WildcatMarket.d.ts.map +0 -1
  275. package/dist/typechain/WildcatMarket.js +0 -3
  276. package/dist/typechain/WildcatMarket.js.map +0 -1
  277. package/dist/typechain/WildcatMarketController.d.ts +0 -553
  278. package/dist/typechain/WildcatMarketController.d.ts.map +0 -1
  279. package/dist/typechain/WildcatMarketController.js +0 -3
  280. package/dist/typechain/WildcatMarketController.js.map +0 -1
  281. package/dist/typechain/WildcatMarketControllerFactory.d.ts +0 -344
  282. package/dist/typechain/WildcatMarketControllerFactory.d.ts.map +0 -1
  283. package/dist/typechain/WildcatMarketControllerFactory.js +0 -3
  284. package/dist/typechain/WildcatMarketControllerFactory.js.map +0 -1
  285. package/dist/typechain/WildcatMarketV2.d.ts +0 -1086
  286. package/dist/typechain/WildcatMarketV2.d.ts.map +0 -1
  287. package/dist/typechain/WildcatMarketV2.js +0 -3
  288. package/dist/typechain/WildcatMarketV2.js.map +0 -1
  289. package/dist/typechain/common.d.ts +0 -23
  290. package/dist/typechain/common.d.ts.map +0 -1
  291. package/dist/typechain/common.js +0 -3
  292. package/dist/typechain/common.js.map +0 -1
  293. package/dist/typechain/factories/AccountQuery__factory.d.ts +0 -63
  294. package/dist/typechain/factories/AccountQuery__factory.d.ts.map +0 -1
  295. package/dist/typechain/factories/AccountQuery__factory.js +0 -96
  296. package/dist/typechain/factories/AccountQuery__factory.js.map +0 -1
  297. package/dist/typechain/factories/AccountsQuery__factory.d.ts +0 -63
  298. package/dist/typechain/factories/AccountsQuery__factory.d.ts.map +0 -1
  299. package/dist/typechain/factories/AccountsQuery__factory.js +0 -96
  300. package/dist/typechain/factories/AccountsQuery__factory.js.map +0 -1
  301. package/dist/typechain/factories/CheckBorrowersRegistered__factory.d.ts +0 -36
  302. package/dist/typechain/factories/CheckBorrowersRegistered__factory.d.ts.map +0 -1
  303. package/dist/typechain/factories/CheckBorrowersRegistered__factory.js +0 -60
  304. package/dist/typechain/factories/CheckBorrowersRegistered__factory.js.map +0 -1
  305. package/dist/typechain/factories/CheckSafeSignature__factory.d.ts +0 -40
  306. package/dist/typechain/factories/CheckSafeSignature__factory.d.ts.map +0 -1
  307. package/dist/typechain/factories/CheckSafeSignature__factory.js +0 -65
  308. package/dist/typechain/factories/CheckSafeSignature__factory.js.map +0 -1
  309. package/dist/typechain/factories/CollateralLens__factory.d.ts +0 -854
  310. package/dist/typechain/factories/CollateralLens__factory.d.ts.map +0 -1
  311. package/dist/typechain/factories/CollateralLens__factory.js +0 -1101
  312. package/dist/typechain/factories/CollateralLens__factory.js.map +0 -1
  313. package/dist/typechain/factories/DescribeSignature__factory.d.ts +0 -145
  314. package/dist/typechain/factories/DescribeSignature__factory.d.ts.map +0 -1
  315. package/dist/typechain/factories/DescribeSignature__factory.js +0 -203
  316. package/dist/typechain/factories/DescribeSignature__factory.js.map +0 -1
  317. package/dist/typechain/factories/HooksFactoryRevolving__factory.d.ts +0 -872
  318. package/dist/typechain/factories/HooksFactoryRevolving__factory.d.ts.map +0 -1
  319. package/dist/typechain/factories/HooksFactoryRevolving__factory.js +0 -1131
  320. package/dist/typechain/factories/HooksFactoryRevolving__factory.js.map +0 -1
  321. package/dist/typechain/factories/HooksFactory__factory.d.ts +0 -902
  322. package/dist/typechain/factories/HooksFactory__factory.d.ts.map +0 -1
  323. package/dist/typechain/factories/HooksFactory__factory.js +0 -1168
  324. package/dist/typechain/factories/HooksFactory__factory.js.map +0 -1
  325. package/dist/typechain/factories/IERC20__factory.d.ts +0 -235
  326. package/dist/typechain/factories/IERC20__factory.d.ts.map +0 -1
  327. package/dist/typechain/factories/IERC20__factory.js +0 -315
  328. package/dist/typechain/factories/IERC20__factory.js.map +0 -1
  329. package/dist/typechain/factories/IFixedTermHooks__factory.d.ts +0 -1894
  330. package/dist/typechain/factories/IFixedTermHooks__factory.d.ts.map +0 -1
  331. package/dist/typechain/factories/IFixedTermHooks__factory.js +0 -2423
  332. package/dist/typechain/factories/IFixedTermHooks__factory.js.map +0 -1
  333. package/dist/typechain/factories/IOpenTermHooks__factory.d.ts +0 -1791
  334. package/dist/typechain/factories/IOpenTermHooks__factory.d.ts.map +0 -1
  335. package/dist/typechain/factories/IOpenTermHooks__factory.js +0 -2293
  336. package/dist/typechain/factories/IOpenTermHooks__factory.js.map +0 -1
  337. package/dist/typechain/factories/ISafe__factory.d.ts +0 -163
  338. package/dist/typechain/factories/ISafe__factory.d.ts.map +0 -1
  339. package/dist/typechain/factories/ISafe__factory.js +0 -225
  340. package/dist/typechain/factories/ISafe__factory.js.map +0 -1
  341. package/dist/typechain/factories/MarketLensV2_5__factory.d.ts +0 -14397
  342. package/dist/typechain/factories/MarketLensV2_5__factory.d.ts.map +0 -1
  343. package/dist/typechain/factories/MarketLensV2_5__factory.js +0 -18393
  344. package/dist/typechain/factories/MarketLensV2_5__factory.js.map +0 -1
  345. package/dist/typechain/factories/MarketLensV2__factory.d.ts +0 -6612
  346. package/dist/typechain/factories/MarketLensV2__factory.d.ts.map +0 -1
  347. package/dist/typechain/factories/MarketLensV2__factory.js +0 -8454
  348. package/dist/typechain/factories/MarketLensV2__factory.js.map +0 -1
  349. package/dist/typechain/factories/MarketLens__factory.d.ts +0 -3572
  350. package/dist/typechain/factories/MarketLens__factory.d.ts.map +0 -1
  351. package/dist/typechain/factories/MarketLens__factory.js +0 -4569
  352. package/dist/typechain/factories/MarketLens__factory.js.map +0 -1
  353. package/dist/typechain/factories/MockArchControllerOwner__factory.d.ts +0 -85
  354. package/dist/typechain/factories/MockArchControllerOwner__factory.d.ts.map +0 -1
  355. package/dist/typechain/factories/MockArchControllerOwner__factory.js +0 -118
  356. package/dist/typechain/factories/MockArchControllerOwner__factory.js.map +0 -1
  357. package/dist/typechain/factories/MockERC20Factory__factory.d.ts +0 -114
  358. package/dist/typechain/factories/MockERC20Factory__factory.d.ts.map +0 -1
  359. package/dist/typechain/factories/MockERC20Factory__factory.js +0 -157
  360. package/dist/typechain/factories/MockERC20Factory__factory.js.map +0 -1
  361. package/dist/typechain/factories/SimpleMarketCollateral__factory.d.ts +0 -264
  362. package/dist/typechain/factories/SimpleMarketCollateral__factory.d.ts.map +0 -1
  363. package/dist/typechain/factories/SimpleMarketCollateral__factory.js +0 -354
  364. package/dist/typechain/factories/SimpleMarketCollateral__factory.js.map +0 -1
  365. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.d.ts +0 -193
  366. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.d.ts.map +0 -1
  367. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.js +0 -263
  368. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.js.map +0 -1
  369. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.d.ts +0 -27
  370. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.d.ts.map +0 -1
  371. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.js +0 -44
  372. package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.js.map +0 -1
  373. package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.d.ts +0 -718
  374. package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.d.ts.map +0 -1
  375. package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.js +0 -946
  376. package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.js.map +0 -1
  377. package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.d.ts +0 -4
  378. package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.d.ts.map +0 -1
  379. package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.js +0 -13
  380. package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.js.map +0 -1
  381. package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.d.ts +0 -82
  382. package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.d.ts.map +0 -1
  383. package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.js +0 -117
  384. package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.js.map +0 -1
  385. package/dist/typechain/factories/WildcatArchController__factory.d.ts +0 -554
  386. package/dist/typechain/factories/WildcatArchController__factory.d.ts.map +0 -1
  387. package/dist/typechain/factories/WildcatArchController__factory.js +0 -728
  388. package/dist/typechain/factories/WildcatArchController__factory.js.map +0 -1
  389. package/dist/typechain/factories/WildcatCollateralFactory__factory.d.ts +0 -160
  390. package/dist/typechain/factories/WildcatCollateralFactory__factory.d.ts.map +0 -1
  391. package/dist/typechain/factories/WildcatCollateralFactory__factory.js +0 -223
  392. package/dist/typechain/factories/WildcatCollateralFactory__factory.js.map +0 -1
  393. package/dist/typechain/factories/WildcatMarketControllerFactory__factory.d.ts +0 -421
  394. package/dist/typechain/factories/WildcatMarketControllerFactory__factory.d.ts.map +0 -1
  395. package/dist/typechain/factories/WildcatMarketControllerFactory__factory.js +0 -549
  396. package/dist/typechain/factories/WildcatMarketControllerFactory__factory.js.map +0 -1
  397. package/dist/typechain/factories/WildcatMarketController__factory.d.ts +0 -671
  398. package/dist/typechain/factories/WildcatMarketController__factory.d.ts.map +0 -1
  399. package/dist/typechain/factories/WildcatMarketController__factory.js +0 -870
  400. package/dist/typechain/factories/WildcatMarketController__factory.js.map +0 -1
  401. package/dist/typechain/factories/WildcatMarketV2__factory.d.ts +0 -1304
  402. package/dist/typechain/factories/WildcatMarketV2__factory.d.ts.map +0 -1
  403. package/dist/typechain/factories/WildcatMarketV2__factory.js +0 -1680
  404. package/dist/typechain/factories/WildcatMarketV2__factory.js.map +0 -1
  405. package/dist/typechain/factories/WildcatMarket__factory.d.ts +0 -1326
  406. package/dist/typechain/factories/WildcatMarket__factory.d.ts.map +0 -1
  407. package/dist/typechain/factories/WildcatMarket__factory.js +0 -1712
  408. package/dist/typechain/factories/WildcatMarket__factory.js.map +0 -1
  409. package/dist/typechain/factories/index.d.ts +0 -27
  410. package/dist/typechain/factories/index.d.ts.map +0 -1
  411. package/dist/typechain/factories/index.js +0 -81
  412. package/dist/typechain/factories/index.js.map +0 -1
  413. package/dist/typechain/index.d.ts +0 -73
  414. package/dist/typechain/index.d.ts.map +0 -1
  415. package/dist/typechain/index.js +0 -84
  416. package/dist/typechain/index.js.map +0 -1
@@ -1,1326 +0,0 @@
1
- import { Signer } from "ethers";
2
- import type { Provider } from "@ethersproject/providers";
3
- import type { WildcatMarket, WildcatMarketInterface } from "../WildcatMarket";
4
- export declare class WildcatMarket__factory {
5
- static readonly abi: readonly [{
6
- readonly inputs: readonly [];
7
- readonly name: "AccountBlacklisted";
8
- readonly type: "error";
9
- }, {
10
- readonly inputs: readonly [];
11
- readonly name: "AccountNotBlocked";
12
- readonly type: "error";
13
- }, {
14
- readonly inputs: readonly [];
15
- readonly name: "BadLaunchCode";
16
- readonly type: "error";
17
- }, {
18
- readonly inputs: readonly [];
19
- readonly name: "BorrowAmountTooHigh";
20
- readonly type: "error";
21
- }, {
22
- readonly inputs: readonly [];
23
- readonly name: "BorrowFromClosedMarket";
24
- readonly type: "error";
25
- }, {
26
- readonly inputs: readonly [];
27
- readonly name: "CloseMarketInPenalizedDelinquency";
28
- readonly type: "error";
29
- }, {
30
- readonly inputs: readonly [];
31
- readonly name: "CloseMarketWithUnpaidWithdrawals";
32
- readonly type: "error";
33
- }, {
34
- readonly inputs: readonly [];
35
- readonly name: "DepositToClosedMarket";
36
- readonly type: "error";
37
- }, {
38
- readonly inputs: readonly [];
39
- readonly name: "FeeSetWithoutRecipient";
40
- readonly type: "error";
41
- }, {
42
- readonly inputs: readonly [];
43
- readonly name: "InsufficientReservesForFeeWithdrawal";
44
- readonly type: "error";
45
- }, {
46
- readonly inputs: readonly [];
47
- readonly name: "InsufficientReservesForNewLiquidityRatio";
48
- readonly type: "error";
49
- }, {
50
- readonly inputs: readonly [];
51
- readonly name: "InsufficientReservesForOldLiquidityRatio";
52
- readonly type: "error";
53
- }, {
54
- readonly inputs: readonly [];
55
- readonly name: "InterestFeeTooHigh";
56
- readonly type: "error";
57
- }, {
58
- readonly inputs: readonly [];
59
- readonly name: "InterestRateTooHigh";
60
- readonly type: "error";
61
- }, {
62
- readonly inputs: readonly [];
63
- readonly name: "MaxSupplyExceeded";
64
- readonly type: "error";
65
- }, {
66
- readonly inputs: readonly [];
67
- readonly name: "NewMaxSupplyTooLow";
68
- readonly type: "error";
69
- }, {
70
- readonly inputs: readonly [];
71
- readonly name: "NotApprovedBorrower";
72
- readonly type: "error";
73
- }, {
74
- readonly inputs: readonly [];
75
- readonly name: "NotApprovedLender";
76
- readonly type: "error";
77
- }, {
78
- readonly inputs: readonly [];
79
- readonly name: "NotController";
80
- readonly type: "error";
81
- }, {
82
- readonly inputs: readonly [];
83
- readonly name: "NotReversedOrStunning";
84
- readonly type: "error";
85
- }, {
86
- readonly inputs: readonly [];
87
- readonly name: "NullBurnAmount";
88
- readonly type: "error";
89
- }, {
90
- readonly inputs: readonly [];
91
- readonly name: "NullFeeAmount";
92
- readonly type: "error";
93
- }, {
94
- readonly inputs: readonly [];
95
- readonly name: "NullMintAmount";
96
- readonly type: "error";
97
- }, {
98
- readonly inputs: readonly [];
99
- readonly name: "NullRepayAmount";
100
- readonly type: "error";
101
- }, {
102
- readonly inputs: readonly [];
103
- readonly name: "NullTransferAmount";
104
- readonly type: "error";
105
- }, {
106
- readonly inputs: readonly [];
107
- readonly name: "NullWithdrawalAmount";
108
- readonly type: "error";
109
- }, {
110
- readonly inputs: readonly [];
111
- readonly name: "PenaltyFeeTooHigh";
112
- readonly type: "error";
113
- }, {
114
- readonly inputs: readonly [];
115
- readonly name: "RepayToClosedMarket";
116
- readonly type: "error";
117
- }, {
118
- readonly inputs: readonly [];
119
- readonly name: "ReserveRatioBipsTooHigh";
120
- readonly type: "error";
121
- }, {
122
- readonly inputs: readonly [];
123
- readonly name: "UnknownNameQueryError";
124
- readonly type: "error";
125
- }, {
126
- readonly inputs: readonly [];
127
- readonly name: "UnknownSymbolQueryError";
128
- readonly type: "error";
129
- }, {
130
- readonly inputs: readonly [];
131
- readonly name: "WithdrawalBatchNotExpired";
132
- readonly type: "error";
133
- }, {
134
- readonly anonymous: false;
135
- readonly inputs: readonly [{
136
- readonly indexed: false;
137
- readonly internalType: "uint256";
138
- readonly name: "annualInterestBipsUpdated";
139
- readonly type: "uint256";
140
- }];
141
- readonly name: "AnnualInterestBipsUpdated";
142
- readonly type: "event";
143
- }, {
144
- readonly anonymous: false;
145
- readonly inputs: readonly [{
146
- readonly indexed: true;
147
- readonly internalType: "address";
148
- readonly name: "owner";
149
- readonly type: "address";
150
- }, {
151
- readonly indexed: true;
152
- readonly internalType: "address";
153
- readonly name: "spender";
154
- readonly type: "address";
155
- }, {
156
- readonly indexed: false;
157
- readonly internalType: "uint256";
158
- readonly name: "value";
159
- readonly type: "uint256";
160
- }];
161
- readonly name: "Approval";
162
- readonly type: "event";
163
- }, {
164
- readonly anonymous: false;
165
- readonly inputs: readonly [{
166
- readonly indexed: true;
167
- readonly internalType: "address";
168
- readonly name: "account";
169
- readonly type: "address";
170
- }, {
171
- readonly indexed: false;
172
- readonly internalType: "enum AuthRole";
173
- readonly name: "role";
174
- readonly type: "uint8";
175
- }];
176
- readonly name: "AuthorizationStatusUpdated";
177
- readonly type: "event";
178
- }, {
179
- readonly anonymous: false;
180
- readonly inputs: readonly [{
181
- readonly indexed: false;
182
- readonly internalType: "uint256";
183
- readonly name: "assetAmount";
184
- readonly type: "uint256";
185
- }];
186
- readonly name: "Borrow";
187
- readonly type: "event";
188
- }, {
189
- readonly anonymous: false;
190
- readonly inputs: readonly [{
191
- readonly indexed: true;
192
- readonly internalType: "address";
193
- readonly name: "from";
194
- readonly type: "address";
195
- }, {
196
- readonly indexed: false;
197
- readonly internalType: "uint256";
198
- readonly name: "assetAmount";
199
- readonly type: "uint256";
200
- }];
201
- readonly name: "DebtRepaid";
202
- readonly type: "event";
203
- }, {
204
- readonly anonymous: false;
205
- readonly inputs: readonly [{
206
- readonly indexed: true;
207
- readonly internalType: "address";
208
- readonly name: "account";
209
- readonly type: "address";
210
- }, {
211
- readonly indexed: false;
212
- readonly internalType: "uint256";
213
- readonly name: "assetAmount";
214
- readonly type: "uint256";
215
- }, {
216
- readonly indexed: false;
217
- readonly internalType: "uint256";
218
- readonly name: "scaledAmount";
219
- readonly type: "uint256";
220
- }];
221
- readonly name: "Deposit";
222
- readonly type: "event";
223
- }, {
224
- readonly anonymous: false;
225
- readonly inputs: readonly [{
226
- readonly indexed: false;
227
- readonly internalType: "uint256";
228
- readonly name: "assets";
229
- readonly type: "uint256";
230
- }];
231
- readonly name: "FeesCollected";
232
- readonly type: "event";
233
- }, {
234
- readonly anonymous: false;
235
- readonly inputs: readonly [{
236
- readonly indexed: false;
237
- readonly internalType: "uint256";
238
- readonly name: "timestamp";
239
- readonly type: "uint256";
240
- }];
241
- readonly name: "MarketClosed";
242
- readonly type: "event";
243
- }, {
244
- readonly anonymous: false;
245
- readonly inputs: readonly [{
246
- readonly indexed: false;
247
- readonly internalType: "uint256";
248
- readonly name: "assets";
249
- readonly type: "uint256";
250
- }];
251
- readonly name: "MaxTotalSupplyUpdated";
252
- readonly type: "event";
253
- }, {
254
- readonly anonymous: false;
255
- readonly inputs: readonly [{
256
- readonly indexed: false;
257
- readonly internalType: "uint256";
258
- readonly name: "reserveRatioBipsUpdated";
259
- readonly type: "uint256";
260
- }];
261
- readonly name: "ReserveRatioBipsUpdated";
262
- readonly type: "event";
263
- }, {
264
- readonly anonymous: false;
265
- readonly inputs: readonly [{
266
- readonly indexed: true;
267
- readonly internalType: "address";
268
- readonly name: "account";
269
- readonly type: "address";
270
- }, {
271
- readonly indexed: false;
272
- readonly internalType: "address";
273
- readonly name: "escrow";
274
- readonly type: "address";
275
- }, {
276
- readonly indexed: false;
277
- readonly internalType: "uint256";
278
- readonly name: "amount";
279
- readonly type: "uint256";
280
- }];
281
- readonly name: "SanctionedAccountAssetsSentToEscrow";
282
- readonly type: "event";
283
- }, {
284
- readonly anonymous: false;
285
- readonly inputs: readonly [{
286
- readonly indexed: true;
287
- readonly internalType: "address";
288
- readonly name: "account";
289
- readonly type: "address";
290
- }, {
291
- readonly indexed: false;
292
- readonly internalType: "address";
293
- readonly name: "escrow";
294
- readonly type: "address";
295
- }, {
296
- readonly indexed: false;
297
- readonly internalType: "uint32";
298
- readonly name: "expiry";
299
- readonly type: "uint32";
300
- }, {
301
- readonly indexed: false;
302
- readonly internalType: "uint256";
303
- readonly name: "amount";
304
- readonly type: "uint256";
305
- }];
306
- readonly name: "SanctionedAccountWithdrawalSentToEscrow";
307
- readonly type: "event";
308
- }, {
309
- readonly anonymous: false;
310
- readonly inputs: readonly [{
311
- readonly indexed: false;
312
- readonly internalType: "uint256";
313
- readonly name: "scaleFactor";
314
- readonly type: "uint256";
315
- }, {
316
- readonly indexed: false;
317
- readonly internalType: "uint256";
318
- readonly name: "baseInterestRay";
319
- readonly type: "uint256";
320
- }, {
321
- readonly indexed: false;
322
- readonly internalType: "uint256";
323
- readonly name: "delinquencyFeeRay";
324
- readonly type: "uint256";
325
- }, {
326
- readonly indexed: false;
327
- readonly internalType: "uint256";
328
- readonly name: "protocolFee";
329
- readonly type: "uint256";
330
- }];
331
- readonly name: "ScaleFactorUpdated";
332
- readonly type: "event";
333
- }, {
334
- readonly anonymous: false;
335
- readonly inputs: readonly [{
336
- readonly indexed: false;
337
- readonly internalType: "uint256";
338
- readonly name: "scaleFactor";
339
- readonly type: "uint256";
340
- }, {
341
- readonly indexed: false;
342
- readonly internalType: "bool";
343
- readonly name: "isDelinquent";
344
- readonly type: "bool";
345
- }];
346
- readonly name: "StateUpdated";
347
- readonly type: "event";
348
- }, {
349
- readonly anonymous: false;
350
- readonly inputs: readonly [{
351
- readonly indexed: true;
352
- readonly internalType: "address";
353
- readonly name: "from";
354
- readonly type: "address";
355
- }, {
356
- readonly indexed: true;
357
- readonly internalType: "address";
358
- readonly name: "to";
359
- readonly type: "address";
360
- }, {
361
- readonly indexed: false;
362
- readonly internalType: "uint256";
363
- readonly name: "value";
364
- readonly type: "uint256";
365
- }];
366
- readonly name: "Transfer";
367
- readonly type: "event";
368
- }, {
369
- readonly anonymous: false;
370
- readonly inputs: readonly [{
371
- readonly indexed: true;
372
- readonly internalType: "address";
373
- readonly name: "account";
374
- readonly type: "address";
375
- }, {
376
- readonly indexed: false;
377
- readonly internalType: "uint256";
378
- readonly name: "assetAmount";
379
- readonly type: "uint256";
380
- }, {
381
- readonly indexed: false;
382
- readonly internalType: "uint256";
383
- readonly name: "scaledAmount";
384
- readonly type: "uint256";
385
- }];
386
- readonly name: "Withdrawal";
387
- readonly type: "event";
388
- }, {
389
- readonly anonymous: false;
390
- readonly inputs: readonly [{
391
- readonly indexed: true;
392
- readonly internalType: "uint256";
393
- readonly name: "expiry";
394
- readonly type: "uint256";
395
- }];
396
- readonly name: "WithdrawalBatchClosed";
397
- readonly type: "event";
398
- }, {
399
- readonly anonymous: false;
400
- readonly inputs: readonly [{
401
- readonly indexed: true;
402
- readonly internalType: "uint256";
403
- readonly name: "expiry";
404
- readonly type: "uint256";
405
- }];
406
- readonly name: "WithdrawalBatchCreated";
407
- readonly type: "event";
408
- }, {
409
- readonly anonymous: false;
410
- readonly inputs: readonly [{
411
- readonly indexed: true;
412
- readonly internalType: "uint256";
413
- readonly name: "expiry";
414
- readonly type: "uint256";
415
- }, {
416
- readonly indexed: false;
417
- readonly internalType: "uint256";
418
- readonly name: "scaledTotalAmount";
419
- readonly type: "uint256";
420
- }, {
421
- readonly indexed: false;
422
- readonly internalType: "uint256";
423
- readonly name: "scaledAmountBurned";
424
- readonly type: "uint256";
425
- }, {
426
- readonly indexed: false;
427
- readonly internalType: "uint256";
428
- readonly name: "normalizedAmountPaid";
429
- readonly type: "uint256";
430
- }];
431
- readonly name: "WithdrawalBatchExpired";
432
- readonly type: "event";
433
- }, {
434
- readonly anonymous: false;
435
- readonly inputs: readonly [{
436
- readonly indexed: true;
437
- readonly internalType: "uint256";
438
- readonly name: "expiry";
439
- readonly type: "uint256";
440
- }, {
441
- readonly indexed: false;
442
- readonly internalType: "uint256";
443
- readonly name: "scaledAmountBurned";
444
- readonly type: "uint256";
445
- }, {
446
- readonly indexed: false;
447
- readonly internalType: "uint256";
448
- readonly name: "normalizedAmountPaid";
449
- readonly type: "uint256";
450
- }];
451
- readonly name: "WithdrawalBatchPayment";
452
- readonly type: "event";
453
- }, {
454
- readonly anonymous: false;
455
- readonly inputs: readonly [{
456
- readonly indexed: true;
457
- readonly internalType: "uint256";
458
- readonly name: "expiry";
459
- readonly type: "uint256";
460
- }, {
461
- readonly indexed: true;
462
- readonly internalType: "address";
463
- readonly name: "account";
464
- readonly type: "address";
465
- }, {
466
- readonly indexed: false;
467
- readonly internalType: "uint256";
468
- readonly name: "normalizedAmount";
469
- readonly type: "uint256";
470
- }];
471
- readonly name: "WithdrawalExecuted";
472
- readonly type: "event";
473
- }, {
474
- readonly anonymous: false;
475
- readonly inputs: readonly [{
476
- readonly indexed: true;
477
- readonly internalType: "uint256";
478
- readonly name: "expiry";
479
- readonly type: "uint256";
480
- }, {
481
- readonly indexed: true;
482
- readonly internalType: "address";
483
- readonly name: "account";
484
- readonly type: "address";
485
- }, {
486
- readonly indexed: false;
487
- readonly internalType: "uint256";
488
- readonly name: "scaledAmount";
489
- readonly type: "uint256";
490
- }, {
491
- readonly indexed: false;
492
- readonly internalType: "uint256";
493
- readonly name: "normalizedAmount";
494
- readonly type: "uint256";
495
- }];
496
- readonly name: "WithdrawalQueued";
497
- readonly type: "event";
498
- }, {
499
- readonly inputs: readonly [];
500
- readonly name: "accruedProtocolFees";
501
- readonly outputs: readonly [{
502
- readonly internalType: "uint256";
503
- readonly name: "";
504
- readonly type: "uint256";
505
- }];
506
- readonly stateMutability: "view";
507
- readonly type: "function";
508
- }, {
509
- readonly inputs: readonly [{
510
- readonly internalType: "address";
511
- readonly name: "";
512
- readonly type: "address";
513
- }, {
514
- readonly internalType: "address";
515
- readonly name: "";
516
- readonly type: "address";
517
- }];
518
- readonly name: "allowance";
519
- readonly outputs: readonly [{
520
- readonly internalType: "uint256";
521
- readonly name: "";
522
- readonly type: "uint256";
523
- }];
524
- readonly stateMutability: "view";
525
- readonly type: "function";
526
- }, {
527
- readonly inputs: readonly [];
528
- readonly name: "annualInterestBips";
529
- readonly outputs: readonly [{
530
- readonly internalType: "uint256";
531
- readonly name: "";
532
- readonly type: "uint256";
533
- }];
534
- readonly stateMutability: "view";
535
- readonly type: "function";
536
- }, {
537
- readonly inputs: readonly [{
538
- readonly internalType: "address";
539
- readonly name: "spender";
540
- readonly type: "address";
541
- }, {
542
- readonly internalType: "uint256";
543
- readonly name: "amount";
544
- readonly type: "uint256";
545
- }];
546
- readonly name: "approve";
547
- readonly outputs: readonly [{
548
- readonly internalType: "bool";
549
- readonly name: "";
550
- readonly type: "bool";
551
- }];
552
- readonly stateMutability: "nonpayable";
553
- readonly type: "function";
554
- }, {
555
- readonly inputs: readonly [];
556
- readonly name: "asset";
557
- readonly outputs: readonly [{
558
- readonly internalType: "address";
559
- readonly name: "";
560
- readonly type: "address";
561
- }];
562
- readonly stateMutability: "view";
563
- readonly type: "function";
564
- }, {
565
- readonly inputs: readonly [{
566
- readonly internalType: "address";
567
- readonly name: "account";
568
- readonly type: "address";
569
- }];
570
- readonly name: "balanceOf";
571
- readonly outputs: readonly [{
572
- readonly internalType: "uint256";
573
- readonly name: "";
574
- readonly type: "uint256";
575
- }];
576
- readonly stateMutability: "view";
577
- readonly type: "function";
578
- }, {
579
- readonly inputs: readonly [{
580
- readonly internalType: "uint256";
581
- readonly name: "amount";
582
- readonly type: "uint256";
583
- }];
584
- readonly name: "borrow";
585
- readonly outputs: readonly [];
586
- readonly stateMutability: "nonpayable";
587
- readonly type: "function";
588
- }, {
589
- readonly inputs: readonly [];
590
- readonly name: "borrowableAssets";
591
- readonly outputs: readonly [{
592
- readonly internalType: "uint256";
593
- readonly name: "";
594
- readonly type: "uint256";
595
- }];
596
- readonly stateMutability: "view";
597
- readonly type: "function";
598
- }, {
599
- readonly inputs: readonly [];
600
- readonly name: "borrower";
601
- readonly outputs: readonly [{
602
- readonly internalType: "address";
603
- readonly name: "";
604
- readonly type: "address";
605
- }];
606
- readonly stateMutability: "view";
607
- readonly type: "function";
608
- }, {
609
- readonly inputs: readonly [];
610
- readonly name: "closeMarket";
611
- readonly outputs: readonly [];
612
- readonly stateMutability: "nonpayable";
613
- readonly type: "function";
614
- }, {
615
- readonly inputs: readonly [];
616
- readonly name: "collectFees";
617
- readonly outputs: readonly [];
618
- readonly stateMutability: "nonpayable";
619
- readonly type: "function";
620
- }, {
621
- readonly inputs: readonly [];
622
- readonly name: "controller";
623
- readonly outputs: readonly [{
624
- readonly internalType: "address";
625
- readonly name: "";
626
- readonly type: "address";
627
- }];
628
- readonly stateMutability: "view";
629
- readonly type: "function";
630
- }, {
631
- readonly inputs: readonly [];
632
- readonly name: "coverageLiquidity";
633
- readonly outputs: readonly [{
634
- readonly internalType: "uint256";
635
- readonly name: "";
636
- readonly type: "uint256";
637
- }];
638
- readonly stateMutability: "view";
639
- readonly type: "function";
640
- }, {
641
- readonly inputs: readonly [];
642
- readonly name: "currentState";
643
- readonly outputs: readonly [{
644
- readonly components: readonly [{
645
- readonly internalType: "bool";
646
- readonly name: "isClosed";
647
- readonly type: "bool";
648
- }, {
649
- readonly internalType: "uint128";
650
- readonly name: "maxTotalSupply";
651
- readonly type: "uint128";
652
- }, {
653
- readonly internalType: "uint128";
654
- readonly name: "accruedProtocolFees";
655
- readonly type: "uint128";
656
- }, {
657
- readonly internalType: "uint128";
658
- readonly name: "normalizedUnclaimedWithdrawals";
659
- readonly type: "uint128";
660
- }, {
661
- readonly internalType: "uint104";
662
- readonly name: "scaledTotalSupply";
663
- readonly type: "uint104";
664
- }, {
665
- readonly internalType: "uint104";
666
- readonly name: "scaledPendingWithdrawals";
667
- readonly type: "uint104";
668
- }, {
669
- readonly internalType: "uint32";
670
- readonly name: "pendingWithdrawalExpiry";
671
- readonly type: "uint32";
672
- }, {
673
- readonly internalType: "bool";
674
- readonly name: "isDelinquent";
675
- readonly type: "bool";
676
- }, {
677
- readonly internalType: "uint32";
678
- readonly name: "timeDelinquent";
679
- readonly type: "uint32";
680
- }, {
681
- readonly internalType: "uint16";
682
- readonly name: "annualInterestBips";
683
- readonly type: "uint16";
684
- }, {
685
- readonly internalType: "uint16";
686
- readonly name: "reserveRatioBips";
687
- readonly type: "uint16";
688
- }, {
689
- readonly internalType: "uint112";
690
- readonly name: "scaleFactor";
691
- readonly type: "uint112";
692
- }, {
693
- readonly internalType: "uint32";
694
- readonly name: "lastInterestAccruedTimestamp";
695
- readonly type: "uint32";
696
- }];
697
- readonly internalType: "struct MarketState";
698
- readonly name: "state";
699
- readonly type: "tuple";
700
- }];
701
- readonly stateMutability: "view";
702
- readonly type: "function";
703
- }, {
704
- readonly inputs: readonly [];
705
- readonly name: "decimals";
706
- readonly outputs: readonly [{
707
- readonly internalType: "uint8";
708
- readonly name: "";
709
- readonly type: "uint8";
710
- }];
711
- readonly stateMutability: "view";
712
- readonly type: "function";
713
- }, {
714
- readonly inputs: readonly [];
715
- readonly name: "delinquencyFeeBips";
716
- readonly outputs: readonly [{
717
- readonly internalType: "uint256";
718
- readonly name: "";
719
- readonly type: "uint256";
720
- }];
721
- readonly stateMutability: "view";
722
- readonly type: "function";
723
- }, {
724
- readonly inputs: readonly [];
725
- readonly name: "delinquencyGracePeriod";
726
- readonly outputs: readonly [{
727
- readonly internalType: "uint256";
728
- readonly name: "";
729
- readonly type: "uint256";
730
- }];
731
- readonly stateMutability: "view";
732
- readonly type: "function";
733
- }, {
734
- readonly inputs: readonly [];
735
- readonly name: "delinquentDebt";
736
- readonly outputs: readonly [{
737
- readonly internalType: "uint256";
738
- readonly name: "";
739
- readonly type: "uint256";
740
- }];
741
- readonly stateMutability: "view";
742
- readonly type: "function";
743
- }, {
744
- readonly inputs: readonly [{
745
- readonly internalType: "uint256";
746
- readonly name: "amount";
747
- readonly type: "uint256";
748
- }];
749
- readonly name: "deposit";
750
- readonly outputs: readonly [];
751
- readonly stateMutability: "nonpayable";
752
- readonly type: "function";
753
- }, {
754
- readonly inputs: readonly [{
755
- readonly internalType: "uint256";
756
- readonly name: "amount";
757
- readonly type: "uint256";
758
- }];
759
- readonly name: "depositUpTo";
760
- readonly outputs: readonly [{
761
- readonly internalType: "uint256";
762
- readonly name: "";
763
- readonly type: "uint256";
764
- }];
765
- readonly stateMutability: "nonpayable";
766
- readonly type: "function";
767
- }, {
768
- readonly inputs: readonly [];
769
- readonly name: "effectiveBorrowerAPR";
770
- readonly outputs: readonly [{
771
- readonly internalType: "uint256";
772
- readonly name: "";
773
- readonly type: "uint256";
774
- }];
775
- readonly stateMutability: "view";
776
- readonly type: "function";
777
- }, {
778
- readonly inputs: readonly [];
779
- readonly name: "effectiveLenderAPR";
780
- readonly outputs: readonly [{
781
- readonly internalType: "uint256";
782
- readonly name: "";
783
- readonly type: "uint256";
784
- }];
785
- readonly stateMutability: "view";
786
- readonly type: "function";
787
- }, {
788
- readonly inputs: readonly [{
789
- readonly internalType: "address";
790
- readonly name: "accountAddress";
791
- readonly type: "address";
792
- }, {
793
- readonly internalType: "uint32";
794
- readonly name: "expiry";
795
- readonly type: "uint32";
796
- }];
797
- readonly name: "executeWithdrawal";
798
- readonly outputs: readonly [{
799
- readonly internalType: "uint256";
800
- readonly name: "";
801
- readonly type: "uint256";
802
- }];
803
- readonly stateMutability: "nonpayable";
804
- readonly type: "function";
805
- }, {
806
- readonly inputs: readonly [{
807
- readonly internalType: "address[]";
808
- readonly name: "accountAddresses";
809
- readonly type: "address[]";
810
- }, {
811
- readonly internalType: "uint32[]";
812
- readonly name: "expiries";
813
- readonly type: "uint32[]";
814
- }];
815
- readonly name: "executeWithdrawals";
816
- readonly outputs: readonly [{
817
- readonly internalType: "uint256[]";
818
- readonly name: "";
819
- readonly type: "uint256[]";
820
- }];
821
- readonly stateMutability: "nonpayable";
822
- readonly type: "function";
823
- }, {
824
- readonly inputs: readonly [];
825
- readonly name: "feeRecipient";
826
- readonly outputs: readonly [{
827
- readonly internalType: "address";
828
- readonly name: "";
829
- readonly type: "address";
830
- }];
831
- readonly stateMutability: "view";
832
- readonly type: "function";
833
- }, {
834
- readonly inputs: readonly [{
835
- readonly internalType: "address";
836
- readonly name: "account";
837
- readonly type: "address";
838
- }];
839
- readonly name: "getAccountRole";
840
- readonly outputs: readonly [{
841
- readonly internalType: "enum AuthRole";
842
- readonly name: "";
843
- readonly type: "uint8";
844
- }];
845
- readonly stateMutability: "view";
846
- readonly type: "function";
847
- }, {
848
- readonly inputs: readonly [{
849
- readonly internalType: "address";
850
- readonly name: "accountAddress";
851
- readonly type: "address";
852
- }, {
853
- readonly internalType: "uint32";
854
- readonly name: "expiry";
855
- readonly type: "uint32";
856
- }];
857
- readonly name: "getAccountWithdrawalStatus";
858
- readonly outputs: readonly [{
859
- readonly components: readonly [{
860
- readonly internalType: "uint104";
861
- readonly name: "scaledAmount";
862
- readonly type: "uint104";
863
- }, {
864
- readonly internalType: "uint128";
865
- readonly name: "normalizedAmountWithdrawn";
866
- readonly type: "uint128";
867
- }];
868
- readonly internalType: "struct AccountWithdrawalStatus";
869
- readonly name: "";
870
- readonly type: "tuple";
871
- }];
872
- readonly stateMutability: "view";
873
- readonly type: "function";
874
- }, {
875
- readonly inputs: readonly [{
876
- readonly internalType: "address";
877
- readonly name: "accountAddress";
878
- readonly type: "address";
879
- }, {
880
- readonly internalType: "uint32";
881
- readonly name: "expiry";
882
- readonly type: "uint32";
883
- }];
884
- readonly name: "getAvailableWithdrawalAmount";
885
- readonly outputs: readonly [{
886
- readonly internalType: "uint256";
887
- readonly name: "";
888
- readonly type: "uint256";
889
- }];
890
- readonly stateMutability: "view";
891
- readonly type: "function";
892
- }, {
893
- readonly inputs: readonly [];
894
- readonly name: "getUnpaidBatchExpiries";
895
- readonly outputs: readonly [{
896
- readonly internalType: "uint32[]";
897
- readonly name: "";
898
- readonly type: "uint32[]";
899
- }];
900
- readonly stateMutability: "view";
901
- readonly type: "function";
902
- }, {
903
- readonly inputs: readonly [{
904
- readonly internalType: "uint32";
905
- readonly name: "expiry";
906
- readonly type: "uint32";
907
- }];
908
- readonly name: "getWithdrawalBatch";
909
- readonly outputs: readonly [{
910
- readonly components: readonly [{
911
- readonly internalType: "uint104";
912
- readonly name: "scaledTotalAmount";
913
- readonly type: "uint104";
914
- }, {
915
- readonly internalType: "uint104";
916
- readonly name: "scaledAmountBurned";
917
- readonly type: "uint104";
918
- }, {
919
- readonly internalType: "uint128";
920
- readonly name: "normalizedAmountPaid";
921
- readonly type: "uint128";
922
- }];
923
- readonly internalType: "struct WithdrawalBatch";
924
- readonly name: "";
925
- readonly type: "tuple";
926
- }];
927
- readonly stateMutability: "view";
928
- readonly type: "function";
929
- }, {
930
- readonly inputs: readonly [];
931
- readonly name: "maxTotalSupply";
932
- readonly outputs: readonly [{
933
- readonly internalType: "uint256";
934
- readonly name: "";
935
- readonly type: "uint256";
936
- }];
937
- readonly stateMutability: "view";
938
- readonly type: "function";
939
- }, {
940
- readonly inputs: readonly [];
941
- readonly name: "maximumDeposit";
942
- readonly outputs: readonly [{
943
- readonly internalType: "uint256";
944
- readonly name: "";
945
- readonly type: "uint256";
946
- }];
947
- readonly stateMutability: "view";
948
- readonly type: "function";
949
- }, {
950
- readonly inputs: readonly [];
951
- readonly name: "name";
952
- readonly outputs: readonly [{
953
- readonly internalType: "string";
954
- readonly name: "";
955
- readonly type: "string";
956
- }];
957
- readonly stateMutability: "view";
958
- readonly type: "function";
959
- }, {
960
- readonly inputs: readonly [{
961
- readonly internalType: "address";
962
- readonly name: "accountAddress";
963
- readonly type: "address";
964
- }];
965
- readonly name: "nukeFromOrbit";
966
- readonly outputs: readonly [];
967
- readonly stateMutability: "nonpayable";
968
- readonly type: "function";
969
- }, {
970
- readonly inputs: readonly [];
971
- readonly name: "outstandingDebt";
972
- readonly outputs: readonly [{
973
- readonly internalType: "uint256";
974
- readonly name: "";
975
- readonly type: "uint256";
976
- }];
977
- readonly stateMutability: "view";
978
- readonly type: "function";
979
- }, {
980
- readonly inputs: readonly [];
981
- readonly name: "previousState";
982
- readonly outputs: readonly [{
983
- readonly components: readonly [{
984
- readonly internalType: "bool";
985
- readonly name: "isClosed";
986
- readonly type: "bool";
987
- }, {
988
- readonly internalType: "uint128";
989
- readonly name: "maxTotalSupply";
990
- readonly type: "uint128";
991
- }, {
992
- readonly internalType: "uint128";
993
- readonly name: "accruedProtocolFees";
994
- readonly type: "uint128";
995
- }, {
996
- readonly internalType: "uint128";
997
- readonly name: "normalizedUnclaimedWithdrawals";
998
- readonly type: "uint128";
999
- }, {
1000
- readonly internalType: "uint104";
1001
- readonly name: "scaledTotalSupply";
1002
- readonly type: "uint104";
1003
- }, {
1004
- readonly internalType: "uint104";
1005
- readonly name: "scaledPendingWithdrawals";
1006
- readonly type: "uint104";
1007
- }, {
1008
- readonly internalType: "uint32";
1009
- readonly name: "pendingWithdrawalExpiry";
1010
- readonly type: "uint32";
1011
- }, {
1012
- readonly internalType: "bool";
1013
- readonly name: "isDelinquent";
1014
- readonly type: "bool";
1015
- }, {
1016
- readonly internalType: "uint32";
1017
- readonly name: "timeDelinquent";
1018
- readonly type: "uint32";
1019
- }, {
1020
- readonly internalType: "uint16";
1021
- readonly name: "annualInterestBips";
1022
- readonly type: "uint16";
1023
- }, {
1024
- readonly internalType: "uint16";
1025
- readonly name: "reserveRatioBips";
1026
- readonly type: "uint16";
1027
- }, {
1028
- readonly internalType: "uint112";
1029
- readonly name: "scaleFactor";
1030
- readonly type: "uint112";
1031
- }, {
1032
- readonly internalType: "uint32";
1033
- readonly name: "lastInterestAccruedTimestamp";
1034
- readonly type: "uint32";
1035
- }];
1036
- readonly internalType: "struct MarketState";
1037
- readonly name: "";
1038
- readonly type: "tuple";
1039
- }];
1040
- readonly stateMutability: "view";
1041
- readonly type: "function";
1042
- }, {
1043
- readonly inputs: readonly [];
1044
- readonly name: "protocolFeeBips";
1045
- readonly outputs: readonly [{
1046
- readonly internalType: "uint256";
1047
- readonly name: "";
1048
- readonly type: "uint256";
1049
- }];
1050
- readonly stateMutability: "view";
1051
- readonly type: "function";
1052
- }, {
1053
- readonly inputs: readonly [{
1054
- readonly internalType: "uint256";
1055
- readonly name: "amount";
1056
- readonly type: "uint256";
1057
- }];
1058
- readonly name: "queueWithdrawal";
1059
- readonly outputs: readonly [];
1060
- readonly stateMutability: "nonpayable";
1061
- readonly type: "function";
1062
- }, {
1063
- readonly inputs: readonly [{
1064
- readonly internalType: "uint256";
1065
- readonly name: "amount";
1066
- readonly type: "uint256";
1067
- }];
1068
- readonly name: "repay";
1069
- readonly outputs: readonly [];
1070
- readonly stateMutability: "nonpayable";
1071
- readonly type: "function";
1072
- }, {
1073
- readonly inputs: readonly [{
1074
- readonly internalType: "uint256";
1075
- readonly name: "repayAmount";
1076
- readonly type: "uint256";
1077
- }, {
1078
- readonly internalType: "uint256";
1079
- readonly name: "maxBatches";
1080
- readonly type: "uint256";
1081
- }];
1082
- readonly name: "repayAndProcessUnpaidWithdrawalBatches";
1083
- readonly outputs: readonly [];
1084
- readonly stateMutability: "nonpayable";
1085
- readonly type: "function";
1086
- }, {
1087
- readonly inputs: readonly [];
1088
- readonly name: "repayDelinquentDebt";
1089
- readonly outputs: readonly [];
1090
- readonly stateMutability: "nonpayable";
1091
- readonly type: "function";
1092
- }, {
1093
- readonly inputs: readonly [];
1094
- readonly name: "repayOutstandingDebt";
1095
- readonly outputs: readonly [];
1096
- readonly stateMutability: "nonpayable";
1097
- readonly type: "function";
1098
- }, {
1099
- readonly inputs: readonly [];
1100
- readonly name: "reserveRatioBips";
1101
- readonly outputs: readonly [{
1102
- readonly internalType: "uint256";
1103
- readonly name: "";
1104
- readonly type: "uint256";
1105
- }];
1106
- readonly stateMutability: "view";
1107
- readonly type: "function";
1108
- }, {
1109
- readonly inputs: readonly [];
1110
- readonly name: "scaleFactor";
1111
- readonly outputs: readonly [{
1112
- readonly internalType: "uint256";
1113
- readonly name: "";
1114
- readonly type: "uint256";
1115
- }];
1116
- readonly stateMutability: "view";
1117
- readonly type: "function";
1118
- }, {
1119
- readonly inputs: readonly [{
1120
- readonly internalType: "address";
1121
- readonly name: "account";
1122
- readonly type: "address";
1123
- }];
1124
- readonly name: "scaledBalanceOf";
1125
- readonly outputs: readonly [{
1126
- readonly internalType: "uint256";
1127
- readonly name: "";
1128
- readonly type: "uint256";
1129
- }];
1130
- readonly stateMutability: "view";
1131
- readonly type: "function";
1132
- }, {
1133
- readonly inputs: readonly [];
1134
- readonly name: "scaledTotalSupply";
1135
- readonly outputs: readonly [{
1136
- readonly internalType: "uint256";
1137
- readonly name: "";
1138
- readonly type: "uint256";
1139
- }];
1140
- readonly stateMutability: "view";
1141
- readonly type: "function";
1142
- }, {
1143
- readonly inputs: readonly [];
1144
- readonly name: "sentinel";
1145
- readonly outputs: readonly [{
1146
- readonly internalType: "address";
1147
- readonly name: "";
1148
- readonly type: "address";
1149
- }];
1150
- readonly stateMutability: "view";
1151
- readonly type: "function";
1152
- }, {
1153
- readonly inputs: readonly [{
1154
- readonly internalType: "uint16";
1155
- readonly name: "_annualInterestBips";
1156
- readonly type: "uint16";
1157
- }];
1158
- readonly name: "setAnnualInterestBips";
1159
- readonly outputs: readonly [];
1160
- readonly stateMutability: "nonpayable";
1161
- readonly type: "function";
1162
- }, {
1163
- readonly inputs: readonly [{
1164
- readonly internalType: "uint256";
1165
- readonly name: "_maxTotalSupply";
1166
- readonly type: "uint256";
1167
- }];
1168
- readonly name: "setMaxTotalSupply";
1169
- readonly outputs: readonly [];
1170
- readonly stateMutability: "nonpayable";
1171
- readonly type: "function";
1172
- }, {
1173
- readonly inputs: readonly [{
1174
- readonly internalType: "uint16";
1175
- readonly name: "_reserveRatioBips";
1176
- readonly type: "uint16";
1177
- }];
1178
- readonly name: "setReserveRatioBips";
1179
- readonly outputs: readonly [];
1180
- readonly stateMutability: "nonpayable";
1181
- readonly type: "function";
1182
- }, {
1183
- readonly inputs: readonly [{
1184
- readonly internalType: "address";
1185
- readonly name: "accountAddress";
1186
- readonly type: "address";
1187
- }];
1188
- readonly name: "stunningReversal";
1189
- readonly outputs: readonly [];
1190
- readonly stateMutability: "nonpayable";
1191
- readonly type: "function";
1192
- }, {
1193
- readonly inputs: readonly [];
1194
- readonly name: "symbol";
1195
- readonly outputs: readonly [{
1196
- readonly internalType: "string";
1197
- readonly name: "";
1198
- readonly type: "string";
1199
- }];
1200
- readonly stateMutability: "view";
1201
- readonly type: "function";
1202
- }, {
1203
- readonly inputs: readonly [];
1204
- readonly name: "totalAssets";
1205
- readonly outputs: readonly [{
1206
- readonly internalType: "uint256";
1207
- readonly name: "";
1208
- readonly type: "uint256";
1209
- }];
1210
- readonly stateMutability: "view";
1211
- readonly type: "function";
1212
- }, {
1213
- readonly inputs: readonly [];
1214
- readonly name: "totalDebts";
1215
- readonly outputs: readonly [{
1216
- readonly internalType: "uint256";
1217
- readonly name: "";
1218
- readonly type: "uint256";
1219
- }];
1220
- readonly stateMutability: "view";
1221
- readonly type: "function";
1222
- }, {
1223
- readonly inputs: readonly [];
1224
- readonly name: "totalSupply";
1225
- readonly outputs: readonly [{
1226
- readonly internalType: "uint256";
1227
- readonly name: "";
1228
- readonly type: "uint256";
1229
- }];
1230
- readonly stateMutability: "view";
1231
- readonly type: "function";
1232
- }, {
1233
- readonly inputs: readonly [{
1234
- readonly internalType: "address";
1235
- readonly name: "to";
1236
- readonly type: "address";
1237
- }, {
1238
- readonly internalType: "uint256";
1239
- readonly name: "amount";
1240
- readonly type: "uint256";
1241
- }];
1242
- readonly name: "transfer";
1243
- readonly outputs: readonly [{
1244
- readonly internalType: "bool";
1245
- readonly name: "";
1246
- readonly type: "bool";
1247
- }];
1248
- readonly stateMutability: "nonpayable";
1249
- readonly type: "function";
1250
- }, {
1251
- readonly inputs: readonly [{
1252
- readonly internalType: "address";
1253
- readonly name: "from";
1254
- readonly type: "address";
1255
- }, {
1256
- readonly internalType: "address";
1257
- readonly name: "to";
1258
- readonly type: "address";
1259
- }, {
1260
- readonly internalType: "uint256";
1261
- readonly name: "amount";
1262
- readonly type: "uint256";
1263
- }];
1264
- readonly name: "transferFrom";
1265
- readonly outputs: readonly [{
1266
- readonly internalType: "bool";
1267
- readonly name: "";
1268
- readonly type: "bool";
1269
- }];
1270
- readonly stateMutability: "nonpayable";
1271
- readonly type: "function";
1272
- }, {
1273
- readonly inputs: readonly [{
1274
- readonly internalType: "address[]";
1275
- readonly name: "accounts";
1276
- readonly type: "address[]";
1277
- }, {
1278
- readonly internalType: "bool";
1279
- readonly name: "authorize";
1280
- readonly type: "bool";
1281
- }];
1282
- readonly name: "updateAccountAuthorizations";
1283
- readonly outputs: readonly [];
1284
- readonly stateMutability: "nonpayable";
1285
- readonly type: "function";
1286
- }, {
1287
- readonly inputs: readonly [];
1288
- readonly name: "updateState";
1289
- readonly outputs: readonly [];
1290
- readonly stateMutability: "nonpayable";
1291
- readonly type: "function";
1292
- }, {
1293
- readonly inputs: readonly [];
1294
- readonly name: "version";
1295
- readonly outputs: readonly [{
1296
- readonly internalType: "string";
1297
- readonly name: "";
1298
- readonly type: "string";
1299
- }];
1300
- readonly stateMutability: "view";
1301
- readonly type: "function";
1302
- }, {
1303
- readonly inputs: readonly [];
1304
- readonly name: "withdrawableProtocolFees";
1305
- readonly outputs: readonly [{
1306
- readonly internalType: "uint128";
1307
- readonly name: "";
1308
- readonly type: "uint128";
1309
- }];
1310
- readonly stateMutability: "view";
1311
- readonly type: "function";
1312
- }, {
1313
- readonly inputs: readonly [];
1314
- readonly name: "withdrawalBatchDuration";
1315
- readonly outputs: readonly [{
1316
- readonly internalType: "uint256";
1317
- readonly name: "";
1318
- readonly type: "uint256";
1319
- }];
1320
- readonly stateMutability: "view";
1321
- readonly type: "function";
1322
- }];
1323
- static createInterface(): WildcatMarketInterface;
1324
- static connect(address: string, signerOrProvider: Signer | Provider): WildcatMarket;
1325
- }
1326
- //# sourceMappingURL=WildcatMarket__factory.d.ts.map