@etherisc/gif-next 0.0.2-f08d150-296 → 0.0.2-f1fe735-758

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