@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f1fe735-758

Sign up to get free protection for your applications and to get access to all the features.
Files changed (678) hide show
  1. package/README.md +267 -24
  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 +285 -1486
  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 +489 -1720
  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 +3597 -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/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  40. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  41. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
  42. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  43. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  44. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  45. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  46. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  47. package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → IComponents.sol/IComponents.json} +2 -2
  48. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  50. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  51. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  52. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  53. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  54. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  55. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  56. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  57. package/artifacts/contracts/{instance/base/ModuleBase.sol/ModuleBase.json → oracle/IOracle.sol/IOracle.json} +2 -2
  58. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  59. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
  60. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  62. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  63. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
  64. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  65. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  66. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  67. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  68. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  69. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  70. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  72. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  73. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
  74. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  75. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
  76. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  77. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  78. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  79. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  80. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  81. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  82. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  84. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  85. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  86. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  87. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  88. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  89. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  90. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  92. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  93. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
  94. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  95. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  96. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  97. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
  98. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  99. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  100. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  101. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
  102. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
  104. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  105. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  106. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  107. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  108. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  109. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  110. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  112. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  113. package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
  114. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  115. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  116. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  117. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  118. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  119. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
  120. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  121. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +678 -77
  122. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  123. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
  124. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  125. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  126. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  127. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  128. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  129. package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -107
  130. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  131. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
  132. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  133. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
  134. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
  136. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  137. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  138. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  139. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1177 -0
  140. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  142. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  143. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +206 -0
  144. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  145. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  146. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  147. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
  148. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  149. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
  150. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  151. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
  152. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  153. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
  154. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  155. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
  156. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  157. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
  158. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  159. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  160. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  161. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
  162. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
  164. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  165. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
  166. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  167. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  168. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  169. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
  170. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  172. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  173. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  174. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  175. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  176. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  178. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  179. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  180. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  181. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
  182. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  183. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  184. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  185. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
  186. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  188. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  189. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  190. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  191. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  192. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  193. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
  194. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
  196. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  197. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  198. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  199. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  200. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  201. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  202. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  203. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  204. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  205. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  206. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  207. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
  208. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  209. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  210. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  211. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
  212. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  213. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
  214. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  215. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  216. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  217. package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
  218. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  219. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
  220. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  221. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  222. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
  224. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  225. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  226. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  227. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  228. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  230. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  231. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  232. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  234. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  236. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  238. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  240. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  242. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
  244. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  245. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  246. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  247. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  248. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  249. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  250. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  252. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  254. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  256. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  258. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  260. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  262. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  264. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
  266. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  268. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  270. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  272. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  274. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
  276. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  278. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  280. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  282. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  284. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  286. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  288. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  289. package/artifacts/contracts/{types/ChainId.sol/ChainIdLib.json → type/UFixed.sol/MathLib.json} +4 -4
  290. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  291. package/artifacts/contracts/{types/UFixed.sol/UFixedMathLib.json → type/UFixed.sol/UFixedLib.json} +4 -4
  292. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  294. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
  296. package/contracts/distribution/Distribution.sol +261 -0
  297. package/contracts/distribution/DistributionService.sol +297 -0
  298. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  299. package/contracts/distribution/IDistributionComponent.sol +66 -0
  300. package/contracts/distribution/IDistributionService.sol +81 -0
  301. package/contracts/instance/BundleManager.sol +126 -0
  302. package/contracts/instance/IInstance.sol +79 -44
  303. package/contracts/instance/IInstanceService.sol +97 -0
  304. package/contracts/instance/Instance.sol +247 -52
  305. package/contracts/instance/InstanceAdmin.sol +331 -0
  306. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  307. package/contracts/instance/InstanceReader.sol +392 -0
  308. package/contracts/instance/InstanceService.sol +439 -0
  309. package/contracts/instance/InstanceServiceManager.sol +44 -0
  310. package/contracts/instance/InstanceStore.sol +272 -0
  311. package/contracts/instance/base/BalanceStore.sol +123 -0
  312. package/contracts/instance/base/Cloneable.sol +28 -0
  313. package/contracts/instance/base/ObjectCounter.sol +21 -0
  314. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  315. package/contracts/instance/base/ObjectManager.sol +80 -0
  316. package/contracts/instance/module/IAccess.sol +46 -0
  317. package/contracts/instance/module/IBundle.sol +20 -0
  318. package/contracts/instance/module/IComponents.sol +52 -0
  319. package/contracts/instance/module/IDistribution.sol +42 -0
  320. package/contracts/instance/module/IPolicy.sol +84 -0
  321. package/contracts/instance/module/IRisk.sol +11 -0
  322. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  323. package/contracts/oracle/IOracle.sol +20 -0
  324. package/contracts/oracle/IOracleComponent.sol +32 -0
  325. package/contracts/oracle/IOracleService.sol +65 -0
  326. package/contracts/oracle/Oracle.sol +145 -0
  327. package/contracts/oracle/OracleService.sol +278 -0
  328. package/contracts/oracle/OracleServiceManager.sol +42 -0
  329. package/contracts/pool/BundleService.sol +296 -0
  330. package/contracts/pool/BundleServiceManager.sol +42 -0
  331. package/contracts/pool/IBundleService.sol +106 -0
  332. package/contracts/pool/IPoolComponent.sol +112 -0
  333. package/contracts/pool/IPoolService.sol +150 -0
  334. package/contracts/pool/Pool.sol +299 -0
  335. package/contracts/pool/PoolService.sol +452 -0
  336. package/contracts/pool/PoolServiceManager.sol +42 -0
  337. package/contracts/product/ApplicationService.sol +254 -0
  338. package/contracts/product/ApplicationServiceManager.sol +38 -0
  339. package/contracts/product/ClaimService.sol +442 -0
  340. package/contracts/product/ClaimServiceManager.sol +38 -0
  341. package/contracts/product/IApplicationService.sol +62 -0
  342. package/contracts/product/IClaimService.sol +99 -0
  343. package/contracts/product/IPolicyService.sol +78 -0
  344. package/contracts/product/IPricingService.sol +39 -0
  345. package/contracts/product/IProductComponent.sol +42 -0
  346. package/contracts/product/IProductService.sol +33 -0
  347. package/contracts/product/PolicyService.sol +475 -0
  348. package/contracts/product/PolicyServiceManager.sol +42 -0
  349. package/contracts/product/PricingService.sol +300 -0
  350. package/contracts/product/PricingServiceManager.sol +42 -0
  351. package/contracts/product/Product.sol +377 -0
  352. package/contracts/product/ProductService.sol +124 -0
  353. package/contracts/product/ProductServiceManager.sol +42 -0
  354. package/contracts/registry/ChainNft.sol +95 -37
  355. package/contracts/registry/IRegistry.sol +95 -28
  356. package/contracts/registry/IRegistryService.sol +69 -0
  357. package/contracts/registry/IServiceAuthorization.sol +38 -0
  358. package/contracts/registry/ITransferInterceptor.sol +7 -0
  359. package/contracts/registry/Registry.sol +482 -281
  360. package/contracts/registry/RegistryAdmin.sol +335 -0
  361. package/contracts/registry/RegistryService.sol +266 -0
  362. package/contracts/registry/RegistryServiceManager.sol +53 -0
  363. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  364. package/contracts/registry/ReleaseManager.sol +503 -0
  365. package/contracts/registry/ServiceAuthorization.sol +90 -0
  366. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  367. package/contracts/registry/TokenRegistry.sol +315 -0
  368. package/contracts/shared/AccessAdmin.sol +759 -0
  369. package/contracts/shared/AccessManagerCustom.sol +741 -0
  370. package/contracts/shared/AccessManagerExtended.sol +481 -0
  371. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  372. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  373. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  374. package/contracts/shared/Component.sol +281 -0
  375. package/contracts/shared/ComponentService.sol +620 -0
  376. package/contracts/shared/ComponentServiceManager.sol +35 -0
  377. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  378. package/contracts/shared/ERC165.sol +15 -9
  379. package/contracts/shared/IAccessAdmin.sol +168 -0
  380. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  381. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  382. package/contracts/shared/IComponent.sol +70 -0
  383. package/contracts/shared/IComponentService.sol +102 -0
  384. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  385. package/contracts/shared/IKeyValueStore.sol +54 -0
  386. package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
  387. package/contracts/shared/INftOwnable.sol +23 -0
  388. package/contracts/shared/IPolicyHolder.sol +45 -0
  389. package/contracts/shared/IRegisterable.sol +10 -19
  390. package/contracts/shared/IRegistryLinked.sol +11 -0
  391. package/contracts/shared/IService.sol +25 -0
  392. package/contracts/shared/IVersionable.sol +38 -37
  393. package/contracts/shared/InitializableCustom.sol +177 -0
  394. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  395. package/contracts/shared/KeyValueStore.sol +131 -0
  396. package/contracts/shared/Lifecycle.sol +77 -0
  397. package/contracts/shared/NftIdSetManager.sol +65 -0
  398. package/contracts/shared/NftOwnable.sol +107 -0
  399. package/contracts/shared/PolicyHolder.sol +102 -0
  400. package/contracts/shared/ProxyManager.sol +199 -0
  401. package/contracts/shared/Registerable.sol +54 -65
  402. package/contracts/shared/RegistryLinked.sol +43 -0
  403. package/contracts/shared/Service.sol +83 -0
  404. package/contracts/shared/TokenHandler.sol +58 -0
  405. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  406. package/contracts/shared/Versionable.sol +38 -68
  407. package/contracts/staking/IStaking.sol +168 -0
  408. package/contracts/staking/IStakingService.sol +153 -0
  409. package/contracts/staking/StakeManagerLib.sol +231 -0
  410. package/contracts/staking/Staking.sol +513 -0
  411. package/contracts/staking/StakingLifecycle.sol +23 -0
  412. package/contracts/staking/StakingManager.sol +54 -0
  413. package/contracts/staking/StakingReader.sol +187 -0
  414. package/contracts/staking/StakingService.sol +411 -0
  415. package/contracts/staking/StakingServiceManager.sol +44 -0
  416. package/contracts/staking/StakingStore.sol +615 -0
  417. package/contracts/staking/TargetManagerLib.sol +207 -0
  418. package/contracts/{types → type}/AddressSet.sol +1 -1
  419. package/contracts/type/Amount.sol +128 -0
  420. package/contracts/{types → type}/Blocknumber.sol +21 -3
  421. package/contracts/type/ClaimId.sol +75 -0
  422. package/contracts/type/DistributorType.sol +55 -0
  423. package/contracts/type/Fee.sol +66 -0
  424. package/contracts/{types → type}/Key32.sol +8 -3
  425. package/contracts/{types → type}/NftId.sol +21 -15
  426. package/contracts/type/NftIdSet.sol +62 -0
  427. package/contracts/type/ObjectType.sol +241 -0
  428. package/contracts/type/PayoutId.sol +82 -0
  429. package/contracts/type/Referral.sol +89 -0
  430. package/contracts/type/RequestId.sol +75 -0
  431. package/contracts/type/RiskId.sol +43 -0
  432. package/contracts/type/RoleId.sol +201 -0
  433. package/contracts/type/Seconds.sol +81 -0
  434. package/contracts/type/Selector.sol +102 -0
  435. package/contracts/{types → type}/StateId.sol +39 -5
  436. package/contracts/type/String.sol +53 -0
  437. package/contracts/{types → type}/Timestamp.sol +27 -14
  438. package/contracts/{types → type}/UFixed.sol +129 -12
  439. package/contracts/{types → type}/Version.sol +15 -2
  440. package/package.json +11 -7
  441. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  442. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  443. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  444. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  445. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  446. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  447. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  448. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  449. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  450. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  451. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  452. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  453. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  454. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  455. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  456. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  457. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  458. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  459. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  460. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  461. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  462. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  463. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  464. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  465. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  466. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  467. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  468. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  469. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  470. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  471. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  472. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  473. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  474. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  475. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  477. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  479. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  481. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  482. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  483. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  484. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  485. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  486. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  487. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  488. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  489. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  490. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  491. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  492. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  493. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  494. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  495. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  496. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  497. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  498. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  499. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  500. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  501. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  502. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  503. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  504. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  505. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  506. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  507. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  508. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  509. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  510. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  511. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  512. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  513. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  514. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  515. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  516. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  517. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  518. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  519. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  520. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  521. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  522. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  523. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  524. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  525. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  526. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  527. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  528. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  529. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  530. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  531. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  532. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  533. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  534. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  535. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  536. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  537. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  538. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  539. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  540. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  541. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  542. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  543. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  544. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  545. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  546. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  547. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  548. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  549. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  550. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  551. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  552. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  553. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
  554. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  555. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  557. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  558. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  559. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  560. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  561. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  562. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  563. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  564. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  565. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  566. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  567. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  568. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  569. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  570. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  571. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  572. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  573. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  574. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  575. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  576. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  577. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  578. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  579. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  580. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  581. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  582. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  583. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  584. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  585. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  586. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  587. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  588. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  589. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  590. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  591. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  592. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  593. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  594. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  595. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  596. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  597. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  598. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  599. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  600. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  601. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  602. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  603. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  605. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  606. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  608. package/contracts/components/BaseComponent.sol +0 -88
  609. package/contracts/components/IBaseComponent.sol +0 -19
  610. package/contracts/components/IPoolComponent.sol +0 -57
  611. package/contracts/components/IProductComponent.sol +0 -19
  612. package/contracts/components/Pool.sol +0 -174
  613. package/contracts/components/Product.sol +0 -117
  614. package/contracts/experiment/errors/Require.sol +0 -38
  615. package/contracts/experiment/errors/Revert.sol +0 -44
  616. package/contracts/experiment/inheritance/A.sol +0 -53
  617. package/contracts/experiment/inheritance/B.sol +0 -28
  618. package/contracts/experiment/inheritance/C.sol +0 -34
  619. package/contracts/experiment/inheritance/IA.sol +0 -13
  620. package/contracts/experiment/inheritance/IB.sol +0 -10
  621. package/contracts/experiment/inheritance/IC.sol +0 -12
  622. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  623. package/contracts/experiment/statemachine/ISM.sol +0 -25
  624. package/contracts/experiment/statemachine/README.md +0 -112
  625. package/contracts/experiment/statemachine/SM.sol +0 -57
  626. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  627. package/contracts/experiment/types/TypeA.sol +0 -47
  628. package/contracts/experiment/types/TypeB.sol +0 -29
  629. package/contracts/instance/IInstanceLinked.sol +0 -8
  630. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  631. package/contracts/instance/base/IInstanceBase.sol +0 -14
  632. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  633. package/contracts/instance/base/IService.sol +0 -15
  634. package/contracts/instance/base/InstanceBase.sol +0 -80
  635. package/contracts/instance/base/KeyValueStore.sol +0 -156
  636. package/contracts/instance/base/Lifecycle.sol +0 -95
  637. package/contracts/instance/base/ModuleBase.sol +0 -52
  638. package/contracts/instance/base/ServiceBase.sol +0 -37
  639. package/contracts/instance/module/access/Access.sol +0 -149
  640. package/contracts/instance/module/access/IAccess.sol +0 -53
  641. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  642. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  643. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  644. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  645. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  646. package/contracts/instance/module/component/IComponent.sol +0 -53
  647. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  648. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  649. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  650. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  651. package/contracts/instance/module/risk/IRisk.sol +0 -10
  652. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  653. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  654. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  655. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  656. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  657. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  658. package/contracts/instance/service/IPoolService.sol +0 -30
  659. package/contracts/instance/service/IProductService.sol +0 -58
  660. package/contracts/instance/service/PoolService.sol +0 -123
  661. package/contracts/instance/service/ProductService.sol +0 -354
  662. package/contracts/registry/IChainNft.sol +0 -21
  663. package/contracts/registry/IRegistryLinked.sol +0 -8
  664. package/contracts/shared/IOwnable.sol +0 -6
  665. package/contracts/test/TestFee.sol +0 -25
  666. package/contracts/test/TestPool.sol +0 -22
  667. package/contracts/test/TestProduct.sol +0 -44
  668. package/contracts/test/TestRegisterable.sol +0 -19
  669. package/contracts/test/TestRoleId.sol +0 -14
  670. package/contracts/test/TestService.sol +0 -32
  671. package/contracts/test/TestToken.sol +0 -26
  672. package/contracts/test/TestVersion.sol +0 -44
  673. package/contracts/test/TestVersionable.sol +0 -17
  674. package/contracts/types/ChainId.sol +0 -38
  675. package/contracts/types/Fee.sol +0 -51
  676. package/contracts/types/NftIdSet.sol +0 -60
  677. package/contracts/types/ObjectType.sol +0 -115
  678. package/contracts/types/RoleId.sol +0 -38
