@meterio/sumer-js 0.2.117 → 0.2.119

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 (249) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.d.ts +55 -346
  3. package/dist/nodejs/abi.js +10133 -15862
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/arbitrum.d.ts +0 -1
  6. package/dist/nodejs/constants/arbitrum.js +1 -2
  7. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  8. package/dist/nodejs/constants/beramain.d.ts +5 -0
  9. package/dist/nodejs/constants/beramain.js +50 -11
  10. package/dist/nodejs/constants/beramain.js.map +1 -1
  11. package/dist/nodejs/constants/core.d.ts +4 -0
  12. package/dist/nodejs/constants/core.js +37 -10
  13. package/dist/nodejs/constants/core.js.map +1 -1
  14. package/dist/nodejs/constants/hemi.d.ts +79 -0
  15. package/dist/nodejs/constants/hemi.js +180 -0
  16. package/dist/nodejs/constants/hemi.js.map +1 -0
  17. package/dist/nodejs/constants/monadtest.js +1 -1
  18. package/dist/nodejs/constants/zklink.d.ts +4 -4
  19. package/dist/nodejs/constants/zklink.js +4 -4
  20. package/dist/nodejs/constants/zklink.js.map +1 -1
  21. package/dist/nodejs/errorABIs.js +10 -1207
  22. package/dist/nodejs/errorABIs.js.map +1 -1
  23. package/dist/nodejs/index.d.ts +55 -346
  24. package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
  25. package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +9 -46
  26. package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +33 -74
  27. package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +21 -66
  28. package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +16 -20
  29. package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +9 -46
  30. package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
  31. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +1094 -0
  32. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.js +3 -0
  33. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.js.map +1 -0
  34. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.d.ts +25 -0
  35. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.js +3 -0
  36. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.js.map +1 -0
  37. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.d.ts +2 -0
  38. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.js +3 -0
  39. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.js.map +1 -0
  40. package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +4 -313
  41. package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.d.ts +1 -17
  42. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.d.ts +149 -0
  43. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js +3 -0
  44. package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js.map +1 -0
  45. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.d.ts +186 -0
  46. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js +3 -0
  47. package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js.map +1 -0
  48. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.d.ts +217 -0
  49. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js +3 -0
  50. package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js.map +1 -0
  51. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/IVault.d.ts +55 -0
  52. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/IVault.js +3 -0
  53. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/IVault.js.map +1 -0
  54. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.d.ts +20 -0
  55. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.js +3 -0
  56. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.js.map +1 -0
  57. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.d.ts +2 -0
  58. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.js +3 -0
  59. package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.js.map +1 -0
  60. package/dist/nodejs/typechain/contracts/Infrared/index.d.ts +4 -4
  61. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.d.ts +33 -0
  62. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js +3 -0
  63. package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js.map +1 -0
  64. package/dist/nodejs/typechain/contracts/Interfaces/ICErc20.d.ts +16 -16
  65. package/dist/nodejs/typechain/contracts/Interfaces/ICToken.d.ts +16 -20
  66. package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/ICToken.d.ts +6 -6
  67. package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +9 -1
  68. package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +76 -5
  69. package/dist/nodejs/typechain/contracts/Interfaces/IPool.d.ts +41 -0
  70. package/dist/nodejs/typechain/contracts/Interfaces/IPool.js +3 -0
  71. package/dist/nodejs/typechain/contracts/Interfaces/IPool.js.map +1 -0
  72. package/dist/nodejs/typechain/contracts/Interfaces/IVault.d.ts +83 -0
  73. package/dist/nodejs/typechain/contracts/Interfaces/IVault.js +3 -0
  74. package/dist/nodejs/typechain/contracts/Interfaces/IVault.js.map +1 -0
  75. package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +2 -2
  76. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.d.ts +93 -0
  77. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js +3 -0
  78. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js.map +1 -0
  79. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.d.ts +33 -0
  80. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js +3 -0
  81. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js.map +1 -0
  82. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.d.ts +49 -0
  83. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js +3 -0
  84. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js.map +1 -0
  85. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.d.ts +25 -0
  86. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js +3 -0
  87. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js.map +1 -0
  88. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  89. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js +3 -0
  90. package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  91. package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +108 -6
  92. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.d.ts +25 -0
  93. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.js +3 -0
  94. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.js.map +1 -0
  95. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.d.ts +25 -0
  96. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.js +3 -0
  97. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.js.map +1 -0
  98. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +2 -0
  99. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.js +3 -0
  100. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -0
  101. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +2 -0
  102. package/dist/nodejs/typechain/contracts/index.d.ts +0 -2
  103. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
  104. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +1 -3
  105. package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
  106. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +13 -54
  107. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +16 -72
  108. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  109. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +80 -113
  110. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +97 -154
  111. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  112. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +8 -40
  113. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +8 -56
  114. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
  115. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +65 -92
  116. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +79 -125
  117. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  118. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +13 -54
  119. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +16 -72
  120. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  121. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +67 -1
  122. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +84 -1
  123. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
  124. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +57 -1
  125. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +71 -1
  126. package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
  127. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
  128. package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
  129. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +57 -1
  130. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +71 -1
  131. package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
  132. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
  133. package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
  134. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1804 -0
  135. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +2315 -0
  136. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -0
  137. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.d.ts +17 -0
  138. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.js +33 -0
  139. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.js.map +1 -0
  140. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.d.ts +2 -0
  141. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.js +11 -0
  142. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.js.map +1 -0
  143. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.d.ts +1 -5
  144. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js +1 -6
  145. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js.map +1 -1
  146. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +0 -359
  147. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +0 -463
  148. package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -1
  149. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.d.ts +0 -30
  150. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js +0 -39
  151. package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js.map +1 -1
  152. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.d.ts +169 -0
  153. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js +229 -0
  154. package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js.map +1 -0
  155. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.d.ts +219 -0
  156. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js +296 -0
  157. package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js.map +1 -0
  158. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.d.ts +241 -0
  159. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js +323 -0
  160. package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js.map +1 -0
  161. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/IVault__factory.d.ts +38 -0
  162. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/IVault__factory.js +60 -0
  163. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/IVault__factory.js.map +1 -0
  164. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.d.ts +26 -0
  165. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.js +45 -0
  166. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.js.map +1 -0
  167. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.d.ts +2 -0
  168. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.js +11 -0
  169. package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.js.map +1 -0
  170. package/dist/nodejs/typechain/factories/contracts/Infrared/index.d.ts +2 -4
  171. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js +26 -9
  172. package/dist/nodejs/typechain/factories/contracts/Infrared/index.js.map +1 -1
  173. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.d.ts +37 -0
  174. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js +59 -0
  175. package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js.map +1 -0
  176. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.d.ts +8 -40
  177. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js +8 -56
  178. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js.map +1 -1
  179. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.d.ts +2 -14
  180. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js +2 -19
  181. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js.map +1 -1
  182. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.d.ts +8 -40
  183. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js +8 -56
  184. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js.map +1 -1
  185. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +10 -0
  186. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +13 -0
  187. package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
  188. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +86 -0
  189. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +109 -0
  190. package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
  191. package/dist/nodejs/typechain/factories/contracts/Interfaces/IPool__factory.d.ts +57 -0
  192. package/dist/nodejs/typechain/factories/contracts/Interfaces/IPool__factory.js +85 -0
  193. package/dist/nodejs/typechain/factories/contracts/Interfaces/IPool__factory.js.map +1 -0
  194. package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.d.ts +60 -0
  195. package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.js +89 -0
  196. package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.js.map +1 -0
  197. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +2 -1
  198. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +5 -2
  199. package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
  200. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
  201. package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
  202. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.d.ts +158 -0
  203. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js +214 -0
  204. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js.map +1 -0
  205. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.d.ts +37 -0
  206. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js +59 -0
  207. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js.map +1 -0
  208. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.d.ts +29 -0
  209. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js +49 -0
  210. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js.map +1 -0
  211. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.d.ts +21 -0
  212. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js +39 -0
  213. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js.map +1 -0
  214. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
  215. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js +15 -0
  216. package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
  217. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +119 -1
  218. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +154 -1
  219. package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
  220. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
  221. package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
  222. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
  223. package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
  224. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.d.ts +44 -0
  225. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.js +69 -0
  226. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.js.map +1 -0
  227. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.d.ts +21 -0
  228. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.js +39 -0
  229. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.js.map +1 -0
  230. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +2 -0
  231. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +11 -0
  232. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -0
  233. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +1 -0
  234. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +2 -1
  235. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  236. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +57 -1
  237. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +71 -1
  238. package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
  239. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +57 -1
  240. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +71 -1
  241. package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
  242. package/dist/nodejs/typechain/factories/contracts/index.d.ts +0 -1
  243. package/dist/nodejs/typechain/factories/contracts/index.js +1 -2
  244. package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
  245. package/dist/nodejs/typechain/hardhat.d.ts +96 -168
  246. package/dist/nodejs/typechain/index.d.ts +12 -24
  247. package/dist/nodejs/typechain/index.js +14 -26
  248. package/dist/nodejs/typechain/index.js.map +1 -1
  249. package/package.json +1 -1
