@etherisc/gif-next 0.0.2-dc7e4cb-141 → 0.0.2-dd0e295-160

Sign up to get free protection for your applications and to get access to all the features.
Files changed (662) hide show
  1. package/README.md +250 -23
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1378 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +709 -0
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +295 -1647
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +769 -0
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +440 -1748
  20. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1701 -0
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1220 -0
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +758 -0
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -0
  32. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  34. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  35. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  36. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  38. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
  40. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  41. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  42. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  43. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  44. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  45. package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → IComponents.sol/IComponents.json} +2 -2
  46. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  48. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  49. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  50. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  51. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  52. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  53. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  54. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  55. package/artifacts/contracts/{instance/module/pool/IPoolModule.sol/IPool.json → oracle/IOracle.sol/IOracle.json} +2 -2
  56. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  57. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
  58. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  59. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  60. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
  62. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  63. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  64. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  65. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  66. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  67. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  68. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  69. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  70. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  71. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
  72. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  73. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
  74. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  75. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  76. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  77. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  78. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  79. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  80. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  81. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  82. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  83. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  84. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  85. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  86. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  87. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  88. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  89. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  90. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  91. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
  92. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  93. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  94. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  95. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
  96. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  97. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  98. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  99. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
  100. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  101. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
  102. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  103. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  104. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  106. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  107. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  108. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  109. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  110. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  111. package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
  112. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  114. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  116. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  117. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
  118. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  119. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +678 -77
  120. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  121. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
  122. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  123. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -0
  124. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  125. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  126. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  127. package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -107
  128. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  129. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
  130. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  131. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
  132. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
  134. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  135. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
  136. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  137. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
  138. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  139. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
  140. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  141. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  142. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  143. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
  144. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  145. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
  146. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  147. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
  148. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  149. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
  150. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  151. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
  152. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  153. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
  154. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  155. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  156. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  157. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
  158. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
  160. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  161. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
  162. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  163. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  164. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  165. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
  166. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  167. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  168. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  169. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  170. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  172. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  173. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  174. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  175. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  176. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  177. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +468 -0
  178. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  179. package/artifacts/contracts/{instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/ILifecycle.sol/ILifecycle.json} +10 -77
  180. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  181. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
  182. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  183. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  184. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  185. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  186. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  187. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  188. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  189. package/artifacts/contracts/{instance/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +168 -135
  190. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  191. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
  192. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  193. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  194. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  195. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  196. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  197. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  198. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  199. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  200. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  201. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  202. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  203. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
  204. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  205. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  206. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  207. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
  208. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  209. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
  210. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  211. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  212. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  213. package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
  214. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  215. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
  216. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  217. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  218. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
  220. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  221. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  222. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  223. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  224. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  225. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  226. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  227. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  228. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  230. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  232. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  234. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  236. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
  238. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  239. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  240. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  241. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  242. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  244. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  245. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  246. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  247. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  248. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  249. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  250. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  252. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  254. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  256. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  257. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  258. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
  260. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  262. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  264. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  266. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  268. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
  270. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  272. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  274. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  276. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  278. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  280. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  282. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types/ChainId.sol/ChainIdLib.json → type/UFixed.sol/MathLib.json} +4 -4
  284. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types/UFixed.sol/UFixedMathLib.json → type/UFixed.sol/UFixedLib.json} +4 -4
  286. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  288. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
  290. package/contracts/distribution/Distribution.sol +261 -0
  291. package/contracts/distribution/DistributionService.sol +297 -0
  292. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  293. package/contracts/distribution/IDistributionComponent.sol +66 -0
  294. package/contracts/distribution/IDistributionService.sol +81 -0
  295. package/contracts/instance/BundleManager.sol +126 -0
  296. package/contracts/instance/IInstance.sol +79 -45
  297. package/contracts/instance/IInstanceService.sol +97 -0
  298. package/contracts/instance/Instance.sol +250 -53
  299. package/contracts/instance/InstanceAdmin.sol +331 -0
  300. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  301. package/contracts/instance/InstanceReader.sol +392 -0
  302. package/contracts/instance/InstanceService.sol +439 -0
  303. package/contracts/instance/InstanceServiceManager.sol +44 -0
  304. package/contracts/instance/InstanceStore.sol +269 -0
  305. package/contracts/instance/base/BalanceStore.sol +123 -0
  306. package/contracts/instance/base/Cloneable.sol +28 -0
  307. package/contracts/instance/base/ObjectCounter.sol +21 -0
  308. package/contracts/instance/base/ObjectManager.sol +80 -0
  309. package/contracts/instance/module/IAccess.sol +46 -0
  310. package/contracts/instance/module/IBundle.sol +20 -0
  311. package/contracts/instance/module/IComponents.sol +52 -0
  312. package/contracts/instance/module/IDistribution.sol +42 -0
  313. package/contracts/instance/module/IPolicy.sol +84 -0
  314. package/contracts/instance/module/IRisk.sol +11 -0
  315. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  316. package/contracts/oracle/IOracle.sol +20 -0
  317. package/contracts/oracle/IOracleComponent.sol +32 -0
  318. package/contracts/oracle/IOracleService.sol +65 -0
  319. package/contracts/oracle/Oracle.sol +145 -0
  320. package/contracts/oracle/OracleService.sol +278 -0
  321. package/contracts/oracle/OracleServiceManager.sol +42 -0
  322. package/contracts/pool/BundleService.sol +296 -0
  323. package/contracts/pool/BundleServiceManager.sol +42 -0
  324. package/contracts/pool/IBundleService.sol +106 -0
  325. package/contracts/pool/IPoolComponent.sol +112 -0
  326. package/contracts/pool/IPoolService.sol +150 -0
  327. package/contracts/pool/Pool.sol +299 -0
  328. package/contracts/pool/PoolService.sol +452 -0
  329. package/contracts/pool/PoolServiceManager.sol +42 -0
  330. package/contracts/product/ApplicationService.sol +254 -0
  331. package/contracts/product/ApplicationServiceManager.sol +38 -0
  332. package/contracts/product/ClaimService.sol +442 -0
  333. package/contracts/product/ClaimServiceManager.sol +38 -0
  334. package/contracts/product/IApplicationService.sol +62 -0
  335. package/contracts/product/IClaimService.sol +99 -0
  336. package/contracts/product/IPolicyService.sol +78 -0
  337. package/contracts/product/IPricingService.sol +39 -0
  338. package/contracts/product/IProductComponent.sol +42 -0
  339. package/contracts/product/IProductService.sol +33 -0
  340. package/contracts/product/PolicyService.sol +475 -0
  341. package/contracts/product/PolicyServiceManager.sol +42 -0
  342. package/contracts/product/PricingService.sol +300 -0
  343. package/contracts/product/PricingServiceManager.sol +42 -0
  344. package/contracts/product/Product.sol +377 -0
  345. package/contracts/product/ProductService.sol +124 -0
  346. package/contracts/product/ProductServiceManager.sol +42 -0
  347. package/contracts/registry/ChainNft.sol +95 -37
  348. package/contracts/registry/IRegistry.sol +95 -28
  349. package/contracts/registry/IRegistryService.sol +69 -0
  350. package/contracts/registry/IServiceAuthorization.sol +35 -0
  351. package/contracts/registry/ITransferInterceptor.sol +7 -0
  352. package/contracts/registry/Registry.sol +482 -281
  353. package/contracts/registry/RegistryAdmin.sol +333 -0
  354. package/contracts/registry/RegistryService.sol +266 -0
  355. package/contracts/registry/RegistryServiceManager.sol +53 -0
  356. package/contracts/registry/ReleaseManager.sol +527 -0
  357. package/contracts/registry/ServiceAuthorization.sol +86 -0
  358. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  359. package/contracts/registry/TokenRegistry.sol +315 -0
  360. package/contracts/shared/AccessAdmin.sol +759 -0
  361. package/contracts/shared/AccessManagerCustom.sol +741 -0
  362. package/contracts/shared/AccessManagerExtended.sol +481 -0
  363. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  364. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  365. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  366. package/contracts/shared/Component.sol +281 -0
  367. package/contracts/shared/ComponentService.sol +617 -0
  368. package/contracts/shared/ComponentServiceManager.sol +35 -0
  369. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  370. package/contracts/shared/ERC165.sol +15 -9
  371. package/contracts/shared/IAccessAdmin.sol +168 -0
  372. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  373. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  374. package/contracts/shared/IComponent.sol +70 -0
  375. package/contracts/shared/IComponentService.sol +102 -0
  376. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  377. package/contracts/shared/IKeyValueStore.sol +53 -0
  378. package/contracts/shared/ILifecycle.sol +30 -0
  379. package/contracts/shared/INftOwnable.sol +23 -0
  380. package/contracts/shared/IPolicyHolder.sol +45 -0
  381. package/contracts/shared/IRegisterable.sol +10 -19
  382. package/contracts/shared/IRegistryLinked.sol +11 -0
  383. package/contracts/shared/IService.sol +25 -0
  384. package/contracts/shared/IVersionable.sol +38 -37
  385. package/contracts/shared/InitializableCustom.sol +177 -0
  386. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  387. package/contracts/shared/KeyValueStore.sol +127 -0
  388. package/contracts/shared/Lifecycle.sol +130 -0
  389. package/contracts/shared/NftIdSetManager.sol +65 -0
  390. package/contracts/shared/NftOwnable.sol +107 -0
  391. package/contracts/shared/PolicyHolder.sol +102 -0
  392. package/contracts/shared/ProxyManager.sol +199 -0
  393. package/contracts/shared/Registerable.sol +54 -65
  394. package/contracts/shared/RegistryLinked.sol +43 -0
  395. package/contracts/shared/Service.sol +83 -0
  396. package/contracts/shared/TokenHandler.sol +58 -0
  397. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  398. package/contracts/shared/Versionable.sol +38 -68
  399. package/contracts/staking/IStaking.sol +168 -0
  400. package/contracts/staking/IStakingService.sol +153 -0
  401. package/contracts/staking/StakeManagerLib.sol +231 -0
  402. package/contracts/staking/Staking.sol +513 -0
  403. package/contracts/staking/StakingManager.sol +54 -0
  404. package/contracts/staking/StakingReader.sol +187 -0
  405. package/contracts/staking/StakingService.sol +411 -0
  406. package/contracts/staking/StakingServiceManager.sol +44 -0
  407. package/contracts/staking/StakingStore.sol +613 -0
  408. package/contracts/staking/TargetManagerLib.sol +207 -0
  409. package/contracts/{types → type}/AddressSet.sol +1 -1
  410. package/contracts/type/Amount.sol +128 -0
  411. package/contracts/{types → type}/Blocknumber.sol +21 -3
  412. package/contracts/type/ClaimId.sol +75 -0
  413. package/contracts/type/DistributorType.sol +55 -0
  414. package/contracts/type/Fee.sol +66 -0
  415. package/contracts/type/Key32.sol +50 -0
  416. package/contracts/type/NftId.sol +78 -0
  417. package/contracts/type/NftIdSet.sol +62 -0
  418. package/contracts/type/ObjectType.sol +241 -0
  419. package/contracts/type/PayoutId.sol +82 -0
  420. package/contracts/type/Referral.sol +89 -0
  421. package/contracts/type/RequestId.sol +75 -0
  422. package/contracts/type/RiskId.sol +43 -0
  423. package/contracts/type/RoleId.sol +201 -0
  424. package/contracts/type/Seconds.sol +81 -0
  425. package/contracts/type/Selector.sol +102 -0
  426. package/contracts/{types → type}/StateId.sol +46 -6
  427. package/contracts/type/String.sol +53 -0
  428. package/contracts/{types → type}/Timestamp.sol +27 -14
  429. package/contracts/{types → type}/UFixed.sol +129 -12
  430. package/contracts/{types → type}/Version.sol +15 -2
  431. package/package.json +8 -7
  432. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  433. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  434. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  435. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  436. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  437. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  438. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  439. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  440. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  441. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  442. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  443. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  444. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  445. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  446. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  447. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  448. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  449. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  450. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  451. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  452. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  453. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  454. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  455. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  456. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  457. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  458. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  459. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  460. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  461. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  462. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  463. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  464. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  465. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  466. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  467. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  469. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  470. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  471. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  472. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  473. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  474. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  475. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  477. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  478. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  479. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.dbg.json +0 -4
  480. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.json +0 -50
  481. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  482. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  483. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  484. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  485. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  486. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  487. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  488. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -276
  489. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  490. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  491. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -276
  492. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  493. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  494. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  495. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  496. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  497. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  498. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  499. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  500. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  501. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  502. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  503. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  504. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  505. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.json +0 -134
  506. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
  507. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
  508. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
  509. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  510. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  511. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  512. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  513. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  514. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  515. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  516. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  517. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  518. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  519. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  520. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  521. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  522. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  523. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  524. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  525. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  526. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  527. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  528. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  529. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  530. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  531. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  532. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  533. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -491
  534. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  535. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  536. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  537. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  538. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
  539. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  540. package/artifacts/contracts/instance/service/IService.sol/IService.dbg.json +0 -4
  541. package/artifacts/contracts/instance/service/IService.sol/IService.json +0 -300
  542. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  544. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  546. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  547. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.json +0 -300
  548. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  549. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  550. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  551. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  552. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  553. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  554. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  555. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  556. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  557. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  558. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  559. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  560. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  561. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  562. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
  563. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  564. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  565. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  566. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  567. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  568. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  569. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  570. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  571. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  572. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  573. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  574. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  575. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  576. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  577. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  578. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  579. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  580. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  581. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  582. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  583. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  584. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  585. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  586. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  587. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  588. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  589. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  590. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  591. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  592. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  593. package/contracts/components/BaseComponent.sol +0 -89
  594. package/contracts/components/IBaseComponent.sol +0 -19
  595. package/contracts/components/IPoolComponent.sol +0 -57
  596. package/contracts/components/IProductComponent.sol +0 -19
  597. package/contracts/components/Pool.sol +0 -174
  598. package/contracts/components/Product.sol +0 -117
  599. package/contracts/experiment/errors/Require.sol +0 -38
  600. package/contracts/experiment/errors/Revert.sol +0 -44
  601. package/contracts/experiment/inheritance/A.sol +0 -53
  602. package/contracts/experiment/inheritance/B.sol +0 -28
  603. package/contracts/experiment/inheritance/C.sol +0 -34
  604. package/contracts/experiment/inheritance/IA.sol +0 -13
  605. package/contracts/experiment/inheritance/IB.sol +0 -10
  606. package/contracts/experiment/inheritance/IC.sol +0 -12
  607. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  608. package/contracts/experiment/statemachine/ISM.sol +0 -25
  609. package/contracts/experiment/statemachine/README.md +0 -112
  610. package/contracts/experiment/statemachine/SM.sol +0 -57
  611. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  612. package/contracts/experiment/types/TypeA.sol +0 -47
  613. package/contracts/experiment/types/TypeB.sol +0 -29
  614. package/contracts/instance/IInstanceLinked.sol +0 -8
  615. package/contracts/instance/IServiceLinked.sol +0 -12
  616. package/contracts/instance/InstanceBase.sol +0 -71
  617. package/contracts/instance/module/access/Access.sol +0 -149
  618. package/contracts/instance/module/access/IAccess.sol +0 -53
  619. package/contracts/instance/module/bundle/BundleModule.sol +0 -228
  620. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  621. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  622. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  623. package/contracts/instance/module/component/ComponentModule.sol +0 -103
  624. package/contracts/instance/module/component/IComponent.sol +0 -53
  625. package/contracts/instance/module/lifecycle/ILifecycle.sol +0 -47
  626. package/contracts/instance/module/lifecycle/LifecycleModule.sol +0 -89
  627. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  628. package/contracts/instance/module/policy/PolicyModule.sol +0 -84
  629. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  630. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  631. package/contracts/instance/module/risk/IRisk.sol +0 -10
  632. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  633. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  634. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  635. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  636. package/contracts/instance/service/ComponentOwnerService.sol +0 -171
  637. package/contracts/instance/service/ComponentServiceBase.sol +0 -41
  638. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  639. package/contracts/instance/service/IPoolService.sol +0 -30
  640. package/contracts/instance/service/IProductService.sol +0 -58
  641. package/contracts/instance/service/IService.sol +0 -15
  642. package/contracts/instance/service/PoolService.sol +0 -123
  643. package/contracts/instance/service/ProductService.sol +0 -355
  644. package/contracts/instance/service/ServiceBase.sol +0 -39
  645. package/contracts/registry/IChainNft.sol +0 -21
  646. package/contracts/registry/IRegistryLinked.sol +0 -8
  647. package/contracts/shared/IOwnable.sol +0 -6
  648. package/contracts/test/TestFee.sol +0 -25
  649. package/contracts/test/TestPool.sol +0 -22
  650. package/contracts/test/TestProduct.sol +0 -44
  651. package/contracts/test/TestRegisterable.sol +0 -19
  652. package/contracts/test/TestRoleId.sol +0 -14
  653. package/contracts/test/TestService.sol +0 -32
  654. package/contracts/test/TestToken.sol +0 -26
  655. package/contracts/test/TestVersion.sol +0 -44
  656. package/contracts/test/TestVersionable.sol +0 -17
  657. package/contracts/types/ChainId.sol +0 -38
  658. package/contracts/types/Fee.sol +0 -51
  659. package/contracts/types/NftId.sol +0 -57
  660. package/contracts/types/NftIdSet.sol +0 -60
  661. package/contracts/types/ObjectType.sol +0 -115
  662. package/contracts/types/RoleId.sol +0 -36
