@etherisc/gif-next 0.0.2-d8b116d-201 → 0.0.2-d93d2dc-010

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