@@ -0,0 +1,2315 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CInfraredVault__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [],
11
+ name: "AddReservesMarketNotFresh",
12
+ type: "error",
13
+ },
14
+ {
15
+ inputs: [],
16
+ name: "AddReservesOverflow",
17
+ type: "error",
18
+ },
19
+ {
20
+ inputs: [],
21
+ name: "BorrowAndDepositBackFailed",
22
+ type: "error",
23
+ },
24
+ {
25
+ inputs: [],
26
+ name: "BorrowCapReached",
27
+ type: "error",
28
+ },
29
+ {
30
+ inputs: [],
31
+ name: "BorrowCashNotAvailable",
32
+ type: "error",
33
+ },
34
+ {
35
+ inputs: [],
36
+ name: "BorrowMarketNotFresh",
37
+ type: "error",
38
+ },
39
+ {
40
+ inputs: [],
41
+ name: "BorrowPaused",
42
+ type: "error",
43
+ },
44
+ {
45
+ inputs: [
46
+ {
47
+ internalType: "uint256",
48
+ name: "usdThreshold",
49
+ type: "uint256",
50
+ },
51
+ ],
52
+ name: "BorrowValueMustBeLargerThanThreshold",
53
+ type: "error",
54
+ },
55
+ {
56
+ inputs: [],
57
+ name: "CantEnterPausedMarket",
58
+ type: "error",
59
+ },
60
+ {
61
+ inputs: [],
62
+ name: "CantExitMarketWithNonZeroBorrowBalance",
63
+ type: "error",
64
+ },
65
+ {
66
+ inputs: [],
67
+ name: "CantStakeZero",
68
+ type: "error",
69
+ },
70
+ {
71
+ inputs: [],
72
+ name: "CantSweepRewardToken",
73
+ type: "error",
74
+ },
75
+ {
76
+ inputs: [],
77
+ name: "CantSweepUnderlying",
78
+ type: "error",
79
+ },
80
+ {
81
+ inputs: [],
82
+ name: "CantWithdrawZero",
83
+ type: "error",
84
+ },
85
+ {
86
+ inputs: [],
87
+ name: "ComptrollerMismatch",
88
+ type: "error",
89
+ },
90
+ {
91
+ inputs: [],
92
+ name: "EitherAssetOrDebtMustBeZero",
93
+ type: "error",
94
+ },
95
+ {
96
+ inputs: [
97
+ {
98
+ internalType: "uint8",
99
+ name: "groupId",
100
+ type: "uint8",
101
+ },
102
+ {
103
+ internalType: "uint256",
104
+ name: "cDepositVal",
105
+ type: "uint256",
106
+ },
107
+ {
108
+ internalType: "uint256",
109
+ name: "suDepositVal",
110
+ type: "uint256",
111
+ },
112
+ {
113
+ internalType: "uint256",
114
+ name: "cBorrowVal",
115
+ type: "uint256",
116
+ },
117
+ {
118
+ internalType: "uint256",
119
+ name: "suBorrowVal",
120
+ type: "uint256",
121
+ },
122
+ ],
123
+ name: "EitherAssetOrDebtMustBeZeroInGroup",
124
+ type: "error",
125
+ },
126
+ {
127
+ inputs: [],
128
+ name: "ExpiredSignature",
129
+ type: "error",
130
+ },
131
+ {
132
+ inputs: [],
133
+ name: "InsufficientCollateral",
134
+ type: "error",
135
+ },
136
+ {
137
+ inputs: [],
138
+ name: "InsufficientShortfall",
139
+ type: "error",
140
+ },
141
+ {
142
+ inputs: [],
143
+ name: "InterMintNotAllowed",
144
+ type: "error",
145
+ },
146
+ {
147
+ inputs: [],
148
+ name: "InvalidAddress",
149
+ type: "error",
150
+ },
151
+ {
152
+ inputs: [],
153
+ name: "InvalidAmount",
154
+ type: "error",
155
+ },
156
+ {
157
+ inputs: [],
158
+ name: "InvalidBlockNumber",
159
+ type: "error",
160
+ },
161
+ {
162
+ inputs: [],
163
+ name: "InvalidCToken",
164
+ type: "error",
165
+ },
166
+ {
167
+ inputs: [],
168
+ name: "InvalidCloseFactor",
169
+ type: "error",
170
+ },
171
+ {
172
+ inputs: [],
173
+ name: "InvalidComptroller",
174
+ type: "error",
175
+ },
176
+ {
177
+ inputs: [],
178
+ name: "InvalidDiscountRate",
179
+ type: "error",
180
+ },
181
+ {
182
+ inputs: [],
183
+ name: "InvalidExchangeRate",
184
+ type: "error",
185
+ },
186
+ {
187
+ inputs: [],
188
+ name: "InvalidGroupId",
189
+ type: "error",
190
+ },
191
+ {
192
+ inputs: [],
193
+ name: "InvalidInput",
194
+ type: "error",
195
+ },
196
+ {
197
+ inputs: [],
198
+ name: "InvalidInterestRateModel",
199
+ type: "error",
200
+ },
201
+ {
202
+ inputs: [],
203
+ name: "InvalidMinSuBorrowValue",
204
+ type: "error",
205
+ },
206
+ {
207
+ inputs: [],
208
+ name: "InvalidRedeem",
209
+ type: "error",
210
+ },
211
+ {
212
+ inputs: [],
213
+ name: "InvalidReduceAmount",
214
+ type: "error",
215
+ },
216
+ {
217
+ inputs: [],
218
+ name: "InvalidReserveFactor",
219
+ type: "error",
220
+ },
221
+ {
222
+ inputs: [],
223
+ name: "InvalidSignatureForRedeemFaceValue",
224
+ type: "error",
225
+ },
226
+ {
227
+ inputs: [],
228
+ name: "InvalidSignatureLength",
229
+ type: "error",
230
+ },
231
+ {
232
+ inputs: [],
233
+ name: "InvalidSuToken",
234
+ type: "error",
235
+ },
236
+ {
237
+ inputs: [],
238
+ name: "InvalidTimestamp",
239
+ type: "error",
240
+ },
241
+ {
242
+ inputs: [],
243
+ name: "LastUpdateTimeMismatch",
244
+ type: "error",
245
+ },
246
+ {
247
+ inputs: [],
248
+ name: "LiquidateBorrow_LiquidatorIsBorrower",
249
+ type: "error",
250
+ },
251
+ {
252
+ inputs: [],
253
+ name: "LiquidateBorrow_RepayAmountIsMax",
254
+ type: "error",
255
+ },
256
+ {
257
+ inputs: [],
258
+ name: "LiquidateBorrow_RepayAmountIsZero",
259
+ type: "error",
260
+ },
261
+ {
262
+ inputs: [],
263
+ name: "LiquidateBorrow_SeizeTooMuch",
264
+ type: "error",
265
+ },
266
+ {
267
+ inputs: [],
268
+ name: "LiquidateCollateralMarketNotFresh",
269
+ type: "error",
270
+ },
271
+ {
272
+ inputs: [],
273
+ name: "LiquidateMarketNotFresh",
274
+ type: "error",
275
+ },
276
+ {
277
+ inputs: [],
278
+ name: "MarketAlreadyListed",
279
+ type: "error",
280
+ },
281
+ {
282
+ inputs: [],
283
+ name: "MarketAlreadyUnlisted",
284
+ type: "error",
285
+ },
286
+ {
287
+ inputs: [],
288
+ name: "MarketCanOnlyInitializeOnce",
289
+ type: "error",
290
+ },
291
+ {
292
+ inputs: [],
293
+ name: "MarketNotEmpty",
294
+ type: "error",
295
+ },
296
+ {
297
+ inputs: [],
298
+ name: "MarketNotListed",
299
+ type: "error",
300
+ },
301
+ {
302
+ inputs: [],
303
+ name: "MarketPaused",
304
+ type: "error",
305
+ },
306
+ {
307
+ inputs: [],
308
+ name: "MinDelayNotReached",
309
+ type: "error",
310
+ },
311
+ {
312
+ inputs: [],
313
+ name: "MintMarketNotFresh",
314
+ type: "error",
315
+ },
316
+ {
317
+ inputs: [],
318
+ name: "MintPaused",
319
+ type: "error",
320
+ },
321
+ {
322
+ inputs: [],
323
+ name: "MintTokensCantBeZero",
324
+ type: "error",
325
+ },
326
+ {
327
+ inputs: [],
328
+ name: "NoRedemptionProvider",
329
+ type: "error",
330
+ },
331
+ {
332
+ inputs: [],
333
+ name: "NotAllowedToClaimProtocolRewards",
334
+ type: "error",
335
+ },
336
+ {
337
+ inputs: [],
338
+ name: "NotCToken",
339
+ type: "error",
340
+ },
341
+ {
342
+ inputs: [],
343
+ name: "NotEnoughForSeize",
344
+ type: "error",
345
+ },
346
+ {
347
+ inputs: [],
348
+ name: "NotEnoughRedeemAmount",
349
+ type: "error",
350
+ },
351
+ {
352
+ inputs: [],
353
+ name: "NotEnoughRedeemTokens",
354
+ type: "error",
355
+ },
356
+ {
357
+ inputs: [],
358
+ name: "NotEnoughUnderlyingAfterRedeem",
359
+ type: "error",
360
+ },
361
+ {
362
+ inputs: [],
363
+ name: "NotEnoughUnderlyingForMint",
364
+ type: "error",
365
+ },
366
+ {
367
+ inputs: [],
368
+ name: "NotLiquidatableYet",
369
+ type: "error",
370
+ },
371
+ {
372
+ inputs: [],
373
+ name: "NotSuToken",
374
+ type: "error",
375
+ },
376
+ {
377
+ inputs: [],
378
+ name: "OnlyAdmin",
379
+ type: "error",
380
+ },
381
+ {
382
+ inputs: [],
383
+ name: "OnlyAdminOrPauser",
384
+ type: "error",
385
+ },
386
+ {
387
+ inputs: [],
388
+ name: "OnlyCToken",
389
+ type: "error",
390
+ },
391
+ {
392
+ inputs: [],
393
+ name: "OnlyListedCToken",
394
+ type: "error",
395
+ },
396
+ {
397
+ inputs: [],
398
+ name: "OnlyPausedMarketCanBeUnlisted",
399
+ type: "error",
400
+ },
401
+ {
402
+ inputs: [],
403
+ name: "OnlyPendingAdmin",
404
+ type: "error",
405
+ },
406
+ {
407
+ inputs: [],
408
+ name: "OnlyRedemptionManager",
409
+ type: "error",
410
+ },
411
+ {
412
+ inputs: [],
413
+ name: "OverThreshold",
414
+ type: "error",
415
+ },
416
+ {
417
+ inputs: [],
418
+ name: "PriceError",
419
+ type: "error",
420
+ },
421
+ {
422
+ inputs: [],
423
+ name: "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
424
+ type: "error",
425
+ },
426
+ {
427
+ inputs: [],
428
+ name: "RedeemMarketNotFresh",
429
+ type: "error",
430
+ },
431
+ {
432
+ inputs: [],
433
+ name: "RedeemTransferOutNotPossible",
434
+ type: "error",
435
+ },
436
+ {
437
+ inputs: [],
438
+ name: "RedemptionSeizeTooMuch",
439
+ type: "error",
440
+ },
441
+ {
442
+ inputs: [],
443
+ name: "RedemptionSignerNotInitialized",
444
+ type: "error",
445
+ },
446
+ {
447
+ inputs: [],
448
+ name: "ReduceReservesCashNotAvailable",
449
+ type: "error",
450
+ },
451
+ {
452
+ inputs: [],
453
+ name: "ReduceReservesMarketNotFresh",
454
+ type: "error",
455
+ },
456
+ {
457
+ inputs: [],
458
+ name: "Reentry",
459
+ type: "error",
460
+ },
461
+ {
462
+ inputs: [],
463
+ name: "RepayBorrowMarketNotFresh",
464
+ type: "error",
465
+ },
466
+ {
467
+ inputs: [],
468
+ name: "SeizePaused",
469
+ type: "error",
470
+ },
471
+ {
472
+ inputs: [],
473
+ name: "Seize_LiquidatorIsBorrower",
474
+ type: "error",
475
+ },
476
+ {
477
+ inputs: [],
478
+ name: "SenderMustBeCToken",
479
+ type: "error",
480
+ },
481
+ {
482
+ inputs: [],
483
+ name: "SetInterestRateModelMarketNotFresh",
484
+ type: "error",
485
+ },
486
+ {
487
+ inputs: [],
488
+ name: "SetReservesFactorMarketNotFresh",
489
+ type: "error",
490
+ },
491
+ {
492
+ inputs: [],
493
+ name: "SupplyCapReached",
494
+ type: "error",
495
+ },
496
+ {
497
+ inputs: [],
498
+ name: "TokenInOrAmountInMustBeZero",
499
+ type: "error",
500
+ },
501
+ {
502
+ inputs: [],
503
+ name: "TokenTransferInFailed",
504
+ type: "error",
505
+ },
506
+ {
507
+ inputs: [],
508
+ name: "TokenTransferOutFailed",
509
+ type: "error",
510
+ },
511
+ {
512
+ inputs: [],
513
+ name: "TooMuchRepay",
514
+ type: "error",
515
+ },
516
+ {
517
+ inputs: [],
518
+ name: "TotalBorrowsNotZero",
519
+ type: "error",
520
+ },
521
+ {
522
+ inputs: [],
523
+ name: "TotalSupplyNotZero",
524
+ type: "error",
525
+ },
526
+ {
527
+ inputs: [],
528
+ name: "TransferNotAllowed",
529
+ type: "error",
530
+ },
531
+ {
532
+ inputs: [],
533
+ name: "TransferPaused",
534
+ type: "error",
535
+ },
536
+ {
537
+ inputs: [],
538
+ name: "UnderlyingBalanceError",
539
+ type: "error",
540
+ },
541
+ {
542
+ inputs: [],
543
+ name: "UnderlyingMismatch",
544
+ type: "error",
545
+ },
546
+ {
547
+ inputs: [],
548
+ name: "UnderlyingMustBeStakingToken",
549
+ type: "error",
550
+ },
551
+ {
552
+ inputs: [],
553
+ name: "ZeroAddressNotAllowed",
554
+ type: "error",
555
+ },
556
+ {
557
+ anonymous: false,
558
+ inputs: [
559
+ {
560
+ indexed: false,
561
+ internalType: "uint256",
562
+ name: "cashPrior",
563
+ type: "uint256",
564
+ },
565
+ {
566
+ indexed: false,
567
+ internalType: "uint256",
568
+ name: "interestAccumulated",
569
+ type: "uint256",
570
+ },
571
+ {
572
+ indexed: false,
573
+ internalType: "uint256",
574
+ name: "borrowIndex",
575
+ type: "uint256",
576
+ },
577
+ {
578
+ indexed: false,
579
+ internalType: "uint256",
580
+ name: "totalBorrows",
581
+ type: "uint256",
582
+ },
583
+ ],
584
+ name: "AccrueInterest",
585
+ type: "event",
586
+ },
587
+ {
588
+ anonymous: false,
589
+ inputs: [
590
+ {
591
+ indexed: true,
592
+ internalType: "address",
593
+ name: "owner",
594
+ type: "address",
595
+ },
596
+ {
597
+ indexed: true,
598
+ internalType: "address",
599
+ name: "spender",
600
+ type: "address",
601
+ },
602
+ {
603
+ indexed: false,
604
+ internalType: "uint256",
605
+ name: "amount",
606
+ type: "uint256",
607
+ },
608
+ ],
609
+ name: "Approval",
610
+ type: "event",
611
+ },
612
+ {
613
+ anonymous: false,
614
+ inputs: [
615
+ {
616
+ indexed: false,
617
+ internalType: "address",
618
+ name: "borrower",
619
+ type: "address",
620
+ },
621
+ {
622
+ indexed: false,
623
+ internalType: "uint256",
624
+ name: "borrowAmount",
625
+ type: "uint256",
626
+ },
627
+ {
628
+ indexed: false,
629
+ internalType: "uint256",
630
+ name: "accountBorrows",
631
+ type: "uint256",
632
+ },
633
+ {
634
+ indexed: false,
635
+ internalType: "uint256",
636
+ name: "totalBorrows",
637
+ type: "uint256",
638
+ },
639
+ ],
640
+ name: "Borrow",
641
+ type: "event",
642
+ },
643
+ {
644
+ anonymous: false,
645
+ inputs: [
646
+ {
647
+ indexed: false,
648
+ internalType: "uint8",
649
+ name: "version",
650
+ type: "uint8",
651
+ },
652
+ ],
653
+ name: "Initialized",
654
+ type: "event",
655
+ },
656
+ {
657
+ anonymous: false,
658
+ inputs: [
659
+ {
660
+ indexed: false,
661
+ internalType: "address",
662
+ name: "liquidator",
663
+ type: "address",
664
+ },
665
+ {
666
+ indexed: false,
667
+ internalType: "address",
668
+ name: "borrower",
669
+ type: "address",
670
+ },
671
+ {
672
+ indexed: false,
673
+ internalType: "uint256",
674
+ name: "repayAmount",
675
+ type: "uint256",
676
+ },
677
+ {
678
+ indexed: false,
679
+ internalType: "address",
680
+ name: "cTokenCollateral",
681
+ type: "address",
682
+ },
683
+ {
684
+ indexed: false,
685
+ internalType: "uint256",
686
+ name: "seizeTokens",
687
+ type: "uint256",
688
+ },
689
+ ],
690
+ name: "LiquidateBorrow",
691
+ type: "event",
692
+ },
693
+ {
694
+ anonymous: false,
695
+ inputs: [
696
+ {
697
+ indexed: false,
698
+ internalType: "address",
699
+ name: "minter",
700
+ type: "address",
701
+ },
702
+ {
703
+ indexed: false,
704
+ internalType: "uint256",
705
+ name: "mintAmount",
706
+ type: "uint256",
707
+ },
708
+ {
709
+ indexed: false,
710
+ internalType: "uint256",
711
+ name: "mintTokens",
712
+ type: "uint256",
713
+ },
714
+ ],
715
+ name: "Mint",
716
+ type: "event",
717
+ },
718
+ {
719
+ anonymous: false,
720
+ inputs: [
721
+ {
722
+ indexed: false,
723
+ internalType: "address",
724
+ name: "oldAdmin",
725
+ type: "address",
726
+ },
727
+ {
728
+ indexed: false,
729
+ internalType: "address",
730
+ name: "newAdmin",
731
+ type: "address",
732
+ },
733
+ ],
734
+ name: "NewAdmin",
735
+ type: "event",
736
+ },
737
+ {
738
+ anonymous: false,
739
+ inputs: [
740
+ {
741
+ indexed: false,
742
+ internalType: "address",
743
+ name: "oldComptroller",
744
+ type: "address",
745
+ },
746
+ {
747
+ indexed: false,
748
+ internalType: "address",
749
+ name: "newComptroller",
750
+ type: "address",
751
+ },
752
+ ],
753
+ name: "NewComptroller",
754
+ type: "event",
755
+ },
756
+ {
757
+ anonymous: false,
758
+ inputs: [
759
+ {
760
+ indexed: false,
761
+ internalType: "uint256",
762
+ name: "oldDiscountRateMantissa",
763
+ type: "uint256",
764
+ },
765
+ {
766
+ indexed: false,
767
+ internalType: "uint256",
768
+ name: "newDiscountRateMantissa",
769
+ type: "uint256",
770
+ },
771
+ ],
772
+ name: "NewDiscountRate",
773
+ type: "event",
774
+ },
775
+ {
776
+ anonymous: false,
777
+ inputs: [
778
+ {
779
+ indexed: false,
780
+ internalType: "address",
781
+ name: "oldInterestRateModel",
782
+ type: "address",
783
+ },
784
+ {
785
+ indexed: false,
786
+ internalType: "address",
787
+ name: "newInterestRateModel",
788
+ type: "address",
789
+ },
790
+ ],
791
+ name: "NewMarketInterestRateModel",
792
+ type: "event",
793
+ },
794
+ {
795
+ anonymous: false,
796
+ inputs: [
797
+ {
798
+ indexed: false,
799
+ internalType: "address",
800
+ name: "oldPendingAdmin",
801
+ type: "address",
802
+ },
803
+ {
804
+ indexed: false,
805
+ internalType: "address",
806
+ name: "newPendingAdmin",
807
+ type: "address",
808
+ },
809
+ ],
810
+ name: "NewPendingAdmin",
811
+ type: "event",
812
+ },
813
+ {
814
+ anonymous: false,
815
+ inputs: [
816
+ {
817
+ indexed: false,
818
+ internalType: "uint256",
819
+ name: "oldReserveFactorMantissa",
820
+ type: "uint256",
821
+ },
822
+ {
823
+ indexed: false,
824
+ internalType: "uint256",
825
+ name: "newReserveFactorMantissa",
826
+ type: "uint256",
827
+ },
828
+ ],
829
+ name: "NewReserveFactor",
830
+ type: "event",
831
+ },
832
+ {
833
+ anonymous: false,
834
+ inputs: [
835
+ {
836
+ indexed: false,
837
+ internalType: "address",
838
+ name: "redeemer",
839
+ type: "address",
840
+ },
841
+ {
842
+ indexed: false,
843
+ internalType: "uint256",
844
+ name: "redeemAmount",
845
+ type: "uint256",
846
+ },
847
+ {
848
+ indexed: false,
849
+ internalType: "uint256",
850
+ name: "redeemTokens",
851
+ type: "uint256",
852
+ },
853
+ ],
854
+ name: "Redeem",
855
+ type: "event",
856
+ },
857
+ {
858
+ anonymous: false,
859
+ inputs: [
860
+ {
861
+ indexed: true,
862
+ internalType: "address",
863
+ name: "redeemer",
864
+ type: "address",
865
+ },
866
+ {
867
+ indexed: true,
868
+ internalType: "address",
869
+ name: "provider",
870
+ type: "address",
871
+ },
872
+ {
873
+ indexed: false,
874
+ internalType: "uint256",
875
+ name: "repayAmount",
876
+ type: "uint256",
877
+ },
878
+ {
879
+ indexed: false,
880
+ internalType: "address",
881
+ name: "seizeToken",
882
+ type: "address",
883
+ },
884
+ {
885
+ indexed: false,
886
+ internalType: "uint256",
887
+ name: "seizeAmount",
888
+ type: "uint256",
889
+ },
890
+ {
891
+ indexed: false,
892
+ internalType: "uint256",
893
+ name: "redemptionRateMantissa",
894
+ type: "uint256",
895
+ },
896
+ ],
897
+ name: "RedeemFaceValue",
898
+ type: "event",
899
+ },
900
+ {
901
+ anonymous: false,
902
+ inputs: [
903
+ {
904
+ indexed: false,
905
+ internalType: "address",
906
+ name: "payer",
907
+ type: "address",
908
+ },
909
+ {
910
+ indexed: false,
911
+ internalType: "address",
912
+ name: "borrower",
913
+ type: "address",
914
+ },
915
+ {
916
+ indexed: false,
917
+ internalType: "uint256",
918
+ name: "repayAmount",
919
+ type: "uint256",
920
+ },
921
+ {
922
+ indexed: false,
923
+ internalType: "uint256",
924
+ name: "accountBorrows",
925
+ type: "uint256",
926
+ },
927
+ {
928
+ indexed: false,
929
+ internalType: "uint256",
930
+ name: "totalBorrows",
931
+ type: "uint256",
932
+ },
933
+ ],
934
+ name: "RepayBorrow",
935
+ type: "event",
936
+ },
937
+ {
938
+ anonymous: false,
939
+ inputs: [
940
+ {
941
+ indexed: false,
942
+ internalType: "address",
943
+ name: "benefactor",
944
+ type: "address",
945
+ },
946
+ {
947
+ indexed: false,
948
+ internalType: "uint256",
949
+ name: "addAmount",
950
+ type: "uint256",
951
+ },
952
+ {
953
+ indexed: false,
954
+ internalType: "uint256",
955
+ name: "newTotalReserves",
956
+ type: "uint256",
957
+ },
958
+ ],
959
+ name: "ReservesAdded",
960
+ type: "event",
961
+ },
962
+ {
963
+ anonymous: false,
964
+ inputs: [
965
+ {
966
+ indexed: false,
967
+ internalType: "address",
968
+ name: "admin",
969
+ type: "address",
970
+ },
971
+ {
972
+ indexed: false,
973
+ internalType: "uint256",
974
+ name: "reduceAmount",
975
+ type: "uint256",
976
+ },
977
+ {
978
+ indexed: false,
979
+ internalType: "uint256",
980
+ name: "newTotalReserves",
981
+ type: "uint256",
982
+ },
983
+ ],
984
+ name: "ReservesReduced",
985
+ type: "event",
986
+ },
987
+ {
988
+ anonymous: false,
989
+ inputs: [
990
+ {
991
+ indexed: true,
992
+ internalType: "address",
993
+ name: "user",
994
+ type: "address",
995
+ },
996
+ {
997
+ indexed: true,
998
+ internalType: "address",
999
+ name: "rewardsToken",
1000
+ type: "address",
1001
+ },
1002
+ {
1003
+ indexed: false,
1004
+ internalType: "uint256",
1005
+ name: "reward",
1006
+ type: "uint256",
1007
+ },
1008
+ ],
1009
+ name: "RewardPaid",
1010
+ type: "event",
1011
+ },
1012
+ {
1013
+ anonymous: false,
1014
+ inputs: [
1015
+ {
1016
+ indexed: true,
1017
+ internalType: "address",
1018
+ name: "user",
1019
+ type: "address",
1020
+ },
1021
+ {
1022
+ indexed: false,
1023
+ internalType: "uint256",
1024
+ name: "amount",
1025
+ type: "uint256",
1026
+ },
1027
+ ],
1028
+ name: "Staked",
1029
+ type: "event",
1030
+ },
1031
+ {
1032
+ anonymous: false,
1033
+ inputs: [
1034
+ {
1035
+ indexed: true,
1036
+ internalType: "address",
1037
+ name: "from",
1038
+ type: "address",
1039
+ },
1040
+ {
1041
+ indexed: true,
1042
+ internalType: "address",
1043
+ name: "to",
1044
+ type: "address",
1045
+ },
1046
+ {
1047
+ indexed: false,
1048
+ internalType: "uint256",
1049
+ name: "amount",
1050
+ type: "uint256",
1051
+ },
1052
+ ],
1053
+ name: "Transfer",
1054
+ type: "event",
1055
+ },
1056
+ {
1057
+ anonymous: false,
1058
+ inputs: [
1059
+ {
1060
+ indexed: false,
1061
+ internalType: "uint256",
1062
+ name: "timestamp",
1063
+ type: "uint256",
1064
+ },
1065
+ {
1066
+ indexed: false,
1067
+ internalType: "uint256",
1068
+ name: "totalPoints",
1069
+ type: "uint256",
1070
+ },
1071
+ {
1072
+ indexed: false,
1073
+ internalType: "uint256",
1074
+ name: "protocolPoints",
1075
+ type: "uint256",
1076
+ },
1077
+ {
1078
+ indexed: false,
1079
+ internalType: "address",
1080
+ name: "account",
1081
+ type: "address",
1082
+ },
1083
+ {
1084
+ indexed: false,
1085
+ internalType: "uint256",
1086
+ name: "_userPoints",
1087
+ type: "uint256",
1088
+ },
1089
+ ],
1090
+ name: "UpdatePoints",
1091
+ type: "event",
1092
+ },
1093
+ {
1094
+ anonymous: false,
1095
+ inputs: [
1096
+ {
1097
+ indexed: true,
1098
+ internalType: "address",
1099
+ name: "user",
1100
+ type: "address",
1101
+ },
1102
+ {
1103
+ indexed: false,
1104
+ internalType: "uint256",
1105
+ name: "amount",
1106
+ type: "uint256",
1107
+ },
1108
+ ],
1109
+ name: "Withdrawn",
1110
+ type: "event",
1111
+ },
1112
+ {
1113
+ inputs: [],
1114
+ name: "_acceptAdmin",
1115
+ outputs: [],
1116
+ stateMutability: "nonpayable",
1117
+ type: "function",
1118
+ },
1119
+ {
1120
+ inputs: [
1121
+ {
1122
+ internalType: "uint256",
1123
+ name: "addAmount",
1124
+ type: "uint256",
1125
+ },
1126
+ ],
1127
+ name: "_addReserves",
1128
+ outputs: [],
1129
+ stateMutability: "nonpayable",
1130
+ type: "function",
1131
+ },
1132
+ {
1133
+ inputs: [
1134
+ {
1135
+ internalType: "uint256",
1136
+ name: "reduceAmount",
1137
+ type: "uint256",
1138
+ },
1139
+ ],
1140
+ name: "_reduceReserves",
1141
+ outputs: [],
1142
+ stateMutability: "nonpayable",
1143
+ type: "function",
1144
+ },
1145
+ {
1146
+ inputs: [
1147
+ {
1148
+ internalType: "address",
1149
+ name: "newComptroller",
1150
+ type: "address",
1151
+ },
1152
+ ],
1153
+ name: "_setComptroller",
1154
+ outputs: [],
1155
+ stateMutability: "nonpayable",
1156
+ type: "function",
1157
+ },
1158
+ {
1159
+ inputs: [
1160
+ {
1161
+ internalType: "uint256",
1162
+ name: "discountRateMantissa_",
1163
+ type: "uint256",
1164
+ },
1165
+ ],
1166
+ name: "_setDiscountRate",
1167
+ outputs: [
1168
+ {
1169
+ internalType: "uint256",
1170
+ name: "",
1171
+ type: "uint256",
1172
+ },
1173
+ ],
1174
+ stateMutability: "nonpayable",
1175
+ type: "function",
1176
+ },
1177
+ {
1178
+ inputs: [
1179
+ {
1180
+ internalType: "address",
1181
+ name: "newInterestRateModel",
1182
+ type: "address",
1183
+ },
1184
+ ],
1185
+ name: "_setInterestRateModel",
1186
+ outputs: [],
1187
+ stateMutability: "nonpayable",
1188
+ type: "function",
1189
+ },
1190
+ {
1191
+ inputs: [
1192
+ {
1193
+ internalType: "address payable",
1194
+ name: "newPendingAdmin",
1195
+ type: "address",
1196
+ },
1197
+ ],
1198
+ name: "_setPendingAdmin",
1199
+ outputs: [],
1200
+ stateMutability: "nonpayable",
1201
+ type: "function",
1202
+ },
1203
+ {
1204
+ inputs: [
1205
+ {
1206
+ internalType: "uint256",
1207
+ name: "newReserveFactorMantissa",
1208
+ type: "uint256",
1209
+ },
1210
+ ],
1211
+ name: "_setReserveFactor",
1212
+ outputs: [],
1213
+ stateMutability: "nonpayable",
1214
+ type: "function",
1215
+ },
1216
+ {
1217
+ inputs: [],
1218
+ name: "_syncUnderlyingBalance",
1219
+ outputs: [],
1220
+ stateMutability: "nonpayable",
1221
+ type: "function",
1222
+ },
1223
+ {
1224
+ inputs: [],
1225
+ name: "accrualBlockTimestamp",
1226
+ outputs: [
1227
+ {
1228
+ internalType: "uint256",
1229
+ name: "",
1230
+ type: "uint256",
1231
+ },
1232
+ ],
1233
+ stateMutability: "view",
1234
+ type: "function",
1235
+ },
1236
+ {
1237
+ inputs: [],
1238
+ name: "accrueInterest",
1239
+ outputs: [],
1240
+ stateMutability: "nonpayable",
1241
+ type: "function",
1242
+ },
1243
+ {
1244
+ inputs: [],
1245
+ name: "admin",
1246
+ outputs: [
1247
+ {
1248
+ internalType: "address payable",
1249
+ name: "",
1250
+ type: "address",
1251
+ },
1252
+ ],
1253
+ stateMutability: "view",
1254
+ type: "function",
1255
+ },
1256
+ {
1257
+ inputs: [
1258
+ {
1259
+ internalType: "address",
1260
+ name: "owner",
1261
+ type: "address",
1262
+ },
1263
+ {
1264
+ internalType: "address",
1265
+ name: "spender",
1266
+ type: "address",
1267
+ },
1268
+ ],
1269
+ name: "allowance",
1270
+ outputs: [
1271
+ {
1272
+ internalType: "uint256",
1273
+ name: "",
1274
+ type: "uint256",
1275
+ },
1276
+ ],
1277
+ stateMutability: "view",
1278
+ type: "function",
1279
+ },
1280
+ {
1281
+ inputs: [
1282
+ {
1283
+ internalType: "address",
1284
+ name: "spender",
1285
+ type: "address",
1286
+ },
1287
+ {
1288
+ internalType: "uint256",
1289
+ name: "amount",
1290
+ type: "uint256",
1291
+ },
1292
+ ],
1293
+ name: "approve",
1294
+ outputs: [
1295
+ {
1296
+ internalType: "bool",
1297
+ name: "",
1298
+ type: "bool",
1299
+ },
1300
+ ],
1301
+ stateMutability: "nonpayable",
1302
+ type: "function",
1303
+ },
1304
+ {
1305
+ inputs: [
1306
+ {
1307
+ internalType: "address",
1308
+ name: "owner",
1309
+ type: "address",
1310
+ },
1311
+ ],
1312
+ name: "balanceOf",
1313
+ outputs: [
1314
+ {
1315
+ internalType: "uint256",
1316
+ name: "",
1317
+ type: "uint256",
1318
+ },
1319
+ ],
1320
+ stateMutability: "view",
1321
+ type: "function",
1322
+ },
1323
+ {
1324
+ inputs: [
1325
+ {
1326
+ internalType: "address",
1327
+ name: "owner",
1328
+ type: "address",
1329
+ },
1330
+ ],
1331
+ name: "balanceOfUnderlying",
1332
+ outputs: [
1333
+ {
1334
+ internalType: "uint256",
1335
+ name: "",
1336
+ type: "uint256",
1337
+ },
1338
+ ],
1339
+ stateMutability: "nonpayable",
1340
+ type: "function",
1341
+ },
1342
+ {
1343
+ inputs: [
1344
+ {
1345
+ internalType: "uint256",
1346
+ name: "borrowAmount",
1347
+ type: "uint256",
1348
+ },
1349
+ ],
1350
+ name: "borrow",
1351
+ outputs: [],
1352
+ stateMutability: "nonpayable",
1353
+ type: "function",
1354
+ },
1355
+ {
1356
+ inputs: [
1357
+ {
1358
+ internalType: "address",
1359
+ name: "borrower",
1360
+ type: "address",
1361
+ },
1362
+ {
1363
+ internalType: "uint256",
1364
+ name: "borrowAmount",
1365
+ type: "uint256",
1366
+ },
1367
+ ],
1368
+ name: "borrowAndDepositBack",
1369
+ outputs: [],
1370
+ stateMutability: "nonpayable",
1371
+ type: "function",
1372
+ },
1373
+ {
1374
+ inputs: [
1375
+ {
1376
+ internalType: "address",
1377
+ name: "account",
1378
+ type: "address",
1379
+ },
1380
+ ],
1381
+ name: "borrowBalanceCurrent",
1382
+ outputs: [
1383
+ {
1384
+ internalType: "uint256",
1385
+ name: "",
1386
+ type: "uint256",
1387
+ },
1388
+ ],
1389
+ stateMutability: "nonpayable",
1390
+ type: "function",
1391
+ },
1392
+ {
1393
+ inputs: [
1394
+ {
1395
+ internalType: "address",
1396
+ name: "account",
1397
+ type: "address",
1398
+ },
1399
+ ],
1400
+ name: "borrowBalanceStored",
1401
+ outputs: [
1402
+ {
1403
+ internalType: "uint256",
1404
+ name: "",
1405
+ type: "uint256",
1406
+ },
1407
+ ],
1408
+ stateMutability: "view",
1409
+ type: "function",
1410
+ },
1411
+ {
1412
+ inputs: [],
1413
+ name: "borrowIndex",
1414
+ outputs: [
1415
+ {
1416
+ internalType: "uint256",
1417
+ name: "",
1418
+ type: "uint256",
1419
+ },
1420
+ ],
1421
+ stateMutability: "view",
1422
+ type: "function",
1423
+ },
1424
+ {
1425
+ inputs: [],
1426
+ name: "borrowRatePerBlock",
1427
+ outputs: [
1428
+ {
1429
+ internalType: "uint256",
1430
+ name: "",
1431
+ type: "uint256",
1432
+ },
1433
+ ],
1434
+ stateMutability: "view",
1435
+ type: "function",
1436
+ },
1437
+ {
1438
+ inputs: [
1439
+ {
1440
+ internalType: "address",
1441
+ name: "_user",
1442
+ type: "address",
1443
+ },
1444
+ ],
1445
+ name: "claim",
1446
+ outputs: [],
1447
+ stateMutability: "nonpayable",
1448
+ type: "function",
1449
+ },
1450
+ {
1451
+ inputs: [
1452
+ {
1453
+ internalType: "address",
1454
+ name: "_to",
1455
+ type: "address",
1456
+ },
1457
+ ],
1458
+ name: "claimProtocolRewards",
1459
+ outputs: [],
1460
+ stateMutability: "nonpayable",
1461
+ type: "function",
1462
+ },
1463
+ {
1464
+ inputs: [],
1465
+ name: "comptroller",
1466
+ outputs: [
1467
+ {
1468
+ internalType: "address",
1469
+ name: "",
1470
+ type: "address",
1471
+ },
1472
+ ],
1473
+ stateMutability: "view",
1474
+ type: "function",
1475
+ },
1476
+ {
1477
+ inputs: [],
1478
+ name: "decimals",
1479
+ outputs: [
1480
+ {
1481
+ internalType: "uint8",
1482
+ name: "",
1483
+ type: "uint8",
1484
+ },
1485
+ ],
1486
+ stateMutability: "view",
1487
+ type: "function",
1488
+ },
1489
+ {
1490
+ inputs: [],
1491
+ name: "discountRateMantissa",
1492
+ outputs: [
1493
+ {
1494
+ internalType: "uint256",
1495
+ name: "",
1496
+ type: "uint256",
1497
+ },
1498
+ ],
1499
+ stateMutability: "view",
1500
+ type: "function",
1501
+ },
1502
+ {
1503
+ inputs: [
1504
+ {
1505
+ internalType: "address",
1506
+ name: "account",
1507
+ type: "address",
1508
+ },
1509
+ ],
1510
+ name: "earned",
1511
+ outputs: [
1512
+ {
1513
+ components: [
1514
+ {
1515
+ internalType: "address",
1516
+ name: "token",
1517
+ type: "address",
1518
+ },
1519
+ {
1520
+ internalType: "uint256",
1521
+ name: "amount",
1522
+ type: "uint256",
1523
+ },
1524
+ ],
1525
+ internalType: "struct IInfraredVault.UserReward[]",
1526
+ name: "",
1527
+ type: "tuple[]",
1528
+ },
1529
+ ],
1530
+ stateMutability: "view",
1531
+ type: "function",
1532
+ },
1533
+ {
1534
+ inputs: [],
1535
+ name: "exchangeRateCurrent",
1536
+ outputs: [
1537
+ {
1538
+ internalType: "uint256",
1539
+ name: "",
1540
+ type: "uint256",
1541
+ },
1542
+ ],
1543
+ stateMutability: "nonpayable",
1544
+ type: "function",
1545
+ },
1546
+ {
1547
+ inputs: [],
1548
+ name: "exchangeRateStored",
1549
+ outputs: [
1550
+ {
1551
+ internalType: "uint256",
1552
+ name: "",
1553
+ type: "uint256",
1554
+ },
1555
+ ],
1556
+ stateMutability: "view",
1557
+ type: "function",
1558
+ },
1559
+ {
1560
+ inputs: [
1561
+ {
1562
+ internalType: "address",
1563
+ name: "account",
1564
+ type: "address",
1565
+ },
1566
+ ],
1567
+ name: "getAccountSnapshot",
1568
+ outputs: [
1569
+ {
1570
+ internalType: "uint256",
1571
+ name: "",
1572
+ type: "uint256",
1573
+ },
1574
+ {
1575
+ internalType: "uint256",
1576
+ name: "",
1577
+ type: "uint256",
1578
+ },
1579
+ {
1580
+ internalType: "uint256",
1581
+ name: "",
1582
+ type: "uint256",
1583
+ },
1584
+ {
1585
+ internalType: "uint256",
1586
+ name: "",
1587
+ type: "uint256",
1588
+ },
1589
+ ],
1590
+ stateMutability: "view",
1591
+ type: "function",
1592
+ },
1593
+ {
1594
+ inputs: [],
1595
+ name: "getCash",
1596
+ outputs: [
1597
+ {
1598
+ internalType: "uint256",
1599
+ name: "",
1600
+ type: "uint256",
1601
+ },
1602
+ ],
1603
+ stateMutability: "view",
1604
+ type: "function",
1605
+ },
1606
+ {
1607
+ inputs: [
1608
+ {
1609
+ internalType: "address",
1610
+ name: "underlying_",
1611
+ type: "address",
1612
+ },
1613
+ {
1614
+ internalType: "address",
1615
+ name: "comptroller_",
1616
+ type: "address",
1617
+ },
1618
+ {
1619
+ internalType: "address",
1620
+ name: "interestRateModel_",
1621
+ type: "address",
1622
+ },
1623
+ {
1624
+ internalType: "uint256",
1625
+ name: "initialExchangeRateMantissa_",
1626
+ type: "uint256",
1627
+ },
1628
+ {
1629
+ internalType: "string",
1630
+ name: "name_",
1631
+ type: "string",
1632
+ },
1633
+ {
1634
+ internalType: "string",
1635
+ name: "symbol_",
1636
+ type: "string",
1637
+ },
1638
+ {
1639
+ internalType: "uint8",
1640
+ name: "decimals_",
1641
+ type: "uint8",
1642
+ },
1643
+ {
1644
+ internalType: "address payable",
1645
+ name: "admin_",
1646
+ type: "address",
1647
+ },
1648
+ ],
1649
+ name: "initialize",
1650
+ outputs: [],
1651
+ stateMutability: "nonpayable",
1652
+ type: "function",
1653
+ },
1654
+ {
1655
+ inputs: [
1656
+ {
1657
+ internalType: "address",
1658
+ name: "underlying_",
1659
+ type: "address",
1660
+ },
1661
+ {
1662
+ internalType: "address",
1663
+ name: "comptroller_",
1664
+ type: "address",
1665
+ },
1666
+ {
1667
+ internalType: "address",
1668
+ name: "interestRateModel_",
1669
+ type: "address",
1670
+ },
1671
+ {
1672
+ internalType: "uint256",
1673
+ name: "initialExchangeRateMantissa_",
1674
+ type: "uint256",
1675
+ },
1676
+ {
1677
+ internalType: "string",
1678
+ name: "name_",
1679
+ type: "string",
1680
+ },
1681
+ {
1682
+ internalType: "string",
1683
+ name: "symbol_",
1684
+ type: "string",
1685
+ },
1686
+ {
1687
+ internalType: "uint8",
1688
+ name: "decimals_",
1689
+ type: "uint8",
1690
+ },
1691
+ {
1692
+ internalType: "address payable",
1693
+ name: "admin_",
1694
+ type: "address",
1695
+ },
1696
+ {
1697
+ internalType: "address",
1698
+ name: "infraredVault_",
1699
+ type: "address",
1700
+ },
1701
+ ],
1702
+ name: "initialize",
1703
+ outputs: [],
1704
+ stateMutability: "nonpayable",
1705
+ type: "function",
1706
+ },
1707
+ {
1708
+ inputs: [],
1709
+ name: "interestRateModel",
1710
+ outputs: [
1711
+ {
1712
+ internalType: "address",
1713
+ name: "",
1714
+ type: "address",
1715
+ },
1716
+ ],
1717
+ stateMutability: "view",
1718
+ type: "function",
1719
+ },
1720
+ {
1721
+ inputs: [],
1722
+ name: "isCEther",
1723
+ outputs: [
1724
+ {
1725
+ internalType: "bool",
1726
+ name: "",
1727
+ type: "bool",
1728
+ },
1729
+ ],
1730
+ stateMutability: "pure",
1731
+ type: "function",
1732
+ },
1733
+ {
1734
+ inputs: [],
1735
+ name: "isCEtherDeprecated",
1736
+ outputs: [
1737
+ {
1738
+ internalType: "bool",
1739
+ name: "",
1740
+ type: "bool",
1741
+ },
1742
+ ],
1743
+ stateMutability: "view",
1744
+ type: "function",
1745
+ },
1746
+ {
1747
+ inputs: [],
1748
+ name: "isCToken",
1749
+ outputs: [
1750
+ {
1751
+ internalType: "bool",
1752
+ name: "",
1753
+ type: "bool",
1754
+ },
1755
+ ],
1756
+ stateMutability: "pure",
1757
+ type: "function",
1758
+ },
1759
+ {
1760
+ inputs: [],
1761
+ name: "isCTokenDeprecated",
1762
+ outputs: [
1763
+ {
1764
+ internalType: "bool",
1765
+ name: "",
1766
+ type: "bool",
1767
+ },
1768
+ ],
1769
+ stateMutability: "view",
1770
+ type: "function",
1771
+ },
1772
+ {
1773
+ inputs: [
1774
+ {
1775
+ internalType: "address",
1776
+ name: "borrower",
1777
+ type: "address",
1778
+ },
1779
+ {
1780
+ internalType: "uint256",
1781
+ name: "repayAmount",
1782
+ type: "uint256",
1783
+ },
1784
+ {
1785
+ internalType: "address",
1786
+ name: "cTokenCollateral",
1787
+ type: "address",
1788
+ },
1789
+ ],
1790
+ name: "liquidateBorrow",
1791
+ outputs: [],
1792
+ stateMutability: "nonpayable",
1793
+ type: "function",
1794
+ },
1795
+ {
1796
+ inputs: [
1797
+ {
1798
+ internalType: "address",
1799
+ name: "cTokenCollateral",
1800
+ type: "address",
1801
+ },
1802
+ {
1803
+ internalType: "uint256",
1804
+ name: "actualRepayAmount",
1805
+ type: "uint256",
1806
+ },
1807
+ ],
1808
+ name: "liquidateCalculateSeizeTokens",
1809
+ outputs: [
1810
+ {
1811
+ internalType: "uint256",
1812
+ name: "",
1813
+ type: "uint256",
1814
+ },
1815
+ {
1816
+ internalType: "uint256",
1817
+ name: "",
1818
+ type: "uint256",
1819
+ },
1820
+ ],
1821
+ stateMutability: "view",
1822
+ type: "function",
1823
+ },
1824
+ {
1825
+ inputs: [
1826
+ {
1827
+ internalType: "uint256",
1828
+ name: "mintAmount",
1829
+ type: "uint256",
1830
+ },
1831
+ ],
1832
+ name: "mint",
1833
+ outputs: [],
1834
+ stateMutability: "nonpayable",
1835
+ type: "function",
1836
+ },
1837
+ {
1838
+ inputs: [
1839
+ {
1840
+ internalType: "uint256",
1841
+ name: "mintAmount",
1842
+ type: "uint256",
1843
+ },
1844
+ {
1845
+ internalType: "uint256",
1846
+ name: "deadline",
1847
+ type: "uint256",
1848
+ },
1849
+ {
1850
+ internalType: "bytes",
1851
+ name: "signature",
1852
+ type: "bytes",
1853
+ },
1854
+ ],
1855
+ name: "mintWithPermit",
1856
+ outputs: [],
1857
+ stateMutability: "nonpayable",
1858
+ type: "function",
1859
+ },
1860
+ {
1861
+ inputs: [],
1862
+ name: "name",
1863
+ outputs: [
1864
+ {
1865
+ internalType: "string",
1866
+ name: "",
1867
+ type: "string",
1868
+ },
1869
+ ],
1870
+ stateMutability: "view",
1871
+ type: "function",
1872
+ },
1873
+ {
1874
+ inputs: [],
1875
+ name: "pendingAdmin",
1876
+ outputs: [
1877
+ {
1878
+ internalType: "address payable",
1879
+ name: "",
1880
+ type: "address",
1881
+ },
1882
+ ],
1883
+ stateMutability: "view",
1884
+ type: "function",
1885
+ },
1886
+ {
1887
+ inputs: [],
1888
+ name: "percentScale",
1889
+ outputs: [
1890
+ {
1891
+ internalType: "uint256",
1892
+ name: "",
1893
+ type: "uint256",
1894
+ },
1895
+ ],
1896
+ stateMutability: "view",
1897
+ type: "function",
1898
+ },
1899
+ {
1900
+ inputs: [
1901
+ {
1902
+ internalType: "address",
1903
+ name: "account",
1904
+ type: "address",
1905
+ },
1906
+ ],
1907
+ name: "points",
1908
+ outputs: [
1909
+ {
1910
+ internalType: "uint256",
1911
+ name: "",
1912
+ type: "uint256",
1913
+ },
1914
+ {
1915
+ internalType: "uint256",
1916
+ name: "",
1917
+ type: "uint256",
1918
+ },
1919
+ {
1920
+ internalType: "uint256",
1921
+ name: "",
1922
+ type: "uint256",
1923
+ },
1924
+ {
1925
+ internalType: "uint256",
1926
+ name: "",
1927
+ type: "uint256",
1928
+ },
1929
+ {
1930
+ internalType: "uint256",
1931
+ name: "",
1932
+ type: "uint256",
1933
+ },
1934
+ ],
1935
+ stateMutability: "view",
1936
+ type: "function",
1937
+ },
1938
+ {
1939
+ inputs: [],
1940
+ name: "protocolSeizeShareMantissa",
1941
+ outputs: [
1942
+ {
1943
+ internalType: "uint256",
1944
+ name: "",
1945
+ type: "uint256",
1946
+ },
1947
+ ],
1948
+ stateMutability: "view",
1949
+ type: "function",
1950
+ },
1951
+ {
1952
+ inputs: [
1953
+ {
1954
+ internalType: "uint256",
1955
+ name: "redeemTokens",
1956
+ type: "uint256",
1957
+ },
1958
+ ],
1959
+ name: "redeem",
1960
+ outputs: [],
1961
+ stateMutability: "nonpayable",
1962
+ type: "function",
1963
+ },
1964
+ {
1965
+ inputs: [
1966
+ {
1967
+ internalType: "uint256",
1968
+ name: "redeemAmount",
1969
+ type: "uint256",
1970
+ },
1971
+ ],
1972
+ name: "redeemUnderlying",
1973
+ outputs: [],
1974
+ stateMutability: "nonpayable",
1975
+ type: "function",
1976
+ },
1977
+ {
1978
+ inputs: [
1979
+ {
1980
+ internalType: "uint256",
1981
+ name: "repayAmount",
1982
+ type: "uint256",
1983
+ },
1984
+ ],
1985
+ name: "repayBorrow",
1986
+ outputs: [],
1987
+ stateMutability: "nonpayable",
1988
+ type: "function",
1989
+ },
1990
+ {
1991
+ inputs: [
1992
+ {
1993
+ internalType: "address",
1994
+ name: "borrower",
1995
+ type: "address",
1996
+ },
1997
+ {
1998
+ internalType: "uint256",
1999
+ name: "repayAmount",
2000
+ type: "uint256",
2001
+ },
2002
+ ],
2003
+ name: "repayBorrowBehalf",
2004
+ outputs: [],
2005
+ stateMutability: "nonpayable",
2006
+ type: "function",
2007
+ },
2008
+ {
2009
+ inputs: [
2010
+ {
2011
+ internalType: "uint256",
2012
+ name: "repayAmount",
2013
+ type: "uint256",
2014
+ },
2015
+ {
2016
+ internalType: "uint256",
2017
+ name: "deadline",
2018
+ type: "uint256",
2019
+ },
2020
+ {
2021
+ internalType: "bytes",
2022
+ name: "signature",
2023
+ type: "bytes",
2024
+ },
2025
+ ],
2026
+ name: "repayBorrowWithPermit",
2027
+ outputs: [],
2028
+ stateMutability: "nonpayable",
2029
+ type: "function",
2030
+ },
2031
+ {
2032
+ inputs: [],
2033
+ name: "reserveFactorMantissa",
2034
+ outputs: [
2035
+ {
2036
+ internalType: "uint256",
2037
+ name: "",
2038
+ type: "uint256",
2039
+ },
2040
+ ],
2041
+ stateMutability: "view",
2042
+ type: "function",
2043
+ },
2044
+ {
2045
+ inputs: [
2046
+ {
2047
+ internalType: "address",
2048
+ name: "liquidator",
2049
+ type: "address",
2050
+ },
2051
+ {
2052
+ internalType: "address",
2053
+ name: "borrower",
2054
+ type: "address",
2055
+ },
2056
+ {
2057
+ internalType: "uint256",
2058
+ name: "seizeTokens",
2059
+ type: "uint256",
2060
+ },
2061
+ {
2062
+ internalType: "uint256",
2063
+ name: "seizeProfitTokens",
2064
+ type: "uint256",
2065
+ },
2066
+ {
2067
+ internalType: "bool",
2068
+ name: "isRedemption",
2069
+ type: "bool",
2070
+ },
2071
+ {
2072
+ internalType: "uint256",
2073
+ name: "redemptionRateMantissa",
2074
+ type: "uint256",
2075
+ },
2076
+ ],
2077
+ name: "seize",
2078
+ outputs: [],
2079
+ stateMutability: "nonpayable",
2080
+ type: "function",
2081
+ },
2082
+ {
2083
+ inputs: [
2084
+ {
2085
+ internalType: "address",
2086
+ name: "account",
2087
+ type: "address",
2088
+ },
2089
+ ],
2090
+ name: "shareOf",
2091
+ outputs: [
2092
+ {
2093
+ internalType: "uint256",
2094
+ name: "_share",
2095
+ type: "uint256",
2096
+ },
2097
+ ],
2098
+ stateMutability: "view",
2099
+ type: "function",
2100
+ },
2101
+ {
2102
+ inputs: [],
2103
+ name: "supplyRatePerBlock",
2104
+ outputs: [
2105
+ {
2106
+ internalType: "uint256",
2107
+ name: "",
2108
+ type: "uint256",
2109
+ },
2110
+ ],
2111
+ stateMutability: "view",
2112
+ type: "function",
2113
+ },
2114
+ {
2115
+ inputs: [
2116
+ {
2117
+ internalType: "contract IEIP20NonStandard",
2118
+ name: "token",
2119
+ type: "address",
2120
+ },
2121
+ ],
2122
+ name: "sweepToken",
2123
+ outputs: [],
2124
+ stateMutability: "nonpayable",
2125
+ type: "function",
2126
+ },
2127
+ {
2128
+ inputs: [],
2129
+ name: "symbol",
2130
+ outputs: [
2131
+ {
2132
+ internalType: "string",
2133
+ name: "",
2134
+ type: "string",
2135
+ },
2136
+ ],
2137
+ stateMutability: "view",
2138
+ type: "function",
2139
+ },
2140
+ {
2141
+ inputs: [],
2142
+ name: "tokenType",
2143
+ outputs: [
2144
+ {
2145
+ internalType: "enum CToken.CTokenType",
2146
+ name: "",
2147
+ type: "uint8",
2148
+ },
2149
+ ],
2150
+ stateMutability: "pure",
2151
+ type: "function",
2152
+ },
2153
+ {
2154
+ inputs: [],
2155
+ name: "totalBorrows",
2156
+ outputs: [
2157
+ {
2158
+ internalType: "uint256",
2159
+ name: "",
2160
+ type: "uint256",
2161
+ },
2162
+ ],
2163
+ stateMutability: "view",
2164
+ type: "function",
2165
+ },
2166
+ {
2167
+ inputs: [],
2168
+ name: "totalBorrowsCurrent",
2169
+ outputs: [
2170
+ {
2171
+ internalType: "uint256",
2172
+ name: "",
2173
+ type: "uint256",
2174
+ },
2175
+ ],
2176
+ stateMutability: "nonpayable",
2177
+ type: "function",
2178
+ },
2179
+ {
2180
+ inputs: [],
2181
+ name: "totalReserves",
2182
+ outputs: [
2183
+ {
2184
+ internalType: "uint256",
2185
+ name: "",
2186
+ type: "uint256",
2187
+ },
2188
+ ],
2189
+ stateMutability: "view",
2190
+ type: "function",
2191
+ },
2192
+ {
2193
+ inputs: [],
2194
+ name: "totalSupply",
2195
+ outputs: [
2196
+ {
2197
+ internalType: "uint256",
2198
+ name: "",
2199
+ type: "uint256",
2200
+ },
2201
+ ],
2202
+ stateMutability: "view",
2203
+ type: "function",
2204
+ },
2205
+ {
2206
+ inputs: [
2207
+ {
2208
+ internalType: "address",
2209
+ name: "dst",
2210
+ type: "address",
2211
+ },
2212
+ {
2213
+ internalType: "uint256",
2214
+ name: "amount",
2215
+ type: "uint256",
2216
+ },
2217
+ ],
2218
+ name: "transfer",
2219
+ outputs: [
2220
+ {
2221
+ internalType: "bool",
2222
+ name: "",
2223
+ type: "bool",
2224
+ },
2225
+ ],
2226
+ stateMutability: "nonpayable",
2227
+ type: "function",
2228
+ },
2229
+ {
2230
+ inputs: [
2231
+ {
2232
+ internalType: "address",
2233
+ name: "src",
2234
+ type: "address",
2235
+ },
2236
+ {
2237
+ internalType: "address",
2238
+ name: "dst",
2239
+ type: "address",
2240
+ },
2241
+ {
2242
+ internalType: "uint256",
2243
+ name: "amount",
2244
+ type: "uint256",
2245
+ },
2246
+ ],
2247
+ name: "transferFrom",
2248
+ outputs: [
2249
+ {
2250
+ internalType: "bool",
2251
+ name: "",
2252
+ type: "bool",
2253
+ },
2254
+ ],
2255
+ stateMutability: "nonpayable",
2256
+ type: "function",
2257
+ },
2258
+ {
2259
+ inputs: [],
2260
+ name: "underlying",
2261
+ outputs: [
2262
+ {
2263
+ internalType: "address",
2264
+ name: "",
2265
+ type: "address",
2266
+ },
2267
+ ],
2268
+ stateMutability: "view",
2269
+ type: "function",
2270
+ },
2271
+ {
2272
+ inputs: [],
2273
+ name: "underlyingBalance",
2274
+ outputs: [
2275
+ {
2276
+ internalType: "uint256",
2277
+ name: "",
2278
+ type: "uint256",
2279
+ },
2280
+ ],
2281
+ stateMutability: "view",
2282
+ type: "function",
2283
+ },
2284
+ ];
2285
+ const _bytecode = "0x6080806040523460c957670de0b6b3a76400006011556047549060ff8260081c166077575060ff80821610603d575b604051615e7490816100cf8239f35b60ff90811916176047557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a138602e565b62461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b600080fdfe6080604052600436101561001257600080fd5b60003560e01c80628cc2621461045157806306fdde031461044c5780630786f22314610447578063095ea7b3146104425780630e7527021461043d578063134131a214610438578063173b99041461043357806317bfdfbc1461042e57806318160ddd14610429578063182df0f5146104245780631be195601461041f5780631e83409a1461041a57806321e5e2c41461041557806323b872dd146104105780632608f8181461040b57806326782247146104065780632826c1a1146104015780632d7183f6146103fc57806330fa738c146103f7578063313ce567146103f2578063358b8166146103ed5780633af9e669146103e85780633b1d21a2146103c55780633e941010146103e35780634000fbad146103de57806341e34006146103d957806342f3251a146103d45780634576b5db146103cf57806347bd3718146103ca57806359356c5c146103c55780635fe3b567146103c0578063601a0bf1146103bb5780636752e702146103b65780636f307dc3146103b157806370a08231146103ac57806373acee98146103a7578063852a12e3146103a25780638f840ddd1461039d57806395d89b411461039857806395dd9193146103935780639b1a5bf41461038e5780639e21164114610389578063a0712d6814610384578063a6afed951461037f578063a9059cbb1461037a578063aa5af0fd14610375578063ac784ddc14610370578063ae9d70b01461036b578063b586638214610366578063b71d1a0c14610361578063bd6d894d1461035c578063c37f68e214610357578063c5ebeaec14610352578063c6c02aec1461034d578063cfa9920114610348578063d4af8de214610343578063db006a751461033e578063dd62ed3e14610339578063e31bc45414610334578063e9c714f21461032f578063eac1fed01461032a578063f2b3abbd14610325578063f3fdb15a14610320578063f5e3c4621461031b578063f851a44014610316578063f8f9da2814610311578063fca7820b1461030c5763fe9c44ae1461030757600080fd5b612af9565b612a31565b6129d8565b6129ab565b6125d0565b6125a7565b61249e565b61247d565b612346565b6122aa565b612247565b612207565b612171565b612120565b612018565b611e3b565b611dc8565b611dad565b611cfe565b611c62565b611bbf565b611ba3565b611b85565b611b3f565b611b26565b611a42565b6119c3565b6119a0565b61197e565b6118d6565b6118b8565b611771565b61171f565b6116e2565b6116b5565b611692565b611579565b611550565b61126a565b611532565b61142c565b61140e565b6113d3565b611365565b611288565b611200565b611191565b611170565b611154565b6110ac565b610fe4565b610f17565b610eb6565b610e48565b610e26565b610cf5565b610b71565b610b4e565b610b30565b610acd565b610aaf565b610916565b6108f8565b610868565b610842565b610766565b6104d8565b6001600160a01b0381160361046757565b600080fd5b6044359061047982610456565b565b610104359061047982610456565b602060408183019282815284518094520192019060005b8181106104ad5750505090565b825180516001600160a01b0316855260209081015181860152604090940193909201916001016104a0565b34610467576020366003190112610467576104fd6004356104f881610456565b612db8565b60475461051d9060101c6001600160a01b03165b6001600160a01b031690565b60405163150b82a360e11b815230600482015290600090829060249082905afa90811561062257600091610639575b5060005b81518110156106275761057a61051161051161056c8486612bdd565b51516001600160a01b031690565b6040516370a0823160e01b81523060048201529190602090839060249082905afa918215610622576105d36105cd6001946105df936000916105f4575b5060206105c48689612bdd565b51015190612c41565b86612c6e565b655af3107a4000900490565b60206105eb8386612bdd565b51015201610550565b610615915060203d811161061b575b61060d81836106f0565b810190612c07565b386105b7565b503d610603565b612bd1565b604051806106358482610489565b0390f35b610654913d8091833e61064c81836106f0565b810190612b2c565b3861054c565b600091031261046757565b90600182811c92168015610695575b602083101461067f57565b634e487b7160e01b600052602260045260246000fd5b91607f1691610674565b634e487b7160e01b600052604160045260246000fd5b602081019081106001600160401b038211176106d057604052565b61069f565b604081019081106001600160401b038211176106d057604052565b90601f801991011681019081106001600160401b038211176106d057604052565b919082519283825260005b84811061073d575050826000602080949584010152601f8019910116010190565b8060208092840101518282860101520161071c565b906020610763928181520190610711565b90565b34610467576000366003190112610467576040516001546000908161078a82610665565b808552916001811690811561081b57506001146107be575b610635846107b2818603826106f0565b60405191829182610752565b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b808210610801575090915081016020016107b2826107a2565b9192600181602092548385880101520191019092916107e8565b60ff191660208087019190915292151560051b850190920192506107b291508390506107a2565b3461046757600036600319011261046757602060ff60005460081c166040519015158152f35b346104675760403660031901126104675760043561088581610456565b6024359033600052600f602052816108b38260406000209060018060a01b0316600052602052604060002090565b556040519182526001600160a01b03169033907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590602090a360405160018152602090f35b34610467576020366003190112610467576109146004356137d0565b005b346104675760403660031901126104675760043561093381610456565b60243560005461094860ff8260101c16612ca1565b62ff00001916600055604051637f4e225760e11b8152602081600481335afa90811561062257600091610a90575b50610a7f5760055461099290610511906001600160a01b031681565b604051637bca031760e11b8152336004820152602081602481855afa90811561062257600091610a60575b5015610a2057604051637bca031760e11b815230600482015290602090829060249082905afa90811561062257600091610a31575b5015610a2057610a0a916001600160a01b03166137fe565b6109146201000062ff0000196000541617600055565b6334b04fe360e11b60005260046000fd5b610a53915060203d602011610a59575b610a4b81836106f0565b810190612cda565b386109f2565b503d610a41565b610a79915060203d602011610a5957610a4b81836106f0565b386109bd565b634a8af12d60e01b60005260046000fd5b610aa9915060203d602011610a5957610a4b81836106f0565b38610976565b34610467576000366003190112610467576020600854604051908152f35b34610467576020366003190112610467576020610b17600435610aef81610456565b600054610b0160ff8260101c16612ca1565b62ff00001916600055610b126132ff565b6147e5565b6201000062ff0000196000541617600055604051908152f35b34610467576000366003190112610467576020600d54604051908152f35b34610467576000366003190112610467576020610b696139ff565b604051908152f35b3461046757602036600319011261046757600435610b8e81610456565b60035490600882901c6001600160a01b03163303610ce4576000546001600160a01b0391821691610bc29160181c16610511565b8114610cd357610bd0613a56565b60005b8151811015610c175782610bfa610511610bed8486612bdd565b516001600160a01b031690565b14610c0757600101610bd3565b62c5bbdf60e01b60005260046000fd5b6040516370a0823160e01b8152306004820152839085602082602481865afa91821561062257600092610cae575b5060081c6001600160a01b03165b90823b156104675760405163a9059cbb60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af1801561062257610c9957005b80610ca86000610914936106f0565b8061065a565b610c53919250610ccc9060203d60201161061b5761060d81836106f0565b9190610c45565b632f028cfb60e01b60005260046000fd5b634755657960e01b60005260046000fd5b3461046757602036600319011261046757600435610d1281610456565b600054610d2460ff8260101c16612ca1565b62ff00001916600055610d378142613bf5565b6001600160a01b038316600090815260486020526040902090600182015555610d79610d6f610d74610d6842613cae565b604b559092565b604a55565b604955565b6001600160a01b038116600090815260486020526040902060010154604b5403610e1557610a0a90600080516020615e1f833981519152604954604a5490610e0d610dd68560018060a01b03166000526048602052604060002090565b546040805142815260208101949094528301939093526001600160a01b0385166060830152608082019290925290819060a0820190565b0390a1613d64565b63293e5d4b60e01b60005260046000fd5b34610467576020366003190112610467576020610b696004356104f881610456565b3461046757606036600319011261046757610e99600435610e6881610456565b602435610e7481610456565b60443591600054610e8a60ff8260101c16612ca1565b62ff000019166000553361406d565b6000805462ff000019166201000017905560405190158152602090f35b3461046757604036600319011261046757610f03600435610ed681610456565b60243590600054610eec60ff8260101c16612ca1565b62ff00001916600055610efd6132ff565b33614bd1565b506000805462ff0000191662010000179055005b34610467576000366003190112610467576004546040516001600160a01b039091168152602090f35b604051906104796020836106f0565b6001600160401b0381116106d057601f01601f191660200190565b929192610f7682610f4f565b91610f8460405193846106f0565b829481845281830111610467578281602093846000960137010152565b6060600319820112610467576004359160243591604435906001600160401b03821161046757806023830112156104675781602461076393600401359101610f6a565b3461046757610ff236610fa1565b60005460181c6001600160a01b03169190823b15610467576110319260009283604051809681958294639fd5a6cf60e01b84528a303360048701612e01565b03925af1801561062257611088575b6109146110708360005461105960ff8260101c16612ca1565b62ff0000191660005561106a6132ff565b33614def565b90506201000062ff0000196000541617600055614249565b80611095600080936106f0565b8003126104675738611040565b8015150361046757565b346104675760c0366003190112610467576111286004356110cc81610456565b6024356110d881610456565b60443560643590608435926110ec846110a2565b60a4359460005461110260ff8260101c16612ca1565b62ff00001916600055851561114b575b670de0b6b3a7640000861161113b575b33614568565b6000805462ff0000191662010000179055005b670de0b6b3a76400009550611122565b60009550611112565b3461046757600036600319011261046757602060405160038152f35b3461046757600036600319011261046757602060ff60035416604051908152f35b34610467576020366003190112610467576004356111ae81610456565b604b54604954604a546001600160a01b0390931660009081526048602090815260409182902060018101549054835195865291850193909352908301939093526060820152608081019190915260a090f35b34610467576020366003190112610467576020670de0b6b3a764000061126060043561122b81610456565b611233613468565b9060405191611241836106b5565b82526001600160a01b03166000908152600e8552604090205490614820565b5104604051908152f35b34610467576000366003190112610467576020601254604051908152f35b34610467576020366003190112610467576004356000546112ae60ff8260101c16612ca1565b62ff000019166000556112bf6132ff565b6014544203611354576112d29033615768565b600c548181019081811161134f57811061133e57600c8190556040805133815260208101939093528201527fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59080606081015b0390a16109146201000062ff0000196000541617600055565b6335c973c760e21b60005260046000fd5b612c16565b639d4e8c1b60e01b60005260046000fd5b34610467576020366003190112610467576003546004359060081c6001600160a01b03163303610ce457601180549082905560408051918252602082018390527f68e61dbc80efc8af787740901509a321d0fc29f4e432fae6c4e175867b96144391a1604051908152602090f35b34610467576040366003190112610467576113fc6004356113f381610456565b60243590612f5e565b60408051928352602083019190915290f35b34610467576000366003190112610467576020601154604051908152f35b346104675760203660031901126104675760043561144981610456565b60035460081c6001600160a01b03163303610ce4576005546001600160a01b0316604051623f1ee960e11b81529091906020816004816001600160a01b0386165afa90811561062257600091611513575b501561150257600580546001600160a01b0319166001600160a01b0383161790557f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d915b604080516001600160a01b039283168152929091166020830152819081015b0390a1005b6383aebebd60e01b60005260046000fd5b61152c915060203d602011610a5957610a4b81836106f0565b3861149a565b34610467576000366003190112610467576020600b54604051908152f35b34610467576000366003190112610467576005546040516001600160a01b039091168152602090f35b34610467576020366003190112610467576004356115956132ff565b60035460081c6001600160a01b03163303610ce4576000546115bc60ff8260101c16612ca1565b62ff00001916600055601454420361168157806012541061167057600c549081811161165f5780820391821161134f57816116177f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e93600c55565b60035461163190839060081c6001600160a01b0316615631565b6003546040805160089290921c6001600160a01b031682526020820193909352918201528060608101611325565b63152125f760e21b60005260046000fd5b633345e99960e01b60005260046000fd5b631747e30360e21b60005260046000fd5b34610467576000366003190112610467576020604051670429d069189e00008152f35b346104675760003660031901126104675760005460405160189190911c6001600160a01b03168152602090f35b34610467576020366003190112610467576004356116ff81610456565b60018060a01b0316600052600e6020526020604060002054604051908152f35b346104675760003660031901126104675760005461174260ff8260101c16612ca1565b62ff000019166000556117536132ff565b6020600b546201000062ff0000196000541617600055604051908152f35b34610467576020366003190112610467576117b160043560005461179a60ff8260101c16612ca1565b62ff000019166000556117ab6132ff565b33615101565b90506201000062ff00001960005416176000556000546117d660ff8260101c16612ca1565b62ff000019166000556117e93342613bf5565b33600090815260486020526040902090600182015555611811610d6f610d74610d6842613cae565b33600090815260486020526040902060010154604b5403610e155761189990600080516020615e1f833981519152604954604a546118916118643360018060a01b03166000526048602052604060002090565b546040805142815260208101959095528401929092523360608401526080830191909152819060a0820190565b0390a16147a0565b6118af6201000062ff0000196000541617600055565b61091433612cef565b34610467576000366003190112610467576020600c54604051908152f35b3461046757600036600319011261046757604051600254600090816118fa82610665565b808552916001811690811561081b575060011461192157610635846107b2818603826106f0565b600281527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace939250905b808210611964575090915081016020016107b2826107a2565b91926001816020925483858801015201910190929161194b565b34610467576020366003190112610467576020610b69600435610b1281610456565b3461046757600036600319011261046757602060ff600054166040519015158152f35b34610467576119d136610fa1565b60005460181c6001600160a01b03169190823b1561046757611a109260009283604051809681958294639fd5a6cf60e01b84528a303360048701612e01565b03925af1801561062257611a28575b610914826137d0565b80611a35600080936106f0565b8003126104675738611a1f565b3461046757602036600319011261046757611a6b60043560005461105960ff8260101c16612ca1565b90506201000062ff0000196000541617600055600054611a9060ff8260101c16612ca1565b62ff00001916600055611aa33342613bf5565b33600090815260486020526040902090600182015555611acb610d6f610d74610d6842613cae565b33600090815260486020526040902060010154604b5403610e1557610a0a90600080516020615e1f833981519152604954604a54611b1e6118643360018060a01b03166000526048602052604060002090565b0390a16142e9565b34610467576000366003190112610467576109146132ff565b3461046757604036600319011261046757610e99600435611b5f81610456565b60243590600054611b7560ff8260101c16612ca1565b62ff00001916600055338061406d565b34610467576000366003190112610467576020600a54604051908152f35b3461046757600036600319011261046757602060405160008152f35b3461046757600036600319011261046757600654601254600b54600c54600854604051635c0b440b60e11b815260048101949094526024840192909252604483015260648201529060209082906001600160a01b03168180608481015b03915afa80156106225761063591600091611c43575b506040519081529081906020820190565b611c5c915060203d60201161061b5761060d81836106f0565b38611c32565b346104675760003660031901126104675760035460081c6001600160a01b03163303610ce4576000546040516370a0823160e01b815230600482015290602090829060181c6001600160a01b031681806024810103915afa80156106225761091491600091611cd2575b50601255565b611ceb915060203d60201161061b5761060d81836106f0565b38611ccc565b60e4359061047982610456565b3461046757602036600319011261046757600435611d1b81610456565b60035460081c6001600160a01b03163303610ce4576004546001600160a01b03821691908215611d9c576001600160a01b03198116909217600455604080516001600160a01b0393841681529290911660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a99190819081016114fd565b63e6c4247b60e01b60005260046000fd5b34610467576000366003190112610467576020610b69613468565b3461046757602036600319011261046757600435611de581610456565b6001600160a01b0381166000908152600e602052604090205490611e08906147e5565b90610635611e146139ff565b60115490604051948594859094939260609260808301968352602083015260408201520152565b3461046757602036600319011261046757600435600054611e6160ff8260101c16612ca1565b62ff00001916600055611e726132ff565b600554611e8990610511906001600160a01b031681565b803b156104675760405163368f515360e21b815230600482015233602482015260448101839052906000908290606490829084905af1801561062257612003575b506014544203611ff2578060125410611fe1577f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab80611f1082611f0b336147e5565b612c41565b611f1c83600b54612c41565b336000908152601060205260409020828155600a54600190910155600b81905590611f478433615921565b6040805133815260208101869052908101919091526060810191909152608090a1600554611f7f90610511906001600160a01b031681565b803b1561046757604051631407e28160e01b815233600482015260248101839052906000908290604490829084905af1801561062257611fcc576000805462ff0000191662010000179055005b80610ca86000611fdb936106f0565b80611128565b6348c2588160e01b60005260046000fd5b630a42bc3960e41b60005260046000fd5b80610ca86000612012936106f0565b38611eca565b346104675760203660031901126104675760043561203581610456565b60005461204760ff8260101c16612ca1565b62ff0000191660005561205942613b2b565b600080526048602052600080516020615dbf83398151915255600080516020615dff83398151915255612094610d6f610d74610d6842613cae565b600080526048602052600080516020615dbf83398151915254604b5403610e1557604954604a54600080526048602052610a0a9291600080516020615e1f8339815191529190612118600080516020615dff8339815191525460405193849342859094939260809260a0830196835260208301526040820152600060608201520152565b0390a16134a7565b34610467576000366003190112610467576020601454604051908152f35b9080601f830112156104675781602061076393359101610f6a565b60ff81160361046757565b60c4359061047982612159565b34610467576101003660031901126104675760043561218f81610456565b6024359061219c82610456565b604435916121a983610456565b606435926084356001600160401b038111610467576121cc90369060040161213e565b60a435946001600160401b038611610467576121ef61091496369060040161213e565b926121f8612164565b94612201611cf1565b96613528565b34610467576020366003190112610467576117b160043560005461223060ff8260101c16612ca1565b62ff000019166000556122416132ff565b3361538e565b346104675760403660031901126104675760206122a160043561226981610456565b6024359061227682610456565b60018060a01b0316600052600f835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b3461046757610120366003190112610467576004356122c881610456565b602435906122d582610456565b6122dd61046c565b91606435926084356001600160401b0381116104675761230190369060040161213e565b9360a435946001600160401b0386116104675761232561091496369060040161213e565b9161232e612164565b93612337611cf1565b9561234061047b565b9761364f565b34610467576000366003190112610467576004546001600160a01b0381163314801590612475575b612464576003547fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991907ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc906123e0906123d39060081c6001600160a01b0316610511565b926001600160a01b031690565b60038054610100600160a81b031916600883901b610100600160a81b03161790556001600160a01b031691600480546001600160a01b0319169055600354604080516001600160a01b03938416815260089290921c9092166020820152a1600454604080516001600160a01b039384168152929091166020830152819081016114fd565b63d1ec4b2360e01b60005260046000fd5b50331561236e565b34610467576000366003190112610467576020604051655af3107a40008152f35b34610467576020366003190112610467576004356124bb81610456565b60035460081c6001600160a01b03163303610ce4576124d86132ff565b6014544203612596576006546001600160a01b031690600460206124fb84610511565b6040516310c8fc9560e11b815292839182905afa90811561062257600091612577575b501561256657600680546001600160a01b0319166001600160a01b0383161790557fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926916114de565b63ee39b72560e01b60005260046000fd5b612590915060203d602011610a5957610a4b81836106f0565b3861251e565b637b964b3b60e01b60005260046000fd5b34610467576000366003190112610467576006546040516001600160a01b039091168152602090f35b3461046757600060603660031901126129a857600435906125f082610456565b6024356044356125ff81610456565b825461261060ff8260101c16612ca1565b62ff0000191683556126206132ff565b6001600160a01b03811691823b156129a45760405163a6afed9560e01b8152848160048183885af1801561062257612990575b5060055461266b90610511906001600160a01b031681565b803b1561286157846040518092632fe3f38f60e11b82528180612695878c338b306004870161432e565b03915afa80156106225761297c575b50601454420361296d5760405163cfa9920160e01b815260208160048188885af190811561062257859161294e575b50420361293f576001600160a01b038516331461293057801561292157600019811461291257612704908533614bd1565b9061270f8282612f5e565b6040516370a0823160e01b81526001600160a01b03881660048201529096919490602081602481855afa801561062257869188916128f3575b50106128e45785969594953082146000146128655761276b915086833330614360565b604080513381526001600160a01b0383811660208301529181018590529083166060820152608081018690527f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb529060a090a16005546127d490610511906001600160a01b031681565b91823b15612861576040516347ef3b3b60e01b81523060048201526001600160a01b03918216602482015233604482015291166064820152608481019290925260a482019390935291829060c490829084905af180156106225761284d575b5061284a6201000062ff0000196000541617600055565b80f35b80610ca88361285b936106f0565b38612833565b8480fd5b813b156128e0576040516316b8c1fb60e11b81523360048201526001600160a01b038416602482015260448101889052606481019190915260006084820181905260a48201529490859060c490829084905af19384156106225786946128cc575b5061276b565b80610ca8866128da936106f0565b386128c6565b8580fd5b630e7a24eb60e11b8652600486fd5b61290c915060203d60201161061b5761060d81836106f0565b38612748565b63f72ef4e160e01b8452600484fd5b63b2f72f4760e01b8452600484fd5b63039f861b60e51b8452600484fd5b633e88627b60e11b8452600484fd5b612967915060203d60201161061b5761060d81836106f0565b386126d3565b63fbf3ea7960e01b8452600484fd5b80610ca88661298a936106f0565b386126a4565b8461299d919592956106f0565b9238612653565b8380fd5b80fd5b346104675760003660031901126104675760035460405160089190911c6001600160a01b03168152602090f35b3461046757600036600319011261046757600654601254600b54600c546040516315f2405360e01b81526004810193909352602483019190915260448201529060209082906001600160a01b0316818060648101611c1c565b3461046757602036600319011261046757600435600054612a5760ff8260101c16612ca1565b62ff0000191660005560035460081c6001600160a01b03163303610ce457612a7d6132ff565b6014544203612ae857670de0b6b3a76400008111612ad75760088054908290556040805191825260208201929092527faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f8214609181908101611325565b631b9bc96960e11b60005260046000fd5b637b452e8160e11b60005260046000fd5b3461046757600036600319011261046757602060405160018152f35b6001600160401b0381116106d05760051b60200190565b602081830312610467578051906001600160401b038211610467570181601f8201121561046757805190612b5f82612b15565b92612b6d60405194856106f0565b82845260208085019360061b8301019181831161046757602001925b828410612b97575050505090565b6040848303126104675760206040918251612bb1816106d5565b8651612bbc81610456565b81528287015183820152815201930192612b89565b6040513d6000823e3d90fd5b8051821015612bf15760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b90816020910312610467575190565b634e487b7160e01b600052601160045260246000fd5b90670de0b6b3a7640000820180921161134f57565b9190820180921161134f57565b90655af3107a4000820291808304655af3107a4000149015171561134f57565b8181029291811591840414171561134f57565b8115612c8b570490565b634e487b7160e01b600052601260045260246000fd5b15612ca857565b60405162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b6044820152606490fd5b908160209103126104675751610763816110a2565b600054612d0160ff8260101c16612ca1565b62ff00001916600055612d148142613bf5565b6001600160a01b038316600090815260486020526040902090600182015555612d45610d6f610d74610d6842613cae565b6001600160a01b038116600090815260486020526040902060010154604b5403610e1557612da290600080516020615e1f833981519152604954604a5490610e0d610dd68560018060a01b03166000526048602052604060002090565b6104796201000062ff0000196000541617600055565b612dc29042613bf5565b50612dcc42613cae565b50508015612dfa57655af3107a4000820291808304655af3107a4000149015171561134f5761076391612c81565b5050600090565b6001600160a01b039182168152911660208201526040810191909152606081019190915260a06080820181905261076392910190610711565b90816060910312610467578051612e50816110a2565b9160406020830151612e6181612159565b920151610763816110a2565b15612e7457565b60405162461bcd60e51b81526020600482015260166024820152751c995c185e481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b15612eb957565b60405162461bcd60e51b81526020600482015260166024820152751cd95a5e99481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b519061ffff8216820361046757565b908160609103126104675760405190606082018281106001600160401b038211176106d057612f56916040918252612f3d81612ef7565b8452612f4b60208201612ef7565b602085015201612ef7565b604082015290565b600554909290612f7890610511906001600160a01b031681565b604051638e8f294b60e01b81523060048201529092606082602481875afa918215610622576000906000936132cd575b50612fb290612e6d565b604051638e8f294b60e01b81526001600160a01b038616600482015291606083602481885afa92831561062257600090600094613298575b50612ff490612eb2565b60405163231d97a560e21b815290606082600481895afa91821561062257600092613267575b5060ff8061303c613037613030865161ffff1690565b61ffff1690565b612c4e565b95169116146131e2575b506040516312bdd04160e31b815230600482015291602083602481885afa928315610622576000936131c1575b506040516312bdd04160e31b81526001600160a01b038716600482015294602090869060249082905afa9485156106225760009561319c575b5060405163182df0f560e01b81529495939493602090859060049082906001600160a01b03165afa928315610622578261315c6131719361315661314f61316298613162966107639b600092613177575b506131469061312a61310e87612c2c565b613116610f40565b908152613121610f40565b9083825261471e565b95613133610f40565b90815261313e610f40565b91825261471e565b9c613133610f40565b8092614757565b99614757565b97614820565b670de0b6b3a764000090510490565b94614820565b6131469192506131959060203d60201161061b5761060d81836106f0565b91906130fd565b60049495506131b9602091823d841161061b5761060d81836106f0565b9594506130ac565b6131db91935060203d60201161061b5761060d81836106f0565b9138613073565b604051637f4e225760e11b815291925090602081600481305afa90811561062257600091613248575b5061322d57613037613030604061322593015161ffff1690565b905b38613046565b613037613030602061324293015161ffff1690565b90613227565b613261915060203d602011610a5957610a4b81836106f0565b3861320b565b61328a91925060603d606011613291575b61328281836106f0565b810190612f06565b903861301a565b503d613278565b612ff494506132bf915060603d6060116132c6575b6132b781836106f0565b810190612e3a565b5093612fea565b503d6132ad565b612fb293506132eb915060603d6060116132c6576132b781836106f0565b5092612fa8565b9190820391821161134f57565b60145442811461346557601254600b5490600c5492600a549261332f61051161051160065460018060a01b031690565b6040516315f2405360e01b81526004810185905260248101839052604481018790529590602090879060649082905afa958615610622576133f786611f0b6131626133e5996133f16133c87f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc049d61343b9b61341899600092613440575b506133b790426132f2565b906133c0610f40565b908152614820565b97611f0b6131626133dc6131628d8d614820565b9e8f9c8d612c41565b9b6008546133c0610f40565b96614820565b9161340142601455565b61340a83600a55565b61341384600b55565b600c55565b604051948594859094939260609260808301968352602083015260408201520152565b0390a1565b6133b791925061345e9060203d60201161061b5761060d81836106f0565b91906133ac565b50565b60005461347a60ff8260101c16612ca1565b62ff0000191660005561348b6132ff565b6134936139ff565b906201000062ff0000196000541617600055565b60035460081c6001600160a01b03163303610ce45761047990613f0f565b156134cc57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b96949290916135759694926047549861355960ff8b60081c16151515809b816135f7575b81156135d7575b506134c5565b8961356c600160ff196047541617604755565b6135be57613605565b61357b57565b61358b61ff001960475416604755565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890806020810161343b565b6135d261010061ff00196047541617604755565b613605565b303b159150816135e9575b5038613553565b60ff166001149050386135e2565b600160ff821610915061354c565b9694929091613615969492614a50565b6001600160a01b03811615611d9c57600080546301000000600160b81b03191660189290921b6301000000600160b81b0316919091179055565b97959391613575979593916047549961367e60ff8c60081c16151515809c816135f75781156135d757506134c5565b8a613691600160ff196047541617604755565b156136c4576136aa61010061ff00196047541617604755565b6136c4565b90816020910312610467575161076381610456565b6047805462010000600160b01b03191660109a909a1b62010000600160b01b0316999099179098556004969095909490939092909161370242604b55565b60475460209061371d9060101c6001600160a01b0316610511565b6040516372f702f360e01b8152998a9182905afa9788156106225760009861379f575b506001600160a01b03898116981688900361378e5761375e96614a50565b15611d9c57600080546301000000600160b81b03191660189290921b6301000000600160b81b0316919091179055565b634ff3032960e11b60005260046000fd5b6137c291985060203d6020116137c9575b6137ba81836106f0565b8101906136af565b9638613740565b503d6137b0565b613493906000546137e660ff8260101c16612ca1565b62ff000019166000556137f76132ff565b3333614bd1565b906138076132ff565b60055460009061382190610511906001600160a01b031681565b803b156139fb5760405163368f515360e21b81523060048201526001600160a01b0385166024820152604481018490529082908290606490829084905af18015610622576139e7575b5060145442036139d85781601254106139c9576001600160a01b038316907f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab80906138b784611f0b856147e5565b6138c385600b54612c41565b91816138e18860018060a01b03166000526010602052604060002090565b55600a546001600160a01b03881660009081526010602052604090206001015561390a83600b55565b5061391f61391a866012546132f2565b601255565b604080516001600160a01b038816815260208101879052908101919091526060810191909152608090a160055461396090610511906001600160a01b031681565b803b1561046757604051631407e28160e01b81526001600160a01b03949094166004850152602484018390526000908490604490829084905af1928315610622576139b0936139b4575b50614f95565b5050565b80610ca860006139c3936106f0565b386139aa565b6348c2588160e01b8152600490fd5b630a42bc3960e41b8152600490fd5b80610ca8836139f5936106f0565b3861386a565b5080fd5b600d5480613a0e575060075490565b60125490600b54820180921161134f57600c54918281039281841161134f57670de0b6b3a76400008402938404670de0b6b3a7640000149114171561134f5761076391612c81565b6047546040516304bb6c9360e21b8152906000908290600490829060101c6001600160a01b03165afa90811561062257600091613a91575090565b3d8083833e613aa081836106f0565b810190602081830312613b27578051906001600160401b0382116129a4570181601f82011215613b2757805190613ad682612b15565b93613ae460405195866106f0565b82855260208086019360051b8301019384116129a85750602001905b828210613b0d5750505090565b602080918351613b1c81610456565b815201910190613b00565b8280fd5b600080526048602052600080516020615dbf833981519152549091908083039083821161134f57600080526048602052600080516020615dff83398151915254600080516020615dbf833981519152549092909182613b8e575050505060009190565b859294939503613b9c575050565b60008052600080516020615dff83398151915254600e602052919450919250613bf191613beb907fe710864318d4a32f37d6ce54cb3fadbef648dd12d8dbdf53973564d56b7f881c5b54612c6e565b90612c41565b9190565b6001600160a01b038216600081815260486020526040902060010154919392828503929185841161134f57600090815260486020526040808220546001600160a01b03841683529120600101549093909283613c5657505050505060009190565b869395949603613c6557505050565b81929550613bf1939450613be5613c91613beb9360018060a01b03166000526048602052604060002090565b546001600160a01b039094166000908152600e6020526040902090565b90604b548083039183831161134f5760495493604a5493838203613cd0575050565b613ce1919495929350600d54612c6e565b60085480670de0b6b3a76400000390670de0b6b3a7640000821161134f57670de0b6b3a764000014612c8b576ec097ce7bc90715b34b9f100000000004670de0b6b3a763ffff19810190811161134f57613bf192611f0b613d56613d48613d5e9486612c6e565b670de0b6b3a7640000900490565b938492612c41565b94612c41565b604754600090613d7f9060101c6001600160a01b0316610511565b803b156139fb576040516377bc854160e11b81523060048201529082908290602490829084905af1801561062257613efb575b50506001600160a01b03811660009081526048602052604090205490604954156139b057613dde613a56565b80519060005b828110613e16575050506001600160a01b031660009081526048602052604081205560495461047991610d74916132f2565b613e26610511610bed8385612bdd565b6040516370a0823160e01b815230600482015291906001600160a01b03811690602084602481855afa93841561062257613e79613e706001968a93600091613edd575b508b612c6e565b60495490612c81565b9182613e8a575b5050505001613de4565b613e95918391615056565b7f540798df468d7b23d11f156fdb954cb19ad414d150722a7b6d55ba369dea792e60405180613ed1878060a01b038b1694829190602083019252565b0390a338808681613e80565b613ef5915060203d811161061b5761060d81836106f0565b38613e69565b80610ca883613f09936106f0565b38613db2565b604754613f279060101c6001600160a01b0316610511565b803b15610467576040516377bc854160e11b8152306004820152906000908290602490829084905af1801561062257614058575b50604a5490604954156139b057613f70613a56565b9081519160005b838110613f9b5750505050610d7461047991613f936000604a55565b6049546132f2565b613fab610511610bed8385612bdd565b6040516370a0823160e01b815230600482015291906001600160a01b03811690602084602481855afa93841561062257613ff4613e706001968993600091613edd57508b612c6e565b9182614005575b5050505001613f77565b614010918391615056565b7f540798df468d7b23d11f156fdb954cb19ad414d150722a7b6d55ba369dea792e6040518061404c878060a01b038a1694829190602083019252565b0390a338808581613ffb565b80610ca86000614067936106f0565b38613f5b565b60055461408490610511906001600160a01b031681565b803b15610467576040516317b9b84b60e31b81523060048201526001600160a01b0384811660248301528516604482015260648101869052906000908290608490829084905af1801561062257614234575b506001600160a01b03838116949083169384861461422357600080516020615ddf833981519152936141b3936001600160a01b03811687036141fa576000195b61412085826132f2565b9361419961414a876141448760018060a01b0316600052600e602052604060002090565b546132f2565b916141718861416b8360018060a01b0316600052600e602052604060002090565b54612c41565b6001600160a01b038781166000908152600e6020526040808220969096559216825292902090565b55196141bb575b5050604051918252509081906020820190565b0390a3600090565b6141da6141f19260018060a01b0316600052600f602052604060002090565b9060018060a01b0316600052602052604060002090565b553880806141a0565b6001600160a01b0382166000908152600f6020526040902061421d9082906141da565b54614116565b638cd22d1960e01b60005260046000fd5b80610ca86000614243936106f0565b386140d6565b60005461425b60ff8260101c16612ca1565b62ff0000191660005561426e3342613bf5565b33600090815260486020526040902090600182015555614296610d6f610d74610d6842613cae565b33600090815260486020526040902060010154604b5403610e1557612da290600080516020615e1f833981519152604954604a54611b1e6118643360018060a01b03166000526048602052604060002090565b801561431d576040519081527f9e71bc8eea02a63969f509818f2dafb9254532904319f9dbda79b67bd34a5f3d60203392a2565b6358b1748360e01b60005260046000fd5b6001600160a01b0391821681529181166020830152918216604082015291166060820152608081019190915260a00190565b909293919360009161437f61051161051160055460018060a01b031690565b90813b156129a457868392878680946143af6040519788968795869463d02f735160e01b8652306004870161432e565b03925af1801561062257614554575b506001600160a01b03848116939086169283851461454557506143f4906143e3610f40565b90670429d069189e000082526150e8565b9485821061453457857fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59361442c6139b098856132f2565b966144446131628461443c6139ff565b6133c0610f40565b936144ae61449261445787600c54612c41565b9761446189600c55565b61447561447088600d546132f2565b600d55565b6001600160a01b0384166000908152600e60205260409020614144565b6001600160a01b039092166000908152600e6020526040902090565b556144d26144928961416b8460018060a01b0316600052600e602052604060002090565b558581600080516020615ddf833981519152604051806144f78c829190602083019252565b0390a36040519182523091600080516020615ddf83398151915290602090a3604080513081526020810192909252810191909152606090a161541a565b632c3508cb60e21b60005260046000fd5b637a2d3db360e01b8152600490fd5b80610ca884614562936106f0565b386143be565b60055491959493929161458590610511906001600160a01b031681565b803b156104675782600091888387956145b56040519788968795869463d02f735160e01b8652306004870161432e565b03925af1801561062257614709575b506001600160a01b0385811696908216938488146146f85785156146e657506145f8906145ef610f40565b908152836150e8565b808310614534577fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59361462b82856132f2565b9661463b6131628461443c6139ff565b9361464e61449261445787600c54612c41565b556146726144928961416b8460018060a01b0316600052600e602052604060002090565b558781600080516020615ddf833981519152604051806146978c829190602083019252565b0390a36040519182523091600080516020615ddf83398151915290602090a3604080513081526020810192909252810191909152606090a1156146dd576139b09161538e565b6139b09161541a565b6146f391506143e3610f40565b6145f8565b637a2d3db360e01b60005260046000fd5b80610ca86000614718936106f0565b386145c4565b670de0b6b3a76400009161474491600060405161473a816106b5565b5251905190612c6e565b0460405190614752826106b5565b815290565b6000604051614765816106b5565b5251670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561134f57614793915190612c81565b60405190614752826106b5565b80156147d4576040519081527f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d560203392a2565b6319d8c2cb60e11b60005260046000fd5b6001600160a01b031660009081526010602052604090208054908115612dfa57600161481761076393600a5490612c6e565b91015490612c81565b90614793916000604051614833816106b5565b5251612c6e565b601f821161484757505050565b6000526020600020906020601f840160051c83019310614882575b601f0160051c01905b818110614876575050565b6000815560010161486b565b9091508190614862565b9081516001600160401b0381116106d0576148b3816148ac600154610665565b600161483a565b602092601f82116001146148f5576148e5929382916000926148ea575b50508160011b916000199060031b1c19161790565b600155565b0151905038806148d0565b6001600052601f198216937fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69160005b86811061495c5750836001959610614943575b505050811b01600155565b015160001960f88460031b161c19169055388080614938565b91926020600181928685015181550194019201614925565b9081516001600160401b0381116106d05761499b81614994600254610665565b600261483a565b602092601f82116001146149d1576149cc929382916000926148ea5750508160011b916000199060031b1c19161790565b600255565b6002600052601f198216937f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace9160005b868110614a385750836001959610614a1f575b505050811b01600255565b015160001960f88460031b161c19169055388080614a14565b91926020600181928685015181550194019201614a01565b60038054610100600160a81b03191660089890981b610100600160a81b03169790971790965591949192919060145415801590614bc6575b614bb55760075560075415614ba457612da2947fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926614b87614b94957f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d614b4a614b8f96614afc670de0b6b3a7640000601155565b614b0d67016345785d8a0000600855565b600580546001600160a01b0319166001600160a01b0383161790555b60408051600081526001600160a01b03909216602083015290918291820190565b0390a1614b5642601455565b614b67670de0b6b3a7640000600a55565b600680546001600160a01b0319166001600160a01b038316179055614b29565b0390a161488c565b614974565b60ff1660ff196003541617600355565b63a2ec3a5560e01b60005260046000fd5b634743547560e01b60005260046000fd5b50600a541515614a88565b600554909190614beb90610511906001600160a01b031681565b803b1561046757604051631200453160e11b81523060048201526001600160a01b0384811660248301528316604482015260648101859052906000908290608490829084905af1801561062257614db0575b506014544203614d9f577f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a1614c8e614c87614c81614c7a856147e5565b8097615756565b85615768565b80956132f2565b614c9a85600b546132f2565b9080614cb88560018060a01b03166000526010602052604060002090565b55600a546001600160a01b038516600090815260106020526040902060010155614ce182600b55565b604080516001600160a01b038781168252861660208201529081018790526060810191909152608081019190915260a090a1600554614d2a90610511906001600160a01b031681565b91600a5492803b1561046757604051631ededc9160e01b81523060048201526001600160a01b039283166024820152919092166044820152606481018490526084810192909252600090829081838160a481015b03925af1801561062257614d90575090565b80610ca86000610763936106f0565b63c714a2d560e01b60005260046000fd5b80610ca86000614dbf936106f0565b38614c3d565b6001600160a01b039182168152911660208201526040810191909152606081019190915260800190565b9190614df96139ff565b90614e02610f40565b828152600554909290614e1f90610511906001600160a01b031681565b803b1561046757604051635bca9add60e01b8152916000918391829084908290614e4f90898d3060048601614dc5565b03925af1801561062257614f80575b506014544203614f6f57614e729084615768565b906103e8821115614f5e57614e879082615b3b565b928315614f4d57614e9d61447085600d54612c41565b6001600160a01b0381166000908152600e60205260409020614ec090859061416b565b6001600160a01b0382166000908152600e6020526040902055604080516001600160a01b0383168152602081018490529081018590527f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9080606081010390a16040518481526001600160a01b0391909116903090600080516020615ddf83398151915290602090a39190565b634f87e6f560e01b60005260046000fd5b6310deaa5960e01b60005260046000fd5b633393b25760e01b60005260046000fd5b80610ca86000614f8f936106f0565b38614e5e565b91906000614fa16139ff565b90614faa610f40565b828152600554909290614fc790610511906001600160a01b031681565b803b15613b2757604051635bca9add60e01b81529183918391829084908290614ff6908b8e3060048601614dc5565b03925af1801561062257615042575b506014544203615033575061501f61391a83601254612c41565b6103e8821115614f5e57614e879082615b3b565b633393b25760e01b8152600490fd5b80610ca883615050936106f0565b38615005565b60405163a9059cbb60e01b81526001600160a01b039092166004830152602482019290925260209060009060449082855af19081601f3d116001600051141615166150db575b50156150a457565b60405162461bcd60e51b815260206004820152600f60248201526e1514905394d1915497d19052531151608a1b6044820152606490fd5b3b153d171590503861509c565b6150fd90670de0b6b3a7640000925190612c6e565b0490565b919061510b6139ff565b92615114610f40565b9384526151218483615b3b565b938461513f8360018060a01b0316600052600e602052604060002090565b5403615359575b60055461515d90610511906001600160a01b031681565b905190803b15610467576040516317c4196b60e11b8152916000918391829084908290615190908c8a3060048601614dc5565b03925af1801561062257615344575b506014544203615333578160125410615322576151c161447085600d546132f2565b6001600160a01b0381166000908152600e602052604090206151e4908590614144565b6001600160a01b0382166000908152600e602052604090208190551515806152fd575b6152ec576001600160a01b03811661521f8382615a47565b604051858152309190600080516020615ddf8339815191529080602081015b0390a3604080516001600160a01b0383168152602081018490529081018590527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a160055461529b90610511906001600160a01b031681565b803b15610467578460009184836152ca95604051968795869485936351dff98960e01b85523060048601614dc5565b03925af18015610622576152dd57509190565b80610ca86000613bf1936106f0565b6330a46c4960e21b60005260046000fd5b506001600160a01b0381166000908152600e602052604090206103e890541115615207565b6391240a1b60e01b60005260046000fd5b63a17754ef60e01b60005260046000fd5b80610ca86000615353936106f0565b3861519f565b6103e885111561537d576103e8831161514657632005234160e01b60005260046000fd5b63d1b61f5160e01b60005260046000fd5b909190821515908180615412575b615401576153a86139ff565b916153b1610f40565b928352600090156153eb57506153ca6131628584614820565b915b6001600160a01b0382166000908152600e60205260409020859061513f565b6153f89194508290615b3b565b926000916153cc565b63431f269d60e01b60005260046000fd5b50600061539c565b909190821515906000828061562a575b61561b576154366139ff565b9261543f610f40565b93845215615607576154546131628685614820565b925b6001600160a01b0383166000908152600e60205260409020869054036155d6575b60055461548e90610511906001600160a01b031681565b9051813b15613b27576154bd839283926040519485809481936317c4196b60e11b83528d8b3060048601614dc5565b03925af18015610622576155c2575b5060145442036155b35782601254106155a4576154ee61447086600d546132f2565b6001600160a01b0382166000908152600e60205260409020615511908690614144565b6001600160a01b0383166000908152600e6020526040902081905515158061557f575b61557057506155438282615631565b60405184815230906001600160a01b03831690600080516020615ddf83398151915290806020810161523e565b6330a46c4960e21b8152600490fd5b506001600160a01b0382166000908152600e602052604090206103e890541115615534565b6391240a1b60e01b8152600490fd5b63a17754ef60e01b8152600490fd5b80610ca8836155d0936106f0565b386154cc565b6103e88611156155f8576103e8841161547757632005234160e01b8252600482fd5b63d1b61f5160e01b8252600482fd5b93506156138285615b3b565b938092615456565b63431f269d60e01b8152600490fd5b508061542a565b91909161563c615b67565b60475460009390849060101c6001600160a01b0316803b156139fb578190602460405180948193632e1a7d4d60e01b83528760048401525af1801561062257615742575b508354849061569c906105119060181c6001600160a01b031681565b92833b156139fb5760405163a9059cbb60e01b81526001600160a01b0391909116600482015260248101839052928390604490829084905af1908115610622576156f29261391a9261572e575b506012546132f2565b3d801561572457602014615704575080fd5b90602081803e80515b156157155750565b637308799360e11b8152600490fd5b509060001961570d565b80610ca88761573c936106f0565b386156e9565b8461574f919592956106f0565b9238615680565b9080821015615763575090565b905090565b9061577a91615775615b67565b615c1a565b600054615794906105119060181c6001600160a01b031681565b6040516370a0823160e01b815230600482015290602082602481845afa9182156106225760009261588d575b5060475461581b916020918491906157e39060101c6001600160a01b0316610511565b60405163095ea7b360e01b81526001600160a01b03909116600482015260248101929092529092839190829060009082906044820190565b03925af1801561062257615870575b506047546158439060101c6001600160a01b0316610511565b803b156104675760405163534a7e1d60e11b81526004810192909252600090829081838160248101614d7e565b6158889060203d602011610a5957610a4b81836106f0565b61582a565b61581b9192506158ab602091823d841161061b5761060d81836106f0565b9291506157c0565b3d156158de573d906158c482610f4f565b916158d260405193846106f0565b82523d6000602084013e565b606090565b9193926060830194600283101561590b576040928452602084015260018060a01b0316910152565b634e487b7160e01b600052602160045260246000fd5b600554600492919060209061594090610511906001600160a01b031681565b6040516334cc866d60e21b815294859182905afa92831561062257600093615a26575b506040516379befbd160e01b602082019081526024820184905260009182919061599a81604481015b03601f1981018352826106f0565b519082875af16159a86158b3565b50156159c15761047992506001600160a01b0316615631565b6159fd926020926001600160a01b03909116906159de8183615631565b6000604051809681958294633033674760e11b845284600485016158e3565b03925af1801561062257615a0e5750565b6134659060203d60201161061b5761060d81836106f0565b615a4091935060203d6020116137c9576137ba81836106f0565b9138615963565b9060049160006020615a6661051161051160055460018060a01b031690565b6040516334cc866d60e21b815295869182905afa938415610622578194615b1a575b506040516379befbd160e01b60208201908152602482018590528291829190615ab4816044810161598c565b519082885af1615ac26158b3565b5015615adc575061047992506001600160a01b0316615631565b6159fd936020936001600160a01b0390911691615af98284615631565b506000604051809681958294633033674760e11b84526001600485016158e3565b615b3491945060203d6020116137c9576137ba81836106f0565b9238615a88565b670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561134f57610763915190612c81565b6000546040516311b2515f60e31b8152906020908290600490829060181c6001600160a01b03165afa9081156106225760009182918291615bfb575b5060405160208101906303a38fa160e21b825283602482015260248152615bcb6044826106f0565b51916001600160a01b0316612710fa50615be36158b3565b51615bea57565b6325dbe6e160e21b60005260046000fd5b615c14915060203d6020116137c9576137ba81836106f0565b38615ba3565b600054909190615c359060181c6001600160a01b0316610511565b6040516370a0823160e01b815230600482015292906020846024816001600160a01b0385165afa93841561062257600094615d9d575b506001600160a01b031691823b15610467576040516323b872dd60e01b81526001600160a01b039290921660048301523060248301526044820152906000908290606490829084905af1801561062257615d88575b503d8015615d7f57602014615cd457600080fd5b60206000803e6000515b15615d4d57600054615cfd906105119060181c6001600160a01b031681565b6040516370a0823160e01b81523060048201529190602090839060249082905afa91821561062257600092615d5e575b50808210615d4d57615d3e916132f2565b61076361391a82601254612c41565b63065559c560e51b60005260046000fd5b615d7891925060203d60201161061b5761060d81836106f0565b9038615d2d565b50600019615cde565b80610ca86000615d97936106f0565b38615cc0565b615db791945060203d60201161061b5761060d81836106f0565b9238615c6b56febac3877cb9addce5c33a1238861ddcd7bd88b2bc84606646884115b1f516baccddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efbac3877cb9addce5c33a1238861ddcd7bd88b2bc84606646884115b1f516bacb8adeb7dcdd8a3b4a1a59a11131afd5078812d3b40333e2bfb885035ae2fcb489a26469706673582212206998f81f35a65899e01f8f68786310d76e3740afb0c80ee86ef4e5fe7ecdf21864736f6c634300081a0033";
2286
+ const isSuperArgs = (xs) => xs.length > 1;
2287
+ class CInfraredVault__factory extends ethers_1.ContractFactory {
2288
+ constructor(...args) {
2289
+ if (isSuperArgs(args)) {
2290
+ super(...args);
2291
+ }
2292
+ else {
2293
+ super(_abi, _bytecode, args[0]);
2294
+ }
2295
+ }
2296
+ getDeployTransaction(overrides) {
2297
+ return super.getDeployTransaction(overrides || {});
2298
+ }
2299
+ deploy(overrides) {
2300
+ return super.deploy(overrides || {});
2301
+ }
2302
+ connect(runner) {
2303
+ return super.connect(runner);
2304
+ }
2305
+ static createInterface() {
2306
+ return new ethers_1.Interface(_abi);
2307
+ }
2308
+ static connect(address, runner) {
2309
+ return new ethers_1.Contract(address, _abi, runner);
2310
+ }
2311
+ }
2312
+ exports.CInfraredVault__factory = CInfraredVault__factory;
2313
+ CInfraredVault__factory.bytecode = _bytecode;
2314
+ CInfraredVault__factory.abi = _abi;
2315
+ //# sourceMappingURL=CInfraredVault__factory.js.map