@@ -6,1322 +6,313 @@
6
6
  {
7
7
  "inputs": [
8
8
  {
9
- "internalType": "NftId",
10
- "name": "nftId",
11
- "type": "uint96"
12
- },
13
- {
14
- "internalType": "ObjectType",
15
- "name": "objectType",
16
- "type": "uint8"
17
- },
18
- {
19
- "internalType": "StateId",
20
- "name": "fromStateId",
21
- "type": "uint8"
22
- },
23
- {
24
- "internalType": "StateId",
25
- "name": "toStateId",
26
- "type": "uint8"
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
27
12
  }
28
13
  ],
29
- "name": "ErrorInvalidStateTransition",
14
+ "name": "AccessManagedInvalidAuthority",
30
15
  "type": "error"
31
16
  },
32
17
  {
33
18
  "inputs": [
34
19
  {
35
- "internalType": "NftId",
36
- "name": "nftId",
37
- "type": "uint96"
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
38
23
  },
39
24
  {
40
- "internalType": "ObjectType",
41
- "name": "objectType",
42
- "type": "uint8"
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
43
28
  }
44
29
  ],
45
- "name": "ErrorNoLifecycle",
30
+ "name": "AccessManagedRequiredDelay",
46
31
  "type": "error"
47
32
  },
48
33
  {
49
- "anonymous": false,
50
- "inputs": [
51
- {
52
- "indexed": false,
53
- "internalType": "RoleId",
54
- "name": "role",
55
- "type": "bytes8"
56
- },
57
- {
58
- "indexed": false,
59
- "internalType": "string",
60
- "name": "roleName",
61
- "type": "string"
62
- }
63
- ],
64
- "name": "LogAccessRoleCreated",
65
- "type": "event"
66
- },
67
- {
68
- "anonymous": false,
69
34
  "inputs": [
70
35
  {
71
- "indexed": false,
72
- "internalType": "RoleId",
73
- "name": "role",
74
- "type": "bytes8"
75
- },
76
- {
77
- "indexed": false,
78
36
  "internalType": "address",
79
- "name": "member",
37
+ "name": "caller",
80
38
  "type": "address"
81
- },
82
- {
83
- "indexed": false,
84
- "internalType": "bool",
85
- "name": "isMember",
86
- "type": "bool"
87
- }
88
- ],
89
- "name": "LogAccessRoleGranted",
90
- "type": "event"
91
- },
92
- {
93
- "anonymous": false,
94
- "inputs": [
95
- {
96
- "indexed": false,
97
- "internalType": "RoleId",
98
- "name": "role",
99
- "type": "bytes8"
100
- },
101
- {
102
- "indexed": false,
103
- "internalType": "bool",
104
- "name": "active",
105
- "type": "bool"
106
- }
107
- ],
108
- "name": "LogAccessRoleStateSet",
109
- "type": "event"
110
- },
111
- {
112
- "anonymous": false,
113
- "inputs": [
114
- {
115
- "indexed": false,
116
- "internalType": "NftId",
117
- "name": "nftId",
118
- "type": "uint96"
119
- },
120
- {
121
- "indexed": false,
122
- "internalType": "StateId",
123
- "name": "fromStateId",
124
- "type": "uint8"
125
- },
126
- {
127
- "indexed": false,
128
- "internalType": "StateId",
129
- "name": "toStateId",
130
- "type": "uint8"
131
- }
132
- ],
133
- "name": "LogBundleStateChanged",
134
- "type": "event"
135
- },
136
- {
137
- "anonymous": false,
138
- "inputs": [
139
- {
140
- "indexed": false,
141
- "internalType": "NftId",
142
- "name": "nftId",
143
- "type": "uint96"
144
- },
145
- {
146
- "indexed": false,
147
- "internalType": "ObjectType",
148
- "name": "objectType",
149
- "type": "uint8"
150
- },
151
- {
152
- "indexed": false,
153
- "internalType": "StateId",
154
- "name": "fromStateId",
155
- "type": "uint8"
156
- },
157
- {
158
- "indexed": false,
159
- "internalType": "StateId",
160
- "name": "toStateId",
161
- "type": "uint8"
162
- }
163
- ],
164
- "name": "LogComponentStateChanged",
165
- "type": "event"
166
- },
167
- {
168
- "anonymous": false,
169
- "inputs": [
170
- {
171
- "indexed": false,
172
- "internalType": "NftId",
173
- "name": "nftId",
174
- "type": "uint96"
175
- },
176
- {
177
- "indexed": false,
178
- "internalType": "StateId",
179
- "name": "fromStateId",
180
- "type": "uint8"
181
- },
182
- {
183
- "indexed": false,
184
- "internalType": "StateId",
185
- "name": "toStateId",
186
- "type": "uint8"
187
39
  }
188
40
  ],
189
- "name": "LogPolicyStateChanged",
190
- "type": "event"
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
191
43
  },
