@etherisc/gif-next 0.0.2-ebf1a6b-485 → 0.0.2-ec19f94-589

Sign up to get free protection for your applications and to get access to all the features.
Files changed (723) hide show
  1. package/README.md +139 -93
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +949 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1850 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +304 -285
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1285 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1480 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2045 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1423 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2471 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +644 -1920
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +660 -93
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +660 -2680
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1998 -707
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +601 -325
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +201 -122
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  101. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  102. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  103. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  106. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  107. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -0
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
  112. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  114. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  115. package/artifacts/contracts/{components/Component.sol/Component.json → oracle/IOracleComponent.sol/IOracleComponent.json} +240 -242
  116. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  117. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +387 -144
  118. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
  120. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  122. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
  124. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  125. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +326 -527
  126. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
  128. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1454 -0
  130. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +870 -0
  132. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1041 -0
  134. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  135. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
  136. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  138. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  139. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +432 -436
  140. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  141. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  142. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  144. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
  146. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  148. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
  150. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  151. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → product/BasicProduct.sol/BasicProduct.json} +475 -595
  152. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  153. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
  154. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  155. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1552 -0
  156. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  157. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +894 -0
  158. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  159. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  160. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  161. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  162. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  164. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  165. package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +243 -147
  166. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  167. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
  168. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  169. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → product/IRiskService.sol/IRiskService.json} +224 -204
  170. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  171. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  172. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  173. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  174. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +854 -0
  176. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  177. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  178. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
  180. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  181. package/artifacts/contracts/{components → product}/Product.sol/Product.json +472 -454
  182. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  183. package/artifacts/contracts/product/RiskService.sol/RiskService.json +780 -0
  184. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  185. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
  186. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  187. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  188. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  189. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +512 -28
  190. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  191. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +306 -124
  192. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  193. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  194. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  195. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  196. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  197. package/artifacts/contracts/registry/Registry.sol/Registry.json +996 -121
  198. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  199. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
  200. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  201. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
  202. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  203. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +381 -260
  204. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  205. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +212 -109
  206. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  207. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  208. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  210. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  212. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
  214. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  215. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +317 -154
  216. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  217. package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
  218. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  219. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1535 -0
  220. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +854 -0
  222. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  224. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  230. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  231. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +268 -85
  232. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  233. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  234. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  235. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +271 -236
  236. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  238. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  240. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +38 -10
  242. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  243. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  244. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +163 -3
  246. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  247. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  248. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IService.sol/IService.json +177 -18
  250. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  251. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  252. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  253. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +795 -0
  254. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  255. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  256. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  258. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  259. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  260. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  261. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +47 -70
  262. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  263. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
  264. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  265. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +145 -100
  266. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  267. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  268. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Service.sol/Service.json +163 -106
  270. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  274. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  276. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  277. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1646 -0
  278. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  279. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1196 -0
  280. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/Staking.sol/Staking.json +2054 -0
  282. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  283. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  284. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  286. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +842 -0
  288. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
  290. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1425 -0
  292. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +782 -0
  294. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  296. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  297. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  298. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  299. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  300. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  302. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  304. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  306. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  308. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  310. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  312. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  313. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  314. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  316. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  317. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  318. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  320. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  322. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  324. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  326. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  328. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  330. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
  332. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  334. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  336. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  338. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  340. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  342. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  344. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  346. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  348. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  349. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
  350. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  351. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
  352. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  354. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  355. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
  356. package/contracts/accounting/AccountingService.sol +274 -0
  357. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  358. package/contracts/accounting/IAccountingService.sol +47 -0
  359. package/contracts/authorization/AccessAdmin.sol +780 -0
  360. package/contracts/authorization/AccessAdminLib.sol +396 -0
  361. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  362. package/contracts/authorization/Authorization.sol +169 -0
  363. package/contracts/authorization/IAccess.sol +67 -0
  364. package/contracts/authorization/IAccessAdmin.sol +144 -0
  365. package/contracts/authorization/IAuthorization.sol +27 -0
  366. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  367. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  368. package/contracts/distribution/BasicDistribution.sol +141 -0
  369. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  370. package/contracts/distribution/Distribution.sol +247 -0
  371. package/contracts/distribution/DistributionService.sol +448 -0
  372. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  373. package/contracts/distribution/IDistributionComponent.sol +45 -0
  374. package/contracts/distribution/IDistributionService.sol +115 -0
  375. package/contracts/examples/fire/DamageLevel.sol +59 -0
  376. package/contracts/examples/fire/FirePool.sol +86 -0
  377. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  378. package/contracts/examples/fire/FireProduct.sol +433 -0
  379. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  380. package/contracts/examples/fire/FireUSD.sol +26 -0
  381. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  382. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  383. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  384. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  385. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  386. package/contracts/examples/unpermissioned/SimpleProduct.sol +385 -0
  387. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  388. package/contracts/instance/BundleSet.sol +130 -0
  389. package/contracts/instance/IInstance.sol +119 -66
  390. package/contracts/instance/IInstanceService.sol +83 -26
  391. package/contracts/instance/Instance.sol +255 -200
  392. package/contracts/instance/InstanceAdmin.sol +383 -0
  393. package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
  394. package/contracts/instance/InstanceReader.sol +530 -191
  395. package/contracts/instance/InstanceService.sol +384 -375
  396. package/contracts/instance/InstanceServiceManager.sol +14 -29
  397. package/contracts/instance/InstanceStore.sol +298 -0
  398. package/contracts/instance/RiskSet.sol +118 -0
  399. package/contracts/instance/base/BalanceStore.sol +121 -0
  400. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  401. package/contracts/instance/base/ObjectCounter.sol +20 -0
  402. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  403. package/contracts/instance/base/ObjectSet.sol +77 -0
  404. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  405. package/contracts/instance/module/IBundle.sol +10 -10
  406. package/contracts/instance/module/IComponents.sol +62 -0
  407. package/contracts/instance/module/IDistribution.sol +25 -12
  408. package/contracts/instance/module/IPolicy.sol +71 -38
  409. package/contracts/instance/module/IRisk.sol +6 -1
  410. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  411. package/contracts/oracle/BasicOracle.sol +45 -0
  412. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  413. package/contracts/oracle/IOracle.sol +41 -0
  414. package/contracts/oracle/IOracleComponent.sol +33 -0
  415. package/contracts/oracle/IOracleService.sol +66 -0
  416. package/contracts/oracle/Oracle.sol +154 -0
  417. package/contracts/oracle/OracleService.sol +310 -0
  418. package/contracts/oracle/OracleServiceManager.sol +39 -0
  419. package/contracts/pool/BasicPool.sol +173 -0
  420. package/contracts/pool/BasicPoolAuthorization.sol +82 -0
  421. package/contracts/pool/BundleService.sol +406 -0
  422. package/contracts/pool/BundleServiceManager.sol +39 -0
  423. package/contracts/pool/IBundleService.sol +121 -0
  424. package/contracts/pool/IPoolComponent.sol +62 -0
  425. package/contracts/pool/IPoolService.sol +170 -0
  426. package/contracts/pool/Pool.sol +343 -0
  427. package/contracts/pool/PoolLib.sol +341 -0
  428. package/contracts/pool/PoolService.sol +614 -0
  429. package/contracts/pool/PoolServiceManager.sol +39 -0
  430. package/contracts/product/ApplicationService.sol +327 -0
  431. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  432. package/contracts/product/BasicProduct.sol +49 -0
  433. package/contracts/product/BasicProductAuthorization.sol +63 -0
  434. package/contracts/product/ClaimService.sol +641 -0
  435. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  436. package/contracts/{instance/service → product}/IApplicationService.sol +41 -35
  437. package/contracts/product/IClaimService.sol +135 -0
  438. package/contracts/product/IPolicyService.sol +102 -0
  439. package/contracts/product/IPricingService.sol +40 -0
  440. package/contracts/product/IProductComponent.sol +62 -0
  441. package/contracts/product/IRiskService.sol +37 -0
  442. package/contracts/product/PolicyService.sol +645 -0
  443. package/contracts/product/PolicyServiceLib.sol +139 -0
  444. package/contracts/product/PolicyServiceManager.sol +39 -0
  445. package/contracts/product/PricingService.sol +306 -0
  446. package/contracts/product/PricingServiceManager.sol +39 -0
  447. package/contracts/product/Product.sol +472 -0
  448. package/contracts/product/RiskService.sol +163 -0
  449. package/contracts/product/RiskServiceManager.sol +39 -0
  450. package/contracts/registry/ChainNft.sol +83 -36
  451. package/contracts/registry/IRegistry.sol +106 -30
  452. package/contracts/registry/IRegistryService.sol +36 -41
  453. package/contracts/registry/IRelease.sol +29 -0
  454. package/contracts/registry/ITransferInterceptor.sol +1 -1
  455. package/contracts/registry/Registry.sol +478 -206
  456. package/contracts/registry/RegistryAdmin.sol +188 -0
  457. package/contracts/registry/RegistryAuthorization.sol +284 -0
  458. package/contracts/registry/RegistryService.sol +90 -132
  459. package/contracts/registry/RegistryServiceManager.sol +23 -32
  460. package/contracts/registry/ReleaseAdmin.sol +195 -0
  461. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  462. package/contracts/registry/ReleaseRegistry.sol +520 -0
  463. package/contracts/registry/ServiceAuthorizationV3.sol +345 -0
  464. package/contracts/registry/TokenRegistry.sol +263 -65
  465. package/contracts/shared/Component.sol +210 -0
  466. package/contracts/shared/ComponentService.sol +679 -0
  467. package/contracts/shared/ComponentServiceManager.sol +38 -0
  468. package/contracts/shared/ContractLib.sol +311 -0
  469. package/contracts/shared/IComponent.sol +58 -0
  470. package/contracts/shared/IComponentService.sol +111 -0
  471. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  472. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  473. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  474. package/contracts/shared/INftOwnable.sol +6 -2
  475. package/contracts/shared/IPolicyHolder.sol +23 -14
  476. package/contracts/shared/IRegisterable.sol +22 -1
  477. package/contracts/shared/IRegistryLinked.sol +0 -1
  478. package/contracts/shared/IService.sol +12 -7
  479. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
  480. package/contracts/shared/InstanceLinkedComponent.sol +194 -0
  481. package/contracts/shared/KeyValueStore.sol +131 -0
  482. package/contracts/shared/Lifecycle.sol +88 -0
  483. package/contracts/shared/NftIdSet.sol +65 -0
  484. package/contracts/shared/NftOwnable.sol +36 -27
  485. package/contracts/shared/PolicyHolder.sol +23 -41
  486. package/contracts/shared/Registerable.sol +52 -20
  487. package/contracts/shared/RegistryLinked.sol +9 -19
  488. package/contracts/shared/Service.sol +38 -29
  489. package/contracts/shared/TokenHandler.sol +327 -12
  490. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  491. package/contracts/staking/IStaking.sol +195 -0
  492. package/contracts/staking/IStakingService.sol +170 -0
  493. package/contracts/staking/Staking.sol +605 -0
  494. package/contracts/staking/StakingLib.sol +281 -0
  495. package/contracts/staking/StakingLifecycle.sol +23 -0
  496. package/contracts/staking/StakingManager.sol +52 -0
  497. package/contracts/staking/StakingReader.sol +199 -0
  498. package/contracts/staking/StakingService.sol +468 -0
  499. package/contracts/staking/StakingServiceManager.sol +45 -0
  500. package/contracts/staking/StakingStore.sol +606 -0
  501. package/contracts/staking/TargetManagerLib.sol +211 -0
  502. package/contracts/{types → type}/AddressSet.sol +1 -1
  503. package/contracts/type/Amount.sol +150 -0
  504. package/contracts/{types → type}/Blocknumber.sol +27 -3
  505. package/contracts/{types → type}/ClaimId.sol +31 -3
  506. package/contracts/type/Fee.sol +66 -0
  507. package/contracts/{types → type}/Key32.sol +2 -2
  508. package/contracts/type/Key32Set.sol +62 -0
  509. package/contracts/{types → type}/NftId.sol +28 -15
  510. package/contracts/{types → type}/NftIdSet.sol +2 -2
  511. package/contracts/type/ObjectType.sol +307 -0
  512. package/contracts/type/PayoutId.sol +82 -0
  513. package/contracts/{types → type}/Referral.sol +6 -1
  514. package/contracts/type/RequestId.sol +75 -0
  515. package/contracts/type/RiskId.sol +75 -0
  516. package/contracts/type/RoleId.sol +180 -0
  517. package/contracts/type/Seconds.sol +105 -0
  518. package/contracts/type/Selector.sol +107 -0
  519. package/contracts/{types → type}/StateId.sol +48 -4
  520. package/contracts/type/String.sol +65 -0
  521. package/contracts/{types → type}/Timestamp.sol +21 -6
  522. package/contracts/type/UFixed.sol +262 -0
  523. package/contracts/{types → type}/Version.sol +59 -7
  524. package/contracts/{shared → upgradeability}/IVersionable.sol +4 -1
  525. package/contracts/{shared → upgradeability}/ProxyManager.sol +118 -41
  526. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +8 -4
  527. package/contracts/{shared → upgradeability}/Versionable.sol +9 -6
  528. package/package.json +12 -8
  529. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  530. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  531. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  532. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  533. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  534. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  535. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  536. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  537. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  538. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -764
  539. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  540. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  541. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -984
  542. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  543. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
  544. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  545. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  546. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  549. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  550. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  551. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  552. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -254
  553. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  554. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  555. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -968
  557. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  558. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -665
  559. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  560. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1096
  561. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  562. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
  563. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -754
  565. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
  567. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1553
  569. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  570. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -793
  571. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  572. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  573. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +0 -633
  574. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  575. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -409
  576. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  577. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -858
  578. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  579. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -347
  581. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  582. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -384
  583. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1000
  585. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -689
  587. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -727
  589. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -649
  591. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  592. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -777
  593. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  594. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
  595. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  596. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  597. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  598. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
  599. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  600. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  601. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  602. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  603. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  604. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  605. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  606. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  607. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  608. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  609. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  610. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  611. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  612. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  613. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  614. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  615. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  616. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -521
  617. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  619. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  620. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  621. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  623. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  624. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  625. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  626. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  627. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  629. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  631. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  633. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  634. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  635. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  637. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  638. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  639. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  640. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  641. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  642. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  643. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  644. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  645. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  646. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  647. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  649. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  650. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  651. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  652. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  653. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  654. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  655. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  656. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  657. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  658. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  659. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  660. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  661. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  662. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  663. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  665. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  667. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  669. package/contracts/components/Component.sol +0 -221
  670. package/contracts/components/Distribution.sol +0 -293
  671. package/contracts/components/IComponent.sol +0 -68
  672. package/contracts/components/IDistributionComponent.sol +0 -79
  673. package/contracts/components/IPoolComponent.sol +0 -151
  674. package/contracts/components/IProductComponent.sol +0 -40
  675. package/contracts/components/Pool.sol +0 -378
  676. package/contracts/components/Product.sol +0 -289
  677. package/contracts/instance/BundleManager.sol +0 -125
  678. package/contracts/instance/InstanceAccessManager.sol +0 -297
  679. package/contracts/instance/ObjectManager.sol +0 -84
  680. package/contracts/instance/base/ComponentService.sol +0 -134
  681. package/contracts/instance/base/KeyValueStore.sol +0 -172
  682. package/contracts/instance/base/Lifecycle.sol +0 -100
  683. package/contracts/instance/module/IAccess.sol +0 -47
  684. package/contracts/instance/module/ISetup.sol +0 -46
  685. package/contracts/instance/module/ITreasury.sol +0 -23
  686. package/contracts/instance/service/ApplicationService.sol +0 -349
  687. package/contracts/instance/service/BundleService.sol +0 -299
  688. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  689. package/contracts/instance/service/ClaimService.sol +0 -151
  690. package/contracts/instance/service/DistributionService.sol +0 -394
  691. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  692. package/contracts/instance/service/IBundleService.sol +0 -55
  693. package/contracts/instance/service/IClaimService.sol +0 -61
  694. package/contracts/instance/service/IDistributionService.sol +0 -86
  695. package/contracts/instance/service/IPolicyService.sol +0 -70
  696. package/contracts/instance/service/IPoolService.sol +0 -20
  697. package/contracts/instance/service/IProductService.sol +0 -40
  698. package/contracts/instance/service/PolicyService.sol +0 -402
  699. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  700. package/contracts/instance/service/PoolService.sol +0 -109
  701. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  702. package/contracts/instance/service/ProductService.sol +0 -233
  703. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  704. package/contracts/registry/RegistryAccessManager.sol +0 -216
  705. package/contracts/registry/ReleaseManager.sol +0 -322
  706. package/contracts/shared/ContractDeployerLib.sol +0 -72
  707. package/contracts/test/TestFee.sol +0 -25
  708. package/contracts/test/TestRegisterable.sol +0 -18
  709. package/contracts/test/TestRoleId.sol +0 -14
  710. package/contracts/test/TestService.sol +0 -25
  711. package/contracts/test/TestToken.sol +0 -26
  712. package/contracts/test/TestVersion.sol +0 -44
  713. package/contracts/test/TestVersionable.sol +0 -17
  714. package/contracts/types/ChainId.sol +0 -38
  715. package/contracts/types/Fee.sol +0 -56
  716. package/contracts/types/NumberId.sol +0 -52
  717. package/contracts/types/ObjectType.sol +0 -156
  718. package/contracts/types/PayoutId.sol +0 -54
  719. package/contracts/types/RiskId.sol +0 -43
  720. package/contracts/types/RoleId.sol +0 -95
  721. package/contracts/types/Seconds.sol +0 -54
  722. package/contracts/types/UFixed.sol +0 -325
  723. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -44,60 +44,192 @@
