@etherisc/gif-next 3.0.0-e1cc0d0-716 → 3.0.0-e28397c-781

Sign up to get free protection for your applications and to get access to all the features.
Files changed (352) hide show
  1. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +2 -2
  3. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +2 -2
  5. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
  6. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  7. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +99 -87
  8. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
  10. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
  12. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  13. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
  14. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  15. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  16. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +75 -63
  17. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  18. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +2 -96
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +0 -94
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +131 -143
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +47 -47
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +0 -94
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +39 -51
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +15 -90
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +2 -2
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2 -77
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +2 -2
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  45. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +1 -1
  46. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +2 -2
  47. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +1 -1
  48. package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.dbg.json +1 -1
  49. package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.json +2 -2
  50. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +1 -1
  51. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +2 -77
  52. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +1 -1
  53. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +2 -2
  54. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +1 -1
  55. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +15 -90
  56. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +1 -1
  57. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +2 -2
  58. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +1 -1
  59. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2 -77
  60. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +1 -1
  61. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +2 -2
  62. package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.dbg.json +1 -1
  63. package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.json +2 -2
  64. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +1 -1
  65. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +1 -1
  66. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  67. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +2 -96
  68. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
  69. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
  70. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  71. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +2 -77
  72. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  73. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +23 -98
  74. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
  75. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +2 -2
  76. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  77. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2 -77
  78. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
  79. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +2 -2
  80. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
  81. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  82. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +56 -56
  83. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
  84. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  85. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +20 -20
  86. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  87. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +23 -11
  88. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  89. package/artifacts/contracts/instance/Instance.sol/Instance.json +30 -30
  90. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  91. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +182 -170
  92. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  93. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +2 -2
  94. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  95. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
  96. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  97. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +45 -33
  98. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  99. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +12 -12
  100. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  101. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +114 -114
  102. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
  103. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +84 -84
  104. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
  105. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +61 -61
  106. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  107. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  108. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  109. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  110. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  111. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  112. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
  113. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
  114. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  115. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  116. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  117. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  118. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  119. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  120. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  121. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +2 -77
  122. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  123. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
  124. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  125. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  126. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -75
  127. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  128. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +18 -12
  129. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  130. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -75
  131. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  132. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +56 -50
  133. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  134. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +20 -20
  135. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  136. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +3 -78
  137. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  138. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +2 -2
  139. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  140. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +80 -80
  141. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  142. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +30 -30
  143. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  144. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +22 -22
  145. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  146. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +3 -78
  147. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  148. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +48 -48
  149. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  150. package/artifacts/contracts/pool/Pool.sol/Pool.json +3 -78
  151. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
  152. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +2 -2
  153. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  154. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +106 -106
  155. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  156. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +30 -30
  157. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  158. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +35 -35
  159. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  160. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +14 -14
  161. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  162. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +0 -75
  163. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  164. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +2 -2
  165. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  166. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +87 -81
  167. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  168. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +32 -32
  169. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  170. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +9 -9
  171. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  172. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +25 -19
  173. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  174. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +14 -14
  175. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  176. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  177. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +0 -75
  178. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  179. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +10 -10
  180. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  181. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +74 -74
  182. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
  183. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
  184. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +31 -31
  186. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  187. package/artifacts/contracts/product/PricingService.sol/PricingService.json +2 -2
  188. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  189. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +2 -2
  190. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  191. package/artifacts/contracts/product/Product.sol/Product.json +0 -75
  192. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  193. package/artifacts/contracts/product/RiskService.sol/RiskService.json +32 -32
  194. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  195. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +12 -12
  196. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  197. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +4 -4
  198. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  199. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +9 -9
  200. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  201. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
  202. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  203. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  204. package/artifacts/contracts/registry/Registry.sol/Registry.json +50 -46
  205. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  206. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +159 -147
  207. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
  208. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +2 -27
  209. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  210. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
  211. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  212. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
  213. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
  214. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +182 -170
  215. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  216. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  217. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +57 -57
  218. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  219. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +2 -2
  220. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  221. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  222. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Component.sol/Component.json +0 -75
  224. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  225. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +135 -98
  226. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  227. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +22 -22
  228. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  229. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
  230. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
  233. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +1 -1
  234. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +0 -75
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  236. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -75
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  238. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +93 -56
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  240. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -75
  241. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  242. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  243. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  244. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  246. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  247. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  248. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  249. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -75
  250. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  251. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  252. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  253. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  254. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  255. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  256. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  257. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  258. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  259. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  260. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  261. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
  262. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
  263. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
  264. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  265. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
  266. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  267. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +0 -75
  268. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  269. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +0 -212
  270. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
  271. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  272. package/artifacts/contracts/staking/Staking.sol/Staking.json +2 -77
  273. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
  274. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
  275. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  276. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +2 -2
  277. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  278. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
  279. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  280. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +2 -214
  281. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  282. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +2 -2
  283. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  284. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
  285. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
  286. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -2
  287. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  288. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
  289. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  290. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  292. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  294. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  296. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  297. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
  298. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  299. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  300. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  301. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  302. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  303. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  304. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +1 -1
  305. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  306. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  307. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  308. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  311. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  312. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  313. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  314. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  315. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  316. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  317. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  318. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +2 -2
  319. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  320. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  321. package/contracts/authorization/AccessAdmin.sol +10 -8
  322. package/contracts/authorization/IAccessAdmin.sol +9 -8
  323. package/contracts/distribution/DistributionService.sol +22 -19
  324. package/contracts/distribution/IDistributionComponent.sol +0 -2
  325. package/contracts/distribution/IDistributionService.sol +8 -8
  326. package/contracts/instance/BundleSet.sol +6 -6
  327. package/contracts/instance/IInstance.sol +7 -7
  328. package/contracts/instance/IInstanceService.sol +5 -5
  329. package/contracts/instance/InstanceService.sol +4 -0
  330. package/contracts/instance/InstanceStore.sol +14 -14
  331. package/contracts/instance/ProductStore.sol +14 -14
  332. package/contracts/instance/RiskSet.sol +6 -6
  333. package/contracts/oracle/IOracleService.sol +5 -5
  334. package/contracts/oracle/OracleService.sol +1 -1
  335. package/contracts/pool/IBundleService.sol +10 -10
  336. package/contracts/pool/IPoolComponent.sol +1 -1
  337. package/contracts/pool/IPoolService.sol +14 -14
  338. package/contracts/pool/PoolService.sol +1 -1
  339. package/contracts/product/ClaimService.sol +1 -1
  340. package/contracts/product/IApplicationService.sol +8 -8
  341. package/contracts/product/IClaimService.sol +9 -9
  342. package/contracts/product/IPolicyService.sol +7 -7
  343. package/contracts/product/IRiskService.sol +5 -5
  344. package/contracts/registry/ChainNft.sol +1 -1
  345. package/contracts/registry/IRegistry.sol +3 -3
  346. package/contracts/registry/Registry.sol +4 -2
  347. package/contracts/registry/RegistryAuthorization.sol +0 -2
  348. package/contracts/shared/ComponentService.sol +12 -1
  349. package/contracts/shared/IComponent.sol +0 -4
  350. package/contracts/shared/IComponentService.sol +19 -13
  351. package/contracts/staking/IStakingService.sol +0 -9
  352. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/1d8657ccf7159189ed01f3e135f01c5c.json"
