@etherisc/gif-next 0.0.2-fd2113c-488 → 0.0.2-fd41099-706

Sign up to get free protection for your applications and to get access to all the features.
Files changed (431) hide show
  1. package/README.md +30 -2
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/IAccess.sol/IAccess.json +10 -0
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/{shared → authorization}/IAccessAdmin.sol/IAccessAdmin.json +95 -252
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/{registry → authorization}/IServiceAuthorization.sol/IServiceAuthorization.json +29 -10
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +17 -242
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +106 -90
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +55 -55
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +71 -146
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +32 -16
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +6 -19
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +32 -44
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +35 -96
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1208 -290
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +110 -76
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +65 -125
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +35 -59
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +84 -91
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  59. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  61. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  63. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  65. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  66. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  68. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  70. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  71. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  72. package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
  73. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  74. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
  75. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  76. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  77. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  78. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +43 -1
  79. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  80. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +13 -0
  81. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  82. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  83. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +13 -96
  84. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  85. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -32
  86. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  87. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +34 -34
  88. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  89. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1477 -0
  90. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  91. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  92. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  93. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +55 -55
  94. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  95. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +40 -40
  96. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  97. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  98. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +7 -202
  99. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  100. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  101. package/artifacts/contracts/pool/Pool.sol/Pool.json +7 -303
  102. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  103. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +36 -36
  104. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  105. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +36 -36
  106. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  107. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +32 -32
  108. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  109. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +34 -34
  110. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  111. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1299 -0
  112. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  113. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  114. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  115. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +72 -72
  116. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  117. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +54 -54
  118. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  119. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  120. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  121. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  122. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  123. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +13 -42
  124. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +1 -1
  125. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  126. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +50 -50
  127. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  128. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +43 -43
  129. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  130. package/artifacts/contracts/product/PricingService.sol/PricingService.json +58 -58
  131. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  132. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +47 -47
  133. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  134. package/artifacts/contracts/product/Product.sol/Product.json +13 -153
  135. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +1 -1
  136. package/artifacts/contracts/product/ProductService.sol/ProductService.json +20 -20
  137. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
  138. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +28 -28
  139. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  140. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +40 -16
  141. package/artifacts/contracts/registry/GlobalRegistry.sol/GlobalRegistry.dbg.json +4 -0
  142. package/artifacts/contracts/registry/GlobalRegistry.sol/GlobalRegistry.json +1474 -0
  143. package/artifacts/contracts/registry/GlobalRegistryAdmin.sol/GlobalRegistryAdmin.dbg.json +4 -0
  144. package/artifacts/contracts/registry/GlobalRegistryAdmin.sol/GlobalRegistryAdmin.json +1876 -0
  145. package/artifacts/contracts/registry/IGlobalRegistry.sol/IGlobalRegistry.dbg.json +4 -0
  146. package/artifacts/contracts/registry/IGlobalRegistry.sol/IGlobalRegistry.json +974 -0
  147. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  148. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +40 -47
  149. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  150. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +0 -183
  151. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  152. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/Registry.sol/Registry.json +193 -81
  154. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  155. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +330 -378
  156. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  157. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -18
  158. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  159. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +27 -27
  160. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  161. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  162. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  163. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1140 -0
  164. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  165. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +43 -16
  166. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  167. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +4 -4
  168. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  169. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  170. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +62 -86
  171. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  172. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +49 -61
  173. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  174. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  175. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
  176. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  177. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  178. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  179. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +13 -0
  180. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  181. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +11 -5
  182. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  183. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +0 -5
  184. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  185. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  186. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  187. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  188. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  189. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +1 -1
  190. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  191. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +13 -53
  192. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  193. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +15 -89
  194. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  195. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +4 -65
  196. package/artifacts/contracts/shared/MainnetContract.sol/MainnetContract.dbg.json +4 -0
  197. package/artifacts/contracts/shared/MainnetContract.sol/MainnetContract.json +34 -0
  198. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  199. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  200. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  201. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +6 -6
  202. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  203. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +6 -6
  204. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  205. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +8 -8
  206. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  207. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  208. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  209. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  210. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +6 -6
  211. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  212. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  213. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  214. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +32 -32
  215. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  216. package/artifacts/contracts/staking/Staking.sol/Staking.json +44 -44
  217. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  218. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  219. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  220. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +40 -40
  221. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  222. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +6 -6
  223. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  224. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +26 -26
  225. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  226. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +31 -31
  227. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  228. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +145 -169
  229. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  230. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +22 -22
  231. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  232. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
  233. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  234. package/artifacts/contracts/type/Amount.sol/AmountLib.json +8 -8
  235. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  236. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
  237. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  238. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +4 -4
  239. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  240. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
  241. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  242. package/artifacts/contracts/type/Fee.sol/FeeLib.json +12 -12
  243. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  244. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  245. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  246. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +4 -4
  247. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  248. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  249. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  250. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +55 -2
  251. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  252. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +4 -4
  253. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  254. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
  255. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  256. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +4 -4
  257. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  258. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +4 -4
  259. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  260. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +117 -14
  261. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  262. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +2 -2
  263. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  264. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +2 -2
  265. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  266. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
  267. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  268. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
  269. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  270. package/artifacts/contracts/type/String.sol/StrLib.json +2 -2
  271. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  272. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +4 -4
  273. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  274. package/artifacts/contracts/type/UFixed.sol/MathLib.json +2 -2
  275. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  276. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +21 -2
  277. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  278. package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
  279. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  280. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +21 -2
  281. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  282. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  283. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  284. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  285. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  286. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  287. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  288. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  289. package/contracts/{shared → authorization}/AccessAdmin.sol +135 -304
  290. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  291. package/contracts/authorization/Authorization.sol +218 -0
  292. package/contracts/authorization/IAccess.sol +48 -0
  293. package/contracts/{shared → authorization}/IAccessAdmin.sol +22 -54
  294. package/contracts/authorization/IAuthorization.sol +54 -0
  295. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  296. package/contracts/{registry → authorization}/IServiceAuthorization.sol +8 -5
  297. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  298. package/contracts/{registry → authorization}/ServiceAuthorization.sol +21 -17
  299. package/contracts/distribution/BasicDistribution.sol +149 -0
  300. package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
  301. package/contracts/distribution/Distribution.sol +126 -104
  302. package/contracts/distribution/DistributionService.sol +12 -21
  303. package/contracts/distribution/DistributionServiceManager.sol +2 -5
  304. package/contracts/distribution/IDistributionComponent.sol +17 -35
  305. package/contracts/distribution/IDistributionService.sol +5 -1
  306. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +23 -23
  307. package/contracts/instance/IInstance.sol +8 -9
  308. package/contracts/instance/IInstanceService.sol +13 -18
  309. package/contracts/instance/Instance.sol +61 -70
  310. package/contracts/instance/InstanceAdmin.sol +202 -267
  311. package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
  312. package/contracts/instance/InstanceReader.sol +22 -9
  313. package/contracts/instance/InstanceService.sol +74 -70
  314. package/contracts/instance/InstanceServiceManager.sol +2 -6
  315. package/contracts/instance/InstanceStore.sol +11 -4
  316. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  317. package/contracts/instance/base/{ObjectManager.sol → ObjectSet.sol} +11 -12
  318. package/contracts/oracle/BasicOracle.sol +48 -0
  319. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  320. package/contracts/oracle/IOracle.sol +16 -0
  321. package/contracts/oracle/Oracle.sol +61 -49
  322. package/contracts/oracle/OracleServiceManager.sol +2 -5
  323. package/contracts/pool/BasicPool.sol +164 -0
  324. package/contracts/pool/BasicPoolAuthorization.sol +49 -0
  325. package/contracts/pool/BundleService.sol +14 -26
  326. package/contracts/pool/BundleServiceManager.sol +2 -5
  327. package/contracts/pool/IPoolComponent.sol +0 -60
  328. package/contracts/pool/Pool.sol +143 -131
  329. package/contracts/pool/PoolService.sol +11 -27
  330. package/contracts/pool/PoolServiceManager.sol +2 -5
  331. package/contracts/product/ApplicationService.sol +12 -36
  332. package/contracts/product/ApplicationServiceManager.sol +2 -2
  333. package/contracts/product/BasicProduct.sol +82 -0
  334. package/contracts/product/BasicProductAuthorization.sol +40 -0
  335. package/contracts/product/ClaimService.sol +5 -31
  336. package/contracts/product/ClaimServiceManager.sol +2 -2
  337. package/contracts/product/IProductComponent.sol +6 -9
  338. package/contracts/product/PolicyServiceManager.sol +2 -5
  339. package/contracts/product/PricingServiceManager.sol +2 -5
  340. package/contracts/product/Product.sol +103 -88
  341. package/contracts/product/ProductService.sol +7 -32
  342. package/contracts/product/ProductServiceManager.sol +2 -5
  343. package/contracts/registry/ChainNft.sol +37 -23
  344. package/contracts/registry/GlobalRegistry.sol +104 -0
  345. package/contracts/registry/GlobalRegistryAdmin.sol +38 -0
  346. package/contracts/registry/IGlobalRegistry.sol +17 -0
  347. package/contracts/registry/IRegistry.sol +25 -16
  348. package/contracts/registry/IRegistryService.sol +6 -6
  349. package/contracts/registry/Registry.sol +131 -148
  350. package/contracts/registry/RegistryAdmin.sol +242 -130
  351. package/contracts/registry/RegistryService.sol +4 -18
  352. package/contracts/registry/RegistryServiceManager.sol +2 -2
  353. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  354. package/contracts/registry/ReleaseRegistry.sol +533 -0
  355. package/contracts/registry/ServiceAuthorizationV3.sol +14 -14
  356. package/contracts/registry/TokenRegistry.sol +2 -2
  357. package/contracts/shared/ComponentService.sol +20 -56
  358. package/contracts/shared/ComponentServiceManager.sol +2 -2
  359. package/contracts/shared/ComponentVerifyingService.sol +1 -1
  360. package/contracts/shared/IInstanceLinkedComponent.sol +4 -0
  361. package/contracts/shared/IKeyValueStore.sol +1 -0
  362. package/contracts/shared/ILifecycle.sol +1 -2
  363. package/contracts/shared/IService.sol +1 -1
  364. package/contracts/shared/InstanceLinkedComponent.sol +26 -19
  365. package/contracts/shared/KeyValueStore.sol +6 -2
  366. package/contracts/shared/Lifecycle.sol +16 -69
  367. package/contracts/shared/MainnetContract.sol +15 -0
  368. package/contracts/shared/{NftIdSetManager.sol → NftIdSet.sol} +1 -1
  369. package/contracts/shared/Service.sol +3 -4
  370. package/contracts/staking/IStaking.sol +1 -2
  371. package/contracts/staking/IStakingService.sol +12 -5
  372. package/contracts/staking/Staking.sol +11 -14
  373. package/contracts/staking/StakingLifecycle.sol +23 -0
  374. package/contracts/staking/StakingManager.sol +2 -6
  375. package/contracts/staking/StakingReader.sol +12 -16
  376. package/contracts/staking/StakingServiceManager.sol +2 -2
  377. package/contracts/staking/StakingStore.sol +15 -23
  378. package/contracts/type/ObjectType.sol +37 -7
  379. package/contracts/type/RoleId.sol +55 -82
  380. package/contracts/type/UFixed.sol +6 -0
  381. package/contracts/type/Version.sol +3 -1
  382. package/contracts/{shared → upgradeability}/ProxyManager.sol +3 -4
  383. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  384. package/package.json +6 -3
  385. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  386. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -709
  387. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
  388. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -228
  389. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  390. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -187
  391. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +0 -4
  392. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  393. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -1218
  394. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +0 -4
  395. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +0 -171
  396. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +0 -4
  397. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +0 -1559
  398. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +0 -4
  399. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +0 -1193
  400. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +0 -4
  401. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +0 -1747
  402. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +0 -4
  403. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +0 -1760
  404. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +0 -4
  405. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +0 -1838
  406. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +0 -4
  407. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +0 -1856
  408. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +0 -4
  409. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +0 -4
  410. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +0 -1562
  411. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +0 -4
  412. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +0 -1600
  413. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  414. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +0 -4
  415. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +0 -306
  416. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  417. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -617
  418. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  419. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  420. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  421. package/contracts/instance/InstanceAuthorizationsLib.sol +0 -377
  422. package/contracts/registry/ReleaseManager.sol +0 -527
  423. package/contracts/shared/AccessManagerCustom.sol +0 -741
  424. package/contracts/shared/AccessManagerExtended.sol +0 -481
  425. package/contracts/shared/AccessManagerExtendedInitializeable.sol +0 -13
  426. package/contracts/shared/AccessManagerExtendedWithDisable.sol +0 -137
  427. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +0 -14
  428. package/contracts/shared/IAccessManagerExtended.sol +0 -74
  429. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +0 -18
  430. /package/contracts/{shared → upgradeability}/IVersionable.sol +0 -0
  431. /package/contracts/{shared → upgradeability}/Versionable.sol +0 -0
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -66,8 +66,8 @@
66
66
  "type": "function"