44
44
  {
45
45
  "inputs": [
46
46
  {
47
- "internalType": "ObjectType",
48
- "name": "objectType",
49
- "type": "uint8"
50
- },
47
+ "internalType": "address",
48
+ "name": "authority",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
51
57
  {
52
- "internalType": "StateId",
53
- "name": "fromStateId",
54
- "type": "uint8"
55
- },
58
+ "internalType": "address",
59
+ "name": "instanceBundleSet",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorInstanceBundleSetAlreadySet",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
56
68
  {
57
- "internalType": "StateId",
58
- "name": "toStateId",
59
- "type": "uint8"
69
+ "internalType": "address",
70
+ "name": "instanceAuthority",
71
+ "type": "address"
60
72
  }
61
73
  ],
62
- "name": "ErrorInvalidStateTransition",
74
+ "name": "ErrorInstanceBundleSetAuthorityMismatch",
63
75
  "type": "error"
64
76
  },
65
77
  {
66
78
  "inputs": [
67
79
  {
68
- "internalType": "NftId",
69
- "name": "nftId",
70
- "type": "uint96"
80
+ "internalType": "address",
81
+ "name": "instance",
82
+ "type": "address"
71
83
  }
72
84
  ],
73
- "name": "ErrorNftOwnableAlreadyLinked",
85
+ "name": "ErrorInstanceBundleSetInstanceMismatch",
74
86
  "type": "error"
75
87
  },
76
88
  {
77
89
  "inputs": [
78
90
  {
79
91
  "internalType": "address",
80
- "name": "contractAddress",
92
+ "name": "instanceAdmin",
81
93
  "type": "address"
82
94
  }
83
95
  ],
84
- "name": "ErrorNftOwnableContractNotRegistered",
96
+ "name": "ErrorInstanceInstanceAdminAlreadySet",
97
+ "type": "error"
98
+ },
99
+ {
100
+ "inputs": [
101
+ {
102
+ "internalType": "address",
103
+ "name": "instanceAuthority",
104
+ "type": "address"
105
+ }
106
+ ],
107
+ "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
85
108
  "type": "error"
86
109
  },
87
110
  {
88
111
  "inputs": [],
89
- "name": "ErrorNftOwnableInitialOwnerZero",
112
+ "name": "ErrorInstanceInstanceAdminZero",
113
+ "type": "error"
114
+ },
115
+ {
116
+ "inputs": [
117
+ {
118
+ "internalType": "address",
119
+ "name": "instanceAuthority",
120
+ "type": "address"
121
+ }
122
+ ],
123
+ "name": "ErrorInstanceInstanceReaderInstanceMismatch",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
128
+ {
129
+ "internalType": "address",
130
+ "name": "instanceStore",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "name": "ErrorInstanceInstanceStoreAlreadySet",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [
139
+ {
140
+ "internalType": "address",
141
+ "name": "instanceAuthority",
142
+ "type": "address"
143
+ }
144
+ ],
145
+ "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [
150
+ {
151
+ "internalType": "RoleId",
152
+ "name": "roleId",
153
+ "type": "uint64"
154
+ }
155
+ ],
156
+ "name": "ErrorInstanceNotCustomRole",
90
157
  "type": "error"
91
158
  },
92
159
  {
93
160
  "inputs": [
161
+ {
162
+ "internalType": "RoleId",
163
+ "name": "roleId",
164
+ "type": "uint64"
165
+ },
94
166
  {
95
167
  "internalType": "address",
96
168
  "name": "account",
97
169
  "type": "address"
98
170
  }
99
171
  ],
100
- "name": "ErrorNftOwnableNotOwner",
172
+ "name": "ErrorInstanceNotRoleAdmin",
173
+ "type": "error"
174
+ },
175
+ {
176
+ "inputs": [
177
+ {
178
+ "internalType": "address",
179
+ "name": "instanceRiskSet",
180
+ "type": "address"
181
+ }
182
+ ],
183
+ "name": "ErrorInstanceRiskSetAlreadySet",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "address",
190
+ "name": "instanceAuthority",
191
+ "type": "address"
192
+ }
193
+ ],
194
+ "name": "ErrorInstanceRiskSetAuthorityMismatch",
195
+ "type": "error"
196
+ },
197
+ {
198
+ "inputs": [
199
+ {
200
+ "internalType": "address",
201
+ "name": "instance",
202
+ "type": "address"
203
+ }
204
+ ],
205
+ "name": "ErrorInstanceRiskSetInstanceMismatch",
206
+ "type": "error"
207
+ },
208
+ {
209
+ "inputs": [
210
+ {
211
+ "internalType": "NftId",
212
+ "name": "nftId",
213
+ "type": "uint96"
214
+ }
215
+ ],
216
+ "name": "ErrorNftOwnableAlreadyLinked",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "address",
223
+ "name": "contractAddress",
224
+ "type": "address"
225
+ }
226
+ ],
227
+ "name": "ErrorNftOwnableContractNotRegistered",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [],
232
+ "name": "ErrorNftOwnableInitialOwnerZero",
101
233
  "type": "error"
102
234
  },
103
235
  {
@@ -109,11 +241,22 @@
109
241
  },
110
242
  {
111
243
  "internalType": "ObjectType",
112
- "name": "objectType",
244
+ "name": "expectedObjectType",
113
245
  "type": "uint8"
114
246
  }
115
247
  ],
116
- "name": "ErrorNoLifecycle",
248
+ "name": "ErrorNftOwnableInvalidType",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "address",
255
+ "name": "account",
256
+ "type": "address"
257
+ }
258
+ ],
259
+ "name": "ErrorNftOwnableNotOwner",
117
260
  "type": "error"
118
261
  },
119
262
  {
@@ -127,6 +270,11 @@
127
270
  "name": "ErrorNotRegistry",
128
271
  "type": "error"
129
272
  },
