@etherisc/gif-next 0.0.2-d3ee0cc-268 → 0.0.2-d437d8d-974

Sign up to get free protection for your applications and to get access to all the features.
Files changed (727) hide show
  1. package/README.md +297 -25
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1013 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1012 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1400 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +787 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  37. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
  38. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  39. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  40. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  41. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
  42. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
  44. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  45. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  46. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +280 -1494
  48. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  49. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  50. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/Instance.sol/Instance.json +394 -1735
  52. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  54. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  56. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  57. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1850 -0
  58. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1048 -0
  60. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +683 -0
  62. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3587 -0
  64. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  66. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  67. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  68. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  69. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  70. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  71. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  72. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  73. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  74. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  75. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  76. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  78. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  80. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  81. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  82. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  83. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  84. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  86. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  87. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  88. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
  90. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  92. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  94. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  96. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  98. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
  100. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +922 -0
  102. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +679 -0
  104. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  105. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
  106. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  107. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  108. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1362 -0
  110. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +771 -0
  112. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  114. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  115. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  116. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1198 -0
  118. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  119. package/artifacts/contracts/pool/Pool.sol/Pool.json +1034 -0
  120. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1469 -0
  122. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +695 -0
  124. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +732 -0
  126. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +667 -0
  128. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  129. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
  130. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  132. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1341 -0
  134. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +783 -0
  136. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  137. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +259 -219
  138. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  139. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
  140. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +835 -0
  142. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  143. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  144. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  145. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  146. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  147. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IRiskService.sol/IRiskService.json} +202 -178
  148. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1186 -0
  150. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  151. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +731 -0
  152. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/PricingService.sol/PricingService.json +860 -0
  154. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +715 -0
  156. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  157. package/artifacts/contracts/product/Product.sol/Product.json +1054 -0
  158. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  159. package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
  160. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
  162. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  163. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  164. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  165. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +924 -119
  166. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  168. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  170. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/Registry.sol/Registry.json +1343 -220
  172. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  173. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  174. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  175. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1340 -0
  176. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +670 -0
  178. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  180. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  181. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  182. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  183. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  184. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  185. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  186. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  187. package/artifacts/contracts/shared/Component.sol/Component.json +685 -0
  188. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1568 -0
  190. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  191. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +753 -0
  192. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  193. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +427 -0
  194. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  195. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  196. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  197. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  198. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  200. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  201. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  202. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
  204. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  206. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  207. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
  208. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  210. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  211. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  212. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  213. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  214. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
  216. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  217. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  218. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  219. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  220. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  221. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
  222. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  223. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  224. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  225. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  226. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  227. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  228. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  229. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +193 -0
  230. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  231. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  232. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  233. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +170 -27
  234. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  235. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  236. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/Service.sol/Service.json} +197 -166
  238. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  239. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  240. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  241. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  242. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  243. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  244. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  245. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  246. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  248. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -0
  250. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  252. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +714 -0
  254. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  256. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1231 -0
  258. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
  260. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  262. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  263. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  264. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  265. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  266. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  268. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  270. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  272. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  274. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  276. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  278. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  280. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  281. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  282. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  284. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  286. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  288. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  290. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  292. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  294. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  296. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  298. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  300. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  302. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  304. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  306. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  308. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  310. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  312. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  314. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  315. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  316. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  317. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +566 -0
  318. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  319. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  320. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  322. package/contracts/authorization/AccessAdmin.sol +592 -0
  323. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  324. package/contracts/authorization/Authorization.sol +217 -0
  325. package/contracts/authorization/IAccess.sol +48 -0
  326. package/contracts/authorization/IAccessAdmin.sol +135 -0
  327. package/contracts/authorization/IAuthorization.sol +54 -0
  328. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  329. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  330. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  331. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  332. package/contracts/distribution/BasicDistribution.sol +138 -0
  333. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  334. package/contracts/distribution/Distribution.sol +295 -0
  335. package/contracts/distribution/DistributionService.sol +336 -0
  336. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  337. package/contracts/distribution/IDistributionComponent.sol +52 -0
  338. package/contracts/distribution/IDistributionService.sol +101 -0
  339. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  340. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  341. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  342. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  343. package/contracts/instance/BundleSet.sol +126 -0
  344. package/contracts/instance/IInstance.sol +57 -46
  345. package/contracts/instance/IInstanceService.sol +92 -0
  346. package/contracts/instance/Instance.sol +215 -54
  347. package/contracts/instance/InstanceAdmin.sol +285 -0
  348. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  349. package/contracts/instance/InstanceReader.sol +430 -0
  350. package/contracts/instance/InstanceService.sol +467 -0
  351. package/contracts/instance/InstanceServiceManager.sol +40 -0
  352. package/contracts/instance/InstanceStore.sol +287 -0
  353. package/contracts/instance/base/BalanceStore.sol +123 -0
  354. package/contracts/instance/base/Cloneable.sol +28 -0
  355. package/contracts/instance/base/ObjectCounter.sol +21 -0
  356. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  357. package/contracts/instance/base/ObjectSet.sol +79 -0
  358. package/contracts/instance/module/IAccess.sol +46 -0
  359. package/contracts/instance/module/IBundle.sol +20 -0
  360. package/contracts/instance/module/IComponents.sol +46 -0
  361. package/contracts/instance/module/IDistribution.sol +41 -0
  362. package/contracts/instance/module/IPolicy.sol +84 -0
  363. package/contracts/instance/module/IRisk.sol +11 -0
  364. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  365. package/contracts/oracle/BasicOracle.sol +48 -0
  366. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  367. package/contracts/oracle/IOracle.sol +36 -0
  368. package/contracts/oracle/IOracleComponent.sol +33 -0
  369. package/contracts/oracle/IOracleService.sol +65 -0
  370. package/contracts/oracle/Oracle.sol +167 -0
  371. package/contracts/oracle/OracleService.sol +279 -0
  372. package/contracts/oracle/OracleServiceManager.sol +39 -0
  373. package/contracts/pool/BasicPool.sol +166 -0
  374. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  375. package/contracts/pool/BundleService.sol +438 -0
  376. package/contracts/pool/BundleServiceManager.sol +39 -0
  377. package/contracts/pool/IBundleService.sol +134 -0
  378. package/contracts/pool/IPoolComponent.sol +58 -0
  379. package/contracts/pool/IPoolService.sol +160 -0
  380. package/contracts/pool/Pool.sol +326 -0
  381. package/contracts/pool/PoolService.sol +509 -0
  382. package/contracts/pool/PoolServiceManager.sol +39 -0
  383. package/contracts/product/ApplicationService.sol +248 -0
  384. package/contracts/product/ApplicationServiceManager.sol +38 -0
  385. package/contracts/product/BasicProduct.sol +53 -0
  386. package/contracts/product/BasicProductAuthorization.sol +43 -0
  387. package/contracts/product/ClaimService.sol +537 -0
  388. package/contracts/product/ClaimServiceManager.sol +38 -0
  389. package/contracts/product/IApplicationService.sol +63 -0
  390. package/contracts/product/IClaimService.sol +122 -0
  391. package/contracts/product/IPolicyService.sol +75 -0
  392. package/contracts/product/IPricingService.sol +39 -0
  393. package/contracts/product/IProductComponent.sol +39 -0
  394. package/contracts/product/IRiskService.sol +33 -0
  395. package/contracts/product/PolicyService.sol +638 -0
  396. package/contracts/product/PolicyServiceManager.sol +39 -0
  397. package/contracts/product/PricingService.sol +301 -0
  398. package/contracts/product/PricingServiceManager.sol +39 -0
  399. package/contracts/product/Product.sol +425 -0
  400. package/contracts/product/RiskService.sol +97 -0
  401. package/contracts/product/RiskServiceManager.sol +39 -0
  402. package/contracts/registry/ChainNft.sol +131 -40
  403. package/contracts/registry/IRegistry.sol +140 -29
  404. package/contracts/registry/IRegistryService.sol +69 -0
  405. package/contracts/registry/ITransferInterceptor.sol +7 -0
  406. package/contracts/registry/Registry.sol +603 -282
  407. package/contracts/registry/RegistryAdmin.sol +464 -0
  408. package/contracts/registry/RegistryService.sol +252 -0
  409. package/contracts/registry/RegistryServiceManager.sol +53 -0
  410. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  411. package/contracts/registry/ReleaseRegistry.sol +491 -0
  412. package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
  413. package/contracts/registry/TokenRegistry.sol +315 -0
  414. package/contracts/shared/Component.sol +268 -0
  415. package/contracts/shared/ComponentService.sol +641 -0
  416. package/contracts/shared/ComponentServiceManager.sol +35 -0
  417. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  418. package/contracts/shared/ContractLib.sol +38 -0
  419. package/contracts/shared/IComponent.sol +70 -0
  420. package/contracts/shared/IComponentService.sol +108 -0
  421. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  422. package/contracts/shared/IKeyValueStore.sol +54 -0
  423. package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
  424. package/contracts/shared/INftOwnable.sol +23 -0
  425. package/contracts/shared/IPolicyHolder.sol +35 -0
  426. package/contracts/shared/IRegisterable.sol +10 -19
  427. package/contracts/shared/IRegistryLinked.sol +11 -0
  428. package/contracts/shared/IService.sol +25 -0
  429. package/contracts/shared/InitializableCustom.sol +177 -0
  430. package/contracts/shared/InitializableERC165.sol +27 -0
  431. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  432. package/contracts/shared/KeyValueStore.sol +131 -0
  433. package/contracts/shared/Lifecycle.sol +77 -0
  434. package/contracts/shared/NftIdSet.sol +65 -0
  435. package/contracts/shared/NftOwnable.sol +107 -0
  436. package/contracts/shared/PolicyHolder.sol +58 -0
  437. package/contracts/shared/Registerable.sol +54 -65
  438. package/contracts/shared/RegistryLinked.sol +44 -0
  439. package/contracts/shared/Service.sol +82 -0
  440. package/contracts/shared/TokenHandler.sol +139 -0
  441. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  442. package/contracts/staking/IStaking.sol +168 -0
  443. package/contracts/staking/IStakingService.sol +160 -0
  444. package/contracts/staking/StakeManagerLib.sol +224 -0
  445. package/contracts/staking/Staking.sol +498 -0
  446. package/contracts/staking/StakingLifecycle.sol +23 -0
  447. package/contracts/staking/StakingManager.sol +50 -0
  448. package/contracts/staking/StakingReader.sol +183 -0
  449. package/contracts/staking/StakingService.sol +407 -0
  450. package/contracts/staking/StakingServiceManager.sol +44 -0
  451. package/contracts/staking/StakingStore.sol +605 -0
  452. package/contracts/staking/TargetManagerLib.sol +211 -0
  453. package/contracts/{types → type}/AddressSet.sol +1 -1
  454. package/contracts/type/Amount.sol +135 -0
  455. package/contracts/{types → type}/Blocknumber.sol +27 -3
  456. package/contracts/type/ClaimId.sol +75 -0
  457. package/contracts/type/DistributorType.sol +55 -0
  458. package/contracts/type/Fee.sol +66 -0
  459. package/contracts/{types → type}/Key32.sol +8 -3
  460. package/contracts/{types → type}/NftId.sol +21 -15
  461. package/contracts/type/NftIdSet.sol +62 -0
  462. package/contracts/type/ObjectType.sol +275 -0
  463. package/contracts/type/PayoutId.sol +82 -0
  464. package/contracts/type/Referral.sol +90 -0
  465. package/contracts/type/RequestId.sol +75 -0
  466. package/contracts/type/RiskId.sol +43 -0
  467. package/contracts/type/RoleId.sol +174 -0
  468. package/contracts/type/Seconds.sol +101 -0
  469. package/contracts/type/Selector.sol +102 -0
  470. package/contracts/{types → type}/StateId.sol +40 -5
  471. package/contracts/type/String.sol +53 -0
  472. package/contracts/{types → type}/Timestamp.sol +38 -15
  473. package/contracts/type/UFixed.sol +351 -0
  474. package/contracts/{types → type}/Version.sol +17 -2
  475. package/contracts/upgradeability/IVersionable.sol +53 -0
  476. package/contracts/upgradeability/ProxyManager.sol +198 -0
  477. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  478. package/contracts/upgradeability/Versionable.sol +59 -0
  479. package/package.json +11 -7
  480. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  481. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  482. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  483. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  484. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  485. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  486. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  487. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  488. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  489. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  490. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  491. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  493. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  494. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  495. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  497. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  499. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  501. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  503. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  504. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  505. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  506. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  507. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  508. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  509. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  510. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  511. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  512. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  513. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  514. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  516. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  518. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  520. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  522. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  524. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  525. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  526. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  527. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  528. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  530. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  531. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  532. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  533. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  534. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  535. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  536. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  537. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  538. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  539. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  540. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  541. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  542. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  543. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  544. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  545. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  546. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  547. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  548. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  549. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  550. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  551. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  552. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  553. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  554. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  555. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  556. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  557. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  558. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  560. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  562. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  564. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  567. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  569. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  571. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  573. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  575. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  576. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  578. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  580. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  581. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  582. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  583. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  584. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  585. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  586. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  587. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  588. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  589. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -491
  590. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  591. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  592. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  593. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  594. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  595. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  596. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  597. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  598. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  599. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  600. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  601. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  602. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  603. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  604. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  605. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  606. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  607. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  608. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  609. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  610. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  611. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  612. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  613. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  614. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  615. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  616. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  617. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
  618. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  620. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  622. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  624. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  626. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  627. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  628. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  629. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  630. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  632. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  634. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  636. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  638. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  640. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  641. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  642. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  644. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  646. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  647. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  649. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  650. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  651. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  652. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  653. package/contracts/components/BaseComponent.sol +0 -88
  654. package/contracts/components/IBaseComponent.sol +0 -19
  655. package/contracts/components/IPoolComponent.sol +0 -57
  656. package/contracts/components/IProductComponent.sol +0 -19
  657. package/contracts/components/Pool.sol +0 -174
  658. package/contracts/components/Product.sol +0 -117
  659. package/contracts/experiment/errors/Require.sol +0 -38
  660. package/contracts/experiment/errors/Revert.sol +0 -44
  661. package/contracts/experiment/inheritance/A.sol +0 -53
  662. package/contracts/experiment/inheritance/B.sol +0 -28
  663. package/contracts/experiment/inheritance/C.sol +0 -34
  664. package/contracts/experiment/inheritance/IA.sol +0 -13
  665. package/contracts/experiment/inheritance/IB.sol +0 -10
  666. package/contracts/experiment/inheritance/IC.sol +0 -12
  667. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  668. package/contracts/experiment/statemachine/ISM.sol +0 -25
  669. package/contracts/experiment/statemachine/README.md +0 -112
  670. package/contracts/experiment/statemachine/SM.sol +0 -57
  671. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  672. package/contracts/experiment/types/TypeA.sol +0 -47
  673. package/contracts/experiment/types/TypeB.sol +0 -29
  674. package/contracts/instance/IInstanceLinked.sol +0 -8
  675. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  676. package/contracts/instance/base/IInstanceBase.sol +0 -14
  677. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  678. package/contracts/instance/base/IService.sol +0 -15
  679. package/contracts/instance/base/InstanceBase.sol +0 -80
  680. package/contracts/instance/base/KeyValueStore.sol +0 -156
  681. package/contracts/instance/base/Lifecycle.sol +0 -95
  682. package/contracts/instance/base/ModuleBase.sol +0 -52
  683. package/contracts/instance/base/ServiceBase.sol +0 -37
  684. package/contracts/instance/module/access/Access.sol +0 -149
  685. package/contracts/instance/module/access/IAccess.sol +0 -53
  686. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  687. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  688. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  689. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  690. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  691. package/contracts/instance/module/component/IComponent.sol +0 -53
  692. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  693. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  694. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  695. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  696. package/contracts/instance/module/risk/IRisk.sol +0 -10
  697. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  698. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  699. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  700. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  701. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  702. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  703. package/contracts/instance/service/IPoolService.sol +0 -30
  704. package/contracts/instance/service/IProductService.sol +0 -58
  705. package/contracts/instance/service/PoolService.sol +0 -123
  706. package/contracts/instance/service/ProductService.sol +0 -354
  707. package/contracts/registry/IChainNft.sol +0 -21
  708. package/contracts/registry/IRegistryLinked.sol +0 -8
  709. package/contracts/shared/ERC165.sol +0 -21
  710. package/contracts/shared/IOwnable.sol +0 -6
  711. package/contracts/shared/IVersionable.sol +0 -52
  712. package/contracts/shared/Versionable.sol +0 -89
  713. package/contracts/test/TestFee.sol +0 -25
  714. package/contracts/test/TestPool.sol +0 -22
  715. package/contracts/test/TestProduct.sol +0 -44
  716. package/contracts/test/TestRegisterable.sol +0 -19
  717. package/contracts/test/TestRoleId.sol +0 -14
  718. package/contracts/test/TestService.sol +0 -32
  719. package/contracts/test/TestToken.sol +0 -26
  720. package/contracts/test/TestVersion.sol +0 -44
  721. package/contracts/test/TestVersionable.sol +0 -17
  722. package/contracts/types/ChainId.sol +0 -38
  723. package/contracts/types/Fee.sol +0 -51
  724. package/contracts/types/NftIdSet.sol +0 -60
  725. package/contracts/types/ObjectType.sol +0 -115
  726. package/contracts/types/RoleId.sol +0 -36
  727. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1340 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "RegistryService",
