@etherisc/gif-next 0.0.2-d64ea51-772 → 0.0.2-d6609af-567

Sign up to get free protection for your applications and to get access to all the features.
Files changed (706) hide show
  1. package/README.md +121 -18
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +483 -552
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1363 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1033 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +927 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1512 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1999 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1432 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1192 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1566 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2001 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +277 -1290
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +447 -170
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +346 -3093
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1010 -379
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +515 -393
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +329 -123
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -0
  76. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  78. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  80. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  82. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  84. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  86. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  88. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  90. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  94. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  95. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  96. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1000 -0
  98. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  100. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  102. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +398 -372
  104. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  106. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +892 -0
  108. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
  110. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
  112. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1297 -0
  114. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  116. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1431 -0
  118. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  120. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +931 -0
  122. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +958 -0
  124. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1267 -0
  126. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.json +1083 -0
  128. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1612 -0
  130. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  132. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
  134. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
  136. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1119 -0
  138. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  140. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1397 -0
  142. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
  144. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +205 -228
  146. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +913 -0
  148. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +896 -0
  150. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IPricingService.sol/IPricingService.json} +290 -187
  152. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +971 -0
  154. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  155. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +125 -191
  156. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1268 -0
  158. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
  160. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
  162. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
  164. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  165. package/artifacts/contracts/product/Product.sol/Product.json +1077 -0
  166. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
  168. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
  170. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  172. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +611 -127
  174. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +290 -297
  176. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  178. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/Registry.sol/Registry.json +940 -162
  180. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  182. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +279 -410
  184. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +315 -131
  186. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  188. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  190. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  192. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  194. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Component.sol/Component.json +706 -0
  196. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
  198. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
  200. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  201. package/artifacts/contracts/shared/{RegisterableUpgradable.sol/RegisterableUpgradable.json → ComponentVerifyingService.sol/ComponentVerifyingService.json} +149 -159
  202. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  204. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/IComponent.sol/IComponent.json} +316 -338
  206. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  208. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +721 -0
  210. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  212. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  214. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  216. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  218. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  220. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  222. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  224. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +814 -0
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  229. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  230. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  231. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +65 -30
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +44 -54
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  241. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  242. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Service.sol/Service.json +115 -183
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1459 -0
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  252. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  254. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  255. package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  274. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  276. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  278. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  280. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  282. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  304. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  306. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  308. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  310. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  312. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  314. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  316. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  318. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  320. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  322. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
  324. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  326. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  328. package/contracts/authorization/AccessAdmin.sol +592 -0
  329. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  330. package/contracts/authorization/Authorization.sol +221 -0
  331. package/contracts/authorization/IAccess.sol +48 -0
  332. package/contracts/authorization/IAccessAdmin.sol +135 -0
  333. package/contracts/authorization/IAuthorization.sol +54 -0
  334. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  335. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  336. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  337. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  338. package/contracts/distribution/BasicDistribution.sol +138 -0
  339. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  340. package/contracts/distribution/Distribution.sol +295 -0
  341. package/contracts/distribution/DistributionService.sol +336 -0
  342. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  343. package/contracts/distribution/IDistributionComponent.sol +52 -0
  344. package/contracts/distribution/IDistributionService.sol +101 -0
  345. package/contracts/examples/fire/DamageLevel.sol +59 -0
  346. package/contracts/examples/fire/FirePool.sol +75 -0
  347. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  348. package/contracts/examples/fire/FireProduct.sol +413 -0
  349. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  350. package/contracts/examples/fire/FireUSD.sol +26 -0
  351. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  352. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  353. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  354. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  355. package/contracts/instance/BundleSet.sol +126 -0
  356. package/contracts/instance/IInstance.sol +56 -47
  357. package/contracts/instance/IInstanceService.sol +78 -16
  358. package/contracts/instance/Instance.sol +159 -373
  359. package/contracts/instance/InstanceAdmin.sol +288 -0
  360. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  361. package/contracts/instance/InstanceReader.sol +264 -84
  362. package/contracts/instance/InstanceService.sol +421 -154
  363. package/contracts/instance/InstanceServiceManager.sol +14 -32
  364. package/contracts/instance/InstanceStore.sol +287 -0
  365. package/contracts/instance/base/BalanceStore.sol +123 -0
  366. package/contracts/instance/base/Cloneable.sol +28 -0
  367. package/contracts/instance/base/ObjectCounter.sol +21 -0
  368. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  369. package/contracts/instance/base/ObjectSet.sol +79 -0
  370. package/contracts/instance/module/IAccess.sol +29 -21
  371. package/contracts/instance/module/IBundle.sol +8 -8
  372. package/contracts/instance/module/IComponents.sol +48 -0
  373. package/contracts/instance/module/IDistribution.sol +6 -4
  374. package/contracts/instance/module/IPolicy.sol +58 -19
  375. package/contracts/instance/module/IRisk.sol +1 -1
  376. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  377. package/contracts/oracle/BasicOracle.sol +48 -0
  378. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  379. package/contracts/oracle/IOracle.sol +36 -0
  380. package/contracts/oracle/IOracleComponent.sol +33 -0
  381. package/contracts/oracle/IOracleService.sol +65 -0
  382. package/contracts/oracle/Oracle.sol +167 -0
  383. package/contracts/oracle/OracleService.sol +281 -0
  384. package/contracts/oracle/OracleServiceManager.sol +39 -0
  385. package/contracts/pool/BasicPool.sol +166 -0
  386. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  387. package/contracts/pool/BundleService.sol +461 -0
  388. package/contracts/pool/BundleServiceManager.sol +39 -0
  389. package/contracts/pool/IBundleService.sol +143 -0
  390. package/contracts/pool/IPoolComponent.sol +68 -0
  391. package/contracts/pool/IPoolService.sol +171 -0
  392. package/contracts/pool/Pool.sol +353 -0
  393. package/contracts/pool/PoolService.sol +563 -0
  394. package/contracts/pool/PoolServiceManager.sol +39 -0
  395. package/contracts/product/ApplicationService.sol +251 -0
  396. package/contracts/product/ApplicationServiceManager.sol +38 -0
  397. package/contracts/product/BasicProduct.sol +53 -0
  398. package/contracts/product/BasicProductAuthorization.sol +43 -0
  399. package/contracts/product/ClaimService.sol +581 -0
  400. package/contracts/product/ClaimServiceManager.sol +38 -0
  401. package/contracts/product/IApplicationService.sol +63 -0
  402. package/contracts/product/IClaimService.sol +123 -0
  403. package/contracts/product/IPolicyService.sol +80 -0
  404. package/contracts/product/IPricingService.sol +39 -0
  405. package/contracts/product/IProductComponent.sol +53 -0
  406. package/contracts/product/IRiskService.sol +33 -0
  407. package/contracts/product/PolicyService.sol +686 -0
  408. package/contracts/product/PolicyServiceManager.sol +39 -0
  409. package/contracts/product/PricingService.sol +300 -0
  410. package/contracts/product/PricingServiceManager.sol +39 -0
  411. package/contracts/product/Product.sol +432 -0
  412. package/contracts/product/RiskService.sol +96 -0
  413. package/contracts/product/RiskServiceManager.sol +39 -0
  414. package/contracts/registry/ChainNft.sol +79 -31
  415. package/contracts/registry/IRegistry.sol +124 -35
  416. package/contracts/registry/IRegistryService.sol +38 -28
  417. package/contracts/registry/ITransferInterceptor.sol +1 -0
  418. package/contracts/registry/Registry.sol +532 -273
  419. package/contracts/registry/RegistryAdmin.sol +464 -0
  420. package/contracts/registry/RegistryService.sol +135 -234
  421. package/contracts/registry/RegistryServiceManager.sol +26 -53
  422. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  423. package/contracts/registry/ReleaseRegistry.sol +491 -0
  424. package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
  425. package/contracts/registry/TokenRegistry.sol +261 -57
  426. package/contracts/shared/Component.sol +276 -0
  427. package/contracts/shared/ComponentService.sol +641 -0
  428. package/contracts/shared/ComponentServiceManager.sol +38 -0
  429. package/contracts/shared/ComponentVerifyingService.sol +116 -0
  430. package/contracts/shared/ContractLib.sol +38 -0
  431. package/contracts/shared/IComponent.sol +73 -0
  432. package/contracts/shared/IComponentService.sol +108 -0
  433. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  434. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  435. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  436. package/contracts/shared/INftOwnable.sol +13 -12
  437. package/contracts/shared/IPolicyHolder.sol +35 -0
  438. package/contracts/shared/IRegisterable.sol +4 -6
  439. package/contracts/shared/IRegistryLinked.sol +11 -0
  440. package/contracts/shared/IService.sol +16 -6
  441. package/contracts/shared/InitializableERC165.sol +27 -0
  442. package/contracts/shared/InstanceLinkedComponent.sol +171 -0
  443. package/contracts/shared/KeyValueStore.sol +131 -0
  444. package/contracts/shared/Lifecycle.sol +77 -0
  445. package/contracts/shared/NftIdSet.sol +65 -0
  446. package/contracts/shared/NftOwnable.sol +59 -86
  447. package/contracts/shared/PolicyHolder.sol +62 -0
  448. package/contracts/shared/Registerable.sol +23 -38
  449. package/contracts/shared/RegistryLinked.sol +44 -0
  450. package/contracts/shared/Service.sol +62 -30
  451. package/contracts/shared/TokenHandler.sol +122 -10
  452. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  453. package/contracts/staking/IStaking.sol +168 -0
  454. package/contracts/staking/IStakingService.sol +160 -0
  455. package/contracts/staking/StakeManagerLib.sol +224 -0
  456. package/contracts/staking/Staking.sol +498 -0
  457. package/contracts/staking/StakingLifecycle.sol +23 -0
  458. package/contracts/staking/StakingManager.sol +52 -0
  459. package/contracts/staking/StakingReader.sol +190 -0
  460. package/contracts/staking/StakingService.sol +407 -0
  461. package/contracts/staking/StakingServiceManager.sol +44 -0
  462. package/contracts/staking/StakingStore.sol +605 -0
  463. package/contracts/staking/TargetManagerLib.sol +211 -0
  464. package/contracts/{types → type}/AddressSet.sol +1 -1
  465. package/contracts/type/Amount.sol +150 -0
  466. package/contracts/{types → type}/Blocknumber.sol +27 -3
  467. package/contracts/type/ClaimId.sol +80 -0
  468. package/contracts/{types → type}/DistributorType.sol +2 -2
  469. package/contracts/{types → type}/Fee.sol +33 -23
  470. package/contracts/{types → type}/NftId.sol +22 -15
  471. package/contracts/type/NftIdSet.sol +62 -0
  472. package/contracts/type/ObjectType.sol +276 -0
  473. package/contracts/type/PayoutId.sol +82 -0
  474. package/contracts/{types → type}/Referral.sol +6 -1
  475. package/contracts/type/RequestId.sol +75 -0
  476. package/contracts/{types → type}/RiskId.sol +16 -2
  477. package/contracts/type/RoleId.sol +174 -0
  478. package/contracts/type/Seconds.sol +101 -0
  479. package/contracts/type/Selector.sol +102 -0
  480. package/contracts/{types → type}/StateId.sol +35 -4
  481. package/contracts/type/String.sol +53 -0
  482. package/contracts/{types → type}/Timestamp.sol +34 -15
  483. package/contracts/{types → type}/UFixed.sol +39 -9
  484. package/contracts/{types → type}/Version.sol +5 -2
  485. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  486. package/contracts/upgradeability/ProxyManager.sol +231 -0
  487. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  488. package/contracts/upgradeability/Versionable.sol +59 -0
  489. package/package.json +10 -7
  490. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  492. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  493. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  494. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  496. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -724
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  508. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  510. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  512. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  514. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  516. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  518. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  520. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  522. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  524. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  526. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  529. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  531. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  533. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  536. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  538. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  540. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  541. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  542. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  543. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  544. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  545. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  547. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  548. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  550. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  553. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  557. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  559. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  561. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  562. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  563. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  565. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  567. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  570. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  572. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -926
  573. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  574. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
  575. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  577. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  579. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  580. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  581. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  582. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  583. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  584. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  585. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  586. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  587. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  588. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  589. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  590. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  591. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  592. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  593. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  594. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  595. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  596. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  597. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  598. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  599. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  600. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  601. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  602. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  603. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  604. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  605. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  606. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  607. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  608. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  609. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  610. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  611. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  612. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  613. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  614. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  615. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  616. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  617. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  618. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  619. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  620. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  621. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  622. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  623. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  624. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  625. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  626. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  627. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  628. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  630. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  632. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  634. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  637. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  638. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  639. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  640. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  641. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  642. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  643. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  644. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  645. package/contracts/components/BaseComponent.sol +0 -91
  646. package/contracts/components/Distribution.sol +0 -163
  647. package/contracts/components/IBaseComponent.sol +0 -25
  648. package/contracts/components/IDistributionComponent.sol +0 -44
  649. package/contracts/components/IPoolComponent.sol +0 -62
  650. package/contracts/components/IProductComponent.sol +0 -35
  651. package/contracts/components/Pool.sol +0 -246
  652. package/contracts/components/Product.sol +0 -288
  653. package/contracts/experiment/cloning/Cloner.sol +0 -47
  654. package/contracts/experiment/errors/Require.sol +0 -38
  655. package/contracts/experiment/errors/Revert.sol +0 -44
  656. package/contracts/experiment/inheritance/A.sol +0 -53
  657. package/contracts/experiment/inheritance/B.sol +0 -28
  658. package/contracts/experiment/inheritance/C.sol +0 -34
  659. package/contracts/experiment/inheritance/IA.sol +0 -13
  660. package/contracts/experiment/inheritance/IB.sol +0 -10
  661. package/contracts/experiment/inheritance/IC.sol +0 -12
  662. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  663. package/contracts/experiment/statemachine/ISM.sol +0 -25
  664. package/contracts/experiment/statemachine/SM.sol +0 -57
  665. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  666. package/contracts/experiment/types/TypeA.sol +0 -47
  667. package/contracts/experiment/types/TypeB.sol +0 -29
  668. package/contracts/instance/AccessManagedSimple.sol +0 -115
  669. package/contracts/instance/AccessManagerSimple.sol +0 -692
  670. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  671. package/contracts/instance/InstanceAccessManager.sol +0 -288
  672. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  673. package/contracts/instance/base/IInstanceBase.sol +0 -23
  674. package/contracts/instance/base/KeyValueStore.sol +0 -172
  675. package/contracts/instance/base/Lifecycle.sol +0 -100
  676. package/contracts/instance/module/ISetup.sol +0 -45
  677. package/contracts/instance/module/ITreasury.sol +0 -23
  678. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  679. package/contracts/instance/service/DistributionService.sol +0 -88
  680. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  681. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  682. package/contracts/instance/service/IDistributionService.sol +0 -12
  683. package/contracts/instance/service/IPoolService.sol +0 -41
  684. package/contracts/instance/service/IProductService.sol +0 -110
  685. package/contracts/instance/service/PoolService.sol +0 -201
  686. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  687. package/contracts/instance/service/ProductService.sol +0 -563
  688. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  689. package/contracts/shared/ContractDeployerLib.sol +0 -72
  690. package/contracts/shared/ERC165.sol +0 -25
  691. package/contracts/shared/ProxyManager.sol +0 -94
  692. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  693. package/contracts/shared/Versionable.sol +0 -147
  694. package/contracts/test/TestFee.sol +0 -25
  695. package/contracts/test/TestRegisterable.sol +0 -18
  696. package/contracts/test/TestRoleId.sol +0 -14
  697. package/contracts/test/TestService.sol +0 -24
  698. package/contracts/test/TestToken.sol +0 -26
  699. package/contracts/test/TestVersion.sol +0 -44
  700. package/contracts/test/TestVersionable.sol +0 -17
  701. package/contracts/types/ChainId.sol +0 -38
  702. package/contracts/types/NftIdSet.sol +0 -60
  703. package/contracts/types/NumberId.sol +0 -52
  704. package/contracts/types/ObjectType.sol +0 -152
  705. package/contracts/types/RoleId.sol +0 -90
  706. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -6,759 +6,202 @@
