@meterio/sumer-js 0.2.103 → 0.2.104

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 (258) hide show
  1. package/dist/browser/sumer.min.js +7 -7
  2. package/dist/nodejs/abi.d.ts +0 -146
  3. package/dist/nodejs/abi.js +0 -4151
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/beramain.d.ts +5 -0
  6. package/dist/nodejs/constants/beramain.js +44 -5
  7. package/dist/nodejs/constants/beramain.js.map +1 -1
  8. package/dist/nodejs/errorABIs.js +0 -1207
  9. package/dist/nodejs/errorABIs.js.map +1 -1
  10. package/dist/nodejs/index.d.ts +0 -146
  11. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.d.ts +69 -0
  12. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js +3 -0
  13. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js.map +1 -0
  14. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
  15. package/dist/nodejs/typechain/contracts/Bera/CBeraVault.d.ts +40 -9
  16. package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +1 -5
  17. package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +1 -5
  18. package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
  19. package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +98 -35
  20. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.d.ts +1124 -0
  21. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js +3 -0
  22. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js.map +1 -0
  23. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.d.ts +118 -0
  24. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js +3 -0
  25. package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js.map +1 -0
  26. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +376 -0
  27. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js +3 -0
  28. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js.map +1 -0
  29. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.d.ts +276 -0
  30. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js +3 -0
  31. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js.map +1 -0
  32. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.d.ts +149 -0
  33. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js +3 -0
  34. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js.map +1 -0
  35. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.d.ts +186 -0
  36. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js +3 -0
  37. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js.map +1 -0
  38. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.d.ts +354 -0
  39. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js +3 -0
  40. package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js.map +1 -0
  41. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.d.ts +217 -0
  42. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js +3 -0
  43. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js.map +1 -0
  44. package/dist/nodejs/typechain/contracts/Infrared/index.d.ts +5 -0
  45. package/dist/nodejs/typechain/contracts/Infrared/index.js +3 -0
  46. package/dist/nodejs/typechain/contracts/Infrared/index.js.map +1 -0
  47. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.d.ts +33 -0
  48. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js +3 -0
  49. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js.map +1 -0
  50. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.d.ts +37 -0
  51. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js +3 -0
  52. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js.map +1 -0
  53. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.d.ts +49 -0
  54. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js +3 -0
  55. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js.map +1 -0
  56. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
  57. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js +3 -0
  58. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
  59. package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +9 -1
  60. package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +76 -5
  61. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.d.ts +53 -0
  62. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js +3 -0
  63. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js.map +1 -0
  64. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
  65. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js +3 -0
  66. package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
  67. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.d.ts +25 -0
  68. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js +3 -0
  69. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js.map +1 -0
  70. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.d.ts +59 -0
  71. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js +3 -0
  72. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js.map +1 -0
  73. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
  74. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js +3 -0
  75. package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
  76. package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +6 -0
  77. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.d.ts +93 -0
  78. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js +3 -0
  79. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js.map +1 -0
  80. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.d.ts +33 -0
  81. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js +3 -0
  82. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js.map +1 -0
  83. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.d.ts +49 -0
  84. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js +3 -0
  85. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js.map +1 -0
  86. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.d.ts +25 -0
  87. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js +3 -0
  88. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js.map +1 -0
  89. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  90. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js +3 -0
  91. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  92. package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +43 -1
  93. package/dist/nodejs/typechain/contracts/index.d.ts +2 -0
  94. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.d.ts +47 -0
  95. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js +72 -0
  96. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js.map +1 -0
  97. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
  98. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +3 -1
  99. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
  100. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.d.ts +39 -11
  101. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js +49 -13
  102. package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js.map +1 -1
  103. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +57 -7
  104. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +71 -8
  105. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  106. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +57 -1
  107. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +71 -1
  108. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  109. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +56 -0
  110. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +70 -0
  111. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  112. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +57 -7
  113. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +71 -8
  114. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  115. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +67 -1
  116. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +84 -1
  117. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  118. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +57 -1
  119. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +71 -1
  120. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  121. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
  122. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
  123. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +162 -30
  124. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +203 -35
  125. package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
  126. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +57 -1
  127. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +71 -1
  128. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  129. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
  130. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
  131. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.d.ts +1887 -0
  132. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js +2444 -0
  133. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js.map +1 -0
  134. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.d.ts +124 -0
  135. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js +171 -0
  136. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js.map +1 -0
  137. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +439 -0
  138. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +579 -0
  139. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -0
  140. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.d.ts +310 -0
  141. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js +412 -0
  142. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js.map +1 -0
  143. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.d.ts +169 -0
  144. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js +229 -0
  145. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js.map +1 -0
  146. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.d.ts +219 -0
  147. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js +296 -0
  148. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js.map +1 -0
  149. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.d.ts +396 -0
  150. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js +525 -0
  151. package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js.map +1 -0
  152. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.d.ts +241 -0
  153. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js +323 -0
  154. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js.map +1 -0
  155. package/dist/nodejs/typechain/factories/contracts/Infrared/index.d.ts +5 -0
  156. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js +17 -0
  157. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js.map +1 -0
  158. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.d.ts +37 -0
  159. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js +59 -0
  160. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js.map +1 -0
  161. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.d.ts +47 -0
  162. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js +72 -0
  163. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js.map +1 -0
  164. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.d.ts +29 -0
  165. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js +49 -0
  166. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js.map +1 -0
  167. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
  168. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js +11 -0
  169. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
  170. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +10 -0
  171. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +13 -0
  172. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
  173. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +86 -0
  174. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +109 -0
  175. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
  176. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.d.ts +61 -0
  177. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js +90 -0
  178. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js.map +1 -0
  179. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
  180. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js +9 -0
  181. package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
  182. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.d.ts +21 -0
  183. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js +39 -0
  184. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js.map +1 -0
  185. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.d.ts +55 -0
  186. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js +82 -0
  187. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js.map +1 -0
  188. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
  189. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js +11 -0
  190. package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
  191. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +3 -0
  192. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +4 -1
  193. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
  194. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
  195. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
  196. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.d.ts +158 -0
  197. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js +214 -0
  198. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js.map +1 -0
  199. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.d.ts +37 -0
  200. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js +59 -0
  201. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js.map +1 -0
  202. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.d.ts +29 -0
  203. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js +49 -0
  204. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js.map +1 -0
  205. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.d.ts +21 -0
  206. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js +39 -0
  207. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js.map +1 -0
  208. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  209. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js +15 -0
  210. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  211. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +47 -1
  212. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +61 -1
  213. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
  214. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
  215. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
  216. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
  217. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
  218. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +57 -1
  219. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +71 -1
  220. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  221. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +57 -1
  222. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +71 -1
  223. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  224. package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
  225. package/dist/nodejs/typechain/factories/contracts/index.js +2 -1
  226. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  227. package/dist/nodejs/typechain/factories/index.d.ts +1 -0
  228. package/dist/nodejs/typechain/factories/index.js +2 -1
  229. package/dist/nodejs/typechain/factories/index.js.map +1 -1
  230. package/dist/nodejs/typechain/factories/solmate/index.d.ts +1 -0
  231. package/dist/nodejs/typechain/factories/solmate/index.js +31 -0
  232. package/dist/nodejs/typechain/factories/solmate/index.js.map +1 -0
  233. package/dist/nodejs/typechain/factories/solmate/src/index.d.ts +1 -0
  234. package/dist/nodejs/typechain/factories/solmate/src/index.js +31 -0
  235. package/dist/nodejs/typechain/factories/solmate/src/index.js.map +1 -0
  236. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.d.ts +235 -0
  237. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js +317 -0
  238. package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js.map +1 -0
  239. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.d.ts +1 -0
  240. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js +9 -0
  241. package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js.map +1 -0
  242. package/dist/nodejs/typechain/hardhat.d.ts +216 -0
  243. package/dist/nodejs/typechain/index.d.ts +22 -2
  244. package/dist/nodejs/typechain/index.js +23 -5
  245. package/dist/nodejs/typechain/index.js.map +1 -1
  246. package/dist/nodejs/typechain/solmate/index.d.ts +2 -0
  247. package/dist/nodejs/typechain/solmate/index.js +3 -0
  248. package/dist/nodejs/typechain/solmate/index.js.map +1 -0
  249. package/dist/nodejs/typechain/solmate/src/index.d.ts +2 -0
  250. package/dist/nodejs/typechain/solmate/src/index.js +3 -0
  251. package/dist/nodejs/typechain/solmate/src/index.js.map +1 -0
  252. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.d.ts +181 -0
  253. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js +3 -0
  254. package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js.map +1 -0
  255. package/dist/nodejs/typechain/solmate/src/tokens/index.d.ts +1 -0
  256. package/dist/nodejs/typechain/solmate/src/tokens/index.js +3 -0
  257. package/dist/nodejs/typechain/solmate/src/tokens/index.js.map +1 -0
  258. package/package.json +1 -1