67
67
  }
68
68
  ],
69
- "bytecode": "0x608060405234801561001057600080fd5b506101ce806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063214cdb801461008757806336fc697e1461009c575b600080fd5b610073610054366004610167565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b61009a610095366004610167565b6100a4565b005b61009a6100d1565b6100ac610117565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6100d9610117565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661016557604051631afcd79f60e31b815260040160405180910390fd5b565b60006020828403121561017957600080fd5b81356001600160e01b03198116811461019157600080fd5b939250505056fea264697066735822122056e1957f8a0441dd380239fa6d3277e59f4a73f2181d3df2d491f8893c05d42164736f6c63430008140033",
70
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063214cdb801461008757806336fc697e1461009c575b600080fd5b610073610054366004610167565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b61009a610095366004610167565b6100a4565b005b61009a6100d1565b6100ac610117565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6100d9610117565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661016557604051631afcd79f60e31b815260040160405180910390fd5b565b60006020828403121561017957600080fd5b81356001600160e01b03198116811461019157600080fd5b939250505056fea264697066735822122056e1957f8a0441dd380239fa6d3277e59f4a73f2181d3df2d491f8893c05d42164736f6c63430008140033",
69
+ "bytecode": "0x6080604052348015600e575f80fd5b506101c58061001c5f395ff3fe608060405234801561000f575f80fd5b506004361061003f575f3560e01c806301ffc9a714610043578063214cdb801461008357806336fc697e14610098575b5f80fd5b61006f610051366004610161565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b610096610091366004610161565b6100a0565b005b6100966100cc565b6100a8610111565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6100d4610111565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661015f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610171575f80fd5b81356001600160e01b031981168114610188575f80fd5b939250505056fea2646970667358221220b1ccd420974e58f3088b2000f8e386905e4cab1a87b76bd9a975ef000f649d0f64736f6c634300081a0033",
70
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061003f575f3560e01c806301ffc9a714610043578063214cdb801461008357806336fc697e14610098575b5f80fd5b61006f610051366004610161565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b610096610091366004610161565b6100a0565b005b6100966100cc565b6100a8610111565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6100d4610111565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661015f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610171575f80fd5b81356001600160e01b031981168114610188575f80fd5b939250505056fea2646970667358221220b1ccd420974e58f3088b2000f8e386905e4cab1a87b76bd9a975ef000f649d0f64736f6c634300081a0033",
71
71
  "linkReferences": {},
