@etherisc/gif-next 0.0.2-bdcb44f-543 → 0.0.2-be78639-672

Sign up to get free protection for your applications and to get access to all the features.
Files changed (736) hide show
  1. package/README.md +178 -409
  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 +810 -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 +1735 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2008 -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 +817 -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 +1400 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -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 +294 -285
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -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 +1474 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -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 +1429 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
  66. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  67. package/artifacts/contracts/instance/{base/IKeyValueStore.sol/IKeyValueStore.json → BaseStore.sol/BaseStore.json} +87 -184
  68. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  69. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  70. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  72. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +595 -1842
  74. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  75. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +678 -85
  76. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  77. package/artifacts/contracts/instance/Instance.sol/Instance.json +684 -2663
  78. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2400 -0
  80. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
  82. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1881 -710
  84. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  85. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +621 -319
  86. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  87. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +217 -118
  88. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
  90. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
  92. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  93. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  94. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  96. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  97. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  98. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  100. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  102. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  103. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  104. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  105. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  106. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  107. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  108. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  109. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  110. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  111. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  112. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  113. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  114. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
  116. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
  118. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  120. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  121. package/artifacts/contracts/{components/Component.sol/Component.json → oracle/IOracleComponent.sol/IOracleComponent.json} +230 -242
  122. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  124. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
  126. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  127. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  128. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  129. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +830 -0
  130. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  131. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +317 -536
  132. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
  134. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  135. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
  136. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +886 -0
  138. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  140. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  141. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -0
  142. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  143. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  144. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  145. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +402 -416
  146. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  147. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  148. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  149. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  150. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  151. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +886 -0
  152. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  153. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  154. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +810 -0
  156. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  157. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → product/BasicProduct.sol/BasicProduct.json} +435 -565
  158. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  159. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
  160. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  161. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
  162. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +906 -0
  164. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  166. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  168. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  169. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  170. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  171. package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +243 -147
  172. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  173. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
  174. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  175. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IRiskService.sol/IRiskService.json} +289 -143
  176. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  177. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  178. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  179. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  180. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  181. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +874 -0
  182. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  183. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  184. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  185. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +834 -0
  186. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  187. package/artifacts/contracts/{components → product}/Product.sol/Product.json +467 -459
  188. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  189. package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
  190. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  191. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
  192. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  193. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  194. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  195. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +515 -31
  196. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  197. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +306 -124
  198. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  199. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  200. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  201. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  202. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  203. package/artifacts/contracts/registry/Registry.sol/Registry.json +999 -124
  204. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  205. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2255 -0
  206. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  207. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
  208. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  209. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +381 -260
  210. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  211. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +233 -110
  212. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2271 -0
  214. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  216. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  217. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1401 -0
  218. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  219. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
  220. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  221. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -137
  222. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  223. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  224. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
  226. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  230. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  234. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  235. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  236. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/IComponent.sol/IComponent.json} +271 -203
  238. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  240. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  241. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +261 -236
  242. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  243. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +38 -10
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  247. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +163 -3
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  251. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  252. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  253. package/artifacts/contracts/shared/IService.sol/IService.json +177 -18
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  257. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
  258. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  259. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  260. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  261. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  262. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  263. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +47 -70
  264. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  265. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
  266. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  267. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +145 -100
  268. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  269. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  270. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  271. package/artifacts/contracts/shared/Service.sol/Service.json +163 -106
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  276. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  278. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  279. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
  280. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  282. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  283. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  284. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  285. package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
  286. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  288. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
  290. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  292. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
  294. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
  296. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  298. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  299. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  301. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  303. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +270 -0
  308. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  310. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  312. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  314. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  316. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  318. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  319. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  320. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  322. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  323. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  324. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  326. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  328. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  330. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  332. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  334. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  336. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +289 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  340. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  342. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  344. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  346. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  348. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  350. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  352. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  353. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  354. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  355. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
  356. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
  358. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  360. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  361. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
  362. package/contracts/accounting/AccountingService.sol +274 -0
  363. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  364. package/contracts/accounting/IAccountingService.sol +47 -0
  365. package/contracts/authorization/AccessAdmin.sol +679 -0
  366. package/contracts/authorization/AccessAdminLib.sol +678 -0
  367. package/contracts/authorization/AccessManagerCloneable.sol +140 -0
  368. package/contracts/authorization/Authorization.sol +190 -0
  369. package/contracts/authorization/IAccess.sol +66 -0
  370. package/contracts/authorization/IAccessAdmin.sol +142 -0
  371. package/contracts/authorization/IAuthorization.sol +26 -0
  372. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  373. package/contracts/authorization/ServiceAuthorization.sol +300 -0
  374. package/contracts/distribution/BasicDistribution.sol +140 -0
  375. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  376. package/contracts/distribution/Distribution.sol +245 -0
  377. package/contracts/distribution/DistributionService.sol +448 -0
  378. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  379. package/contracts/distribution/IDistributionComponent.sol +45 -0
  380. package/contracts/distribution/IDistributionService.sol +115 -0
  381. package/contracts/examples/fire/DamageLevel.sol +59 -0
  382. package/contracts/examples/fire/FirePool.sol +86 -0
  383. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  384. package/contracts/examples/fire/FireProduct.sol +433 -0
  385. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  386. package/contracts/examples/fire/FireUSD.sol +26 -0
  387. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  388. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  389. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  390. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  391. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  392. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  393. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  394. package/contracts/instance/BaseStore.sol +93 -0
  395. package/contracts/instance/BundleSet.sol +130 -0
  396. package/contracts/instance/IBaseStore.sol +37 -0
  397. package/contracts/instance/IInstance.sol +130 -66
  398. package/contracts/instance/IInstanceService.sol +86 -26
  399. package/contracts/instance/Instance.sol +266 -206
  400. package/contracts/instance/InstanceAdmin.sol +307 -0
  401. package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
  402. package/contracts/instance/InstanceReader.sol +506 -193
  403. package/contracts/instance/InstanceService.sol +412 -388
  404. package/contracts/instance/InstanceServiceManager.sol +14 -29
  405. package/contracts/instance/InstanceStore.sol +323 -0
  406. package/contracts/instance/ProductStore.sol +290 -0
  407. package/contracts/instance/RiskSet.sol +126 -0
  408. package/contracts/instance/TargetNames.sol +10 -0
  409. package/contracts/instance/base/BalanceStore.sol +121 -0
  410. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  411. package/contracts/instance/base/ObjectCounter.sol +20 -0
  412. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  413. package/contracts/instance/base/ObjectSet.sol +77 -0
  414. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  415. package/contracts/instance/module/IBundle.sol +10 -10
  416. package/contracts/instance/module/IComponents.sol +60 -0
  417. package/contracts/instance/module/IDistribution.sol +25 -12
  418. package/contracts/instance/module/IPolicy.sol +71 -38
  419. package/contracts/instance/module/IRisk.sol +6 -1
  420. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  421. package/contracts/oracle/BasicOracle.sol +44 -0
  422. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  423. package/contracts/oracle/IOracle.sol +41 -0
  424. package/contracts/oracle/IOracleComponent.sol +33 -0
  425. package/contracts/oracle/IOracleService.sol +66 -0
  426. package/contracts/oracle/Oracle.sol +152 -0
  427. package/contracts/oracle/OracleService.sol +310 -0
  428. package/contracts/oracle/OracleServiceManager.sol +39 -0
  429. package/contracts/pool/BasicPool.sol +161 -0
  430. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  431. package/contracts/pool/BundleService.sol +386 -0
  432. package/contracts/pool/BundleServiceManager.sol +39 -0
  433. package/contracts/pool/IBundleService.sol +116 -0
  434. package/contracts/pool/IPoolComponent.sol +62 -0
  435. package/contracts/pool/IPoolService.sol +170 -0
  436. package/contracts/pool/Pool.sol +331 -0
  437. package/contracts/pool/PoolLib.sol +341 -0
  438. package/contracts/pool/PoolService.sol +614 -0
  439. package/contracts/pool/PoolServiceManager.sol +39 -0
  440. package/contracts/product/ApplicationService.sol +327 -0
  441. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  442. package/contracts/product/BasicProduct.sol +48 -0
  443. package/contracts/product/BasicProductAuthorization.sol +63 -0
  444. package/contracts/product/ClaimService.sol +626 -0
  445. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  446. package/contracts/{instance/service → product}/IApplicationService.sol +41 -35
  447. package/contracts/product/IClaimService.sol +136 -0
  448. package/contracts/product/IPolicyService.sol +102 -0
  449. package/contracts/product/IPricingService.sol +40 -0
  450. package/contracts/product/IProductComponent.sol +62 -0
  451. package/contracts/product/IRiskService.sol +48 -0
  452. package/contracts/product/PolicyService.sol +645 -0
  453. package/contracts/product/PolicyServiceLib.sol +139 -0
  454. package/contracts/product/PolicyServiceManager.sol +39 -0
  455. package/contracts/product/PricingService.sol +306 -0
  456. package/contracts/product/PricingServiceManager.sol +39 -0
  457. package/contracts/product/Product.sol +491 -0
  458. package/contracts/product/RiskService.sol +189 -0
  459. package/contracts/product/RiskServiceManager.sol +39 -0
  460. package/contracts/registry/ChainNft.sol +83 -36
  461. package/contracts/registry/IRegistry.sol +106 -33
  462. package/contracts/registry/IRegistryService.sol +36 -41
  463. package/contracts/registry/IRelease.sol +29 -0
  464. package/contracts/registry/ITransferInterceptor.sol +1 -1
  465. package/contracts/registry/Registry.sol +481 -209
  466. package/contracts/registry/RegistryAdmin.sol +173 -0
  467. package/contracts/registry/RegistryAuthorization.sol +337 -0
  468. package/contracts/registry/RegistryService.sol +90 -132
  469. package/contracts/registry/RegistryServiceManager.sol +23 -32
  470. package/contracts/registry/ReleaseAdmin.sol +199 -0
  471. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  472. package/contracts/registry/ReleaseRegistry.sol +525 -0
  473. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  474. package/contracts/registry/TokenRegistry.sol +265 -64
  475. package/contracts/shared/Component.sol +210 -0
  476. package/contracts/shared/ComponentService.sol +691 -0
  477. package/contracts/shared/ComponentServiceManager.sol +38 -0
  478. package/contracts/shared/ContractLib.sol +312 -0
  479. package/contracts/shared/IComponent.sol +58 -0
  480. package/contracts/shared/IComponentService.sol +111 -0
  481. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  482. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  483. package/contracts/shared/INftOwnable.sol +6 -2
  484. package/contracts/shared/IPolicyHolder.sol +23 -14
  485. package/contracts/shared/IRegisterable.sol +22 -1
  486. package/contracts/shared/IRegistryLinked.sol +0 -1
  487. package/contracts/shared/IService.sol +12 -7
  488. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
  489. package/contracts/shared/InstanceLinkedComponent.sol +192 -0
  490. package/contracts/shared/Lifecycle.sol +88 -0
  491. package/contracts/shared/NftIdSet.sol +65 -0
  492. package/contracts/shared/NftOwnable.sol +36 -27
  493. package/contracts/shared/PolicyHolder.sol +23 -41
  494. package/contracts/shared/Registerable.sol +52 -20
  495. package/contracts/shared/RegistryLinked.sol +9 -19
  496. package/contracts/shared/Service.sol +38 -29
  497. package/contracts/shared/TokenHandler.sol +327 -12
  498. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  499. package/contracts/staking/IStaking.sol +366 -0
  500. package/contracts/staking/IStakingService.sol +127 -0
  501. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  502. package/contracts/staking/Staking.sol +797 -0
  503. package/contracts/staking/StakingLib.sol +195 -0
  504. package/contracts/staking/StakingManager.sol +53 -0
  505. package/contracts/staking/StakingReader.sol +171 -0
  506. package/contracts/staking/StakingService.sol +321 -0
  507. package/contracts/staking/StakingServiceManager.sol +46 -0
  508. package/contracts/staking/StakingStore.sol +1368 -0
  509. package/contracts/staking/TargetHandler.sol +132 -0
  510. package/contracts/staking/TargetManagerLib.sol +234 -0
  511. package/contracts/{types → type}/AddressSet.sol +1 -1
  512. package/contracts/type/Amount.sol +154 -0
  513. package/contracts/{types → type}/Blocknumber.sol +38 -19
  514. package/contracts/type/ChainId.sol +101 -0
  515. package/contracts/{types → type}/ClaimId.sol +31 -3
  516. package/contracts/type/Fee.sol +66 -0
  517. package/contracts/{types → type}/Key32.sol +2 -2
  518. package/contracts/type/Key32Set.sol +62 -0
  519. package/contracts/{types → type}/NftId.sol +28 -15
  520. package/contracts/{types → type}/NftIdSet.sol +2 -2
  521. package/contracts/type/ObjectType.sol +307 -0
  522. package/contracts/type/PayoutId.sol +82 -0
  523. package/contracts/{types → type}/Referral.sol +6 -1
  524. package/contracts/type/RequestId.sol +75 -0
  525. package/contracts/type/RiskId.sol +75 -0
  526. package/contracts/type/RoleId.sol +180 -0
  527. package/contracts/type/Seconds.sol +120 -0
  528. package/contracts/type/Selector.sol +107 -0
  529. package/contracts/{types → type}/StateId.sol +48 -4
  530. package/contracts/type/String.sol +65 -0
  531. package/contracts/{types → type}/Timestamp.sol +24 -7
  532. package/contracts/type/UFixed.sol +263 -0
  533. package/contracts/{types → type}/Version.sol +59 -7
  534. package/contracts/{shared → upgradeability}/IVersionable.sol +4 -1
  535. package/contracts/{shared → upgradeability}/ProxyManager.sol +118 -41
  536. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
  537. package/contracts/{shared → upgradeability}/Versionable.sol +9 -6
  538. package/package.json +12 -8
  539. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  540. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  541. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  542. package/artifacts/contracts/components/IComponent.sol/IComponent.json +0 -447
  543. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  544. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  545. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  546. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  547. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  548. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -764
  550. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  551. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  552. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -984
  553. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  554. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
  555. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  560. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  561. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  562. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -254
  564. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  567. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -968
  568. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -665
  570. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1096
  572. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  573. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
  574. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  575. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -754
  576. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  577. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
  578. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  579. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1553
  580. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  581. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -793
  582. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  583. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +0 -633
  585. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -409
  587. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -858
  589. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  591. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -347
  592. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  593. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -384
  594. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  595. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1000
  596. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  597. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -689
  598. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  599. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -727
  600. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  601. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -649
  602. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  603. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -777
  604. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  605. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
  606. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  607. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  608. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  609. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
  610. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  611. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  612. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  613. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  614. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  615. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  616. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  617. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  618. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  619. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  620. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  622. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  624. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  626. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -521
  628. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  630. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  632. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  633. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  634. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  635. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  636. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  637. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  638. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  640. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  642. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  644. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  646. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  648. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  650. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  652. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  653. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  654. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  656. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  658. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  660. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  662. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  664. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  666. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  668. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  670. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  672. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  673. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  674. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  676. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  678. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  680. package/contracts/components/Component.sol +0 -221
  681. package/contracts/components/Distribution.sol +0 -293
  682. package/contracts/components/IComponent.sol +0 -68
  683. package/contracts/components/IDistributionComponent.sol +0 -79
  684. package/contracts/components/IPoolComponent.sol +0 -151
  685. package/contracts/components/IProductComponent.sol +0 -40
  686. package/contracts/components/Pool.sol +0 -378
  687. package/contracts/components/Product.sol +0 -289
  688. package/contracts/instance/BundleManager.sol +0 -125
  689. package/contracts/instance/InstanceAccessManager.sol +0 -297
  690. package/contracts/instance/ObjectManager.sol +0 -84
  691. package/contracts/instance/base/ComponentService.sol +0 -134
  692. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  693. package/contracts/instance/base/KeyValueStore.sol +0 -172
  694. package/contracts/instance/base/Lifecycle.sol +0 -100
  695. package/contracts/instance/module/IAccess.sol +0 -47
  696. package/contracts/instance/module/ISetup.sol +0 -46
  697. package/contracts/instance/module/ITreasury.sol +0 -23
  698. package/contracts/instance/service/ApplicationService.sol +0 -349
  699. package/contracts/instance/service/BundleService.sol +0 -299
  700. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  701. package/contracts/instance/service/ClaimService.sol +0 -151
  702. package/contracts/instance/service/DistributionService.sol +0 -394
  703. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  704. package/contracts/instance/service/IBundleService.sol +0 -55
  705. package/contracts/instance/service/IClaimService.sol +0 -61
  706. package/contracts/instance/service/IDistributionService.sol +0 -86
  707. package/contracts/instance/service/IPolicyService.sol +0 -70
  708. package/contracts/instance/service/IPoolService.sol +0 -20
  709. package/contracts/instance/service/IProductService.sol +0 -40
  710. package/contracts/instance/service/PolicyService.sol +0 -402
  711. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  712. package/contracts/instance/service/PoolService.sol +0 -109
  713. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  714. package/contracts/instance/service/ProductService.sol +0 -233
  715. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  716. package/contracts/registry/RegistryAccessManager.sol +0 -216
  717. package/contracts/registry/ReleaseManager.sol +0 -322
  718. package/contracts/shared/ContractDeployerLib.sol +0 -72
  719. package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
  720. package/contracts/test/TestFee.sol +0 -25
  721. package/contracts/test/TestRegisterable.sol +0 -18
  722. package/contracts/test/TestRoleId.sol +0 -14
  723. package/contracts/test/TestService.sol +0 -25
  724. package/contracts/test/TestToken.sol +0 -26
  725. package/contracts/test/TestVersion.sol +0 -44
  726. package/contracts/test/TestVersionable.sol +0 -17
  727. package/contracts/types/ChainId.sol +0 -38
  728. package/contracts/types/Fee.sol +0 -56
  729. package/contracts/types/NumberId.sol +0 -52
  730. package/contracts/types/ObjectType.sol +0 -156
  731. package/contracts/types/PayoutId.sol +0 -54
  732. package/contracts/types/RiskId.sol +0 -43
  733. package/contracts/types/RoleId.sol +0 -95
  734. package/contracts/types/Seconds.sol +0 -54
  735. package/contracts/types/UFixed.sol +0 -325
  736. /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,99 +498,44 @@
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"
303
- },
304
- {
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"
518
+ "internalType": "Selector",
519
+ "name": "selector",
520
+ "type": "bytes4"
363
521
  },