6
6
  {
7
7
  "inputs": [
8
8
  {
9
- "internalType": "ObjectType",
10
- "name": "objectType",
11
- "type": "uint8"
12
- },
13
- {
14
- "internalType": "StateId",
15
- "name": "fromStateId",
16
- "type": "uint8"
17
- },
18
- {
19
- "internalType": "StateId",
20
- "name": "toStateId",
21
- "type": "uint8"
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
22
12
  }
23
13
  ],
24
- "name": "ErrorInvalidStateTransition",
14
+ "name": "AccessManagedInvalidAuthority",
25
15
  "type": "error"
26
16
  },
27
17
  {
28
18
  "inputs": [
29
19
  {
30
- "internalType": "NftId",
31
- "name": "nftId",
32
- "type": "uint96"
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
33
23
  },
34
24
  {
35
- "internalType": "ObjectType",
36
- "name": "objectType",
37
- "type": "uint8"
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
38
28
  }
39
29
  ],
40
- "name": "ErrorNoLifecycle",
30
+ "name": "AccessManagedRequiredDelay",
41
31
  "type": "error"
42
32
  },
43
33
  {
44
- "anonymous": false,
45
34
  "inputs": [
46
35
  {
47
- "indexed": false,
48
- "internalType": "ObjectType",
49
- "name": "objectType",
50
- "type": "uint8"
51
- },
52
- {
53
- "indexed": false,
54
- "internalType": "KeyId",
55
- "name": "keyId",
56
- "type": "bytes31"
57
- },
58
- {
59
- "indexed": false,
60
- "internalType": "StateId",
61
- "name": "state",
62
- "type": "uint8"
63
- },
64
- {
65
- "indexed": false,
66
- "internalType": "address",
67
- "name": "createdBy",
68
- "type": "address"
69
- },
70
- {
71
- "indexed": false,
72
36
  "internalType": "address",
73
- "name": "txOrigin",
37
+ "name": "caller",
74
38
  "type": "address"
75
39
  }
76
40
  ],
77
- "name": "LogInfoCreated",
78
- "type": "event"
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
79
43
  },