72
72
  "deployedLinkReferences": {}
73
73
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -281,6 +281,19 @@
281
281
  "stateMutability": "view",
282
282
  "type": "function"
283
283
  },
284
+ {
285
+ "inputs": [],
286
+ "name": "getAuthorization",
287
+ "outputs": [
288
+ {
289
+ "internalType": "contract IAuthorization",
290
+ "name": "authorization",
291
+ "type": "address"
292
+ }
293
+ ],
294
+ "stateMutability": "view",
295
+ "type": "function"
296
+ },
284
297
  {
285
298
  "inputs": [],
286
299
  "name": "getComponentInfo",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -40,6 +40,17 @@
40
40
  "name": "ErrorKeyValueStoreAlreadyCreated",
41
41
  "type": "error"
42
42
  },
43
+ {
44
+ "inputs": [
45
+ {
46
+ "internalType": "ObjectType",
47
+ "name": "objectType",
48
+ "type": "uint8"
49
+ }
50
+ ],
51
+ "name": "ErrorKeyValueStoreNoLifecycle",
52
+ "type": "error"
53
+ },
43
54
  {
44
55
  "inputs": [
45
56
  {
@@ -75,11 +86,6 @@
75
86
  },
76
87
  {
77
88
  "inputs": [
78
- {
79
- "internalType": "NftId",
80
- "name": "nftId",
81
- "type": "uint96"
82
- },
83
89
  {
84
90
  "internalType": "ObjectType",
85
91
  "name": "objectType",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -26,11 +26,6 @@
26
26
  },
27
27
  {
28
28
  "inputs": [
29
- {
30
- "internalType": "NftId",
31
- "name": "nftId",
32
- "type": "uint96"
33
- },
34
29
  {
35
30
  "internalType": "ObjectType",
36
31
  "name": "objectType",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -412,6 +412,19 @@
412
412
  "stateMutability": "view",
413
413
  "type": "function"
414
414
  },
415
+ {
416
+ "inputs": [],
417
+ "name": "getAuthorization",
418
+ "outputs": [
419
+ {
420
+ "internalType": "contract IAuthorization",
421
+ "name": "authorization",
422
+ "type": "address"
423
+ }
424
+ ],
425
+ "stateMutability": "view",
426
+ "type": "function"
427
+ },
415
428
  {
416
429
  "inputs": [],
417
430
  "name": "getComponentInfo",
@@ -734,59 +747,6 @@
734
747
  "stateMutability": "nonpayable",
735
748
  "type": "function"
736
749
  },
737
- {
738
- "inputs": [
739
- {
740
- "internalType": "address",
741
- "name": "registry",
742
- "type": "address"
743
- },
744
- {
745
- "internalType": "NftId",
746
- "name": "instanceNftId",
747
- "type": "uint96"
748
- },
749
- {
750
- "internalType": "string",
751
- "name": "name",
752
- "type": "string"
753
- },
754
- {
755
- "internalType": "address",
756
- "name": "token",
757
- "type": "address"
758
- },
759
- {
760
- "internalType": "ObjectType",
761
- "name": "componentType",
762
- "type": "uint8"
763
- },
764
- {
765
- "internalType": "bool",
766
- "name": "isInterceptor",
767
- "type": "bool"
768
- },
769
- {
770
- "internalType": "address",
771
- "name": "initialOwner",
772
- "type": "address"
773
- },
774
- {
775
- "internalType": "bytes",
776
- "name": "registryData",
777
- "type": "bytes"
778
- },
779
- {
780
- "internalType": "bytes",
781
- "name": "componentData",
782
- "type": "bytes"
783
- }
784
- ],
785
- "name": "initializeInstanceLinkedComponent",
786
- "outputs": [],
787
- "stateMutability": "nonpayable",
788
- "type": "function"
789
- },
790
750
  {
791
751
  "inputs": [
792
752
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -40,6 +40,17 @@
40
40
  "name": "ErrorKeyValueStoreAlreadyCreated",
41
41
  "type": "error"
42
42
  },
43
+ {
44
+ "inputs": [
45
+ {
46
+ "internalType": "ObjectType",
47
+ "name": "objectType",
48
+ "type": "uint8"
49
+ }
50
+ ],
51
+ "name": "ErrorKeyValueStoreNoLifecycle",
52
+ "type": "error"
53
+ },
43
54
  {
44
55
  "inputs": [
45
56
  {
@@ -75,11 +86,6 @@
75
86
  },
76
87
  {
77
88
  "inputs": [
78
- {
79
- "internalType": "NftId",
80
- "name": "nftId",
81
- "type": "uint96"
82
- },
83
89
  {
84
90
  "internalType": "ObjectType",
85
91
  "name": "objectType",
@@ -89,29 +95,6 @@
89
95
  "name": "ErrorNoLifecycle",
90
96
  "type": "error"
91
97
  },
92
- {
93
- "inputs": [],
94
- "name": "InvalidInitialization",
95
- "type": "error"
96
- },
97
- {
98
- "inputs": [],
99
- "name": "NotInitializing",
100
- "type": "error"
101
- },
102
- {
103
- "anonymous": false,
104
- "inputs": [
105
- {
106
- "indexed": false,
107
- "internalType": "uint64",
108
- "name": "version",
109
- "type": "uint64"
110
- }
111
- ],
112
- "name": "Initialized",
113
- "type": "event"
114
- },
115
98
  {
116
99
  "anonymous": false,
117
100
  "inputs": [
@@ -453,13 +436,6 @@
453
436
  "stateMutability": "view",
454
437
  "type": "function"
455
438
  },
456
- {
457
- "inputs": [],
458
- "name": "initializeLifecycle",
459
- "outputs": [],
460
- "stateMutability": "nonpayable",
461
- "type": "function"
462
- },
463
439
  {
464
440
  "inputs": [
465
441
  {
@@ -514,58 +490,8 @@
514
490
  "type": "function"
515
491
  }
516
492
  ],
517
- "bytecode": "0x608060405234801561001057600080fd5b50611003806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80638eaa6ac0116100715780638eaa6ac014610160578063a5961b4c14610180578063a898967514610210578063bf1db3f914610223578063e9e96c7014610236578063f48016ce1461027457600080fd5b806309648a9d146100ae5780630d358181146100ed57806338a699a414610113578063468bce061461013657806354f6127f14610140575b600080fd5b6100d66100bc366004610d84565b600090815260026020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b6100d66100fb366004610daf565b60ff9081166000908152602081905260409020541690565b610126610121366004610d84565b610295565b60405190151581526020016100e4565b61013e610326565b005b61015361014e366004610d84565b610360565b6040516100e49190610e12565b61017361016e366004610d84565b610405565b6040516100e49190610e25565b61020361018e366004610d84565b604080516080808201835260008083526020808401829052838501829052606093840182905294815260028552839020835191820184525460ff80821683526101008204169482019490945263ffffffff62010000850481169382019390935266010000000000009093049091169082015290565b6040516100e49190610e8c565b61013e61021e366004610ecd565b61052d565b610126610231366004610daf565b610627565b610126610244366004610ecd565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b610287610282366004610f18565b610674565b6040519081526020016100e4565b60008181526002602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156102fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103209190610f58565b92915050565b61032e6106fe565b61033661074c565b61033e61086f565b610346610962565b61034e610a99565b610356610bc5565b61035e610c80565b565b600081815260026020526040902060010180546060919061038090610f7a565b80601f01602080910402602001604051908101604052809291908181526020018280546103ac90610f7a565b80156103f95780601f106103ce576101008083540402835291602001916103f9565b820191906000526020600020905b8154815290600101906020018083116103dc57829003601f168201915b50505050509050919050565b6040805160c081018252600091810182815260608083018490526080830184905260a083019390935281526020810191909152600082815260026020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff6201000082048116608084015266010000000000009091041660a082015292835260018101805491928401916104a490610f7a565b80601f01602080910402602001604051908101604052809291908181526020018280546104d090610f7a565b801561051d5780601f106104f25761010080835404028352916020019161051d565b820191906000526020600020905b81548152906001019060200180831161050057829003601f168201915b5050505050815250509050919050565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015610592573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b69190610f58565b156105c057505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661062257604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016102df565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af41580156106d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f79190610fb4565b9392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661035e57604051631afcd79f60e31b815260040160405180910390fd5b7f24d30d6da666a4009a2a398534c9f4ad83932433c3c6d78b8e8d1c3efb30a9bc8054600460ff19918216179091557f2398e79abd840c8187ca322899bce72584be6820e5b667f48a78ff3043cc863d8054821660019081179091557fb4f24983d1f3e6dc2d4dbe91f9cc9441f6a4a0bd7f65af11930e1a35e8bd1dcb80548316821790557f3e2de138059548fe64ba3fd7ae96baee300ec3655fd09b0f74bc065e8ad9b94b80549092168117909155601e600090815260208290527f68fb8e7cad479ccc9244a179d64897454189fd25db04e15d3a5135327a17597b90606e5b60ff1660ff168152602001908152602001600020600061084b60c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f9115655cbcdb654012cf1b2f7e5dbf11c9ef14e152a19d5f8ea75a329092d5a68054600460ff1991821681179092557f735a9737c29f0a1039e497b25ac6a0dddac4feab9f389622b5bdcedfe729593680548216600190811790915560009283527fb0257ac7bcba540b40c2c610ef8645dd444cc67d07e1b57caa797b3fb3dcda416020527f715f8410b2762d770b9c2a69995f6b98b22a9fde9f3bb641017176b88ce7db7c80549092168117909155908190600b5b60ff1660ff1681526020019081526020016000206000610944606e90565b60ff1660ff168152602001908152602001600020600061084b60d290565b7f52774d722ab93275a0199da6072cca5400bf7f03bf064dd4a2b1af238c418d498054600a60ff19918216179091557fef747516ff69d013c2f572352502afa27603109e6a53336d55b6aa82d76b51628054821660019081179091557fdf44fdaa8cb868a5befaa3e61fba216cc8be4ab066054659cc084b3a285c806580548316821790557f9b888972aebccc4b4a05c952b3dd3472acae99ab77de49a0b5b0e95b80e14c7080548316821790557fd55469232800789934ba5f4af358936618384499021271b90743b0b1e9600f9980548316821790557faef935df725915ec471056ae6418ac24c572e080fa6609d5f3466c569546a0d4805490921681179091556015600090815260208290527f4e788733fe0bff9af5f3e3a353367490c603293e53707fe7e4e0071b9ed497d690600461082d565b7fb44b86596a635358e7aa60b17d32860c3f1efe2d3e53fb82c0bb23213b9c4be3805460ff199081166032179091557fcc4c88151ecab86622b422513041fab0e001163ffdfbd507bc0bcbc3c14cdf3c8054821660019081179091557fcfb088851cceddffe89372321687d8707b2ca535c91ceed8abfd41b9fafaf95080548316821790557f08811a4350385d91e2b62373576f9e38e3d3a190a4f45a8332f22d03b8746c2d80548316821790557fdc275f13e83bcad5305f77e8f2f06c8d9840ee8b7d606ee958f86f59784b2de38054603c93168317905560009182527fbdbfd5fe12b0725f9a86effbf0320821eb71455f8b2a1271fae01b3621e6f172602052907f32915c885677d4f63f7f9f6e96249cf6bf7e2009c4e16b43a87bc86b0094f0f09060dc61084b565b7f1da244b7f8b81d82e17fde46fbf307da20557945243b38ef4c87c9487b59901b8054600460ff1991821681179092557f1acd4016d765cd1e8460704d19a2128bd0a68cabe3e0476db34b23aac17380ac80548216600190811790915560009283527f9d5f4e591df017c275c6436ceacc72621d837a8979aebac3f735bff398b795b66020527fab118a8d02a17fbe0ae7ec19ff6f5734c2cb8e6592588e33239d64ec72dfe73c805490921681179091559081906018610926565b7fed3d8ee28c5f40179e0b53bf87b486c0b1a6ccfb36f03b3c762c723793e066318054600460ff1991821681179092557f4eeb6fd73a530a43428aef13a99617ae79eb0f12a8210507116fe8a083a775278054821660019081179091557fa9bd919b1f7d74c5ff031b2e7a846c9bd1846511ace8feea07732104bcf921d180548316821790557febcfce95c284f139c5793e4e6c6eeae5fa452ec4a868e30681da1e32c16569528054909216811790915560009182527fddd2ed02835f51d041d738f145bf914e284838547c9bcc952ea4f9de82c9f093602052907fa1af12e5decc2b27039499cfa6ebf9fd1bfbcb7da72c6961cf59ade2cbaeb40c90604861084b565b600060208284031215610d9657600080fd5b5035919050565b60ff81168114610dac57600080fd5b50565b600060208284031215610dc157600080fd5b81356106f781610d9d565b6000815180845260005b81811015610df257602081850181015186830182015201610dd6565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006106f76020830184610dcc565b60208152610e6a60208201835160ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000602083015160a080840152610e8460c0840182610dcc565b949350505050565b60808101610320828460ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b600080600060608486031215610ee257600080fd5b8335610eed81610d9d565b92506020840135610efd81610d9d565b91506040840135610f0d81610d9d565b809150509250925092565b60008060408385031215610f2b57600080fd5b8235610f3681610d9d565b9150602083013560ff1981168114610f4d57600080fd5b809150509250929050565b600060208284031215610f6a57600080fd5b815180151581146106f757600080fd5b600181811c90821680610f8e57607f821691505b602082108103610fae57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215610fc657600080fd5b505191905056fea2646970667358221220aed7bc5fe95f691ee5d533ba7f4710792a5ffc3d37d4fed727ea2a0a9e963c0f64736f6c63430008140033",
518
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80638eaa6ac0116100715780638eaa6ac014610160578063a5961b4c14610180578063a898967514610210578063bf1db3f914610223578063e9e96c7014610236578063f48016ce1461027457600080fd5b806309648a9d146100ae5780630d358181146100ed57806338a699a414610113578063468bce061461013657806354f6127f14610140575b600080fd5b6100d66100bc366004610d84565b600090815260026020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b6100d66100fb366004610daf565b60ff9081166000908152602081905260409020541690565b610126610121366004610d84565b610295565b60405190151581526020016100e4565b61013e610326565b005b61015361014e366004610d84565b610360565b6040516100e49190610e12565b61017361016e366004610d84565b610405565b6040516100e49190610e25565b61020361018e366004610d84565b604080516080808201835260008083526020808401829052838501829052606093840182905294815260028552839020835191820184525460ff80821683526101008204169482019490945263ffffffff62010000850481169382019390935266010000000000009093049091169082015290565b6040516100e49190610e8c565b61013e61021e366004610ecd565b61052d565b610126610231366004610daf565b610627565b610126610244366004610ecd565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b610287610282366004610f18565b610674565b6040519081526020016100e4565b60008181526002602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156102fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103209190610f58565b92915050565b61032e6106fe565b61033661074c565b61033e61086f565b610346610962565b61034e610a99565b610356610bc5565b61035e610c80565b565b600081815260026020526040902060010180546060919061038090610f7a565b80601f01602080910402602001604051908101604052809291908181526020018280546103ac90610f7a565b80156103f95780601f106103ce576101008083540402835291602001916103f9565b820191906000526020600020905b8154815290600101906020018083116103dc57829003601f168201915b50505050509050919050565b6040805160c081018252600091810182815260608083018490526080830184905260a083019390935281526020810191909152600082815260026020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff6201000082048116608084015266010000000000009091041660a082015292835260018101805491928401916104a490610f7a565b80601f01602080910402602001604051908101604052809291908181526020018280546104d090610f7a565b801561051d5780601f106104f25761010080835404028352916020019161051d565b820191906000526020600020905b81548152906001019060200180831161050057829003601f168201915b5050505050815250509050919050565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015610592573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b69190610f58565b156105c057505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661062257604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016102df565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af41580156106d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f79190610fb4565b9392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661035e57604051631afcd79f60e31b815260040160405180910390fd5b7f24d30d6da666a4009a2a398534c9f4ad83932433c3c6d78b8e8d1c3efb30a9bc8054600460ff19918216179091557f2398e79abd840c8187ca322899bce72584be6820e5b667f48a78ff3043cc863d8054821660019081179091557fb4f24983d1f3e6dc2d4dbe91f9cc9441f6a4a0bd7f65af11930e1a35e8bd1dcb80548316821790557f3e2de138059548fe64ba3fd7ae96baee300ec3655fd09b0f74bc065e8ad9b94b80549092168117909155601e600090815260208290527f68fb8e7cad479ccc9244a179d64897454189fd25db04e15d3a5135327a17597b90606e5b60ff1660ff168152602001908152602001600020600061084b60c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f9115655cbcdb654012cf1b2f7e5dbf11c9ef14e152a19d5f8ea75a329092d5a68054600460ff1991821681179092557f735a9737c29f0a1039e497b25ac6a0dddac4feab9f389622b5bdcedfe729593680548216600190811790915560009283527fb0257ac7bcba540b40c2c610ef8645dd444cc67d07e1b57caa797b3fb3dcda416020527f715f8410b2762d770b9c2a69995f6b98b22a9fde9f3bb641017176b88ce7db7c80549092168117909155908190600b5b60ff1660ff1681526020019081526020016000206000610944606e90565b60ff1660ff168152602001908152602001600020600061084b60d290565b7f52774d722ab93275a0199da6072cca5400bf7f03bf064dd4a2b1af238c418d498054600a60ff19918216179091557fef747516ff69d013c2f572352502afa27603109e6a53336d55b6aa82d76b51628054821660019081179091557fdf44fdaa8cb868a5befaa3e61fba216cc8be4ab066054659cc084b3a285c806580548316821790557f9b888972aebccc4b4a05c952b3dd3472acae99ab77de49a0b5b0e95b80e14c7080548316821790557fd55469232800789934ba5f4af358936618384499021271b90743b0b1e9600f9980548316821790557faef935df725915ec471056ae6418ac24c572e080fa6609d5f3466c569546a0d4805490921681179091556015600090815260208290527f4e788733fe0bff9af5f3e3a353367490c603293e53707fe7e4e0071b9ed497d690600461082d565b7fb44b86596a635358e7aa60b17d32860c3f1efe2d3e53fb82c0bb23213b9c4be3805460ff199081166032179091557fcc4c88151ecab86622b422513041fab0e001163ffdfbd507bc0bcbc3c14cdf3c8054821660019081179091557fcfb088851cceddffe89372321687d8707b2ca535c91ceed8abfd41b9fafaf95080548316821790557f08811a4350385d91e2b62373576f9e38e3d3a190a4f45a8332f22d03b8746c2d80548316821790557fdc275f13e83bcad5305f77e8f2f06c8d9840ee8b7d606ee958f86f59784b2de38054603c93168317905560009182527fbdbfd5fe12b0725f9a86effbf0320821eb71455f8b2a1271fae01b3621e6f172602052907f32915c885677d4f63f7f9f6e96249cf6bf7e2009c4e16b43a87bc86b0094f0f09060dc61084b565b7f1da244b7f8b81d82e17fde46fbf307da20557945243b38ef4c87c9487b59901b8054600460ff1991821681179092557f1acd4016d765cd1e8460704d19a2128bd0a68cabe3e0476db34b23aac17380ac80548216600190811790915560009283527f9d5f4e591df017c275c6436ceacc72621d837a8979aebac3f735bff398b795b66020527fab118a8d02a17fbe0ae7ec19ff6f5734c2cb8e6592588e33239d64ec72dfe73c805490921681179091559081906018610926565b7fed3d8ee28c5f40179e0b53bf87b486c0b1a6ccfb36f03b3c762c723793e066318054600460ff1991821681179092557f4eeb6fd73a530a43428aef13a99617ae79eb0f12a8210507116fe8a083a775278054821660019081179091557fa9bd919b1f7d74c5ff031b2e7a846c9bd1846511ace8feea07732104bcf921d180548316821790557febcfce95c284f139c5793e4e6c6eeae5fa452ec4a868e30681da1e32c16569528054909216811790915560009182527fddd2ed02835f51d041d738f145bf914e284838547c9bcc952ea4f9de82c9f093602052907fa1af12e5decc2b27039499cfa6ebf9fd1bfbcb7da72c6961cf59ade2cbaeb40c90604861084b565b600060208284031215610d9657600080fd5b5035919050565b60ff81168114610dac57600080fd5b50565b600060208284031215610dc157600080fd5b81356106f781610d9d565b6000815180845260005b81811015610df257602081850181015186830182015201610dd6565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006106f76020830184610dcc565b60208152610e6a60208201835160ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000602083015160a080840152610e8460c0840182610dcc565b949350505050565b60808101610320828460ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b600080600060608486031215610ee257600080fd5b8335610eed81610d9d565b92506020840135610efd81610d9d565b91506040840135610f0d81610d9d565b809150509250925092565b60008060408385031215610f2b57600080fd5b8235610f3681610d9d565b9150602083013560ff1981168114610f4d57600080fd5b809150509250929050565b600060208284031215610f6a57600080fd5b815180151581146106f757600080fd5b600181811c90821680610f8e57607f821691505b602082108103610fae57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215610fc657600080fd5b505191905056fea2646970667358221220aed7bc5fe95f691ee5d533ba7f4710792a5ffc3d37d4fed727ea2a0a9e963c0f64736f6c63430008140033",
519
- "linkReferences": {
520
- "contracts/type/Key32.sol": {
521
- "Key32Lib": [
522
- {
523
- "length": 20,
524
- "start": 1721
525
- }
526
- ]
527
- },
528
- "contracts/type/StateId.sol": {
529
- "StateIdLib": [
530
- {
531
- "length": 20,
532
- "start": 737
533
- },
534
- {
535
- "length": 20,
536
- "start": 1400
537
- },
538
- {
539
- "length": 20,
540
- "start": 1650
541
- }
542
- ]
543
- }
544
- },
545
- "deployedLinkReferences": {
546
- "contracts/type/Key32.sol": {
547
- "Key32Lib": [
548
- {
549
- "length": 20,
550
- "start": 1689
551
- }
552
- ]
553
- },
554
- "contracts/type/StateId.sol": {
555
- "StateIdLib": [
556
- {
557
- "length": 20,
558
- "start": 705
559
- },
560
- {
561
- "length": 20,
562
- "start": 1368
563
- },
564
- {
565
- "length": 20,
566
- "start": 1618
567
- }
568
- ]
569
- }
570
- }
493
+ "bytecode": "0x",
494
+ "deployedBytecode": "0x",
495
+ "linkReferences": {},
496
+ "deployedLinkReferences": {}
571
497
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/6efa1c926ce3374a2355eff3df062902.json"
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
4
  }
@@ -26,11 +26,6 @@
26
26
  },
27
27
  {
28
28
  "inputs": [
29
- {
30
- "internalType": "NftId",
31
- "name": "nftId",
32
- "type": "uint96"
33
- },
34
29
  {
35
30
  "internalType": "ObjectType",
36
31
  "name": "objectType",
@@ -40,29 +35,6 @@
40
35
  "name": "ErrorNoLifecycle",
41
36
  "type": "error"
42
37
  },
43
- {
44
- "inputs": [],
45
- "name": "InvalidInitialization",
46
- "type": "error"
47
- },
48
- {
49
- "inputs": [],
50
- "name": "NotInitializing",
51
- "type": "error"
52
- },
53
- {
54
- "anonymous": false,
55
- "inputs": [
56
- {
57
- "indexed": false,
58
- "internalType": "uint64",
59
- "name": "version",
60
- "type": "uint64"
61
- }
62
- ],
63
- "name": "Initialized",
64
- "type": "event"
65
- },
66
38
  {
67
39
  "inputs": [
68
40
  {
@@ -124,13 +96,6 @@
124
96
  "stateMutability": "view",
125
97
  "type": "function"
126
98
  },
127
- {
128
- "inputs": [],
129
- "name": "initializeLifecycle",
130
- "outputs": [],
131
- "stateMutability": "nonpayable",
132
- "type": "function"
133
- },
134
99
  {
135
100
  "inputs": [
136
101
  {
@@ -161,34 +126,8 @@
161
126
  "type": "function"
162
127
  }
163
128
  ],
164
- "bytecode": "0x608060405234801561001057600080fd5b50610a39806100206000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80630d3581811461005c578063468bce0614610099578063a8989675146100a3578063bf1db3f9146100b6578063e9e96c70146100d9575b600080fd5b61008261006a366004610972565b60ff9081166000908152602081905260409020541690565b60405160ff90911681526020015b60405180910390f35b6100a1610117565b005b6100a16100b1366004610996565b610151565b6100c96100c4366004610972565b61024b565b6040519015158152602001610090565b6100c96100e7366004610996565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b61011f6102da565b610127610328565b61012f61044b565b61013761053e565b61013f610675565b6101476107a1565b61014f61085c565b565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156101b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101da91906109e1565b156101e457505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661024657604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156102b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102d491906109e1565b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661014f57604051631afcd79f60e31b815260040160405180910390fd5b7f24d30d6da666a4009a2a398534c9f4ad83932433c3c6d78b8e8d1c3efb30a9bc8054600460ff19918216179091557f2398e79abd840c8187ca322899bce72584be6820e5b667f48a78ff3043cc863d8054821660019081179091557fb4f24983d1f3e6dc2d4dbe91f9cc9441f6a4a0bd7f65af11930e1a35e8bd1dcb80548316821790557f3e2de138059548fe64ba3fd7ae96baee300ec3655fd09b0f74bc065e8ad9b94b80549092168117909155601e600090815260208290527f68fb8e7cad479ccc9244a179d64897454189fd25db04e15d3a5135327a17597b90606e5b60ff1660ff168152602001908152602001600020600061042760c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f9115655cbcdb654012cf1b2f7e5dbf11c9ef14e152a19d5f8ea75a329092d5a68054600460ff1991821681179092557f735a9737c29f0a1039e497b25ac6a0dddac4feab9f389622b5bdcedfe729593680548216600190811790915560009283527fb0257ac7bcba540b40c2c610ef8645dd444cc67d07e1b57caa797b3fb3dcda416020527f715f8410b2762d770b9c2a69995f6b98b22a9fde9f3bb641017176b88ce7db7c80549092168117909155908190600b5b60ff1660ff1681526020019081526020016000206000610520606e90565b60ff1660ff168152602001908152602001600020600061042760d290565b7f52774d722ab93275a0199da6072cca5400bf7f03bf064dd4a2b1af238c418d498054600a60ff19918216179091557fef747516ff69d013c2f572352502afa27603109e6a53336d55b6aa82d76b51628054821660019081179091557fdf44fdaa8cb868a5befaa3e61fba216cc8be4ab066054659cc084b3a285c806580548316821790557f9b888972aebccc4b4a05c952b3dd3472acae99ab77de49a0b5b0e95b80e14c7080548316821790557fd55469232800789934ba5f4af358936618384499021271b90743b0b1e9600f9980548316821790557faef935df725915ec471056ae6418ac24c572e080fa6609d5f3466c569546a0d4805490921681179091556015600090815260208290527f4e788733fe0bff9af5f3e3a353367490c603293e53707fe7e4e0071b9ed497d6906004610409565b7fb44b86596a635358e7aa60b17d32860c3f1efe2d3e53fb82c0bb23213b9c4be3805460ff199081166032179091557fcc4c88151ecab86622b422513041fab0e001163ffdfbd507bc0bcbc3c14cdf3c8054821660019081179091557fcfb088851cceddffe89372321687d8707b2ca535c91ceed8abfd41b9fafaf95080548316821790557f08811a4350385d91e2b62373576f9e38e3d3a190a4f45a8332f22d03b8746c2d80548316821790557fdc275f13e83bcad5305f77e8f2f06c8d9840ee8b7d606ee958f86f59784b2de38054603c93168317905560009182527fbdbfd5fe12b0725f9a86effbf0320821eb71455f8b2a1271fae01b3621e6f172602052907f32915c885677d4f63f7f9f6e96249cf6bf7e2009c4e16b43a87bc86b0094f0f09060dc610427565b7f1da244b7f8b81d82e17fde46fbf307da20557945243b38ef4c87c9487b59901b8054600460ff1991821681179092557f1acd4016d765cd1e8460704d19a2128bd0a68cabe3e0476db34b23aac17380ac80548216600190811790915560009283527f9d5f4e591df017c275c6436ceacc72621d837a8979aebac3f735bff398b795b66020527fab118a8d02a17fbe0ae7ec19ff6f5734c2cb8e6592588e33239d64ec72dfe73c805490921681179091559081906018610502565b7fed3d8ee28c5f40179e0b53bf87b486c0b1a6ccfb36f03b3c762c723793e066318054600460ff1991821681179092557f4eeb6fd73a530a43428aef13a99617ae79eb0f12a8210507116fe8a083a775278054821660019081179091557fa9bd919b1f7d74c5ff031b2e7a846c9bd1846511ace8feea07732104bcf921d180548316821790557febcfce95c284f139c5793e4e6c6eeae5fa452ec4a868e30681da1e32c16569528054909216811790915560009182527fddd2ed02835f51d041d738f145bf914e284838547c9bcc952ea4f9de82c9f093602052907fa1af12e5decc2b27039499cfa6ebf9fd1bfbcb7da72c6961cf59ade2cbaeb40c906048610427565b60ff8116811461096f57600080fd5b50565b60006020828403121561098457600080fd5b813561098f81610960565b9392505050565b6000806000606084860312156109ab57600080fd5b83356109b681610960565b925060208401356109c681610960565b915060408401356109d681610960565b809150509250925092565b6000602082840312156109f357600080fd5b8151801515811461098f57600080fdfea264697066735822122014e191db3468738dd2a720223904d46fa87ffa50e2c167ae073161c3e6e0384864736f6c63430008140033",
165
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100575760003560e01c80630d3581811461005c578063468bce0614610099578063a8989675146100a3578063bf1db3f9146100b6578063e9e96c70146100d9575b600080fd5b61008261006a366004610972565b60ff9081166000908152602081905260409020541690565b60405160ff90911681526020015b60405180910390f35b6100a1610117565b005b6100a16100b1366004610996565b610151565b6100c96100c4366004610972565b61024b565b6040519015158152602001610090565b6100c96100e7366004610996565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b61011f6102da565b610127610328565b61012f61044b565b61013761053e565b61013f610675565b6101476107a1565b61014f61085c565b565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156101b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101da91906109e1565b156101e457505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661024657604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156102b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102d491906109e1565b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661014f57604051631afcd79f60e31b815260040160405180910390fd5b7f24d30d6da666a4009a2a398534c9f4ad83932433c3c6d78b8e8d1c3efb30a9bc8054600460ff19918216179091557f2398e79abd840c8187ca322899bce72584be6820e5b667f48a78ff3043cc863d8054821660019081179091557fb4f24983d1f3e6dc2d4dbe91f9cc9441f6a4a0bd7f65af11930e1a35e8bd1dcb80548316821790557f3e2de138059548fe64ba3fd7ae96baee300ec3655fd09b0f74bc065e8ad9b94b80549092168117909155601e600090815260208290527f68fb8e7cad479ccc9244a179d64897454189fd25db04e15d3a5135327a17597b90606e5b60ff1660ff168152602001908152602001600020600061042760c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f9115655cbcdb654012cf1b2f7e5dbf11c9ef14e152a19d5f8ea75a329092d5a68054600460ff1991821681179092557f735a9737c29f0a1039e497b25ac6a0dddac4feab9f389622b5bdcedfe729593680548216600190811790915560009283527fb0257ac7bcba540b40c2c610ef8645dd444cc67d07e1b57caa797b3fb3dcda416020527f715f8410b2762d770b9c2a69995f6b98b22a9fde9f3bb641017176b88ce7db7c80549092168117909155908190600b5b60ff1660ff1681526020019081526020016000206000610520606e90565b60ff1660ff168152602001908152602001600020600061042760d290565b7f52774d722ab93275a0199da6072cca5400bf7f03bf064dd4a2b1af238c418d498054600a60ff19918216179091557fef747516ff69d013c2f572352502afa27603109e6a53336d55b6aa82d76b51628054821660019081179091557fdf44fdaa8cb868a5befaa3e61fba216cc8be4ab066054659cc084b3a285c806580548316821790557f9b888972aebccc4b4a05c952b3dd3472acae99ab77de49a0b5b0e95b80e14c7080548316821790557fd55469232800789934ba5f4af358936618384499021271b90743b0b1e9600f9980548316821790557faef935df725915ec471056ae6418ac24c572e080fa6609d5f3466c569546a0d4805490921681179091556015600090815260208290527f4e788733fe0bff9af5f3e3a353367490c603293e53707fe7e4e0071b9ed497d6906004610409565b7fb44b86596a635358e7aa60b17d32860c3f1efe2d3e53fb82c0bb23213b9c4be3805460ff199081166032179091557fcc4c88151ecab86622b422513041fab0e001163ffdfbd507bc0bcbc3c14cdf3c8054821660019081179091557fcfb088851cceddffe89372321687d8707b2ca535c91ceed8abfd41b9fafaf95080548316821790557f08811a4350385d91e2b62373576f9e38e3d3a190a4f45a8332f22d03b8746c2d80548316821790557fdc275f13e83bcad5305f77e8f2f06c8d9840ee8b7d606ee958f86f59784b2de38054603c93168317905560009182527fbdbfd5fe12b0725f9a86effbf0320821eb71455f8b2a1271fae01b3621e6f172602052907f32915c885677d4f63f7f9f6e96249cf6bf7e2009c4e16b43a87bc86b0094f0f09060dc610427565b7f1da244b7f8b81d82e17fde46fbf307da20557945243b38ef4c87c9487b59901b8054600460ff1991821681179092557f1acd4016d765cd1e8460704d19a2128bd0a68cabe3e0476db34b23aac17380ac80548216600190811790915560009283527f9d5f4e591df017c275c6436ceacc72621d837a8979aebac3f735bff398b795b66020527fab118a8d02a17fbe0ae7ec19ff6f5734c2cb8e6592588e33239d64ec72dfe73c805490921681179091559081906018610502565b7fed3d8ee28c5f40179e0b53bf87b486c0b1a6ccfb36f03b3c762c723793e066318054600460ff1991821681179092557f4eeb6fd73a530a43428aef13a99617ae79eb0f12a8210507116fe8a083a775278054821660019081179091557fa9bd919b1f7d74c5ff031b2e7a846c9bd1846511ace8feea07732104bcf921d180548316821790557febcfce95c284f139c5793e4e6c6eeae5fa452ec4a868e30681da1e32c16569528054909216811790915560009182527fddd2ed02835f51d041d738f145bf914e284838547c9bcc952ea4f9de82c9f093602052907fa1af12e5decc2b27039499cfa6ebf9fd1bfbcb7da72c6961cf59ade2cbaeb40c906048610427565b60ff8116811461096f57600080fd5b50565b60006020828403121561098457600080fd5b813561098f81610960565b9392505050565b6000806000606084860312156109ab57600080fd5b83356109b681610960565b925060208401356109c681610960565b915060408401356109d681610960565b809150509250925092565b6000602082840312156109f357600080fd5b8151801515811461098f57600080fdfea264697066735822122014e191db3468738dd2a720223904d46fa87ffa50e2c167ae073161c3e6e0384864736f6c63430008140033",
166
- "linkReferences": {
167
- "contracts/type/StateId.sol": {
168
- "StateIdLib": [
169
- {
170
- "length": 20,
171
- "start": 412
172
- },
173
- {
174
- "length": 20,
175
- "start": 662
176
- }
177
- ]
178
- }
179
- },
180
- "deployedLinkReferences": {
181
- "contracts/type/StateId.sol": {
182
- "StateIdLib": [
183
- {
184
- "length": 20,
185
- "start": 380
186
- },
187
- {
188
- "length": 20,
189
- "start": 630
190
- }
191
- ]
192
- }
193
- }
129
+ "bytecode": "0x",
130
+ "deployedBytecode": "0x",
131
+ "linkReferences": {},
132
+ "deployedLinkReferences": {}
194
133
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "MainnetContract",
4
+ "sourceName": "contracts/shared/MainnetContract.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "stateMutability": "nonpayable",
9
+ "type": "constructor"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "ErrorDeploymentContractForMainnetOnly",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "inputs": [],
18
+ "name": "MAINNET_CHAIN_ID",
19
+ "outputs": [
20
+ {
21
+ "internalType": "uint256",
22
+ "name": "",
23
+ "type": "uint256"
24
+ }
25
+ ],
26
+ "stateMutability": "view",
27
+ "type": "function"
28
+ }
29
+ ],
30
+ "bytecode": "0x6080604052348015600e575f80fd5b5060014614602f57604051635942827d60e01b815260040160405180910390fd5b607980603a5f395ff3fe6080604052348015600e575f80fd5b50600436106026575f3560e01c806368c2005714602a575b5f80fd5b6031600181565b60405190815260200160405180910390f3fea2646970667358221220aed9b1c3d1d8f96dedd8b105e807a10fd45b3fe99bcf18f113cfcd7345b83e1964736f6c634300081a0033",
31
+ "deployedBytecode": "0x6080604052348015600e575f80fd5b50600436106026575f3560e01c806368c2005714602a575b5f80fd5b6031600181565b60405190815260200160405180910390f3fea2646970667358221220aed9b1c3d1d8f96dedd8b105e807a10fd45b3fe99bcf18f113cfcd7345b83e1964736f6c634300081a0033",
32
+ "linkReferences": {},
33
+ "deployedLinkReferences": {}
34
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/67236f58cc72b67ed6c24bfe355ec0e2.json"
4
+ }