364
522
  {
365
523
  "internalType": "Timestamp",
366
- "name": "expiredAt",
524
+ "name": "createdAt",
367
525
  "type": "uint40"
368
526
  },
369
527
  {
370
- "internalType": "Timestamp",
371
- "name": "closedAt",
528
+ "internalType": "Blocknumber",
529
+ "name": "lastUpdateIn",
372
530
  "type": "uint40"
373
531
  }
374
532
  ],
375
- "internalType": "struct IPolicy.PolicyInfo",
376
- "name": "policy",
377
- "type": "tuple"
533
+ "internalType": "struct IAccess.FunctionInfo[]",
534
+ "name": "functions",
535
+ "type": "tuple[]"
378
536
  }
379
537
  ],
380
- "name": "createApplication",
538
+ "name": "authorizeFunctions",
381
539
  "outputs": [],
382
540
  "stateMutability": "nonpayable",
383
541
  "type": "function"
@@ -385,247 +543,104 @@
385
543
  {
386
544
  "inputs": [
387
545
  {
388
- "internalType": "NftId",
389
- "name": "bundleNftId",
390
- "type": "uint96"
546
+ "internalType": "string",
547
+ "name": "roleName",
548
+ "type": "string"
391
549
  },
392
550
  {
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"
551
+ "internalType": "RoleId",
552
+ "name": "adminRoleId",
553
+ "type": "uint64"
554
+ },
555
+ {
556
+ "internalType": "uint32",
557
+ "name": "maxMemberCount",
558
+ "type": "uint32"
559
+ }
560
+ ],
561
+ "name": "createRole",
562
+ "outputs": [
563
+ {
564
+ "internalType": "RoleId",
565
+ "name": "roleId",
566
+ "type": "uint64"
455
567
  }
456
568
  ],
457
- "name": "createBundle",
458
- "outputs": [],
459
569
  "stateMutability": "nonpayable",
460
570
  "type": "function"
461
571
  },
