@etherisc/gif-next 0.0.2-c630f3f-038 → 0.0.2-c637cfc-718

Sign up to get free protection for your applications and to get access to all the features.
Files changed (651) hide show
  1. package/README.md +384 -20
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1013 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1012 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  37. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
  38. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  39. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  40. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  41. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
  42. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
  44. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  45. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  46. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +293 -1120
  48. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  49. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  50. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/Instance.sol/Instance.json +380 -1290
  52. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  54. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  56. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  57. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1850 -0
  58. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1053 -0
  60. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +714 -0
  62. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3587 -0
  64. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  66. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  67. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  68. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  69. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  70. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  71. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  72. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  73. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  74. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  75. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  76. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  77. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  78. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  79. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  80. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  81. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
  82. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  83. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  84. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  85. package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/IRisk.sol/IRisk.json} +2 -2
  86. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  87. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  88. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
  90. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  92. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  94. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  96. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  98. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
  100. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
  102. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
  104. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  105. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
  106. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  107. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  108. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1367 -0
  110. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +802 -0
  112. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  114. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  115. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  116. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1198 -0
  118. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  119. package/artifacts/contracts/pool/Pool.sol/Pool.json +1034 -0
  120. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1474 -0
  122. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +726 -0
  124. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
  126. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
  128. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  129. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
  130. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  132. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1346 -0
  134. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +814 -0
  136. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  137. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +517 -0
  138. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  139. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
  140. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +867 -0
  142. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  143. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  144. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  145. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  146. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +400 -0
  148. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1223 -0
  150. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  151. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +762 -0
  152. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
  154. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
  156. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  157. package/artifacts/contracts/product/Product.sol/Product.json +1054 -0
  158. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  159. package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
  160. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
  162. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  163. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
  164. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  165. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +947 -25
  166. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  168. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  170. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/Registry.sol/Registry.json +1452 -113
  172. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  173. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  174. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  175. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1345 -0
  176. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +701 -0
  178. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  180. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  181. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  182. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  183. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  184. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  185. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  186. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  187. package/artifacts/contracts/shared/Component.sol/Component.json +685 -0
  188. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
  190. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  191. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
  192. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  193. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +432 -0
  194. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  195. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  196. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  197. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  198. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  200. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  201. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  202. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  203. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
  204. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  205. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/ILifecycle.sol/ILifecycle.json} +37 -51
  206. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  207. package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +42 -77
  208. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  210. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +181 -0
  212. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
  214. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  215. package/artifacts/contracts/shared/IService.sol/IService.json +346 -0
  216. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  217. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  218. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  219. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  220. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  221. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
  222. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  223. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  224. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  225. package/artifacts/contracts/{instance/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +19 -68
  226. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  227. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  228. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  229. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +193 -0
  230. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  231. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  232. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  233. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +264 -0
  234. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  235. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  236. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  237. package/artifacts/contracts/shared/Service.sol/Service.json +400 -0
  238. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  239. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  240. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  241. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  242. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  243. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  244. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  245. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  246. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  248. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -0
  250. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  252. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
  254. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  256. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
  258. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
  260. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  262. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  263. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  264. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  265. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  266. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  268. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  270. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  272. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  274. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  276. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  278. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  280. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  281. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  282. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  284. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  286. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  288. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  290. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  292. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  294. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  296. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  298. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  300. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  302. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  304. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  306. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  308. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  310. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  312. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  314. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  315. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  316. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  317. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
  318. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  319. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  320. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  322. package/contracts/authorization/AccessAdmin.sol +592 -0
  323. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  324. package/contracts/authorization/Authorization.sol +217 -0
  325. package/contracts/authorization/IAccess.sol +48 -0
  326. package/contracts/authorization/IAccessAdmin.sol +135 -0
  327. package/contracts/authorization/IAuthorization.sol +54 -0
  328. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  329. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  330. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  331. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  332. package/contracts/distribution/BasicDistribution.sol +138 -0
  333. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  334. package/contracts/distribution/Distribution.sol +295 -0
  335. package/contracts/distribution/DistributionService.sol +336 -0
  336. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  337. package/contracts/distribution/IDistributionComponent.sol +52 -0
  338. package/contracts/distribution/IDistributionService.sol +101 -0
  339. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  340. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  341. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  342. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  343. package/contracts/instance/BundleSet.sol +126 -0
  344. package/contracts/instance/IInstance.sol +60 -22
  345. package/contracts/instance/IInstanceService.sol +92 -0
  346. package/contracts/instance/Instance.sol +211 -54
  347. package/contracts/instance/InstanceAdmin.sol +285 -0
  348. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  349. package/contracts/instance/InstanceReader.sol +430 -0
  350. package/contracts/instance/InstanceService.sol +466 -0
  351. package/contracts/instance/InstanceServiceManager.sol +39 -0
  352. package/contracts/instance/InstanceStore.sol +287 -0
  353. package/contracts/instance/base/BalanceStore.sol +123 -0
  354. package/contracts/instance/base/Cloneable.sol +28 -0
  355. package/contracts/instance/base/ObjectCounter.sol +21 -0
  356. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  357. package/contracts/instance/base/ObjectSet.sol +79 -0
  358. package/contracts/instance/module/IAccess.sol +46 -0
  359. package/contracts/instance/module/IBundle.sol +20 -0
  360. package/contracts/instance/module/IComponents.sol +46 -0
  361. package/contracts/instance/module/IDistribution.sol +41 -0
  362. package/contracts/instance/module/IPolicy.sol +84 -0
  363. package/contracts/instance/module/IRisk.sol +11 -0
  364. package/contracts/mock/Dip.sol +2 -2
  365. package/contracts/oracle/BasicOracle.sol +48 -0
  366. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  367. package/contracts/oracle/IOracle.sol +36 -0
  368. package/contracts/oracle/IOracleComponent.sol +33 -0
  369. package/contracts/oracle/IOracleService.sol +65 -0
  370. package/contracts/oracle/Oracle.sol +167 -0
  371. package/contracts/oracle/OracleService.sol +281 -0
  372. package/contracts/oracle/OracleServiceManager.sol +39 -0
  373. package/contracts/pool/BasicPool.sol +166 -0
  374. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  375. package/contracts/pool/BundleService.sol +438 -0
  376. package/contracts/pool/BundleServiceManager.sol +39 -0
  377. package/contracts/pool/IBundleService.sol +134 -0
  378. package/contracts/pool/IPoolComponent.sol +58 -0
  379. package/contracts/pool/IPoolService.sol +160 -0
  380. package/contracts/pool/Pool.sol +326 -0
  381. package/contracts/pool/PoolService.sol +508 -0
  382. package/contracts/pool/PoolServiceManager.sol +39 -0
  383. package/contracts/product/ApplicationService.sol +247 -0
  384. package/contracts/product/ApplicationServiceManager.sol +38 -0
  385. package/contracts/product/BasicProduct.sol +53 -0
  386. package/contracts/product/BasicProductAuthorization.sol +43 -0
  387. package/contracts/product/ClaimService.sol +536 -0
  388. package/contracts/product/ClaimServiceManager.sol +38 -0
  389. package/contracts/product/IApplicationService.sol +63 -0
  390. package/contracts/product/IClaimService.sol +122 -0
  391. package/contracts/product/IPolicyService.sol +77 -0
  392. package/contracts/product/IPricingService.sol +39 -0
  393. package/contracts/product/IProductComponent.sol +39 -0
  394. package/contracts/product/IRiskService.sol +33 -0
  395. package/contracts/product/PolicyService.sol +646 -0
  396. package/contracts/product/PolicyServiceManager.sol +39 -0
  397. package/contracts/product/PricingService.sol +300 -0
  398. package/contracts/product/PricingServiceManager.sol +39 -0
  399. package/contracts/product/Product.sol +425 -0
  400. package/contracts/product/RiskService.sol +96 -0
  401. package/contracts/product/RiskServiceManager.sol +39 -0
  402. package/contracts/registry/ChainNft.sol +176 -61
  403. package/contracts/registry/IRegistry.sol +146 -45
  404. package/contracts/registry/IRegistryService.sol +69 -0
  405. package/contracts/registry/ITransferInterceptor.sol +7 -0
  406. package/contracts/registry/Registry.sol +653 -133
  407. package/contracts/registry/RegistryAdmin.sol +464 -0
  408. package/contracts/registry/RegistryService.sol +252 -0
  409. package/contracts/registry/RegistryServiceManager.sol +53 -0
  410. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  411. package/contracts/registry/ReleaseRegistry.sol +491 -0
  412. package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
  413. package/contracts/registry/TokenRegistry.sol +315 -0
  414. package/contracts/shared/Component.sol +268 -0
  415. package/contracts/shared/ComponentService.sol +641 -0
  416. package/contracts/shared/ComponentServiceManager.sol +38 -0
  417. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  418. package/contracts/shared/ContractLib.sol +38 -0
  419. package/contracts/shared/IComponent.sol +70 -0
  420. package/contracts/shared/IComponentService.sol +108 -0
  421. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  422. package/contracts/shared/IKeyValueStore.sol +54 -0
  423. package/contracts/shared/ILifecycle.sol +29 -0
  424. package/contracts/shared/INftOwnable.sol +23 -0
  425. package/contracts/shared/IPolicyHolder.sol +35 -0
  426. package/contracts/shared/IRegisterable.sol +15 -0
  427. package/contracts/shared/IRegistryLinked.sol +11 -0
  428. package/contracts/shared/IService.sol +25 -0
  429. package/contracts/shared/InitializableCustom.sol +177 -0
  430. package/contracts/shared/InitializableERC165.sol +27 -0
  431. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  432. package/contracts/shared/KeyValueStore.sol +131 -0
  433. package/contracts/shared/Lifecycle.sol +77 -0
  434. package/contracts/shared/NftIdSet.sol +65 -0
  435. package/contracts/shared/NftOwnable.sol +107 -0
  436. package/contracts/shared/PolicyHolder.sol +58 -0
  437. package/contracts/shared/Registerable.sol +75 -0
  438. package/contracts/shared/RegistryLinked.sol +44 -0
  439. package/contracts/shared/Service.sol +87 -0
  440. package/contracts/shared/TokenHandler.sol +139 -0
  441. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  442. package/contracts/staking/IStaking.sol +168 -0
  443. package/contracts/staking/IStakingService.sol +160 -0
  444. package/contracts/staking/StakeManagerLib.sol +224 -0
  445. package/contracts/staking/Staking.sol +498 -0
  446. package/contracts/staking/StakingLifecycle.sol +23 -0
  447. package/contracts/staking/StakingManager.sol +52 -0
  448. package/contracts/staking/StakingReader.sol +183 -0
  449. package/contracts/staking/StakingService.sol +407 -0
  450. package/contracts/staking/StakingServiceManager.sol +44 -0
  451. package/contracts/staking/StakingStore.sol +605 -0
  452. package/contracts/staking/TargetManagerLib.sol +211 -0
  453. package/contracts/type/AddressSet.sol +58 -0
  454. package/contracts/type/Amount.sol +135 -0
  455. package/contracts/{types → type}/Blocknumber.sol +27 -3
  456. package/contracts/type/ClaimId.sol +75 -0
  457. package/contracts/type/DistributorType.sol +55 -0
  458. package/contracts/type/Fee.sol +66 -0
  459. package/contracts/type/Key32.sol +50 -0
  460. package/contracts/type/NftId.sol +78 -0
  461. package/contracts/type/NftIdSet.sol +62 -0
  462. package/contracts/type/ObjectType.sol +275 -0
  463. package/contracts/type/PayoutId.sol +82 -0
  464. package/contracts/type/Referral.sol +90 -0
  465. package/contracts/type/RequestId.sol +75 -0
  466. package/contracts/type/RiskId.sol +43 -0
  467. package/contracts/type/RoleId.sol +174 -0
  468. package/contracts/type/Seconds.sol +101 -0
  469. package/contracts/type/Selector.sol +102 -0
  470. package/contracts/{types → type}/StateId.sol +51 -6
  471. package/contracts/type/String.sol +53 -0
  472. package/contracts/{types → type}/Timestamp.sol +52 -8
  473. package/contracts/type/UFixed.sol +351 -0
  474. package/contracts/type/Version.sol +110 -0
  475. package/contracts/upgradeability/IVersionable.sol +53 -0
  476. package/contracts/upgradeability/ProxyManager.sol +231 -0
  477. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  478. package/contracts/upgradeability/Versionable.sol +59 -0
  479. package/package.json +17 -7
  480. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  481. package/artifacts/contracts/components/Component.sol/Component.json +0 -205
  482. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  483. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  484. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  485. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
  486. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  487. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
  488. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  489. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
  490. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  491. package/artifacts/contracts/components/Product.sol/Product.json +0 -346
  492. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  493. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  494. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  495. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  496. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  497. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  498. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  499. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  500. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  501. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  502. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  503. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  504. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  506. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  508. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  510. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  512. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  514. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  516. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  517. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  518. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  519. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  520. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  521. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  522. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  523. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  525. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  526. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  527. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  528. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  529. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  530. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  531. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  532. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  533. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  534. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -299
  535. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  536. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
  537. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  538. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  539. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
  540. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  541. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -217
  542. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
  544. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  545. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
  546. package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  547. package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.json +0 -134
  548. package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
  549. package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
  550. package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
  551. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  552. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  553. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
  554. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  555. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
  556. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  557. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  558. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
  559. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  560. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
  561. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  563. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
  565. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  566. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  567. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
  569. package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  570. package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  571. package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
  572. package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  573. package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
  574. package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  575. package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
  576. package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
  577. package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
  578. package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
  579. package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
  580. package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
  581. package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
  582. package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
  583. package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
  584. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  585. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  586. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  587. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
  588. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  589. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  590. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  591. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
  592. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  593. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  594. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  595. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  596. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  597. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  598. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  599. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  600. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  601. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  602. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  603. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  605. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
  606. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  608. package/contracts/components/Component.sol +0 -77
  609. package/contracts/components/IPool.sol +0 -15
  610. package/contracts/components/IProduct.sol +0 -16
  611. package/contracts/components/Pool.sol +0 -52
  612. package/contracts/components/Product.sol +0 -89
  613. package/contracts/experiment/errors/Require.sol +0 -38
  614. package/contracts/experiment/errors/Revert.sol +0 -44
  615. package/contracts/experiment/inheritance/A.sol +0 -53
  616. package/contracts/experiment/inheritance/B.sol +0 -28
  617. package/contracts/experiment/inheritance/C.sol +0 -34
  618. package/contracts/experiment/inheritance/IA.sol +0 -13
  619. package/contracts/experiment/inheritance/IB.sol +0 -10
  620. package/contracts/experiment/inheritance/IC.sol +0 -12
  621. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  622. package/contracts/experiment/statemachine/ISM.sol +0 -25
  623. package/contracts/experiment/statemachine/README.md +0 -112
  624. package/contracts/experiment/statemachine/SM.sol +0 -57
  625. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  626. package/contracts/experiment/types/TypeA.sol +0 -47
  627. package/contracts/experiment/types/TypeB.sol +0 -29
  628. package/contracts/instance/access/Access.sol +0 -165
  629. package/contracts/instance/access/IAccess.sol +0 -63
  630. package/contracts/instance/component/ComponentModule.sol +0 -274
  631. package/contracts/instance/component/IComponent.sol +0 -74
  632. package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
  633. package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
  634. package/contracts/instance/policy/IPolicy.sol +0 -50
  635. package/contracts/instance/policy/PolicyModule.sol +0 -114
  636. package/contracts/instance/pool/IPoolModule.sol +0 -23
  637. package/contracts/instance/pool/PoolModule.sol +0 -81
  638. package/contracts/instance/product/IProductService.sol +0 -36
  639. package/contracts/instance/product/ProductService.sol +0 -136
  640. package/contracts/instance/treasury/ITreasury.sol +0 -91
  641. package/contracts/instance/treasury/TokenHandler.sol +0 -24
  642. package/contracts/instance/treasury/TreasuryModule.sol +0 -168
  643. package/contracts/mock/TestPool.sol +0 -16
  644. package/contracts/mock/TestProduct.sol +0 -39
  645. package/contracts/mock/Usdc.sol +0 -26
  646. package/contracts/registry/IChainNft.sol +0 -21
  647. package/contracts/types/ChainId.sol +0 -38
  648. package/contracts/types/Fee.sol +0 -32
  649. package/contracts/types/NftId.sol +0 -51
  650. package/contracts/types/ObjectType.sol +0 -107
  651. package/contracts/types/UFixed.sol +0 -210
@@ -0,0 +1,701 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "RegistryServiceManager",
4
+ "sourceName": "contracts/registry/RegistryServiceManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "registry",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "bytes32",
20
+ "name": "salt",
21
+ "type": "bytes32"
22
+ }
23
+ ],
24
+ "stateMutability": "nonpayable",
25
+ "type": "constructor"
26
+ },
27
+ {
28
+ "inputs": [
29
+ {
30
+ "internalType": "NftId",
31
+ "name": "nftId",
32
+ "type": "uint96"
33
+ }
34
+ ],
35
+ "name": "ErrorNftOwnableAlreadyLinked",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "address",
42
+ "name": "contractAddress",
43
+ "type": "address"
44
+ }
45
+ ],
46
+ "name": "ErrorNftOwnableContractNotRegistered",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "ErrorNftOwnableInitialOwnerZero",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [
56
+ {
57
+ "internalType": "address",
58
+ "name": "account",
59
+ "type": "address"
60
+ }
61
+ ],
62
+ "name": "ErrorNftOwnableNotOwner",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [
67
+ {
68
+ "internalType": "address",
69
+ "name": "registryAddress",
70
+ "type": "address"
71
+ }
72
+ ],
73
+ "name": "ErrorNotRegistry",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ErrorProxyManagerAlreadyDeployed",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [
83
+ {
84
+ "internalType": "Version",
85
+ "name": "nextVersion",
86
+ "type": "uint24"
87
+ }
88
+ ],
89
+ "name": "ErrorProxyManagerNextVersionNotIncreasing",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "ErrorProxyManagerNotYetDeployed",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "ErrorProxyManagerZeroVersion",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "ErrorRegistryAccessManagerAuthorityZero",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "ErrorRegistryAccessManagerRegistryZero",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [],
114
+ "name": "InvalidInitialization",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "inputs": [],
119
+ "name": "NotInitializing",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "anonymous": false,
124
+ "inputs": [
125
+ {
126
+ "indexed": false,
127
+ "internalType": "uint64",
128
+ "name": "version",
129
+ "type": "uint64"
130
+ }
131
+ ],
132
+ "name": "Initialized",
133
+ "type": "event"
134
+ },
135
+ {
136
+ "anonymous": false,
137
+ "inputs": [
138
+ {
139
+ "indexed": true,
140
+ "internalType": "address",
141
+ "name": "proxy",
142
+ "type": "address"
143
+ },
144
+ {
145
+ "indexed": false,
146
+ "internalType": "address",
147
+ "name": "initialImplementation",
148
+ "type": "address"
149
+ }
150
+ ],
151
+ "name": "LogProxyManagerVersionableDeployed",
152
+ "type": "event"
153
+ },
154
+ {
155
+ "anonymous": false,
156
+ "inputs": [
157
+ {
158
+ "indexed": true,
159
+ "internalType": "address",
160
+ "name": "proxy",
161
+ "type": "address"
162
+ },
163
+ {
164
+ "indexed": false,
165
+ "internalType": "address",
166
+ "name": "upgradedImplementation",
167
+ "type": "address"
168
+ }
169
+ ],
170
+ "name": "LogProxyManagerVersionableUpgraded",
171
+ "type": "event"
172
+ },
173
+ {
174
+ "inputs": [],
175
+ "name": "ACCESS_MANAGER_CREATION_CODE_HASH",
176
+ "outputs": [
177
+ {
178
+ "internalType": "bytes32",
179
+ "name": "",
180
+ "type": "bytes32"
181
+ }
182
+ ],
183
+ "stateMutability": "view",
184
+ "type": "function"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
189
+ "outputs": [
190
+ {
191
+ "internalType": "bytes32",
192
+ "name": "",
193
+ "type": "bytes32"
194
+ }
195
+ ],
196
+ "stateMutability": "view",
197
+ "type": "function"
198
+ },
199
+ {
200
+ "inputs": [
201
+ {
202
+ "internalType": "address",
203
+ "name": "registry",
204
+ "type": "address"
205
+ },
206
+ {
207
+ "internalType": "address",
208
+ "name": "initialImplementation",
209
+ "type": "address"
210
+ },
211
+ {
212
+ "internalType": "bytes",
213
+ "name": "initializationData",
214
+ "type": "bytes"
215
+ }
216
+ ],
217
+ "name": "deploy",
218
+ "outputs": [
219
+ {
220
+ "internalType": "contract IVersionable",
221
+ "name": "versionable",
222
+ "type": "address"
223
+ }
224
+ ],
225
+ "stateMutability": "nonpayable",
226
+ "type": "function"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "address",
232
+ "name": "registry",
233
+ "type": "address"
234
+ },
235
+ {
236
+ "internalType": "address",
237
+ "name": "initialImplementation",
238
+ "type": "address"
239
+ },
240
+ {
241
+ "internalType": "bytes",
242
+ "name": "initializationData",
243
+ "type": "bytes"
244
+ },
245
+ {
246
+ "internalType": "bytes32",
247
+ "name": "salt",
248
+ "type": "bytes32"
249
+ }
250
+ ],
251
+ "name": "deployDetermenistic",
252
+ "outputs": [
253
+ {
254
+ "internalType": "contract IVersionable",
255
+ "name": "versionable",
256
+ "type": "address"
257
+ }
258
+ ],
259
+ "stateMutability": "nonpayable",
260
+ "type": "function"
261
+ },
262
+ {
263
+ "inputs": [
264
+ {
265
+ "internalType": "address",
266
+ "name": "proxyOwner",
267
+ "type": "address"
268
+ },
269
+ {
270
+ "internalType": "bytes",
271
+ "name": "deployData",
272
+ "type": "bytes"
273
+ }
274
+ ],
275
+ "name": "getDeployData",
276
+ "outputs": [
277
+ {
278
+ "internalType": "bytes",
279
+ "name": "data",
280
+ "type": "bytes"
281
+ }
282
+ ],
283
+ "stateMutability": "pure",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "inputs": [],
288
+ "name": "getNftId",
289
+ "outputs": [
290
+ {
291
+ "internalType": "NftId",
292
+ "name": "",
293
+ "type": "uint96"
294
+ }
295
+ ],
296
+ "stateMutability": "view",
297
+ "type": "function"
298
+ },
299
+ {
300
+ "inputs": [],
301
+ "name": "getOwner",
302
+ "outputs": [
303
+ {
304
+ "internalType": "address",
305
+ "name": "",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "stateMutability": "view",
310
+ "type": "function"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "getProxy",
315
+ "outputs": [
316
+ {
317
+ "internalType": "contract UpgradableProxyWithAdmin",
318
+ "name": "",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "stateMutability": "view",
323
+ "type": "function"
324
+ },
325
+ {
326
+ "inputs": [],
327
+ "name": "getRegistry",
328
+ "outputs": [
329
+ {
330
+ "internalType": "contract IRegistry",
331
+ "name": "",
332
+ "type": "address"
333
+ }
334
+ ],
335
+ "stateMutability": "view",
336
+ "type": "function"
337
+ },
338
+ {
339
+ "inputs": [],
340
+ "name": "getRegistryService",
341
+ "outputs": [
342
+ {
343
+ "internalType": "contract RegistryService",
344
+ "name": "registryService",
345
+ "type": "address"
346
+ }
347
+ ],
348
+ "stateMutability": "view",
349
+ "type": "function"
350
+ },
351
+ {
352
+ "inputs": [
353
+ {
354
+ "internalType": "bytes",
355
+ "name": "upgradeData",
356
+ "type": "bytes"
357
+ }
358
+ ],
359
+ "name": "getUpgradeData",
360
+ "outputs": [
361
+ {
362
+ "internalType": "bytes",
363
+ "name": "data",
364
+ "type": "bytes"
365
+ }
366
+ ],
367
+ "stateMutability": "pure",
368
+ "type": "function"
369
+ },
370
+ {
371
+ "inputs": [],
372
+ "name": "getVersion",
373
+ "outputs": [
374
+ {
375
+ "internalType": "Version",
376
+ "name": "",
377
+ "type": "uint24"
378
+ }
379
+ ],
380
+ "stateMutability": "view",
381
+ "type": "function"
382
+ },
383
+ {
384
+ "inputs": [
385
+ {
386
+ "internalType": "uint256",
387
+ "name": "idx",
388
+ "type": "uint256"
389
+ }
390
+ ],
391
+ "name": "getVersion",
392
+ "outputs": [
393
+ {
394
+ "internalType": "Version",
395
+ "name": "",
396
+ "type": "uint24"
397
+ }
398
+ ],
399
+ "stateMutability": "view",
400
+ "type": "function"
401
+ },
402
+ {
403
+ "inputs": [],
404
+ "name": "getVersionCount",
405
+ "outputs": [
406
+ {
407
+ "internalType": "uint256",
408
+ "name": "",
409
+ "type": "uint256"
410
+ }
411
+ ],
412
+ "stateMutability": "view",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "inputs": [
417
+ {
418
+ "internalType": "Version",
419
+ "name": "_version",
420
+ "type": "uint24"
421
+ }
422
+ ],
423
+ "name": "getVersionInfo",
424
+ "outputs": [
425
+ {
426
+ "components": [
427
+ {
428
+ "internalType": "Version",
429
+ "name": "version",
430
+ "type": "uint24"
431
+ },
432
+ {
433
+ "internalType": "address",
434
+ "name": "implementation",
435
+ "type": "address"
436
+ },
437
+ {
438
+ "internalType": "address",
439
+ "name": "activatedBy",
440
+ "type": "address"
441
+ },
442
+ {
443
+ "internalType": "Timestamp",
444
+ "name": "activatedAt",
445
+ "type": "uint40"
446
+ },
447
+ {
448
+ "internalType": "Blocknumber",
449
+ "name": "activatedIn",
450
+ "type": "uint32"
451
+ }
452
+ ],
453
+ "internalType": "struct ProxyManager.VersionInfo",
454
+ "name": "",
455
+ "type": "tuple"
456
+ }
457
+ ],
458
+ "stateMutability": "view",
459
+ "type": "function"
460
+ },
461
+ {
462
+ "inputs": [
463
+ {
464
+ "internalType": "address",
465
+ "name": "registry",
466
+ "type": "address"
467
+ },
468
+ {
469
+ "internalType": "address",
470
+ "name": "implementation",
471
+ "type": "address"
472
+ },
473
+ {
474
+ "internalType": "bytes",
475
+ "name": "data",
476
+ "type": "bytes"
477
+ },
478
+ {
479
+ "internalType": "bytes32",
480
+ "name": "salt",
481
+ "type": "bytes32"
482
+ }
483
+ ],
484
+ "name": "initialize",
485
+ "outputs": [
486
+ {
487
+ "internalType": "contract IVersionable",
488
+ "name": "versionable",
489
+ "type": "address"
490
+ }
491
+ ],
492
+ "stateMutability": "nonpayable",
493
+ "type": "function"
494
+ },
495
+ {
496
+ "inputs": [],
497
+ "name": "linkToProxy",
498
+ "outputs": [
499
+ {
500
+ "internalType": "NftId",
501
+ "name": "",
502
+ "type": "uint96"
503
+ }
504
+ ],
505
+ "stateMutability": "nonpayable",
506
+ "type": "function"
507
+ },
508
+ {
509
+ "inputs": [],
510
+ "name": "linkToRegisteredNftId",
511
+ "outputs": [
512
+ {
513
+ "internalType": "NftId",
514
+ "name": "nftId",
515
+ "type": "uint96"
516
+ }
517
+ ],
518
+ "stateMutability": "nonpayable",
519
+ "type": "function"
520
+ },
521
+ {
522
+ "inputs": [
523
+ {
524
+ "internalType": "bytes4",
525
+ "name": "interfaceId",
526
+ "type": "bytes4"
527
+ }
528
+ ],
529
+ "name": "supportsInterface",
530
+ "outputs": [
531
+ {
532
+ "internalType": "bool",
533
+ "name": "",
534
+ "type": "bool"
535
+ }
536
+ ],
537
+ "stateMutability": "view",
538
+ "type": "function"
539
+ },
540
+ {
541
+ "inputs": [
542
+ {
543
+ "internalType": "address",
544
+ "name": "newImplementation",
545
+ "type": "address"
546
+ },
547
+ {
548
+ "internalType": "bytes",
549
+ "name": "upgradeData",
550
+ "type": "bytes"
551
+ }
552
+ ],
553
+ "name": "upgrade",
554
+ "outputs": [
555
+ {
556
+ "internalType": "contract IVersionable",
557
+ "name": "versionable",
558
+ "type": "address"
559
+ }
560
+ ],
561
+ "stateMutability": "nonpayable",
562
+ "type": "function"
563
+ }
564
+ ],
565
+ "bytecode": "0x60a060405234801561000f575f80fd5b50604051616c5d380380616c5d83398101604081905261002e91610b5b565b6001600160a01b03831661005557604051633946e55f60e11b815260040160405180910390fd5b6001600160a01b03821661007c5760405163aecc746b60e01b815260040160405180910390fd5b5f8160405161008a90610b26565b8190604051809103905ff59050801580156100a7573d5f803e3d5ffd5b5090505f83856040516020016100d39291906001600160a01b0392831681529116602082015260400190565b60408051601f1981840301815291905290505f6100f28584848761010a565b6001600160a01b031660805250610cf0945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f919068010000000000000000810460ff1615906001600160401b031683811580156101565750825b90505f826001600160401b031660011480156101715750303b155b90508115801561017f575080155b1561019d5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b031916600117855583156101cb57845460ff60401b1916680100000000000000001785555b6101d78a8a8a8a61022c565b9550831561021f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b5f610235610300565b5f8061024087610350565b90925090508386826102528589610390565b60405161025e90610b33565b61026a93929190610bc2565b8190604051809103905ff5905080158015610287573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556102b286836103e8565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661034e57604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f908190156103755760405163402b135f60e11b815260040160405180910390fd5b61037f33846107f6565b610387610888565b93309350915050565b60606349bb9e4b60e01b83836040516024016103ad929190610bf6565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610434573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104589190610c21565b90506104d68173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156104a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104c99190610c21565b62ffffff90811691161490565b156104f4576040516348c618db60e01b815260040160405180910390fd5b60045415610651576004805461050c90600190610c4a565b8154811061051c5761051c610c69565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801561058d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105b19190610c7d565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610603573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106279190610c7d565b1161065157604051633e614b6d60e11b815262ffffff821660048201526024015b60405180910390fd5b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610721573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107459190610c94565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b6107fe610300565b610807816109d5565b61080f610ae1565b6001600160a01b0382166108365760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610907573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092b9190610cb8565b156109b6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561098c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b09190610cd7565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b6109dd610300565b806001600160a01b03163b5f03610a125760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610648565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610a8c575060408051601f3d908101601f19168201909252610a8991810190610cb8565b60015b610ab45760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610648565b80610add5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610648565b5050565b610ae9610300565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612b058061330c83390190565b610e4c80615e1183390190565b80516001600160a01b0381168114610b56575f80fd5b919050565b5f805f60608486031215610b6d575f80fd5b610b7684610b40565b9250610b8460208501610b40565b9150604084015190509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610bed90830184610b94565b95945050505050565b6001600160a01b03831681526040602082018190525f90610c1990830184610b94565b949350505050565b5f60208284031215610c31575f80fd5b815162ffffff81168114610c43575f80fd5b9392505050565b818103818111156103e257634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610c8d575f80fd5b5051919050565b5f60208284031215610ca4575f80fd5b815164ffffffffff81168114610c43575f80fd5b5f60208284031215610cc8575f80fd5b81518015158114610c43575f80fd5b5f60208284031215610ce7575f80fd5b610c4382610b40565b608051612604610d085f395f6103c601526126045ff3fe608060405234801561000f575f80fd5b5060043610610127575f3560e01c8063893d20e8116100a9578063b88da7591161006e578063b88da7591461039e578063c987336c146103b1578063caf4e3d4146103c4578063f5c1b5a7146103ea578063fd0c63d9146103fd575f80fd5b8063893d20e8146103565780638e9afce61461035e578063933a9ce814610371578063946dfcfe14610382578063ada9652e1461038a575f80fd5b80632db5b86f116100ef5780632db5b86f146101f35780634d459c90146102065780635ab1bd5314610313578063644c45e0146103245780636bfc9c7314610341575f80fd5b806301ffc9a71461012b578063044995821461016c5780630d8e6e2c14610197578063138461e0146101b35780631775564d146101d3575b5f80fd5b610157610139366004611374565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017f61017a366004611455565b610405565b6040516001600160a01b039091168152602001610163565b61019f6104d8565b60405162ffffff9091168152602001610163565b6101bb610548565b6040516001600160601b039091168152602001610163565b6101e66101e13660046114bb565b610552565b6040516101639190611536565b61017f610201366004611548565b6105aa565b6102b66102143660046115b6565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610163565b6001546001600160a01b031661017f565b5f805160206125af833981519152546001600160601b03166101bb565b6103485f81565b604051908152602001610163565b61017f610677565b6101e661036c3660046115d1565b6107a8565b6002546001600160a01b031661017f565b600454610348565b6103485f805160206125af83398151915281565b61019f6103ac36600461160b565b6107fb565b61017f6103bf3660046114bb565b610839565b7f000000000000000000000000000000000000000000000000000000000000000061017f565b61017f6103f8366004611455565b6109e0565b6101bb610afb565b5f61040e610b12565b5f8061041987610b5d565b9150915083868261042a8589610552565b60405161043690611367565b61044293929190611622565b8190604051809103905ff590508015801561045f573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561048a8683610b9d565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801561051f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105439190611656565b905090565b5f61054330610fa6565b60606349bb9e4b60e01b838360405160240161056f929190611671565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105b3610b12565b5f806105be86610b5d565b9150915084816105ce8487610552565b6040516105da90611367565b6105e693929190611622565b604051809103905ff0801580156105ff573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561062a8583610b9d565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f805160206125af83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107079190611694565b15610792576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061078c91906116b3565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107c39190611536565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f6004828154811061080f5761080f6116ce565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610842610677565b6001600160a01b0316336001600160a01b03161461087a5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004545f0361089c5760405163366dfd2160e21b815260040160405180910390fd5b5f6108a5610677565b90505f6108ba6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156108f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091a91906116b3565b6002549091506001600160a01b03908116908216639623609d828861093e896107a8565b6040518463ffffffff1660e01b815260040161095c93929190611622565b5f604051808303815f87803b158015610973575f80fd5b505af1158015610985573d5f803e3d5ffd5b505050506109938684610b9d565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a285750825b90505f8267ffffffffffffffff166001148015610a445750303b155b905081158015610a52575080155b15610a705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a9a57845460ff60401b1916600160401b1785555b610aa68a8a8a8a610405565b95508315610aee57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f90610543906001600160a01b0316610fa6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b5b57604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610b825760405163402b135f60e11b815260040160405180910390fd5b610b8c338461119f565b610b94610677565b93309350915050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610be9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0d9190611656565b9050610c8b8173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7e9190611656565b62ffffff90811691161490565b15610ca9576040516348c618db60e01b815260040160405180910390fd5b60045415610e015760048054610cc1906001906116e2565b81548110610cd157610cd16116ce565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d42573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d669190611701565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610db8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ddc9190611701565b11610e0157604051633e614b6d60e11b815262ffffff82166004820152602401610871565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610ed1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef59190611718565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b5f805f805160206125af83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611012573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110369190611694565b156110625780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610871565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156110b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d89190611694565b6111005760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610871565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611152573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611176919061173c565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6111a7610b12565b6111b081611215565b6111b8611322565b6001600160a01b0382166111df5760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206125af83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b61121d610b12565b806001600160a01b03163b5f036112525760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610871565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156112cc575060408051601f3d908101601f191682019092526112c991810190611694565b60015b6112f45760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610871565b8061131d5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610871565b505b50565b61132a610b12565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061176383390190565b5f60208284031215611384575f80fd5b81356001600160e01b03198116811461139b575f80fd5b9392505050565b6001600160a01b038116811461131f575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126113d9575f80fd5b813567ffffffffffffffff8111156113f3576113f36113b6565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715611422576114226113b6565b604052818152838201602001851015611439575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f8060808587031215611468575f80fd5b8435611473816113a2565b93506020850135611483816113a2565b9250604085013567ffffffffffffffff81111561149e575f80fd5b6114aa878288016113ca565b949793965093946060013593505050565b5f80604083850312156114cc575f80fd5b82356114d7816113a2565b9150602083013567ffffffffffffffff8111156114f2575f80fd5b6114fe858286016113ca565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61139b6020830184611508565b5f805f6060848603121561155a575f80fd5b8335611565816113a2565b92506020840135611575816113a2565b9150604084013567ffffffffffffffff811115611590575f80fd5b61159c868287016113ca565b9150509250925092565b62ffffff8116811461131f575f80fd5b5f602082840312156115c6575f80fd5b813561139b816115a6565b5f602082840312156115e1575f80fd5b813567ffffffffffffffff8111156115f7575f80fd5b611603848285016113ca565b949350505050565b5f6020828403121561161b575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061164d90830184611508565b95945050505050565b5f60208284031215611666575f80fd5b815161139b816115a6565b6001600160a01b03831681526040602082018190525f9061160390830184611508565b5f602082840312156116a4575f80fd5b8151801515811461139b575f80fd5b5f602082840312156116c3575f80fd5b815161139b816113a2565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105a457634e487b7160e01b5f52601160045260245ffd5b5f60208284031215611711575f80fd5b5051919050565b5f60208284031215611728575f80fd5b815164ffffffffff8116811461139b575f80fd5b5f6020828403121561174c575f80fd5b81516001600160601b038116811461139b575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220b53a0e5463fb35cb58b6b16849bd4cd429c85f62f0756bd308497f22eae4e58e64736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612a2f806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80636c741e78116100f3578063ada9652e11610093578063c2bf08c81161006e578063c2bf08c8146103d6578063c4c79d8b146103e9578063d943342d146103fc578063ed841d0c1461040f575f80fd5b8063ada9652e146103ab578063b68d1809146103bf578063bf7e214f146103ce575f80fd5b80638105cc7f116100ce5780638105cc7f14610368578063893d20e81461037b5780638fb36037146103835780638fbc2d8114610398575f80fd5b80636c741e78146103225780637286e5e5146103425780637a9e5e4b14610355575f80fd5b8063329d6e741161015e5780635ab1bd53116101395780635ab1bd53146102ba5780635c992fed146102df5780635d966289146102f2578063644c45e014610305575f80fd5b8063329d6e741461027f57806349bb9e4b1461029457806357a8fba7146102a7575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b336600461210c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f436600461215e565b610416565b6040516101dd91906121c3565b61020e6105ce565b60405162ffffff90911681526020016101dd565b6101f9610655565b6102326107e1565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d36600461233b565b6107eb565b005b6102926102a236600461236c565b610935565b6102326102b5366004612408565b610a31565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326102ed366004612408565b610abc565b6101f961030036600461215e565b610ad1565b5f8051602061299a833981519152546001600160601b0316610232565b61032a610c17565b6040516001600160401b0390911681526020016101dd565b6101f961035036600461215e565b610d0d565b6102926103633660046124d8565b610dc3565b610232610376366004612408565b610e49565b6102c7610e5e565b61038b610f8f565b6040516101dd91906124f3565b6101f96103a636600461215e565b610fc4565b6102715f8051602061299a83398151915281565b604051600281526020016101dd565b6102c761107a565b6102326103e4366004612408565b611095565b6101f96103f736600461215e565b6110aa565b6101f961040a366004612508565b6110c6565b6102715f81565b61041e6120cf565b61042a335b5f3661120d565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061045d90632b1cb34b60e11b906004016124f3565b602060405180830381865afa158015610478573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049c919061255b565b6104c957604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d683600a5b8461130b565b90506104ea6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b815260040161051591906121c3565b6020604051808303815f875af1158015610531573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105559190612581565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af11580156105a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c79190612581565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561062c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610650919061259c565b905090565b61065d6120cf565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f79190612581565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161073f610e5e565b6001600160a01b0316815260200182600101805461075c906125be565b80601f0160208091040260200160405190810160405280929190818152602001828054610788906125be565b80156107d35780601f106107aa576101008083540402835291602001916107d3565b820191905f5260205f20905b8154815290600101906020018083116107b657829003601f168201915b505050505081525091505090565b5f6106503061157c565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61080d6105ce565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561084b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086f919061260a565b5f805160206129da8339815191528054600160401b900460ff16806108a1575080546001600160401b03808416911610155b156108bf5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108e983611775565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206129da8339815191528054600160401b810460ff1615906001600160401b03165f811580156109665750825b90505f826001600160401b031660011480156109815750303b155b90508115801561098f575080155b156109ad5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156109d757845460ff60401b1916600160401b1785555b6109e1878761177d565b8315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610a3b33610423565b610a4682601d611898565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610a769085906004016121c3565b6020604051808303815f875af1158015610a92573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab69190612581565b92915050565b5f610ac633610423565b610a46826015611898565b610ad96120cf565b610ae233610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610b159063a388186360e01b906004016124f3565b602060405180830381865afa158015610b30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b54919061255b565b610b7c5760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600c6104d0565b9050610b9b6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610bc691906121c3565b6020604051808303815f875af1158015610be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c069190612581565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190612630565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610ce9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610650919061260a565b610d156120cf565b610d1e33610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d5190636ec6c77160e11b906004016124f3565b602060405180830381865afa158015610d6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d90919061255b565b610db8576040516304c983f360e41b81526001600160a01b03841660048201526024016104c0565b610b8783600f6104d0565b33610dcc61107a565b6001600160a01b0316816001600160a01b031614610e075760405162d1953b60e31b81526001600160a01b03821660048201526024016104c0565b816001600160a01b03163b5f03610e3c576040516361798f2f60e11b81526001600160a01b03831660048201526024016104c0565b610e45826119f6565b5050565b5f610e5333610423565b610a46826021611898565b5f805f8051602061299a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610eca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eee919061255b565b15610f79576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f739190612656565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206129ba83398151915280545f9190600160a01b900460ff16610fb6575f610f73565b638fb3603760e01b91505090565b610fcc6120cf565b610fd533610423565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790611008906301a39f4760e01b906004016124f3565b602060405180830381865afa158015611023573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611047919061255b565b61106f576040516367237f5b60e11b81526001600160a01b03841660048201526024016104c0565b610b8783600e6104d0565b5f805160206129ba833981519152546001600160a01b031690565b5f61109f33610423565b610a4682601f611898565b6110b26120cf565b6110bb33610423565b610b878360036104d0565b6110ce6120cf565b6110d733610423565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061110a90632986755f60e11b906004016124f3565b602060405180830381865afa158015611125573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611149919061255b565b61117157604051632624ae7760e01b81526001600160a01b03851660048201526024016104c0565b61117c84848461130b565b90506111906001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016111bb91906121c3565b6020604051808303815f875af11580156111d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fb9190612581565b6001600160601b031681529392505050565b5f805160206129ba8339815191525f8061124561122861107a565b873061123760045f8a8c612671565b61124091612698565b611a56565b91509150816113035763ffffffff8116156112e057825460ff60a01b1916600160a01b17835561127361107a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016112a2939291906126ce565b5f604051808303815f87803b1580156112b9575f80fd5b505af11580156112cb573d5f803e3d5ffd5b5050845460ff60a01b19168555506113039050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104c0565b505050505050565b6113136120cf565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561134e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611375919081019061275a565b9050836001600160a01b031681608001516001600160a01b0316146113c65760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104c0565b604081015160ff84811691161461141257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104c0565b60a08101516001600160a01b038082169084161461145e576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104c0565b846001600160a01b0316816001600160a01b03160361149b57604051638e80a3f960e01b81526001600160a01b03861660048201526024016104c0565b6001600160a01b0381166114cd576040516343e40cb560e01b81526001600160a01b03861660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561151f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611543919061255b565b15611574576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104c0565b509392505050565b5f805f8051602061299a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156115e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160c919061255b565b156116385780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561168a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ae919061255b565b6116d65760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104c0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174c9190612581565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b5e565b5f805160206129da8339815191528054600160401b810460ff1615906001600160401b03165f811580156117ae5750825b90505f826001600160401b031660011480156117c95750303b155b9050811580156117d7575080155b156117f55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561181f57845460ff60401b1916600160401b1785555b5f8087806020019051810190611835919061281c565b9150915061184482828b611b96565b6118546393a3e0eb60e01b611cd2565b50508315610a2857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a1f565b60808201516001600160a01b0316156118cf5760408083015190516340fda83160e11b815260ff90911660048201526024016104c0565b604082015160ff82811691161461190c576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104c0565b60a08201516001600160a01b038116611943576040808401519051633312954f60e21b815260ff90911660048201526024016104c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b9919061255b565b156119f157604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b03821660248201526044016104c0565b505050565b5f805160206129ba83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611ac49190612849565b5f60405180830381855afa9150503d805f8114611afc576040519150601f19603f3d011682016040523d82523d5f602084013e611b01565b606091505b50915091508115611b53576040815110611b335780806020019051810190611b29919061285f565b9094509250611b53565b6020815110611b535780806020019051810190611b50919061255b565b93505b505094509492505050565b5f805160206129da83398151915254600160401b900460ff16611b9457604051631afcd79f60e31b815260040160405180910390fd5b565b611b9e611b5e565b611ba6611cfe565b6001600160a01b03821615611bc357611bbe82611d0e565b611c3a565b5f611bce6002611d22565b9050611c38816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c339190612656565b611d0e565b505b611cb683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c9e9190612581565b60085f8560405180602001604052805f815250611e23565b611cc6634a531f3360e01b611cd2565b6119f163daf9067160e01b5b611cda611b5e565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611d06611b5e565b611b94611ec8565b611d16611b5e565b611d1f81611ef6565b50565b5f611d356001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611d98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dbc9190612630565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611dff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab69190612656565b611e2b611b5e565b611e358287611f07565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611ebe83826128df565b5050505050505050565b611ed0611b5e565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611efe611b5e565b611d1f816119f6565b611f0f611b5e565b611f1881611f7d565b611f2061208a565b6001600160a01b038216611f475760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061299a83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611f85611b5e565b806001600160a01b03163b5f03611fba5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061200090632f6da6f960e01b906004016124f3565b602060405180830381865afa925050508015612039575060408051601f3d908101601f191682019092526120369181019061255b565b60015b6120615760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104c0565b80610e455760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104c0565b612092611b5e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f6020828403121561211c575f80fd5b81356001600160e01b031981168114612133575f80fd5b9392505050565b6001600160a01b0381168114611d1f575f80fd5b80356121598161213a565b919050565b5f806040838503121561216f575f80fd5b823561217a8161213a565b9150602083013561218a8161213a565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161220b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261224f610100840182612195565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561228d5761228d612257565b60405290565b604051601f8201601f191681016001600160401b03811182821017156122bb576122bb612257565b604052919050565b5f6001600160401b038211156122db576122db612257565b50601f01601f191660200190565b5f82601f8301126122f8575f80fd5b813561230b612306826122c3565b612293565b81815284602083860101111561231f575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6020828403121561234b575f80fd5b81356001600160401b03811115612360575f80fd5b61224f848285016122e9565b5f806040838503121561237d575f80fd5b82356123888161213a565b915060208301356001600160401b038111156123a2575f80fd5b6123ae858286016122e9565b9150509250929050565b6001600160601b0381168114611d1f575f80fd5b8035612159816123b8565b60ff81168114611d1f575f80fd5b8035612159816123d7565b8015158114611d1f575f80fd5b8035612159816123f0565b5f60208284031215612418575f80fd5b81356001600160401b0381111561242d575f80fd5b820160e0818503121561243e575f80fd5b61244661226b565b61244f826123cc565b815261245d602083016123cc565b602082015261246e604083016123e5565b604082015261247f606083016123fd565b60608201526124906080830161214e565b60808201526124a160a0830161214e565b60a082015260c08201356001600160401b038111156124be575f80fd5b6124ca868285016122e9565b60c083015250949350505050565b5f602082840312156124e8575f80fd5b81356121338161213a565b6001600160e01b031991909116815260200190565b5f805f6060848603121561251a575f80fd5b83356125258161213a565b92506020840135612535816123d7565b915060408401356125458161213a565b809150509250925092565b8051612159816123f0565b5f6020828403121561256b575f80fd5b8151612133816123f0565b8051612159816123b8565b5f60208284031215612591575f80fd5b8151612133816123b8565b5f602082840312156125ac575f80fd5b815162ffffff81168114612133575f80fd5b600181811c908216806125d257607f821691505b6020821081036125f057634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611d1f575f80fd5b5f6020828403121561261a575f80fd5b8151612133816125f6565b8051612159816123d7565b5f60208284031215612640575f80fd5b8151612133816123d7565b80516121598161213a565b5f60208284031215612666575f80fd5b81516121338161213a565b5f808585111561267f575f80fd5b8386111561268b575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c7576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f83011261271c575f80fd5b815161272a612306826122c3565b81815284602083860101111561273e575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561276a575f80fd5b81516001600160401b0381111561277f575f80fd5b820160e08185031215612790575f80fd5b61279861226b565b6127a182612576565b81526127af60208301612576565b60208201526127c060408301612625565b60408201526127d160608301612550565b60608201526127e26080830161264b565b60808201526127f360a0830161264b565b60a082015260c08201516001600160401b03811115612810575f80fd5b6124ca8682850161270d565b5f806040838503121561282d575f80fd5b82516128388161213a565b602084015190925061218a8161213a565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612870575f80fd5b825161287b816123f0565b602084015190925063ffffffff8116811461218a575f80fd5b601f8211156119f157805f5260205f20601f840160051c810160208510156128b95750805b601f840160051c820191505b818110156128d8575f81556001016128c5565b5050505050565b81516001600160401b038111156128f8576128f8612257565b61290c8161290684546125be565b84612894565b6020601f82116001811461293e575f83156129275750848201515b5f19600385901b1c1916600184901b1784556128d8565b5f84815260208120601f198516915b8281101561296d578785015182556020948501946001909201910161294d565b508482101561298a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220703157e8bdfd7aae2aa9d01384098ec406c624ab1b6ba585e1b251f4989b942664736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
566
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610127575f3560e01c8063893d20e8116100a9578063b88da7591161006e578063b88da7591461039e578063c987336c146103b1578063caf4e3d4146103c4578063f5c1b5a7146103ea578063fd0c63d9146103fd575f80fd5b8063893d20e8146103565780638e9afce61461035e578063933a9ce814610371578063946dfcfe14610382578063ada9652e1461038a575f80fd5b80632db5b86f116100ef5780632db5b86f146101f35780634d459c90146102065780635ab1bd5314610313578063644c45e0146103245780636bfc9c7314610341575f80fd5b806301ffc9a71461012b578063044995821461016c5780630d8e6e2c14610197578063138461e0146101b35780631775564d146101d3575b5f80fd5b610157610139366004611374565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017f61017a366004611455565b610405565b6040516001600160a01b039091168152602001610163565b61019f6104d8565b60405162ffffff9091168152602001610163565b6101bb610548565b6040516001600160601b039091168152602001610163565b6101e66101e13660046114bb565b610552565b6040516101639190611536565b61017f610201366004611548565b6105aa565b6102b66102143660046115b6565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610163565b6001546001600160a01b031661017f565b5f805160206125af833981519152546001600160601b03166101bb565b6103485f81565b604051908152602001610163565b61017f610677565b6101e661036c3660046115d1565b6107a8565b6002546001600160a01b031661017f565b600454610348565b6103485f805160206125af83398151915281565b61019f6103ac36600461160b565b6107fb565b61017f6103bf3660046114bb565b610839565b7f000000000000000000000000000000000000000000000000000000000000000061017f565b61017f6103f8366004611455565b6109e0565b6101bb610afb565b5f61040e610b12565b5f8061041987610b5d565b9150915083868261042a8589610552565b60405161043690611367565b61044293929190611622565b8190604051809103905ff590508015801561045f573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561048a8683610b9d565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801561051f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105439190611656565b905090565b5f61054330610fa6565b60606349bb9e4b60e01b838360405160240161056f929190611671565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105b3610b12565b5f806105be86610b5d565b9150915084816105ce8487610552565b6040516105da90611367565b6105e693929190611622565b604051809103905ff0801580156105ff573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b039290921691909117905561062a8583610b9d565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f805160206125af83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156106e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107079190611694565b15610792576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061078c91906116b3565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107c39190611536565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f6004828154811061080f5761080f6116ce565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610842610677565b6001600160a01b0316336001600160a01b03161461087a5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004545f0361089c5760405163366dfd2160e21b815260040160405180910390fd5b5f6108a5610677565b90505f6108ba6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156108f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091a91906116b3565b6002549091506001600160a01b03908116908216639623609d828861093e896107a8565b6040518463ffffffff1660e01b815260040161095c93929190611622565b5f604051808303815f87803b158015610973575f80fd5b505af1158015610985573d5f803e3d5ffd5b505050506109938684610b9d565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a285750825b90505f8267ffffffffffffffff166001148015610a445750303b155b905081158015610a52575080155b15610a705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a9a57845460ff60401b1916600160401b1785555b610aa68a8a8a8a610405565b95508315610aee57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f90610543906001600160a01b0316610fa6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b5b57604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610b825760405163402b135f60e11b815260040160405180910390fd5b610b8c338461119f565b610b94610677565b93309350915050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610be9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0d9190611656565b9050610c8b8173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7e9190611656565b62ffffff90811691161490565b15610ca9576040516348c618db60e01b815260040160405180910390fd5b60045415610e015760048054610cc1906001906116e2565b81548110610cd157610cd16116ce565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d42573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d669190611701565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610db8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ddc9190611701565b11610e0157604051633e614b6d60e11b815262ffffff82166004820152602401610871565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808716600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038088166020848101919091529087168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610ed1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef59190611718565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9485165f90815260038452604090819020855181549587015197166001600160b81b03199095169490941763010000006001600160a01b0397881602178455840151600190930180546060860151608090960151949096166001600160c81b031990961695909517600160a01b94909216939093021763ffffffff60c81b1916600160c81b919092160217905592915050565b5f805f805160206125af83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611012573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110369190611694565b156110625780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610871565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156110b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d89190611694565b6111005760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610871565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611152573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611176919061173c565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6111a7610b12565b6111b081611215565b6111b8611322565b6001600160a01b0382166111df5760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206125af83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b61121d610b12565b806001600160a01b03163b5f036112525760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610871565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156112cc575060408051601f3d908101601f191682019092526112c991810190611694565b60015b6112f45760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610871565b8061131d5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610871565b505b50565b61132a610b12565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061176383390190565b5f60208284031215611384575f80fd5b81356001600160e01b03198116811461139b575f80fd5b9392505050565b6001600160a01b038116811461131f575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126113d9575f80fd5b813567ffffffffffffffff8111156113f3576113f36113b6565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715611422576114226113b6565b604052818152838201602001851015611439575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f8060808587031215611468575f80fd5b8435611473816113a2565b93506020850135611483816113a2565b9250604085013567ffffffffffffffff81111561149e575f80fd5b6114aa878288016113ca565b949793965093946060013593505050565b5f80604083850312156114cc575f80fd5b82356114d7816113a2565b9150602083013567ffffffffffffffff8111156114f2575f80fd5b6114fe858286016113ca565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61139b6020830184611508565b5f805f6060848603121561155a575f80fd5b8335611565816113a2565b92506020840135611575816113a2565b9150604084013567ffffffffffffffff811115611590575f80fd5b61159c868287016113ca565b9150509250925092565b62ffffff8116811461131f575f80fd5b5f602082840312156115c6575f80fd5b813561139b816115a6565b5f602082840312156115e1575f80fd5b813567ffffffffffffffff8111156115f7575f80fd5b611603848285016113ca565b949350505050565b5f6020828403121561161b575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061164d90830184611508565b95945050505050565b5f60208284031215611666575f80fd5b815161139b816115a6565b6001600160a01b03831681526040602082018190525f9061160390830184611508565b5f602082840312156116a4575f80fd5b8151801515811461139b575f80fd5b5f602082840312156116c3575f80fd5b815161139b816113a2565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105a457634e487b7160e01b5f52601160045260245ffd5b5f60208284031215611711575f80fd5b5051919050565b5f60208284031215611728575f80fd5b815164ffffffffff8116811461139b575f80fd5b5f6020828403121561174c575f80fd5b81516001600160601b038116811461139b575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220b53a0e5463fb35cb58b6b16849bd4cd429c85f62f0756bd308497f22eae4e58e64736f6c634300081a0033",
567
+ "linkReferences": {
568
+ "contracts/type/NftId.sol": {
569
+ "NftIdLib": [
570
+ {
571
+ "length": 20,
572
+ "start": 2255
573
+ },
574
+ {
575
+ "length": 20,
576
+ "start": 5043
577
+ },
578
+ {
579
+ "length": 20,
580
+ "start": 7394
581
+ },
582
+ {
583
+ "length": 20,
584
+ "start": 14960
585
+ },
586
+ {
587
+ "length": 20,
588
+ "start": 17012
589
+ },
590
+ {
591
+ "length": 20,
592
+ "start": 18834
593
+ }
594
+ ]
595
+ },
596
+ "contracts/type/RoleId.sol": {
597
+ "RoleIdLib": [
598
+ {
599
+ "length": 20,
600
+ "start": 16380
601
+ }
602
+ ]
603
+ },
604
+ "contracts/type/Timestamp.sol": {
605
+ "TimestampLib": [
606
+ {
607
+ "length": 20,
608
+ "start": 1769
609
+ },
610
+ {
611
+ "length": 20,
612
+ "start": 7073
613
+ }
614
+ ]
615
+ },
616
+ "contracts/type/Version.sol": {
617
+ "VersionLib": [
618
+ {
619
+ "length": 20,
620
+ "start": 1120
621
+ },
622
+ {
623
+ "length": 20,
624
+ "start": 1365
625
+ },
626
+ {
627
+ "length": 20,
628
+ "start": 1483
629
+ },
630
+ {
631
+ "length": 20,
632
+ "start": 6429
633
+ },
634
+ {
635
+ "length": 20,
636
+ "start": 6674
637
+ },
638
+ {
639
+ "length": 20,
640
+ "start": 6792
641
+ },
642
+ {
643
+ "length": 20,
644
+ "start": 14806
645
+ },
646
+ {
647
+ "length": 20,
648
+ "start": 15311
649
+ }
650
+ ],
651
+ "VersionPartLib": [
652
+ {
653
+ "length": 20,
654
+ "start": 16428
655
+ },
656
+ {
657
+ "length": 20,
658
+ "start": 20802
659
+ }
660
+ ]
661
+ }
662
+ },
663
+ "deployedLinkReferences": {
664
+ "contracts/type/NftId.sol": {
665
+ "NftIdLib": [
666
+ {
667
+ "length": 20,
668
+ "start": 1707
669
+ },
670
+ {
671
+ "length": 20,
672
+ "start": 4058
673
+ }
674
+ ]
675
+ },
676
+ "contracts/type/Timestamp.sol": {
677
+ "TimestampLib": [
678
+ {
679
+ "length": 20,
680
+ "start": 3737
681
+ }
682
+ ]
683
+ },
684
+ "contracts/type/Version.sol": {
685
+ "VersionLib": [
686
+ {
687
+ "length": 20,
688
+ "start": 3093
689
+ },
690
+ {
691
+ "length": 20,
692
+ "start": 3338
693
+ },
694
+ {
695
+ "length": 20,
696
+ "start": 3456
697
+ }
698
+ ]
699
+ }
700
+ }
701
+ }