80
44
  {
81
- "anonymous": false,
82
45
  "inputs": [
83
46
  {
84
- "indexed": false,
85
- "internalType": "ObjectType",
86
- "name": "objectType",
87
- "type": "uint8"
88
- },
89
- {
90
- "indexed": false,
91
- "internalType": "KeyId",
92
- "name": "keyId",
93
- "type": "bytes31"
94
- },
95
- {
96
- "indexed": false,
97
- "internalType": "StateId",
98
- "name": "state",
99
- "type": "uint8"
100
- },
101
- {
102
- "indexed": false,
103
47
  "internalType": "address",
104
- "name": "updatedBy",
48
+ "name": "instanceBundleSet",
105
49
  "type": "address"
106
- },
50
+ }
51
+ ],
52
+ "name": "ErrorInstanceBundleSetAlreadySet",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
107
57
  {
108
- "indexed": false,
109
58
  "internalType": "address",
110
- "name": "txOrigin",
59
+ "name": "instanceAuthority",
111
60
  "type": "address"
112
- },
113
- {
114
- "indexed": false,
115
- "internalType": "Blocknumber",
116
- "name": "lastUpdatedIn",
117
- "type": "uint32"
118
61
  }
119
62
  ],
120
- "name": "LogInfoUpdated",
121
- "type": "event"
63
+ "name": "ErrorInstanceBundleSetAuthorityMismatch",
64
+ "type": "error"
122
65
  },
123
66
  {
124
- "anonymous": false,
125
67
  "inputs": [
126
68
  {
127
- "indexed": false,
128
- "internalType": "ObjectType",
129
- "name": "objectType",
130
- "type": "uint8"
131
- },
132
- {
133
- "indexed": false,
134
- "internalType": "KeyId",
135
- "name": "keyId",
136
- "type": "bytes31"
137
- },
138
- {
139
- "indexed": false,
140
- "internalType": "StateId",
141
- "name": "stateOld",
142
- "type": "uint8"
143
- },
144
- {
145
- "indexed": false,
146
- "internalType": "StateId",
147
- "name": "stateNew",
148
- "type": "uint8"
149
- },
150
- {
151
- "indexed": false,
152
69
  "internalType": "address",
153
- "name": "updatedBy",
70
+ "name": "instance",
154
71
  "type": "address"
155
- },
72
+ }
73
+ ],
74
+ "name": "ErrorInstanceBundleSetInstanceMismatch",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
156
79
  {
157
- "indexed": false,
158
80
  "internalType": "address",
159
- "name": "txOrigin",
81
+ "name": "InstanceAdmin",
160
82
  "type": "address"
161
- },
162
- {
163
- "indexed": false,
164
- "internalType": "Blocknumber",
165
- "name": "lastUpdatedIn",
166
- "type": "uint32"
167
83
  }
168
84
  ],
169
- "name": "LogStateUpdated",
170
- "type": "event"
85
+ "name": "ErrorInstanceInstanceAdminAlreadySet",
86
+ "type": "error"
171
87
  },
172
88
  {
173
89
  "inputs": [
174
90
  {
175
- "internalType": "NftId",
176
- "name": "bundleNftId",
177
- "type": "uint96"
178
- },
179
- {
180
- "components": [
181
- {
182
- "internalType": "NftId",
183
- "name": "poolNftId",
184
- "type": "uint96"
185
- },
186
- {
187
- "components": [
188
- {
189
- "internalType": "UFixed",
190
- "name": "fractionalFee",
191
- "type": "uint256"
192
- },
193
- {
194
- "internalType": "uint256",
195
- "name": "fixedFee",
196
- "type": "uint256"
197
- }
198
- ],
199
- "internalType": "struct Fee",
200
- "name": "fee",
201
- "type": "tuple"
202
- },
203
- {
204
- "internalType": "bytes",
205
- "name": "filter",
206
- "type": "bytes"
207
- },
208
- {
209
- "internalType": "uint256",
210
- "name": "capitalAmount",
211
- "type": "uint256"
212
- },
213
- {
214
- "internalType": "uint256",
215
- "name": "lockedAmount",
216
- "type": "uint256"
217
- },
218
- {
219
- "internalType": "uint256",
220
- "name": "balanceAmount",
221
- "type": "uint256"
222
- },
223
- {
224
- "internalType": "uint256",
225
- "name": "lifetime",
226
- "type": "uint256"
227
- },
228
- {
229
- "internalType": "Timestamp",
230
- "name": "expiredAt",
231
- "type": "uint40"
232
- },
233
- {
234
- "internalType": "Timestamp",
235
- "name": "closedAt",
236
- "type": "uint40"
237
- }
238
- ],
239
- "internalType": "struct IBundle.BundleInfo",
240
- "name": "bundle",
241
- "type": "tuple"
91
+ "internalType": "address",
92
+ "name": "instanceAuthority",
93
+ "type": "address"
242
94
  }
243
95
  ],
244
- "name": "createBundle",
245
- "outputs": [],
246
- "stateMutability": "nonpayable",
247
- "type": "function"
96
+ "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
97
+ "type": "error"
98
+ },
99
+ {
100
+ "inputs": [],
101
+ "name": "ErrorInstanceInstanceAdminZero",
102
+ "type": "error"
248
103
  },
249
104
  {
250
105
  "inputs": [
251
106
  {
252
- "internalType": "NftId",
253
- "name": "distributionNftId",
254
- "type": "uint96"
255
- },
256
- {
257
- "components": [
258
- {
259
- "internalType": "NftId",
260
- "name": "productNftId",
261
- "type": "uint96"
262
- },
263
- {
264
- "internalType": "contract TokenHandler",
265
- "name": "tokenHandler",
266
- "type": "address"
267
- },
268
- {
269
- "components": [
270
- {
271
- "internalType": "UFixed",
272
- "name": "fractionalFee",
273
- "type": "uint256"
274
- },
275
- {
276
- "internalType": "uint256",
277
- "name": "fixedFee",
278
- "type": "uint256"
279
- }
280
- ],
281
- "internalType": "struct Fee",
282
- "name": "distributionFee",
283
- "type": "tuple"
284
- },
285
- {
286
- "internalType": "bool",
287
- "name": "isIntercepting",
288
- "type": "bool"
289
- },
290
- {
291
- "internalType": "address",
292
- "name": "wallet",
293
- "type": "address"
294
- }
295
- ],
296
- "internalType": "struct ISetup.DistributionSetupInfo",
297
- "name": "setup",
298
- "type": "tuple"
107
+ "internalType": "address",
108
+ "name": "instanceAuthority",
109
+ "type": "address"
299
110
  }
300
111
  ],
301
- "name": "createDistributionSetup",
302
- "outputs": [],
303
- "stateMutability": "nonpayable",
304
- "type": "function"
112
+ "name": "ErrorInstanceInstanceReaderInstanceMismatch",
113
+ "type": "error"
305
114
  },