462
572
  {
463
573
  "inputs": [
464
574
  {
465
- "internalType": "NftId",
466
- "name": "distributionNftId",
467
- "type": "uint96"
575
+ "internalType": "address",
576
+ "name": "target",
577
+ "type": "address"
468
578
  },
469
579
  {
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"
580
+ "internalType": "string",
581
+ "name": "name",
582
+ "type": "string"
583
+ }
584
+ ],
585
+ "name": "createTarget",
586
+ "outputs": [
587
+ {
588
+ "internalType": "RoleId",
589
+ "name": "contractRoleId",
590
+ "type": "uint64"
529
591
  }
530
592
  ],
531
- "name": "createDistributionSetup",
532
- "outputs": [],
533
593
  "stateMutability": "nonpayable",
534
594
  "type": "function"
535
595
  },
536
596
  {
537
- "inputs": [
538
- {
539
- "internalType": "NftId",
540
- "name": "nftId",
541
- "type": "uint96"
542
- },
597
+ "inputs": [],
598
+ "name": "getBundleSet",
599
+ "outputs": [
543
600
  {
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"
601
+ "internalType": "contract BundleSet",
602
+ "name": "",
603
+ "type": "address"
574
604
  }
575
605
  ],
576
- "name": "createDistributor",
577
- "outputs": [],
578
- "stateMutability": "nonpayable",
606
+ "stateMutability": "view",
579
607
  "type": "function"
580
608
  },
581
609
  {
582
- "inputs": [
583
- {
584
- "internalType": "Key32",
585
- "name": "distributorKey",
586
- "type": "bytes32"
587
- },
610
+ "inputs": [],
611
+ "name": "getInitialInfo",
612
+ "outputs": [
588
613
  {
589
614
  "components": [
590
615
  {
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"
616
+ "internalType": "NftId",
617
+ "name": "nftId",
618
+ "type": "uint96"
609
619
  },
610
620
  {
611
- "internalType": "uint32",
612
- "name": "maxReferralCount",
613
- "type": "uint32"
621
+ "internalType": "NftId",
622
+ "name": "parentNftId",
623
+ "type": "uint96"
614
624
  },
615
625
  {
616
- "internalType": "uint32",
617
- "name": "maxReferralLifetime",
618
- "type": "uint32"
626
+ "internalType": "ObjectType",
627
+ "name": "objectType",
628
+ "type": "uint8"
619
629
  },
620
630
  {
621
631
  "internalType": "bool",
622
- "name": "allowSelfReferrals",
632
+ "name": "isInterceptor",
623
633
  "type": "bool"
624
634
  },
625
635
  {
626
- "internalType": "bool",
627
- "name": "allowRenewals",
628
- "type": "bool"
636
+ "internalType": "address",
637
+ "name": "objectAddress",
638
+ "type": "address"
639
+ },
640
+ {
641
+ "internalType": "address",
642
+ "name": "initialOwner",
643
+ "type": "address"
629
644
  },
630
645
  {
631
646
  "internalType": "bytes",
@@ -633,315 +648,74 @@
633
648
  "type": "bytes"
634
649
  }
635
650
  ],
636
- "internalType": "struct IDistribution.DistributorTypeInfo",
637
- "name": "info",
651
+ "internalType": "struct IRegistry.ObjectInfo",
652
+ "name": "",
638
653
  "type": "tuple"
639
654
  }
640
655
  ],
641
- "name": "createDistributorType",
642
- "outputs": [],
643
- "stateMutability": "nonpayable",
656
+ "stateMutability": "view",
644
657
  "type": "function"
645
658
  },
646
659
  {
647
- "inputs": [
660
+ "inputs": [],
661
+ "name": "getInstanceAdmin",
662
+ "outputs": [
648
663
  {
649
- "internalType": "NftId",
650
- "name": "poolNftId",
651
- "type": "uint96"
652
- },
664
+ "internalType": "contract InstanceAdmin",
665
+ "name": "",
666
+ "type": "address"
667
+ }
668
+ ],
669
+ "stateMutability": "view",
670
+ "type": "function"
671
+ },
672
+ {
673
+ "inputs": [],
674
+ "name": "getInstanceReader",
675
+ "outputs": [
653
676
  {
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"
677
+ "internalType": "contract InstanceReader",
678
+ "name": "",
679
+ "type": "address"
755
680
  }
756
681
  ],
757
- "name": "createPoolSetup",
758
- "outputs": [],
759
- "stateMutability": "nonpayable",
682
+ "stateMutability": "view",
760
683
  "type": "function"
761
684
  },
762
685
  {
763
- "inputs": [
686
+ "inputs": [],
687
+ "name": "getInstanceStore",
688
+ "outputs": [
689
+ {
690
+ "internalType": "contract InstanceStore",
691
+ "name": "",
692
+ "type": "address"
693
+ }
694
+ ],
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [],
700
+ "name": "getNftId",
701
+ "outputs": [
764
702
  {
765
703
  "internalType": "NftId",
766
- "name": "productNftId",
704
+ "name": "",
767
705
  "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
706
  }
925
707
  ],
926
- "name": "createRisk",
927
- "outputs": [],
928
- "stateMutability": "nonpayable",
708
+ "stateMutability": "view",
929
709
  "type": "function"
930
710
  },
931
711
  {
932
- "inputs": [
933
- {
934
- "internalType": "Key32",
935
- "name": "key",
936
- "type": "bytes32"
937
- }
938
- ],
939
- "name": "exists",
712
+ "inputs": [],
713
+ "name": "getOwner",
940
714
  "outputs": [
941
715
  {
942
- "internalType": "bool",
716
+ "internalType": "address",
943
717
  "name": "",
944
- "type": "bool"
718
+ "type": "address"
945
719
  }
946
720
  ],
947
721
  "stateMutability": "view",
@@ -950,56 +724,17 @@
950
724
  {
951
725
  "inputs": [
952
726
  {
953
- "internalType": "Key32",
954
- "name": "key",
955
- "type": "bytes32"
727
+ "internalType": "uint256",
728
+ "name": "idx",
729
+ "type": "uint256"
956
730
  }
957
731
  ],
958
- "name": "get",
732
+ "name": "getProductNftId",
959
733
  "outputs": [
960
734
  {
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"
735
+ "internalType": "NftId",
736
+ "name": "productNftId",
737
+ "type": "uint96"
1003
738
  }
1004
739
  ],
1005
740
  "stateMutability": "view",
@@ -1007,10 +742,10 @@
1007
742
  },
1008
743
  {
1009
744
  "inputs": [],
1010
- "name": "getBundleManager",
745
+ "name": "getProductStore",
1011
746
  "outputs": [
1012
747
  {
1013
- "internalType": "contract BundleManager",
748
+ "internalType": "contract ProductStore",
1014
749
  "name": "",
1015
750
  "type": "address"
1016
751
  }
@@ -1020,10 +755,10 @@
1020
755
  },
1021
756
  {
1022
757
  "inputs": [],
1023
- "name": "getBundleService",
758
+ "name": "getRegistry",
1024
759
  "outputs": [
1025
760
  {
1026
- "internalType": "contract IBundleService",
761
+ "internalType": "contract IRegistry",
1027
762
  "name": "",
1028
763
  "type": "address"
1029
764
  }
@@ -1032,19 +767,13 @@
1032
767
  "type": "function"
1033
768
  },
1034
769
  {
1035
- "inputs": [
1036
- {
1037
- "internalType": "Key32",
1038
- "name": "key",
1039
- "type": "bytes32"
1040
- }
1041
- ],
1042
- "name": "getData",
770
+ "inputs": [],
771
+ "name": "getRelease",
1043
772
  "outputs": [
1044
773
  {
1045
- "internalType": "bytes",
1046
- "name": "data",
1047
- "type": "bytes"
774
+ "internalType": "VersionPart",
775
+ "name": "release",
776
+ "type": "uint8"
1048
777
  }
1049
778
  ],
1050
779
  "stateMutability": "view",
@@ -1052,10 +781,10 @@
1052
781
  },
1053
782
  {
1054
783
  "inputs": [],
1055
- "name": "getDistributionService",
784
+ "name": "getRiskSet",
1056
785
  "outputs": [
1057
786
  {
1058
- "internalType": "contract IDistributionService",
787
+ "internalType": "contract RiskSet",
1059
788
  "name": "",
1060
789
  "type": "address"
1061
790
  }
@@ -1064,69 +793,31 @@
1064
793
  "type": "function"
1065
794
  },
1066
795
  {
1067
- "inputs": [],
1068
- "name": "getInitialInfo",
1069
- "outputs": [
796
+ "inputs": [
1070
797
  {
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"
798
+ "internalType": "RoleId",
799
+ "name": "roleId",
800
+ "type": "uint64"
801
+ },
802
+ {
803
+ "internalType": "address",
804
+ "name": "account",
805
+ "type": "address"
1111
806
  }
1112
807
  ],
1113
- "stateMutability": "view",
808
+ "name": "grantRole",
809
+ "outputs": [],
810
+ "stateMutability": "nonpayable",
1114
811
  "type": "function"
1115
812
  },
1116
813
  {
1117
- "inputs": [
1118
- {
1119
- "internalType": "ObjectType",
1120
- "name": "objectType",
1121
- "type": "uint8"
1122
- }
1123
- ],
1124
- "name": "getInitialState",
814
+ "inputs": [],
815
+ "name": "isActive",
1125
816
  "outputs": [
1126
817
  {
1127
- "internalType": "StateId",
1128
- "name": "",
1129
- "type": "uint8"
818
+ "internalType": "bool",
819
+ "name": "active",
820
+ "type": "bool"
1130
821
  }
1131
822
  ],
1132
823
  "stateMutability": "view",
@@ -1134,12 +825,12 @@
1134
825
  },
1135
826
  {
1136
827
  "inputs": [],
1137
- "name": "getInstanceReader",
828
+ "name": "isConsumingScheduledOp",
1138
829
  "outputs": [
1139
830
  {
1140
- "internalType": "contract InstanceReader",
831
+ "internalType": "bytes4",
1141
832
  "name": "",
1142
- "type": "address"
833
+ "type": "bytes4"
1143
834
  }
1144
835
  ],
1145
836
  "stateMutability": "view",
@@ -1147,58 +838,31 @@
1147
838
  },
1148
839
  {
1149
840
  "inputs": [],
1150
- "name": "getMajorVersion",
841
+ "name": "isInstanceLocked",
1151
842
  "outputs": [
1152
843
  {
1153
- "internalType": "VersionPart",
1154
- "name": "majorVersion",
1155
- "type": "uint8"
844
+ "internalType": "bool",
845
+ "name": "isLocked",
846
+ "type": "bool"
1156
847
  }
1157
848
  ],
1158
- "stateMutability": "pure",
849
+ "stateMutability": "view",
1159
850
  "type": "function"
1160
851
  },
1161
852
  {
1162
853
  "inputs": [
1163
854
  {
1164
- "internalType": "Key32",
1165
- "name": "key",
1166
- "type": "bytes32"
855
+ "internalType": "address",
856
+ "name": "target",
857
+ "type": "address"
1167
858
  }
1168
859
  ],
1169
- "name": "getMetadata",
860
+ "name": "isTargetLocked",
1170
861
  "outputs": [
1171
862
  {
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"
1197
- }
1198
- ],
1199
- "internalType": "struct IKeyValueStore.Metadata",
1200
- "name": "metadata",
1201
- "type": "tuple"
863
+ "internalType": "bool",
864
+ "name": "isLocked",
865
+ "type": "bool"
1202
866
  }
1203
867
  ],
1204
868
  "stateMutability": "view",
@@ -1206,12 +870,12 @@
1206
870
  },
1207
871
  {
1208
872
  "inputs": [],
1209
- "name": "getNftId",
873
+ "name": "isTokenRegistryDisabled",
1210
874
  "outputs": [
1211
875
  {
1212
- "internalType": "NftId",
876
+ "internalType": "bool",
1213
877
  "name": "",
1214
- "type": "uint96"
878
+ "type": "bool"
1215
879
  }
1216
880
  ],
1217
881
  "stateMutability": "view",
@@ -1219,697 +883,87 @@
1219
883
  },
1220
884
  {
1221
885
  "inputs": [],
1222
- "name": "getOwner",
886
+ "name": "linkToRegisteredNftId",
1223
887
  "outputs": [
1224
888
  {
1225
- "internalType": "address",
889
+ "internalType": "NftId",
1226
890
  "name": "",
1227
- "type": "address"
891
+ "type": "uint96"
1228
892
  }
1229
893
  ],
1230
- "stateMutability": "view",
894
+ "stateMutability": "nonpayable",
1231
895
  "type": "function"
1232
896
  },
1233
897
  {
1234
898
  "inputs": [],
1235
- "name": "getPolicyService",
899
+ "name": "products",
1236
900
  "outputs": [
1237
901
  {
1238
- "internalType": "contract IPolicyService",
1239
- "name": "",
1240
- "type": "address"
902
+ "internalType": "uint256",
903
+ "name": "productCount",
904
+ "type": "uint256"
1241
905
  }
1242
906
  ],
1243
907
  "stateMutability": "view",
1244
908
  "type": "function"
1245
909
  },
1246
910
  {
1247
- "inputs": [],
1248
- "name": "getPoolService",
1249
- "outputs": [
911
+ "inputs": [
1250
912
  {
1251
- "internalType": "contract IPoolService",
1252
- "name": "",
1253
- "type": "address"
913
+ "internalType": "Amount",
914
+ "name": "dipAmount",
915
+ "type": "uint96"
1254
916
  }
1255
917
  ],
1256
- "stateMutability": "view",
1257
- "type": "function"
1258
- },
1259
- {
1260
- "inputs": [],
1261
- "name": "getProductService",
918
+ "name": "refillStakingRewardReserves",
1262
919
  "outputs": [
1263
920
  {
1264
- "internalType": "contract IProductService",
1265
- "name": "",
1266
- "type": "address"
921
+ "internalType": "Amount",
922
+ "name": "newBalance",
923
+ "type": "uint96"
1267
924
  }
1268
925
  ],
1269
- "stateMutability": "view",
926
+ "stateMutability": "nonpayable",
1270
927
  "type": "function"
1271
928
  },
1272
929
  {
1273
- "inputs": [],
1274
- "name": "getRegistry",
1275
- "outputs": [
930
+ "inputs": [
1276
931
  {
1277
- "internalType": "contract IRegistry",
1278
- "name": "",
932
+ "internalType": "address",
933
+ "name": "product",
1279
934
  "type": "address"
1280
- }
1281
- ],
1282
- "stateMutability": "view",
1283
- "type": "function"
1284
- },
1285
- {
1286
- "inputs": [],
1287
- "name": "getRegistryAddress",
1288
- "outputs": [
1289
- {
1290
- "internalType": "address",
1291
- "name": "",
1292
- "type": "address"
1293
- }
1294
- ],
1295
- "stateMutability": "view",
1296
- "type": "function"
1297
- },
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
- {
1337
- "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
935
  },
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",
1368
- "outputs": [
1369
- {
1370
- "internalType": "bool",
1371
- "name": "",
1372
- "type": "bool"
1373
- }
1374
- ],
1375
- "stateMutability": "view",
1376
- "type": "function"
1377
- },
1378
- {
1379
- "inputs": [],
1380
- "name": "linkToRegisteredNftId",
1381
- "outputs": [],
1382
- "stateMutability": "nonpayable",
1383
- "type": "function"
1384
- },
1385
- {
1386
- "inputs": [
1387
936
  {
1388
937
  "internalType": "address",
1389
- "name": "",
938
+ "name": "token",
1390
939
  "type": "address"
1391
940
  }
1392
941
  ],
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",
1407
- "outputs": [
1408
- {
1409
- "internalType": "bool",
1410
- "name": "",
1411
- "type": "bool"
1412
- }
1413
- ],
1414
- "stateMutability": "view",
1415
- "type": "function"
1416
- },
1417
- {
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",
942
+ "name": "registerProduct",
1431
943
  "outputs": [
1432
- {
1433
- "internalType": "Key32",
1434
- "name": "",
1435
- "type": "bytes32"
1436
- }
1437
- ],
1438
- "stateMutability": "pure",
1439
- "type": "function"
1440
- },
1441
- {
1442
- "inputs": [
1443
944
  {
1444
945
  "internalType": "NftId",
1445
- "name": "applicationNftId",
1446
- "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
- }
1540
- ],
1541
- "name": "updateApplication",
1542
- "outputs": [],
1543
- "stateMutability": "nonpayable",
1544
- "type": "function"
1545
- },
1546
- {
1547
- "inputs": [
1548
- {
1549
- "internalType": "NftId",
1550
- "name": "applicationNftId",
1551
- "type": "uint96"
1552
- },
1553
- {
1554
- "internalType": "StateId",
1555
- "name": "newState",
1556
- "type": "uint8"
1557
- }
1558
- ],
1559
- "name": "updateApplicationState",
1560
- "outputs": [],
1561
- "stateMutability": "nonpayable",
1562
- "type": "function"
1563
- },
1564
- {
1565
- "inputs": [
1566
- {
1567
- "internalType": "NftId",
1568
- "name": "bundleNftId",
1569
- "type": "uint96"
1570
- },
1571
- {
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
- },
1635
- {
1636
- "internalType": "StateId",
1637
- "name": "newState",
1638
- "type": "uint8"
1639
- }
1640
- ],
1641
- "name": "updateBundle",
1642
- "outputs": [],
1643
- "stateMutability": "nonpayable",
1644
- "type": "function"
1645
- },
1646
- {
1647
- "inputs": [
1648
- {
1649
- "internalType": "NftId",
1650
- "name": "bundleNftId",
1651
- "type": "uint96"
1652
- },
1653
- {
1654
- "internalType": "StateId",
1655
- "name": "newState",
1656
- "type": "uint8"
1657
- }
1658
- ],
1659
- "name": "updateBundleState",
1660
- "outputs": [],
1661
- "stateMutability": "nonpayable",
1662
- "type": "function"
1663
- },
1664
- {
1665
- "inputs": [
1666
- {
1667
- "internalType": "NftId",
1668
- "name": "distributionNftId",
1669
- "type": "uint96"
1670
- },
1671
- {
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
- },
1732
- {
1733
- "internalType": "StateId",
1734
- "name": "newState",
1735
- "type": "uint8"
1736
- }
1737
- ],
1738
- "name": "updateDistributionSetup",
1739
- "outputs": [],
1740
- "stateMutability": "nonpayable",
1741
- "type": "function"
1742
- },
1743
- {
1744
- "inputs": [
1745
- {
1746
- "internalType": "NftId",
1747
- "name": "distributionNftId",
1748
- "type": "uint96"
1749
- },
1750
- {
1751
- "internalType": "StateId",
1752
- "name": "newState",
1753
- "type": "uint8"
1754
- }
1755
- ],
1756
- "name": "updateDistributionSetupState",
1757
- "outputs": [],
1758
- "stateMutability": "nonpayable",
1759
- "type": "function"
1760
- },
1761
- {
1762
- "inputs": [
1763
- {
1764
- "internalType": "NftId",
1765
- "name": "nftId",
1766
- "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
- }
1805
- ],
1806
- "name": "updateDistributor",
1807
- "outputs": [],
1808
- "stateMutability": "nonpayable",
1809
- "type": "function"
1810
- },
1811
- {
1812
- "inputs": [
1813
- {
1814
- "internalType": "NftId",
1815
- "name": "nftId",
1816
- "type": "uint96"
1817
- },
1818
- {
1819
- "internalType": "StateId",
1820
- "name": "newState",
1821
- "type": "uint8"
1822
- }
1823
- ],
1824
- "name": "updateDistributorState",
1825
- "outputs": [],
1826
- "stateMutability": "nonpayable",
1827
- "type": "function"
1828
- },
1829
- {
1830
- "inputs": [
1831
- {
1832
- "internalType": "Key32",
1833
- "name": "distributorKey",
1834
- "type": "bytes32"
1835
- },
1836
- {
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
- },
1888
- {
1889
- "internalType": "StateId",
1890
- "name": "newState",
1891
- "type": "uint8"
946
+ "name": "productNftId",
947
+ "type": "uint96"
1892
948
  }
1893
949
  ],
1894
- "name": "updateDistributorType",
1895
- "outputs": [],
1896
950
  "stateMutability": "nonpayable",
1897
951
  "type": "function"
1898
952
  },
1899
953
  {
1900
954
  "inputs": [
1901
955
  {
1902
- "internalType": "Key32",
1903
- "name": "distributorKey",
1904
- "type": "bytes32"
956
+ "internalType": "RoleId",
957
+ "name": "roleId",
958
+ "type": "uint64"
1905
959
  },
1906
960
  {
1907
- "internalType": "StateId",
1908
- "name": "newState",
1909
- "type": "uint8"
961
+ "internalType": "address",
962
+ "name": "account",
963
+ "type": "address"
1910
964
  }
1911
965
  ],
1912
- "name": "updateDistributorTypeState",
966
+ "name": "revokeRole",
1913
967
  "outputs": [],
1914
968
  "stateMutability": "nonpayable",
1915
969
  "type": "function"
@@ -1917,104 +971,12 @@
1917
971
  {
1918
972
  "inputs": [
1919
973
  {
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"
974
+ "internalType": "address",
975
+ "name": "",
976
+ "type": "address"
2015
977
  }
2016
978
  ],
2017
- "name": "updatePolicy",
979
+ "name": "setAuthority",
2018
980
  "outputs": [],
2019
981
  "stateMutability": "nonpayable",
2020
982
  "type": "function"
@@ -2022,17 +984,12 @@
2022
984
  {
2023
985
  "inputs": [
2024
986
  {
2025
- "internalType": "NftId",
2026
- "name": "policyNftId",
2027
- "type": "uint96"
2028
- },
2029
- {
2030
- "internalType": "StateId",
2031
- "name": "newState",
2032
- "type": "uint8"
987
+ "internalType": "bool",
988
+ "name": "locked",
989
+ "type": "bool"
2033
990
  }
2034
991
  ],
2035
- "name": "updatePolicyState",
992
+ "name": "setInstanceLocked",
2036
993
  "outputs": [],
2037
994
  "stateMutability": "nonpayable",
2038
995
  "type": "function"
@@ -2040,120 +997,12 @@
2040
997
  {
2041
998
  "inputs": [
2042
999
  {
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"
1000
+ "internalType": "contract InstanceReader",
1001
+ "name": "instanceReader",
1002
+ "type": "address"
2154
1003
  }
2155
1004
  ],
2156
- "name": "updatePoolSetup",
1005
+ "name": "setInstanceReader",
2157
1006
  "outputs": [],
2158
1007
  "stateMutability": "nonpayable",
2159
1008
  "type": "function"
@@ -2161,17 +1010,17 @@
2161
1010
  {
2162
1011
  "inputs": [
2163
1012
  {
2164
- "internalType": "NftId",
2165
- "name": "poolNftId",
2166
- "type": "uint96"
1013
+ "internalType": "RoleId",
1014
+ "name": "roleId",
1015
+ "type": "uint64"
2167
1016
  },
2168
1017
  {
2169
- "internalType": "StateId",
2170
- "name": "newState",
2171
- "type": "uint8"
1018
+ "internalType": "bool",
1019
+ "name": "active",
1020
+ "type": "bool"
2172
1021
  }
2173
1022
  ],
2174
- "name": "updatePoolSetupState",
1023
+ "name": "setRoleActive",
2175
1024
  "outputs": [],
2176
1025
  "stateMutability": "nonpayable",
2177
1026
  "type": "function"
@@ -2179,88 +1028,12 @@
2179
1028
  {
2180
1029
  "inputs": [
2181
1030
  {
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"
1031
+ "internalType": "Seconds",
1032
+ "name": "stakeLockingPeriod",
1033
+ "type": "uint40"
2261
1034
  }
2262
1035
  ],
2263
- "name": "updateProductSetup",
1036
+ "name": "setStakingLockingPeriod",
2264
1037
  "outputs": [],
2265
1038
  "stateMutability": "nonpayable",
2266
1039
  "type": "function"
@@ -2268,17 +1041,12 @@
2268
1041
  {
2269
1042
  "inputs": [
2270
1043
  {
2271
- "internalType": "NftId",
2272
- "name": "productNftId",
1044
+ "internalType": "Amount",
1045
+ "name": "maxStakedAmount",
2273
1046
  "type": "uint96"
2274
- },
2275
- {
2276
- "internalType": "StateId",
2277
- "name": "newState",
2278
- "type": "uint8"
2279
1047
  }
2280
1048
  ],
2281
- "name": "updateProductSetupState",
1049
+ "name": "setStakingMaxAmount",
2282
1050
  "outputs": [],
2283
1051
  "stateMutability": "nonpayable",
2284
1052
  "type": "function"
@@ -2286,59 +1054,12 @@
2286
1054
  {
2287
1055
  "inputs": [
2288
1056
  {
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"
1057
+ "internalType": "UFixed",
1058
+ "name": "rewardRate",
1059
+ "type": "uint160"
2339
1060
  }
2340
1061
  ],
2341
- "name": "updateReferral",
1062
+ "name": "setStakingRewardRate",
2342
1063
  "outputs": [],
2343
1064
  "stateMutability": "nonpayable",
2344
1065
  "type": "function"
@@ -2346,17 +1067,17 @@
2346
1067
  {
2347
1068
  "inputs": [
2348
1069
  {
2349
- "internalType": "Key32",
2350
- "name": "referralKey",
2351
- "type": "bytes32"
1070
+ "internalType": "address",
1071
+ "name": "target",
1072
+ "type": "address"
2352
1073
  },
2353
1074
  {
2354
- "internalType": "StateId",
2355
- "name": "newState",
2356
- "type": "uint8"
1075
+ "internalType": "bool",
1076
+ "name": "locked",
1077
+ "type": "bool"
2357
1078
  }
2358
1079
  ],
2359
- "name": "updateReferralState",
1080
+ "name": "setTargetLocked",
2360
1081
  "outputs": [],
2361
1082
  "stateMutability": "nonpayable",
2362
1083
  "type": "function"
@@ -2364,34 +1085,65 @@
2364
1085
  {
2365
1086
  "inputs": [
2366
1087
  {
2367
- "internalType": "RiskId",
2368
- "name": "riskId",
2369
- "type": "bytes8"
1088
+ "internalType": "bytes4",
1089
+ "name": "interfaceId",
1090
+ "type": "bytes4"
1091
+ }
1092
+ ],
1093
+ "name": "supportsInterface",
1094
+ "outputs": [
1095
+ {
1096
+ "internalType": "bool",
1097
+ "name": "",
1098
+ "type": "bool"
1099
+ }
1100
+ ],
1101
+ "stateMutability": "view",
1102
+ "type": "function"
1103
+ },
1104
+ {
1105
+ "inputs": [
1106
+ {
1107
+ "internalType": "address",
1108
+ "name": "target",
1109
+ "type": "address"
2370
1110
  },
2371
1111
  {
2372
1112
  "components": [
2373
1113
  {
2374
- "internalType": "NftId",
2375
- "name": "productNftId",
2376
- "type": "uint96"
1114
+ "internalType": "Str",
1115
+ "name": "name",
1116
+ "type": "bytes32"
2377
1117
  },
2378
1118
  {
2379
- "internalType": "bytes",
2380
- "name": "data",
2381
- "type": "bytes"
1119
+ "internalType": "Selector",
1120
+ "name": "selector",
1121
+ "type": "bytes4"
1122
+ },
1123
+ {
1124
+ "internalType": "Timestamp",
1125
+ "name": "createdAt",
1126
+ "type": "uint40"
1127
+ },
1128
+ {
1129
+ "internalType": "Blocknumber",
1130
+ "name": "lastUpdateIn",
1131
+ "type": "uint40"
2382
1132
  }
2383
1133
  ],
2384
- "internalType": "struct IRisk.RiskInfo",
2385
- "name": "risk",
2386
- "type": "tuple"
2387
- },
2388
- {
2389
- "internalType": "StateId",
2390
- "name": "newState",
2391
- "type": "uint8"
1134
+ "internalType": "struct IAccess.FunctionInfo[]",
1135
+ "name": "functions",
1136
+ "type": "tuple[]"
2392
1137
  }
2393
1138
  ],
2394
- "name": "updateRisk",
1139
+ "name": "unauthorizeFunctions",
1140
+ "outputs": [],
1141
+ "stateMutability": "nonpayable",
1142
+ "type": "function"
1143
+ },
1144
+ {
1145
+ "inputs": [],
1146
+ "name": "upgradeInstanceReader",
2395
1147
  "outputs": [],
2396
1148
  "stateMutability": "nonpayable",
2397
1149
  "type": "function"
@@ -2399,18 +1151,19 @@
2399
1151
  {
2400
1152
  "inputs": [
2401
1153
  {
2402
- "internalType": "RiskId",
2403
- "name": "riskId",
2404
- "type": "bytes8"
2405
- },
1154
+ "internalType": "Amount",
1155
+ "name": "dipAmount",
1156
+ "type": "uint96"
1157
+ }
1158
+ ],
1159
+ "name": "withdrawStakingRewardReserves",
1160
+ "outputs": [
2406
1161
  {
2407
- "internalType": "StateId",
2408
- "name": "newState",
2409
- "type": "uint8"
1162
+ "internalType": "Amount",
1163
+ "name": "newBalance",
1164
+ "type": "uint96"
2410
1165
  }
2411
1166
  ],
2412
- "name": "updateRiskState",
2413
- "outputs": [],
2414
1167
  "stateMutability": "nonpayable",
2415
1168
  "type": "function"
2416
1169
  }