3
+ "buildInfo": "../../../build-info/5c5c8a8a337357de1430ad93b985dbb0.json"
4
4
  }
@@ -292,7 +292,7 @@
292
292
  "anonymous": false,
293
293
  "inputs": [
294
294
  {
295
- "indexed": false,
295
+ "indexed": true,
296
296
  "internalType": "NftId",
297
297
  "name": "bundleNftId",
298
298
  "type": "uint96"
@@ -305,19 +305,19 @@
305
305
  "anonymous": false,
306
306
  "inputs": [
307
307
  {
308
- "indexed": false,
308
+ "indexed": true,
309
309
  "internalType": "NftId",
310
310
  "name": "bundleNftId",
311
311
  "type": "uint96"
312
312
  },
313
313
  {
314
- "indexed": false,
314
+ "indexed": true,
315
315
  "internalType": "NftId",
316
316
  "name": "poolNftId",
317
317
  "type": "uint96"
318
318
  },
319
319
  {
320
- "indexed": false,
320
+ "indexed": true,
321
321
  "internalType": "Seconds",
322
322
  "name": "lifetime",
323
323
  "type": "uint40"
@@ -342,19 +342,19 @@
342
342
  "anonymous": false,
343
343
  "inputs": [
344
344
  {
345
- "indexed": false,
345
+ "indexed": true,
346
346
  "internalType": "NftId",
347
347
  "name": "bundleNftId",
348
348
  "type": "uint96"
349
349
  },
350
350
  {
351
- "indexed": false,
351
+ "indexed": true,
352
352
  "internalType": "Seconds",
353
353
  "name": "lifetimeExtension",
354
354
  "type": "uint40"
355
355
  },
356
356
  {
357
- "indexed": false,
357
+ "indexed": true,
358
358
  "internalType": "Timestamp",
359
359
  "name": "extendedExpiredAt",
360
360
  "type": "uint40"
@@ -367,19 +367,19 @@
367
367
  "anonymous": false,
368
368
  "inputs": [
369
369
  {
370
- "indexed": false,
370
+ "indexed": true,
371
371
  "internalType": "NftId",
372
372
  "name": "bundleNftId",
373
373
  "type": "uint96"
374
374
  },
375
375
  {
376
- "indexed": false,
376
+ "indexed": true,
377
377
  "internalType": "Amount",
378
378
  "name": "fixedFee",
379
379
  "type": "uint96"
380
380
  },
381
381
  {
382
- "indexed": false,
382
+ "indexed": true,
383
383
  "internalType": "UFixed",
384
384
  "name": "fractionalFee",
385
385
  "type": "uint160"
@@ -392,7 +392,7 @@
392
392
  "anonymous": false,
393
393
  "inputs": [
394
394
  {
395
- "indexed": false,
395
+ "indexed": true,
396
396
  "internalType": "NftId",
397
397
  "name": "bundleNftId",
398
398
  "type": "uint96"
@@ -405,13 +405,13 @@
405
405
  "anonymous": false,
406
406
  "inputs": [
407
407
  {
408
- "indexed": false,
408
+ "indexed": true,
409
409
  "internalType": "NftId",
410
410
  "name": "bundleNftId",
411
411
  "type": "uint96"
412
412
  },
413
413
  {
414
- "indexed": false,
414
+ "indexed": true,
415
415
  "internalType": "Amount",
416
416
  "name": "amount",
417
417
  "type": "uint96"
@@ -424,7 +424,7 @@
424
424
  "anonymous": false,
425
425
  "inputs": [
426
426
  {
427
- "indexed": false,
427
+ "indexed": true,
428
428
  "internalType": "NftId",
429
429
  "name": "bundleNftId",
430
430
  "type": "uint96"
@@ -437,13 +437,13 @@
437
437
  "anonymous": false,
438
438
  "inputs": [
439
439
  {
440
- "indexed": false,
440
+ "indexed": true,
441
441
  "internalType": "NftId",
442
442
  "name": "bundleNftId",
443
443
  "type": "uint96"
444
444
  },
445
445
  {
446
- "indexed": false,
446
+ "indexed": true,
447
447
  "internalType": "Amount",
448
448
  "name": "amount",
449
449
  "type": "uint96"
@@ -456,19 +456,19 @@
456
456
  "anonymous": false,
457
457
  "inputs": [
458
458
  {
459
- "indexed": false,
459
+ "indexed": true,
460
460
  "internalType": "NftId",
461
461
  "name": "bundleNftId",
462
462
  "type": "uint96"
463
463
  },
464
464
  {
465
- "indexed": false,
465
+ "indexed": true,
466
466
  "internalType": "NftId",
467
467
  "name": "policyNftId",
468
468
  "type": "uint96"
469
469
  },
470
470
  {
471
- "indexed": false,
471
+ "indexed": true,
472
472
  "internalType": "Amount",
473
473
  "name": "collateralAmount",
474
474
  "type": "uint96"
@@ -481,19 +481,19 @@
481
481
  "anonymous": false,
482
482
  "inputs": [
483
483
  {
484
- "indexed": false,
484
+ "indexed": true,
485
485
  "internalType": "NftId",
486
486
  "name": "bundleNftId",
487
487
  "type": "uint96"
488
488
  },
489
489
  {
490
- "indexed": false,
490
+ "indexed": true,
491
491
  "internalType": "NftId",
492
492
  "name": "policyNftId",
493
493
  "type": "uint96"
494
494
  },
495
495
  {
496
- "indexed": false,
496
+ "indexed": true,
497
497
  "internalType": "Amount",
498
498
  "name": "collateralAmount",
499
499
  "type": "uint96"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/1d8657ccf7159189ed01f3e135f01c5c.json"
3
+ "buildInfo": "../../../build-info/5c5c8a8a337357de1430ad93b985dbb0.json"
4
4
  }
@@ -246,81 +246,6 @@
246
246
  "name": "AuthorityUpdated",
247
247
  "type": "event"
248
248
  },
249
- {
250
- "anonymous": false,
251
- "inputs": [
252
- {
253
- "indexed": false,
254
- "internalType": "address",
255
- "name": "tokenHandler",
256
- "type": "address"
257
- },
258
- {
259
- "indexed": false,
260
- "internalType": "address",
261
- "name": "token",
262
- "type": "address"
263
- },
264
- {
265
- "indexed": false,
266
- "internalType": "Amount",
267
- "name": "limit",
268
- "type": "uint96"
269
- },
270
- {
271
- "indexed": false,
272
- "internalType": "bool",
273
- "name": "isMaxAmount",
274
- "type": "bool"
275
- }
276
- ],
277
- "name": "LogComponentTokenHandlerApproved",
278
- "type": "event"
279
- },
280
- {
281
- "anonymous": false,
282
- "inputs": [
283
- {
284
- "indexed": false,
285
- "internalType": "address",
286
- "name": "oldWallet",
287
- "type": "address"
288
- },
289
- {
290
- "indexed": false,
291
- "internalType": "address",
292
- "name": "newWallet",
293
- "type": "address"
294
- }
295
- ],
296
- "name": "LogComponentWalletAddressChanged",
297
- "type": "event"
298
- },
299
- {
300
- "anonymous": false,
301
- "inputs": [
302
- {
303
- "indexed": false,
304
- "internalType": "address",
305
- "name": "from",
306
- "type": "address"
307
- },
308
- {
309
- "indexed": false,
310
- "internalType": "address",
311
- "name": "to",
312
- "type": "address"
313
- },
314
- {
315
- "indexed": false,
316
- "internalType": "uint256",
317
- "name": "amount",
318
- "type": "uint256"
319
- }
320
- ],
321
- "name": "LogComponentWalletTokensTransferred",
322
- "type": "event"
323
- },
324
249
  {
325
250
  "anonymous": false,
326
251
  "inputs": [
@@ -344,19 +269,19 @@
344
269
  "anonymous": false,
345
270
  "inputs": [
346
271
  {
347
- "indexed": false,
272
+ "indexed": true,
348
273
  "internalType": "address",
349
274
  "name": "pool",
350
275
  "type": "address"
351
276
  },
352
277
  {
353
- "indexed": false,
278
+ "indexed": true,
354
279
  "internalType": "NftId",
355
280
  "name": "applicationNftId",
356
281
  "type": "uint96"
357
282
  },
358
283
  {
359
- "indexed": false,
284
+ "indexed": true,
360
285
  "internalType": "Amount",
361
286
  "name": "collateralizationAmount",
362
287
  "type": "uint96"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/1d8657ccf7159189ed01f3e135f01c5c.json"
3
+ "buildInfo": "../../../build-info/5c5c8a8a337357de1430ad93b985dbb0.json"
4
4
  }
@@ -285,19 +285,19 @@
285
285
  "anonymous": false,
286
286
  "inputs": [
287
287
  {
288
- "indexed": false,
288
+ "indexed": true,
289
289
  "internalType": "NftId",
290
290
  "name": "poolNftId",
291
291
  "type": "uint96"
292
292
  },
293
293
  {
294
- "indexed": false,
294
+ "indexed": true,
295
295
  "internalType": "NftId",
296
296
  "name": "bundleNftId",
297
297
  "type": "uint96"
298
298
  },
299
299
  {
300
- "indexed": false,
300
+ "indexed": true,
301
301
  "internalType": "NftId",
302
302
  "name": "applicationNftId",
303
303
  "type": "uint96"
@@ -316,19 +316,19 @@
316
316
  "anonymous": false,
317
317
  "inputs": [
318
318
  {
319
- "indexed": false,
319
+ "indexed": true,
320
320
  "internalType": "NftId",
321
321
  "name": "instanceNftId",
322
322
  "type": "uint96"
323
323
  },
324
324
  {
325
- "indexed": false,
325
+ "indexed": true,
326
326
  "internalType": "NftId",
327
327
  "name": "poolNftId",
328
328
  "type": "uint96"
329
329
  },
330
330
  {
331
- "indexed": false,
331
+ "indexed": true,
332
332
  "internalType": "NftId",
333
333
  "name": "bundleNftId",
334
334
  "type": "uint96"
@@ -353,19 +353,19 @@
353
353
  "anonymous": false,
354
354
  "inputs": [
355
355
  {
356
- "indexed": false,
356
+ "indexed": true,
357
357
  "internalType": "NftId",
358
358
  "name": "instanceNftId",
359
359
  "type": "uint96"
360
360
  },
361
361
  {
362
- "indexed": false,
362
+ "indexed": true,
363
363
  "internalType": "NftId",
364
364
  "name": "poolNftId",
365
365
  "type": "uint96"
366
366
  },
367
367
  {
368
- "indexed": false,
368
+ "indexed": true,
369
369
  "internalType": "NftId",
370
370
  "name": "bundleNftId",
371
371
  "type": "uint96"
@@ -378,19 +378,19 @@
378
378
  "anonymous": false,
379
379
  "inputs": [
380
380
  {
381
- "indexed": false,
381
+ "indexed": true,
382
382
  "internalType": "NftId",
383
383
  "name": "instanceNftId",
384
384
  "type": "uint96"
385
385
  },
386
386
  {
387
- "indexed": false,
387
+ "indexed": true,
388
388
  "internalType": "NftId",
389
389
  "name": "poolNftId",
390
390
  "type": "uint96"
391
391
  },
392
392
  {
393
- "indexed": false,
393
+ "indexed": true,
394
394
  "internalType": "NftId",
395
395
  "name": "bundleNftId",
396
396
  "type": "uint96"
@@ -415,19 +415,19 @@
415
415
  "anonymous": false,
416
416
  "inputs": [
417
417
  {
418
- "indexed": false,
418
+ "indexed": true,
419
419
  "internalType": "NftId",
420
420
  "name": "instanceNftId",
421
421
  "type": "uint96"
422
422
  },
423
423
  {
424
- "indexed": false,
424
+ "indexed": true,
425
425
  "internalType": "NftId",
426
426
  "name": "poolNftId",
427
427
  "type": "uint96"
428
428
  },
429
429
  {
430
- "indexed": false,
430
+ "indexed": true,
431
431
  "internalType": "NftId",
432
432
  "name": "bundleNftId",
433
433
  "type": "uint96"
@@ -452,19 +452,19 @@
452
452
  "anonymous": false,
453
453
  "inputs": [
454
454
  {
455
- "indexed": false,
455
+ "indexed": true,
456
456
  "internalType": "NftId",
457
457
  "name": "poolNftId",
458
458
  "type": "uint96"
459
459
  },
460
460
  {
461
- "indexed": false,
461
+ "indexed": true,
462
462
  "internalType": "NftId",
463
463
  "name": "bundleNftId",
464
464
  "type": "uint96"
465
465
  },
466
466
  {
467
- "indexed": false,
467
+ "indexed": true,
468
468
  "internalType": "NftId",
469
469
  "name": "applicationNftId",
470
470
  "type": "uint96"
@@ -489,21 +489,21 @@
489
489
  "anonymous": false,
490
490
  "inputs": [
491
491
  {
492
- "indexed": false,
492
+ "indexed": true,
493
493
  "internalType": "NftId",
494
494
  "name": "bundleNftId",
495
495
  "type": "uint96"
496
496
  },
497
497
  {
498
- "indexed": false,
498
+ "indexed": true,
499
499
  "internalType": "NftId",
500
500
  "name": "policyNftId",
501
501
  "type": "uint96"
502
502
  },
503
503
  {
504
- "indexed": false,
504
+ "indexed": true,
505
505
  "internalType": "Amount",
506
- "name": "remainingCollateralAmount",
506
+ "name": "releasedCollateralAmount",
507
507
  "type": "uint96"
508
508
  }
509
509
  ],
@@ -514,28 +514,28 @@
514
514
  "anonymous": false,
515
515
  "inputs": [
516
516
  {
517
- "indexed": false,
517
+ "indexed": true,
518
518
  "internalType": "NftId",
519
519
  "name": "bundleNftId",
520
520
  "type": "uint96"
521
521
  },
522
522
  {
523
- "indexed": false,
523
+ "indexed": true,
524
524
  "internalType": "address",
525
525
  "name": "recipient",
526
526
  "type": "address"
527
527
  },
528
+ {
529
+ "indexed": true,
530
+ "internalType": "Amount",
531
+ "name": "amount",
532
+ "type": "uint96"
533
+ },
528
534
  {
529
535
  "indexed": false,
530
536
  "internalType": "address",
531
537
  "name": "tokenAddress",
532
538
  "type": "address"
533
- },
534
- {
535
- "indexed": false,
536
- "internalType": "Amount",
537
- "name": "amount",
538
- "type": "uint96"
539
539
  }
540
540
  ],
541
541
  "name": "LogPoolServiceFeesWithdrawn",
@@ -545,19 +545,19 @@
545
545
  "anonymous": false,
546
546
  "inputs": [
547
547
  {
548
- "indexed": false,
548
+ "indexed": true,
549
549
  "internalType": "NftId",
550
550
  "name": "poolNftId",
551
551
  "type": "uint96"
552
552
  },
553
553
  {
554
- "indexed": false,
554
+ "indexed": true,
555
555
  "internalType": "Amount",
556
556
  "name": "previousMaxCapitalAmount",
557
557
  "type": "uint96"
558
558
  },
559
559
  {
560
- "indexed": false,
560
+ "indexed": true,
561
561
  "internalType": "Amount",
562
562
  "name": "currentMaxCapitalAmount",
563
563
  "type": "uint96"
@@ -570,19 +570,19 @@
570
570
  "anonymous": false,
571
571
  "inputs": [
572
572
  {
573
- "indexed": false,
573
+ "indexed": true,
574
574
  "internalType": "NftId",
575
575
  "name": "poolNftId",
576
576
  "type": "uint96"
577
577
  },
578
578
  {
579
- "indexed": false,
579
+ "indexed": true,
580
580
  "internalType": "NftId",
581
581
  "name": "bundleNftId",
582
582
  "type": "uint96"
583
583
  },
584
584
  {
585
- "indexed": false,
585
+ "indexed": true,
586
586
  "internalType": "NftId",
587
587
  "name": "policyNftId",
588
588
  "type": "uint96"
@@ -619,19 +619,19 @@
619
619
  "anonymous": false,
620
620
  "inputs": [
621
621
  {
622
- "indexed": false,
622
+ "indexed": true,
623
623
  "internalType": "NftId",
624
624
  "name": "policyNftId",
625
625
  "type": "uint96"
626
626
  },
627
627
  {
628
- "indexed": false,
628
+ "indexed": true,
629
629
  "internalType": "ClaimId",
630
630
  "name": "claimId",
631
631
  "type": "uint16"
632
632
  },
633
633
  {
634
- "indexed": false,
634
+ "indexed": true,
635
635
  "internalType": "Amount",
636
636
  "name": "availableAmount",
637
637
  "type": "uint96"
@@ -644,19 +644,19 @@
644
644
  "anonymous": false,
645
645
  "inputs": [
646
646
  {
647
- "indexed": false,
647
+ "indexed": true,
648
648
  "internalType": "NftId",
649
649
  "name": "poolNftId",
650
650
  "type": "uint96"
651
651
  },
652
652
  {
653
- "indexed": false,
653
+ "indexed": true,
654
654
  "internalType": "NftId",
655
655
  "name": "bundleNftId",
656
656
  "type": "uint96"
657
657
  },
658
658
  {
659
- "indexed": false,
659
+ "indexed": true,
660
660
  "internalType": "Amount",
661
661
  "name": "bundleNetAmount",
662
662
  "type": "uint96"
@@ -681,19 +681,19 @@
681
681
  "anonymous": false,
682
682
  "inputs": [
683
683
  {
684
- "indexed": false,
684
+ "indexed": true,
685
685
  "internalType": "NftId",
686
686
  "name": "poolNftId",
687
687
  "type": "uint96"
688
688
  },
689
689
  {
690
- "indexed": false,
690
+ "indexed": true,
691
691
  "internalType": "address",
692
692
  "name": "poolOwner",
693
693
  "type": "address"
694
694
  },
695
695
  {
696
- "indexed": false,
696
+ "indexed": true,
697
697
  "internalType": "Amount",
698
698
  "name": "amount",
699
699
  "type": "uint96"
@@ -706,19 +706,19 @@
706
706
  "anonymous": false,
707
707
  "inputs": [
708
708
  {
709
- "indexed": false,
709
+ "indexed": true,
710
710
  "internalType": "NftId",
711
711
  "name": "poolNftId",
712
712
  "type": "uint96"
713
713
  },
714
714
  {
715
- "indexed": false,
715
+ "indexed": true,
716
716
  "internalType": "address",
717
717
  "name": "poolOwner",
718
718
  "type": "address"
719
719
  },
720
720
  {
721
- "indexed": false,
721
+ "indexed": true,
722
722
  "internalType": "Amount",
723
723
  "name": "amount",
724
724
  "type": "uint96"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/1d8657ccf7159189ed01f3e135f01c5c.json"
3
+ "buildInfo": "../../../build-info/5c5c8a8a337357de1430ad93b985dbb0.json"
4
4
  }