@@ -0,0 +1,1177 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ReleaseManager",
4
+ "sourceName": "contracts/registry/ReleaseManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "contract Registry",
10
+ "name": "registry",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "stateMutability": "nonpayable",
15
+ "type": "constructor"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "authority",
22
+ "type": "address"
23
+ }
24
+ ],
25
+ "name": "AccessManagedInvalidAuthority",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "inputs": [
30
+ {
31
+ "internalType": "address",
32
+ "name": "caller",
33
+ "type": "address"
34
+ },
35
+ {
36
+ "internalType": "uint32",
37
+ "name": "delay",
38
+ "type": "uint32"
39
+ }
40
+ ],
41
+ "name": "AccessManagedRequiredDelay",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "caller",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AccessManagedUnauthorized",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "ObjectType",
59
+ "name": "objectType",
60
+ "type": "uint8"
61
+ },
62
+ {
63
+ "internalType": "StateId",
64
+ "name": "fromStateId",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "StateId",
69
+ "name": "toStateId",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorInvalidStateTransition",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "ObjectType",
80
+ "name": "objectType",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorNoLifecycle",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "address",
91
+ "name": "registryAddress",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "ErrorNotRegistry",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "VersionPart",
102
+ "name": "version",
103
+ "type": "uint8"
104
+ }
105
+ ],
106
+ "name": "ErrorReleaseManagerNoDomains",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [],
111
+ "name": "ErrorReleaseManagerNoServiceRegistrationExpected",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "contract Registry",
118
+ "name": "registry",
119
+ "type": "address"
120
+ }
121
+ ],
122
+ "name": "ErrorReleaseManagerNotRegistry",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "address",
129
+ "name": "notService",
130
+ "type": "address"
131
+ }
132
+ ],
133
+ "name": "ErrorReleaseManagerNotService",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "inputs": [
138
+ {
139
+ "internalType": "VersionPart",
140
+ "name": "releaseVersion",
141
+ "type": "uint8"
142
+ },
143
+ {
144
+ "internalType": "StateId",
145
+ "name": "currentStateId",
146
+ "type": "uint8"
147
+ }
148
+ ],
149
+ "name": "ErrorReleaseManagerReleaseActivationDisallowed",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [
154
+ {
155
+ "internalType": "VersionPart",
156
+ "name": "releaseVersion",
157
+ "type": "uint8"
158
+ }
159
+ ],
160
+ "name": "ErrorReleaseManagerReleaseAlreadyActivated",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [
165
+ {
166
+ "internalType": "VersionPart",
167
+ "name": "releaseVersion",
168
+ "type": "uint8"
169
+ }
170
+ ],
171
+ "name": "ErrorReleaseManagerReleaseAlreadyDisabled",
172
+ "type": "error"
173
+ },
174
+ {
175
+ "inputs": [
176
+ {
177
+ "internalType": "VersionPart",
178
+ "name": "version",
179
+ "type": "uint8"
180
+ },
181
+ {
182
+ "internalType": "StateId",
183
+ "name": "currentStateId",
184
+ "type": "uint8"
185
+ }
186
+ ],
187
+ "name": "ErrorReleaseManagerReleaseAlreadyPrepared",
188
+ "type": "error"
189
+ },
190
+ {
191
+ "inputs": [
192
+ {
193
+ "internalType": "VersionPart",
194
+ "name": "version",
195
+ "type": "uint8"
196
+ },
197
+ {
198
+ "internalType": "StateId",
199
+ "name": "currentStateId",
200
+ "type": "uint8"
201
+ }
202
+ ],
203
+ "name": "ErrorReleaseManagerReleaseCreationDisallowed",
204
+ "type": "error"
205
+ },
206
+ {
207
+ "inputs": [
208
+ {
209
+ "internalType": "VersionPart",
210
+ "name": "releaseVersion",
211
+ "type": "uint8"
212
+ }
213
+ ],
214
+ "name": "ErrorReleaseManagerReleaseNotActivated",
215
+ "type": "error"
216
+ },
217
+ {
218
+ "inputs": [
219
+ {
220
+ "internalType": "VersionPart",
221
+ "name": "releaseVersion",
222
+ "type": "uint8"
223
+ }
224
+ ],
225
+ "name": "ErrorReleaseManagerReleaseNotCreated",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "VersionPart",
232
+ "name": "version",
233
+ "type": "uint8"
234
+ },
235
+ {
236
+ "internalType": "StateId",
237
+ "name": "currentStateId",
238
+ "type": "uint8"
239
+ }
240
+ ],
241
+ "name": "ErrorReleaseManagerReleasePreparationDisallowed",
242
+ "type": "error"
243
+ },
244
+ {
245
+ "inputs": [
246
+ {
247
+ "internalType": "VersionPart",
248
+ "name": "releaseVersion",
249
+ "type": "uint8"
250
+ },
251
+ {
252
+ "internalType": "uint256",
253
+ "name": "awaitingRegistration",
254
+ "type": "uint256"
255
+ }
256
+ ],
257
+ "name": "ErrorReleaseManagerReleaseRegistrationNotFinished",
258
+ "type": "error"
259
+ },
260
+ {
261
+ "inputs": [
262
+ {
263
+ "internalType": "address",
264
+ "name": "expected",
265
+ "type": "address"
266
+ },
267
+ {
268
+ "internalType": "address",
269
+ "name": "actual",
270
+ "type": "address"
271
+ }
272
+ ],
273
+ "name": "ErrorReleaseManagerServiceAddressMismatch",
274
+ "type": "error"
275
+ },
276
+ {
277
+ "inputs": [
278
+ {
279
+ "internalType": "ObjectType",
280
+ "name": "expectedDomain",
281
+ "type": "uint8"
282
+ },
283
+ {
284
+ "internalType": "ObjectType",
285
+ "name": "actualDomain",
286
+ "type": "uint8"
287
+ }
288
+ ],
289
+ "name": "ErrorReleaseManagerServiceDomainMismatch",
290
+ "type": "error"
291
+ },
292
+ {
293
+ "inputs": [
294
+ {
295
+ "internalType": "contract IService",
296
+ "name": "service",
297
+ "type": "address"
298
+ },
299
+ {
300
+ "internalType": "address",
301
+ "name": "expected",
302
+ "type": "address"
303
+ }
304
+ ],
305
+ "name": "ErrorReleaseManagerServiceInfoAddressInvalid",
306
+ "type": "error"
307
+ },
308
+ {
309
+ "inputs": [
310
+ {
311
+ "internalType": "contract IService",
312
+ "name": "service",
313
+ "type": "address"
314
+ },
315
+ {
316
+ "internalType": "bool",
317
+ "name": "isInterceptor",
318
+ "type": "bool"
319
+ }
320
+ ],
321
+ "name": "ErrorReleaseManagerServiceInfoInterceptorInvalid",
322
+ "type": "error"
323
+ },
324
+ {
325
+ "inputs": [
326
+ {
327
+ "internalType": "contract IService",
328
+ "name": "service",
329
+ "type": "address"
330
+ },
331
+ {
332
+ "internalType": "address",
333
+ "name": "expected",
334
+ "type": "address"
335
+ },
336
+ {
337
+ "internalType": "address",
338
+ "name": "found",
339
+ "type": "address"
340
+ }
341
+ ],
342
+ "name": "ErrorReleaseManagerServiceInfoOwnerInvalid",
343
+ "type": "error"
344
+ },
345
+ {
346
+ "inputs": [
347
+ {
348
+ "internalType": "contract IService",
349
+ "name": "service",
350
+ "type": "address"
351
+ },
352
+ {
353
+ "internalType": "ObjectType",
354
+ "name": "expected",
355
+ "type": "uint8"
356
+ },
357
+ {
358
+ "internalType": "ObjectType",
359
+ "name": "found",
360
+ "type": "uint8"
361
+ }
362
+ ],
363
+ "name": "ErrorReleaseManagerServiceInfoTypeInvalid",
364
+ "type": "error"
365
+ },
366
+ {
367
+ "inputs": [
368
+ {
369
+ "internalType": "contract IService",
370
+ "name": "service",
371
+ "type": "address"
372
+ },
373
+ {
374
+ "internalType": "address",
375
+ "name": "owner",
376
+ "type": "address"
377
+ }
378
+ ],
379
+ "name": "ErrorReleaseManagerServiceOwnerRegistered",
380
+ "type": "error"
381
+ },
382
+ {
383
+ "inputs": [
384
+ {
385
+ "internalType": "StateId",
386
+ "name": "currentStateId",
387
+ "type": "uint8"
388
+ }
389
+ ],
390
+ "name": "ErrorReleaseManagerServiceRegistrationDisallowed",
391
+ "type": "error"
392
+ },
393
+ {
394
+ "inputs": [
395
+ {
396
+ "internalType": "contract IService",
397
+ "name": "service",
398
+ "type": "address"
399
+ },
400
+ {
401
+ "internalType": "address",
402
+ "name": "serviceAuthority",
403
+ "type": "address"
404
+ },
405
+ {
406
+ "internalType": "address",
407
+ "name": "releaseAuthority",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "name": "ErrorReleaseManagerServiceReleaseAuthorityMismatch",
412
+ "type": "error"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "contract IService",
418
+ "name": "service",
419
+ "type": "address"
420
+ },
421
+ {
422
+ "internalType": "VersionPart",
423
+ "name": "serviceVersion",
424
+ "type": "uint8"
425
+ },
426
+ {
427
+ "internalType": "VersionPart",
428
+ "name": "releaseVersion",
429
+ "type": "uint8"
430
+ }
431
+ ],
432
+ "name": "ErrorReleaseManagerServiceReleaseVersionMismatch",
433
+ "type": "error"
434
+ },
435
+ {
436
+ "inputs": [
437
+ {
438
+ "internalType": "contract IService",
439
+ "name": "service",
440
+ "type": "address"
441
+ }
442
+ ],
443
+ "name": "ErrorReleaseManagerServiceSelfRegistration",
444
+ "type": "error"
445
+ },
446
+ {
447
+ "inputs": [
448
+ {
449
+ "internalType": "VersionPart",
450
+ "name": "expected",
451
+ "type": "uint8"
452
+ },
453
+ {
454
+ "internalType": "VersionPart",
455
+ "name": "actual",
456
+ "type": "uint8"
457
+ }
458
+ ],
459
+ "name": "ErrorReleaseManagerVersionMismatch",
460
+ "type": "error"
461
+ },
462
+ {
463
+ "anonymous": false,
464
+ "inputs": [
465
+ {
466
+ "indexed": false,
467
+ "internalType": "address",
468
+ "name": "authority",
469
+ "type": "address"
470
+ }
471
+ ],
472
+ "name": "AuthorityUpdated",
473
+ "type": "event"
474
+ },
475
+ {
476
+ "anonymous": false,
477
+ "inputs": [
478
+ {
479
+ "indexed": false,
480
+ "internalType": "VersionPart",
481
+ "name": "version",
482
+ "type": "uint8"
483
+ }
484
+ ],
485
+ "name": "LogReleaseActivation",
486
+ "type": "event"
487
+ },
488
+ {
489
+ "anonymous": false,
490
+ "inputs": [
491
+ {
492
+ "indexed": false,
493
+ "internalType": "VersionPart",
494
+ "name": "version",
495
+ "type": "uint8"
496
+ },
497
+ {
498
+ "indexed": false,
499
+ "internalType": "bytes32",
500
+ "name": "salt",
501
+ "type": "bytes32"
502
+ },
503
+ {
504
+ "indexed": false,
505
+ "internalType": "address",
506
+ "name": "authority",
507
+ "type": "address"
508
+ }
509
+ ],
510
+ "name": "LogReleaseCreation",
511
+ "type": "event"
512
+ },
513
+ {
514
+ "anonymous": false,
515
+ "inputs": [
516
+ {
517
+ "indexed": false,
518
+ "internalType": "VersionPart",
519
+ "name": "version",
520
+ "type": "uint8"
521
+ }
522
+ ],
523
+ "name": "LogReleaseDisabled",
524
+ "type": "event"
525
+ },
526
+ {
527
+ "anonymous": false,
528
+ "inputs": [
529
+ {
530
+ "indexed": false,
531
+ "internalType": "VersionPart",
532
+ "name": "version",
533
+ "type": "uint8"
534
+ }
535
+ ],
536
+ "name": "LogReleaseEnabled",
537
+ "type": "event"
538
+ },
539
+ {
540
+ "inputs": [],
541
+ "name": "INITIAL_GIF_VERSION",
542
+ "outputs": [
543
+ {
544
+ "internalType": "uint256",
545
+ "name": "",
546
+ "type": "uint256"
547
+ }
548
+ ],
549
+ "stateMutability": "view",
550
+ "type": "function"
551
+ },
552
+ {
553
+ "inputs": [],
554
+ "name": "MIN_DISABLE_DELAY",
555
+ "outputs": [
556
+ {
557
+ "internalType": "Seconds",
558
+ "name": "",
559
+ "type": "uint40"
560
+ }
561
+ ],
562
+ "stateMutability": "view",
563
+ "type": "function"
564
+ },
565
+ {
566
+ "inputs": [],
567
+ "name": "_releaseAccessManagerCodeAddress",
568
+ "outputs": [
569
+ {
570
+ "internalType": "address",
571
+ "name": "",
572
+ "type": "address"
573
+ }
574
+ ],
575
+ "stateMutability": "view",
576
+ "type": "function"
577
+ },
578
+ {
579
+ "inputs": [],
580
+ "name": "activateNextRelease",
581
+ "outputs": [],
582
+ "stateMutability": "nonpayable",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [],
587
+ "name": "authority",
588
+ "outputs": [
589
+ {
590
+ "internalType": "address",
591
+ "name": "",
592
+ "type": "address"
593
+ }
594
+ ],
595
+ "stateMutability": "view",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [
600
+ {
601
+ "internalType": "ObjectType",
602
+ "name": "objectType",
603
+ "type": "uint8"
604
+ },
605
+ {
606
+ "internalType": "StateId",
607
+ "name": "fromId",
608
+ "type": "uint8"
609
+ },
610
+ {
611
+ "internalType": "StateId",
612
+ "name": "toId",
613
+ "type": "uint8"
614
+ }
615
+ ],
616
+ "name": "checkTransition",
617
+ "outputs": [],
618
+ "stateMutability": "view",
619
+ "type": "function"
620
+ },
621
+ {
622
+ "inputs": [],
623
+ "name": "createNextRelease",
624
+ "outputs": [
625
+ {
626
+ "internalType": "VersionPart",
627
+ "name": "",
628
+ "type": "uint8"
629
+ }
630
+ ],
631
+ "stateMutability": "nonpayable",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [
636
+ {
637
+ "internalType": "ObjectType",
638
+ "name": "objectType",
639
+ "type": "uint8"
640
+ }
641
+ ],
642
+ "name": "getInitialState",
643
+ "outputs": [
644
+ {
645
+ "internalType": "StateId",
646
+ "name": "",
647
+ "type": "uint8"
648
+ }
649
+ ],
650
+ "stateMutability": "view",
651
+ "type": "function"
652
+ },
653
+ {
654
+ "inputs": [],
655
+ "name": "getInitialVersion",
656
+ "outputs": [
657
+ {
658
+ "internalType": "VersionPart",
659
+ "name": "",
660
+ "type": "uint8"
661
+ }
662
+ ],
663
+ "stateMutability": "view",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [],
668
+ "name": "getLatestVersion",
669
+ "outputs": [
670
+ {
671
+ "internalType": "VersionPart",
672
+ "name": "",
673
+ "type": "uint8"
674
+ }
675
+ ],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [],
681
+ "name": "getNextVersion",
682
+ "outputs": [
683
+ {
684
+ "internalType": "VersionPart",
685
+ "name": "",
686
+ "type": "uint8"
687
+ }
688
+ ],
689
+ "stateMutability": "view",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "inputs": [],
694
+ "name": "getRegistry",
695
+ "outputs": [
696
+ {
697
+ "internalType": "contract IRegistry",
698
+ "name": "",
699
+ "type": "address"
700
+ }
701
+ ],
702
+ "stateMutability": "view",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [],
707
+ "name": "getRegistryAdmin",
708
+ "outputs": [
709
+ {
710
+ "internalType": "address",
711
+ "name": "",
712
+ "type": "address"
713
+ }
714
+ ],
715
+ "stateMutability": "view",
716
+ "type": "function"
717
+ },
718
+ {
719
+ "inputs": [
720
+ {
721
+ "internalType": "VersionPart",
722
+ "name": "version",
723
+ "type": "uint8"
724
+ }
725
+ ],
726
+ "name": "getReleaseAccessManager",
727
+ "outputs": [
728
+ {
729
+ "internalType": "address",
730
+ "name": "",
731
+ "type": "address"
732
+ }
733
+ ],
734
+ "stateMutability": "view",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [
739
+ {
740
+ "internalType": "VersionPart",
741
+ "name": "version",
742
+ "type": "uint8"
743
+ }
744
+ ],
745
+ "name": "getReleaseInfo",
746
+ "outputs": [
747
+ {
748
+ "components": [
749
+ {
750
+ "internalType": "VersionPart",
751
+ "name": "version",
752
+ "type": "uint8"
753
+ },
754
+ {
755
+ "internalType": "bytes32",
756
+ "name": "salt",
757
+ "type": "bytes32"
758
+ },
759
+ {
760
+ "internalType": "address[]",
761
+ "name": "addresses",
762
+ "type": "address[]"
763
+ },
764
+ {
765
+ "internalType": "string[]",
766
+ "name": "names",
767
+ "type": "string[]"
768
+ },
769
+ {
770
+ "internalType": "RoleId[][]",
771
+ "name": "serviceRoles",
772
+ "type": "uint64[][]"
773
+ },
774
+ {
775
+ "internalType": "string[][]",
776
+ "name": "serviceRoleNames",
777
+ "type": "string[][]"
778
+ },
779
+ {
780
+ "internalType": "RoleId[][]",
781
+ "name": "functionRoles",
782
+ "type": "uint64[][]"
783
+ },
784
+ {
785
+ "internalType": "string[][]",
786
+ "name": "functionRoleNames",
787
+ "type": "string[][]"
788
+ },
789
+ {
790
+ "internalType": "bytes4[][][]",
791
+ "name": "selectors",
792
+ "type": "bytes4[][][]"
793
+ },
794
+ {
795
+ "internalType": "ObjectType[]",
796
+ "name": "domains",
797
+ "type": "uint8[]"
798
+ },
799
+ {
800
+ "internalType": "Timestamp",
801
+ "name": "activatedAt",
802
+ "type": "uint40"
803
+ },
804
+ {
805
+ "internalType": "Timestamp",
806
+ "name": "disabledAt",
807
+ "type": "uint40"
808
+ }
809
+ ],
810
+ "internalType": "struct IRegistry.ReleaseInfo",
811
+ "name": "",
812
+ "type": "tuple"
813
+ }
814
+ ],
815
+ "stateMutability": "view",
816
+ "type": "function"
817
+ },
818
+ {
819
+ "inputs": [],
820
+ "name": "getRemainingServicesToRegister",
821
+ "outputs": [
822
+ {
823
+ "internalType": "uint256",
824
+ "name": "services",
825
+ "type": "uint256"
826
+ }
827
+ ],
828
+ "stateMutability": "view",
829
+ "type": "function"
830
+ },
831
+ {
832
+ "inputs": [
833
+ {
834
+ "internalType": "VersionPart",
835
+ "name": "version",
836
+ "type": "uint8"
837
+ }
838
+ ],
839
+ "name": "getState",
840
+ "outputs": [
841
+ {
842
+ "internalType": "StateId",
843
+ "name": "stateId",
844
+ "type": "uint8"
845
+ }
846
+ ],
847
+ "stateMutability": "view",
848
+ "type": "function"
849
+ },
850
+ {
851
+ "inputs": [
852
+ {
853
+ "internalType": "ObjectType",
854
+ "name": "objectType",
855
+ "type": "uint8"
856
+ }
857
+ ],
858
+ "name": "hasLifecycle",
859
+ "outputs": [
860
+ {
861
+ "internalType": "bool",
862
+ "name": "",
863
+ "type": "bool"
864
+ }
865
+ ],
866
+ "stateMutability": "view",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [
871
+ {
872
+ "internalType": "address",
873
+ "name": "service",
874
+ "type": "address"
875
+ }
876
+ ],
877
+ "name": "isActiveRegistryService",
878
+ "outputs": [
879
+ {
880
+ "internalType": "bool",
881
+ "name": "",
882
+ "type": "bool"
883
+ }
884
+ ],
885
+ "stateMutability": "view",
886
+ "type": "function"
887
+ },
888
+ {
889
+ "inputs": [
890
+ {
891
+ "internalType": "VersionPart",
892
+ "name": "version",
893
+ "type": "uint8"
894
+ }
895
+ ],
896
+ "name": "isActiveRelease",
897
+ "outputs": [
898
+ {
899
+ "internalType": "bool",
900
+ "name": "",
901
+ "type": "bool"
902
+ }
903
+ ],
904
+ "stateMutability": "view",
905
+ "type": "function"
906
+ },
907
+ {
908
+ "inputs": [],
909
+ "name": "isConsumingScheduledOp",
910
+ "outputs": [
911
+ {
912
+ "internalType": "bytes4",
913
+ "name": "",
914
+ "type": "bytes4"
915
+ }
916
+ ],
917
+ "stateMutability": "view",
918
+ "type": "function"
919
+ },
920
+ {
921
+ "inputs": [
922
+ {
923
+ "internalType": "ObjectType",
924
+ "name": "objectType",
925
+ "type": "uint8"
926
+ },
927
+ {
928
+ "internalType": "StateId",
929
+ "name": "fromId",
930
+ "type": "uint8"
931
+ },
932
+ {
933
+ "internalType": "StateId",
934
+ "name": "toId",
935
+ "type": "uint8"
936
+ }
937
+ ],
938
+ "name": "isValidTransition",
939
+ "outputs": [
940
+ {
941
+ "internalType": "bool",
942
+ "name": "",
943
+ "type": "bool"
944
+ }
945
+ ],
946
+ "stateMutability": "view",
947
+ "type": "function"
948
+ },
949
+ {
950
+ "inputs": [
951
+ {
952
+ "internalType": "VersionPart",
953
+ "name": "version",
954
+ "type": "uint8"
955
+ }
956
+ ],
957
+ "name": "pauseRelease",
958
+ "outputs": [],
959
+ "stateMutability": "nonpayable",
960
+ "type": "function"
961
+ },
962
+ {
963
+ "inputs": [
964
+ {
965
+ "internalType": "address",
966
+ "name": "implementation",
967
+ "type": "address"
968
+ },
969
+ {
970
+ "internalType": "bytes32",
971
+ "name": "salt",
972
+ "type": "bytes32"
973
+ },
974
+ {
975
+ "internalType": "address",
976
+ "name": "deployer",
977
+ "type": "address"
978
+ }
979
+ ],
980
+ "name": "predictDeterministicAddress",
981
+ "outputs": [
982
+ {
983
+ "internalType": "address",
984
+ "name": "predicted",
985
+ "type": "address"
986
+ }
987
+ ],
988
+ "stateMutability": "pure",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [
993
+ {
994
+ "internalType": "contract IServiceAuthorization",
995
+ "name": "serviceAuthorization",
996
+ "type": "address"
997
+ },
998
+ {
999
+ "internalType": "bytes32",
1000
+ "name": "salt",
1001
+ "type": "bytes32"
1002
+ }
1003
+ ],
1004
+ "name": "prepareNextRelease",
1005
+ "outputs": [
1006
+ {
1007
+ "internalType": "address",
1008
+ "name": "authority",
1009
+ "type": "address"
1010
+ },
1011
+ {
1012
+ "internalType": "VersionPart",
1013
+ "name": "version",
1014
+ "type": "uint8"
1015
+ },
1016
+ {
1017
+ "internalType": "bytes32",
1018
+ "name": "releaseSalt",
1019
+ "type": "bytes32"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "nonpayable",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "contract IService",
1029
+ "name": "service",
1030
+ "type": "address"
1031
+ }
1032
+ ],
1033
+ "name": "registerService",
1034
+ "outputs": [
1035
+ {
1036
+ "internalType": "NftId",
1037
+ "name": "nftId",
1038
+ "type": "uint96"
1039
+ }
1040
+ ],
1041
+ "stateMutability": "nonpayable",
1042
+ "type": "function"
1043
+ },
1044
+ {
1045
+ "inputs": [
1046
+ {
1047
+ "internalType": "address",
1048
+ "name": "newAuthority",
1049
+ "type": "address"
1050
+ }
1051
+ ],
1052
+ "name": "setAuthority",
1053
+ "outputs": [],
1054
+ "stateMutability": "nonpayable",
1055
+ "type": "function"
1056
+ },
1057
+ {
1058
+ "inputs": [
1059
+ {
1060
+ "internalType": "VersionPart",
1061
+ "name": "version",
1062
+ "type": "uint8"
1063
+ }
1064
+ ],
1065
+ "name": "unpauseRelease",
1066
+ "outputs": [],
1067
+ "stateMutability": "nonpayable",
1068
+ "type": "function"
1069
+ }
1070
+ ],
1071
+ "bytecode": "0x60806040523480156200001157600080fd5b50604051620035f5380380620035f5833981016040819052620000349162000607565b336200004081620002cb565b506200004b6200031f565b62000056816200037d565b62000084576040516358374b4160e11b81526001600160a01b03821660048201526024015b60405180910390fd5b620000f3816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015620000c7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000ed919062000607565b62000498565b600580546001600160a01b0319166001600160a01b0383169081179091556040805163016f41bf60e51b81529051632de837e0916004808201926020929091908290030181865afa1580156200014d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000173919062000607565b600380546001600160a01b0319166001600160a01b0392909216919091178155604051632392b61b60e21b8152600481019190915273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015620001e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200020b91906200062e565b600a805460ff191660ff9290921691909117905573__$b659da7d8a6d2d32aa6c1e17da23dc2174$__638e4ad86c620002476001600362000653565b6040518263ffffffff1660e01b81526004016200026691815260200190565b602060405180830381865af415801562000284573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002aa91906200062e565b600a60026101000a81548160ff021916908360ff16021790555050620006da565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6200032d6007600262000518565b6200033e600760025b60036200056a565b6200034c6007600362000336565b6200035d600760035b60046200056a565b6200036d60076004606e6200056a565b6200037b6007606e62000355565b565b60006001600160a01b0382166200039657506000919050565b604051636939560f60e11b81526001600160a01b038316600482018190529063d272ac1e90602401602060405180830381865afa158015620003dc573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000402919062000675565b604051630a4d29dd60e31b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156200045c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004829190620006a0565b156200049057506000919050565b506001919050565b60005433906001600160a01b03168114620004d15760405162d1953b60e31b81526001600160a01b03821660048201526024016200007b565b816001600160a01b03163b60000362000509576040516361798f2f60e11b81526001600160a01b03831660048201526024016200007b565b6200051482620002cb565b5050565b60ff82811660009081526001602052604081205462000539921690620005de565b620005485762000548620006c4565b60ff9182166000908152600160205260409020805460ff191691909216179055565b60ff80841660009081526002602090815260408083208685168452825280832085851684529091529020541615620005a657620005a6620006c4565b60ff9283166000908152600260209081526040808320948616835293815283822092909416815292529020805460ff19166001179055565b60ff828116908216145b92915050565b6001600160a01b03811681146200060457600080fd5b50565b6000602082840312156200061a57600080fd5b81516200062781620005ee565b9392505050565b6000602082840312156200064157600080fd5b815160ff811681146200062757600080fd5b81810381811115620005e857634e487b7160e01b600052601160045260246000fd5b6000602082840312156200068857600080fd5b81516001600160601b03811681146200062757600080fd5b600060208284031215620006b357600080fd5b815180151581146200062757600080fd5b634e487b7160e01b600052600160045260246000fd5b612f0b80620006ea6000396000f3fe608060405234801561001057600080fd5b50600436106101c35760003560e01c80637a9e5e4b116100f9578063bf1db3f911610097578063dde4fd8a11610071578063dde4fd8a14610489578063e9e96c701461049a578063f40d7c30146104d8578063fdd9ec7d146104e957600080fd5b8063bf1db3f914610445578063bf7e214f14610458578063d2213b5b1461046957600080fd5b806399a228e5116100d357806399a228e51461040f5780639ef6ddc914610417578063a28448241461042a578063a89896751461043257600080fd5b80637a9e5e4b146103715780638fb360371461038457806393a7e711146103a557600080fd5b806319d1478b116101665780633a6c2125116101405780633a6c2125146103245780635ab1bd53146103375780636428e2631461034857806371ed16e41461035b57600080fd5b806319d1478b1461029157806330ac5bf2146102d557806331d53763146102ea57600080fd5b80630d358181116101a25780630d3581811461022d5780630e41142e146102535780630e6d1de91461025e57806311edceaa1461026e57600080fd5b8062d19f30146101c857806305c937ed146102055780630af43fe114610225575b600080fd5b6101ee6101d63660046124d9565b60ff9081166000908152600b60205260409020541690565b60405160ff90911681526020015b60405180910390f35b61020f6208052081565b60405164ffffffffff90911681526020016101fc565b6101ee610514565b6101ee61023b3660046124d9565b60ff9081166000908152600160205260409020541690565b600a5460ff166101ee565b600a54610100900460ff166101ee565b61028161027c3660046124d9565b61067e565b60405190151581526020016101fc565b6102bd61029f3660046124d9565b60ff166000908152600660205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016101fc565b6102e86102e33660046124d9565b6106ad565b005b6102fd6102f836600461250b565b6107a9565b604080516001600160a01b03909416845260ff9092166020840152908201526060016101fc565b6004546102bd906001600160a01b031681565b6005546001600160a01b03166102bd565b6102e86103563660046124d9565b610b5b565b610363610cb3565b6040519081526020016101fc565b6102e861037f366004612537565b610cca565b61038c610d44565b6040516001600160e01b031990911681526020016101fc565b6102bd6103b3366004612554565b60405160388101919091526f5af43d82803e903d91602b57fd5bf3ff60248201526014810192909252733d602d80600a3d3981f3363d3d373d3d3d363d73825260588201526037600c8201206078820152605560439091012090565b610363600381565b610281610425366004612537565b610d68565b6102e8610d94565b6102e8610440366004612596565b611014565b6102816104533660046124d9565b611123565b6000546001600160a01b03166102bd565b61047c6104773660046124d9565b6111ac565b6040516101fc9190612887565b6003546001600160a01b03166102bd565b6102816104a8366004612596565b60ff9283166000908152600260209081526040808320948616835293815283822092851682529190915220541690565b600a5462010000900460ff166101ee565b6104fc6104f7366004612537565b611910565b6040516001600160601b0390911681526020016101fc565b6000610523335b600036611cba565b600a54604051632b10f60d60e21b81526201000090910460ff16600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90829063ac43d83490602401602060405180830381865af4158015610586573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105aa91906129cb565b6105b59060016129fa565b6040518263ffffffff1660e01b81526004016105d391815260200190565b602060405180830381865af41580156105f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106149190612a1d565b600a805460ff92909216620100000262ff0000199092169190911790556000600d819055600c5561064661023b600790565b600a8054620100009081900460ff9081166000908152600b60205260409020805460ff19169482169490941790935590540416919050565b60ff8181166000908152600b602052604081205490916106a7911660045b60ff90811691161490565b92915050565b6106b63361051b565b60ff8181166000908152600b602052604090205416600461070260075b60ff90811660009081526002602090815260408083208488168452825280832084871684529091529020541690565b610731576040516331ec295f60e01b815260ff8085166004830152831660248201526044015b60405180910390fd5b60ff8381166000818152600b60209081526040808320805460ff1916958716959095179094556007815290839020600a01805469ffffffffff00000000001916905591519081527f8c9377f44d861d9abb7de1a880bb234de50528f98b5e198945cb16818bbbb99291015b60405180910390a1505050565b600080806107b63361051b565b600080866001600160a01b03166376b707b76040518163ffffffff1660e01b81526004016040805180830381865afa1580156107f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081a9190612a3a565b600a54919350915060ff80841662010000909204161461086357600a5460405162c866d560e21b81526201000090910460ff908116600483015283166024820152604401610728565b8060000361089257600a54604051635302597d60e01b81526201000090910460ff166004820152602401610728565b600a5460ff6201000090910481166000818152600b60205260409020549095501660036108bf60076106d3565b6108e95760405163c717747960e01b815260ff808816600483015283166024820152604401610728565b600d54156109175760405163c238a09360e01b815260ff808816600483015283166024820152604401610728565b604051632b10f60d60e21b815260ff8716600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610969573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098d91906129cb565b604080516020810192909252810189905260600160408051601f19818403018152828252805160209182012060035463bf7e214f60e01b855292519098506001600160a01b039092169263bf7e214f92600480830193928290030181865afa1580156109fd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a219190612a73565b96508860096000600a60029054906101000a900460ff1660ff1660ff16815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b031602179055508660066000600a60029054906101000a900460ff1660ff1660ff16815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b0316021790555082600d8190555080600b60008860ff1660ff16815260200190815260200160002060006101000a81548160ff021916908360ff1602179055507f6529cb4b9a24b8de97cbd0802b1c3d02a8c8aed37388204e2f5bc3013793977e868689604051610b489392919060ff93909316835260208301919091526001600160a01b0316604082015260600190565b60405180910390a1505050509250925092565b610b643361051b565b60ff8181166000908152600b602052604090205416606e610b8560076106d3565b610baf576040516331ec295f60e01b815260ff808516600483015283166024820152604401610728565b60ff8381166000908152600b6020908152604091829020805460ff19169385169390931790925580516356db0c1960e11b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb6183292600480820193918290030181865af4158015610c20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c449190612a90565b60ff8416600081815260076020908152604091829020600a01805464ffffffffff95909516650100000000000269ffffffffff00000000001990951694909417909355519081527f332d7fb458421533fc26f5789a63f5b7538fc95dd42452533aff2b353c57e826910161079c565b6000600c54600d54610cc59190612ab7565b905090565b60005433906001600160a01b03168114610d015760405162d1953b60e31b81526001600160a01b0382166004820152602401610728565b816001600160a01b03163b600003610d37576040516361798f2f60e11b81526001600160a01b0383166004820152602401610728565b610d4082611dba565b5050565b60008054600160a01b900460ff16610d5c5750600090565b50638fb3603760e01b90565b6001600160a01b03811660009081526008602052604081205460ff16610d8d8161067e565b9392505050565b610d9d3361051b565b600a5460ff6201000090910481166000818152600b60205260409020549091166004610dc960076106d3565b610df3576040516331ec295f60e01b815260ff808516600483015283166024820152604401610728565b600d54600c541015610e345782600c54600d54610e109190612ab7565b60405163c90aac6160e01b815260ff90921660048301526024820152604401610728565b6005546000906001600160a01b031663d39e604360026040516001600160e01b031960e084901b16815260ff91821660048201529087166024820152604401602060405180830381865afa158015610e90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb49190612a73565b90506001600160a01b038116610ee257604051638047661960e01b815260ff85166004820152602401610728565b600a805460ff808716610100810261ff0019909316929092179092556000818152600b60209081526040808320805495881660ff199687161790556001600160a01b03861683526008825291829020805490941690921790925581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015610f87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fab9190612a90565b60ff8516600081815260076020908152604091829020600a01805464ffffffffff191664ffffffffff9590951694909417909355519081527fb7defc6b4b34e4db6f0265bb8cc2606e513beda1e68095b668932471417561d4910160405180910390a150505050565b60ff8381166000908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611079573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109d9190612ada565b156110c0576040516321b9f44760e01b815260ff84166004820152602401610728565b60ff80841660009081526002602090815260408083208685168452825280832085851684529091529020541661111e57604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401610728565b505050565b60ff81811660009081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611188573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a79190612ada565b611224604051806101800160405280600060ff168152602001600080191681526020016060815260200160608152602001606081526020016060815260200160608152602001606081526020016060815260200160608152602001600064ffffffffff168152602001600064ffffffffff1681525090565b60ff80831660009081526007602090815260409182902082516101808101845281549094168452600181015484830152600281018054845181850281018501865281815292948601938301828280156112a657602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611288575b5050505050815260200160038201805480602002602001604051908101604052809291908181526020016000905b828210156113805783829060005260206000200180546112f390612af5565b80601f016020809104026020016040519081016040528092919081815260200182805461131f90612af5565b801561136c5780601f106113415761010080835404028352916020019161136c565b820191906000526020600020905b81548152906001019060200180831161134f57829003601f168201915b5050505050815260200190600101906112d4565b50505050815260200160048201805480602002602001604051908101604052809291908181526020016000905b8282101561144d5760008481526020908190208301805460408051828502810185019091528181529283018282801561143957602002820191906000526020600020906000905b82829054906101000a900467ffffffffffffffff1667ffffffffffffffff16815260200190600801906020826007010492830192600103820291508084116113f45790505b5050505050815260200190600101906113ad565b50505050815260200160058201805480602002602001604051908101604052809291908181526020016000905b8282101561156d57838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b8282101561155a5783829060005260206000200180546114cd90612af5565b80601f01602080910402602001604051908101604052809291908181526020018280546114f990612af5565b80156115465780601f1061151b57610100808354040283529160200191611546565b820191906000526020600020905b81548152906001019060200180831161152957829003601f168201915b5050505050815260200190600101906114ae565b505050508152602001906001019061147a565b50505050815260200160068201805480602002602001604051908101604052809291908181526020016000905b8282101561163a5760008481526020908190208301805460408051828502810185019091528181529283018282801561162657602002820191906000526020600020906000905b82829054906101000a900467ffffffffffffffff1667ffffffffffffffff16815260200190600801906020826007010492830192600103820291508084116115e15790505b50505050508152602001906001019061159a565b50505050815260200160078201805480602002602001604051908101604052809291908181526020016000905b8282101561175a57838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b828210156117475783829060005260206000200180546116ba90612af5565b80601f01602080910402602001604051908101604052809291908181526020018280546116e690612af5565b80156117335780601f1061170857610100808354040283529160200191611733565b820191906000526020600020905b81548152906001019060200180831161171657829003601f168201915b50505050508152602001906001019061169b565b5050505081526020019060010190611667565b50505050815260200160088201805480602002602001604051908101604052809291908181526020016000905b8282101561186757838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b828210156118545760008481526020908190208301805460408051828502810185019091528181529283018282801561184057602002820191906000526020600020906000905b82829054906101000a900460e01b6001600160e01b031916815260200190600401906020826003010492830192600103820291508084116118025790505b5050505050815260200190600101906117bb565b5050505081526020019060010190611787565b505050508152602001600982018054806020026020016040519081016040528092919081815260200182805480156118dc57602002820191906000526020600020906000905b825461010083900a900460ff168152602060019283018181049485019490930390920291018084116118ad5790505b5050509183525050600a919091015464ffffffffff8082166020840152650100000000009091041660409091015292915050565b600061191b3361051b565b600a5460ff6201000090910481166000818152600b6020526040902054909116600361194760076106d3565b611969576040516316997edd60e11b815260ff83166004820152602401610728565b600c54600d540361198d57604051630a7d531760e31b815260040160405180910390fd5b600080600061199b88611e0e565b60ff891660009081526009602052604080822054600c54915162212fa360ea1b81526004810192909252949750929550909350916001600160a01b0316906384be8c0090602401602060405180830381865afa1580156119ff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a239190612a1d565b905060ff80841690821614611a58576040516331ca5aff60e11b815260ff808316600483015284166024820152604401610728565b60ff808816600081815260076020908152604080832060090180546001810182559084528284208382040180548a8816601f9093166101000a9283029288021916919091179055928252600b9052908120805492881660ff1990931692909217909155600c805491611ac983612b2f565b909155505060035460ff88166000908152600960205260409081902054905163122beb2560e11b81526001600160a01b0391821660048201528b82166024820152911690632457d64a90604401600060405180830381600087803b158015611b3057600080fd5b505af1158015611b44573d6000803e3d6000fd5b50505050611b548361069c600390565b80611b62575060ff8316600f145b15611bd05760035460405163420e0b3560e01b81526001600160a01b038b8116600483015260ff861660248301529091169063420e0b3590604401600060405180830381600087803b158015611bb757600080fd5b505af1158015611bcb573d6000803e3d6000fd5b505050505b600554604051635382852b60e11b81526001600160a01b039091169063a7050a5690611c0490879086908890600401612b48565b6020604051808303816000875af1158015611c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c479190612c05565b9750886001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303816000875af1158015611c89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cad9190612c05565b5050505050505050919050565b600080611cf0611cd26000546001600160a01b031690565b8630611ce260046000898b612c20565b611ceb91612c4a565b6121af565b9150915081611db35763ffffffff811615611d90576000805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611d4b90889088908890600401612c7a565b600060405180830381600087803b158015611d6557600080fd5b505af1158015611d79573d6000803e3d6000fd5b50506000805460ff60a01b1916905550611db39050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610728565b5050505050565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040805160e08101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c083015291516301ffc9a760e01b815263daf9067160e01b600482015290919081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015611e94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb89190612ada565b611ee057604051631fdf992160e01b81526001600160a01b0385166004820152602401610728565b60003390506000856001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f25573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f499190612a73565b9050856001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fad9190612cba565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612002573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120269190612a1d565b9250856001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015612066573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208a9190612a1d565b9350856001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156120ca573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120f29190810190612da6565b94506120ff8686846122bb565b600a5462010000900460ff166000818152600660205260409020546001600160a01b0390811690831681146121625760405163179dce5160e11b81526001600160a01b03808a166004830152808516602483015282166044820152606401610728565b60ff808616908316146121a457604051632dd6635560e21b81526001600160a01b038916600482015260ff808716602483015283166044820152606401610728565b505050509193909250565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161221e9190612e79565b600060405180830381855afa9150503d8060008114612259576040519150601f19603f3d011682016040523d82523d6000602084013e61225e565b606091505b509150915081156122b057604081511061229057808060200190518101906122869190612e95565b90945092506122b0565b60208151106122b057808060200190518101906122ad9190612ada565b93505b505094509492505050565b826001600160a01b031682608001516001600160a01b0316146123035760405163396d48c960e11b81526001600160a01b038416600482018190526024820152604401610728565b60608201511561233e5760608201516040516376d381b160e01b81526001600160a01b03851660048201529015156024820152604401610728565b61235a826040015161234e600990565b60ff9081169116141590565b15612399576040828101519051630c6c87c560e41b81526001600160a01b03851660048201526009602482015260ff9091166044820152606401610728565b60a08201516001600160a01b03808216908316146123e5576040516314cc941d60e01b81526001600160a01b038086166004830152808416602483015282166044820152606401610728565b836001600160a01b0316816001600160a01b0316036124225760405163f80468a760e01b81526001600160a01b0385166004820152602401610728565b60055460405163c3c5a54760e01b81526001600160a01b0383811660048301529091169063c3c5a54790602401602060405180830381865afa15801561246c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124909190612ada565b156124c15760405163976310fb60e01b81526001600160a01b03808616600483015282166024820152604401610728565b50505050565b60ff811681146124d657600080fd5b50565b6000602082840312156124eb57600080fd5b8135610d8d816124c7565b6001600160a01b03811681146124d657600080fd5b6000806040838503121561251e57600080fd5b8235612529816124f6565b946020939093013593505050565b60006020828403121561254957600080fd5b8135610d8d816124f6565b60008060006060848603121561256957600080fd5b8335612574816124f6565b925060208401359150604084013561258b816124f6565b809150509250925092565b6000806000606084860312156125ab57600080fd5b83356125b6816124c7565b925060208401356125c6816124c7565b9150604084013561258b816124c7565b600081518084526020808501945080840160005b8381101561260f5781516001600160a01b0316875295820195908201906001016125ea565b509495945050505050565b60005b8381101561263557818101518382015260200161261d565b50506000910152565b6000815180845261265681602086016020860161261a565b601f01601f19169290920160200192915050565b600081518084526020808501808196508360051b8101915082860160005b858110156126b25782840389526126a084835161263e565b98850198935090840190600101612688565b5091979650505050505050565b600081518084526020808501808196508360051b810191508286016000805b86811015612737578385038a52825180518087529087019087870190845b8181101561272257835167ffffffffffffffff16835292890192918901916001016126fc565b50509a87019a955050918501916001016126de565b509298975050505050505050565b600081518084526020808501808196508360051b8101915082860160005b858110156126b257828403895261277b84835161266a565b98850198935090840190600101612763565b600081518084526020808501808196506005915083821b810183870160005b86811015612846578383038a5281518051808552908701908785019080881b8601890160005b8281101561283057878203601f1901845284518051808452908c01908c84019060005b8181101561281b5783516001600160e01b0319168352928e0192918e01916001016127f5565b5050958c0195948c01949250506001016127d2565b509c89019c9550505091860191506001016127ac565b509098975050505050505050565b600081518084526020808501945080840160005b8381101561260f57815160ff1687529582019590820190600101612868565b6020815261289b60208201835160ff169052565b60208201516040820152600060408301516101808060608501526128c36101a08501836125d6565b91506060850151601f19808685030160808701526128e1848361266a565b935060808701519150808685030160a08701526128fe84836126bf565b935060a08701519150808685030160c087015261291b8483612745565b935060c08701519150808685030160e087015261293884836126bf565b935060e087015191506101008187860301818801526129578584612745565b945080880151925050610120818786030181880152612976858461278d565b9450808801519250506101408187860301818801526129958584612854565b945080880151925050506101606129b48187018364ffffffffff169052565b9095015164ffffffffff1693019290925250919050565b6000602082840312156129dd57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156106a7576106a76129e4565b8051612a18816124c7565b919050565b600060208284031215612a2f57600080fd5b8151610d8d816124c7565b60008060408385031215612a4d57600080fd5b8251612a58816124c7565b6020939093015192949293505050565b8051612a18816124f6565b600060208284031215612a8557600080fd5b8151610d8d816124f6565b600060208284031215612aa257600080fd5b815164ffffffffff81168114610d8d57600080fd5b818103818111156106a7576106a76129e4565b80518015158114612a1857600080fd5b600060208284031215612aec57600080fd5b610d8d82612aca565b600181811c90821680612b0957607f821691505b602082108103612b2957634e487b7160e01b600052602260045260246000fd5b50919050565b600060018201612b4157612b416129e4565b5060010190565b606080825284516001600160601b03908116838301526020860151166080830152604085015160ff1660a083015284015180151560c08301526000905060808501516001600160a01b03811660e08401525060a08501516001600160a01b0381166101008401525060c085015160e0610120840152612bcb61014084018261263e565b915050612bdd602083018560ff169052565b60ff83166040830152949350505050565b80516001600160601b0381168114612a1857600080fd5b600060208284031215612c1757600080fd5b610d8d82612bee565b60008085851115612c3057600080fd5b83861115612c3d57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c725780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600060208284031215612ccc57600080fd5b815162ffffff81168114610d8d57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff81118282101715612d1857612d18612cdf565b60405290565b600082601f830112612d2f57600080fd5b815167ffffffffffffffff80821115612d4a57612d4a612cdf565b604051601f8301601f19908116603f01168101908282118183101715612d7257612d72612cdf565b81604052838152866020858801011115612d8b57600080fd5b612d9c84602083016020890161261a565b9695505050505050565b600060208284031215612db857600080fd5b815167ffffffffffffffff80821115612dd057600080fd5b9083019060e08286031215612de457600080fd5b612dec612cf5565b612df583612bee565b8152612e0360208401612bee565b6020820152612e1460408401612a0d565b6040820152612e2560608401612aca565b6060820152612e3660808401612a68565b6080820152612e4760a08401612a68565b60a082015260c083015182811115612e5e57600080fd5b612e6a87828601612d1e565b60c08301525095945050505050565b60008251612e8b81846020870161261a565b9190910192915050565b60008060408385031215612ea857600080fd5b612eb183612aca565b9150602083015163ffffffff81168114612eca57600080fd5b80915050925092905056fea264697066735822122067ab7751380c533b547ae2607a93cbfee1495dcaa10594b159c44b4152176f8964736f6c63430008140033",
1072
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101c35760003560e01c80637a9e5e4b116100f9578063bf1db3f911610097578063dde4fd8a11610071578063dde4fd8a14610489578063e9e96c701461049a578063f40d7c30146104d8578063fdd9ec7d146104e957600080fd5b8063bf1db3f914610445578063bf7e214f14610458578063d2213b5b1461046957600080fd5b806399a228e5116100d357806399a228e51461040f5780639ef6ddc914610417578063a28448241461042a578063a89896751461043257600080fd5b80637a9e5e4b146103715780638fb360371461038457806393a7e711146103a557600080fd5b806319d1478b116101665780633a6c2125116101405780633a6c2125146103245780635ab1bd53146103375780636428e2631461034857806371ed16e41461035b57600080fd5b806319d1478b1461029157806330ac5bf2146102d557806331d53763146102ea57600080fd5b80630d358181116101a25780630d3581811461022d5780630e41142e146102535780630e6d1de91461025e57806311edceaa1461026e57600080fd5b8062d19f30146101c857806305c937ed146102055780630af43fe114610225575b600080fd5b6101ee6101d63660046124d9565b60ff9081166000908152600b60205260409020541690565b60405160ff90911681526020015b60405180910390f35b61020f6208052081565b60405164ffffffffff90911681526020016101fc565b6101ee610514565b6101ee61023b3660046124d9565b60ff9081166000908152600160205260409020541690565b600a5460ff166101ee565b600a54610100900460ff166101ee565b61028161027c3660046124d9565b61067e565b60405190151581526020016101fc565b6102bd61029f3660046124d9565b60ff166000908152600660205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016101fc565b6102e86102e33660046124d9565b6106ad565b005b6102fd6102f836600461250b565b6107a9565b604080516001600160a01b03909416845260ff9092166020840152908201526060016101fc565b6004546102bd906001600160a01b031681565b6005546001600160a01b03166102bd565b6102e86103563660046124d9565b610b5b565b610363610cb3565b6040519081526020016101fc565b6102e861037f366004612537565b610cca565b61038c610d44565b6040516001600160e01b031990911681526020016101fc565b6102bd6103b3366004612554565b60405160388101919091526f5af43d82803e903d91602b57fd5bf3ff60248201526014810192909252733d602d80600a3d3981f3363d3d373d3d3d363d73825260588201526037600c8201206078820152605560439091012090565b610363600381565b610281610425366004612537565b610d68565b6102e8610d94565b6102e8610440366004612596565b611014565b6102816104533660046124d9565b611123565b6000546001600160a01b03166102bd565b61047c6104773660046124d9565b6111ac565b6040516101fc9190612887565b6003546001600160a01b03166102bd565b6102816104a8366004612596565b60ff9283166000908152600260209081526040808320948616835293815283822092851682529190915220541690565b600a5462010000900460ff166101ee565b6104fc6104f7366004612537565b611910565b6040516001600160601b0390911681526020016101fc565b6000610523335b600036611cba565b600a54604051632b10f60d60e21b81526201000090910460ff16600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90829063ac43d83490602401602060405180830381865af4158015610586573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105aa91906129cb565b6105b59060016129fa565b6040518263ffffffff1660e01b81526004016105d391815260200190565b602060405180830381865af41580156105f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106149190612a1d565b600a805460ff92909216620100000262ff0000199092169190911790556000600d819055600c5561064661023b600790565b600a8054620100009081900460ff9081166000908152600b60205260409020805460ff19169482169490941790935590540416919050565b60ff8181166000908152600b602052604081205490916106a7911660045b60ff90811691161490565b92915050565b6106b63361051b565b60ff8181166000908152600b602052604090205416600461070260075b60ff90811660009081526002602090815260408083208488168452825280832084871684529091529020541690565b610731576040516331ec295f60e01b815260ff8085166004830152831660248201526044015b60405180910390fd5b60ff8381166000818152600b60209081526040808320805460ff1916958716959095179094556007815290839020600a01805469ffffffffff00000000001916905591519081527f8c9377f44d861d9abb7de1a880bb234de50528f98b5e198945cb16818bbbb99291015b60405180910390a1505050565b600080806107b63361051b565b600080866001600160a01b03166376b707b76040518163ffffffff1660e01b81526004016040805180830381865afa1580156107f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081a9190612a3a565b600a54919350915060ff80841662010000909204161461086357600a5460405162c866d560e21b81526201000090910460ff908116600483015283166024820152604401610728565b8060000361089257600a54604051635302597d60e01b81526201000090910460ff166004820152602401610728565b600a5460ff6201000090910481166000818152600b60205260409020549095501660036108bf60076106d3565b6108e95760405163c717747960e01b815260ff808816600483015283166024820152604401610728565b600d54156109175760405163c238a09360e01b815260ff808816600483015283166024820152604401610728565b604051632b10f60d60e21b815260ff8716600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610969573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098d91906129cb565b604080516020810192909252810189905260600160408051601f19818403018152828252805160209182012060035463bf7e214f60e01b855292519098506001600160a01b039092169263bf7e214f92600480830193928290030181865afa1580156109fd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a219190612a73565b96508860096000600a60029054906101000a900460ff1660ff1660ff16815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b031602179055508660066000600a60029054906101000a900460ff1660ff1660ff16815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b0316021790555082600d8190555080600b60008860ff1660ff16815260200190815260200160002060006101000a81548160ff021916908360ff1602179055507f6529cb4b9a24b8de97cbd0802b1c3d02a8c8aed37388204e2f5bc3013793977e868689604051610b489392919060ff93909316835260208301919091526001600160a01b0316604082015260600190565b60405180910390a1505050509250925092565b610b643361051b565b60ff8181166000908152600b602052604090205416606e610b8560076106d3565b610baf576040516331ec295f60e01b815260ff808516600483015283166024820152604401610728565b60ff8381166000908152600b6020908152604091829020805460ff19169385169390931790925580516356db0c1960e11b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb6183292600480820193918290030181865af4158015610c20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c449190612a90565b60ff8416600081815260076020908152604091829020600a01805464ffffffffff95909516650100000000000269ffffffffff00000000001990951694909417909355519081527f332d7fb458421533fc26f5789a63f5b7538fc95dd42452533aff2b353c57e826910161079c565b6000600c54600d54610cc59190612ab7565b905090565b60005433906001600160a01b03168114610d015760405162d1953b60e31b81526001600160a01b0382166004820152602401610728565b816001600160a01b03163b600003610d37576040516361798f2f60e11b81526001600160a01b0383166004820152602401610728565b610d4082611dba565b5050565b60008054600160a01b900460ff16610d5c5750600090565b50638fb3603760e01b90565b6001600160a01b03811660009081526008602052604081205460ff16610d8d8161067e565b9392505050565b610d9d3361051b565b600a5460ff6201000090910481166000818152600b60205260409020549091166004610dc960076106d3565b610df3576040516331ec295f60e01b815260ff808516600483015283166024820152604401610728565b600d54600c541015610e345782600c54600d54610e109190612ab7565b60405163c90aac6160e01b815260ff90921660048301526024820152604401610728565b6005546000906001600160a01b031663d39e604360026040516001600160e01b031960e084901b16815260ff91821660048201529087166024820152604401602060405180830381865afa158015610e90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb49190612a73565b90506001600160a01b038116610ee257604051638047661960e01b815260ff85166004820152602401610728565b600a805460ff808716610100810261ff0019909316929092179092556000818152600b60209081526040808320805495881660ff199687161790556001600160a01b03861683526008825291829020805490941690921790925581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015610f87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fab9190612a90565b60ff8516600081815260076020908152604091829020600a01805464ffffffffff191664ffffffffff9590951694909417909355519081527fb7defc6b4b34e4db6f0265bb8cc2606e513beda1e68095b668932471417561d4910160405180910390a150505050565b60ff8381166000908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611079573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109d9190612ada565b156110c0576040516321b9f44760e01b815260ff84166004820152602401610728565b60ff80841660009081526002602090815260408083208685168452825280832085851684529091529020541661111e57604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401610728565b505050565b60ff81811660009081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611188573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a79190612ada565b611224604051806101800160405280600060ff168152602001600080191681526020016060815260200160608152602001606081526020016060815260200160608152602001606081526020016060815260200160608152602001600064ffffffffff168152602001600064ffffffffff1681525090565b60ff80831660009081526007602090815260409182902082516101808101845281549094168452600181015484830152600281018054845181850281018501865281815292948601938301828280156112a657602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611288575b5050505050815260200160038201805480602002602001604051908101604052809291908181526020016000905b828210156113805783829060005260206000200180546112f390612af5565b80601f016020809104026020016040519081016040528092919081815260200182805461131f90612af5565b801561136c5780601f106113415761010080835404028352916020019161136c565b820191906000526020600020905b81548152906001019060200180831161134f57829003601f168201915b5050505050815260200190600101906112d4565b50505050815260200160048201805480602002602001604051908101604052809291908181526020016000905b8282101561144d5760008481526020908190208301805460408051828502810185019091528181529283018282801561143957602002820191906000526020600020906000905b82829054906101000a900467ffffffffffffffff1667ffffffffffffffff16815260200190600801906020826007010492830192600103820291508084116113f45790505b5050505050815260200190600101906113ad565b50505050815260200160058201805480602002602001604051908101604052809291908181526020016000905b8282101561156d57838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b8282101561155a5783829060005260206000200180546114cd90612af5565b80601f01602080910402602001604051908101604052809291908181526020018280546114f990612af5565b80156115465780601f1061151b57610100808354040283529160200191611546565b820191906000526020600020905b81548152906001019060200180831161152957829003601f168201915b5050505050815260200190600101906114ae565b505050508152602001906001019061147a565b50505050815260200160068201805480602002602001604051908101604052809291908181526020016000905b8282101561163a5760008481526020908190208301805460408051828502810185019091528181529283018282801561162657602002820191906000526020600020906000905b82829054906101000a900467ffffffffffffffff1667ffffffffffffffff16815260200190600801906020826007010492830192600103820291508084116115e15790505b50505050508152602001906001019061159a565b50505050815260200160078201805480602002602001604051908101604052809291908181526020016000905b8282101561175a57838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b828210156117475783829060005260206000200180546116ba90612af5565b80601f01602080910402602001604051908101604052809291908181526020018280546116e690612af5565b80156117335780601f1061170857610100808354040283529160200191611733565b820191906000526020600020905b81548152906001019060200180831161171657829003601f168201915b50505050508152602001906001019061169b565b5050505081526020019060010190611667565b50505050815260200160088201805480602002602001604051908101604052809291908181526020016000905b8282101561186757838290600052602060002001805480602002602001604051908101604052809291908181526020016000905b828210156118545760008481526020908190208301805460408051828502810185019091528181529283018282801561184057602002820191906000526020600020906000905b82829054906101000a900460e01b6001600160e01b031916815260200190600401906020826003010492830192600103820291508084116118025790505b5050505050815260200190600101906117bb565b5050505081526020019060010190611787565b505050508152602001600982018054806020026020016040519081016040528092919081815260200182805480156118dc57602002820191906000526020600020906000905b825461010083900a900460ff168152602060019283018181049485019490930390920291018084116118ad5790505b5050509183525050600a919091015464ffffffffff8082166020840152650100000000009091041660409091015292915050565b600061191b3361051b565b600a5460ff6201000090910481166000818152600b6020526040902054909116600361194760076106d3565b611969576040516316997edd60e11b815260ff83166004820152602401610728565b600c54600d540361198d57604051630a7d531760e31b815260040160405180910390fd5b600080600061199b88611e0e565b60ff891660009081526009602052604080822054600c54915162212fa360ea1b81526004810192909252949750929550909350916001600160a01b0316906384be8c0090602401602060405180830381865afa1580156119ff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a239190612a1d565b905060ff80841690821614611a58576040516331ca5aff60e11b815260ff808316600483015284166024820152604401610728565b60ff808816600081815260076020908152604080832060090180546001810182559084528284208382040180548a8816601f9093166101000a9283029288021916919091179055928252600b9052908120805492881660ff1990931692909217909155600c805491611ac983612b2f565b909155505060035460ff88166000908152600960205260409081902054905163122beb2560e11b81526001600160a01b0391821660048201528b82166024820152911690632457d64a90604401600060405180830381600087803b158015611b3057600080fd5b505af1158015611b44573d6000803e3d6000fd5b50505050611b548361069c600390565b80611b62575060ff8316600f145b15611bd05760035460405163420e0b3560e01b81526001600160a01b038b8116600483015260ff861660248301529091169063420e0b3590604401600060405180830381600087803b158015611bb757600080fd5b505af1158015611bcb573d6000803e3d6000fd5b505050505b600554604051635382852b60e11b81526001600160a01b039091169063a7050a5690611c0490879086908890600401612b48565b6020604051808303816000875af1158015611c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c479190612c05565b9750886001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303816000875af1158015611c89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cad9190612c05565b5050505050505050919050565b600080611cf0611cd26000546001600160a01b031690565b8630611ce260046000898b612c20565b611ceb91612c4a565b6121af565b9150915081611db35763ffffffff811615611d90576000805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611d4b90889088908890600401612c7a565b600060405180830381600087803b158015611d6557600080fd5b505af1158015611d79573d6000803e3d6000fd5b50506000805460ff60a01b1916905550611db39050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610728565b5050505050565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040805160e08101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c083015291516301ffc9a760e01b815263daf9067160e01b600482015290919081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015611e94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb89190612ada565b611ee057604051631fdf992160e01b81526001600160a01b0385166004820152602401610728565b60003390506000856001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f25573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f499190612a73565b9050856001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fad9190612cba565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612002573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120269190612a1d565b9250856001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015612066573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208a9190612a1d565b9350856001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156120ca573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120f29190810190612da6565b94506120ff8686846122bb565b600a5462010000900460ff166000818152600660205260409020546001600160a01b0390811690831681146121625760405163179dce5160e11b81526001600160a01b03808a166004830152808516602483015282166044820152606401610728565b60ff808616908316146121a457604051632dd6635560e21b81526001600160a01b038916600482015260ff808716602483015283166044820152606401610728565b505050509193909250565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161221e9190612e79565b600060405180830381855afa9150503d8060008114612259576040519150601f19603f3d011682016040523d82523d6000602084013e61225e565b606091505b509150915081156122b057604081511061229057808060200190518101906122869190612e95565b90945092506122b0565b60208151106122b057808060200190518101906122ad9190612ada565b93505b505094509492505050565b826001600160a01b031682608001516001600160a01b0316146123035760405163396d48c960e11b81526001600160a01b038416600482018190526024820152604401610728565b60608201511561233e5760608201516040516376d381b160e01b81526001600160a01b03851660048201529015156024820152604401610728565b61235a826040015161234e600990565b60ff9081169116141590565b15612399576040828101519051630c6c87c560e41b81526001600160a01b03851660048201526009602482015260ff9091166044820152606401610728565b60a08201516001600160a01b03808216908316146123e5576040516314cc941d60e01b81526001600160a01b038086166004830152808416602483015282166044820152606401610728565b836001600160a01b0316816001600160a01b0316036124225760405163f80468a760e01b81526001600160a01b0385166004820152602401610728565b60055460405163c3c5a54760e01b81526001600160a01b0383811660048301529091169063c3c5a54790602401602060405180830381865afa15801561246c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124909190612ada565b156124c15760405163976310fb60e01b81526001600160a01b03808616600483015282166024820152604401610728565b50505050565b60ff811681146124d657600080fd5b50565b6000602082840312156124eb57600080fd5b8135610d8d816124c7565b6001600160a01b03811681146124d657600080fd5b6000806040838503121561251e57600080fd5b8235612529816124f6565b946020939093013593505050565b60006020828403121561254957600080fd5b8135610d8d816124f6565b60008060006060848603121561256957600080fd5b8335612574816124f6565b925060208401359150604084013561258b816124f6565b809150509250925092565b6000806000606084860312156125ab57600080fd5b83356125b6816124c7565b925060208401356125c6816124c7565b9150604084013561258b816124c7565b600081518084526020808501945080840160005b8381101561260f5781516001600160a01b0316875295820195908201906001016125ea565b509495945050505050565b60005b8381101561263557818101518382015260200161261d565b50506000910152565b6000815180845261265681602086016020860161261a565b601f01601f19169290920160200192915050565b600081518084526020808501808196508360051b8101915082860160005b858110156126b25782840389526126a084835161263e565b98850198935090840190600101612688565b5091979650505050505050565b600081518084526020808501808196508360051b810191508286016000805b86811015612737578385038a52825180518087529087019087870190845b8181101561272257835167ffffffffffffffff16835292890192918901916001016126fc565b50509a87019a955050918501916001016126de565b509298975050505050505050565b600081518084526020808501808196508360051b8101915082860160005b858110156126b257828403895261277b84835161266a565b98850198935090840190600101612763565b600081518084526020808501808196506005915083821b810183870160005b86811015612846578383038a5281518051808552908701908785019080881b8601890160005b8281101561283057878203601f1901845284518051808452908c01908c84019060005b8181101561281b5783516001600160e01b0319168352928e0192918e01916001016127f5565b5050958c0195948c01949250506001016127d2565b509c89019c9550505091860191506001016127ac565b509098975050505050505050565b600081518084526020808501945080840160005b8381101561260f57815160ff1687529582019590820190600101612868565b6020815261289b60208201835160ff169052565b60208201516040820152600060408301516101808060608501526128c36101a08501836125d6565b91506060850151601f19808685030160808701526128e1848361266a565b935060808701519150808685030160a08701526128fe84836126bf565b935060a08701519150808685030160c087015261291b8483612745565b935060c08701519150808685030160e087015261293884836126bf565b935060e087015191506101008187860301818801526129578584612745565b945080880151925050610120818786030181880152612976858461278d565b9450808801519250506101408187860301818801526129958584612854565b945080880151925050506101606129b48187018364ffffffffff169052565b9095015164ffffffffff1693019290925250919050565b6000602082840312156129dd57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156106a7576106a76129e4565b8051612a18816124c7565b919050565b600060208284031215612a2f57600080fd5b8151610d8d816124c7565b60008060408385031215612a4d57600080fd5b8251612a58816124c7565b6020939093015192949293505050565b8051612a18816124f6565b600060208284031215612a8557600080fd5b8151610d8d816124f6565b600060208284031215612aa257600080fd5b815164ffffffffff81168114610d8d57600080fd5b818103818111156106a7576106a76129e4565b80518015158114612a1857600080fd5b600060208284031215612aec57600080fd5b610d8d82612aca565b600181811c90821680612b0957607f821691505b602082108103612b2957634e487b7160e01b600052602260045260246000fd5b50919050565b600060018201612b4157612b416129e4565b5060010190565b606080825284516001600160601b03908116838301526020860151166080830152604085015160ff1660a083015284015180151560c08301526000905060808501516001600160a01b03811660e08401525060a08501516001600160a01b0381166101008401525060c085015160e0610120840152612bcb61014084018261263e565b915050612bdd602083018560ff169052565b60ff83166040830152949350505050565b80516001600160601b0381168114612a1857600080fd5b600060208284031215612c1757600080fd5b610d8d82612bee565b60008085851115612c3057600080fd5b83861115612c3d57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c725780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600060208284031215612ccc57600080fd5b815162ffffff81168114610d8d57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff81118282101715612d1857612d18612cdf565b60405290565b600082601f830112612d2f57600080fd5b815167ffffffffffffffff80821115612d4a57612d4a612cdf565b604051601f8301601f19908116603f01168101908282118183101715612d7257612d72612cdf565b81604052838152866020858801011115612d8b57600080fd5b612d9c84602083016020890161261a565b9695505050505050565b600060208284031215612db857600080fd5b815167ffffffffffffffff80821115612dd057600080fd5b9083019060e08286031215612de457600080fd5b612dec612cf5565b612df583612bee565b8152612e0360208401612bee565b6020820152612e1460408401612a0d565b6040820152612e2560608401612aca565b6060820152612e3660808401612a68565b6080820152612e4760a08401612a68565b60a082015260c083015182811115612e5e57600080fd5b612e6a87828601612d1e565b60c08301525095945050505050565b60008251612e8b81846020870161261a565b9190910192915050565b60008060408385031215612ea857600080fd5b612eb183612aca565b9150602083015163ffffffff81168114612eca57600080fd5b80915050925092905056fea264697066735822122067ab7751380c533b547ae2607a93cbfee1495dcaa10594b159c44b4152176f8964736f6c63430008140033",
1073
+ "linkReferences": {
1074
+ "contracts/type/NftId.sol": {
1075
+ "NftIdLib": [
1076
+ {
1077
+ "length": 20,
1078
+ "start": 1057
1079
+ }
1080
+ ]
1081
+ },
1082
+ "contracts/type/StateId.sol": {
1083
+ "StateIdLib": [
1084
+ {
1085
+ "length": 20,
1086
+ "start": 5929
1087
+ },
1088
+ {
1089
+ "length": 20,
1090
+ "start": 6200
1091
+ }
1092
+ ]
1093
+ },
1094
+ "contracts/type/Timestamp.sol": {
1095
+ "TimestampLib": [
1096
+ {
1097
+ "length": 20,
1098
+ "start": 4816
1099
+ },
1100
+ {
1101
+ "length": 20,
1102
+ "start": 5686
1103
+ }
1104
+ ]
1105
+ },
1106
+ "contracts/type/Version.sol": {
1107
+ "VersionLib": [
1108
+ {
1109
+ "length": 20,
1110
+ "start": 9906
1111
+ }
1112
+ ],
1113
+ "VersionPartLib": [
1114
+ {
1115
+ "length": 20,
1116
+ "start": 426
1117
+ },
1118
+ {
1119
+ "length": 20,
1120
+ "start": 545
1121
+ },
1122
+ {
1123
+ "length": 20,
1124
+ "start": 3118
1125
+ },
1126
+ {
1127
+ "length": 20,
1128
+ "start": 4121
1129
+ }
1130
+ ]
1131
+ }
1132
+ },
1133
+ "deployedLinkReferences": {
1134
+ "contracts/type/StateId.sol": {
1135
+ "StateIdLib": [
1136
+ {
1137
+ "length": 20,
1138
+ "start": 4159
1139
+ },
1140
+ {
1141
+ "length": 20,
1142
+ "start": 4430
1143
+ }
1144
+ ]
1145
+ },
1146
+ "contracts/type/Timestamp.sol": {
1147
+ "TimestampLib": [
1148
+ {
1149
+ "length": 20,
1150
+ "start": 3046
1151
+ },
1152
+ {
1153
+ "length": 20,
1154
+ "start": 3916
1155
+ }
1156
+ ]
1157
+ },
1158
+ "contracts/type/Version.sol": {
1159
+ "VersionLib": [
1160
+ {
1161
+ "length": 20,
1162
+ "start": 8136
1163
+ }
1164
+ ],
1165
+ "VersionPartLib": [
1166
+ {
1167
+ "length": 20,
1168
+ "start": 1348
1169
+ },
1170
+ {
1171
+ "length": 20,
1172
+ "start": 2351
1173
+ }
1174
+ ]
1175
+ }
1176
+ }
1177
+ }