306
115
  {
307
116
  "inputs": [
308
117
  {
309
- "internalType": "NftId",
310
- "name": "policyNftId",
311
- "type": "uint96"
312
- },
313
- {
314
- "components": [
315
- {
316
- "internalType": "NftId",
317
- "name": "productNftId",
318
- "type": "uint96"
319
- },
320
- {
321
- "internalType": "NftId",
322
- "name": "bundleNftId",
323
- "type": "uint96"
324
- },
325
- {
326
- "internalType": "ReferralId",
327
- "name": "referralId",
328
- "type": "bytes8"
329
- },
330
- {
331
- "internalType": "RiskId",
332
- "name": "riskId",
333
- "type": "bytes8"
334
- },
335
- {
336
- "internalType": "uint256",
337
- "name": "sumInsuredAmount",
338
- "type": "uint256"
339
- },
340
- {
341
- "internalType": "uint256",
342
- "name": "premiumAmount",
343
- "type": "uint256"
344
- },
345
- {
346
- "internalType": "uint256",
347
- "name": "premiumPaidAmount",
348
- "type": "uint256"
349
- },
350
- {
351
- "internalType": "uint256",
352
- "name": "lifetime",
353
- "type": "uint256"
354
- },
355
- {
356
- "internalType": "bytes",
357
- "name": "applicationData",
358
- "type": "bytes"
359
- },
360
- {
361
- "internalType": "bytes",
362
- "name": "policyData",
363
- "type": "bytes"
364
- },
365
- {
366
- "internalType": "uint16",
367
- "name": "claimsCount",
368
- "type": "uint16"
369
- },
370
- {
371
- "internalType": "uint16",
372
- "name": "openClaimsCount",
373
- "type": "uint16"
374
- },
375
- {
376
- "internalType": "uint256",
377
- "name": "payoutAmount",
378
- "type": "uint256"
379
- },
380
- {
381
- "internalType": "Timestamp",
382
- "name": "activatedAt",
383
- "type": "uint40"
384
- },
385
- {
386
- "internalType": "Timestamp",
387
- "name": "expiredAt",
388
- "type": "uint40"
389
- },
390
- {
391
- "internalType": "Timestamp",
392
- "name": "closedAt",
393
- "type": "uint40"
394
- }
395
- ],
396
- "internalType": "struct IPolicy.PolicyInfo",
397
- "name": "policy",
398
- "type": "tuple"
118
+ "internalType": "address",
119
+ "name": "instanceStore",
120
+ "type": "address"
399
121
  }
400
122
  ],
401
- "name": "createPolicy",
402
- "outputs": [],
403
- "stateMutability": "nonpayable",
404
- "type": "function"
123
+ "name": "ErrorInstanceInstanceStoreAlreadySet",
124
+ "type": "error"
405
125
  },
406
126
  {
407
127
  "inputs": [
408
128
  {
409
- "internalType": "NftId",
410
- "name": "poolNftId",
411
- "type": "uint96"
412
- },
413
- {
414
- "components": [
415
- {
416
- "internalType": "NftId",
417
- "name": "productNftId",
418
- "type": "uint96"
419
- },
420
- {
421
- "internalType": "contract TokenHandler",
422
- "name": "tokenHandler",
423
- "type": "address"
424
- },
425
- {
426
- "internalType": "UFixed",
427
- "name": "collateralizationLevel",
428
- "type": "uint256"
429
- },
430
- {
431
- "components": [
432
- {
433
- "internalType": "UFixed",
434
- "name": "fractionalFee",
435
- "type": "uint256"
436
- },
437
- {
438
- "internalType": "uint256",
439
- "name": "fixedFee",
440
- "type": "uint256"
441
- }
442
- ],
443
- "internalType": "struct Fee",
444
- "name": "poolFee",
445
- "type": "tuple"
446
- },
447
- {
448
- "components": [
449
- {
450
- "internalType": "UFixed",
451
- "name": "fractionalFee",
452
- "type": "uint256"
453
- },
454
- {
455
- "internalType": "uint256",
456
- "name": "fixedFee",
457
- "type": "uint256"
458
- }
459
- ],
460
- "internalType": "struct Fee",
461
- "name": "stakingFee",
462
- "type": "tuple"
463
- },
464
- {
465
- "components": [
466
- {
467
- "internalType": "UFixed",
468
- "name": "fractionalFee",
469
- "type": "uint256"
470
- },
471
- {
472
- "internalType": "uint256",
473
- "name": "fixedFee",
474
- "type": "uint256"
475
- }
476
- ],
477
- "internalType": "struct Fee",
478
- "name": "performanceFee",
479
- "type": "tuple"
480
- },
481
- {
482
- "internalType": "bool",
483
- "name": "isIntercepting",
484
- "type": "bool"
485
- },
486
- {
487
- "internalType": "address",
488
- "name": "wallet",
489
- "type": "address"
490
- }
491
- ],
492
- "internalType": "struct ISetup.PoolSetupInfo",
493
- "name": "setup",
494
- "type": "tuple"
129
+ "internalType": "address",
130
+ "name": "instanceAuthority",
131
+ "type": "address"
495
132
  }
496
133
  ],
497
- "name": "createPoolSetup",
498
- "outputs": [],
499
- "stateMutability": "nonpayable",
500
- "type": "function"
134
+ "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
135
+ "type": "error"
501
136
  },
502
137
  {
503
138
  "inputs": [
504
139
  {
505
140
  "internalType": "NftId",
506
- "name": "productNftId",
141
+ "name": "nftId",
507
142
  "type": "uint96"
508
- },
509
- {
510
- "components": [
511
- {
512
- "internalType": "contract IERC20Metadata",
513
- "name": "token",
514
- "type": "address"
515
- },
516
- {
517
- "internalType": "contract TokenHandler",
518
- "name": "tokenHandler",
519
- "type": "address"
520
- },
521
- {
522
- "internalType": "NftId",
523
- "name": "distributionNftId",
524
- "type": "uint96"
525
- },
526
- {
527
- "internalType": "NftId",
528
- "name": "poolNftId",
529
- "type": "uint96"
530
- },
531
- {
532
- "components": [
533
- {
534
- "internalType": "UFixed",
535
- "name": "fractionalFee",
536
- "type": "uint256"
537
- },
538
- {
539
- "internalType": "uint256",
540
- "name": "fixedFee",
541
- "type": "uint256"
542
- }
543
- ],
544
- "internalType": "struct Fee",
545
- "name": "distributionFee",
546
- "type": "tuple"
547
- },
548
- {
549
- "components": [
550
- {
551
- "internalType": "UFixed",
552
- "name": "fractionalFee",
553
- "type": "uint256"
554
- },
555
- {
556
- "internalType": "uint256",
557
- "name": "fixedFee",
558
- "type": "uint256"
559
- }
560
- ],
561
- "internalType": "struct Fee",
562
- "name": "productFee",
563
- "type": "tuple"
564
- },
565
- {
566
- "components": [
567
- {
568
- "internalType": "UFixed",
569
- "name": "fractionalFee",
570
- "type": "uint256"
571
- },
572
- {
573
- "internalType": "uint256",
574
- "name": "fixedFee",
575
- "type": "uint256"
576
- }
577
- ],
578
- "internalType": "struct Fee",
579
- "name": "processingFee",
580
- "type": "tuple"
581
- },
582
- {
583
- "components": [
584
- {
585
- "internalType": "UFixed",
586
- "name": "fractionalFee",
587
- "type": "uint256"
588
- },
589
- {
590
- "internalType": "uint256",
591
- "name": "fixedFee",
592
- "type": "uint256"
593
- }
594
- ],
595
- "internalType": "struct Fee",
596
- "name": "poolFee",
597
- "type": "tuple"
598
- },
599
- {
600
- "components": [
601
- {
602
- "internalType": "UFixed",
603
- "name": "fractionalFee",
604
- "type": "uint256"
605
- },
606
- {
607
- "internalType": "uint256",
608
- "name": "fixedFee",
609
- "type": "uint256"
610
- }
611
- ],
612
- "internalType": "struct Fee",
613
- "name": "stakingFee",
614
- "type": "tuple"
615
- },
616
- {
617
- "components": [
618
- {
619
- "internalType": "UFixed",
620
- "name": "fractionalFee",
621
- "type": "uint256"
622
- },
623
- {
624
- "internalType": "uint256",
625
- "name": "fixedFee",
626
- "type": "uint256"
627
- }
628
- ],
629
- "internalType": "struct Fee",
630
- "name": "performanceFee",
631
- "type": "tuple"
632
- },
633
- {
634
- "internalType": "address",
635
- "name": "wallet",
636
- "type": "address"
637
- }
638
- ],
639
- "internalType": "struct ISetup.ProductSetupInfo",
640
- "name": "setup",
641
- "type": "tuple"
642
143
  }
643
144
  ],
644
- "name": "createProductSetup",
645
- "outputs": [],
646
- "stateMutability": "nonpayable",
647
- "type": "function"
145
+ "name": "ErrorNftOwnableAlreadyLinked",
146
+ "type": "error"
648
147
  },