4
+ "sourceName": "contracts/registry/RegistryService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "NftId",
48
+ "name": "nftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorNftOwnableAlreadyLinked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "contractAddress",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorNftOwnableContractNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "address",
75
+ "name": "account",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "ErrorNftOwnableNotOwner",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [
84
+ {
85
+ "internalType": "address",
86
+ "name": "registryAddress",
87
+ "type": "address"
88
+ }
89
+ ],
90
+ "name": "ErrorNotRegistry",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "address",
97
+ "name": "registerableAddress",
98
+ "type": "address"
99
+ }
100
+ ],
101
+ "name": "ErrorRegistryServiceInvalidAddress",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "initialOwner",
109
+ "type": "address"
110
+ }
111
+ ],
112
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
113
+ "type": "error"
114
+ },
115
+ {
116
+ "inputs": [
117
+ {
118
+ "internalType": "address",
119
+ "name": "notComponent",
120
+ "type": "address"
121
+ }
122
+ ],
123
+ "name": "ErrorRegistryServiceNotComponent",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
128
+ {
129
+ "internalType": "address",
130
+ "name": "notDistribution",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "name": "ErrorRegistryServiceNotDistribution",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [
139
+ {
140
+ "internalType": "address",
141
+ "name": "notInstance",
142
+ "type": "address"
143
+ }
144
+ ],
145
+ "name": "ErrorRegistryServiceNotInstance",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [
150
+ {
151
+ "internalType": "address",
152
+ "name": "notPool",
153
+ "type": "address"
154
+ }
155
+ ],
156
+ "name": "ErrorRegistryServiceNotPool",
157
+ "type": "error"
158
+ },
159
+ {
160
+ "inputs": [
161
+ {
162
+ "internalType": "address",
163
+ "name": "notProduct",
164
+ "type": "address"
165
+ }
166
+ ],
167
+ "name": "ErrorRegistryServiceNotProduct",
168
+ "type": "error"
169
+ },
170
+ {
171
+ "inputs": [],
172
+ "name": "ErrorRegistryServiceNotRegistryOwner",
173
+ "type": "error"
174
+ },
175
+ {
176
+ "inputs": [
177
+ {
178
+ "internalType": "address",
179
+ "name": "notService",
180
+ "type": "address"
181
+ }
182
+ ],
183
+ "name": "ErrorRegistryServiceNotService",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "ObjectType",
190
+ "name": "objectType",
191
+ "type": "uint8"
192
+ }
193
+ ],
194
+ "name": "ErrorRegistryServiceObjectAddressNotZero",
195
+ "type": "error"
196
+ },
197
+ {
198
+ "inputs": [
199
+ {
200
+ "internalType": "ObjectType",
201
+ "name": "objectType",
202
+ "type": "uint8"
203
+ },
204
+ {
205
+ "internalType": "address",
206
+ "name": "owner",
207
+ "type": "address"
208
+ }
209
+ ],
210
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
211
+ "type": "error"
212
+ },
213
+ {
214
+ "inputs": [
215
+ {
216
+ "internalType": "ObjectType",
217
+ "name": "objectType",
218
+ "type": "uint8"
219
+ }
220
+ ],
221
+ "name": "ErrorRegistryServiceObjectOwnerZero",
222
+ "type": "error"
223
+ },
224
+ {
225
+ "inputs": [
226
+ {
227
+ "internalType": "ObjectType",
228
+ "name": "expected",
229
+ "type": "uint8"
230
+ },
231
+ {
232
+ "internalType": "ObjectType",
233
+ "name": "found",
234
+ "type": "uint8"
235
+ }
236
+ ],
237
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [
242
+ {
243
+ "internalType": "contract IRegisterable",
244
+ "name": "registerable",
245
+ "type": "address"
246
+ },
247
+ {
248
+ "internalType": "address",
249
+ "name": "found",
250
+ "type": "address"
251
+ }
252
+ ],
253
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "contract IRegisterable",
260
+ "name": "registerable",
261
+ "type": "address"
262
+ },
263
+ {
264
+ "internalType": "address",
265
+ "name": "expected",
266
+ "type": "address"
267
+ },
268
+ {
269
+ "internalType": "address",
270
+ "name": "found",
271
+ "type": "address"
272
+ }
273
+ ],
274
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "contract IRegisterable",
281
+ "name": "registerable",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "owner",
287
+ "type": "address"
288
+ }
289
+ ],
290
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
291
+ "type": "error"
292
+ },
293
+ {
294
+ "inputs": [
295
+ {
296
+ "internalType": "contract IRegisterable",
297
+ "name": "registerable",
298
+ "type": "address"
299
+ }
300
+ ],
301
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
302
+ "type": "error"
303
+ },
304
+ {
305
+ "inputs": [
306
+ {
307
+ "internalType": "contract IRegisterable",
308
+ "name": "registerable",
309
+ "type": "address"
310
+ }
311
+ ],
312
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [
317
+ {
318
+ "internalType": "contract IRegisterable",
319
+ "name": "registerable",
320
+ "type": "address"
321
+ },
322
+ {
323
+ "internalType": "ObjectType",
324
+ "name": "expected",
325
+ "type": "uint8"
326
+ },
327
+ {
328
+ "internalType": "ObjectType",
329
+ "name": "found",
330
+ "type": "uint8"
331
+ }
332
+ ],
333
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [],
338
+ "name": "ErrorServiceNotImplemented",
339
+ "type": "error"
340
+ },
341
+ {
342
+ "inputs": [],
343
+ "name": "InvalidInitialization",
344
+ "type": "error"
345
+ },
346
+ {
347
+ "inputs": [],
348
+ "name": "NotInitializing",
349
+ "type": "error"
350
+ },
351
+ {
352
+ "anonymous": false,
353
+ "inputs": [
354
+ {
355
+ "indexed": false,
356
+ "internalType": "address",
357
+ "name": "authority",
358
+ "type": "address"
359
+ }
360
+ ],
361
+ "name": "AuthorityUpdated",
362
+ "type": "event"
363
+ },
364
+ {
365
+ "anonymous": false,
366
+ "inputs": [
367
+ {
368
+ "indexed": false,
369
+ "internalType": "uint64",
370
+ "name": "version",
371
+ "type": "uint64"
372
+ }
373
+ ],
374
+ "name": "Initialized",
375
+ "type": "event"
376
+ },
377
+ {
378
+ "inputs": [],
379
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
380
+ "outputs": [
381
+ {
382
+ "internalType": "bytes32",
383
+ "name": "",
384
+ "type": "bytes32"
385
+ }
386
+ ],
387
+ "stateMutability": "view",
388
+ "type": "function"
389
+ },
390
+ {
391
+ "inputs": [],
392
+ "name": "REGISTERABLE_LOCATION_V1",
393
+ "outputs": [
394
+ {
395
+ "internalType": "bytes32",
396
+ "name": "",
397
+ "type": "bytes32"
398
+ }
399
+ ],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "REGISTRY_CREATION_CODE_HASH",
406
+ "outputs": [
407
+ {
408
+ "internalType": "bytes32",
409
+ "name": "",
410
+ "type": "bytes32"
411
+ }
412
+ ],
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "authority",
419
+ "outputs": [
420
+ {
421
+ "internalType": "address",
422
+ "name": "",
423
+ "type": "address"
424
+ }
425
+ ],
426
+ "stateMutability": "view",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [],
431
+ "name": "getDomain",
432
+ "outputs": [
433
+ {
434
+ "internalType": "ObjectType",
435
+ "name": "serviceDomain",
436
+ "type": "uint8"
437
+ }
438
+ ],
439
+ "stateMutability": "pure",
440
+ "type": "function"
441
+ },
442
+ {
443
+ "inputs": [],
444
+ "name": "getInitialInfo",
445
+ "outputs": [
446
+ {
447
+ "components": [
448
+ {
449
+ "internalType": "NftId",
450
+ "name": "nftId",
451
+ "type": "uint96"
452
+ },
453
+ {
454
+ "internalType": "NftId",
455
+ "name": "parentNftId",
456
+ "type": "uint96"
457
+ },
458
+ {
459
+ "internalType": "ObjectType",
460
+ "name": "objectType",
461
+ "type": "uint8"
462
+ },
463
+ {
464
+ "internalType": "bool",
465
+ "name": "isInterceptor",
466
+ "type": "bool"
467
+ },
468
+ {
469
+ "internalType": "address",
470
+ "name": "objectAddress",
471
+ "type": "address"
472
+ },
473
+ {
474
+ "internalType": "address",
475
+ "name": "initialOwner",
476
+ "type": "address"
477
+ },
478
+ {
479
+ "internalType": "bytes",
480
+ "name": "data",
481
+ "type": "bytes"
482
+ }
483
+ ],
484
+ "internalType": "struct IRegistry.ObjectInfo",
485
+ "name": "info",
486
+ "type": "tuple"
487
+ }
488
+ ],
489
+ "stateMutability": "view",
490
+ "type": "function"
491
+ },
492
+ {
493
+ "inputs": [],
494
+ "name": "getNftId",
495
+ "outputs": [
496
+ {
497
+ "internalType": "NftId",
498
+ "name": "",
499
+ "type": "uint96"
500
+ }
501
+ ],
502
+ "stateMutability": "view",
503
+ "type": "function"
504
+ },
505
+ {
506
+ "inputs": [],
507
+ "name": "getOwner",
508
+ "outputs": [
509
+ {
510
+ "internalType": "address",
511
+ "name": "",
512
+ "type": "address"
513
+ }
514
+ ],
515
+ "stateMutability": "view",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [],
520
+ "name": "getRegistry",
521
+ "outputs": [
522
+ {
523
+ "internalType": "contract IRegistry",
524
+ "name": "",
525
+ "type": "address"
526
+ }
527
+ ],
528
+ "stateMutability": "view",
529
+ "type": "function"
530
+ },
531
+ {
532
+ "inputs": [],
533
+ "name": "getRoleId",
534
+ "outputs": [
535
+ {
536
+ "internalType": "RoleId",
537
+ "name": "serviceRoleId",
538
+ "type": "uint64"
539
+ }
540
+ ],
541
+ "stateMutability": "pure",
542
+ "type": "function"
543
+ },
544
+ {
545
+ "inputs": [],
546
+ "name": "getVersion",
547
+ "outputs": [
548
+ {
549
+ "internalType": "Version",
550
+ "name": "",
551
+ "type": "uint24"
552
+ }
553
+ ],
554
+ "stateMutability": "pure",
555
+ "type": "function"
556
+ },
557
+ {
558
+ "inputs": [
559
+ {
560
+ "internalType": "address",
561
+ "name": "activatedBy",
562
+ "type": "address"
563
+ },
564
+ {
565
+ "internalType": "bytes",
566
+ "name": "data",
567
+ "type": "bytes"
568
+ }
569
+ ],
570
+ "name": "initializeVersionable",
571
+ "outputs": [],
572
+ "stateMutability": "nonpayable",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [],
577
+ "name": "isConsumingScheduledOp",
578
+ "outputs": [
579
+ {
580
+ "internalType": "bytes4",
581
+ "name": "",
582
+ "type": "bytes4"
583
+ }
584
+ ],
585
+ "stateMutability": "view",
586
+ "type": "function"
587
+ },
588
+ {
589
+ "inputs": [],
590
+ "name": "linkToRegisteredNftId",
591
+ "outputs": [
592
+ {
593
+ "internalType": "NftId",
594
+ "name": "nftId",
595
+ "type": "uint96"
596
+ }
597
+ ],
598
+ "stateMutability": "nonpayable",
599
+ "type": "function"
600
+ },
601
+ {
602
+ "inputs": [
603
+ {
604
+ "components": [
605
+ {
606
+ "internalType": "NftId",
607
+ "name": "nftId",
608
+ "type": "uint96"
609
+ },
610
+ {
611
+ "internalType": "NftId",
612
+ "name": "parentNftId",
613
+ "type": "uint96"
614
+ },
615
+ {
616
+ "internalType": "ObjectType",
617
+ "name": "objectType",
618
+ "type": "uint8"
619
+ },
620
+ {
621
+ "internalType": "bool",
622
+ "name": "isInterceptor",
623
+ "type": "bool"
624
+ },
625
+ {
626
+ "internalType": "address",
627
+ "name": "objectAddress",
628
+ "type": "address"
629
+ },
630
+ {
631
+ "internalType": "address",
632
+ "name": "initialOwner",
633
+ "type": "address"
634
+ },
635
+ {
636
+ "internalType": "bytes",
637
+ "name": "data",
638
+ "type": "bytes"
639
+ }
640
+ ],
641
+ "internalType": "struct IRegistry.ObjectInfo",
642
+ "name": "info",
643
+ "type": "tuple"
644
+ }
645
+ ],
646
+ "name": "registerBundle",
647
+ "outputs": [
648
+ {
649
+ "internalType": "NftId",
650
+ "name": "nftId",
651
+ "type": "uint96"
652
+ }
653
+ ],
654
+ "stateMutability": "nonpayable",
655
+ "type": "function"
656
+ },
657
+ {
658
+ "inputs": [
659
+ {
660
+ "internalType": "contract IComponent",
661
+ "name": "component",
662
+ "type": "address"
663
+ },
664
+ {
665
+ "internalType": "ObjectType",
666
+ "name": "objectType",
667
+ "type": "uint8"
668
+ },
669
+ {
670
+ "internalType": "address",
671
+ "name": "initialOwner",
672
+ "type": "address"
673
+ }
674
+ ],
675
+ "name": "registerComponent",
676
+ "outputs": [
677
+ {
678
+ "components": [
679
+ {
680
+ "internalType": "NftId",
681
+ "name": "nftId",
682
+ "type": "uint96"
683
+ },
684
+ {
685
+ "internalType": "NftId",
686
+ "name": "parentNftId",
687
+ "type": "uint96"
688
+ },
689
+ {
690
+ "internalType": "ObjectType",
691
+ "name": "objectType",
692
+ "type": "uint8"
693
+ },
694
+ {
695
+ "internalType": "bool",
696
+ "name": "isInterceptor",
697
+ "type": "bool"
698
+ },
699
+ {
700
+ "internalType": "address",
701
+ "name": "objectAddress",
702
+ "type": "address"
703
+ },
704
+ {
705
+ "internalType": "address",
706
+ "name": "initialOwner",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "bytes",
711
+ "name": "data",
712
+ "type": "bytes"
713
+ }
714
+ ],
715
+ "internalType": "struct IRegistry.ObjectInfo",
716
+ "name": "info",
717
+ "type": "tuple"
718
+ }
719
+ ],
720
+ "stateMutability": "nonpayable",
721
+ "type": "function"
722
+ },
723
+ {
724
+ "inputs": [
725
+ {
726
+ "internalType": "contract IComponent",
727
+ "name": "distribution",
728
+ "type": "address"
729
+ },
730
+ {
731
+ "internalType": "address",
732
+ "name": "owner",
733
+ "type": "address"
734
+ }
735
+ ],
736
+ "name": "registerDistribution",
737
+ "outputs": [
738
+ {
739
+ "components": [
740
+ {
741
+ "internalType": "NftId",
742
+ "name": "nftId",
743
+ "type": "uint96"
744
+ },
745
+ {
746
+ "internalType": "NftId",
747
+ "name": "parentNftId",
748
+ "type": "uint96"
749
+ },
750
+ {
751
+ "internalType": "ObjectType",
752
+ "name": "objectType",
753
+ "type": "uint8"
754
+ },
755
+ {
756
+ "internalType": "bool",
757
+ "name": "isInterceptor",
758
+ "type": "bool"
759
+ },
760
+ {
761
+ "internalType": "address",
762
+ "name": "objectAddress",
763
+ "type": "address"
764
+ },
765
+ {
766
+ "internalType": "address",
767
+ "name": "initialOwner",
768
+ "type": "address"
769
+ },
770
+ {
771
+ "internalType": "bytes",
772
+ "name": "data",
773
+ "type": "bytes"
774
+ }
775
+ ],
776
+ "internalType": "struct IRegistry.ObjectInfo",
777
+ "name": "info",
778
+ "type": "tuple"
779
+ }
780
+ ],
781
+ "stateMutability": "nonpayable",
782
+ "type": "function"
783
+ },
784
+ {
785
+ "inputs": [
786
+ {
787
+ "components": [
788
+ {
789
+ "internalType": "NftId",
790
+ "name": "nftId",
791
+ "type": "uint96"
792
+ },
793
+ {
794
+ "internalType": "NftId",
795
+ "name": "parentNftId",
796
+ "type": "uint96"
797
+ },
798
+ {
799
+ "internalType": "ObjectType",
800
+ "name": "objectType",
801
+ "type": "uint8"
802
+ },
803
+ {
804
+ "internalType": "bool",
805
+ "name": "isInterceptor",
806
+ "type": "bool"
807
+ },
808
+ {
809
+ "internalType": "address",
810
+ "name": "objectAddress",
811
+ "type": "address"
812
+ },
813
+ {
814
+ "internalType": "address",
815
+ "name": "initialOwner",
816
+ "type": "address"
817
+ },
818
+ {
819
+ "internalType": "bytes",
820
+ "name": "data",
821
+ "type": "bytes"
822
+ }
823
+ ],
824
+ "internalType": "struct IRegistry.ObjectInfo",
825
+ "name": "info",
826
+ "type": "tuple"
827
+ }
828
+ ],
829
+ "name": "registerDistributor",
830
+ "outputs": [
831
+ {
832
+ "internalType": "NftId",
833
+ "name": "nftId",
834
+ "type": "uint96"
835
+ }
836
+ ],
837
+ "stateMutability": "nonpayable",
838
+ "type": "function"
839
+ },
840
+ {
841
+ "inputs": [
842
+ {
843
+ "internalType": "contract IRegisterable",
844
+ "name": "instance",
845
+ "type": "address"
846
+ },
847
+ {
848
+ "internalType": "address",
849
+ "name": "owner",
850
+ "type": "address"
851
+ }
852
+ ],
853
+ "name": "registerInstance",
854
+ "outputs": [
855
+ {
856
+ "components": [
857
+ {
858
+ "internalType": "NftId",
859
+ "name": "nftId",
860
+ "type": "uint96"
861
+ },
862
+ {
863
+ "internalType": "NftId",
864
+ "name": "parentNftId",
865
+ "type": "uint96"
866
+ },
867
+ {
868
+ "internalType": "ObjectType",
869
+ "name": "objectType",
870
+ "type": "uint8"
871
+ },
872
+ {
873
+ "internalType": "bool",
874
+ "name": "isInterceptor",
875
+ "type": "bool"
876
+ },
877
+ {
878
+ "internalType": "address",
879
+ "name": "objectAddress",
880
+ "type": "address"
881
+ },
882
+ {
883
+ "internalType": "address",
884
+ "name": "initialOwner",
885
+ "type": "address"
886
+ },
887
+ {
888
+ "internalType": "bytes",
889
+ "name": "data",
890
+ "type": "bytes"
891
+ }
892
+ ],
893
+ "internalType": "struct IRegistry.ObjectInfo",
894
+ "name": "info",
895
+ "type": "tuple"
896
+ }
897
+ ],
898
+ "stateMutability": "nonpayable",
899
+ "type": "function"
900
+ },
901
+ {
902
+ "inputs": [
903
+ {
904
+ "components": [
905
+ {
906
+ "internalType": "NftId",
907
+ "name": "nftId",
908
+ "type": "uint96"
909
+ },
910
+ {
911
+ "internalType": "NftId",
912
+ "name": "parentNftId",
913
+ "type": "uint96"
914
+ },
915
+ {
916
+ "internalType": "ObjectType",
917
+ "name": "objectType",
918
+ "type": "uint8"
919
+ },
920
+ {
921
+ "internalType": "bool",
922
+ "name": "isInterceptor",
923
+ "type": "bool"
924
+ },
925
+ {
926
+ "internalType": "address",
927
+ "name": "objectAddress",
928
+ "type": "address"
929
+ },
930
+ {
931
+ "internalType": "address",
932
+ "name": "initialOwner",
933
+ "type": "address"
934
+ },
935
+ {
936
+ "internalType": "bytes",
937
+ "name": "data",
938
+ "type": "bytes"
939
+ }
940
+ ],
941
+ "internalType": "struct IRegistry.ObjectInfo",
942
+ "name": "info",
943
+ "type": "tuple"
944
+ }
945
+ ],
946
+ "name": "registerPolicy",
947
+ "outputs": [
948
+ {
949
+ "internalType": "NftId",
950
+ "name": "nftId",
951
+ "type": "uint96"
952
+ }
953
+ ],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "internalType": "contract IComponent",
961
+ "name": "pool",
962
+ "type": "address"
963
+ },
964
+ {
965
+ "internalType": "address",
966
+ "name": "owner",
967
+ "type": "address"
968
+ }
969
+ ],
970
+ "name": "registerPool",
971
+ "outputs": [
972
+ {
973
+ "components": [
974
+ {
975
+ "internalType": "NftId",
976
+ "name": "nftId",
977
+ "type": "uint96"
978
+ },
979
+ {
980
+ "internalType": "NftId",
981
+ "name": "parentNftId",
982
+ "type": "uint96"
983
+ },
984
+ {
985
+ "internalType": "ObjectType",
986
+ "name": "objectType",
987
+ "type": "uint8"
988
+ },
989
+ {
990
+ "internalType": "bool",
991
+ "name": "isInterceptor",
992
+ "type": "bool"
993
+ },
994
+ {
995
+ "internalType": "address",
996
+ "name": "objectAddress",
997
+ "type": "address"
998
+ },
999
+ {
1000
+ "internalType": "address",
1001
+ "name": "initialOwner",
1002
+ "type": "address"
1003
+ },
1004
+ {
1005
+ "internalType": "bytes",
1006
+ "name": "data",
1007
+ "type": "bytes"
1008
+ }
1009
+ ],
1010
+ "internalType": "struct IRegistry.ObjectInfo",
1011
+ "name": "info",
1012
+ "type": "tuple"
1013
+ }
1014
+ ],
1015
+ "stateMutability": "nonpayable",
1016
+ "type": "function"
1017
+ },
1018
+ {
1019
+ "inputs": [
1020
+ {
1021
+ "internalType": "contract IComponent",
1022
+ "name": "product",
1023
+ "type": "address"
1024
+ },
1025
+ {
1026
+ "internalType": "address",
1027
+ "name": "owner",
1028
+ "type": "address"
1029
+ }
1030
+ ],
1031
+ "name": "registerProduct",
1032
+ "outputs": [
1033
+ {
1034
+ "components": [
1035
+ {
1036
+ "internalType": "NftId",
1037
+ "name": "nftId",
1038
+ "type": "uint96"
1039
+ },
1040
+ {
1041
+ "internalType": "NftId",
1042
+ "name": "parentNftId",
1043
+ "type": "uint96"
1044
+ },
1045
+ {
1046
+ "internalType": "ObjectType",
1047
+ "name": "objectType",
1048
+ "type": "uint8"
1049
+ },
1050
+ {
1051
+ "internalType": "bool",
1052
+ "name": "isInterceptor",
1053
+ "type": "bool"
1054
+ },
1055
+ {
1056
+ "internalType": "address",
1057
+ "name": "objectAddress",
1058
+ "type": "address"
1059
+ },
1060
+ {
1061
+ "internalType": "address",
1062
+ "name": "initialOwner",
1063
+ "type": "address"
1064
+ },
1065
+ {
1066
+ "internalType": "bytes",
1067
+ "name": "data",
1068
+ "type": "bytes"
1069
+ }
1070
+ ],
1071
+ "internalType": "struct IRegistry.ObjectInfo",
1072
+ "name": "info",
1073
+ "type": "tuple"
1074
+ }
1075
+ ],
1076
+ "stateMutability": "nonpayable",
1077
+ "type": "function"
1078
+ },
1079
+ {
1080
+ "inputs": [
1081
+ {
1082
+ "components": [
1083
+ {
1084
+ "internalType": "NftId",
1085
+ "name": "nftId",
1086
+ "type": "uint96"
1087
+ },
1088
+ {
1089
+ "internalType": "NftId",
1090
+ "name": "parentNftId",
1091
+ "type": "uint96"
1092
+ },
1093
+ {
1094
+ "internalType": "ObjectType",
1095
+ "name": "objectType",
1096
+ "type": "uint8"
1097
+ },
1098
+ {
1099
+ "internalType": "bool",
1100
+ "name": "isInterceptor",
1101
+ "type": "bool"
1102
+ },
1103
+ {
1104
+ "internalType": "address",
1105
+ "name": "objectAddress",
1106
+ "type": "address"
1107
+ },
1108
+ {
1109
+ "internalType": "address",
1110
+ "name": "initialOwner",
1111
+ "type": "address"
1112
+ },
1113
+ {
1114
+ "internalType": "bytes",
1115
+ "name": "data",
1116
+ "type": "bytes"
1117
+ }
1118
+ ],
1119
+ "internalType": "struct IRegistry.ObjectInfo",
1120
+ "name": "info",
1121
+ "type": "tuple"
1122
+ }
1123
+ ],
1124
+ "name": "registerStake",
1125
+ "outputs": [
1126
+ {
1127
+ "internalType": "NftId",
1128
+ "name": "nftId",
1129
+ "type": "uint96"
1130
+ }
1131
+ ],
1132
+ "stateMutability": "nonpayable",
1133
+ "type": "function"
1134
+ },
1135
+ {
1136
+ "inputs": [
1137
+ {
1138
+ "internalType": "contract IRegisterable",
1139
+ "name": "staking",
1140
+ "type": "address"
1141
+ },
1142
+ {
1143
+ "internalType": "address",
1144
+ "name": "owner",
1145
+ "type": "address"
1146
+ }
1147
+ ],
1148
+ "name": "registerStaking",
1149
+ "outputs": [
1150
+ {
1151
+ "components": [
1152
+ {
1153
+ "internalType": "NftId",
1154
+ "name": "nftId",
1155
+ "type": "uint96"
1156
+ },
1157
+ {
1158
+ "internalType": "NftId",
1159
+ "name": "parentNftId",
1160
+ "type": "uint96"
1161
+ },
1162
+ {
1163
+ "internalType": "ObjectType",
1164
+ "name": "objectType",
1165
+ "type": "uint8"
1166
+ },
1167
+ {
1168
+ "internalType": "bool",
1169
+ "name": "isInterceptor",
1170
+ "type": "bool"
1171
+ },
1172
+ {
1173
+ "internalType": "address",
1174
+ "name": "objectAddress",
1175
+ "type": "address"
1176
+ },
1177
+ {
1178
+ "internalType": "address",
1179
+ "name": "initialOwner",
1180
+ "type": "address"
1181
+ },
1182
+ {
1183
+ "internalType": "bytes",
1184
+ "name": "data",
1185
+ "type": "bytes"
1186
+ }
1187
+ ],
1188
+ "internalType": "struct IRegistry.ObjectInfo",
1189
+ "name": "info",
1190
+ "type": "tuple"
1191
+ }
1192
+ ],
1193
+ "stateMutability": "nonpayable",
1194
+ "type": "function"
1195
+ },
1196
+ {
1197
+ "inputs": [
1198
+ {
1199
+ "internalType": "address",
1200
+ "name": "newAuthority",
1201
+ "type": "address"
1202
+ }
1203
+ ],
1204
+ "name": "setAuthority",
1205
+ "outputs": [],
1206
+ "stateMutability": "nonpayable",
1207
+ "type": "function"
1208
+ },
1209
+ {
1210
+ "inputs": [
1211
+ {
1212
+ "internalType": "bytes4",
1213
+ "name": "interfaceId",
1214
+ "type": "bytes4"
1215
+ }
1216
+ ],
1217
+ "name": "supportsInterface",
1218
+ "outputs": [
1219
+ {
1220
+ "internalType": "bool",
1221
+ "name": "",
1222
+ "type": "bool"
1223
+ }
1224
+ ],
1225
+ "stateMutability": "view",
1226
+ "type": "function"
1227
+ },
1228
+ {
1229
+ "inputs": [
1230
+ {
1231
+ "internalType": "bytes",
1232
+ "name": "data",
1233
+ "type": "bytes"
1234
+ }
1235
+ ],
1236
+ "name": "upgradeVersionable",
1237
+ "outputs": [],
1238
+ "stateMutability": "nonpayable",
1239
+ "type": "function"
1240
+ }
1241
+ ],
1242
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6129e9806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80636c741e78116100f3578063ada9652e11610093578063c2bf08c81161006e578063c2bf08c8146103d6578063c4c79d8b146103e9578063d943342d146103fc578063ed841d0c1461040f575f80fd5b8063ada9652e146103ab578063b68d1809146103bf578063bf7e214f146103ce575f80fd5b80638105cc7f116100ce5780638105cc7f14610368578063893d20e81461037b5780638fb36037146103835780638fbc2d8114610398575f80fd5b80636c741e78146103225780637286e5e5146103425780637a9e5e4b14610355575f80fd5b8063329d6e741161015e5780635ab1bd53116101395780635ab1bd53146102ba5780635c992fed146102df5780635d966289146102f2578063644c45e014610305575f80fd5b8063329d6e741461027f57806349bb9e4b1461029457806357a8fba7146102a7575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b33660046120c6565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f4366004612118565b610416565b6040516101dd919061217d565b61020e6105ce565b60405162ffffff90911681526020016101dd565b6101f9610655565b6102326107e1565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d3660046122f5565b6107eb565b005b6102926102a2366004612326565b610935565b6102326102b53660046123c2565b610a31565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326102ed3660046123c2565b610abc565b6101f9610300366004612118565b610ad1565b5f80516020612954833981519152546001600160601b0316610232565b61032a610c17565b6040516001600160401b0390911681526020016101dd565b6101f9610350366004612118565b610d0d565b610292610363366004612492565b610dc3565b6102326103763660046123c2565b610e49565b6102c7610e5e565b61038b610f8f565b6040516101dd91906124ad565b6101f96103a6366004612118565b610fc4565b6102715f8051602061295483398151915281565b604051600281526020016101dd565b6102c761107a565b6102326103e43660046123c2565b611095565b6101f96103f7366004612118565b6110aa565b6101f961040a3660046124c2565b6110c6565b6102715f81565b61041e612089565b61042a335b5f3661120d565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061045d90632b1cb34b60e11b906004016124ad565b602060405180830381865afa158015610478573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049c9190612515565b6104c957604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d683600a5b8461130b565b90506104ea6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610515919061217d565b6020604051808303815f875af1158015610531573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610555919061253b565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af11580156105a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c7919061253b565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561062c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106509190612556565b905090565b61065d612089565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f7919061253b565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161073f610e5e565b6001600160a01b0316815260200182600101805461075c90612578565b80601f016020809104026020016040519081016040528092919081815260200182805461078890612578565b80156107d35780601f106107aa576101008083540402835291602001916107d3565b820191905f5260205f20905b8154815290600101906020018083116107b657829003601f168201915b505050505081525091505090565b5f6106503061157c565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61080d6105ce565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561084b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086f91906125c4565b5f805160206129948339815191528054600160401b900460ff16806108a1575080546001600160401b03808416911610155b156108bf5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108e983611775565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206129948339815191528054600160401b810460ff1615906001600160401b03165f811580156109665750825b90505f826001600160401b031660011480156109815750303b155b90508115801561098f575080155b156109ad5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156109d757845460ff60401b1916600160401b1785555b6109e1878761177d565b8315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610a3b33610423565b610a4682601d611898565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610a7690859060040161217d565b6020604051808303815f875af1158015610a92573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab6919061253b565b92915050565b5f610ac633610423565b610a46826015611898565b610ad9612089565b610ae233610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610b159063a388186360e01b906004016124ad565b602060405180830381865afa158015610b30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b549190612515565b610b7c5760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600c6104d0565b9050610b9b6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610bc6919061217d565b6020604051808303815f875af1158015610be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c06919061253b565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca691906125ea565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610ce9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061065091906125c4565b610d15612089565b610d1e33610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d5190636ec6c77160e11b906004016124ad565b602060405180830381865afa158015610d6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d909190612515565b610db8576040516304c983f360e41b81526001600160a01b03841660048201526024016104c0565b610b8783600f6104d0565b33610dcc61107a565b6001600160a01b0316816001600160a01b031614610e075760405162d1953b60e31b81526001600160a01b03821660048201526024016104c0565b816001600160a01b03163b5f03610e3c576040516361798f2f60e11b81526001600160a01b03831660048201526024016104c0565b610e45826119f6565b5050565b5f610e5333610423565b610a46826021611898565b5f805f8051602061295483398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610eca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eee9190612515565b15610f79576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f739190612610565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061297483398151915280545f9190600160a01b900460ff16610fb6575f610f73565b638fb3603760e01b91505090565b610fcc612089565b610fd533610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790611008906301a39f4760e01b906004016124ad565b602060405180830381865afa158015611023573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110479190612515565b61106f576040516367237f5b60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600e6104d0565b5f80516020612974833981519152546001600160a01b031690565b5f61109f33610423565b610a4682601f611898565b6110b2612089565b6110bb33610423565b610b878360036104d0565b6110ce612089565b6110d733610423565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061110a90632986755f60e11b906004016124ad565b602060405180830381865afa158015611125573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111499190612515565b61117157604051632624ae7760e01b81526001600160a01b03851660048201526024016104c0565b61117c84848461130b565b90506111906001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016111bb919061217d565b6020604051808303815f875af11580156111d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fb919061253b565b6001600160601b031681529392505050565b5f805160206129748339815191525f8061124561122861107a565b873061123760045f8a8c61262b565b61124091612652565b611a56565b91509150816113035763ffffffff8116156112e057825460ff60a01b1916600160a01b17835561127361107a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016112a293929190612688565b5f604051808303815f87803b1580156112b9575f80fd5b505af11580156112cb573d5f803e3d5ffd5b5050845460ff60a01b19168555506113039050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104c0565b505050505050565b611313612089565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561134e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113759190810190612714565b9050836001600160a01b031681608001516001600160a01b0316146113c65760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104c0565b604081015160ff84811691161461141257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104c0565b60a08101516001600160a01b038082169084161461145e576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104c0565b846001600160a01b0316816001600160a01b03160361149b57604051638e80a3f960e01b81526001600160a01b03861660048201526024016104c0565b6001600160a01b0381166114cd576040516343e40cb560e01b81526001600160a01b03861660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561151f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115439190612515565b15611574576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104c0565b509392505050565b5f805f8051602061295483398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156115e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160c9190612515565b156116385780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561168a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ae9190612515565b6116d65760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104c0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174c919061253b565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b5e565b5f805160206129948339815191528054600160401b810460ff1615906001600160401b03165f811580156117ae5750825b90505f826001600160401b031660011480156117c95750303b155b9050811580156117d7575080155b156117f55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561181f57845460ff60401b1916600160401b1785555b5f808780602001905181019061183591906127d6565b9150915061184482828b611b96565b6118546393a3e0eb60e01b611cca565b50508315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a1f565b60808201516001600160a01b0316156118cf5760408083015190516340fda83160e11b815260ff90911660048201526024016104c0565b604082015160ff82811691161461190c576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104c0565b60a08201516001600160a01b038116611943576040808401519051633312954f60e21b815260ff90911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190612515565b156119f157604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b03821660248201526044016104c0565b505050565b5f8051602061297483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611ac49190612803565b5f60405180830381855afa9150503d805f8114611afc576040519150601f19603f3d011682016040523d82523d5f602084013e611b01565b606091505b50915091508115611b53576040815110611b335780806020019051810190611b299190612819565b9094509250611b53565b6020815110611b535780806020019051810190611b509190612515565b93505b505094509492505050565b5f8051602061299483398151915254600160401b900460ff16611b9457604051631afcd79f60e31b815260040160405180910390fd5b565b611b9e611b5e565b611c1a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c02919061253b565b60085f8560405180602001604052805f815250611cf6565b6001600160a01b03821615611c3757611c3282611d9b565b611cae565b5f611c426002611daf565b9050611cac816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ca79190612610565b611d9b565b505b611cbe634a531f3360e01b611cca565b6119f163daf9067160e01b5b611cd2611b5e565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611cfe611b5e565b611d088287611eb0565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d918382612899565b5050505050505050565b611da3611b5e565b611dac81611f26565b50565b5f611dc26001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906125ea565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611e8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab69190612610565b611eb8611b5e565b611ec181611f37565b611ec9612044565b6001600160a01b038216611ef05760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061295483398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611f2e611b5e565b611dac816119f6565b611f3f611b5e565b806001600160a01b03163b5f03611f745760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790611fba90632f6da6f960e01b906004016124ad565b602060405180830381865afa925050508015611ff3575060408051601f3d908101601f19168201909252611ff091810190612515565b60015b61201b5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b80610e455760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104c0565b61204c611b5e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156120d6575f80fd5b81356001600160e01b0319811681146120ed575f80fd5b9392505050565b6001600160a01b0381168114611dac575f80fd5b8035612113816120f4565b919050565b5f8060408385031215612129575f80fd5b8235612134816120f4565b91506020830135612144816120f4565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516121c5608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261220961010084018261214f565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561224757612247612211565b60405290565b604051601f8201601f191681016001600160401b038111828210171561227557612275612211565b604052919050565b5f6001600160401b0382111561229557612295612211565b50601f01601f191660200190565b5f82601f8301126122b2575f80fd5b81356122c56122c08261227d565b61224d565b8181528460208386010111156122d9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612305575f80fd5b81356001600160401b0381111561231a575f80fd5b612209848285016122a3565b5f8060408385031215612337575f80fd5b8235612342816120f4565b915060208301356001600160401b0381111561235c575f80fd5b612368858286016122a3565b9150509250929050565b6001600160601b0381168114611dac575f80fd5b803561211381612372565b60ff81168114611dac575f80fd5b803561211381612391565b8015158114611dac575f80fd5b8035612113816123aa565b5f602082840312156123d2575f80fd5b81356001600160401b038111156123e7575f80fd5b820160e081850312156123f8575f80fd5b612400612225565b61240982612386565b815261241760208301612386565b60208201526124286040830161239f565b6040820152612439606083016123b7565b606082015261244a60808301612108565b608082015261245b60a08301612108565b60a082015260c08201356001600160401b03811115612478575f80fd5b612484868285016122a3565b60c083015250949350505050565b5f602082840312156124a2575f80fd5b81356120ed816120f4565b6001600160e01b031991909116815260200190565b5f805f606084860312156124d4575f80fd5b83356124df816120f4565b925060208401356124ef81612391565b915060408401356124ff816120f4565b809150509250925092565b8051612113816123aa565b5f60208284031215612525575f80fd5b81516120ed816123aa565b805161211381612372565b5f6020828403121561254b575f80fd5b81516120ed81612372565b5f60208284031215612566575f80fd5b815162ffffff811681146120ed575f80fd5b600181811c9082168061258c57607f821691505b6020821081036125aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611dac575f80fd5b5f602082840312156125d4575f80fd5b81516120ed816125b0565b805161211381612391565b5f602082840312156125fa575f80fd5b81516120ed81612391565b8051612113816120f4565b5f60208284031215612620575f80fd5b81516120ed816120f4565b5f8085851115612639575f80fd5b83861115612645575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c7576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f8301126126d6575f80fd5b81516126e46122c08261227d565b8181528460208386010111156126f8575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612724575f80fd5b81516001600160401b03811115612739575f80fd5b820160e0818503121561274a575f80fd5b612752612225565b61275b82612530565b815261276960208301612530565b602082015261277a604083016125df565b604082015261278b6060830161250a565b606082015261279c60808301612605565b60808201526127ad60a08301612605565b60a082015260c08201516001600160401b038111156127ca575f80fd5b612484868285016126c7565b5f80604083850312156127e7575f80fd5b82516127f2816120f4565b6020840151909250612144816120f4565b5f82518060208501845e5f920191825250919050565b5f806040838503121561282a575f80fd5b8251612835816123aa565b602084015190925063ffffffff81168114612144575f80fd5b601f8211156119f157805f5260205f20601f840160051c810160208510156128735750805b601f840160051c820191505b81811015612892575f815560010161287f565b5050505050565b81516001600160401b038111156128b2576128b2612211565b6128c6816128c08454612578565b8461284e565b6020601f8211600181146128f8575f83156128e15750848201515b5f19600385901b1c1916600184901b178455612892565b5f84815260208120601f198516915b828110156129275787850151825560209485019460019092019101612907565b508482101561294457868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ee3fbf2e6b5354afe05df8dcd71610cda7daf1a9e9cf460df81941efd9f2810364736f6c634300081a0033",
1243
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80636c741e78116100f3578063ada9652e11610093578063c2bf08c81161006e578063c2bf08c8146103d6578063c4c79d8b146103e9578063d943342d146103fc578063ed841d0c1461040f575f80fd5b8063ada9652e146103ab578063b68d1809146103bf578063bf7e214f146103ce575f80fd5b80638105cc7f116100ce5780638105cc7f14610368578063893d20e81461037b5780638fb36037146103835780638fbc2d8114610398575f80fd5b80636c741e78146103225780637286e5e5146103425780637a9e5e4b14610355575f80fd5b8063329d6e741161015e5780635ab1bd53116101395780635ab1bd53146102ba5780635c992fed146102df5780635d966289146102f2578063644c45e014610305575f80fd5b8063329d6e741461027f57806349bb9e4b1461029457806357a8fba7146102a7575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b33660046120c6565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f4366004612118565b610416565b6040516101dd919061217d565b61020e6105ce565b60405162ffffff90911681526020016101dd565b6101f9610655565b6102326107e1565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d3660046122f5565b6107eb565b005b6102926102a2366004612326565b610935565b6102326102b53660046123c2565b610a31565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326102ed3660046123c2565b610abc565b6101f9610300366004612118565b610ad1565b5f80516020612954833981519152546001600160601b0316610232565b61032a610c17565b6040516001600160401b0390911681526020016101dd565b6101f9610350366004612118565b610d0d565b610292610363366004612492565b610dc3565b6102326103763660046123c2565b610e49565b6102c7610e5e565b61038b610f8f565b6040516101dd91906124ad565b6101f96103a6366004612118565b610fc4565b6102715f8051602061295483398151915281565b604051600281526020016101dd565b6102c761107a565b6102326103e43660046123c2565b611095565b6101f96103f7366004612118565b6110aa565b6101f961040a3660046124c2565b6110c6565b6102715f81565b61041e612089565b61042a335b5f3661120d565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061045d90632b1cb34b60e11b906004016124ad565b602060405180830381865afa158015610478573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049c9190612515565b6104c957604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d683600a5b8461130b565b90506104ea6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610515919061217d565b6020604051808303815f875af1158015610531573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610555919061253b565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af11580156105a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c7919061253b565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561062c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106509190612556565b905090565b61065d612089565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f7919061253b565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161073f610e5e565b6001600160a01b0316815260200182600101805461075c90612578565b80601f016020809104026020016040519081016040528092919081815260200182805461078890612578565b80156107d35780601f106107aa576101008083540402835291602001916107d3565b820191905f5260205f20905b8154815290600101906020018083116107b657829003601f168201915b505050505081525091505090565b5f6106503061157c565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61080d6105ce565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561084b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086f91906125c4565b5f805160206129948339815191528054600160401b900460ff16806108a1575080546001600160401b03808416911610155b156108bf5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108e983611775565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206129948339815191528054600160401b810460ff1615906001600160401b03165f811580156109665750825b90505f826001600160401b031660011480156109815750303b155b90508115801561098f575080155b156109ad5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156109d757845460ff60401b1916600160401b1785555b6109e1878761177d565b8315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610a3b33610423565b610a4682601d611898565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610a7690859060040161217d565b6020604051808303815f875af1158015610a92573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab6919061253b565b92915050565b5f610ac633610423565b610a46826015611898565b610ad9612089565b610ae233610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610b159063a388186360e01b906004016124ad565b602060405180830381865afa158015610b30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b549190612515565b610b7c5760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600c6104d0565b9050610b9b6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610bc6919061217d565b6020604051808303815f875af1158015610be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c06919061253b565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca691906125ea565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610ce9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061065091906125c4565b610d15612089565b610d1e33610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d5190636ec6c77160e11b906004016124ad565b602060405180830381865afa158015610d6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d909190612515565b610db8576040516304c983f360e41b81526001600160a01b03841660048201526024016104c0565b610b8783600f6104d0565b33610dcc61107a565b6001600160a01b0316816001600160a01b031614610e075760405162d1953b60e31b81526001600160a01b03821660048201526024016104c0565b816001600160a01b03163b5f03610e3c576040516361798f2f60e11b81526001600160a01b03831660048201526024016104c0565b610e45826119f6565b5050565b5f610e5333610423565b610a46826021611898565b5f805f8051602061295483398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610eca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eee9190612515565b15610f79576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f739190612610565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061297483398151915280545f9190600160a01b900460ff16610fb6575f610f73565b638fb3603760e01b91505090565b610fcc612089565b610fd533610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790611008906301a39f4760e01b906004016124ad565b602060405180830381865afa158015611023573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110479190612515565b61106f576040516367237f5b60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600e6104d0565b5f80516020612974833981519152546001600160a01b031690565b5f61109f33610423565b610a4682601f611898565b6110b2612089565b6110bb33610423565b610b878360036104d0565b6110ce612089565b6110d733610423565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061110a90632986755f60e11b906004016124ad565b602060405180830381865afa158015611125573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111499190612515565b61117157604051632624ae7760e01b81526001600160a01b03851660048201526024016104c0565b61117c84848461130b565b90506111906001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016111bb919061217d565b6020604051808303815f875af11580156111d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fb919061253b565b6001600160601b031681529392505050565b5f805160206129748339815191525f8061124561122861107a565b873061123760045f8a8c61262b565b61124091612652565b611a56565b91509150816113035763ffffffff8116156112e057825460ff60a01b1916600160a01b17835561127361107a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016112a293929190612688565b5f604051808303815f87803b1580156112b9575f80fd5b505af11580156112cb573d5f803e3d5ffd5b5050845460ff60a01b19168555506113039050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104c0565b505050505050565b611313612089565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561134e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113759190810190612714565b9050836001600160a01b031681608001516001600160a01b0316146113c65760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104c0565b604081015160ff84811691161461141257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104c0565b60a08101516001600160a01b038082169084161461145e576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104c0565b846001600160a01b0316816001600160a01b03160361149b57604051638e80a3f960e01b81526001600160a01b03861660048201526024016104c0565b6001600160a01b0381166114cd576040516343e40cb560e01b81526001600160a01b03861660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561151f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115439190612515565b15611574576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104c0565b509392505050565b5f805f8051602061295483398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156115e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160c9190612515565b156116385780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561168a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ae9190612515565b6116d65760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104c0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174c919061253b565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b5e565b5f805160206129948339815191528054600160401b810460ff1615906001600160401b03165f811580156117ae5750825b90505f826001600160401b031660011480156117c95750303b155b9050811580156117d7575080155b156117f55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561181f57845460ff60401b1916600160401b1785555b5f808780602001905181019061183591906127d6565b9150915061184482828b611b96565b6118546393a3e0eb60e01b611cca565b50508315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a1f565b60808201516001600160a01b0316156118cf5760408083015190516340fda83160e11b815260ff90911660048201526024016104c0565b604082015160ff82811691161461190c576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104c0565b60a08201516001600160a01b038116611943576040808401519051633312954f60e21b815260ff90911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190612515565b156119f157604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b03821660248201526044016104c0565b505050565b5f8051602061297483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611ac49190612803565b5f60405180830381855afa9150503d805f8114611afc576040519150601f19603f3d011682016040523d82523d5f602084013e611b01565b606091505b50915091508115611b53576040815110611b335780806020019051810190611b299190612819565b9094509250611b53565b6020815110611b535780806020019051810190611b509190612515565b93505b505094509492505050565b5f8051602061299483398151915254600160401b900460ff16611b9457604051631afcd79f60e31b815260040160405180910390fd5b565b611b9e611b5e565b611c1a83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c02919061253b565b60085f8560405180602001604052805f815250611cf6565b6001600160a01b03821615611c3757611c3282611d9b565b611cae565b5f611c426002611daf565b9050611cac816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ca79190612610565b611d9b565b505b611cbe634a531f3360e01b611cca565b6119f163daf9067160e01b5b611cd2611b5e565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611cfe611b5e565b611d088287611eb0565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d918382612899565b5050505050505050565b611da3611b5e565b611dac81611f26565b50565b5f611dc26001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906125ea565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611e8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab69190612610565b611eb8611b5e565b611ec181611f37565b611ec9612044565b6001600160a01b038216611ef05760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061295483398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611f2e611b5e565b611dac816119f6565b611f3f611b5e565b806001600160a01b03163b5f03611f745760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790611fba90632f6da6f960e01b906004016124ad565b602060405180830381865afa925050508015611ff3575060408051601f3d908101601f19168201909252611ff091810190612515565b60015b61201b5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b80610e455760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104c0565b61204c611b5e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156120d6575f80fd5b81356001600160e01b0319811681146120ed575f80fd5b9392505050565b6001600160a01b0381168114611dac575f80fd5b8035612113816120f4565b919050565b5f8060408385031215612129575f80fd5b8235612134816120f4565b91506020830135612144816120f4565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516121c5608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261220961010084018261214f565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561224757612247612211565b60405290565b604051601f8201601f191681016001600160401b038111828210171561227557612275612211565b604052919050565b5f6001600160401b0382111561229557612295612211565b50601f01601f191660200190565b5f82601f8301126122b2575f80fd5b81356122c56122c08261227d565b61224d565b8181528460208386010111156122d9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612305575f80fd5b81356001600160401b0381111561231a575f80fd5b612209848285016122a3565b5f8060408385031215612337575f80fd5b8235612342816120f4565b915060208301356001600160401b0381111561235c575f80fd5b612368858286016122a3565b9150509250929050565b6001600160601b0381168114611dac575f80fd5b803561211381612372565b60ff81168114611dac575f80fd5b803561211381612391565b8015158114611dac575f80fd5b8035612113816123aa565b5f602082840312156123d2575f80fd5b81356001600160401b038111156123e7575f80fd5b820160e081850312156123f8575f80fd5b612400612225565b61240982612386565b815261241760208301612386565b60208201526124286040830161239f565b6040820152612439606083016123b7565b606082015261244a60808301612108565b608082015261245b60a08301612108565b60a082015260c08201356001600160401b03811115612478575f80fd5b612484868285016122a3565b60c083015250949350505050565b5f602082840312156124a2575f80fd5b81356120ed816120f4565b6001600160e01b031991909116815260200190565b5f805f606084860312156124d4575f80fd5b83356124df816120f4565b925060208401356124ef81612391565b915060408401356124ff816120f4565b809150509250925092565b8051612113816123aa565b5f60208284031215612525575f80fd5b81516120ed816123aa565b805161211381612372565b5f6020828403121561254b575f80fd5b81516120ed81612372565b5f60208284031215612566575f80fd5b815162ffffff811681146120ed575f80fd5b600181811c9082168061258c57607f821691505b6020821081036125aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611dac575f80fd5b5f602082840312156125d4575f80fd5b81516120ed816125b0565b805161211381612391565b5f602082840312156125fa575f80fd5b81516120ed81612391565b8051612113816120f4565b5f60208284031215612620575f80fd5b81516120ed816120f4565b5f8085851115612639575f80fd5b83861115612645575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c7576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f8301126126d6575f80fd5b81516126e46122c08261227d565b8181528460208386010111156126f8575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612724575f80fd5b81516001600160401b03811115612739575f80fd5b820160e0818503121561274a575f80fd5b612752612225565b61275b82612530565b815261276960208301612530565b602082015261277a604083016125df565b604082015261278b6060830161250a565b606082015261279c60808301612605565b60808201526127ad60a08301612605565b60a082015260c08201516001600160401b038111156127ca575f80fd5b612484868285016126c7565b5f80604083850312156127e7575f80fd5b82516127f2816120f4565b6020840151909250612144816120f4565b5f82518060208501845e5f920191825250919050565b5f806040838503121561282a575f80fd5b8251612835816123aa565b602084015190925063ffffffff81168114612144575f80fd5b601f8211156119f157805f5260205f20601f840160051c810160208510156128735750805b601f840160051c820191505b81811015612892575f815560010161287f565b5050505050565b81516001600160401b038111156128b2576128b2612211565b6128c6816128c08454612578565b8461284e565b6020601f8211600181146128f8575f83156128e15750848201515b5f19600385901b1c1916600184901b178455612892565b5f84815260208120601f198516915b828110156129275787850151825560209485019460019092019101612907565b508482101561294457868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ee3fbf2e6b5354afe05df8dcd71610cda7daf1a9e9cf460df81941efd9f2810364736f6c634300081a0033",
1244
+ "linkReferences": {
1245
+ "contracts/type/NftId.sol": {
1246
+ "NftIdLib": [
1247
+ {
1248
+ "length": 20,
1249
+ "start": 1892
1250
+ },
1251
+ {
1252
+ "length": 20,
1253
+ "start": 3944
1254
+ },
1255
+ {
1256
+ "length": 20,
1257
+ "start": 5766
1258
+ }
1259
+ ]
1260
+ },
1261
+ "contracts/type/RoleId.sol": {
1262
+ "RoleIdLib": [
1263
+ {
1264
+ "length": 20,
1265
+ "start": 3312
1266
+ }
1267
+ ]
1268
+ },
1269
+ "contracts/type/Version.sol": {
1270
+ "VersionLib": [
1271
+ {
1272
+ "length": 20,
1273
+ "start": 1738
1274
+ },
1275
+ {
1276
+ "length": 20,
1277
+ "start": 2243
1278
+ }
1279
+ ],
1280
+ "VersionPartLib": [
1281
+ {
1282
+ "length": 20,
1283
+ "start": 3360
1284
+ },
1285
+ {
1286
+ "length": 20,
1287
+ "start": 7875
1288
+ }
1289
+ ]
1290
+ }
1291
+ },
1292
+ "deployedLinkReferences": {
1293
+ "contracts/type/NftId.sol": {
1294
+ "NftIdLib": [
1295
+ {
1296
+ "length": 20,
1297
+ "start": 1678
1298
+ },
1299
+ {
1300
+ "length": 20,
1301
+ "start": 3730
1302
+ },
1303
+ {
1304
+ "length": 20,
1305
+ "start": 5552
1306
+ }
1307
+ ]
1308
+ },
1309
+ "contracts/type/RoleId.sol": {
1310
+ "RoleIdLib": [
1311
+ {
1312
+ "length": 20,
1313
+ "start": 3098
1314
+ }
1315
+ ]
1316
+ },
1317
+ "contracts/type/Version.sol": {
1318
+ "VersionLib": [
1319
+ {
1320
+ "length": 20,
1321
+ "start": 1524
1322
+ },
1323
+ {
1324
+ "length": 20,
1325
+ "start": 2029
1326
+ }
1327
+ ],
1328
+ "VersionPartLib": [
1329
+ {
1330
+ "length": 20,
1331
+ "start": 3146
1332
+ },
1333
+ {
1334
+ "length": 20,
1335
+ "start": 7661
1336
+ }
1337
+ ]
1338
+ }
1339
+ }
1340
+ }