@@ -0,0 +1,1124 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../common";
3
+ export declare namespace CTokenStorage {
4
+ type BorrowSnapshotStruct = {
5
+ principal: BigNumberish;
6
+ interestIndex: BigNumberish;
7
+ };
8
+ type BorrowSnapshotStructOutput = [
9
+ principal: bigint,
10
+ interestIndex: bigint
11
+ ] & {
12
+ principal: bigint;
13
+ interestIndex: bigint;
14
+ };
15
+ }
16
+ export interface CInfraredVaultInterface extends Interface {
17
+ getFunction(nameOrSignature: "_acceptAdmin" | "_addReserves" | "_reduceReserves" | "_setComptroller" | "_setDiscountRate" | "_setInterestRateModel" | "_setPendingAdmin" | "_setReserveFactor" | "_shares" | "_syncUnderlyingBalance" | "accrualBlockTimestamp" | "accrueInterest" | "admin" | "allowance" | "approve" | "balanceOf" | "balanceOfUnderlying" | "borrow" | "borrowAndDepositBack" | "borrowBalanceCurrent" | "borrowBalanceStored" | "borrowIndex" | "borrowRatePerBlock" | "claim" | "claimProtocolRewards" | "comptroller" | "decimals" | "discountRateMantissa" | "earned" | "exchangeRateCurrent" | "exchangeRateStored" | "getAccountSnapshot" | "getBorrowSnapshot" | "getCash" | "infraredVault" | "initAccrualBlockTimestamp" | "initialize" | "interestRateModel" | "isCEther" | "isCEtherDeprecated" | "isCToken" | "isCTokenDeprecated" | "isDeprecated" | "liquidateBorrow" | "liquidateCalculateSeizeTokens" | "mint" | "mintWithPermit" | "name" | "paused" | "pendingAdmin" | "percentScale" | "protocolSeizeShareMantissa" | "redeem" | "redeemUnderlying" | "repayBorrow" | "repayBorrowBehalf" | "repayBorrowWithPermit" | "reserveFactorMantissa" | "seize" | "shareOf" | "supplyRatePerBlock" | "sweepToken" | "symbol" | "totalBorrows" | "totalBorrowsCurrent" | "totalReserves" | "totalShares" | "totalStaked" | "totalSupply" | "transfer" | "transferFrom" | "underlying" | "underlyingBalance"): FunctionFragment;
18
+ getEvent(nameOrSignatureOrTopic: "AccrueInterest" | "Approval" | "Borrow" | "Initialized" | "LiquidateBorrow" | "Mint" | "NewAdmin" | "NewComptroller" | "NewDiscountRate" | "NewMarketInterestRateModel" | "NewPendingAdmin" | "NewReserveFactor" | "Paused" | "Recovered" | "Redeem" | "RedeemFaceValue" | "RepayBorrow" | "ReservesAdded" | "ReservesReduced" | "RewardPaid" | "Staked" | "Transfer" | "Unpaused" | "Withdrawn"): EventFragment;
19
+ encodeFunctionData(functionFragment: "_acceptAdmin", values?: undefined): string;
20
+ encodeFunctionData(functionFragment: "_addReserves", values: [BigNumberish]): string;
21
+ encodeFunctionData(functionFragment: "_reduceReserves", values: [BigNumberish]): string;
22
+ encodeFunctionData(functionFragment: "_setComptroller", values: [AddressLike]): string;
23
+ encodeFunctionData(functionFragment: "_setDiscountRate", values: [BigNumberish]): string;
24
+ encodeFunctionData(functionFragment: "_setInterestRateModel", values: [AddressLike]): string;
25
+ encodeFunctionData(functionFragment: "_setPendingAdmin", values: [AddressLike]): string;
26
+ encodeFunctionData(functionFragment: "_setReserveFactor", values: [BigNumberish]): string;
27
+ encodeFunctionData(functionFragment: "_shares", values: [AddressLike]): string;
28
+ encodeFunctionData(functionFragment: "_syncUnderlyingBalance", values?: undefined): string;
29
+ encodeFunctionData(functionFragment: "accrualBlockTimestamp", values?: undefined): string;
30
+ encodeFunctionData(functionFragment: "accrueInterest", values?: undefined): string;
31
+ encodeFunctionData(functionFragment: "admin", values?: undefined): string;
32
+ encodeFunctionData(functionFragment: "allowance", values: [AddressLike, AddressLike]): string;
33
+ encodeFunctionData(functionFragment: "approve", values: [AddressLike, BigNumberish]): string;
34
+ encodeFunctionData(functionFragment: "balanceOf", values: [AddressLike]): string;
35
+ encodeFunctionData(functionFragment: "balanceOfUnderlying", values: [AddressLike]): string;
36
+ encodeFunctionData(functionFragment: "borrow", values: [BigNumberish]): string;
37
+ encodeFunctionData(functionFragment: "borrowAndDepositBack", values: [AddressLike, BigNumberish]): string;
38
+ encodeFunctionData(functionFragment: "borrowBalanceCurrent", values: [AddressLike]): string;
39
+ encodeFunctionData(functionFragment: "borrowBalanceStored", values: [AddressLike]): string;
40
+ encodeFunctionData(functionFragment: "borrowIndex", values?: undefined): string;
41
+ encodeFunctionData(functionFragment: "borrowRatePerBlock", values?: undefined): string;
42
+ encodeFunctionData(functionFragment: "claim", values: [AddressLike]): string;
43
+ encodeFunctionData(functionFragment: "claimProtocolRewards", values: [AddressLike]): string;
44
+ encodeFunctionData(functionFragment: "comptroller", values?: undefined): string;
45
+ encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
46
+ encodeFunctionData(functionFragment: "discountRateMantissa", values?: undefined): string;
47
+ encodeFunctionData(functionFragment: "earned", values: [AddressLike, AddressLike]): string;
48
+ encodeFunctionData(functionFragment: "exchangeRateCurrent", values?: undefined): string;
49
+ encodeFunctionData(functionFragment: "exchangeRateStored", values?: undefined): string;
50
+ encodeFunctionData(functionFragment: "getAccountSnapshot", values: [AddressLike]): string;
51
+ encodeFunctionData(functionFragment: "getBorrowSnapshot", values: [AddressLike]): string;
52
+ encodeFunctionData(functionFragment: "getCash", values?: undefined): string;
53
+ encodeFunctionData(functionFragment: "infraredVault", values?: undefined): string;
54
+ encodeFunctionData(functionFragment: "initAccrualBlockTimestamp", values: [AddressLike]): string;
55
+ encodeFunctionData(functionFragment: "initialize", values: [
56
+ AddressLike,
57
+ AddressLike,
58
+ AddressLike,
59
+ BigNumberish,
60
+ string,
61
+ string,
62
+ BigNumberish,
63
+ AddressLike
64
+ ]): string;
65
+ encodeFunctionData(functionFragment: "interestRateModel", values?: undefined): string;
66
+ encodeFunctionData(functionFragment: "isCEther", values?: undefined): string;
67
+ encodeFunctionData(functionFragment: "isCEtherDeprecated", values?: undefined): string;
68
+ encodeFunctionData(functionFragment: "isCToken", values?: undefined): string;
69
+ encodeFunctionData(functionFragment: "isCTokenDeprecated", values?: undefined): string;
70
+ encodeFunctionData(functionFragment: "isDeprecated", values?: undefined): string;
71
+ encodeFunctionData(functionFragment: "liquidateBorrow", values: [AddressLike, BigNumberish, AddressLike]): string;
72
+ encodeFunctionData(functionFragment: "liquidateCalculateSeizeTokens", values: [AddressLike, BigNumberish]): string;
73
+ encodeFunctionData(functionFragment: "mint", values: [BigNumberish]): string;
74
+ encodeFunctionData(functionFragment: "mintWithPermit", values: [BigNumberish, BigNumberish, BytesLike]): string;
75
+ encodeFunctionData(functionFragment: "name", values?: undefined): string;
76
+ encodeFunctionData(functionFragment: "paused", values?: undefined): string;
77
+ encodeFunctionData(functionFragment: "pendingAdmin", values?: undefined): string;
78
+ encodeFunctionData(functionFragment: "percentScale", values?: undefined): string;
79
+ encodeFunctionData(functionFragment: "protocolSeizeShareMantissa", values?: undefined): string;
80
+ encodeFunctionData(functionFragment: "redeem", values: [BigNumberish]): string;
81
+ encodeFunctionData(functionFragment: "redeemUnderlying", values: [BigNumberish]): string;
82
+ encodeFunctionData(functionFragment: "repayBorrow", values: [BigNumberish]): string;
83
+ encodeFunctionData(functionFragment: "repayBorrowBehalf", values: [AddressLike, BigNumberish]): string;
84
+ encodeFunctionData(functionFragment: "repayBorrowWithPermit", values: [BigNumberish, BigNumberish, BytesLike]): string;
85
+ encodeFunctionData(functionFragment: "reserveFactorMantissa", values?: undefined): string;
86
+ encodeFunctionData(functionFragment: "seize", values: [
87
+ AddressLike,
88
+ AddressLike,
89
+ BigNumberish,
90
+ BigNumberish,
91
+ boolean,
92
+ BigNumberish
93
+ ]): string;
94
+ encodeFunctionData(functionFragment: "shareOf", values: [AddressLike]): string;
95
+ encodeFunctionData(functionFragment: "supplyRatePerBlock", values?: undefined): string;
96
+ encodeFunctionData(functionFragment: "sweepToken", values: [AddressLike]): string;
97
+ encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
98
+ encodeFunctionData(functionFragment: "totalBorrows", values?: undefined): string;
99
+ encodeFunctionData(functionFragment: "totalBorrowsCurrent", values?: undefined): string;
100
+ encodeFunctionData(functionFragment: "totalReserves", values?: undefined): string;
101
+ encodeFunctionData(functionFragment: "totalShares", values?: undefined): string;
102
+ encodeFunctionData(functionFragment: "totalStaked", values?: undefined): string;
103
+ encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
104
+ encodeFunctionData(functionFragment: "transfer", values: [AddressLike, BigNumberish]): string;
105
+ encodeFunctionData(functionFragment: "transferFrom", values: [AddressLike, AddressLike, BigNumberish]): string;
106
+ encodeFunctionData(functionFragment: "underlying", values?: undefined): string;
107
+ encodeFunctionData(functionFragment: "underlyingBalance", values?: undefined): string;
108
+ decodeFunctionResult(functionFragment: "_acceptAdmin", data: BytesLike): Result;
109
+ decodeFunctionResult(functionFragment: "_addReserves", data: BytesLike): Result;
110
+ decodeFunctionResult(functionFragment: "_reduceReserves", data: BytesLike): Result;
111
+ decodeFunctionResult(functionFragment: "_setComptroller", data: BytesLike): Result;
112
+ decodeFunctionResult(functionFragment: "_setDiscountRate", data: BytesLike): Result;
113
+ decodeFunctionResult(functionFragment: "_setInterestRateModel", data: BytesLike): Result;
114
+ decodeFunctionResult(functionFragment: "_setPendingAdmin", data: BytesLike): Result;
115
+ decodeFunctionResult(functionFragment: "_setReserveFactor", data: BytesLike): Result;
116
+ decodeFunctionResult(functionFragment: "_shares", data: BytesLike): Result;
117
+ decodeFunctionResult(functionFragment: "_syncUnderlyingBalance", data: BytesLike): Result;
118
+ decodeFunctionResult(functionFragment: "accrualBlockTimestamp", data: BytesLike): Result;
119
+ decodeFunctionResult(functionFragment: "accrueInterest", data: BytesLike): Result;
120
+ decodeFunctionResult(functionFragment: "admin", data: BytesLike): Result;
121
+ decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result;
122
+ decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
123
+ decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
124
+ decodeFunctionResult(functionFragment: "balanceOfUnderlying", data: BytesLike): Result;
125
+ decodeFunctionResult(functionFragment: "borrow", data: BytesLike): Result;
126
+ decodeFunctionResult(functionFragment: "borrowAndDepositBack", data: BytesLike): Result;
127
+ decodeFunctionResult(functionFragment: "borrowBalanceCurrent", data: BytesLike): Result;
128
+ decodeFunctionResult(functionFragment: "borrowBalanceStored", data: BytesLike): Result;
129
+ decodeFunctionResult(functionFragment: "borrowIndex", data: BytesLike): Result;
130
+ decodeFunctionResult(functionFragment: "borrowRatePerBlock", data: BytesLike): Result;
131
+ decodeFunctionResult(functionFragment: "claim", data: BytesLike): Result;
132
+ decodeFunctionResult(functionFragment: "claimProtocolRewards", data: BytesLike): Result;
133
+ decodeFunctionResult(functionFragment: "comptroller", data: BytesLike): Result;
134
+ decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
135
+ decodeFunctionResult(functionFragment: "discountRateMantissa", data: BytesLike): Result;
136
+ decodeFunctionResult(functionFragment: "earned", data: BytesLike): Result;
137
+ decodeFunctionResult(functionFragment: "exchangeRateCurrent", data: BytesLike): Result;
138
+ decodeFunctionResult(functionFragment: "exchangeRateStored", data: BytesLike): Result;
139
+ decodeFunctionResult(functionFragment: "getAccountSnapshot", data: BytesLike): Result;
140
+ decodeFunctionResult(functionFragment: "getBorrowSnapshot", data: BytesLike): Result;
141
+ decodeFunctionResult(functionFragment: "getCash", data: BytesLike): Result;
142
+ decodeFunctionResult(functionFragment: "infraredVault", data: BytesLike): Result;
143
+ decodeFunctionResult(functionFragment: "initAccrualBlockTimestamp", data: BytesLike): Result;
144
+ decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
145
+ decodeFunctionResult(functionFragment: "interestRateModel", data: BytesLike): Result;
146
+ decodeFunctionResult(functionFragment: "isCEther", data: BytesLike): Result;
147
+ decodeFunctionResult(functionFragment: "isCEtherDeprecated", data: BytesLike): Result;
148
+ decodeFunctionResult(functionFragment: "isCToken", data: BytesLike): Result;
149
+ decodeFunctionResult(functionFragment: "isCTokenDeprecated", data: BytesLike): Result;
150
+ decodeFunctionResult(functionFragment: "isDeprecated", data: BytesLike): Result;
151
+ decodeFunctionResult(functionFragment: "liquidateBorrow", data: BytesLike): Result;
152
+ decodeFunctionResult(functionFragment: "liquidateCalculateSeizeTokens", data: BytesLike): Result;
153
+ decodeFunctionResult(functionFragment: "mint", data: BytesLike): Result;
154
+ decodeFunctionResult(functionFragment: "mintWithPermit", data: BytesLike): Result;
155
+ decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
156
+ decodeFunctionResult(functionFragment: "paused", data: BytesLike): Result;
157
+ decodeFunctionResult(functionFragment: "pendingAdmin", data: BytesLike): Result;
158
+ decodeFunctionResult(functionFragment: "percentScale", data: BytesLike): Result;
159
+ decodeFunctionResult(functionFragment: "protocolSeizeShareMantissa", data: BytesLike): Result;
160
+ decodeFunctionResult(functionFragment: "redeem", data: BytesLike): Result;
161
+ decodeFunctionResult(functionFragment: "redeemUnderlying", data: BytesLike): Result;
162
+ decodeFunctionResult(functionFragment: "repayBorrow", data: BytesLike): Result;
163
+ decodeFunctionResult(functionFragment: "repayBorrowBehalf", data: BytesLike): Result;
164
+ decodeFunctionResult(functionFragment: "repayBorrowWithPermit", data: BytesLike): Result;
165
+ decodeFunctionResult(functionFragment: "reserveFactorMantissa", data: BytesLike): Result;
166
+ decodeFunctionResult(functionFragment: "seize", data: BytesLike): Result;
167
+ decodeFunctionResult(functionFragment: "shareOf", data: BytesLike): Result;
168
+ decodeFunctionResult(functionFragment: "supplyRatePerBlock", data: BytesLike): Result;
169
+ decodeFunctionResult(functionFragment: "sweepToken", data: BytesLike): Result;
170
+ decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
171
+ decodeFunctionResult(functionFragment: "totalBorrows", data: BytesLike): Result;
172
+ decodeFunctionResult(functionFragment: "totalBorrowsCurrent", data: BytesLike): Result;
173
+ decodeFunctionResult(functionFragment: "totalReserves", data: BytesLike): Result;
174
+ decodeFunctionResult(functionFragment: "totalShares", data: BytesLike): Result;
175
+ decodeFunctionResult(functionFragment: "totalStaked", data: BytesLike): Result;
176
+ decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
177
+ decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result;
178
+ decodeFunctionResult(functionFragment: "transferFrom", data: BytesLike): Result;
179
+ decodeFunctionResult(functionFragment: "underlying", data: BytesLike): Result;
180
+ decodeFunctionResult(functionFragment: "underlyingBalance", data: BytesLike): Result;
181
+ }
182
+ export declare namespace AccrueInterestEvent {
183
+ type InputTuple = [
184
+ cashPrior: BigNumberish,
185
+ interestAccumulated: BigNumberish,
186
+ borrowIndex: BigNumberish,
187
+ totalBorrows: BigNumberish
188
+ ];
189
+ type OutputTuple = [
190
+ cashPrior: bigint,
191
+ interestAccumulated: bigint,
192
+ borrowIndex: bigint,
193
+ totalBorrows: bigint
194
+ ];
195
+ interface OutputObject {
196
+ cashPrior: bigint;
197
+ interestAccumulated: bigint;
198
+ borrowIndex: bigint;
199
+ totalBorrows: bigint;
200
+ }
201
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
202
+ type Filter = TypedDeferredTopicFilter<Event>;
203
+ type Log = TypedEventLog<Event>;
204
+ type LogDescription = TypedLogDescription<Event>;
205
+ }
206
+ export declare namespace ApprovalEvent {
207
+ type InputTuple = [
208
+ owner: AddressLike,
209
+ spender: AddressLike,
210
+ amount: BigNumberish
211
+ ];
212
+ type OutputTuple = [owner: string, spender: string, amount: bigint];
213
+ interface OutputObject {
214
+ owner: string;
215
+ spender: string;
216
+ amount: bigint;
217
+ }
218
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
219
+ type Filter = TypedDeferredTopicFilter<Event>;
220
+ type Log = TypedEventLog<Event>;
221
+ type LogDescription = TypedLogDescription<Event>;
222
+ }
223
+ export declare namespace BorrowEvent {
224
+ type InputTuple = [
225
+ borrower: AddressLike,
226
+ borrowAmount: BigNumberish,
227
+ accountBorrows: BigNumberish,
228
+ totalBorrows: BigNumberish
229
+ ];
230
+ type OutputTuple = [
231
+ borrower: string,
232
+ borrowAmount: bigint,
233
+ accountBorrows: bigint,
234
+ totalBorrows: bigint
235
+ ];
236
+ interface OutputObject {
237
+ borrower: string;
238
+ borrowAmount: bigint;
239
+ accountBorrows: bigint;
240
+ totalBorrows: bigint;
241
+ }
242
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
243
+ type Filter = TypedDeferredTopicFilter<Event>;
244
+ type Log = TypedEventLog<Event>;
245
+ type LogDescription = TypedLogDescription<Event>;
246
+ }
247
+ export declare namespace InitializedEvent {
248
+ type InputTuple = [version: BigNumberish];
249
+ type OutputTuple = [version: bigint];
250
+ interface OutputObject {
251
+ version: bigint;
252
+ }
253
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
254
+ type Filter = TypedDeferredTopicFilter<Event>;
255
+ type Log = TypedEventLog<Event>;
256
+ type LogDescription = TypedLogDescription<Event>;
257
+ }
258
+ export declare namespace LiquidateBorrowEvent {
259
+ type InputTuple = [
260
+ liquidator: AddressLike,
261
+ borrower: AddressLike,
262
+ repayAmount: BigNumberish,
263
+ cTokenCollateral: AddressLike,
264
+ seizeTokens: BigNumberish
265
+ ];
266
+ type OutputTuple = [
267
+ liquidator: string,
268
+ borrower: string,
269
+ repayAmount: bigint,
270
+ cTokenCollateral: string,
271
+ seizeTokens: bigint
272
+ ];
273
+ interface OutputObject {
274
+ liquidator: string;
275
+ borrower: string;
276
+ repayAmount: bigint;
277
+ cTokenCollateral: string;
278
+ seizeTokens: bigint;
279
+ }
280
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
281
+ type Filter = TypedDeferredTopicFilter<Event>;
282
+ type Log = TypedEventLog<Event>;
283
+ type LogDescription = TypedLogDescription<Event>;
284
+ }
285
+ export declare namespace MintEvent {
286
+ type InputTuple = [
287
+ minter: AddressLike,
288
+ mintAmount: BigNumberish,
289
+ mintTokens: BigNumberish
290
+ ];
291
+ type OutputTuple = [
292
+ minter: string,
293
+ mintAmount: bigint,
294
+ mintTokens: bigint
295
+ ];
296
+ interface OutputObject {
297
+ minter: string;
298
+ mintAmount: bigint;
299
+ mintTokens: bigint;
300
+ }
301
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
302
+ type Filter = TypedDeferredTopicFilter<Event>;
303
+ type Log = TypedEventLog<Event>;
304
+ type LogDescription = TypedLogDescription<Event>;
305
+ }
306
+ export declare namespace NewAdminEvent {
307
+ type InputTuple = [oldAdmin: AddressLike, newAdmin: AddressLike];
308
+ type OutputTuple = [oldAdmin: string, newAdmin: string];
309
+ interface OutputObject {
310
+ oldAdmin: string;
311
+ newAdmin: string;
312
+ }
313
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
314
+ type Filter = TypedDeferredTopicFilter<Event>;
315
+ type Log = TypedEventLog<Event>;
316
+ type LogDescription = TypedLogDescription<Event>;
317
+ }
318
+ export declare namespace NewComptrollerEvent {
319
+ type InputTuple = [
320
+ oldComptroller: AddressLike,
321
+ newComptroller: AddressLike
322
+ ];
323
+ type OutputTuple = [oldComptroller: string, newComptroller: string];
324
+ interface OutputObject {
325
+ oldComptroller: string;
326
+ newComptroller: string;
327
+ }
328
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
329
+ type Filter = TypedDeferredTopicFilter<Event>;
330
+ type Log = TypedEventLog<Event>;
331
+ type LogDescription = TypedLogDescription<Event>;
332
+ }
333
+ export declare namespace NewDiscountRateEvent {
334
+ type InputTuple = [
335
+ oldDiscountRateMantissa: BigNumberish,
336
+ newDiscountRateMantissa: BigNumberish
337
+ ];
338
+ type OutputTuple = [
339
+ oldDiscountRateMantissa: bigint,
340
+ newDiscountRateMantissa: bigint
341
+ ];
342
+ interface OutputObject {
343
+ oldDiscountRateMantissa: bigint;
344
+ newDiscountRateMantissa: bigint;
345
+ }
346
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
347
+ type Filter = TypedDeferredTopicFilter<Event>;
348
+ type Log = TypedEventLog<Event>;
349
+ type LogDescription = TypedLogDescription<Event>;
350
+ }
351
+ export declare namespace NewMarketInterestRateModelEvent {
352
+ type InputTuple = [
353
+ oldInterestRateModel: AddressLike,
354
+ newInterestRateModel: AddressLike
355
+ ];
356
+ type OutputTuple = [
357
+ oldInterestRateModel: string,
358
+ newInterestRateModel: string
359
+ ];
360
+ interface OutputObject {
361
+ oldInterestRateModel: string;
362
+ newInterestRateModel: string;
363
+ }
364
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
365
+ type Filter = TypedDeferredTopicFilter<Event>;
366
+ type Log = TypedEventLog<Event>;
367
+ type LogDescription = TypedLogDescription<Event>;
368
+ }
369
+ export declare namespace NewPendingAdminEvent {
370
+ type InputTuple = [
371
+ oldPendingAdmin: AddressLike,
372
+ newPendingAdmin: AddressLike
373
+ ];
374
+ type OutputTuple = [oldPendingAdmin: string, newPendingAdmin: string];
375
+ interface OutputObject {
376
+ oldPendingAdmin: string;
377
+ newPendingAdmin: string;
378
+ }
379
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
380
+ type Filter = TypedDeferredTopicFilter<Event>;
381
+ type Log = TypedEventLog<Event>;
382
+ type LogDescription = TypedLogDescription<Event>;
383
+ }
384
+ export declare namespace NewReserveFactorEvent {
385
+ type InputTuple = [
386
+ oldReserveFactorMantissa: BigNumberish,
387
+ newReserveFactorMantissa: BigNumberish
388
+ ];
389
+ type OutputTuple = [
390
+ oldReserveFactorMantissa: bigint,
391
+ newReserveFactorMantissa: bigint
392
+ ];
393
+ interface OutputObject {
394
+ oldReserveFactorMantissa: bigint;
395
+ newReserveFactorMantissa: bigint;
396
+ }
397
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
398
+ type Filter = TypedDeferredTopicFilter<Event>;
399
+ type Log = TypedEventLog<Event>;
400
+ type LogDescription = TypedLogDescription<Event>;
401
+ }
402
+ export declare namespace PausedEvent {
403
+ type InputTuple = [account: AddressLike];
404
+ type OutputTuple = [account: string];
405
+ interface OutputObject {
406
+ account: string;
407
+ }
408
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
409
+ type Filter = TypedDeferredTopicFilter<Event>;
410
+ type Log = TypedEventLog<Event>;
411
+ type LogDescription = TypedLogDescription<Event>;
412
+ }
413
+ export declare namespace RecoveredEvent {
414
+ type InputTuple = [token: AddressLike, amount: BigNumberish];
415
+ type OutputTuple = [token: string, amount: bigint];
416
+ interface OutputObject {
417
+ token: string;
418
+ amount: bigint;
419
+ }
420
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
421
+ type Filter = TypedDeferredTopicFilter<Event>;
422
+ type Log = TypedEventLog<Event>;
423
+ type LogDescription = TypedLogDescription<Event>;
424
+ }
425
+ export declare namespace RedeemEvent {
426
+ type InputTuple = [
427
+ redeemer: AddressLike,
428
+ redeemAmount: BigNumberish,
429
+ redeemTokens: BigNumberish
430
+ ];
431
+ type OutputTuple = [
432
+ redeemer: string,
433
+ redeemAmount: bigint,
434
+ redeemTokens: bigint
435
+ ];
436
+ interface OutputObject {
437
+ redeemer: string;
438
+ redeemAmount: bigint;
439
+ redeemTokens: bigint;
440
+ }
441
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
442
+ type Filter = TypedDeferredTopicFilter<Event>;
443
+ type Log = TypedEventLog<Event>;
444
+ type LogDescription = TypedLogDescription<Event>;
445
+ }
446
+ export declare namespace RedeemFaceValueEvent {
447
+ type InputTuple = [
448
+ redeemer: AddressLike,
449
+ provider: AddressLike,
450
+ repayAmount: BigNumberish,
451
+ seizeToken: AddressLike,
452
+ seizeAmount: BigNumberish,
453
+ redemptionRateMantissa: BigNumberish
454
+ ];
455
+ type OutputTuple = [
456
+ redeemer: string,
457
+ provider: string,
458
+ repayAmount: bigint,
459
+ seizeToken: string,
460
+ seizeAmount: bigint,
461
+ redemptionRateMantissa: bigint
462
+ ];
463
+ interface OutputObject {
464
+ redeemer: string;
465
+ provider: string;
466
+ repayAmount: bigint;
467
+ seizeToken: string;
468
+ seizeAmount: bigint;
469
+ redemptionRateMantissa: bigint;
470
+ }
471
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
472
+ type Filter = TypedDeferredTopicFilter<Event>;
473
+ type Log = TypedEventLog<Event>;
474
+ type LogDescription = TypedLogDescription<Event>;
475
+ }
476
+ export declare namespace RepayBorrowEvent {
477
+ type InputTuple = [
478
+ payer: AddressLike,
479
+ borrower: AddressLike,
480
+ repayAmount: BigNumberish,
481
+ accountBorrows: BigNumberish,
482
+ totalBorrows: BigNumberish
483
+ ];
484
+ type OutputTuple = [
485
+ payer: string,
486
+ borrower: string,
487
+ repayAmount: bigint,
488
+ accountBorrows: bigint,
489
+ totalBorrows: bigint
490
+ ];
491
+ interface OutputObject {
492
+ payer: string;
493
+ borrower: string;
494
+ repayAmount: bigint;
495
+ accountBorrows: bigint;
496
+ totalBorrows: bigint;
497
+ }
498
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
499
+ type Filter = TypedDeferredTopicFilter<Event>;
500
+ type Log = TypedEventLog<Event>;
501
+ type LogDescription = TypedLogDescription<Event>;
502
+ }
503
+ export declare namespace ReservesAddedEvent {
504
+ type InputTuple = [
505
+ benefactor: AddressLike,
506
+ addAmount: BigNumberish,
507
+ newTotalReserves: BigNumberish
508
+ ];
509
+ type OutputTuple = [
510
+ benefactor: string,
511
+ addAmount: bigint,
512
+ newTotalReserves: bigint
513
+ ];
514
+ interface OutputObject {
515
+ benefactor: string;
516
+ addAmount: bigint;
517
+ newTotalReserves: bigint;
518
+ }
519
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
520
+ type Filter = TypedDeferredTopicFilter<Event>;
521
+ type Log = TypedEventLog<Event>;
522
+ type LogDescription = TypedLogDescription<Event>;
523
+ }
524
+ export declare namespace ReservesReducedEvent {
525
+ type InputTuple = [
526
+ admin: AddressLike,
527
+ reduceAmount: BigNumberish,
528
+ newTotalReserves: BigNumberish
529
+ ];
530
+ type OutputTuple = [
531
+ admin: string,
532
+ reduceAmount: bigint,
533
+ newTotalReserves: bigint
534
+ ];
535
+ interface OutputObject {
536
+ admin: string;
537
+ reduceAmount: bigint;
538
+ newTotalReserves: bigint;
539
+ }
540
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
541
+ type Filter = TypedDeferredTopicFilter<Event>;
542
+ type Log = TypedEventLog<Event>;
543
+ type LogDescription = TypedLogDescription<Event>;
544
+ }
545
+ export declare namespace RewardPaidEvent {
546
+ type InputTuple = [
547
+ user: AddressLike,
548
+ rewardsToken: AddressLike,
549
+ reward: BigNumberish
550
+ ];
551
+ type OutputTuple = [
552
+ user: string,
553
+ rewardsToken: string,
554
+ reward: bigint
555
+ ];
556
+ interface OutputObject {
557
+ user: string;
558
+ rewardsToken: string;
559
+ reward: bigint;
560
+ }
561
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
562
+ type Filter = TypedDeferredTopicFilter<Event>;
563
+ type Log = TypedEventLog<Event>;
564
+ type LogDescription = TypedLogDescription<Event>;
565
+ }
566
+ export declare namespace StakedEvent {
567
+ type InputTuple = [user: AddressLike, amount: BigNumberish];
568
+ type OutputTuple = [user: string, amount: bigint];
569
+ interface OutputObject {
570
+ user: string;
571
+ amount: bigint;
572
+ }
573
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
574
+ type Filter = TypedDeferredTopicFilter<Event>;
575
+ type Log = TypedEventLog<Event>;
576
+ type LogDescription = TypedLogDescription<Event>;
577
+ }
578
+ export declare namespace TransferEvent {
579
+ type InputTuple = [
580
+ from: AddressLike,
581
+ to: AddressLike,
582
+ amount: BigNumberish
583
+ ];
584
+ type OutputTuple = [from: string, to: string, amount: bigint];
585
+ interface OutputObject {
586
+ from: string;
587
+ to: string;
588
+ amount: bigint;
589
+ }
590
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
591
+ type Filter = TypedDeferredTopicFilter<Event>;
592
+ type Log = TypedEventLog<Event>;
593
+ type LogDescription = TypedLogDescription<Event>;
594
+ }
595
+ export declare namespace UnpausedEvent {
596
+ type InputTuple = [account: AddressLike];
597
+ type OutputTuple = [account: string];
598
+ interface OutputObject {
599
+ account: string;
600
+ }
601
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
602
+ type Filter = TypedDeferredTopicFilter<Event>;
603
+ type Log = TypedEventLog<Event>;
604
+ type LogDescription = TypedLogDescription<Event>;
605
+ }
606
+ export declare namespace WithdrawnEvent {
607
+ type InputTuple = [user: AddressLike, amount: BigNumberish];
608
+ type OutputTuple = [user: string, amount: bigint];
609
+ interface OutputObject {
610
+ user: string;
611
+ amount: bigint;
612
+ }
613
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
614
+ type Filter = TypedDeferredTopicFilter<Event>;
615
+ type Log = TypedEventLog<Event>;
616
+ type LogDescription = TypedLogDescription<Event>;
617
+ }
618
+ export interface CInfraredVault extends BaseContract {
619
+ connect(runner?: ContractRunner | null): CInfraredVault;
620
+ waitForDeployment(): Promise<this>;
621
+ interface: CInfraredVaultInterface;
622
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
623
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
624
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
625
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
626
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
627
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
628
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
629
+ listeners(eventName?: string): Promise<Array<Listener>>;
630
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
631
+ _acceptAdmin: TypedContractMethod<[], [bigint], "nonpayable">;
632
+ _addReserves: TypedContractMethod<[
633
+ addAmount: BigNumberish
634
+ ], [
635
+ bigint
636
+ ], "nonpayable">;
637
+ _reduceReserves: TypedContractMethod<[
638
+ reduceAmount: BigNumberish
639
+ ], [
640
+ bigint
641
+ ], "nonpayable">;
642
+ _setComptroller: TypedContractMethod<[
643
+ newComptroller: AddressLike
644
+ ], [
645
+ bigint
646
+ ], "nonpayable">;
647
+ _setDiscountRate: TypedContractMethod<[
648
+ discountRateMantissa_: BigNumberish
649
+ ], [
650
+ bigint
651
+ ], "nonpayable">;
652
+ _setInterestRateModel: TypedContractMethod<[
653
+ newInterestRateModel: AddressLike
654
+ ], [
655
+ bigint
656
+ ], "nonpayable">;
657
+ _setPendingAdmin: TypedContractMethod<[
658
+ newPendingAdmin: AddressLike
659
+ ], [
660
+ bigint
661
+ ], "nonpayable">;
662
+ _setReserveFactor: TypedContractMethod<[
663
+ newReserveFactorMantissa: BigNumberish
664
+ ], [
665
+ bigint
666
+ ], "nonpayable">;
667
+ _shares: TypedContractMethod<[
668
+ arg0: AddressLike
669
+ ], [
670
+ [bigint, bigint] & {
671
+ shares: bigint;
672
+ lastUpdateTime: bigint;
673
+ }
674
+ ], "view">;
675
+ _syncUnderlyingBalance: TypedContractMethod<[], [void], "nonpayable">;
676
+ accrualBlockTimestamp: TypedContractMethod<[], [bigint], "view">;
677
+ accrueInterest: TypedContractMethod<[], [bigint], "nonpayable">;
678
+ admin: TypedContractMethod<[], [string], "view">;
679
+ allowance: TypedContractMethod<[
680
+ owner: AddressLike,
681
+ spender: AddressLike
682
+ ], [
683
+ bigint
684
+ ], "view">;
685
+ approve: TypedContractMethod<[
686
+ spender: AddressLike,
687
+ amount: BigNumberish
688
+ ], [
689
+ boolean
690
+ ], "nonpayable">;
691
+ balanceOf: TypedContractMethod<[owner: AddressLike], [bigint], "view">;
692
+ balanceOfUnderlying: TypedContractMethod<[
693
+ owner: AddressLike
694
+ ], [
695
+ bigint
696
+ ], "nonpayable">;
697
+ borrow: TypedContractMethod<[
698
+ borrowAmount: BigNumberish
699
+ ], [
700
+ bigint
701
+ ], "nonpayable">;
702
+ borrowAndDepositBack: TypedContractMethod<[
703
+ borrower: AddressLike,
704
+ borrowAmount: BigNumberish
705
+ ], [
706
+ bigint
707
+ ], "nonpayable">;
708
+ borrowBalanceCurrent: TypedContractMethod<[
709
+ account: AddressLike
710
+ ], [
711
+ bigint
712
+ ], "nonpayable">;
713
+ borrowBalanceStored: TypedContractMethod<[
714
+ account: AddressLike
715
+ ], [
716
+ bigint
717
+ ], "view">;
718
+ borrowIndex: TypedContractMethod<[], [bigint], "view">;
719
+ borrowRatePerBlock: TypedContractMethod<[], [bigint], "view">;
720
+ claim: TypedContractMethod<[_user: AddressLike], [void], "nonpayable">;
721
+ claimProtocolRewards: TypedContractMethod<[
722
+ _to: AddressLike
723
+ ], [
724
+ void
725
+ ], "nonpayable">;
726
+ comptroller: TypedContractMethod<[], [string], "view">;
727
+ decimals: TypedContractMethod<[], [bigint], "view">;
728
+ discountRateMantissa: TypedContractMethod<[], [bigint], "view">;
729
+ earned: TypedContractMethod<[
730
+ account: AddressLike,
731
+ _rewardsToken: AddressLike
732
+ ], [
733
+ bigint
734
+ ], "view">;
735
+ exchangeRateCurrent: TypedContractMethod<[], [bigint], "nonpayable">;
736
+ exchangeRateStored: TypedContractMethod<[], [bigint], "view">;
737
+ getAccountSnapshot: TypedContractMethod<[
738
+ account: AddressLike
739
+ ], [
740
+ [bigint, bigint, bigint, bigint]
741
+ ], "view">;
742
+ getBorrowSnapshot: TypedContractMethod<[
743
+ borrower: AddressLike
744
+ ], [
745
+ CTokenStorage.BorrowSnapshotStructOutput
746
+ ], "view">;
747
+ getCash: TypedContractMethod<[], [bigint], "view">;
748
+ infraredVault: TypedContractMethod<[], [string], "view">;
749
+ initAccrualBlockTimestamp: TypedContractMethod<[
750
+ timeBasedInterestRateModel: AddressLike
751
+ ], [
752
+ void
753
+ ], "nonpayable">;
754
+ initialize: TypedContractMethod<[
755
+ underlying_: AddressLike,
756
+ comptroller_: AddressLike,
757
+ interestRateModel_: AddressLike,
758
+ initialExchangeRateMantissa_: BigNumberish,
759
+ name_: string,
760
+ symbol_: string,
761
+ decimals_: BigNumberish,
762
+ admin_: AddressLike
763
+ ], [
764
+ void
765
+ ], "nonpayable">;
766
+ interestRateModel: TypedContractMethod<[], [string], "view">;
767
+ isCEther: TypedContractMethod<[], [boolean], "view">;
768
+ isCEtherDeprecated: TypedContractMethod<[], [boolean], "view">;
769
+ isCToken: TypedContractMethod<[], [boolean], "view">;
770
+ isCTokenDeprecated: TypedContractMethod<[], [boolean], "view">;
771
+ isDeprecated: TypedContractMethod<[], [boolean], "view">;
772
+ liquidateBorrow: TypedContractMethod<[
773
+ borrower: AddressLike,
774
+ repayAmount: BigNumberish,
775
+ cTokenCollateral: AddressLike
776
+ ], [
777
+ bigint
778
+ ], "nonpayable">;
779
+ liquidateCalculateSeizeTokens: TypedContractMethod<[
780
+ cTokenCollateral: AddressLike,
781
+ actualRepayAmount: BigNumberish
782
+ ], [
783
+ [bigint, bigint, bigint]
784
+ ], "view">;
785
+ mint: TypedContractMethod<[mintAmount: BigNumberish], [bigint], "nonpayable">;
786
+ mintWithPermit: TypedContractMethod<[
787
+ mintAmount: BigNumberish,
788
+ deadline: BigNumberish,
789
+ signature: BytesLike
790
+ ], [
791
+ bigint
792
+ ], "nonpayable">;
793
+ name: TypedContractMethod<[], [string], "view">;
794
+ paused: TypedContractMethod<[], [boolean], "view">;
795
+ pendingAdmin: TypedContractMethod<[], [string], "view">;
796
+ percentScale: TypedContractMethod<[], [bigint], "view">;
797
+ protocolSeizeShareMantissa: TypedContractMethod<[], [bigint], "view">;
798
+ redeem: TypedContractMethod<[
799
+ redeemTokens: BigNumberish
800
+ ], [
801
+ bigint
802
+ ], "nonpayable">;
803
+ redeemUnderlying: TypedContractMethod<[
804
+ redeemAmount: BigNumberish
805
+ ], [
806
+ bigint
807
+ ], "nonpayable">;
808
+ repayBorrow: TypedContractMethod<[
809
+ repayAmount: BigNumberish
810
+ ], [
811
+ bigint
812
+ ], "nonpayable">;
813
+ repayBorrowBehalf: TypedContractMethod<[
814
+ borrower: AddressLike,
815
+ repayAmount: BigNumberish
816
+ ], [
817
+ bigint
818
+ ], "nonpayable">;
819
+ repayBorrowWithPermit: TypedContractMethod<[
820
+ repayAmount: BigNumberish,
821
+ deadline: BigNumberish,
822
+ signature: BytesLike
823
+ ], [
824
+ bigint
825
+ ], "nonpayable">;
826
+ reserveFactorMantissa: TypedContractMethod<[], [bigint], "view">;
827
+ seize: TypedContractMethod<[
828
+ liquidator: AddressLike,
829
+ borrower: AddressLike,
830
+ seizeTokens: BigNumberish,
831
+ seizeProfitTokens: BigNumberish,
832
+ isRedemption: boolean,
833
+ redemptionRateMantissa: BigNumberish
834
+ ], [
835
+ bigint
836
+ ], "nonpayable">;
837
+ shareOf: TypedContractMethod<[account: AddressLike], [bigint], "view">;
838
+ supplyRatePerBlock: TypedContractMethod<[], [bigint], "view">;
839
+ sweepToken: TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
840
+ symbol: TypedContractMethod<[], [string], "view">;
841
+ totalBorrows: TypedContractMethod<[], [bigint], "view">;
842
+ totalBorrowsCurrent: TypedContractMethod<[], [bigint], "nonpayable">;
843
+ totalReserves: TypedContractMethod<[], [bigint], "view">;
844
+ totalShares: TypedContractMethod<[], [bigint], "view">;
845
+ totalStaked: TypedContractMethod<[], [bigint], "view">;
846
+ totalSupply: TypedContractMethod<[], [bigint], "view">;
847
+ transfer: TypedContractMethod<[
848
+ dst: AddressLike,
849
+ amount: BigNumberish
850
+ ], [
851
+ boolean
852
+ ], "nonpayable">;
853
+ transferFrom: TypedContractMethod<[
854
+ src: AddressLike,
855
+ dst: AddressLike,
856
+ amount: BigNumberish
857
+ ], [
858
+ boolean
859
+ ], "nonpayable">;
860
+ underlying: TypedContractMethod<[], [string], "view">;
861
+ underlyingBalance: TypedContractMethod<[], [bigint], "view">;
862
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
863
+ getFunction(nameOrSignature: "_acceptAdmin"): TypedContractMethod<[], [bigint], "nonpayable">;
864
+ getFunction(nameOrSignature: "_addReserves"): TypedContractMethod<[addAmount: BigNumberish], [bigint], "nonpayable">;
865
+ getFunction(nameOrSignature: "_reduceReserves"): TypedContractMethod<[reduceAmount: BigNumberish], [bigint], "nonpayable">;
866
+ getFunction(nameOrSignature: "_setComptroller"): TypedContractMethod<[newComptroller: AddressLike], [bigint], "nonpayable">;
867
+ getFunction(nameOrSignature: "_setDiscountRate"): TypedContractMethod<[
868
+ discountRateMantissa_: BigNumberish
869
+ ], [
870
+ bigint
871
+ ], "nonpayable">;
872
+ getFunction(nameOrSignature: "_setInterestRateModel"): TypedContractMethod<[
873
+ newInterestRateModel: AddressLike
874
+ ], [
875
+ bigint
876
+ ], "nonpayable">;
877
+ getFunction(nameOrSignature: "_setPendingAdmin"): TypedContractMethod<[
878
+ newPendingAdmin: AddressLike
879
+ ], [
880
+ bigint
881
+ ], "nonpayable">;
882
+ getFunction(nameOrSignature: "_setReserveFactor"): TypedContractMethod<[
883
+ newReserveFactorMantissa: BigNumberish
884
+ ], [
885
+ bigint
886
+ ], "nonpayable">;
887
+ getFunction(nameOrSignature: "_shares"): TypedContractMethod<[
888
+ arg0: AddressLike
889
+ ], [
890
+ [bigint, bigint] & {
891
+ shares: bigint;
892
+ lastUpdateTime: bigint;
893
+ }
894
+ ], "view">;
895
+ getFunction(nameOrSignature: "_syncUnderlyingBalance"): TypedContractMethod<[], [void], "nonpayable">;
896
+ getFunction(nameOrSignature: "accrualBlockTimestamp"): TypedContractMethod<[], [bigint], "view">;
897
+ getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [bigint], "nonpayable">;
898
+ getFunction(nameOrSignature: "admin"): TypedContractMethod<[], [string], "view">;
899
+ getFunction(nameOrSignature: "allowance"): TypedContractMethod<[
900
+ owner: AddressLike,
901
+ spender: AddressLike
902
+ ], [
903
+ bigint
904
+ ], "view">;
905
+ getFunction(nameOrSignature: "approve"): TypedContractMethod<[
906
+ spender: AddressLike,
907
+ amount: BigNumberish
908
+ ], [
909
+ boolean
910
+ ], "nonpayable">;
911
+ getFunction(nameOrSignature: "balanceOf"): TypedContractMethod<[owner: AddressLike], [bigint], "view">;
912
+ getFunction(nameOrSignature: "balanceOfUnderlying"): TypedContractMethod<[owner: AddressLike], [bigint], "nonpayable">;
913
+ getFunction(nameOrSignature: "borrow"): TypedContractMethod<[borrowAmount: BigNumberish], [bigint], "nonpayable">;
914
+ getFunction(nameOrSignature: "borrowAndDepositBack"): TypedContractMethod<[
915
+ borrower: AddressLike,
916
+ borrowAmount: BigNumberish
917
+ ], [
918
+ bigint
919
+ ], "nonpayable">;
920
+ getFunction(nameOrSignature: "borrowBalanceCurrent"): TypedContractMethod<[account: AddressLike], [bigint], "nonpayable">;
921
+ getFunction(nameOrSignature: "borrowBalanceStored"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
922
+ getFunction(nameOrSignature: "borrowIndex"): TypedContractMethod<[], [bigint], "view">;
923
+ getFunction(nameOrSignature: "borrowRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
924
+ getFunction(nameOrSignature: "claim"): TypedContractMethod<[_user: AddressLike], [void], "nonpayable">;
925
+ getFunction(nameOrSignature: "claimProtocolRewards"): TypedContractMethod<[_to: AddressLike], [void], "nonpayable">;
926
+ getFunction(nameOrSignature: "comptroller"): TypedContractMethod<[], [string], "view">;
927
+ getFunction(nameOrSignature: "decimals"): TypedContractMethod<[], [bigint], "view">;
928
+ getFunction(nameOrSignature: "discountRateMantissa"): TypedContractMethod<[], [bigint], "view">;
929
+ getFunction(nameOrSignature: "earned"): TypedContractMethod<[
930
+ account: AddressLike,
931
+ _rewardsToken: AddressLike
932
+ ], [
933
+ bigint
934
+ ], "view">;
935
+ getFunction(nameOrSignature: "exchangeRateCurrent"): TypedContractMethod<[], [bigint], "nonpayable">;
936
+ getFunction(nameOrSignature: "exchangeRateStored"): TypedContractMethod<[], [bigint], "view">;
937
+ getFunction(nameOrSignature: "getAccountSnapshot"): TypedContractMethod<[
938
+ account: AddressLike
939
+ ], [
940
+ [bigint, bigint, bigint, bigint]
941
+ ], "view">;
942
+ getFunction(nameOrSignature: "getBorrowSnapshot"): TypedContractMethod<[
943
+ borrower: AddressLike
944
+ ], [
945
+ CTokenStorage.BorrowSnapshotStructOutput
946
+ ], "view">;
947
+ getFunction(nameOrSignature: "getCash"): TypedContractMethod<[], [bigint], "view">;
948
+ getFunction(nameOrSignature: "infraredVault"): TypedContractMethod<[], [string], "view">;
949
+ getFunction(nameOrSignature: "initAccrualBlockTimestamp"): TypedContractMethod<[
950
+ timeBasedInterestRateModel: AddressLike
951
+ ], [
952
+ void
953
+ ], "nonpayable">;
954
+ getFunction(nameOrSignature: "initialize"): TypedContractMethod<[
955
+ underlying_: AddressLike,
956
+ comptroller_: AddressLike,
957
+ interestRateModel_: AddressLike,
958
+ initialExchangeRateMantissa_: BigNumberish,
959
+ name_: string,
960
+ symbol_: string,
961
+ decimals_: BigNumberish,
962
+ admin_: AddressLike
963
+ ], [
964
+ void
965
+ ], "nonpayable">;
966
+ getFunction(nameOrSignature: "interestRateModel"): TypedContractMethod<[], [string], "view">;
967
+ getFunction(nameOrSignature: "isCEther"): TypedContractMethod<[], [boolean], "view">;
968
+ getFunction(nameOrSignature: "isCEtherDeprecated"): TypedContractMethod<[], [boolean], "view">;
969
+ getFunction(nameOrSignature: "isCToken"): TypedContractMethod<[], [boolean], "view">;
970
+ getFunction(nameOrSignature: "isCTokenDeprecated"): TypedContractMethod<[], [boolean], "view">;
971
+ getFunction(nameOrSignature: "isDeprecated"): TypedContractMethod<[], [boolean], "view">;
972
+ getFunction(nameOrSignature: "liquidateBorrow"): TypedContractMethod<[
973
+ borrower: AddressLike,
974
+ repayAmount: BigNumberish,
975
+ cTokenCollateral: AddressLike
976
+ ], [
977
+ bigint
978
+ ], "nonpayable">;
979
+ getFunction(nameOrSignature: "liquidateCalculateSeizeTokens"): TypedContractMethod<[
980
+ cTokenCollateral: AddressLike,
981
+ actualRepayAmount: BigNumberish
982
+ ], [
983
+ [bigint, bigint, bigint]
984
+ ], "view">;
985
+ getFunction(nameOrSignature: "mint"): TypedContractMethod<[mintAmount: BigNumberish], [bigint], "nonpayable">;
986
+ getFunction(nameOrSignature: "mintWithPermit"): TypedContractMethod<[
987
+ mintAmount: BigNumberish,
988
+ deadline: BigNumberish,
989
+ signature: BytesLike
990
+ ], [
991
+ bigint
992
+ ], "nonpayable">;
993
+ getFunction(nameOrSignature: "name"): TypedContractMethod<[], [string], "view">;
994
+ getFunction(nameOrSignature: "paused"): TypedContractMethod<[], [boolean], "view">;
995
+ getFunction(nameOrSignature: "pendingAdmin"): TypedContractMethod<[], [string], "view">;
996
+ getFunction(nameOrSignature: "percentScale"): TypedContractMethod<[], [bigint], "view">;
997
+ getFunction(nameOrSignature: "protocolSeizeShareMantissa"): TypedContractMethod<[], [bigint], "view">;
998
+ getFunction(nameOrSignature: "redeem"): TypedContractMethod<[redeemTokens: BigNumberish], [bigint], "nonpayable">;
999
+ getFunction(nameOrSignature: "redeemUnderlying"): TypedContractMethod<[redeemAmount: BigNumberish], [bigint], "nonpayable">;
1000
+ getFunction(nameOrSignature: "repayBorrow"): TypedContractMethod<[repayAmount: BigNumberish], [bigint], "nonpayable">;
1001
+ getFunction(nameOrSignature: "repayBorrowBehalf"): TypedContractMethod<[
1002
+ borrower: AddressLike,
1003
+ repayAmount: BigNumberish
1004
+ ], [
1005
+ bigint
1006
+ ], "nonpayable">;
1007
+ getFunction(nameOrSignature: "repayBorrowWithPermit"): TypedContractMethod<[
1008
+ repayAmount: BigNumberish,
1009
+ deadline: BigNumberish,
1010
+ signature: BytesLike
1011
+ ], [
1012
+ bigint
1013
+ ], "nonpayable">;
1014
+ getFunction(nameOrSignature: "reserveFactorMantissa"): TypedContractMethod<[], [bigint], "view">;
1015
+ getFunction(nameOrSignature: "seize"): TypedContractMethod<[
1016
+ liquidator: AddressLike,
1017
+ borrower: AddressLike,
1018
+ seizeTokens: BigNumberish,
1019
+ seizeProfitTokens: BigNumberish,
1020
+ isRedemption: boolean,
1021
+ redemptionRateMantissa: BigNumberish
1022
+ ], [
1023
+ bigint
1024
+ ], "nonpayable">;
1025
+ getFunction(nameOrSignature: "shareOf"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
1026
+ getFunction(nameOrSignature: "supplyRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
1027
+ getFunction(nameOrSignature: "sweepToken"): TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
1028
+ getFunction(nameOrSignature: "symbol"): TypedContractMethod<[], [string], "view">;
1029
+ getFunction(nameOrSignature: "totalBorrows"): TypedContractMethod<[], [bigint], "view">;
1030
+ getFunction(nameOrSignature: "totalBorrowsCurrent"): TypedContractMethod<[], [bigint], "nonpayable">;
1031
+ getFunction(nameOrSignature: "totalReserves"): TypedContractMethod<[], [bigint], "view">;
1032
+ getFunction(nameOrSignature: "totalShares"): TypedContractMethod<[], [bigint], "view">;
1033
+ getFunction(nameOrSignature: "totalStaked"): TypedContractMethod<[], [bigint], "view">;
1034
+ getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
1035
+ getFunction(nameOrSignature: "transfer"): TypedContractMethod<[
1036
+ dst: AddressLike,
1037
+ amount: BigNumberish
1038
+ ], [
1039
+ boolean
1040
+ ], "nonpayable">;
1041
+ getFunction(nameOrSignature: "transferFrom"): TypedContractMethod<[
1042
+ src: AddressLike,
1043
+ dst: AddressLike,
1044
+ amount: BigNumberish
1045
+ ], [
1046
+ boolean
1047
+ ], "nonpayable">;
1048
+ getFunction(nameOrSignature: "underlying"): TypedContractMethod<[], [string], "view">;
1049
+ getFunction(nameOrSignature: "underlyingBalance"): TypedContractMethod<[], [bigint], "view">;
1050
+ getEvent(key: "AccrueInterest"): TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
1051
+ getEvent(key: "Approval"): TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
1052
+ getEvent(key: "Borrow"): TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
1053
+ getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
1054
+ getEvent(key: "LiquidateBorrow"): TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
1055
+ getEvent(key: "Mint"): TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
1056
+ getEvent(key: "NewAdmin"): TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
1057
+ getEvent(key: "NewComptroller"): TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
1058
+ getEvent(key: "NewDiscountRate"): TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
1059
+ getEvent(key: "NewMarketInterestRateModel"): TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
1060
+ getEvent(key: "NewPendingAdmin"): TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
1061
+ getEvent(key: "NewReserveFactor"): TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
1062
+ getEvent(key: "Paused"): TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
1063
+ getEvent(key: "Recovered"): TypedContractEvent<RecoveredEvent.InputTuple, RecoveredEvent.OutputTuple, RecoveredEvent.OutputObject>;
1064
+ getEvent(key: "Redeem"): TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
1065
+ getEvent(key: "RedeemFaceValue"): TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
1066
+ getEvent(key: "RepayBorrow"): TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
1067
+ getEvent(key: "ReservesAdded"): TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
1068
+ getEvent(key: "ReservesReduced"): TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
1069
+ getEvent(key: "RewardPaid"): TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
1070
+ getEvent(key: "Staked"): TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
1071
+ getEvent(key: "Transfer"): TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
1072
+ getEvent(key: "Unpaused"): TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
1073
+ getEvent(key: "Withdrawn"): TypedContractEvent<WithdrawnEvent.InputTuple, WithdrawnEvent.OutputTuple, WithdrawnEvent.OutputObject>;
1074
+ filters: {
1075
+ "AccrueInterest(uint256,uint256,uint256,uint256)": TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
1076
+ AccrueInterest: TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
1077
+ "Approval(address,address,uint256)": TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
1078
+ Approval: TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
1079
+ "Borrow(address,uint256,uint256,uint256)": TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
1080
+ Borrow: TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
1081
+ "Initialized(uint8)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
1082
+ Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
1083
+ "LiquidateBorrow(address,address,uint256,address,uint256)": TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
1084
+ LiquidateBorrow: TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
1085
+ "Mint(address,uint256,uint256)": TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
1086
+ Mint: TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
1087
+ "NewAdmin(address,address)": TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
1088
+ NewAdmin: TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
1089
+ "NewComptroller(address,address)": TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
1090
+ NewComptroller: TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
1091
+ "NewDiscountRate(uint256,uint256)": TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
1092
+ NewDiscountRate: TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
1093
+ "NewMarketInterestRateModel(address,address)": TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
1094
+ NewMarketInterestRateModel: TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
1095
+ "NewPendingAdmin(address,address)": TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
1096
+ NewPendingAdmin: TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
1097
+ "NewReserveFactor(uint256,uint256)": TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
1098
+ NewReserveFactor: TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
1099
+ "Paused(address)": TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
1100
+ Paused: TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
1101
+ "Recovered(address,uint256)": TypedContractEvent<RecoveredEvent.InputTuple, RecoveredEvent.OutputTuple, RecoveredEvent.OutputObject>;
1102
+ Recovered: TypedContractEvent<RecoveredEvent.InputTuple, RecoveredEvent.OutputTuple, RecoveredEvent.OutputObject>;
1103
+ "Redeem(address,uint256,uint256)": TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
1104
+ Redeem: TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
1105
+ "RedeemFaceValue(address,address,uint256,address,uint256,uint256)": TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
1106
+ RedeemFaceValue: TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
1107
+ "RepayBorrow(address,address,uint256,uint256,uint256)": TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
1108
+ RepayBorrow: TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
1109
+ "ReservesAdded(address,uint256,uint256)": TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
1110
+ ReservesAdded: TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
1111
+ "ReservesReduced(address,uint256,uint256)": TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
1112
+ ReservesReduced: TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
1113
+ "RewardPaid(address,address,uint256)": TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
1114
+ RewardPaid: TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
1115
+ "Staked(address,uint256)": TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
1116
+ Staked: TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
1117
+ "Transfer(address,address,uint256)": TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
1118
+ Transfer: TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
1119
+ "Unpaused(address)": TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
1120
+ Unpaused: TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
1121
+ "Withdrawn(address,uint256)": TypedContractEvent<WithdrawnEvent.InputTuple, WithdrawnEvent.OutputTuple, WithdrawnEvent.OutputObject>;
1122
+ Withdrawn: TypedContractEvent<WithdrawnEvent.InputTuple, WithdrawnEvent.OutputTuple, WithdrawnEvent.OutputObject>;
1123
+ };
1124
+ }