649
148
  {
650
149
  "inputs": [
651
150
  {
652
- "internalType": "RiskId",
653
- "name": "riskId",
654
- "type": "bytes8"
655
- },
656
- {
657
- "components": [
658
- {
659
- "internalType": "NftId",
660
- "name": "productNftId",
661
- "type": "uint96"
662
- },
663
- {
664
- "internalType": "bytes",
665
- "name": "data",
666
- "type": "bytes"
667
- }
668
- ],
669
- "internalType": "struct IRisk.RiskInfo",
670
- "name": "risk",
671
- "type": "tuple"
151
+ "internalType": "address",
152
+ "name": "contractAddress",
153
+ "type": "address"
672
154
  }
673
155
  ],
674
- "name": "createRisk",
675
- "outputs": [],
676
- "stateMutability": "nonpayable",
677
- "type": "function"
156
+ "name": "ErrorNftOwnableContractNotRegistered",
157
+ "type": "error"
158
+ },
159
+ {
160
+ "inputs": [],
161
+ "name": "ErrorNftOwnableInitialOwnerZero",
162
+ "type": "error"
678
163
  },
679
164
  {
680
165
  "inputs": [
681
166
  {
682
- "internalType": "Key32",
683
- "name": "key",
684
- "type": "bytes32"
685
- }
686
- ],
687
- "name": "exists",
688
- "outputs": [
689
- {
690
- "internalType": "bool",
691
- "name": "",
692
- "type": "bool"
167
+ "internalType": "address",
168
+ "name": "account",
169
+ "type": "address"
693
170
  }
694
171
  ],
695
- "stateMutability": "view",
696
- "type": "function"
172
+ "name": "ErrorNftOwnableNotOwner",
173
+ "type": "error"
697
174
  },