273
+ {
274
+ "inputs": [],
275
+ "name": "ErrorRegisterableNotActive",
276
+ "type": "error"
277
+ },
130
278
  {
131
279
  "anonymous": false,
132
280
  "inputs": [
@@ -145,36 +293,55 @@
145
293
  "inputs": [
146
294
  {
147
295
  "indexed": false,
148
- "internalType": "ObjectType",
149
- "name": "objectType",
150
- "type": "uint8"
296
+ "internalType": "RoleId",
297
+ "name": "roleId",
298
+ "type": "uint64"
151
299
  },
152
300
  {
153
301
  "indexed": false,
154
- "internalType": "KeyId",
155
- "name": "keyId",
156
- "type": "bytes31"
302
+ "internalType": "bool",
303
+ "name": "active",
304
+ "type": "bool"
157
305
  },
158
306
  {
159
307
  "indexed": false,
160
- "internalType": "StateId",
161
- "name": "state",
162
- "type": "uint8"
308
+ "internalType": "address",
309
+ "name": "caller",
310
+ "type": "address"
311
+ }
312
+ ],
313
+ "name": "LogInstanceCustomRoleActiveSet",
314
+ "type": "event"
315
+ },
316
+ {
317
+ "anonymous": false,
318
+ "inputs": [
319
+ {
320
+ "indexed": false,
321
+ "internalType": "RoleId",
322
+ "name": "roleId",
323
+ "type": "uint64"
163
324
  },
164
325
  {
165
326
  "indexed": false,
166
- "internalType": "address",
167
- "name": "createdBy",
168
- "type": "address"
327
+ "internalType": "string",
328
+ "name": "roleName",
329
+ "type": "string"
169
330
  },
170
331
  {
171
332
  "indexed": false,
172
- "internalType": "address",
173
- "name": "txOrigin",
174
- "type": "address"
333
+ "internalType": "RoleId",
334
+ "name": "adminRoleId",
335
+ "type": "uint64"
336
+ },
337
+ {
338
+ "indexed": false,
339
+ "internalType": "uint32",
340
+ "name": "maxMemberCount",
341
+ "type": "uint32"
175
342
  }
176
343
  ],
177
- "name": "LogInfoCreated",
344
+ "name": "LogInstanceCustomRoleCreated",
178
345
  "type": "event"
179
346
  },
180
347
  {
@@ -182,42 +349,49 @@
182
349
  "inputs": [
183
350
  {
184
351
  "indexed": false,
185
- "internalType": "ObjectType",
186
- "name": "objectType",
187
- "type": "uint8"
188
- },
189
- {
190
- "indexed": false,
191
- "internalType": "KeyId",
192
- "name": "keyId",
193
- "type": "bytes31"
352
+ "internalType": "RoleId",
353
+ "name": "roleId",
354
+ "type": "uint64"
194
355
  },
195
356
  {
196
357
  "indexed": false,
197
- "internalType": "StateId",
198
- "name": "state",
199
- "type": "uint8"
358
+ "internalType": "address",
359
+ "name": "account",
360
+ "type": "address"
200
361
  },
201
362
  {
202
363
  "indexed": false,
203
364
  "internalType": "address",
204
- "name": "updatedBy",
365
+ "name": "caller",
205
366
  "type": "address"
367
+ }
368
+ ],
369
+ "name": "LogInstanceCustomRoleGranted",
370
+ "type": "event"
371
+ },
372
+ {
373
+ "anonymous": false,
374
+ "inputs": [
375
+ {
376
+ "indexed": false,
377
+ "internalType": "RoleId",
378
+ "name": "roleId",
379
+ "type": "uint64"
206
380
  },
207
381
  {
208
382
  "indexed": false,
209
383
  "internalType": "address",
210
- "name": "txOrigin",
384
+ "name": "account",
211
385
  "type": "address"
212
386
  },
213
387
  {
214
388
  "indexed": false,
215
- "internalType": "Blocknumber",
216
- "name": "lastUpdatedIn",
217
- "type": "uint32"
389
+ "internalType": "address",
390
+ "name": "caller",
391
+ "type": "address"
218
392
  }
219
393
  ],
220
- "name": "LogInfoUpdated",
394
+ "name": "LogInstanceCustomRoleRevoked",
221
395
  "type": "event"
222
396
  },
223
397
  {
@@ -225,48 +399,87 @@
225
399
  "inputs": [
226
400
  {
227
401
  "indexed": false,
228
- "internalType": "ObjectType",
229
- "name": "objectType",
230
- "type": "uint8"
402
+ "internalType": "address",
403
+ "name": "target",
404
+ "type": "address"
231
405
  },
232
406
  {
233
407
  "indexed": false,
234
- "internalType": "KeyId",
235
- "name": "keyId",
236
- "type": "bytes31"
408
+ "internalType": "RoleId",
409
+ "name": "targetRoleId",
410
+ "type": "uint64"
237
411
  },
238
412
  {
239
413
  "indexed": false,
240
- "internalType": "StateId",
241
- "name": "stateOld",
242
- "type": "uint8"
414
+ "internalType": "string",
415
+ "name": "name",
416
+ "type": "string"
417
+ }
418
+ ],
419
+ "name": "LogInstanceCustomTargetCreated",
420
+ "type": "event"
421
+ },
422
+ {
423
+ "anonymous": false,
424
+ "inputs": [
425
+ {
426
+ "indexed": false,
427
+ "internalType": "address",
428
+ "name": "target",
429
+ "type": "address"
243
430
  },
244
431
  {
245
432
  "indexed": false,
246
- "internalType": "StateId",
247
- "name": "stateNew",
248
- "type": "uint8"
433
+ "internalType": "bytes4[]",
434
+ "name": "selectors",
435
+ "type": "bytes4[]"
249
436
  },
437
+ {
438
+ "indexed": false,
439
+ "internalType": "RoleId",
440
+ "name": "roleId",
441
+ "type": "uint64"
442
+ }
443
+ ],
444
+ "name": "LogInstanceCustomTargetFunctionRoleSet",
445
+ "type": "event"
446
+ },
447
+ {
448
+ "anonymous": false,
449
+ "inputs": [
250
450
  {
251
451
  "indexed": false,
252
452
  "internalType": "address",
253
- "name": "updatedBy",
453
+ "name": "target",
254
454
  "type": "address"
255
455
  },
256
456
  {
257
457
  "indexed": false,
258
- "internalType": "address",
259
- "name": "txOrigin",
260
- "type": "address"
458
+ "internalType": "bool",
459
+ "name": "locked",
460
+ "type": "bool"
461
+ }
462
+ ],
463
+ "name": "LogInstanceTargetLocked",
464
+ "type": "event"
465
+ },
466
+ {
467
+ "anonymous": false,
468
+ "inputs": [
469
+ {
470
+ "indexed": false,
471
+ "internalType": "NftId",
472
+ "name": "nftId",
473
+ "type": "uint96"
261
474
  },
262
475
  {
263
476
  "indexed": false,
264
- "internalType": "Blocknumber",
265
- "name": "lastUpdatedIn",
266
- "type": "uint32"
477
+ "internalType": "address",
478
+ "name": "owner",
479
+ "type": "address"
267
480
  }
268
481
  ],
269
- "name": "LogStateUpdated",
482
+ "name": "LogNftOwnableNftLinkedToAddress",
270
483
  "type": "event"
271
484
  },
272
485
  {
@@ -285,983 +498,102 @@
285
498
  {
286
499
  "inputs": [
287
500
  {
288
- "internalType": "NftId",
289
- "name": "applicationNftId",
290
- "type": "uint96"
501
+ "internalType": "address",
502
+ "name": "target",
503
+ "type": "address"
504
+ },
505
+ {
506
+ "internalType": "RoleId",
507
+ "name": "roleId",
508
+ "type": "uint64"
291
509
  },
292
510
  {
293
511
  "components": [
294
512
  {
295
- "internalType": "NftId",
296
- "name": "productNftId",
297
- "type": "uint96"
513
+ "internalType": "Str",
514
+ "name": "name",
515
+ "type": "bytes32"
298
516
  },
299
517
  {
300
- "internalType": "NftId",
301
- "name": "bundleNftId",
302
- "type": "uint96"
518
+ "internalType": "Selector",
519
+ "name": "selector",
520
+ "type": "bytes4"
303
521
  },
304
522
  {
305
- "internalType": "ReferralId",
306
- "name": "referralId",
307
- "type": "bytes8"
308
- },
309
- {
310
- "internalType": "RiskId",
311
- "name": "riskId",
312
- "type": "bytes8"
313
- },
314
- {
315
- "internalType": "uint256",
316
- "name": "sumInsuredAmount",
317
- "type": "uint256"
318
- },
319
- {
320
- "internalType": "uint256",
321
- "name": "premiumAmount",
322
- "type": "uint256"
323
- },
324
- {
325
- "internalType": "uint256",
326
- "name": "premiumPaidAmount",
327
- "type": "uint256"
328
- },
329
- {
330
- "internalType": "Seconds",
331
- "name": "lifetime",
332
- "type": "uint40"
333
- },
334
- {
335
- "internalType": "bytes",
336
- "name": "applicationData",
337
- "type": "bytes"
338
- },
339
- {
340
- "internalType": "bytes",
341
- "name": "policyData",
342
- "type": "bytes"
343
- },
344
- {
345
- "internalType": "uint16",
346
- "name": "claimsCount",
347
- "type": "uint16"
348
- },
349
- {
350
- "internalType": "uint16",
351
- "name": "openClaimsCount",
352
- "type": "uint16"
353
- },
354
- {
355
- "internalType": "uint256",
356
- "name": "payoutAmount",
357
- "type": "uint256"
358
- },
359
- {
360
- "internalType": "Timestamp",
361
- "name": "activatedAt",
362
- "type": "uint40"
363
- },
364
- {
365
- "internalType": "Timestamp",
366
- "name": "expiredAt",
367
- "type": "uint40"
368
- },
369
- {
370
- "internalType": "Timestamp",
371
- "name": "closedAt",
372
- "type": "uint40"
373
- }
374
- ],
375
- "internalType": "struct IPolicy.PolicyInfo",
376
- "name": "policy",
377
- "type": "tuple"
378
- }
379
- ],
380
- "name": "createApplication",
381
- "outputs": [],
382
- "stateMutability": "nonpayable",
383
- "type": "function"
384
- },
385
- {
386
- "inputs": [
387
- {
388
- "internalType": "NftId",
389
- "name": "bundleNftId",
390
- "type": "uint96"
391
- },
392
- {
393
- "components": [
394
- {
395
- "internalType": "NftId",
396
- "name": "poolNftId",
397
- "type": "uint96"
398
- },
399
- {
400
- "components": [
401
- {
402
- "internalType": "UFixed",
403
- "name": "fractionalFee",
404
- "type": "uint256"
405
- },
406
- {
407
- "internalType": "uint256",
408
- "name": "fixedFee",
409
- "type": "uint256"
410
- }
411
- ],
412
- "internalType": "struct Fee",
413
- "name": "fee",
414
- "type": "tuple"
415
- },
416
- {
417
- "internalType": "bytes",
418
- "name": "filter",
419
- "type": "bytes"
420
- },
421
- {
422
- "internalType": "uint256",
423
- "name": "capitalAmount",
424
- "type": "uint256"
425
- },
426
- {
427
- "internalType": "uint256",
428
- "name": "lockedAmount",
429
- "type": "uint256"
430
- },
431
- {
432
- "internalType": "uint256",
433
- "name": "balanceAmount",
434
- "type": "uint256"
435
- },
436
- {
437
- "internalType": "Seconds",
438
- "name": "lifetime",
439
- "type": "uint40"
440
- },
441
- {
442
- "internalType": "Timestamp",
443
- "name": "expiredAt",
444
- "type": "uint40"
445
- },
446
- {
447
- "internalType": "Timestamp",
448
- "name": "closedAt",
449
- "type": "uint40"
450
- }
451
- ],
452
- "internalType": "struct IBundle.BundleInfo",
453
- "name": "bundle",
454
- "type": "tuple"
455
- }
456
- ],
457
- "name": "createBundle",
458
- "outputs": [],
459
- "stateMutability": "nonpayable",
460
- "type": "function"
461
- },
462
- {
463
- "inputs": [
464
- {
465
- "internalType": "NftId",
466
- "name": "distributionNftId",
467
- "type": "uint96"
468
- },
469
- {
470
- "components": [
471
- {
472
- "internalType": "NftId",
473
- "name": "productNftId",
474
- "type": "uint96"
475
- },
476
- {
477
- "internalType": "contract TokenHandler",
478
- "name": "tokenHandler",
479
- "type": "address"
480
- },
481
- {
482
- "components": [
483
- {
484
- "internalType": "UFixed",
485
- "name": "fractionalFee",
486
- "type": "uint256"
487
- },
488
- {
489
- "internalType": "uint256",
490
- "name": "fixedFee",
491
- "type": "uint256"
492
- }
493
- ],
494
- "internalType": "struct Fee",
495
- "name": "minDistributionOwnerFee",
496
- "type": "tuple"
497
- },
498
- {
499
- "components": [
500
- {
501
- "internalType": "UFixed",
502
- "name": "fractionalFee",
503
- "type": "uint256"
504
- },
505
- {
506
- "internalType": "uint256",
507
- "name": "fixedFee",
508
- "type": "uint256"
509
- }
510
- ],
511
- "internalType": "struct Fee",
512
- "name": "distributionFee",
513
- "type": "tuple"
514
- },
515
- {
516
- "internalType": "address",
517
- "name": "wallet",
518
- "type": "address"
519
- },
520
- {
521
- "internalType": "uint256",
522
- "name": "sumDistributionFees",
523
- "type": "uint256"
524
- }
525
- ],
526
- "internalType": "struct ISetup.DistributionSetupInfo",
527
- "name": "setup",
528
- "type": "tuple"
529
- }
530
- ],
531
- "name": "createDistributionSetup",
532
- "outputs": [],
533
- "stateMutability": "nonpayable",
534
- "type": "function"
535
- },
536
- {
537
- "inputs": [
538
- {
539
- "internalType": "NftId",
540
- "name": "nftId",
541
- "type": "uint96"
542
- },
543
- {
544
- "components": [
545
- {
546
- "internalType": "DistributorType",
547
- "name": "distributorType",
548
- "type": "bytes8"
549
- },
550
- {
551
- "internalType": "bool",
552
- "name": "active",
553
- "type": "bool"
554
- },
555
- {
556
- "internalType": "bytes",
557
- "name": "data",
558
- "type": "bytes"
559
- },
560
- {
561
- "internalType": "uint256",
562
- "name": "sumCommisions",
563
- "type": "uint256"
564
- },
565
- {
566
- "internalType": "uint256",
567
- "name": "numPoliciesSold",
568
- "type": "uint256"
569
- }
570
- ],
571
- "internalType": "struct IDistribution.DistributorInfo",
572
- "name": "info",
573
- "type": "tuple"
574
- }
575
- ],
576
- "name": "createDistributor",
577
- "outputs": [],
578
- "stateMutability": "nonpayable",
579
- "type": "function"
580
- },
581
- {
582
- "inputs": [
583
- {
584
- "internalType": "Key32",
585
- "name": "distributorKey",
586
- "type": "bytes32"
587
- },
588
- {
589
- "components": [
590
- {
591
- "internalType": "string",
592
- "name": "name",
593
- "type": "string"
594
- },
595
- {
596
- "internalType": "UFixed",
597
- "name": "minDiscountPercentage",
598
- "type": "uint256"
599
- },
600
- {
601
- "internalType": "UFixed",
602
- "name": "maxDiscountPercentage",
603
- "type": "uint256"
604
- },
605
- {
606
- "internalType": "UFixed",
607
- "name": "commissionPercentage",
608
- "type": "uint256"
609
- },
610
- {
611
- "internalType": "uint32",
612
- "name": "maxReferralCount",
613
- "type": "uint32"
614
- },
615
- {
616
- "internalType": "uint32",
617
- "name": "maxReferralLifetime",
618
- "type": "uint32"
619
- },
620
- {
621
- "internalType": "bool",
622
- "name": "allowSelfReferrals",
623
- "type": "bool"
624
- },
625
- {
626
- "internalType": "bool",
627
- "name": "allowRenewals",
628
- "type": "bool"
629
- },
630
- {
631
- "internalType": "bytes",
632
- "name": "data",
633
- "type": "bytes"
634
- }
635
- ],
636
- "internalType": "struct IDistribution.DistributorTypeInfo",
637
- "name": "info",
638
- "type": "tuple"
639
- }
640
- ],
641
- "name": "createDistributorType",
642
- "outputs": [],
643
- "stateMutability": "nonpayable",
644
- "type": "function"
645
- },
646
- {
647
- "inputs": [
648
- {
649
- "internalType": "NftId",
650
- "name": "poolNftId",
651
- "type": "uint96"
652
- },
653
- {
654
- "components": [
655
- {
656
- "internalType": "NftId",
657
- "name": "productNftId",
658
- "type": "uint96"
659
- },
660
- {
661
- "internalType": "contract TokenHandler",
662
- "name": "tokenHandler",
663
- "type": "address"
664
- },
665
- {
666
- "internalType": "uint256",
667
- "name": "maxCapitalAmount",
668
- "type": "uint256"
669
- },
670
- {
671
- "internalType": "bool",
672
- "name": "isInterceptingBundleTransfers",
673
- "type": "bool"
674
- },
675
- {
676
- "internalType": "bool",
677
- "name": "isExternallyManaged",
678
- "type": "bool"
679
- },
680
- {
681
- "internalType": "bool",
682
- "name": "isVerifyingApplications",
683
- "type": "bool"
684
- },
685
- {
686
- "internalType": "UFixed",
687
- "name": "collateralizationLevel",
688
- "type": "uint256"
689
- },
690
- {
691
- "internalType": "UFixed",
692
- "name": "retentionLevel",
693
- "type": "uint256"
694
- },
695
- {
696
- "components": [
697
- {
698
- "internalType": "UFixed",
699
- "name": "fractionalFee",
700
- "type": "uint256"
701
- },
702
- {
703
- "internalType": "uint256",
704
- "name": "fixedFee",
705
- "type": "uint256"
706
- }
707
- ],
708
- "internalType": "struct Fee",
709
- "name": "poolFee",
710
- "type": "tuple"
711
- },
712
- {
713
- "components": [
714
- {
715
- "internalType": "UFixed",
716
- "name": "fractionalFee",
717
- "type": "uint256"
718
- },
719
- {
720
- "internalType": "uint256",
721
- "name": "fixedFee",
722
- "type": "uint256"
723
- }
724
- ],
725
- "internalType": "struct Fee",
726
- "name": "stakingFee",
727
- "type": "tuple"
728
- },
729
- {
730
- "components": [
731
- {
732
- "internalType": "UFixed",
733
- "name": "fractionalFee",
734
- "type": "uint256"
735
- },
736
- {
737
- "internalType": "uint256",
738
- "name": "fixedFee",
739
- "type": "uint256"
740
- }
741
- ],
742
- "internalType": "struct Fee",
743
- "name": "performanceFee",
744
- "type": "tuple"
745
- },
746
- {
747
- "internalType": "address",
748
- "name": "wallet",
749
- "type": "address"
750
- }
751
- ],
752
- "internalType": "struct ISetup.PoolSetupInfo",
753
- "name": "setup",
754
- "type": "tuple"
755
- }
756
- ],
757
- "name": "createPoolSetup",
758
- "outputs": [],
759
- "stateMutability": "nonpayable",
760
- "type": "function"
761
- },
762
- {
763
- "inputs": [
764
- {
765
- "internalType": "NftId",
766
- "name": "productNftId",
767
- "type": "uint96"
768
- },
769
- {
770
- "components": [
771
- {
772
- "internalType": "contract IERC20Metadata",
773
- "name": "token",
774
- "type": "address"
775
- },
776
- {
777
- "internalType": "contract TokenHandler",
778
- "name": "tokenHandler",
779
- "type": "address"
780
- },
781
- {
782
- "internalType": "NftId",
783
- "name": "distributionNftId",
784
- "type": "uint96"
785
- },
786
- {
787
- "internalType": "NftId",
788
- "name": "poolNftId",
789
- "type": "uint96"
790
- },
791
- {
792
- "components": [
793
- {
794
- "internalType": "UFixed",
795
- "name": "fractionalFee",
796
- "type": "uint256"
797
- },
798
- {
799
- "internalType": "uint256",
800
- "name": "fixedFee",
801
- "type": "uint256"
802
- }
803
- ],
804
- "internalType": "struct Fee",
805
- "name": "productFee",
806
- "type": "tuple"
807
- },
808
- {
809
- "components": [
810
- {
811
- "internalType": "UFixed",
812
- "name": "fractionalFee",
813
- "type": "uint256"
814
- },
815
- {
816
- "internalType": "uint256",
817
- "name": "fixedFee",
818
- "type": "uint256"
819
- }
820
- ],
821
- "internalType": "struct Fee",
822
- "name": "processingFee",
823
- "type": "tuple"
824
- },
825
- {
826
- "internalType": "bool",
827
- "name": "isIntercepting",
828
- "type": "bool"
829
- },
830
- {
831
- "internalType": "address",
832
- "name": "wallet",
833
- "type": "address"
834
- }
835
- ],
836
- "internalType": "struct ISetup.ProductSetupInfo",
837
- "name": "setup",
838
- "type": "tuple"
839
- }
840
- ],
841
- "name": "createProductSetup",
842
- "outputs": [],
843
- "stateMutability": "nonpayable",
844
- "type": "function"
845
- },
846
- {
847
- "inputs": [
848
- {
849
- "internalType": "Key32",
850
- "name": "referralKey",
851
- "type": "bytes32"
852
- },
853
- {
854
- "components": [
855
- {
856
- "internalType": "NftId",
857
- "name": "distributorNftId",
858
- "type": "uint96"
859
- },
860
- {
861
- "internalType": "string",
862
- "name": "referralCode",
863
- "type": "string"
864
- },
865
- {
866
- "internalType": "UFixed",
867
- "name": "discountPercentage",
868
- "type": "uint256"
869
- },
870
- {
871
- "internalType": "uint32",
872
- "name": "maxReferrals",
873
- "type": "uint32"
874
- },
875
- {
876
- "internalType": "uint32",
877
- "name": "usedReferrals",
878
- "type": "uint32"
879
- },
880
- {
881
- "internalType": "Timestamp",
882
- "name": "expiryAt",
883
- "type": "uint40"
884
- },
885
- {
886
- "internalType": "bytes",
887
- "name": "data",
888
- "type": "bytes"
889
- }
890
- ],
891
- "internalType": "struct IDistribution.ReferralInfo",
892
- "name": "referralInfo",
893
- "type": "tuple"
894
- }
895
- ],
896
- "name": "createReferral",
897
- "outputs": [],
898
- "stateMutability": "nonpayable",
899
- "type": "function"
900
- },
901
- {
902
- "inputs": [
903
- {
904
- "internalType": "RiskId",
905
- "name": "riskId",
906
- "type": "bytes8"
907
- },
908
- {
909
- "components": [
910
- {
911
- "internalType": "NftId",
912
- "name": "productNftId",
913
- "type": "uint96"
914
- },
915
- {
916
- "internalType": "bytes",
917
- "name": "data",
918
- "type": "bytes"
919
- }
920
- ],
921
- "internalType": "struct IRisk.RiskInfo",
922
- "name": "risk",
923
- "type": "tuple"
924
- }
925
- ],
926
- "name": "createRisk",
927
- "outputs": [],
928
- "stateMutability": "nonpayable",
929
- "type": "function"
930
- },
931
- {
932
- "inputs": [
933
- {
934
- "internalType": "Key32",
935
- "name": "key",
936
- "type": "bytes32"
937
- }
938
- ],
939
- "name": "exists",
940
- "outputs": [
941
- {
942
- "internalType": "bool",
943
- "name": "",
944
- "type": "bool"
945
- }
946
- ],
947
- "stateMutability": "view",
948
- "type": "function"
949
- },
950
- {
951
- "inputs": [
952
- {
953
- "internalType": "Key32",
954
- "name": "key",
955
- "type": "bytes32"
956
- }
957
- ],
958
- "name": "get",
959
- "outputs": [
960
- {
961
- "components": [
962
- {
963
- "components": [
964
- {
965
- "internalType": "ObjectType",
966
- "name": "objectType",
967
- "type": "uint8"
968
- },
969
- {
970
- "internalType": "StateId",
971
- "name": "state",
972
- "type": "uint8"
973
- },
974
- {
975
- "internalType": "address",
976
- "name": "updatedBy",
977
- "type": "address"
978
- },
979
- {
980
- "internalType": "Blocknumber",
981
- "name": "updatedIn",
982
- "type": "uint32"
983
- },
984
- {
985
- "internalType": "Blocknumber",
986
- "name": "createdIn",
987
- "type": "uint32"
988
- }
989
- ],
990
- "internalType": "struct IKeyValueStore.Metadata",
991
- "name": "metadata",
992
- "type": "tuple"
993
- },
994
- {
995
- "internalType": "bytes",
996
- "name": "data",
997
- "type": "bytes"
998
- }
999
- ],
1000
- "internalType": "struct IKeyValueStore.Value",
1001
- "name": "value",
1002
- "type": "tuple"
1003
- }
1004
- ],
1005
- "stateMutability": "view",
1006
- "type": "function"
1007
- },
1008
- {
1009
- "inputs": [],
1010
- "name": "getBundleManager",
1011
- "outputs": [
1012
- {
1013
- "internalType": "contract BundleManager",
1014
- "name": "",
1015
- "type": "address"
1016
- }
1017
- ],
1018
- "stateMutability": "view",
1019
- "type": "function"
1020
- },
1021
- {
1022
- "inputs": [],
1023
- "name": "getBundleService",
1024
- "outputs": [
1025
- {
1026
- "internalType": "contract IBundleService",
1027
- "name": "",
1028
- "type": "address"
1029
- }
1030
- ],
1031
- "stateMutability": "view",
1032
- "type": "function"
1033
- },
1034
- {
1035
- "inputs": [
1036
- {
1037
- "internalType": "Key32",
1038
- "name": "key",
1039
- "type": "bytes32"
1040
- }
1041
- ],
1042
- "name": "getData",
1043
- "outputs": [
1044
- {
1045
- "internalType": "bytes",
1046
- "name": "data",
1047
- "type": "bytes"
1048
- }
1049
- ],
1050
- "stateMutability": "view",
1051
- "type": "function"
1052
- },
1053
- {
1054
- "inputs": [],
1055
- "name": "getDistributionService",
1056
- "outputs": [
1057
- {
1058
- "internalType": "contract IDistributionService",
1059
- "name": "",
1060
- "type": "address"
1061
- }
1062
- ],
1063
- "stateMutability": "view",
1064
- "type": "function"
1065
- },
1066
- {
1067
- "inputs": [],
1068
- "name": "getInitialInfo",
1069
- "outputs": [
1070
- {
1071
- "components": [
1072
- {
1073
- "internalType": "NftId",
1074
- "name": "nftId",
1075
- "type": "uint96"
1076
- },
1077
- {
1078
- "internalType": "NftId",
1079
- "name": "parentNftId",
1080
- "type": "uint96"
1081
- },
1082
- {
1083
- "internalType": "ObjectType",
1084
- "name": "objectType",
1085
- "type": "uint8"
1086
- },
1087
- {
1088
- "internalType": "bool",
1089
- "name": "isInterceptor",
1090
- "type": "bool"
1091
- },
1092
- {
1093
- "internalType": "address",
1094
- "name": "objectAddress",
1095
- "type": "address"
1096
- },
1097
- {
1098
- "internalType": "address",
1099
- "name": "initialOwner",
1100
- "type": "address"
1101
- },
1102
- {
1103
- "internalType": "bytes",
1104
- "name": "data",
1105
- "type": "bytes"
1106
- }
1107
- ],
1108
- "internalType": "struct IRegistry.ObjectInfo",
1109
- "name": "",
1110
- "type": "tuple"
1111
- }
1112
- ],
1113
- "stateMutability": "view",
1114
- "type": "function"
1115
- },
1116
- {
1117
- "inputs": [
1118
- {
1119
- "internalType": "ObjectType",
1120
- "name": "objectType",
1121
- "type": "uint8"
1122
- }
1123
- ],
1124
- "name": "getInitialState",
1125
- "outputs": [
1126
- {
1127
- "internalType": "StateId",
1128
- "name": "",
1129
- "type": "uint8"
1130
- }
1131
- ],
1132
- "stateMutability": "view",
1133
- "type": "function"
1134
- },
1135
- {
1136
- "inputs": [],
1137
- "name": "getInstanceReader",
1138
- "outputs": [
1139
- {
1140
- "internalType": "contract InstanceReader",
1141
- "name": "",
1142
- "type": "address"
1143
- }
1144
- ],
1145
- "stateMutability": "view",
1146
- "type": "function"
1147
- },
1148
- {
1149
- "inputs": [],
1150
- "name": "getMajorVersion",
1151
- "outputs": [
1152
- {
1153
- "internalType": "VersionPart",
1154
- "name": "majorVersion",
1155
- "type": "uint8"
1156
- }
1157
- ],
1158
- "stateMutability": "pure",
1159
- "type": "function"
1160
- },
1161
- {
1162
- "inputs": [
1163
- {
1164
- "internalType": "Key32",
1165
- "name": "key",
1166
- "type": "bytes32"
1167
- }
1168
- ],
1169
- "name": "getMetadata",
1170
- "outputs": [
1171
- {
1172
- "components": [
1173
- {
1174
- "internalType": "ObjectType",
1175
- "name": "objectType",
1176
- "type": "uint8"
1177
- },
1178
- {
1179
- "internalType": "StateId",
1180
- "name": "state",
1181
- "type": "uint8"
1182
- },
1183
- {
1184
- "internalType": "address",
1185
- "name": "updatedBy",
1186
- "type": "address"
1187
- },
1188
- {
1189
- "internalType": "Blocknumber",
1190
- "name": "updatedIn",
1191
- "type": "uint32"
1192
- },
1193
- {
1194
- "internalType": "Blocknumber",
1195
- "name": "createdIn",
1196
- "type": "uint32"
523
+ "internalType": "Timestamp",
524
+ "name": "createdAt",
525
+ "type": "uint40"
1197
526
  }
1198
527
  ],
1199
- "internalType": "struct IKeyValueStore.Metadata",
1200
- "name": "metadata",
1201
- "type": "tuple"
528
+ "internalType": "struct IAccess.FunctionInfo[]",
529
+ "name": "functions",
530
+ "type": "tuple[]"
1202
531
  }
1203
532
  ],
1204
- "stateMutability": "view",
533
+ "name": "authorizeFunctions",
534
+ "outputs": [],
535
+ "stateMutability": "nonpayable",
1205
536
  "type": "function"
1206
537
  },
1207
538
  {
1208
- "inputs": [],
1209
- "name": "getNftId",
1210
- "outputs": [
539
+ "inputs": [
1211
540
  {
1212
- "internalType": "NftId",
1213
- "name": "",
1214
- "type": "uint96"
541
+ "internalType": "string",
542
+ "name": "roleName",
543
+ "type": "string"
544
+ },
545
+ {
546
+ "internalType": "RoleId",
547
+ "name": "adminRoleId",
548
+ "type": "uint64"
549
+ },
550
+ {
551
+ "internalType": "uint32",
552
+ "name": "maxMemberCount",
553
+ "type": "uint32"
1215
554
  }
1216
555
  ],
1217
- "stateMutability": "view",
1218
- "type": "function"
1219
- },
1220
- {
1221
- "inputs": [],
1222
- "name": "getOwner",
556
+ "name": "createRole",
1223
557
  "outputs": [
1224
558
  {
1225
- "internalType": "address",
1226
- "name": "",
1227
- "type": "address"
559
+ "internalType": "RoleId",
560
+ "name": "roleId",
561
+ "type": "uint64"
1228
562
  }
1229
563
  ],
1230
- "stateMutability": "view",
564
+ "stateMutability": "nonpayable",
1231
565
  "type": "function"
1232
566
  },
1233
567
  {
1234
- "inputs": [],
1235
- "name": "getPolicyService",
1236
- "outputs": [
568
+ "inputs": [
1237
569
  {
1238
- "internalType": "contract IPolicyService",
1239
- "name": "",
570
+ "internalType": "address",
571
+ "name": "target",
1240
572
  "type": "address"
573
+ },
574
+ {
575
+ "internalType": "string",
576
+ "name": "name",
577
+ "type": "string"
1241
578
  }
1242
579
  ],
1243
- "stateMutability": "view",
1244
- "type": "function"
1245
- },
1246
- {
1247
- "inputs": [],
1248
- "name": "getPoolService",
580
+ "name": "createTarget",
1249
581
  "outputs": [
1250
582
  {
1251
- "internalType": "contract IPoolService",
1252
- "name": "",
1253
- "type": "address"
583
+ "internalType": "RoleId",
584
+ "name": "contractRoleId",
585
+ "type": "uint64"
1254
586
  }
1255
587
  ],
1256
- "stateMutability": "view",
588
+ "stateMutability": "nonpayable",
1257
589
  "type": "function"
1258
590
  },
1259
591
  {
1260
592
  "inputs": [],
1261
- "name": "getProductService",
593
+ "name": "getBundleSet",
1262
594
  "outputs": [
1263
595
  {
1264
- "internalType": "contract IProductService",
596
+ "internalType": "contract BundleSet",
1265
597
  "name": "",
1266
598
  "type": "address"
1267
599
  }
@@ -1271,12 +603,49 @@
1271
603
  },
1272
604
  {
1273
605
  "inputs": [],
1274
- "name": "getRegistry",
606
+ "name": "getInitialInfo",
1275
607
  "outputs": [
1276
608
  {
1277
- "internalType": "contract IRegistry",
609
+ "components": [
610
+ {
611
+ "internalType": "NftId",
612
+ "name": "nftId",
613
+ "type": "uint96"
614
+ },
615
+ {
616
+ "internalType": "NftId",
617
+ "name": "parentNftId",
618
+ "type": "uint96"
619
+ },
620
+ {
621
+ "internalType": "ObjectType",
622
+ "name": "objectType",
623
+ "type": "uint8"
624
+ },
625
+ {
626
+ "internalType": "bool",
627
+ "name": "isInterceptor",
628
+ "type": "bool"
629
+ },
630
+ {
631
+ "internalType": "address",
632
+ "name": "objectAddress",
633
+ "type": "address"
634
+ },
635
+ {
636
+ "internalType": "address",
637
+ "name": "initialOwner",
638
+ "type": "address"
639
+ },
640
+ {
641
+ "internalType": "bytes",
642
+ "name": "data",
643
+ "type": "bytes"
644
+ }
645
+ ],
646
+ "internalType": "struct IRegistry.ObjectInfo",
1278
647
  "name": "",
1279
- "type": "address"
648
+ "type": "tuple"
1280
649
  }
1281
650
  ],
1282
651
  "stateMutability": "view",
@@ -1284,10 +653,10 @@
1284
653
  },
1285
654
  {
1286
655
  "inputs": [],
1287
- "name": "getRegistryAddress",
656
+ "name": "getInstanceAdmin",
1288
657
  "outputs": [
1289
658
  {
1290
- "internalType": "address",
659
+ "internalType": "contract InstanceAdmin",
1291
660
  "name": "",
1292
661
  "type": "address"
1293
662
  }
@@ -1295,81 +664,14 @@
1295
664
  "stateMutability": "view",
1296
665
  "type": "function"
1297
666
  },
1298
- {
1299
- "inputs": [
1300
- {
1301
- "internalType": "Key32",
1302
- "name": "key",
1303
- "type": "bytes32"
1304
- }
1305
- ],
1306
- "name": "getState",
1307
- "outputs": [
1308
- {
1309
- "internalType": "StateId",
1310
- "name": "state",
1311
- "type": "uint8"
1312
- }
1313
- ],
1314
- "stateMutability": "view",
1315
- "type": "function"
1316
- },
1317
- {
1318
- "inputs": [
1319
- {
1320
- "internalType": "ObjectType",
1321
- "name": "objectType",
1322
- "type": "uint8"
1323
- }
1324
- ],
1325
- "name": "hasLifecycle",
1326
- "outputs": [
1327
- {
1328
- "internalType": "bool",
1329
- "name": "",
1330
- "type": "bool"
1331
- }
1332
- ],
1333
- "stateMutability": "view",
1334
- "type": "function"
1335
- },
1336
667
  {
1337
668
  "inputs": [],
1338
- "name": "isConsumingScheduledOp",
1339
- "outputs": [
1340
- {
1341
- "internalType": "bytes4",
1342
- "name": "",
1343
- "type": "bytes4"
1344
- }
1345
- ],
1346
- "stateMutability": "view",
1347
- "type": "function"
1348
- },
1349
- {
1350
- "inputs": [
1351
- {
1352
- "internalType": "ObjectType",
1353
- "name": "objectType",
1354
- "type": "uint8"
1355
- },
1356
- {
1357
- "internalType": "StateId",
1358
- "name": "fromId",
1359
- "type": "uint8"
1360
- },
1361
- {
1362
- "internalType": "StateId",
1363
- "name": "toId",
1364
- "type": "uint8"
1365
- }
1366
- ],
1367
- "name": "isValidTransition",
669
+ "name": "getInstanceReader",
1368
670
  "outputs": [
1369
671
  {
1370
- "internalType": "bool",
672
+ "internalType": "contract InstanceReader",
1371
673
  "name": "",
1372
- "type": "bool"
674
+ "type": "address"
1373
675
  }
1374
676
  ],
1375
677
  "stateMutability": "view",
@@ -1377,451 +679,225 @@
1377
679
  },
1378
680
  {
1379
681
  "inputs": [],
1380
- "name": "linkToRegisteredNftId",
1381
- "outputs": [],
1382
- "stateMutability": "nonpayable",
1383
- "type": "function"
1384
- },
1385
- {
1386
- "inputs": [
1387
- {
1388
- "internalType": "address",
1389
- "name": "",
1390
- "type": "address"
1391
- }
1392
- ],
1393
- "name": "setAuthority",
1394
- "outputs": [],
1395
- "stateMutability": "nonpayable",
1396
- "type": "function"
1397
- },
1398
- {
1399
- "inputs": [
1400
- {
1401
- "internalType": "bytes4",
1402
- "name": "interfaceId",
1403
- "type": "bytes4"
1404
- }
1405
- ],
1406
- "name": "supportsInterface",
682
+ "name": "getInstanceStore",
1407
683
  "outputs": [
1408
684
  {
1409
- "internalType": "bool",
685
+ "internalType": "contract InstanceStore",
1410
686
  "name": "",
1411
- "type": "bool"
687
+ "type": "address"
1412
688
  }
1413
689
  ],
1414
690
  "stateMutability": "view",
1415
691
  "type": "function"
1416
692
  },
1417
693
  {
1418
- "inputs": [
1419
- {
1420
- "internalType": "ObjectType",
1421
- "name": "objectType",
1422
- "type": "uint8"
1423
- },
1424
- {
1425
- "internalType": "KeyId",
1426
- "name": "id",
1427
- "type": "bytes31"
1428
- }
1429
- ],
1430
- "name": "toKey32",
694
+ "inputs": [],
695
+ "name": "getNftId",
1431
696
  "outputs": [
1432
- {
1433
- "internalType": "Key32",
1434
- "name": "",
1435
- "type": "bytes32"
1436
- }
1437
- ],
1438
- "stateMutability": "pure",
1439
- "type": "function"
1440
- },
1441
- {
1442
- "inputs": [
1443
697
  {
1444
698
  "internalType": "NftId",
1445
- "name": "applicationNftId",
699
+ "name": "",
1446
700
  "type": "uint96"
1447
- },
1448
- {
1449
- "components": [
1450
- {
1451
- "internalType": "NftId",
1452
- "name": "productNftId",
1453
- "type": "uint96"
1454
- },
1455
- {
1456
- "internalType": "NftId",
1457
- "name": "bundleNftId",
1458
- "type": "uint96"
1459
- },
1460
- {
1461
- "internalType": "ReferralId",
1462
- "name": "referralId",
1463
- "type": "bytes8"
1464
- },
1465
- {
1466
- "internalType": "RiskId",
1467
- "name": "riskId",
1468
- "type": "bytes8"
1469
- },
1470
- {
1471
- "internalType": "uint256",
1472
- "name": "sumInsuredAmount",
1473
- "type": "uint256"
1474
- },
1475
- {
1476
- "internalType": "uint256",
1477
- "name": "premiumAmount",
1478
- "type": "uint256"
1479
- },
1480
- {
1481
- "internalType": "uint256",
1482
- "name": "premiumPaidAmount",
1483
- "type": "uint256"
1484
- },
1485
- {
1486
- "internalType": "Seconds",
1487
- "name": "lifetime",
1488
- "type": "uint40"
1489
- },
1490
- {
1491
- "internalType": "bytes",
1492
- "name": "applicationData",
1493
- "type": "bytes"
1494
- },
1495
- {
1496
- "internalType": "bytes",
1497
- "name": "policyData",
1498
- "type": "bytes"
1499
- },
1500
- {
1501
- "internalType": "uint16",
1502
- "name": "claimsCount",
1503
- "type": "uint16"
1504
- },
1505
- {
1506
- "internalType": "uint16",
1507
- "name": "openClaimsCount",
1508
- "type": "uint16"
1509
- },
1510
- {
1511
- "internalType": "uint256",
1512
- "name": "payoutAmount",
1513
- "type": "uint256"
1514
- },
1515
- {
1516
- "internalType": "Timestamp",
1517
- "name": "activatedAt",
1518
- "type": "uint40"
1519
- },
1520
- {
1521
- "internalType": "Timestamp",
1522
- "name": "expiredAt",
1523
- "type": "uint40"
1524
- },
1525
- {
1526
- "internalType": "Timestamp",
1527
- "name": "closedAt",
1528
- "type": "uint40"
1529
- }
1530
- ],
1531
- "internalType": "struct IPolicy.PolicyInfo",
1532
- "name": "policy",
1533
- "type": "tuple"
1534
- },
1535
- {
1536
- "internalType": "StateId",
1537
- "name": "newState",
1538
- "type": "uint8"
1539
701
  }
1540
702
  ],
1541
- "name": "updateApplication",
1542
- "outputs": [],
1543
- "stateMutability": "nonpayable",
703
+ "stateMutability": "view",
1544
704
  "type": "function"
1545
705
  },
1546
706
  {
1547
- "inputs": [
1548
- {
1549
- "internalType": "NftId",
1550
- "name": "applicationNftId",
1551
- "type": "uint96"
1552
- },
707
+ "inputs": [],
708
+ "name": "getOwner",
709
+ "outputs": [
1553
710
  {
1554
- "internalType": "StateId",
1555
- "name": "newState",
1556
- "type": "uint8"
711
+ "internalType": "address",
712
+ "name": "",
713
+ "type": "address"
1557
714
  }
1558
715
  ],
1559
- "name": "updateApplicationState",
1560
- "outputs": [],
1561
- "stateMutability": "nonpayable",
716
+ "stateMutability": "view",
1562
717
  "type": "function"
1563
718
  },
1564
719
  {
1565
720
  "inputs": [
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "idx",
724
+ "type": "uint256"
725
+ }
726
+ ],
727
+ "name": "getProductNftId",
728
+ "outputs": [
1566
729
  {
1567
730
  "internalType": "NftId",
1568
- "name": "bundleNftId",
731
+ "name": "productNftId",
1569
732
  "type": "uint96"
1570
- },
733
+ }
734
+ ],
735
+ "stateMutability": "view",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [],
740
+ "name": "getRegistry",
741
+ "outputs": [
1571
742
  {
1572
- "components": [
1573
- {
1574
- "internalType": "NftId",
1575
- "name": "poolNftId",
1576
- "type": "uint96"
1577
- },
1578
- {
1579
- "components": [
1580
- {
1581
- "internalType": "UFixed",
1582
- "name": "fractionalFee",
1583
- "type": "uint256"
1584
- },
1585
- {
1586
- "internalType": "uint256",
1587
- "name": "fixedFee",
1588
- "type": "uint256"
1589
- }
1590
- ],
1591
- "internalType": "struct Fee",
1592
- "name": "fee",
1593
- "type": "tuple"
1594
- },
1595
- {
1596
- "internalType": "bytes",
1597
- "name": "filter",
1598
- "type": "bytes"
1599
- },
1600
- {
1601
- "internalType": "uint256",
1602
- "name": "capitalAmount",
1603
- "type": "uint256"
1604
- },
1605
- {
1606
- "internalType": "uint256",
1607
- "name": "lockedAmount",
1608
- "type": "uint256"
1609
- },
1610
- {
1611
- "internalType": "uint256",
1612
- "name": "balanceAmount",
1613
- "type": "uint256"
1614
- },
1615
- {
1616
- "internalType": "Seconds",
1617
- "name": "lifetime",
1618
- "type": "uint40"
1619
- },
1620
- {
1621
- "internalType": "Timestamp",
1622
- "name": "expiredAt",
1623
- "type": "uint40"
1624
- },
1625
- {
1626
- "internalType": "Timestamp",
1627
- "name": "closedAt",
1628
- "type": "uint40"
1629
- }
1630
- ],
1631
- "internalType": "struct IBundle.BundleInfo",
1632
- "name": "bundle",
1633
- "type": "tuple"
1634
- },
743
+ "internalType": "contract IRegistry",
744
+ "name": "",
745
+ "type": "address"
746
+ }
747
+ ],
748
+ "stateMutability": "view",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [],
753
+ "name": "getRelease",
754
+ "outputs": [
1635
755
  {
1636
- "internalType": "StateId",
1637
- "name": "newState",
756
+ "internalType": "VersionPart",
757
+ "name": "release",
1638
758
  "type": "uint8"
1639
759
  }
1640
760
  ],
1641
- "name": "updateBundle",
1642
- "outputs": [],
1643
- "stateMutability": "nonpayable",
761
+ "stateMutability": "view",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [],
766
+ "name": "getRiskSet",
767
+ "outputs": [
768
+ {
769
+ "internalType": "contract RiskSet",
770
+ "name": "",
771
+ "type": "address"
772
+ }
773
+ ],
774
+ "stateMutability": "view",
1644
775
  "type": "function"
1645
776
  },
1646
777
  {
1647
778
  "inputs": [
1648
779
  {
1649
- "internalType": "NftId",
1650
- "name": "bundleNftId",
1651
- "type": "uint96"
780
+ "internalType": "RoleId",
781
+ "name": "roleId",
782
+ "type": "uint64"
1652
783
  },
1653
784
  {
1654
- "internalType": "StateId",
1655
- "name": "newState",
1656
- "type": "uint8"
785
+ "internalType": "address",
786
+ "name": "account",
787
+ "type": "address"
1657
788
  }
1658
789
  ],
1659
- "name": "updateBundleState",
790
+ "name": "grantRole",
1660
791
  "outputs": [],
1661
792
  "stateMutability": "nonpayable",
1662
793
  "type": "function"
1663
794
  },
1664
795
  {
1665
- "inputs": [
796
+ "inputs": [],
797
+ "name": "isActive",
798
+ "outputs": [
1666
799
  {
1667
- "internalType": "NftId",
1668
- "name": "distributionNftId",
1669
- "type": "uint96"
1670
- },
800
+ "internalType": "bool",
801
+ "name": "active",
802
+ "type": "bool"
803
+ }
804
+ ],
805
+ "stateMutability": "view",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [],
810
+ "name": "isConsumingScheduledOp",
811
+ "outputs": [
1671
812
  {
1672
- "components": [
1673
- {
1674
- "internalType": "NftId",
1675
- "name": "productNftId",
1676
- "type": "uint96"
1677
- },
1678
- {
1679
- "internalType": "contract TokenHandler",
1680
- "name": "tokenHandler",
1681
- "type": "address"
1682
- },
1683
- {
1684
- "components": [
1685
- {
1686
- "internalType": "UFixed",
1687
- "name": "fractionalFee",
1688
- "type": "uint256"
1689
- },
1690
- {
1691
- "internalType": "uint256",
1692
- "name": "fixedFee",
1693
- "type": "uint256"
1694
- }
1695
- ],
1696
- "internalType": "struct Fee",
1697
- "name": "minDistributionOwnerFee",
1698
- "type": "tuple"
1699
- },
1700
- {
1701
- "components": [
1702
- {
1703
- "internalType": "UFixed",
1704
- "name": "fractionalFee",
1705
- "type": "uint256"
1706
- },
1707
- {
1708
- "internalType": "uint256",
1709
- "name": "fixedFee",
1710
- "type": "uint256"
1711
- }
1712
- ],
1713
- "internalType": "struct Fee",
1714
- "name": "distributionFee",
1715
- "type": "tuple"
1716
- },
1717
- {
1718
- "internalType": "address",
1719
- "name": "wallet",
1720
- "type": "address"
1721
- },
1722
- {
1723
- "internalType": "uint256",
1724
- "name": "sumDistributionFees",
1725
- "type": "uint256"
1726
- }
1727
- ],
1728
- "internalType": "struct ISetup.DistributionSetupInfo",
1729
- "name": "setup",
1730
- "type": "tuple"
1731
- },
813
+ "internalType": "bytes4",
814
+ "name": "",
815
+ "type": "bytes4"
816
+ }
817
+ ],
818
+ "stateMutability": "view",
819
+ "type": "function"
820
+ },
821
+ {
822
+ "inputs": [],
823
+ "name": "isInstanceLocked",
824
+ "outputs": [
1732
825
  {
1733
- "internalType": "StateId",
1734
- "name": "newState",
1735
- "type": "uint8"
826
+ "internalType": "bool",
827
+ "name": "isLocked",
828
+ "type": "bool"
1736
829
  }
1737
830
  ],
1738
- "name": "updateDistributionSetup",
1739
- "outputs": [],
1740
- "stateMutability": "nonpayable",
831
+ "stateMutability": "view",
1741
832
  "type": "function"
1742
833
  },
1743
834
  {
1744
835
  "inputs": [
1745
836
  {
1746
- "internalType": "NftId",
1747
- "name": "distributionNftId",
1748
- "type": "uint96"
1749
- },
837
+ "internalType": "address",
838
+ "name": "target",
839
+ "type": "address"
840
+ }
841
+ ],
842
+ "name": "isTargetLocked",
843
+ "outputs": [
1750
844
  {
1751
- "internalType": "StateId",
1752
- "name": "newState",
1753
- "type": "uint8"
845
+ "internalType": "bool",
846
+ "name": "isLocked",
847
+ "type": "bool"
1754
848
  }
1755
849
  ],
1756
- "name": "updateDistributionSetupState",
1757
- "outputs": [],
1758
- "stateMutability": "nonpayable",
850
+ "stateMutability": "view",
1759
851
  "type": "function"
1760
852
  },
1761
853
  {
1762
- "inputs": [
854
+ "inputs": [],
855
+ "name": "isTokenRegistryDisabled",
856
+ "outputs": [
857
+ {
858
+ "internalType": "bool",
859
+ "name": "",
860
+ "type": "bool"
861
+ }
862
+ ],
863
+ "stateMutability": "view",
864
+ "type": "function"
865
+ },
866
+ {
867
+ "inputs": [],
868
+ "name": "linkToRegisteredNftId",
869
+ "outputs": [
1763
870
  {
1764
871
  "internalType": "NftId",
1765
- "name": "nftId",
872
+ "name": "",
1766
873
  "type": "uint96"
1767
- },
1768
- {
1769
- "components": [
1770
- {
1771
- "internalType": "DistributorType",
1772
- "name": "distributorType",
1773
- "type": "bytes8"
1774
- },
1775
- {
1776
- "internalType": "bool",
1777
- "name": "active",
1778
- "type": "bool"
1779
- },
1780
- {
1781
- "internalType": "bytes",
1782
- "name": "data",
1783
- "type": "bytes"
1784
- },
1785
- {
1786
- "internalType": "uint256",
1787
- "name": "sumCommisions",
1788
- "type": "uint256"
1789
- },
1790
- {
1791
- "internalType": "uint256",
1792
- "name": "numPoliciesSold",
1793
- "type": "uint256"
1794
- }
1795
- ],
1796
- "internalType": "struct IDistribution.DistributorInfo",
1797
- "name": "info",
1798
- "type": "tuple"
1799
- },
1800
- {
1801
- "internalType": "StateId",
1802
- "name": "newState",
1803
- "type": "uint8"
1804
874
  }
1805
875
  ],
1806
- "name": "updateDistributor",
1807
- "outputs": [],
1808
876
  "stateMutability": "nonpayable",
1809
877
  "type": "function"
1810
878
  },
879
+ {
880
+ "inputs": [],
881
+ "name": "products",
882
+ "outputs": [
883
+ {
884
+ "internalType": "uint256",
885
+ "name": "productCount",
886
+ "type": "uint256"
887
+ }
888
+ ],
889
+ "stateMutability": "view",
890
+ "type": "function"
891
+ },
1811
892
  {
1812
893
  "inputs": [
1813
894
  {
1814
- "internalType": "NftId",
1815
- "name": "nftId",
895
+ "internalType": "Amount",
896
+ "name": "dipAmount",
1816
897
  "type": "uint96"
1817
- },
1818
- {
1819
- "internalType": "StateId",
1820
- "name": "newState",
1821
- "type": "uint8"
1822
898
  }
1823
899
  ],
1824
- "name": "updateDistributorState",
900
+ "name": "refillStakingRewardReserves",
1825
901
  "outputs": [],
1826
902
  "stateMutability": "nonpayable",
1827
903
  "type": "function"
@@ -1829,87 +905,41 @@
1829
905
  {
1830
906
  "inputs": [
1831
907
  {
1832
- "internalType": "Key32",
1833
- "name": "distributorKey",
1834
- "type": "bytes32"
908
+ "internalType": "address",
909
+ "name": "product",
910
+ "type": "address"
1835
911
  },
1836
912
  {
1837
- "components": [
1838
- {
1839
- "internalType": "string",
1840
- "name": "name",
1841
- "type": "string"
1842
- },
1843
- {
1844
- "internalType": "UFixed",
1845
- "name": "minDiscountPercentage",
1846
- "type": "uint256"
1847
- },
1848
- {
1849
- "internalType": "UFixed",
1850
- "name": "maxDiscountPercentage",
1851
- "type": "uint256"
1852
- },
1853
- {
1854
- "internalType": "UFixed",
1855
- "name": "commissionPercentage",
1856
- "type": "uint256"
1857
- },
1858
- {
1859
- "internalType": "uint32",
1860
- "name": "maxReferralCount",
1861
- "type": "uint32"
1862
- },
1863
- {
1864
- "internalType": "uint32",
1865
- "name": "maxReferralLifetime",
1866
- "type": "uint32"
1867
- },
1868
- {
1869
- "internalType": "bool",
1870
- "name": "allowSelfReferrals",
1871
- "type": "bool"
1872
- },
1873
- {
1874
- "internalType": "bool",
1875
- "name": "allowRenewals",
1876
- "type": "bool"
1877
- },
1878
- {
1879
- "internalType": "bytes",
1880
- "name": "data",
1881
- "type": "bytes"
1882
- }
1883
- ],
1884
- "internalType": "struct IDistribution.DistributorTypeInfo",
1885
- "name": "info",
1886
- "type": "tuple"
1887
- },
913
+ "internalType": "address",
914
+ "name": "token",
915
+ "type": "address"
916
+ }
917
+ ],
918
+ "name": "registerProduct",
919
+ "outputs": [
1888
920
  {
1889
- "internalType": "StateId",
1890
- "name": "newState",
1891
- "type": "uint8"
921
+ "internalType": "NftId",
922
+ "name": "productNftId",
923
+ "type": "uint96"
1892
924
  }
1893
925
  ],
1894
- "name": "updateDistributorType",
1895
- "outputs": [],
1896
926
  "stateMutability": "nonpayable",
1897
927
  "type": "function"
1898
928
  },
1899
929
  {
1900
930
  "inputs": [
1901
931
  {
1902
- "internalType": "Key32",
1903
- "name": "distributorKey",
1904
- "type": "bytes32"
932
+ "internalType": "RoleId",
933
+ "name": "roleId",
934
+ "type": "uint64"
1905
935
  },
1906
936
  {
1907
- "internalType": "StateId",
1908
- "name": "newState",
1909
- "type": "uint8"
937
+ "internalType": "address",
938
+ "name": "account",
939
+ "type": "address"
1910
940
  }
1911
941
  ],
1912
- "name": "updateDistributorTypeState",
942
+ "name": "revokeRole",
1913
943
  "outputs": [],
1914
944
  "stateMutability": "nonpayable",
1915
945
  "type": "function"
@@ -1917,104 +947,12 @@
1917
947
  {
1918
948
  "inputs": [
1919
949
  {
1920
- "internalType": "NftId",
1921
- "name": "policyNftId",
1922
- "type": "uint96"
1923
- },
1924
- {
1925
- "components": [
1926
- {
1927
- "internalType": "NftId",
1928
- "name": "productNftId",
1929
- "type": "uint96"
1930
- },
1931
- {
1932
- "internalType": "NftId",
1933
- "name": "bundleNftId",
1934
- "type": "uint96"
1935
- },
1936
- {
1937
- "internalType": "ReferralId",
1938
- "name": "referralId",
1939
- "type": "bytes8"
1940
- },
1941
- {
1942
- "internalType": "RiskId",
1943
- "name": "riskId",
1944
- "type": "bytes8"
1945
- },
1946
- {
1947
- "internalType": "uint256",
1948
- "name": "sumInsuredAmount",
1949
- "type": "uint256"
1950
- },
1951
- {
1952
- "internalType": "uint256",
1953
- "name": "premiumAmount",
1954
- "type": "uint256"
1955
- },
1956
- {
1957
- "internalType": "uint256",
1958
- "name": "premiumPaidAmount",
1959
- "type": "uint256"
1960
- },
1961
- {
1962
- "internalType": "Seconds",
1963
- "name": "lifetime",
1964
- "type": "uint40"
1965
- },
1966
- {
1967
- "internalType": "bytes",
1968
- "name": "applicationData",
1969
- "type": "bytes"
1970
- },
1971
- {
1972
- "internalType": "bytes",
1973
- "name": "policyData",
1974
- "type": "bytes"
1975
- },
1976
- {
1977
- "internalType": "uint16",
1978
- "name": "claimsCount",
1979
- "type": "uint16"
1980
- },
1981
- {
1982
- "internalType": "uint16",
1983
- "name": "openClaimsCount",
1984
- "type": "uint16"
1985
- },
1986
- {
1987
- "internalType": "uint256",
1988
- "name": "payoutAmount",
1989
- "type": "uint256"
1990
- },
1991
- {
1992
- "internalType": "Timestamp",
1993
- "name": "activatedAt",
1994
- "type": "uint40"
1995
- },
1996
- {
1997
- "internalType": "Timestamp",
1998
- "name": "expiredAt",
1999
- "type": "uint40"
2000
- },
2001
- {
2002
- "internalType": "Timestamp",
2003
- "name": "closedAt",
2004
- "type": "uint40"
2005
- }
2006
- ],
2007
- "internalType": "struct IPolicy.PolicyInfo",
2008
- "name": "policy",
2009
- "type": "tuple"
2010
- },
2011
- {
2012
- "internalType": "StateId",
2013
- "name": "newState",
2014
- "type": "uint8"
950
+ "internalType": "address",
951
+ "name": "",
952
+ "type": "address"
2015
953
  }
2016
954
  ],
2017
- "name": "updatePolicy",
955
+ "name": "setAuthority",
2018
956
  "outputs": [],
2019
957
  "stateMutability": "nonpayable",
2020
958
  "type": "function"
@@ -2022,17 +960,12 @@
2022
960
  {
2023
961
  "inputs": [
2024
962
  {
2025
- "internalType": "NftId",
2026
- "name": "policyNftId",
2027
- "type": "uint96"
2028
- },
2029
- {
2030
- "internalType": "StateId",
2031
- "name": "newState",
2032
- "type": "uint8"
963
+ "internalType": "bool",
964
+ "name": "locked",
965
+ "type": "bool"
2033
966
  }
2034
967
  ],
2035
- "name": "updatePolicyState",
968
+ "name": "setInstanceLocked",
2036
969
  "outputs": [],
2037
970
  "stateMutability": "nonpayable",
2038
971
  "type": "function"
@@ -2040,120 +973,12 @@
2040
973
  {
2041
974
  "inputs": [
2042
975
  {
2043
- "internalType": "NftId",
2044
- "name": "poolNftId",
2045
- "type": "uint96"
2046
- },
2047
- {
2048
- "components": [
2049
- {
2050
- "internalType": "NftId",
2051
- "name": "productNftId",
2052
- "type": "uint96"
2053
- },
2054
- {
2055
- "internalType": "contract TokenHandler",
2056
- "name": "tokenHandler",
2057
- "type": "address"
2058
- },
2059
- {
2060
- "internalType": "uint256",
2061
- "name": "maxCapitalAmount",
2062
- "type": "uint256"
2063
- },
2064
- {
2065
- "internalType": "bool",
2066
- "name": "isInterceptingBundleTransfers",
2067
- "type": "bool"
2068
- },
2069
- {
2070
- "internalType": "bool",
2071
- "name": "isExternallyManaged",
2072
- "type": "bool"
2073
- },
2074
- {
2075
- "internalType": "bool",
2076
- "name": "isVerifyingApplications",
2077
- "type": "bool"
2078
- },
2079
- {
2080
- "internalType": "UFixed",
2081
- "name": "collateralizationLevel",
2082
- "type": "uint256"
2083
- },
2084
- {
2085
- "internalType": "UFixed",
2086
- "name": "retentionLevel",
2087
- "type": "uint256"
2088
- },
2089
- {
2090
- "components": [
2091
- {
2092
- "internalType": "UFixed",
2093
- "name": "fractionalFee",
2094
- "type": "uint256"
2095
- },
2096
- {
2097
- "internalType": "uint256",
2098
- "name": "fixedFee",
2099
- "type": "uint256"
2100
- }
2101
- ],
2102
- "internalType": "struct Fee",
2103
- "name": "poolFee",
2104
- "type": "tuple"
2105
- },
2106
- {
2107
- "components": [
2108
- {
2109
- "internalType": "UFixed",
2110
- "name": "fractionalFee",
2111
- "type": "uint256"
2112
- },
2113
- {
2114
- "internalType": "uint256",
2115
- "name": "fixedFee",
2116
- "type": "uint256"
2117
- }
2118
- ],
2119
- "internalType": "struct Fee",
2120
- "name": "stakingFee",
2121
- "type": "tuple"
2122
- },
2123
- {
2124
- "components": [
2125
- {
2126
- "internalType": "UFixed",
2127
- "name": "fractionalFee",
2128
- "type": "uint256"
2129
- },
2130
- {
2131
- "internalType": "uint256",
2132
- "name": "fixedFee",
2133
- "type": "uint256"
2134
- }
2135
- ],
2136
- "internalType": "struct Fee",
2137
- "name": "performanceFee",
2138
- "type": "tuple"
2139
- },
2140
- {
2141
- "internalType": "address",
2142
- "name": "wallet",
2143
- "type": "address"
2144
- }
2145
- ],
2146
- "internalType": "struct ISetup.PoolSetupInfo",
2147
- "name": "setup",
2148
- "type": "tuple"
2149
- },
2150
- {
2151
- "internalType": "StateId",
2152
- "name": "newState",
2153
- "type": "uint8"
976
+ "internalType": "contract InstanceReader",
977
+ "name": "instanceReader",
978
+ "type": "address"
2154
979
  }
2155
980
  ],
2156
- "name": "updatePoolSetup",
981
+ "name": "setInstanceReader",
2157
982
  "outputs": [],
2158
983
  "stateMutability": "nonpayable",
2159
984
  "type": "function"
@@ -2161,17 +986,17 @@
2161
986
  {
2162
987
  "inputs": [
2163
988
  {
2164
- "internalType": "NftId",
2165
- "name": "poolNftId",
2166
- "type": "uint96"
989
+ "internalType": "RoleId",
990
+ "name": "roleId",
991
+ "type": "uint64"
2167
992
  },
2168
993
  {
2169
- "internalType": "StateId",
2170
- "name": "newState",
2171
- "type": "uint8"
994
+ "internalType": "bool",
995
+ "name": "active",
996
+ "type": "bool"
2172
997
  }
2173
998
  ],
2174
- "name": "updatePoolSetupState",
999
+ "name": "setRoleActive",
2175
1000
  "outputs": [],
2176
1001
  "stateMutability": "nonpayable",
2177
1002
  "type": "function"
@@ -2179,88 +1004,12 @@
2179
1004
  {
2180
1005
  "inputs": [
2181
1006
  {
2182
- "internalType": "NftId",
2183
- "name": "productNftId",
2184
- "type": "uint96"
2185
- },
2186
- {
2187
- "components": [
2188
- {
2189
- "internalType": "contract IERC20Metadata",
2190
- "name": "token",
2191
- "type": "address"
2192
- },
2193
- {
2194
- "internalType": "contract TokenHandler",
2195
- "name": "tokenHandler",
2196
- "type": "address"
2197
- },
2198
- {
2199
- "internalType": "NftId",
2200
- "name": "distributionNftId",
2201
- "type": "uint96"
2202
- },
2203
- {
2204
- "internalType": "NftId",
2205
- "name": "poolNftId",
2206
- "type": "uint96"
2207
- },
2208
- {
2209
- "components": [
2210
- {
2211
- "internalType": "UFixed",
2212
- "name": "fractionalFee",
2213
- "type": "uint256"
2214
- },
2215
- {
2216
- "internalType": "uint256",
2217
- "name": "fixedFee",
2218
- "type": "uint256"
2219
- }
2220
- ],
2221
- "internalType": "struct Fee",
2222
- "name": "productFee",
2223
- "type": "tuple"
2224
- },
2225
- {
2226
- "components": [
2227
- {
2228
- "internalType": "UFixed",
2229
- "name": "fractionalFee",
2230
- "type": "uint256"
2231
- },
2232
- {
2233
- "internalType": "uint256",
2234
- "name": "fixedFee",
2235
- "type": "uint256"
2236
- }
2237
- ],
2238
- "internalType": "struct Fee",
2239
- "name": "processingFee",
2240
- "type": "tuple"
2241
- },
2242
- {
2243
- "internalType": "bool",
2244
- "name": "isIntercepting",
2245
- "type": "bool"
2246
- },
2247
- {
2248
- "internalType": "address",
2249
- "name": "wallet",
2250
- "type": "address"
2251
- }
2252
- ],
2253
- "internalType": "struct ISetup.ProductSetupInfo",
2254
- "name": "setup",
2255
- "type": "tuple"
2256
- },
2257
- {
2258
- "internalType": "StateId",
2259
- "name": "newState",
2260
- "type": "uint8"
1007
+ "internalType": "Seconds",
1008
+ "name": "stakeLockingPeriod",
1009
+ "type": "uint40"
2261
1010
  }
2262
1011
  ],
2263
- "name": "updateProductSetup",
1012
+ "name": "setStakingLockingPeriod",
2264
1013
  "outputs": [],
2265
1014
  "stateMutability": "nonpayable",
2266
1015
  "type": "function"
@@ -2268,17 +1017,12 @@
2268
1017
  {
2269
1018
  "inputs": [
2270
1019
  {
2271
- "internalType": "NftId",
2272
- "name": "productNftId",
1020
+ "internalType": "Amount",
1021
+ "name": "maxStakedAmount",
2273
1022
  "type": "uint96"
2274
- },
2275
- {
2276
- "internalType": "StateId",
2277
- "name": "newState",
2278
- "type": "uint8"
2279
1023
  }
2280
1024
  ],
2281
- "name": "updateProductSetupState",
1025
+ "name": "setStakingMaxAmount",
2282
1026
  "outputs": [],
2283
1027
  "stateMutability": "nonpayable",
2284
1028
  "type": "function"
@@ -2286,59 +1030,12 @@
2286
1030
  {
2287
1031
  "inputs": [
2288
1032
  {
2289
- "internalType": "Key32",
2290
- "name": "referralKey",
2291
- "type": "bytes32"
2292
- },
2293
- {
2294
- "components": [
2295
- {
2296
- "internalType": "NftId",
2297
- "name": "distributorNftId",
2298
- "type": "uint96"
2299
- },
2300
- {
2301
- "internalType": "string",
2302
- "name": "referralCode",
2303
- "type": "string"
2304
- },
2305
- {
2306
- "internalType": "UFixed",
2307
- "name": "discountPercentage",
2308
- "type": "uint256"
2309
- },
2310
- {
2311
- "internalType": "uint32",
2312
- "name": "maxReferrals",
2313
- "type": "uint32"
2314
- },
2315
- {
2316
- "internalType": "uint32",
2317
- "name": "usedReferrals",
2318
- "type": "uint32"
2319
- },
2320
- {
2321
- "internalType": "Timestamp",
2322
- "name": "expiryAt",
2323
- "type": "uint40"
2324
- },
2325
- {
2326
- "internalType": "bytes",
2327
- "name": "data",
2328
- "type": "bytes"
2329
- }
2330
- ],
2331
- "internalType": "struct IDistribution.ReferralInfo",
2332
- "name": "referralInfo",
2333
- "type": "tuple"
2334
- },
2335
- {
2336
- "internalType": "StateId",
2337
- "name": "newState",
2338
- "type": "uint8"
1033
+ "internalType": "UFixed",
1034
+ "name": "rewardRate",
1035
+ "type": "uint160"
2339
1036
  }
2340
1037
  ],
2341
- "name": "updateReferral",
1038
+ "name": "setStakingRewardRate",
2342
1039
  "outputs": [],
2343
1040
  "stateMutability": "nonpayable",
2344
1041
  "type": "function"
@@ -2346,17 +1043,17 @@
2346
1043
  {
2347
1044
  "inputs": [
2348
1045
  {
2349
- "internalType": "Key32",
2350
- "name": "referralKey",
2351
- "type": "bytes32"
1046
+ "internalType": "address",
1047
+ "name": "target",
1048
+ "type": "address"
2352
1049
  },
2353
1050
  {
2354
- "internalType": "StateId",
2355
- "name": "newState",
2356
- "type": "uint8"
1051
+ "internalType": "bool",
1052
+ "name": "locked",
1053
+ "type": "bool"
2357
1054
  }
2358
1055
  ],
2359
- "name": "updateReferralState",
1056
+ "name": "setTargetLocked",
2360
1057
  "outputs": [],
2361
1058
  "stateMutability": "nonpayable",
2362
1059
  "type": "function"
@@ -2364,34 +1061,60 @@
2364
1061
  {
2365
1062
  "inputs": [
2366
1063
  {
2367
- "internalType": "RiskId",
2368
- "name": "riskId",
2369
- "type": "bytes8"
1064
+ "internalType": "bytes4",
1065
+ "name": "interfaceId",
1066
+ "type": "bytes4"
1067
+ }
1068
+ ],
1069
+ "name": "supportsInterface",
1070
+ "outputs": [
1071
+ {
1072
+ "internalType": "bool",
1073
+ "name": "",
1074
+ "type": "bool"
1075
+ }
1076
+ ],
1077
+ "stateMutability": "view",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [
1082
+ {
1083
+ "internalType": "address",
1084
+ "name": "target",
1085
+ "type": "address"
2370
1086
  },
2371
1087
  {
2372
1088
  "components": [
2373
1089
  {
2374
- "internalType": "NftId",
2375
- "name": "productNftId",
2376
- "type": "uint96"
1090
+ "internalType": "Str",
1091
+ "name": "name",
1092
+ "type": "bytes32"
2377
1093
  },
2378
1094
  {
2379
- "internalType": "bytes",
2380
- "name": "data",
2381
- "type": "bytes"
1095
+ "internalType": "Selector",
1096
+ "name": "selector",
1097
+ "type": "bytes4"
1098
+ },
1099
+ {
1100
+ "internalType": "Timestamp",
1101
+ "name": "createdAt",
1102
+ "type": "uint40"
2382
1103
  }
2383
1104
  ],
2384
- "internalType": "struct IRisk.RiskInfo",
2385
- "name": "risk",
2386
- "type": "tuple"
2387
- },
2388
- {
2389
- "internalType": "StateId",
2390
- "name": "newState",
2391
- "type": "uint8"
1105
+ "internalType": "struct IAccess.FunctionInfo[]",
1106
+ "name": "functions",
1107
+ "type": "tuple[]"
2392
1108
  }
2393
1109
  ],
2394
- "name": "updateRisk",
1110
+ "name": "unauthorizeFunctions",
1111
+ "outputs": [],
1112
+ "stateMutability": "nonpayable",
1113
+ "type": "function"
1114
+ },
1115
+ {
1116
+ "inputs": [],
1117
+ "name": "upgradeInstanceReader",
2395
1118
  "outputs": [],
2396
1119
  "stateMutability": "nonpayable",
2397
1120
  "type": "function"
@@ -2399,18 +1122,19 @@
2399
1122
  {
2400
1123
  "inputs": [
2401
1124
  {
2402
- "internalType": "RiskId",
2403
- "name": "riskId",
2404
- "type": "bytes8"
2405
- },
1125
+ "internalType": "Amount",
1126
+ "name": "dipAmount",
1127
+ "type": "uint96"
1128
+ }
1129
+ ],
1130
+ "name": "withdrawStakingRewardReserves",
1131
+ "outputs": [
2406
1132
  {
2407
- "internalType": "StateId",
2408
- "name": "newState",
2409
- "type": "uint8"
1133
+ "internalType": "Amount",
1134
+ "name": "newBalance",
1135
+ "type": "uint96"
2410
1136
  }
2411
1137
  ],
2412
- "name": "updateRiskState",
2413
- "outputs": [],
2414
1138
  "stateMutability": "nonpayable",
2415
1139
  "type": "function"
2416
1140
  }