192
44
  {
193
- "anonymous": false,
194
45
  "inputs": [
195
46
  {
196
- "indexed": false,
197
- "internalType": "Version",
198
- "name": "version",
199
- "type": "uint24"
200
- },
201
- {
202
- "indexed": false,
203
- "internalType": "address",
204
- "name": "implementation",
205
- "type": "address"
206
- },
207
- {
208
- "indexed": false,
209
47
  "internalType": "address",
210
- "name": "activatedBy",
48
+ "name": "instanceBundleManager",
211
49
  "type": "address"
212
50
  }
213
51
  ],
214
- "name": "LogVersionableActivated",
215
- "type": "event"
52
+ "name": "ErrorInstanceBundleManagerAlreadySet",
53
+ "type": "error"
216
54
  },
217
55
  {
218
56
  "inputs": [
219
57
  {
220
58
  "internalType": "address",
221
- "name": "implementation",
222
- "type": "address"
223
- },
224
- {
225
- "internalType": "address",
226
- "name": "activatedBy",
59
+ "name": "instanceAuthority",
227
60
  "type": "address"
228
61
  }
229
62
  ],
230
- "name": "activate",
231
- "outputs": [],
232
- "stateMutability": "nonpayable",
233
- "type": "function"
234
- },
235
- {
236
- "inputs": [
237
- {
238
- "internalType": "NftId",
239
- "name": "bundleNftId",
240
- "type": "uint96"
241
- },
242
- {
243
- "internalType": "NftId",
244
- "name": "poolNftId",
245
- "type": "uint96"
246
- },
247
- {
248
- "internalType": "uint256",
249
- "name": "amount",
250
- "type": "uint256"
251
- }
252
- ],
253
- "name": "addBundleToPool",
254
- "outputs": [],
255
- "stateMutability": "nonpayable",
256
- "type": "function"
63
+ "name": "ErrorInstanceBundleManagerAuthorityMismatch",
64
+ "type": "error"
257
65
  },
258
66
  {
259
67
  "inputs": [
260
68
  {
261
- "internalType": "uint256",
262
- "name": "amount",
263
- "type": "uint256"
264
- },
265
- {
266
- "components": [
267
- {
268
- "internalType": "UFixed",
269
- "name": "fractionalFee",
270
- "type": "uint256"
271
- },
272
- {
273
- "internalType": "uint256",
274
- "name": "fixedFee",
275
- "type": "uint256"
276
- }
277
- ],
278
- "internalType": "struct Fee",
279
- "name": "fee",
280
- "type": "tuple"
281
- }
282
- ],
283
- "name": "calculateFeeAmount",
284
- "outputs": [
285
- {
286
- "internalType": "uint256",
287
- "name": "feeAmount",
288
- "type": "uint256"
289
- },
290
- {
291
- "internalType": "uint256",
292
- "name": "netAmount",
293
- "type": "uint256"
69
+ "internalType": "address",
70
+ "name": "instance",
71
+ "type": "address"
294
72
  }
295
73
  ],
296
- "stateMutability": "pure",
297
- "type": "function"
74
+ "name": "ErrorInstanceBundleManagerInstanceMismatch",
75
+ "type": "error"
298
76
  },
299
77
  {
300
78
  "inputs": [
301
79
  {
302
- "internalType": "NftId",
303
- "name": "bundleNftId",
304
- "type": "uint96"
305
- },
306
- {
307
- "internalType": "NftId",
308
- "name": "policyNftId",
309
- "type": "uint96"
310
- },
311
- {
312
- "internalType": "uint256",
313
- "name": "amount",
314
- "type": "uint256"
80
+ "internalType": "address",
81
+ "name": "InstanceAdmin",
82
+ "type": "address"
315
83
  }
316
84
  ],
317
- "name": "collateralizePolicy",
318
- "outputs": [],
319
- "stateMutability": "nonpayable",
320
- "type": "function"
85
+ "name": "ErrorInstanceInstanceAdminAlreadySet",
86
+ "type": "error"
321
87
  },
322
88
  {
323
89
  "inputs": [
324
90
  {
325
- "internalType": "NftId",
326
- "name": "productNftId",
327
- "type": "uint96"
328
- },
329
- {
330
- "internalType": "NftId",
331
- "name": "policyNftId",
332
- "type": "uint96"
333
- },
334
- {
335
- "internalType": "uint256",
336
- "name": "sumInsuredAmount",
337
- "type": "uint256"
338
- },
339
- {
340
- "internalType": "uint256",
341
- "name": "premiumAmount",
342
- "type": "uint256"
343
- },
344
- {
345
- "internalType": "uint256",
346
- "name": "lifetime",
347
- "type": "uint256"
348
- },
349
- {
350
- "internalType": "NftId",
351
- "name": "bundleNftId",
352
- "type": "uint96"
91
+ "internalType": "address",
92
+ "name": "instanceAuthority",
93
+ "type": "address"
353
94
  }
354
95
  ],
355
- "name": "createApplication",
356
- "outputs": [],
357
- "stateMutability": "nonpayable",
358
- "type": "function"
96
+ "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
97
+ "type": "error"
359
98
  },