698
175
  {
699
176
  "inputs": [
700
177
  {
701
- "internalType": "Key32",
702
- "name": "key",
703
- "type": "bytes32"
178
+ "internalType": "address",
179
+ "name": "registryAddress",
180
+ "type": "address"
704
181
  }
705
182
  ],
706
- "name": "get",
707
- "outputs": [
183
+ "name": "ErrorNotRegistry",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "anonymous": false,
188
+ "inputs": [
708
189
  {
709
- "components": [
710
- {
711
- "components": [
712
- {
713
- "internalType": "ObjectType",
714
- "name": "objectType",
715
- "type": "uint8"
716
- },
717
- {
718
- "internalType": "StateId",
719
- "name": "state",
720
- "type": "uint8"
721
- },
722
- {
723
- "internalType": "address",
724
- "name": "updatedBy",
725
- "type": "address"
726
- },
727
- {
728
- "internalType": "Blocknumber",
729
- "name": "updatedIn",
730
- "type": "uint32"
731
- },
732
- {
733
- "internalType": "Blocknumber",
734
- "name": "createdIn",
735
- "type": "uint32"
736
- }
737
- ],
738
- "internalType": "struct IKeyValueStore.Metadata",
739
- "name": "metadata",
740
- "type": "tuple"
741
- },
742
- {
743
- "internalType": "bytes",
744
- "name": "data",
745
- "type": "bytes"
746
- }
747
- ],
748
- "internalType": "struct IKeyValueStore.Value",
749
- "name": "value",
750
- "type": "tuple"
190
+ "indexed": false,
191
+ "internalType": "address",
192
+ "name": "authority",
193
+ "type": "address"
751
194
  }
752
195
  ],
753
- "stateMutability": "view",
754
- "type": "function"
196
+ "name": "AuthorityUpdated",
197
+ "type": "event"
755
198
  },
756
199
  {
757
200
  "inputs": [],
758
- "name": "getComponentOwnerService",
201
+ "name": "authority",
759
202
  "outputs": [
760
203
  {
761
- "internalType": "contract IComponentOwnerService",
204
+ "internalType": "address",
762
205
  "name": "",
763
206
  "type": "address"
764
207
  }
@@ -769,60 +212,56 @@
769
212
  {
770
213
  "inputs": [
771
214
  {
772
- "internalType": "Key32",
773
- "name": "key",
774
- "type": "bytes32"
775
- }
776
- ],
777
- "name": "getData",
778
- "outputs": [
215
+ "internalType": "string",
216
+ "name": "roleName",
217
+ "type": "string"
218
+ },
779
219
  {
780
- "internalType": "bytes",
781
- "name": "data",
782
- "type": "bytes"
220
+ "internalType": "string",
221
+ "name": "adminName",
222
+ "type": "string"
783
223
  }
784
224
  ],
785
- "stateMutability": "view",
786
- "type": "function"
787
- },
788
- {
789
- "inputs": [],
790
- "name": "getDistributionService",
225
+ "name": "createRole",
791
226
  "outputs": [
792
227
  {
793
- "internalType": "contract IDistributionService",
794
- "name": "",
795
- "type": "address"
228
+ "internalType": "RoleId",
229
+ "name": "roleId",
230
+ "type": "uint64"
231
+ },
232
+ {
233
+ "internalType": "RoleId",
234
+ "name": "admin",
235
+ "type": "uint64"
796
236
  }
797
237
  ],
798
- "stateMutability": "view",
238
+ "stateMutability": "nonpayable",
799
239
  "type": "function"
800
240
  },
801
241
  {
802
242
  "inputs": [
803
243
  {
804
- "internalType": "ObjectType",
805
- "name": "objectType",
806
- "type": "uint8"
807
- }
808
- ],
809
- "name": "getInitialState",
810
- "outputs": [
244
+ "internalType": "address",
245
+ "name": "target",
246
+ "type": "address"
247
+ },
811
248
  {
812
- "internalType": "StateId",
813
- "name": "",
814
- "type": "uint8"
249
+ "internalType": "string",
250
+ "name": "name",
251
+ "type": "string"
815
252
  }
816
253
  ],
817
- "stateMutability": "view",
254
+ "name": "createTarget",
255
+ "outputs": [],
256
+ "stateMutability": "nonpayable",
818
257
  "type": "function"
819
258
  },
820
259
  {
821
260
  "inputs": [],
822
- "name": "getInstanceReader",
261
+ "name": "getBundleSet",
823
262
  "outputs": [
824
263
  {
825
- "internalType": "contract InstanceReader",
264
+ "internalType": "contract BundleSet",
826
265
  "name": "",
827
266
  "type": "address"
828
267
  }
@@ -831,45 +270,49 @@
831
270
  "type": "function"
832
271
  },
833
272
  {
834
- "inputs": [
835
- {
836
- "internalType": "Key32",
837
- "name": "key",
838
- "type": "bytes32"
839
- }
840
- ],
841
- "name": "getMetadata",
273
+ "inputs": [],
274
+ "name": "getInitialInfo",
842
275
  "outputs": [
843
276
  {
844
277
  "components": [
278
+ {
279
+ "internalType": "NftId",
280
+ "name": "nftId",
281
+ "type": "uint96"
282
+ },
283
+ {
284
+ "internalType": "NftId",
285
+ "name": "parentNftId",
286
+ "type": "uint96"
287
+ },
845
288
  {
846
289
  "internalType": "ObjectType",
847
290
  "name": "objectType",
848
291
  "type": "uint8"
849
292
  },
850
293
  {
851
- "internalType": "StateId",
852
- "name": "state",
853
- "type": "uint8"
294
+ "internalType": "bool",
295
+ "name": "isInterceptor",
296
+ "type": "bool"
854
297
  },
855
298
  {
856
299
  "internalType": "address",
857
- "name": "updatedBy",
300
+ "name": "objectAddress",
858
301
  "type": "address"
859
302
  },
860
303
  {
861
- "internalType": "Blocknumber",
862
- "name": "updatedIn",
863
- "type": "uint32"
304
+ "internalType": "address",
305
+ "name": "initialOwner",
306
+ "type": "address"
864
307
  },
865
308
  {
866
- "internalType": "Blocknumber",
867
- "name": "createdIn",
868
- "type": "uint32"
309
+ "internalType": "bytes",
310
+ "name": "data",
311
+ "type": "bytes"
869
312
  }
870
313
  ],
871
- "internalType": "struct IKeyValueStore.Metadata",
872
- "name": "metadata",
314
+ "internalType": "struct IRegistry.ObjectInfo",
315
+ "name": "",
873
316
  "type": "tuple"
874
317
  }
875
318
  ],
@@ -878,10 +321,10 @@
878
321
  },
879
322
  {
880
323
  "inputs": [],
881
- "name": "getPoolService",
324
+ "name": "getInstanceAdmin",
882
325
  "outputs": [
883
326
  {
884
- "internalType": "contract IPoolService",
327
+ "internalType": "contract InstanceAdmin",
885
328
  "name": "",
886
329
  "type": "address"
887
330
  }
@@ -891,10 +334,10 @@
891
334
  },
892
335
  {
893
336
  "inputs": [],
894
- "name": "getProductService",
337
+ "name": "getInstanceReader",
895
338
  "outputs": [
896
339
  {
897
- "internalType": "contract IProductService",
340
+ "internalType": "contract InstanceReader",
898
341
  "name": "",
899
342
  "type": "address"
900
343
  }
@@ -903,86 +346,65 @@
903
346
  "type": "function"
904
347
  },
905
348
  {
906
- "inputs": [
907
- {
908
- "internalType": "Key32",
909
- "name": "key",
910
- "type": "bytes32"
911
- }
912
- ],
913
- "name": "getState",
349
+ "inputs": [],
350
+ "name": "getInstanceStore",
914
351
  "outputs": [
915
352
  {
916
- "internalType": "StateId",
917
- "name": "state",
918
- "type": "uint8"
353
+ "internalType": "contract InstanceStore",
354
+ "name": "",
355
+ "type": "address"
919
356
  }
920
357
  ],
921
358
  "stateMutability": "view",
922
359
  "type": "function"
923
360
  },
924
361
  {
925
- "inputs": [
362
+ "inputs": [],
363
+ "name": "getMajorVersion",
364
+ "outputs": [
926
365
  {
927
- "internalType": "ObjectType",
928
- "name": "objectType",
366
+ "internalType": "VersionPart",
367
+ "name": "majorVersion",
929
368
  "type": "uint8"
930
369
  }
931
370
  ],
932
- "name": "hasLifecycle",
371
+ "stateMutability": "pure",
372
+ "type": "function"
373
+ },
374
+ {
375
+ "inputs": [],
376
+ "name": "getNftId",
933
377
  "outputs": [
934
378
  {
935
- "internalType": "bool",
379
+ "internalType": "NftId",
936
380
  "name": "",
937
- "type": "bool"
381
+ "type": "uint96"
938
382
  }
939
383
  ],
940
384
  "stateMutability": "view",
941
385
  "type": "function"
942
386
  },
943
387
  {
944
- "inputs": [
945
- {
946
- "internalType": "ObjectType",
947
- "name": "objectType",
948
- "type": "uint8"
949
- },
950
- {
951
- "internalType": "StateId",
952
- "name": "fromId",
953
- "type": "uint8"
954
- },
955
- {
956
- "internalType": "StateId",
957
- "name": "toId",
958
- "type": "uint8"
959
- }
960
- ],
961
- "name": "isValidTransition",
388
+ "inputs": [],
389
+ "name": "getOwner",
962
390
  "outputs": [
963
391
  {
964
- "internalType": "bool",
392
+ "internalType": "address",
965
393
  "name": "",
966
- "type": "bool"
394
+ "type": "address"
967
395
  }
968
396
  ],
969
397
  "stateMutability": "view",
970
398
  "type": "function"
971
399
  },
972
400
  {
973
- "inputs": [
974
- {
975
- "internalType": "bytes4",
976
- "name": "interfaceId",
977
- "type": "bytes4"
978
- }
979
- ],
980
- "name": "supportsInterface",
401
+ "inputs": [],
402
+ "name": "getRegistry",
981
403
  "outputs": [
982
404
  {
983
- "internalType": "bool",
405
+ "internalType": "contract IRegistry",
984
406
  "name": "",
985
- "type": "bool"
407
+ "type": "address"
986
408
  }
987
409
  ],
988
410
  "stateMutability": "view",
@@ -991,123 +413,61 @@
991
413
  {
992
414
  "inputs": [
993
415
  {
994
- "internalType": "ObjectType",
995
- "name": "objectType",
996
- "type": "uint8"
416
+ "internalType": "RoleId",
417
+ "name": "roleId",
418
+ "type": "uint64"
997
419
  },
998
420
  {
999
- "internalType": "KeyId",
1000
- "name": "id",
1001
- "type": "bytes31"
421
+ "internalType": "address",
422
+ "name": "account",
423
+ "type": "address"
1002
424
  }
1003
425
  ],
1004
- "name": "toKey32",
426
+ "name": "grantRole",
427
+ "outputs": [],
428
+ "stateMutability": "nonpayable",
429
+ "type": "function"
430
+ },
431
+ {
432
+ "inputs": [],
433
+ "name": "isConsumingScheduledOp",
1005
434
  "outputs": [
1006
435
  {
1007
- "internalType": "Key32",
436
+ "internalType": "bytes4",
1008
437
  "name": "",
1009
- "type": "bytes32"
438
+ "type": "bytes4"
1010
439
  }
1011
440
  ],
1012
- "stateMutability": "pure",
441
+ "stateMutability": "view",
1013
442
  "type": "function"
1014
443
  },
1015
444
  {
1016
- "inputs": [
445
+ "inputs": [],
446
+ "name": "linkToRegisteredNftId",
447
+ "outputs": [
1017
448
  {
1018
449
  "internalType": "NftId",
1019
- "name": "bundleNftId",
450
+ "name": "",
1020
451
  "type": "uint96"
1021
- },
1022
- {
1023
- "components": [
1024
- {
1025
- "internalType": "NftId",
1026
- "name": "poolNftId",
1027
- "type": "uint96"
1028
- },
1029
- {
1030
- "components": [
1031
- {
1032
- "internalType": "UFixed",
1033
- "name": "fractionalFee",
1034
- "type": "uint256"
1035
- },
1036
- {
1037
- "internalType": "uint256",
1038
- "name": "fixedFee",
1039
- "type": "uint256"
1040
- }
1041
- ],
1042
- "internalType": "struct Fee",
1043
- "name": "fee",
1044
- "type": "tuple"
1045
- },
1046
- {
1047
- "internalType": "bytes",
1048
- "name": "filter",
1049
- "type": "bytes"
1050
- },
1051
- {
1052
- "internalType": "uint256",
1053
- "name": "capitalAmount",
1054
- "type": "uint256"
1055
- },
1056
- {
1057
- "internalType": "uint256",
1058
- "name": "lockedAmount",
1059
- "type": "uint256"
1060
- },
1061
- {
1062
- "internalType": "uint256",
1063
- "name": "balanceAmount",
1064
- "type": "uint256"
1065
- },
1066
- {
1067
- "internalType": "uint256",
1068
- "name": "lifetime",
1069
- "type": "uint256"
1070
- },
1071
- {
1072
- "internalType": "Timestamp",
1073
- "name": "expiredAt",
1074
- "type": "uint40"
1075
- },
1076
- {
1077
- "internalType": "Timestamp",
1078
- "name": "closedAt",
1079
- "type": "uint40"
1080
- }
1081
- ],
1082
- "internalType": "struct IBundle.BundleInfo",
1083
- "name": "bundle",
1084
- "type": "tuple"
1085
- },
1086
- {
1087
- "internalType": "StateId",
1088
- "name": "newState",
1089
- "type": "uint8"
1090
452
  }
1091
453
  ],
1092
- "name": "updateBundle",
1093
- "outputs": [],
1094
454
  "stateMutability": "nonpayable",
1095
455
  "type": "function"
1096
456
  },
1097
457
  {
1098
458
  "inputs": [
1099
459
  {
1100
- "internalType": "NftId",
1101
- "name": "bundleNftId",
1102
- "type": "uint96"
460
+ "internalType": "address",
461
+ "name": "to",
462
+ "type": "address"
1103
463
  },
1104
464
  {
1105
- "internalType": "StateId",
1106
- "name": "newState",
1107
- "type": "uint8"
465
+ "internalType": "uint256",
466
+ "name": "tokenId",
467
+ "type": "uint256"
1108
468
  }
1109
469
  ],
1110
- "name": "updateBundleState",
470
+ "name": "nftMint",
1111
471
  "outputs": [],
1112
472
  "stateMutability": "nonpayable",
1113
473
  "type": "function"
@@ -1115,61 +475,22 @@
1115
475
  {
1116
476
  "inputs": [
1117
477
  {
1118
- "internalType": "NftId",
1119
- "name": "distributionNftId",
1120
- "type": "uint96"
478
+ "internalType": "address",
479
+ "name": "from",
480
+ "type": "address"
1121
481
  },
1122
482
  {
1123
- "components": [
1124
- {
1125
- "internalType": "NftId",
1126
- "name": "productNftId",
1127
- "type": "uint96"
1128
- },
1129
- {
1130
- "internalType": "contract TokenHandler",
1131
- "name": "tokenHandler",
1132
- "type": "address"
1133
- },
1134
- {
1135
- "components": [
1136
- {
1137
- "internalType": "UFixed",
1138
- "name": "fractionalFee",
1139
- "type": "uint256"
1140
- },
1141
- {
1142
- "internalType": "uint256",
1143
- "name": "fixedFee",
1144
- "type": "uint256"
1145
- }
1146
- ],
1147
- "internalType": "struct Fee",
1148
- "name": "distributionFee",
1149
- "type": "tuple"
1150
- },
1151
- {
1152
- "internalType": "bool",
1153
- "name": "isIntercepting",
1154
- "type": "bool"
1155
- },
1156
- {
1157
- "internalType": "address",
1158
- "name": "wallet",
1159
- "type": "address"
1160
- }
1161
- ],
1162
- "internalType": "struct ISetup.DistributionSetupInfo",
1163
- "name": "setup",
1164
- "type": "tuple"
483
+ "internalType": "address",
484
+ "name": "to",
485
+ "type": "address"
1165
486
  },
1166
487
  {
1167
- "internalType": "StateId",
1168
- "name": "newState",
1169
- "type": "uint8"
488
+ "internalType": "uint256",
489
+ "name": "tokenId",
490
+ "type": "uint256"
1170
491
  }
1171
492
  ],
1172
- "name": "updateDistributionSetup",
493
+ "name": "nftTransferFrom",
1173
494
  "outputs": [],
1174
495
  "stateMutability": "nonpayable",
1175
496
  "type": "function"
@@ -1177,17 +498,12 @@
1177
498
  {
1178
499
  "inputs": [
1179
500
  {
1180
- "internalType": "NftId",
1181
- "name": "distributionNftId",
501
+ "internalType": "Amount",
502
+ "name": "dipAmount",
1182
503
  "type": "uint96"
1183
- },
1184
- {
1185
- "internalType": "StateId",
1186
- "name": "newState",
1187
- "type": "uint8"
1188
504
  }
1189
505
  ],
1190
- "name": "updateDistributionSetupState",
506
+ "name": "refillStakingRewardReserves",
1191
507
  "outputs": [],
1192
508
  "stateMutability": "nonpayable",
1193
509
  "type": "function"
@@ -1195,104 +511,17 @@
1195
511
  {
1196
512
  "inputs": [
1197
513
  {
1198
- "internalType": "NftId",
1199
- "name": "policyNftId",
1200
- "type": "uint96"
1201
- },
1202
- {
1203
- "components": [
1204
- {
1205
- "internalType": "NftId",
1206
- "name": "productNftId",
1207
- "type": "uint96"
1208
- },
1209
- {
1210
- "internalType": "NftId",
1211
- "name": "bundleNftId",
1212
- "type": "uint96"
1213
- },
1214
- {
1215
- "internalType": "ReferralId",
1216
- "name": "referralId",
1217
- "type": "bytes8"
1218
- },
1219
- {
1220
- "internalType": "RiskId",
1221
- "name": "riskId",
1222
- "type": "bytes8"
1223
- },
1224
- {
1225
- "internalType": "uint256",
1226
- "name": "sumInsuredAmount",
1227
- "type": "uint256"
1228
- },
1229
- {
1230
- "internalType": "uint256",
1231
- "name": "premiumAmount",
1232
- "type": "uint256"
1233
- },
1234
- {
1235
- "internalType": "uint256",
1236
- "name": "premiumPaidAmount",
1237
- "type": "uint256"
1238
- },
1239
- {
1240
- "internalType": "uint256",
1241
- "name": "lifetime",
1242
- "type": "uint256"
1243
- },
1244
- {
1245
- "internalType": "bytes",
1246
- "name": "applicationData",
1247
- "type": "bytes"
1248
- },
1249
- {
1250
- "internalType": "bytes",
1251
- "name": "policyData",
1252
- "type": "bytes"
1253
- },
1254
- {
1255
- "internalType": "uint16",
1256
- "name": "claimsCount",
1257
- "type": "uint16"
1258
- },
1259
- {
1260
- "internalType": "uint16",
1261
- "name": "openClaimsCount",
1262
- "type": "uint16"
1263
- },
1264
- {
1265
- "internalType": "uint256",
1266
- "name": "payoutAmount",
1267
- "type": "uint256"
1268
- },
1269
- {
1270
- "internalType": "Timestamp",
1271
- "name": "activatedAt",
1272
- "type": "uint40"
1273
- },
1274
- {
1275
- "internalType": "Timestamp",
1276
- "name": "expiredAt",
1277
- "type": "uint40"
1278
- },
1279
- {
1280
- "internalType": "Timestamp",
1281
- "name": "closedAt",
1282
- "type": "uint40"
1283
- }
1284
- ],
1285
- "internalType": "struct IPolicy.PolicyInfo",
1286
- "name": "policy",
1287
- "type": "tuple"
514
+ "internalType": "RoleId",
515
+ "name": "roleId",
516
+ "type": "uint64"
1288
517
  },
1289
518
  {
1290
- "internalType": "StateId",
1291
- "name": "newState",
1292
- "type": "uint8"
519
+ "internalType": "address",
520
+ "name": "account",
521
+ "type": "address"
1293
522
  }
1294
523
  ],
1295
- "name": "updatePolicy",
524
+ "name": "revokeRole",
1296
525
  "outputs": [],
1297
526
  "stateMutability": "nonpayable",
1298
527
  "type": "function"
@@ -1300,17 +529,12 @@
1300
529
  {
1301
530
  "inputs": [
1302
531
  {
1303
- "internalType": "NftId",
1304
- "name": "policyNftId",
1305
- "type": "uint96"
1306
- },
1307
- {
1308
- "internalType": "StateId",
1309
- "name": "newState",
1310
- "type": "uint8"
532
+ "internalType": "address",
533
+ "name": "",
534
+ "type": "address"
1311
535
  }
1312
536
  ],
1313
- "name": "updatePolicyState",
537
+ "name": "setAuthority",
1314
538
  "outputs": [],
1315
539
  "stateMutability": "nonpayable",
1316
540
  "type": "function"
@@ -1318,100 +542,12 @@
1318
542
  {
1319
543
  "inputs": [
1320
544
  {
1321
- "internalType": "NftId",
1322
- "name": "poolNftId",
1323
- "type": "uint96"
1324
- },
1325
- {
1326
- "components": [
1327
- {
1328
- "internalType": "NftId",
1329
- "name": "productNftId",
1330
- "type": "uint96"
1331
- },
1332
- {
1333
- "internalType": "contract TokenHandler",
1334
- "name": "tokenHandler",
1335
- "type": "address"
1336
- },
1337
- {
1338
- "internalType": "UFixed",
1339
- "name": "collateralizationLevel",
1340
- "type": "uint256"
1341
- },
1342
- {
1343
- "components": [
1344
- {
1345
- "internalType": "UFixed",
1346
- "name": "fractionalFee",
1347
- "type": "uint256"
1348
- },
1349
- {
1350
- "internalType": "uint256",
1351
- "name": "fixedFee",
1352
- "type": "uint256"
1353
- }
1354
- ],
1355
- "internalType": "struct Fee",
1356
- "name": "poolFee",
1357
- "type": "tuple"
1358
- },
1359
- {
1360
- "components": [
1361
- {
1362
- "internalType": "UFixed",
1363
- "name": "fractionalFee",
1364
- "type": "uint256"
1365
- },
1366
- {
1367
- "internalType": "uint256",
1368
- "name": "fixedFee",
1369
- "type": "uint256"
1370
- }
1371
- ],
1372
- "internalType": "struct Fee",
1373
- "name": "stakingFee",
1374
- "type": "tuple"
1375
- },
1376
- {
1377
- "components": [
1378
- {
1379
- "internalType": "UFixed",
1380
- "name": "fractionalFee",
1381
- "type": "uint256"
1382
- },
1383
- {
1384
- "internalType": "uint256",
1385
- "name": "fixedFee",
1386
- "type": "uint256"
1387
- }
1388
- ],
1389
- "internalType": "struct Fee",
1390
- "name": "performanceFee",
1391
- "type": "tuple"
1392
- },
1393
- {
1394
- "internalType": "bool",
1395
- "name": "isIntercepting",
1396
- "type": "bool"
1397
- },
1398
- {
1399
- "internalType": "address",
1400
- "name": "wallet",
1401
- "type": "address"
1402
- }
1403
- ],
1404
- "internalType": "struct ISetup.PoolSetupInfo",
1405
- "name": "setup",
1406
- "type": "tuple"
1407
- },
1408
- {
1409
- "internalType": "StateId",
1410
- "name": "newState",
1411
- "type": "uint8"
545
+ "internalType": "Seconds",
546
+ "name": "stakeLockingPeriod",
547
+ "type": "uint40"
1412
548
  }
1413
549
  ],
1414
- "name": "updatePoolSetup",
550
+ "name": "setStakingLockingPeriod",
1415
551
  "outputs": [],
1416
552
  "stateMutability": "nonpayable",
1417
553
  "type": "function"
@@ -1419,17 +555,12 @@
1419
555
  {
1420
556
  "inputs": [
1421
557
  {
1422
- "internalType": "NftId",
1423
- "name": "poolNftId",
1424
- "type": "uint96"
1425
- },
1426
- {
1427
- "internalType": "StateId",
1428
- "name": "newState",
1429
- "type": "uint8"
558
+ "internalType": "UFixed",
559
+ "name": "rewardRate",
560
+ "type": "uint256"
1430
561
  }
1431
562
  ],
1432
- "name": "updatePoolSetupState",
563
+ "name": "setStakingRewardRate",
1433
564
  "outputs": [],
1434
565
  "stateMutability": "nonpayable",
1435
566
  "type": "function"
@@ -1437,151 +568,22 @@
1437
568
  {
1438
569
  "inputs": [
1439
570
  {
1440
- "internalType": "NftId",
1441
- "name": "productNftId",
1442
- "type": "uint96"
571
+ "internalType": "string",
572
+ "name": "targetName",
573
+ "type": "string"
1443
574
  },
1444
575
  {
1445
- "components": [
1446
- {
1447
- "internalType": "contract IERC20Metadata",
1448
- "name": "token",
1449
- "type": "address"
1450
- },
1451
- {
1452
- "internalType": "contract TokenHandler",
1453
- "name": "tokenHandler",
1454
- "type": "address"
1455
- },
1456
- {
1457
- "internalType": "NftId",
1458
- "name": "distributionNftId",
1459
- "type": "uint96"
1460
- },
1461
- {
1462
- "internalType": "NftId",
1463
- "name": "poolNftId",
1464
- "type": "uint96"
1465
- },
1466
- {
1467
- "components": [
1468
- {
1469
- "internalType": "UFixed",
1470
- "name": "fractionalFee",
1471
- "type": "uint256"
1472
- },
1473
- {
1474
- "internalType": "uint256",
1475
- "name": "fixedFee",
1476
- "type": "uint256"
1477
- }
1478
- ],
1479
- "internalType": "struct Fee",
1480
- "name": "distributionFee",
1481
- "type": "tuple"
1482
- },
1483
- {
1484
- "components": [
1485
- {
1486
- "internalType": "UFixed",
1487
- "name": "fractionalFee",
1488
- "type": "uint256"
1489
- },
1490
- {
1491
- "internalType": "uint256",
1492
- "name": "fixedFee",
1493
- "type": "uint256"
1494
- }
1495
- ],
1496
- "internalType": "struct Fee",
1497
- "name": "productFee",
1498
- "type": "tuple"
1499
- },
1500
- {
1501
- "components": [
1502
- {
1503
- "internalType": "UFixed",
1504
- "name": "fractionalFee",
1505
- "type": "uint256"
1506
- },
1507
- {
1508
- "internalType": "uint256",
1509
- "name": "fixedFee",
1510
- "type": "uint256"
1511
- }
1512
- ],
1513
- "internalType": "struct Fee",
1514
- "name": "processingFee",
1515
- "type": "tuple"
1516
- },
1517
- {
1518
- "components": [
1519
- {
1520
- "internalType": "UFixed",
1521
- "name": "fractionalFee",
1522
- "type": "uint256"
1523
- },
1524
- {
1525
- "internalType": "uint256",
1526
- "name": "fixedFee",
1527
- "type": "uint256"
1528
- }
1529
- ],
1530
- "internalType": "struct Fee",
1531
- "name": "poolFee",
1532
- "type": "tuple"
1533
- },
1534
- {
1535
- "components": [
1536
- {
1537
- "internalType": "UFixed",
1538
- "name": "fractionalFee",
1539
- "type": "uint256"
1540
- },
1541
- {
1542
- "internalType": "uint256",
1543
- "name": "fixedFee",
1544
- "type": "uint256"
1545
- }
1546
- ],
1547
- "internalType": "struct Fee",
1548
- "name": "stakingFee",
1549
- "type": "tuple"
1550
- },
1551
- {
1552
- "components": [
1553
- {
1554
- "internalType": "UFixed",
1555
- "name": "fractionalFee",
1556
- "type": "uint256"
1557
- },
1558
- {
1559
- "internalType": "uint256",
1560
- "name": "fixedFee",
1561
- "type": "uint256"
1562
- }
1563
- ],
1564
- "internalType": "struct Fee",
1565
- "name": "performanceFee",
1566
- "type": "tuple"
1567
- },
1568
- {
1569
- "internalType": "address",
1570
- "name": "wallet",
1571
- "type": "address"
1572
- }
1573
- ],
1574
- "internalType": "struct ISetup.ProductSetupInfo",
1575
- "name": "setup",
1576
- "type": "tuple"
576
+ "internalType": "bytes4[]",
577
+ "name": "selectors",
578
+ "type": "bytes4[]"
1577
579
  },
1578
580
  {
1579
- "internalType": "StateId",
1580
- "name": "newState",
1581
- "type": "uint8"
581
+ "internalType": "RoleId",
582
+ "name": "roleId",
583
+ "type": "uint64"
1582
584
  }
1583
585
  ],
1584
- "name": "updateProductSetup",
586
+ "name": "setTargetFunctionRole",
1585
587
  "outputs": [],
1586
588
  "stateMutability": "nonpayable",
1587
589
  "type": "function"
@@ -1589,17 +591,17 @@
1589
591
  {
1590
592
  "inputs": [
1591
593
  {
1592
- "internalType": "NftId",
1593
- "name": "productNftId",
1594
- "type": "uint96"
594
+ "internalType": "address",
595
+ "name": "target",
596
+ "type": "address"
1595
597
  },
1596
598
  {
1597
- "internalType": "StateId",
1598
- "name": "newState",
1599
- "type": "uint8"
599
+ "internalType": "bool",
600
+ "name": "locked",
601
+ "type": "bool"
1600
602
  }
1601
603
  ],
1602
- "name": "updateProductSetupState",
604
+ "name": "setTargetLocked",
1603
605
  "outputs": [],
1604
606
  "stateMutability": "nonpayable",
1605
607
  "type": "function"
@@ -1607,53 +609,38 @@
1607
609
  {
1608
610
  "inputs": [
1609
611
  {
1610
- "internalType": "RiskId",
1611
- "name": "riskId",
1612
- "type": "bytes8"
1613
- },
1614
- {
1615
- "components": [
1616
- {
1617
- "internalType": "NftId",
1618
- "name": "productNftId",
1619
- "type": "uint96"
1620
- },
1621
- {
1622
- "internalType": "bytes",
1623
- "name": "data",
1624
- "type": "bytes"
1625
- }
1626
- ],
1627
- "internalType": "struct IRisk.RiskInfo",
1628
- "name": "risk",
1629
- "type": "tuple"
1630
- },
612
+ "internalType": "bytes4",
613
+ "name": "interfaceId",
614
+ "type": "bytes4"
615
+ }
616
+ ],
617
+ "name": "supportsInterface",
618
+ "outputs": [
1631
619
  {
1632
- "internalType": "StateId",
1633
- "name": "newState",
1634
- "type": "uint8"
620
+ "internalType": "bool",
621
+ "name": "",
622
+ "type": "bool"
1635
623
  }
1636
624
  ],
1637
- "name": "updateRisk",
1638
- "outputs": [],
1639
- "stateMutability": "nonpayable",
625
+ "stateMutability": "view",
1640
626
  "type": "function"
1641
627
  },
1642
628
  {
1643
629
  "inputs": [
1644
630
  {
1645
- "internalType": "RiskId",
1646
- "name": "riskId",
1647
- "type": "bytes8"
1648
- },
631
+ "internalType": "Amount",
632
+ "name": "dipAmount",
633
+ "type": "uint96"
634
+ }
635
+ ],
636
+ "name": "withdrawStakingRewardReserves",
637
+ "outputs": [
1649
638
  {
1650
- "internalType": "StateId",
1651
- "name": "newState",
1652
- "type": "uint8"
639
+ "internalType": "Amount",
640
+ "name": "newBalance",
641
+ "type": "uint96"
1653
642
  }
1654
643
  ],
1655
- "name": "updateRiskState",
1656
- "outputs": [],
1657
644
  "stateMutability": "nonpayable",
1658
645
  "type": "function"
1659
646
  }