360
- {
361
- "inputs": [
362
- {
363
- "internalType": "NftId",
364
- "name": "bundleNftId",
365
- "type": "uint96"
366
- },
367
- {
368
- "internalType": "NftId",
369
- "name": "poolNftId",
370
- "type": "uint96"
371
- },
372
- {
373
- "internalType": "uint256",
374
- "name": "amount",
375
- "type": "uint256"
376
- },
377
- {
378
- "internalType": "uint256",
379
- "name": "lifetime",
380
- "type": "uint256"
381
- },
382
- {
383
- "internalType": "bytes",
384
- "name": "filter",
385
- "type": "bytes"
386
- }
387
- ],
388
- "name": "createBundleInfo",
389
- "outputs": [],
390
- "stateMutability": "nonpayable",
391
- "type": "function"
392
- },
393
- {
394
- "inputs": [
395
- {
396
- "internalType": "string",
397
- "name": "roleName",
398
- "type": "string"
399
- }
400
- ],
401
- "name": "createRole",
402
- "outputs": [
403
- {
404
- "internalType": "RoleId",
405
- "name": "role",
406
- "type": "bytes8"
407
- }
408
- ],
409
- "stateMutability": "nonpayable",
410
- "type": "function"
411
- },
412
- {
413
- "inputs": [
414
- {
415
- "internalType": "NftId",
416
- "name": "poolNftId",
417
- "type": "uint96"
418
- }
419
- ],
420
- "name": "getBundleCount",
421
- "outputs": [
422
- {
423
- "internalType": "uint256",
424
- "name": "bundleCount",
425
- "type": "uint256"
426
- }
427
- ],
428
- "stateMutability": "view",
429
- "type": "function"
430
- },
431
- {
432
- "inputs": [
433
- {
434
- "internalType": "NftId",
435
- "name": "bundleNftId",
436
- "type": "uint96"
437
- }
438
- ],
439
- "name": "getBundleInfo",
440
- "outputs": [
441
- {
442
- "components": [
443
- {
444
- "internalType": "NftId",
445
- "name": "nftId",
446
- "type": "uint96"
447
- },
448
- {
449
- "internalType": "NftId",
450
- "name": "poolNftId",
451
- "type": "uint96"
452
- },
453
- {
454
- "internalType": "StateId",
455
- "name": "state",
456
- "type": "uint8"
457
- },
458
- {
459
- "internalType": "bytes",
460
- "name": "filter",
461
- "type": "bytes"
462
- },
463
- {
464
- "internalType": "uint256",
465
- "name": "capitalAmount",
466
- "type": "uint256"
467
- },
468
- {
469
- "internalType": "uint256",
470
- "name": "lockedAmount",
471
- "type": "uint256"
472
- },
473
- {
474
- "internalType": "uint256",
475
- "name": "balanceAmount",
476
- "type": "uint256"
477
- },
478
- {
479
- "internalType": "Timestamp",
480
- "name": "createdAt",
481
- "type": "uint40"
482
- },
483
- {
484
- "internalType": "Timestamp",
485
- "name": "expiredAt",
486
- "type": "uint40"
487
- },
488
- {
489
- "internalType": "Timestamp",
490
- "name": "closedAt",
491
- "type": "uint40"
492
- },
493
- {
494
- "internalType": "Blocknumber",
495
- "name": "updatedIn",
496
- "type": "uint32"
497
- }
498
- ],
499
- "internalType": "struct IBundle.BundleInfo",
500
- "name": "bundleInfo",
501
- "type": "tuple"
502
- }
503
- ],
504
- "stateMutability": "view",
505
- "type": "function"
506
- },
507
- {
508
- "inputs": [
509
- {
510
- "internalType": "NftId",
511
- "name": "poolNftId",
512
- "type": "uint96"
513
- },
514
- {
515
- "internalType": "uint256",
516
- "name": "index",
517
- "type": "uint256"
518
- }
519
- ],
520
- "name": "getBundleNftId",
521
- "outputs": [
522
- {
523
- "internalType": "NftId",
524
- "name": "bundleNftId",
525
- "type": "uint96"
526
- }
527
- ],
528
- "stateMutability": "view",
529
- "type": "function"
530
- },
531
- {
532
- "inputs": [],
533
- "name": "getComponentCount",
534
- "outputs": [
535
- {
536
- "internalType": "uint256",
537
- "name": "numberOfCompnents",
538
- "type": "uint256"
539
- }
540
- ],
541
- "stateMutability": "view",
542
- "type": "function"
543
- },
544
- {
545
- "inputs": [
546
- {
547
- "internalType": "uint256",
548
- "name": "idx",
549
- "type": "uint256"
550
- }
551
- ],
552
- "name": "getComponentId",
553
- "outputs": [
554
- {
555
- "internalType": "NftId",
556
- "name": "nftId",
557
- "type": "uint96"
558
- }
559
- ],
560
- "stateMutability": "view",
561
- "type": "function"
562
- },
563
- {
564
- "inputs": [
565
- {
566
- "internalType": "NftId",
567
- "name": "nftId",
568
- "type": "uint96"
569
- }
570
- ],
571
- "name": "getComponentInfo",
572
- "outputs": [
573
- {
574
- "components": [
575
- {
576
- "internalType": "NftId",
577
- "name": "nftId",
578
- "type": "uint96"
579
- },
580
- {
581
- "internalType": "StateId",
582
- "name": "state",
583
- "type": "uint8"
584
- },
585
- {
586
- "internalType": "contract IERC20Metadata",
587
- "name": "token",
588
- "type": "address"
589
- }
590
- ],
591
- "internalType": "struct IComponent.ComponentInfo",
592
- "name": "info",
593
- "type": "tuple"
594
- }
595
- ],
596
- "stateMutability": "view",
597
- "type": "function"
598
- },
599
- {
600
- "inputs": [],
601
- "name": "getComponentOwnerService",
602
- "outputs": [
603
- {
604
- "internalType": "contract IComponentOwnerService",
605
- "name": "",
606
- "type": "address"
607
- }
608
- ],
609
- "stateMutability": "view",
610
- "type": "function"
611
- },
612
- {
613
- "inputs": [],
614
- "name": "getData",
615
- "outputs": [
616
- {
617
- "internalType": "bytes",
618
- "name": "data",
619
- "type": "bytes"
620
- }
621
- ],
622
- "stateMutability": "view",
623
- "type": "function"
624
- },
625
- {
626
- "inputs": [
627
- {
628
- "internalType": "UFixed",
629
- "name": "fractionalFee",
630
- "type": "uint256"
631
- },
632
- {
633
- "internalType": "uint256",
634
- "name": "fixedFee",
635
- "type": "uint256"
636
- }
637
- ],
638
- "name": "getFee",
639
- "outputs": [
640
- {
641
- "components": [
642
- {
643
- "internalType": "UFixed",
644
- "name": "fractionalFee",
645
- "type": "uint256"
646
- },
647
- {
648
- "internalType": "uint256",
649
- "name": "fixedFee",
650
- "type": "uint256"
651
- }
652
- ],
653
- "internalType": "struct Fee",
654
- "name": "fee",
655
- "type": "tuple"
656
- }
657
- ],
658
- "stateMutability": "pure",
659
- "type": "function"
660
- },
661
- {
662
- "inputs": [
663
- {
664
- "internalType": "ObjectType",
665
- "name": "objectType",
666
- "type": "uint8"
667
- }
668
- ],
669
- "name": "getInitialState",
670
- "outputs": [
671
- {
672
- "internalType": "StateId",
673
- "name": "",
674
- "type": "uint8"
675
- }
676
- ],
677
- "stateMutability": "view",
678
- "type": "function"
679
- },
680
- {
681
- "inputs": [],
682
- "name": "getNftId",
683
- "outputs": [
684
- {
685
- "internalType": "NftId",
686
- "name": "nftId",
687
- "type": "uint96"
688
- }
689
- ],
690
- "stateMutability": "view",
691
- "type": "function"
692
- },
693
- {
694
- "inputs": [],
695
- "name": "getOwner",
696
- "outputs": [
697
- {
698
- "internalType": "address",
699
- "name": "owner",
700
- "type": "address"
701
- }
702
- ],
703
- "stateMutability": "view",
704
- "type": "function"
705
- },
706
- {
707
- "inputs": [],
708
- "name": "getParentNftId",
709
- "outputs": [
710
- {
711
- "internalType": "NftId",
712
- "name": "nftId",
713
- "type": "uint96"
714
- }
715
- ],
716
- "stateMutability": "view",
717
- "type": "function"
718
- },
719
- {
720
- "inputs": [
721
- {
722
- "internalType": "NftId",
723
- "name": "nftId",
724
- "type": "uint96"
725
- }
726
- ],
727
- "name": "getPolicyInfo",
728
- "outputs": [
729
- {
730
- "components": [
731
- {
732
- "internalType": "NftId",
733
- "name": "nftId",
734
- "type": "uint96"
735
- },
736
- {
737
- "internalType": "NftId",
738
- "name": "productNftId",
739
- "type": "uint96"
740
- },
741
- {
742
- "internalType": "NftId",
743
- "name": "bundleNftId",
744
- "type": "uint96"
745
- },
746
- {
747
- "internalType": "address",
748
- "name": "beneficiary",
749
- "type": "address"
750
- },
751
- {
752
- "internalType": "StateId",
753
- "name": "state",
754
- "type": "uint8"
755
- },
756
- {
757
- "internalType": "uint256",
758
- "name": "sumInsuredAmount",
759
- "type": "uint256"
760
- },
761
- {
762
- "internalType": "uint256",
763
- "name": "premiumAmount",
764
- "type": "uint256"
765
- },
766
- {
767
- "internalType": "uint256",
768
- "name": "premiumPaidAmount",
769
- "type": "uint256"
770
- },
771
- {
772
- "internalType": "uint256",
773
- "name": "lifetime",
774
- "type": "uint256"
775
- },
776
- {
777
- "internalType": "bytes",
778
- "name": "data",
779
- "type": "bytes"
780
- },
781
- {
782
- "internalType": "Timestamp",
783
- "name": "createdAt",
784
- "type": "uint40"
785
- },
786
- {
787
- "internalType": "Timestamp",
788
- "name": "activatedAt",
789
- "type": "uint40"
790
- },
791
- {
792
- "internalType": "Timestamp",
793
- "name": "expiredAt",
794
- "type": "uint40"
795
- },
796
- {
797
- "internalType": "Timestamp",
798
- "name": "closedAt",
799
- "type": "uint40"
800
- },
801
- {
802
- "internalType": "Blocknumber",
803
- "name": "updatedIn",
804
- "type": "uint32"
805
- }
806
- ],
807
- "internalType": "struct IPolicy.PolicyInfo",
808
- "name": "info",
809
- "type": "tuple"
810
- }
811
- ],
812
- "stateMutability": "view",
813
- "type": "function"
814
- },
815
- {
816
- "inputs": [
817
- {
818
- "internalType": "NftId",
819
- "name": "nftId",
820
- "type": "uint96"
821
- }
822
- ],
823
- "name": "getPoolInfo",
824
- "outputs": [
825
- {
826
- "components": [
827
- {
828
- "internalType": "NftId",
829
- "name": "nftId",
830
- "type": "uint96"
831
- },
832
- {
833
- "internalType": "bool",
834
- "name": "isVerifying",
835
- "type": "bool"
836
- },
837
- {
838
- "internalType": "UFixed",
839
- "name": "collateralizationLevel",
840
- "type": "uint256"
841
- }
842
- ],
843
- "internalType": "struct IPool.PoolInfo",
844
- "name": "info",
845
- "type": "tuple"
846
- }
847
- ],
848
- "stateMutability": "view",
849
- "type": "function"
850
- },
851
- {
852
- "inputs": [],
853
- "name": "getPoolService",
854
- "outputs": [
855
- {
856
- "internalType": "contract IPoolService",
857
- "name": "",
858
- "type": "address"
859
- }
860
- ],
861
- "stateMutability": "view",
862
- "type": "function"
863
- },
864
- {
865
- "inputs": [
866
- {
867
- "internalType": "NftId",
868
- "name": "poolNftId",
869
- "type": "uint96"
870
- }
871
- ],
872
- "name": "getPoolSetup",
873
- "outputs": [
874
- {
875
- "components": [
876
- {
877
- "internalType": "NftId",
878
- "name": "poolNftId",
879
- "type": "uint96"
880
- },
881
- {
882
- "internalType": "address",
883
- "name": "wallet",
884
- "type": "address"
885
- },
886
- {
887
- "components": [
888
- {
889
- "internalType": "UFixed",
890
- "name": "fractionalFee",
891
- "type": "uint256"
892
- },
893
- {
894
- "internalType": "uint256",
895
- "name": "fixedFee",
896
- "type": "uint256"
897
- }
898
- ],
899
- "internalType": "struct Fee",
900
- "name": "stakingFee",
901
- "type": "tuple"
902
- },
903
- {
904
- "components": [
905
- {
906
- "internalType": "UFixed",
907
- "name": "fractionalFee",
908
- "type": "uint256"
909
- },
910
- {
911
- "internalType": "uint256",
912
- "name": "fixedFee",
913
- "type": "uint256"
914
- }
915
- ],
916
- "internalType": "struct Fee",
917
- "name": "performanceFee",
918
- "type": "tuple"
919
- }
920
- ],
921
- "internalType": "struct ITreasury.PoolSetup",
922
- "name": "setup",
923
- "type": "tuple"
924
- }
925
- ],
926
- "stateMutability": "view",
927
- "type": "function"
928
- },
929
- {
930
- "inputs": [],
931
- "name": "getProductService",
932
- "outputs": [
933
- {
934
- "internalType": "contract IProductService",
935
- "name": "",
936
- "type": "address"
937
- }
938
- ],
939
- "stateMutability": "view",
940
- "type": "function"
941
- },
942
- {
943
- "inputs": [
944
- {
945
- "internalType": "NftId",
946
- "name": "productNftId",
947
- "type": "uint96"
948
- }
949
- ],
950
- "name": "getProductSetup",
951
- "outputs": [
952
- {
953
- "components": [
954
- {
955
- "internalType": "NftId",
956
- "name": "productNftId",
957
- "type": "uint96"
958
- },
959
- {
960
- "internalType": "NftId",
961
- "name": "distributorNftId",
962
- "type": "uint96"
963
- },
964
- {
965
- "internalType": "NftId",
966
- "name": "poolNftId",
967
- "type": "uint96"
968
- },
969
- {
970
- "internalType": "contract IERC20Metadata",
971
- "name": "token",
972
- "type": "address"
973
- },
974
- {
975
- "internalType": "address",
976
- "name": "wallet",
977
- "type": "address"
978
- },
979
- {
980
- "components": [
981
- {
982
- "internalType": "UFixed",
983
- "name": "fractionalFee",
984
- "type": "uint256"
985
- },
986
- {
987
- "internalType": "uint256",
988
- "name": "fixedFee",
989
- "type": "uint256"
990
- }
991
- ],
992
- "internalType": "struct Fee",
993
- "name": "policyFee",
994
- "type": "tuple"
995
- },
996
- {
997
- "components": [
998
- {
999
- "internalType": "UFixed",
1000
- "name": "fractionalFee",
1001
- "type": "uint256"
1002
- },
1003
- {
1004
- "internalType": "uint256",
1005
- "name": "fixedFee",
1006
- "type": "uint256"
1007
- }
1008
- ],
1009
- "internalType": "struct Fee",
1010
- "name": "processingFee",
1011
- "type": "tuple"
1012
- }
1013
- ],
1014
- "internalType": "struct ITreasury.ProductSetup",
1015
- "name": "setup",
1016
- "type": "tuple"
1017
- }
1018
- ],
1019
- "stateMutability": "view",
1020
- "type": "function"
1021
- },
1022
- {
1023
- "inputs": [],
1024
- "name": "getRegistry",
1025
- "outputs": [
1026
- {
1027
- "internalType": "contract IRegistry",
1028
- "name": "registry",
1029
- "type": "address"
1030
- }
1031
- ],
1032
- "stateMutability": "view",
1033
- "type": "function"
1034
- },
1035
- {
1036
- "inputs": [
1037
- {
1038
- "internalType": "uint256",
1039
- "name": "idx",
1040
- "type": "uint256"
1041
- }
1042
- ],
1043
- "name": "getRole",
1044
- "outputs": [
1045
- {
1046
- "internalType": "RoleId",
1047
- "name": "role",
1048
- "type": "bytes8"
1049
- }
1050
- ],
1051
- "stateMutability": "view",
1052
- "type": "function"
1053
- },
1054
- {
1055
- "inputs": [],
1056
- "name": "getRoleCount",
1057
- "outputs": [
1058
- {
1059
- "internalType": "uint256",
1060
- "name": "roles",
1061
- "type": "uint256"
1062
- }
1063
- ],
1064
- "stateMutability": "view",
1065
- "type": "function"
1066
- },
1067
- {
1068
- "inputs": [
1069
- {
1070
- "internalType": "string",
1071
- "name": "roleName",
1072
- "type": "string"
1073
- }
1074
- ],
1075
- "name": "getRoleId",
1076
- "outputs": [
1077
- {
1078
- "internalType": "RoleId",
1079
- "name": "role",
1080
- "type": "bytes8"
1081
- }
1082
- ],
1083
- "stateMutability": "pure",
1084
- "type": "function"
1085
- },
1086
- {
1087
- "inputs": [
1088
- {
1089
- "internalType": "RoleId",
1090
- "name": "role",
1091
- "type": "bytes8"
1092
- }
1093
- ],
1094
- "name": "getRoleInfo",
1095
- "outputs": [
1096
- {
1097
- "components": [
1098
- {
1099
- "internalType": "RoleId",
1100
- "name": "id",
1101
- "type": "bytes8"
1102
- },
1103
- {
1104
- "internalType": "string",
1105
- "name": "name",
1106
- "type": "string"
1107
- },
1108
- {
1109
- "internalType": "bool",
1110
- "name": "isActive",
1111
- "type": "bool"
1112
- }
1113
- ],
1114
- "internalType": "struct IAccess.RoleInfo",
1115
- "name": "info",
1116
- "type": "tuple"
1117
- }
1118
- ],
1119
- "stateMutability": "view",
1120
- "type": "function"
99
+ {
100
+ "inputs": [],
101
+ "name": "ErrorInstanceInstanceAdminZero",
102
+ "type": "error"
1121
103
  },
1122
104
  {
1123
105
  "inputs": [
1124
- {
1125
- "internalType": "RoleId",
1126
- "name": "role",
1127
- "type": "bytes8"
1128
- },
1129
- {
1130
- "internalType": "uint256",
1131
- "name": "idx",
1132
- "type": "uint256"
1133
- }
1134
- ],
1135
- "name": "getRoleMember",
1136
- "outputs": [
1137
106
  {
1138
107
  "internalType": "address",
1139
- "name": "roleMember",
108
+ "name": "instanceAuthority",
1140
109
  "type": "address"
1141
110
  }
1142
111
  ],
1143
- "stateMutability": "view",
1144
- "type": "function"
112
+ "name": "ErrorInstanceInstanceReaderInstanceMismatch",
113
+ "type": "error"
1145
114
  },
1146
115
  {
1147
116
  "inputs": [
1148
117
  {
1149
- "internalType": "RoleId",
1150
- "name": "role",
1151
- "type": "bytes8"
118
+ "internalType": "address",
119
+ "name": "instanceStore",
120
+ "type": "address"
1152
121
  }
1153
122
  ],
1154
- "name": "getRoleMemberCount",
1155
- "outputs": [
123
+ "name": "ErrorInstanceInstanceStoreAlreadySet",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
1156
128
  {
1157
- "internalType": "uint256",
1158
- "name": "roleMembers",
1159
- "type": "uint256"
129
+ "internalType": "address",
130
+ "name": "instanceAuthority",
131
+ "type": "address"
1160
132
  }
1161
133
  ],
1162
- "stateMutability": "view",
1163
- "type": "function"
134
+ "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
135
+ "type": "error"
1164
136
  },
1165
137
  {
1166
138
  "inputs": [
1167
139
  {
1168
140
  "internalType": "NftId",
1169
- "name": "componentNftId",
141
+ "name": "nftId",
1170
142
  "type": "uint96"
1171
143
  }
1172
144
  ],
1173
- "name": "getTokenHandler",
1174
- "outputs": [
145
+ "name": "ErrorNftOwnableAlreadyLinked",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [
1175
150
  {
1176
- "internalType": "contract TokenHandler",
1177
- "name": "tokenHandler",
151
+ "internalType": "address",
152
+ "name": "contractAddress",
1178
153
  "type": "address"
1179
154
  }
1180
155
  ],
1181
- "stateMutability": "view",
1182
- "type": "function"
156
+ "name": "ErrorNftOwnableContractNotRegistered",
157
+ "type": "error"
1183
158
  },
1184
159
  {
1185
160
  "inputs": [],
1186
- "name": "getType",
1187
- "outputs": [
1188
- {
1189
- "internalType": "ObjectType",
1190
- "name": "objectType",
1191
- "type": "uint8"
1192
- }
1193
- ],
1194
- "stateMutability": "pure",
1195
- "type": "function"
161
+ "name": "ErrorNftOwnableInitialOwnerZero",
162
+ "type": "error"
1196
163
  },
1197
164
  {
1198
165
  "inputs": [
1199
166
  {
1200
- "internalType": "uint256",
1201
- "name": "a",
1202
- "type": "uint256"
1203
- },
1204
- {
1205
- "internalType": "int8",
1206
- "name": "exp",
1207
- "type": "int8"
167
+ "internalType": "address",
168
+ "name": "account",
169
+ "type": "address"
1208
170
  }
1209
171
  ],
1210
- "name": "getUFixed",
1211
- "outputs": [
172
+ "name": "ErrorNftOwnableNotOwner",
173
+ "type": "error"
174
+ },
175
+ {
176
+ "inputs": [
1212
177
  {
1213
- "internalType": "UFixed",
1214
- "name": "",
1215
- "type": "uint256"
178
+ "internalType": "address",
179
+ "name": "registryAddress",
180
+ "type": "address"
1216
181
  }
1217
182
  ],
1218
- "stateMutability": "pure",
1219
- "type": "function"
183
+ "name": "ErrorNotRegistry",
184
+ "type": "error"
1220
185
  },
1221
186
  {
187
+ "anonymous": false,
1222
188
  "inputs": [
1223
189
  {
1224
- "internalType": "uint256",
1225
- "name": "a",
1226
- "type": "uint256"
190
+ "indexed": false,
191
+ "internalType": "address",
192
+ "name": "authority",
193
+ "type": "address"
1227
194
  }
1228
195
  ],
1229
- "name": "getUFixed",
196
+ "name": "AuthorityUpdated",
197
+ "type": "event"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "authority",
1230
202
  "outputs": [
1231
203
  {
1232
- "internalType": "UFixed",
204
+ "internalType": "address",
1233
205
  "name": "",
1234
- "type": "uint256"
206
+ "type": "address"
1235
207
  }
1236
208
  ],
1237
- "stateMutability": "pure",
209
+ "stateMutability": "view",
1238
210
  "type": "function"
1239
211
  },
1240
212
  {
1241
- "inputs": [],
1242
- "name": "getVersion",
213
+ "inputs": [
214
+ {
215
+ "internalType": "string",
216
+ "name": "roleName",
217
+ "type": "string"
218
+ },
219
+ {
220
+ "internalType": "string",
221
+ "name": "adminName",
222
+ "type": "string"
223
+ }
224
+ ],
225
+ "name": "createRole",
1243
226
  "outputs": [
1244
227
  {
1245
- "internalType": "Version",
1246
- "name": "",
1247
- "type": "uint24"
228
+ "internalType": "RoleId",
229
+ "name": "roleId",
230
+ "type": "uint64"
231
+ },
232
+ {
233
+ "internalType": "RoleId",
234
+ "name": "admin",
235
+ "type": "uint64"
1248
236
  }
1249
237
  ],
1250
- "stateMutability": "pure",
238
+ "stateMutability": "nonpayable",
1251
239
  "type": "function"
1252
240
  },
1253
241
  {
1254
242
  "inputs": [
1255
243
  {
1256
- "internalType": "uint256",
1257
- "name": "index",
1258
- "type": "uint256"
1259
- }
1260
- ],
1261
- "name": "getVersion",
1262
- "outputs": [
244
+ "internalType": "address",
245
+ "name": "target",
246
+ "type": "address"
247
+ },
1263
248
  {
1264
- "internalType": "Version",
1265
- "name": "version",
1266
- "type": "uint24"
249
+ "internalType": "string",
250
+ "name": "name",
251
+ "type": "string"
1267
252
  }
1268
253
  ],
1269
- "stateMutability": "view",
254
+ "name": "createTarget",
255
+ "outputs": [],
256
+ "stateMutability": "nonpayable",
1270
257
  "type": "function"
1271
258
  },
1272
259
  {
1273
260
  "inputs": [],
1274
- "name": "getVersionCount",
261
+ "name": "getBundleManager",
1275
262
  "outputs": [
1276
263
  {
1277
- "internalType": "uint256",
1278
- "name": "numberOfVersions",
1279
- "type": "uint256"
264
+ "internalType": "contract BundleManager",
265
+ "name": "",
266
+ "type": "address"
1280
267
  }
1281
268
  ],
1282
269
  "stateMutability": "view",
1283
270
  "type": "function"
1284
271
  },
1285
272
  {
1286
- "inputs": [
1287
- {
1288
- "internalType": "Version",
1289
- "name": "version",
1290
- "type": "uint24"
1291
- }
1292
- ],
1293
- "name": "getVersionInfo",
273
+ "inputs": [],
274
+ "name": "getInitialInfo",
1294
275
  "outputs": [
1295
276
  {
1296
277
  "components": [
1297
278
  {
1298
- "internalType": "Version",
1299
- "name": "version",
1300
- "type": "uint24"
279
+ "internalType": "NftId",
280
+ "name": "nftId",
281
+ "type": "uint96"
282
+ },
283
+ {
284
+ "internalType": "NftId",
285
+ "name": "parentNftId",
286
+ "type": "uint96"
1301
287
  },
1302
288
  {
1303
- "internalType": "address",
1304
- "name": "implementation",
1305
- "type": "address"
289
+ "internalType": "ObjectType",
290
+ "name": "objectType",
291
+ "type": "uint8"
292
+ },
293
+ {
294
+ "internalType": "bool",
295
+ "name": "isInterceptor",
296
+ "type": "bool"
1306
297
  },
1307
298
  {
1308
299
  "internalType": "address",
1309
- "name": "activatedBy",
300
+ "name": "objectAddress",
1310
301
  "type": "address"
1311
302
  },
1312
303
  {
1313
- "internalType": "Timestamp",
1314
- "name": "activatedAt",
1315
- "type": "uint40"
304
+ "internalType": "address",
305
+ "name": "initialOwner",
306
+ "type": "address"
1316
307
  },
1317
308
  {
1318
- "internalType": "Blocknumber",
1319
- "name": "activatedIn",
1320
- "type": "uint32"
309
+ "internalType": "bytes",
310
+ "name": "data",
311
+ "type": "bytes"
1321
312
  }
1322
313
  ],
1323
- "internalType": "struct IVersionable.VersionInfo",
1324
- "name": "versionInfo",
314
+ "internalType": "struct IRegistry.ObjectInfo",
315
+ "name": "",
1325
316
  "type": "tuple"
1326
317
  }
1327
318
  ],
@@ -1330,114 +321,77 @@
1330
321
  },
1331
322
  {
1332
323
  "inputs": [],
1333
- "name": "getZeroFee",
324
+ "name": "getInstanceAccessManager",
1334
325
  "outputs": [
1335
326
  {
1336
- "components": [
1337
- {
1338
- "internalType": "UFixed",
1339
- "name": "fractionalFee",
1340
- "type": "uint256"
1341
- },
1342
- {
1343
- "internalType": "uint256",
1344
- "name": "fixedFee",
1345
- "type": "uint256"
1346
- }
1347
- ],
1348
- "internalType": "struct Fee",
1349
- "name": "fee",
1350
- "type": "tuple"
327
+ "internalType": "contract AccessManagerExtendedInitializeable",
328
+ "name": "",
329
+ "type": "address"
1351
330
  }
1352
331
  ],
1353
- "stateMutability": "pure",
332
+ "stateMutability": "view",
1354
333
  "type": "function"
1355
334
  },
1356
335
  {
1357
- "inputs": [
1358
- {
1359
- "internalType": "RoleId",
1360
- "name": "role",
1361
- "type": "bytes8"
1362
- },
336
+ "inputs": [],
337
+ "name": "getInstanceAdmin",
338
+ "outputs": [
1363
339
  {
1364
- "internalType": "address",
1365
- "name": "member",
340
+ "internalType": "contract InstanceAdmin",
341
+ "name": "",
1366
342
  "type": "address"
1367
343
  }
1368
344
  ],
1369
- "name": "grantRole",
1370
- "outputs": [],
1371
- "stateMutability": "nonpayable",
345
+ "stateMutability": "view",
1372
346
  "type": "function"
1373
347
  },
1374
348
  {
1375
- "inputs": [
1376
- {
1377
- "internalType": "RoleId",
1378
- "name": "role",
1379
- "type": "bytes8"
1380
- },
1381
- {
1382
- "internalType": "address",
1383
- "name": "member",
1384
- "type": "address"
1385
- }
1386
- ],
1387
- "name": "hasRole",
349
+ "inputs": [],
350
+ "name": "getInstanceReader",
1388
351
  "outputs": [
1389
352
  {
1390
- "internalType": "bool",
1391
- "name": "hasRole",
1392
- "type": "bool"
353
+ "internalType": "contract InstanceReader",
354
+ "name": "",
355
+ "type": "address"
1393
356
  }
1394
357
  ],
1395
358
  "stateMutability": "view",
1396
359
  "type": "function"
1397
360
  },
1398
361
  {
1399
- "inputs": [
1400
- {
1401
- "internalType": "Version",
1402
- "name": "version",
1403
- "type": "uint24"
1404
- }
1405
- ],
1406
- "name": "isActivated",
362
+ "inputs": [],
363
+ "name": "getInstanceStore",
1407
364
  "outputs": [
1408
365
  {
1409
- "internalType": "bool",
366
+ "internalType": "contract InstanceStore",
1410
367
  "name": "",
1411
- "type": "bool"
368
+ "type": "address"
1412
369
  }
1413
370
  ],
1414
371
  "stateMutability": "view",
1415
372
  "type": "function"
1416
373
  },
1417
374
  {
1418
- "inputs": [
1419
- {
1420
- "internalType": "ObjectType",
1421
- "name": "objectType",
1422
- "type": "uint8"
1423
- },
1424
- {
1425
- "internalType": "StateId",
1426
- "name": "fromId",
1427
- "type": "uint8"
1428
- },
375
+ "inputs": [],
376
+ "name": "getMajorVersion",
377
+ "outputs": [
1429
378
  {
1430
- "internalType": "StateId",
1431
- "name": "toId",
379
+ "internalType": "VersionPart",
380
+ "name": "majorVersion",
1432
381
  "type": "uint8"
1433
382
  }
1434
383
  ],
1435
- "name": "isValidTransition",
384
+ "stateMutability": "pure",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [],
389
+ "name": "getNftId",
1436
390
  "outputs": [
1437
391
  {
1438
- "internalType": "bool",
392
+ "internalType": "NftId",
1439
393
  "name": "",
1440
- "type": "bool"
394
+ "type": "uint96"
1441
395
  }
1442
396
  ],
1443
397
  "stateMutability": "view",
@@ -1445,220 +399,111 @@
1445
399
  },
1446
400
  {
1447
401
  "inputs": [],
1448
- "name": "register",
402
+ "name": "getOwner",
1449
403
  "outputs": [
1450
404
  {
1451
- "internalType": "NftId",
1452
- "name": "nftId",
1453
- "type": "uint96"
405
+ "internalType": "address",
406
+ "name": "",
407
+ "type": "address"
1454
408
  }
1455
409
  ],
1456
- "stateMutability": "nonpayable",
410
+ "stateMutability": "view",
1457
411
  "type": "function"
1458
412
  },
1459
413
  {
1460
- "inputs": [
1461
- {
1462
- "internalType": "NftId",
1463
- "name": "nftId",
1464
- "type": "uint96"
1465
- },
1466
- {
1467
- "internalType": "ObjectType",
1468
- "name": "objectType",
1469
- "type": "uint8"
1470
- },
414
+ "inputs": [],
415
+ "name": "getRegistry",
416
+ "outputs": [
1471
417
  {
1472
- "internalType": "contract IERC20Metadata",
1473
- "name": "token",
418
+ "internalType": "contract IRegistry",
419
+ "name": "",
1474
420
  "type": "address"
1475
421
  }
1476
422
  ],
1477
- "name": "registerComponent",
1478
- "outputs": [],
1479
- "stateMutability": "nonpayable",
423
+ "stateMutability": "view",
1480
424
  "type": "function"
1481
425
  },
1482
426
  {
1483
427
  "inputs": [
1484
428
  {
1485
- "internalType": "NftId",
1486
- "name": "poolNftId",
1487
- "type": "uint96"
429
+ "internalType": "RoleId",
430
+ "name": "roleId",
431
+ "type": "uint64"
1488
432
  },
1489
433
  {
1490
434
  "internalType": "address",
1491
- "name": "wallet",
435
+ "name": "account",
1492
436
  "type": "address"
1493
- },
1494
- {
1495
- "components": [
1496
- {
1497
- "internalType": "UFixed",
1498
- "name": "fractionalFee",
1499
- "type": "uint256"
1500
- },
1501
- {
1502
- "internalType": "uint256",
1503
- "name": "fixedFee",
1504
- "type": "uint256"
1505
- }
1506
- ],
1507
- "internalType": "struct Fee",
1508
- "name": "stakingFee",
1509
- "type": "tuple"
1510
- },
1511
- {
1512
- "components": [
1513
- {
1514
- "internalType": "UFixed",
1515
- "name": "fractionalFee",
1516
- "type": "uint256"
1517
- },
1518
- {
1519
- "internalType": "uint256",
1520
- "name": "fixedFee",
1521
- "type": "uint256"
1522
- }
1523
- ],
1524
- "internalType": "struct Fee",
1525
- "name": "performanceFee",
1526
- "type": "tuple"
1527
437
  }
1528
438
  ],
1529
- "name": "registerPool",
439
+ "name": "grantRole",
1530
440
  "outputs": [],
1531
441
  "stateMutability": "nonpayable",
1532
442
  "type": "function"
1533
443
  },
1534
444
  {
1535
- "inputs": [
1536
- {
1537
- "internalType": "NftId",
1538
- "name": "poolNftId",
1539
- "type": "uint96"
1540
- },
1541
- {
1542
- "internalType": "bool",
1543
- "name": "isVerifying",
1544
- "type": "bool"
1545
- },
445
+ "inputs": [],
446
+ "name": "isConsumingScheduledOp",
447
+ "outputs": [
1546
448
  {
1547
- "internalType": "UFixed",
1548
- "name": "collateralizationLevel",
1549
- "type": "uint256"
449
+ "internalType": "bytes4",
450
+ "name": "",
451
+ "type": "bytes4"
1550
452
  }
1551
453
  ],
1552
- "name": "registerPool",
1553
- "outputs": [],
1554
- "stateMutability": "nonpayable",
454
+ "stateMutability": "view",
1555
455
  "type": "function"
1556
456
  },
1557
457
  {
1558
- "inputs": [
1559
- {
1560
- "internalType": "NftId",
1561
- "name": "productNftId",
1562
- "type": "uint96"
1563
- },
1564
- {
1565
- "internalType": "NftId",
1566
- "name": "distributorNftId",
1567
- "type": "uint96"
1568
- },
458
+ "inputs": [],
459
+ "name": "linkToRegisteredNftId",
460
+ "outputs": [
1569
461
  {
1570
462
  "internalType": "NftId",
1571
- "name": "poolNftId",
463
+ "name": "",
1572
464
  "type": "uint96"
1573
- },
1574
- {
1575
- "internalType": "contract IERC20Metadata",
1576
- "name": "token",
1577
- "type": "address"
1578
- },
1579
- {
1580
- "internalType": "address",
1581
- "name": "wallet",
1582
- "type": "address"
1583
- },
1584
- {
1585
- "components": [
1586
- {
1587
- "internalType": "UFixed",
1588
- "name": "fractionalFee",
1589
- "type": "uint256"
1590
- },
1591
- {
1592
- "internalType": "uint256",
1593
- "name": "fixedFee",
1594
- "type": "uint256"
1595
- }
1596
- ],
1597
- "internalType": "struct Fee",
1598
- "name": "policyFee",
1599
- "type": "tuple"
1600
- },
1601
- {
1602
- "components": [
1603
- {
1604
- "internalType": "UFixed",
1605
- "name": "fractionalFee",
1606
- "type": "uint256"
1607
- },
1608
- {
1609
- "internalType": "uint256",
1610
- "name": "fixedFee",
1611
- "type": "uint256"
1612
- }
1613
- ],
1614
- "internalType": "struct Fee",
1615
- "name": "processingFee",
1616
- "type": "tuple"
1617
465
  }
1618
466
  ],
1619
- "name": "registerProduct",
1620
- "outputs": [],
1621
467
  "stateMutability": "nonpayable",
1622
468
  "type": "function"
1623
469
  },
1624
470
  {
1625
471
  "inputs": [
1626
472
  {
1627
- "internalType": "NftId",
1628
- "name": "bundleNftId",
1629
- "type": "uint96"
473
+ "internalType": "address",
474
+ "name": "to",
475
+ "type": "address"
1630
476
  },
1631
- {
1632
- "internalType": "NftId",
1633
- "name": "policyNftId",
1634
- "type": "uint96"
1635
- }
1636
- ],
1637
- "name": "releasePolicy",
1638
- "outputs": [
1639
477
  {
1640
478
  "internalType": "uint256",
1641
- "name": "collateralAmount",
479
+ "name": "tokenId",
1642
480
  "type": "uint256"
1643
481
  }
1644
482
  ],
483
+ "name": "nftMint",
484
+ "outputs": [],
1645
485
  "stateMutability": "nonpayable",
1646
486
  "type": "function"
1647
487
  },
1648
488
  {
1649
489
  "inputs": [
1650
490
  {
1651
- "internalType": "RoleId",
1652
- "name": "role",
1653
- "type": "bytes8"
491
+ "internalType": "address",
492
+ "name": "from",
493
+ "type": "address"
1654
494
  },
1655
495
  {
1656
496
  "internalType": "address",
1657
- "name": "member",
497
+ "name": "to",
1658
498
  "type": "address"
499
+ },
500
+ {
501
+ "internalType": "uint256",
502
+ "name": "tokenId",
503
+ "type": "uint256"
1659
504
  }
1660
505
  ],
1661
- "name": "revokeRole",
506
+ "name": "nftTransferFrom",
1662
507
  "outputs": [],
1663
508
  "stateMutability": "nonpayable",
1664
509
  "type": "function"
@@ -1666,88 +511,30 @@
1666
511
  {
1667
512
  "inputs": [
1668
513
  {
1669
- "internalType": "RoleId",
1670
- "name": "role",
1671
- "type": "bytes8"
1672
- }
1673
- ],
1674
- "name": "roleExists",
1675
- "outputs": [
1676
- {
1677
- "internalType": "bool",
1678
- "name": "",
1679
- "type": "bool"
514
+ "internalType": "Amount",
515
+ "name": "dipAmount",
516
+ "type": "uint96"
1680
517
  }
1681
518
  ],
1682
- "stateMutability": "view",
519
+ "name": "refillStakingRewardReserves",
520
+ "outputs": [],
521
+ "stateMutability": "nonpayable",
1683
522
  "type": "function"
1684
523
  },
1685
524
  {
1686
525
  "inputs": [
1687
526
  {
1688
- "components": [
1689
- {
1690
- "internalType": "NftId",
1691
- "name": "nftId",
1692
- "type": "uint96"
1693
- },
1694
- {
1695
- "internalType": "NftId",
1696
- "name": "poolNftId",
1697
- "type": "uint96"
1698
- },
1699
- {
1700
- "internalType": "StateId",
1701
- "name": "state",
1702
- "type": "uint8"
1703
- },
1704
- {
1705
- "internalType": "bytes",
1706
- "name": "filter",
1707
- "type": "bytes"
1708
- },
1709
- {
1710
- "internalType": "uint256",
1711
- "name": "capitalAmount",
1712
- "type": "uint256"
1713
- },
1714
- {
1715
- "internalType": "uint256",
1716
- "name": "lockedAmount",
1717
- "type": "uint256"
1718
- },
1719
- {
1720
- "internalType": "uint256",
1721
- "name": "balanceAmount",
1722
- "type": "uint256"
1723
- },
1724
- {
1725
- "internalType": "Timestamp",
1726
- "name": "createdAt",
1727
- "type": "uint40"
1728
- },
1729
- {
1730
- "internalType": "Timestamp",
1731
- "name": "expiredAt",
1732
- "type": "uint40"
1733
- },
1734
- {
1735
- "internalType": "Timestamp",
1736
- "name": "closedAt",
1737
- "type": "uint40"
1738
- },
1739
- {
1740
- "internalType": "Blocknumber",
1741
- "name": "updatedIn",
1742
- "type": "uint32"
1743
- }
1744
- ],
1745
- "internalType": "struct IBundle.BundleInfo",
1746
- "name": "bundleInfo",
1747
- "type": "tuple"
527
+ "internalType": "RoleId",
528
+ "name": "roleId",
529
+ "type": "uint64"
530
+ },
531
+ {
532
+ "internalType": "address",
533
+ "name": "account",
534
+ "type": "address"
1748
535
  }
1749
536
  ],
1750
- "name": "setBundleInfo",
537
+ "name": "revokeRole",
1751
538
  "outputs": [],
1752
539
  "stateMutability": "nonpayable",
1753
540
  "type": "function"
@@ -1755,125 +542,25 @@
1755
542
  {
1756
543
  "inputs": [
1757
544
  {
1758
- "components": [
1759
- {
1760
- "internalType": "NftId",
1761
- "name": "nftId",
1762
- "type": "uint96"
1763
- },
1764
- {
1765
- "internalType": "StateId",
1766
- "name": "state",
1767
- "type": "uint8"
1768
- },
1769
- {
1770
- "internalType": "contract IERC20Metadata",
1771
- "name": "token",
1772
- "type": "address"
1773
- }
1774
- ],
1775
- "internalType": "struct IComponent.ComponentInfo",
1776
- "name": "info",
1777
- "type": "tuple"
1778
- }
1779
- ],
1780
- "name": "setComponentInfo",
1781
- "outputs": [
1782
- {
1783
- "internalType": "NftId",
1784
- "name": "componentNftId",
1785
- "type": "uint96"
545
+ "internalType": "address",
546
+ "name": "",
547
+ "type": "address"
1786
548
  }
1787
549
  ],
550
+ "name": "setAuthority",
551
+ "outputs": [],
1788
552
  "stateMutability": "nonpayable",
1789
553
  "type": "function"
1790
554
  },
1791
555
  {
1792
556
  "inputs": [
1793
557
  {
1794
- "components": [
1795
- {
1796
- "internalType": "NftId",
1797
- "name": "nftId",
1798
- "type": "uint96"
1799
- },
1800
- {
1801
- "internalType": "NftId",
1802
- "name": "productNftId",
1803
- "type": "uint96"
1804
- },
1805
- {
1806
- "internalType": "NftId",
1807
- "name": "bundleNftId",
1808
- "type": "uint96"
1809
- },
1810
- {
1811
- "internalType": "address",
1812
- "name": "beneficiary",
1813
- "type": "address"
1814
- },
1815
- {
1816
- "internalType": "StateId",
1817
- "name": "state",
1818
- "type": "uint8"
1819
- },
1820
- {
1821
- "internalType": "uint256",
1822
- "name": "sumInsuredAmount",
1823
- "type": "uint256"
1824
- },
1825
- {
1826
- "internalType": "uint256",
1827
- "name": "premiumAmount",
1828
- "type": "uint256"
1829
- },
1830
- {
1831
- "internalType": "uint256",
1832
- "name": "premiumPaidAmount",
1833
- "type": "uint256"
1834
- },
1835
- {
1836
- "internalType": "uint256",
1837
- "name": "lifetime",
1838
- "type": "uint256"
1839
- },
1840
- {
1841
- "internalType": "bytes",
1842
- "name": "data",
1843
- "type": "bytes"
1844
- },
1845
- {
1846
- "internalType": "Timestamp",
1847
- "name": "createdAt",
1848
- "type": "uint40"
1849
- },
1850
- {
1851
- "internalType": "Timestamp",
1852
- "name": "activatedAt",
1853
- "type": "uint40"
1854
- },
1855
- {
1856
- "internalType": "Timestamp",
1857
- "name": "expiredAt",
1858
- "type": "uint40"
1859
- },
1860
- {
1861
- "internalType": "Timestamp",
1862
- "name": "closedAt",
1863
- "type": "uint40"
1864
- },
1865
- {
1866
- "internalType": "Blocknumber",
1867
- "name": "updatedIn",
1868
- "type": "uint32"
1869
- }
1870
- ],
1871
- "internalType": "struct IPolicy.PolicyInfo",
1872
- "name": "policyInfo",
1873
- "type": "tuple"
558
+ "internalType": "Seconds",
559
+ "name": "stakeLockingPeriod",
560
+ "type": "uint40"
1874
561
  }
1875
562
  ],
1876
- "name": "setPolicyInfo",
563
+ "name": "setStakingLockingPeriod",
1877
564
  "outputs": [],
1878
565
  "stateMutability": "nonpayable",
1879
566
  "type": "function"
@@ -1881,46 +568,12 @@
1881
568
  {
1882
569
  "inputs": [
1883
570
  {
1884
- "internalType": "NftId",
1885
- "name": "poolNftId",
1886
- "type": "uint96"
1887
- },
1888
- {
1889
- "components": [
1890
- {
1891
- "internalType": "UFixed",
1892
- "name": "fractionalFee",
1893
- "type": "uint256"
1894
- },
1895
- {
1896
- "internalType": "uint256",
1897
- "name": "fixedFee",
1898
- "type": "uint256"
1899
- }
1900
- ],
1901
- "internalType": "struct Fee",
1902
- "name": "stakingFee",
1903
- "type": "tuple"
1904
- },
1905
- {
1906
- "components": [
1907
- {
1908
- "internalType": "UFixed",
1909
- "name": "fractionalFee",
1910
- "type": "uint256"
1911
- },
1912
- {
1913
- "internalType": "uint256",
1914
- "name": "fixedFee",
1915
- "type": "uint256"
1916
- }
1917
- ],
1918
- "internalType": "struct Fee",
1919
- "name": "performanceFee",
1920
- "type": "tuple"
571
+ "internalType": "UFixed",
572
+ "name": "rewardRate",
573
+ "type": "uint256"
1921
574
  }
1922
575
  ],
1923
- "name": "setPoolFees",
576
+ "name": "setStakingRewardRate",
1924
577
  "outputs": [],
1925
578
  "stateMutability": "nonpayable",
1926
579
  "type": "function"
@@ -1928,46 +581,22 @@
1928
581
  {
1929
582
  "inputs": [
1930
583
  {
1931
- "internalType": "NftId",
1932
- "name": "productNftId",
1933
- "type": "uint96"
584
+ "internalType": "string",
585
+ "name": "targetName",
586
+ "type": "string"
1934
587
  },
1935
588
  {
1936
- "components": [
1937
- {
1938
- "internalType": "UFixed",
1939
- "name": "fractionalFee",
1940
- "type": "uint256"
1941
- },
1942
- {
1943
- "internalType": "uint256",
1944
- "name": "fixedFee",
1945
- "type": "uint256"
1946
- }
1947
- ],
1948
- "internalType": "struct Fee",
1949
- "name": "policyFee",
1950
- "type": "tuple"
589
+ "internalType": "bytes4[]",
590
+ "name": "selectors",
591
+ "type": "bytes4[]"
1951
592
  },
1952
593
  {
1953
- "components": [
1954
- {
1955
- "internalType": "UFixed",
1956
- "name": "fractionalFee",
1957
- "type": "uint256"
1958
- },
1959
- {
1960
- "internalType": "uint256",
1961
- "name": "fixedFee",
1962
- "type": "uint256"
1963
- }
1964
- ],
1965
- "internalType": "struct Fee",
1966
- "name": "processingFee",
1967
- "type": "tuple"
594
+ "internalType": "RoleId",
595
+ "name": "roleId",
596
+ "type": "uint64"
1968
597
  }
1969
598
  ],
1970
- "name": "setProductFees",
599
+ "name": "setTargetFunctionRole",
1971
600
  "outputs": [],
1972
601
  "stateMutability": "nonpayable",
1973
602
  "type": "function"
@@ -1975,17 +604,17 @@
1975
604
  {
1976
605
  "inputs": [
1977
606
  {
1978
- "internalType": "RoleId",
1979
- "name": "role",
1980
- "type": "bytes8"
607
+ "internalType": "address",
608
+ "name": "target",
609
+ "type": "address"
1981
610
  },
1982
611
  {
1983
612
  "internalType": "bool",
1984
- "name": "active",
613
+ "name": "locked",
1985
614
  "type": "bool"
1986
615
  }
1987
616
  ],
1988
- "name": "setRoleState",
617
+ "name": "setTargetLocked",
1989
618
  "outputs": [],
1990
619
  "stateMutability": "nonpayable",
1991
620
  "type": "function"
@@ -2008,6 +637,25 @@
2008
637
  ],
2009
638
  "stateMutability": "view",
2010
639
  "type": "function"
640
+ },
641
+ {
642
+ "inputs": [
643
+ {
644
+ "internalType": "Amount",
645
+ "name": "dipAmount",
646
+ "type": "uint96"
647
+ }
648
+ ],
649
+ "name": "withdrawStakingRewardReserves",
650
+ "outputs": [
651
+ {
652
+ "internalType": "Amount",
653
+ "name": "newBalance",
654
+ "type": "uint96"
655
+ }
656
+ ],
657
+ "stateMutability": "nonpayable",
658
+ "type": "function"
2011
659
  }
2012
660
  ],
2013
661
  "bytecode": "0x",