@etherisc/gif-next 0.0.2-719a8f1-103 → 0.0.2-71b939f-497

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (773) hide show
  1. package/README.md +252 -21
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  5. package/artifacts/contracts/{shared/IOwnable.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
  6. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  8. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  10. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  12. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  14. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  18. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +384 -1836
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +722 -0
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +401 -2076
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1666 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2286 -0
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1031 -0
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +746 -0
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  76. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  77. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -0
  78. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  80. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  82. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  84. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  86. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  88. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  89. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  90. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  92. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  93. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  94. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{distribution/IDistribution.sol → IDistribution.sol}/IDistribution.json +1 -1
  96. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  97. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  98. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  99. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  100. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  101. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  102. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
  104. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  106. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  108. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
  110. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  112. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
  114. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
  116. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
  118. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
  120. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  122. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
  124. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  125. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  126. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +922 -0
  128. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  129. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  130. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  132. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  133. package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
  134. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  135. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
  136. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
  138. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  139. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
  140. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  141. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  142. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  143. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
  144. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  145. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  146. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  148. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  150. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +244 -345
  152. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  154. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  155. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +944 -0
  156. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  158. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  159. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
  160. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  161. package/artifacts/contracts/{instance/base/ServiceBase.sol/ServiceBase.json → product/IRiskService.sol/IRiskService.json} +202 -153
  162. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
  164. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
  166. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  167. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  168. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  170. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  171. package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
  172. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  173. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  174. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  176. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +103 -2
  178. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +791 -163
  180. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  181. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +539 -188
  182. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  183. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  184. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  185. package/artifacts/contracts/registry/Registry.sol/Registry.json +991 -147
  186. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  188. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  189. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +592 -215
  190. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  191. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +379 -102
  192. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  194. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  196. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  197. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  198. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  199. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  200. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  201. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  202. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1835 -0
  204. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  205. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +846 -0
  206. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  207. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +223 -205
  208. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  209. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -0
  210. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  212. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  213. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  214. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  215. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  216. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
  218. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  219. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
  220. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  221. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +122 -172
  222. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  223. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  224. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  225. package/artifacts/contracts/{instance/module/component/ComponentModule.sol/ComponentModule.json → shared/INftOwnable.sol/INftOwnable.json} +82 -52
  226. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  227. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  228. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  229. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +94 -8
  230. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  231. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  232. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  233. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +168 -182
  234. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  235. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  236. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  237. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
  238. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  239. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  240. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  241. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  242. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  243. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  244. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +101 -24
  246. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  247. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  248. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  249. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +174 -12
  250. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  251. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  252. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  253. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/Service.sol/Service.json} +215 -166
  254. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  255. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
  256. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  257. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  258. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  259. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  260. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  261. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
  262. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  264. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  266. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  267. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  268. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  270. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  272. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  273. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  274. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  275. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  276. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  277. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  278. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  279. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  280. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  281. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  282. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  283. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  284. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  286. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  288. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  290. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  292. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  294. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  296. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  297. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  298. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  300. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  301. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  302. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  304. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  306. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  308. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  310. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
  312. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  314. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  316. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  318. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  320. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  322. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  324. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  326. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  328. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  330. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  332. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  333. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  334. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  335. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  336. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  337. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  338. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  339. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  340. package/contracts/authorization/AccessAdmin.sol +615 -0
  341. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  342. package/contracts/authorization/Authorization.sol +289 -0
  343. package/contracts/authorization/IAccess.sol +49 -0
  344. package/contracts/authorization/IAccessAdmin.sol +137 -0
  345. package/contracts/authorization/IAuthorization.sol +60 -0
  346. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  347. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  348. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  349. package/contracts/distribution/BasicDistribution.sol +139 -0
  350. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  351. package/contracts/distribution/Distribution.sol +284 -0
  352. package/contracts/distribution/DistributionService.sol +354 -0
  353. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  354. package/contracts/distribution/IDistributionComponent.sol +52 -0
  355. package/contracts/distribution/IDistributionService.sol +100 -0
  356. package/contracts/examples/fire/DamageLevel.sol +59 -0
  357. package/contracts/examples/fire/FirePool.sol +86 -0
  358. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  359. package/contracts/examples/fire/FireProduct.sol +431 -0
  360. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  361. package/contracts/examples/fire/FireUSD.sol +26 -0
  362. package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
  363. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  364. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  365. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  366. package/contracts/instance/BundleSet.sol +130 -0
  367. package/contracts/instance/IInstance.sol +64 -46
  368. package/contracts/instance/IInstanceService.sol +74 -0
  369. package/contracts/instance/Instance.sol +226 -70
  370. package/contracts/instance/InstanceAdmin.sol +281 -0
  371. package/contracts/instance/InstanceAuthorizationV3.sol +217 -0
  372. package/contracts/instance/InstanceReader.sol +581 -0
  373. package/contracts/instance/InstanceService.sol +425 -0
  374. package/contracts/instance/InstanceServiceManager.sol +39 -0
  375. package/contracts/instance/InstanceStore.sol +287 -0
  376. package/contracts/instance/RiskSet.sol +119 -0
  377. package/contracts/instance/base/BalanceStore.sol +123 -0
  378. package/contracts/instance/base/Cloneable.sol +28 -0
  379. package/contracts/instance/base/ObjectCounter.sol +20 -0
  380. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  381. package/contracts/instance/base/ObjectSet.sol +78 -0
  382. package/contracts/instance/module/IAccess.sol +46 -0
  383. package/contracts/instance/module/IBundle.sol +20 -0
  384. package/contracts/instance/module/IComponents.sol +50 -0
  385. package/contracts/instance/module/IDistribution.sol +41 -0
  386. package/contracts/instance/module/IPolicy.sol +85 -0
  387. package/contracts/instance/module/IRisk.sol +12 -0
  388. package/contracts/{test/TestToken.sol → mock/Dip.sol} +6 -6
  389. package/contracts/oracle/BasicOracle.sol +47 -0
  390. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  391. package/contracts/oracle/IOracle.sol +36 -0
  392. package/contracts/oracle/IOracleComponent.sol +33 -0
  393. package/contracts/oracle/IOracleService.sol +66 -0
  394. package/contracts/oracle/Oracle.sol +156 -0
  395. package/contracts/oracle/OracleService.sol +309 -0
  396. package/contracts/oracle/OracleServiceManager.sol +39 -0
  397. package/contracts/pool/BasicPool.sol +175 -0
  398. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  399. package/contracts/pool/BundleService.sol +423 -0
  400. package/contracts/pool/BundleServiceManager.sol +39 -0
  401. package/contracts/pool/IBundleService.sol +122 -0
  402. package/contracts/pool/IPoolComponent.sol +62 -0
  403. package/contracts/pool/IPoolService.sol +153 -0
  404. package/contracts/pool/Pool.sol +345 -0
  405. package/contracts/pool/PoolService.sol +612 -0
  406. package/contracts/pool/PoolServiceManager.sol +39 -0
  407. package/contracts/product/ApplicationService.sol +259 -0
  408. package/contracts/product/ApplicationServiceManager.sol +38 -0
  409. package/contracts/product/BasicProduct.sol +49 -0
  410. package/contracts/product/BasicProductAuthorization.sol +42 -0
  411. package/contracts/product/ClaimService.sol +614 -0
  412. package/contracts/product/ClaimServiceManager.sol +38 -0
  413. package/contracts/product/IApplicationService.sol +66 -0
  414. package/contracts/product/IClaimService.sol +123 -0
  415. package/contracts/product/IPolicyService.sol +90 -0
  416. package/contracts/product/IPricingService.sol +39 -0
  417. package/contracts/product/IProductComponent.sol +59 -0
  418. package/contracts/product/IRiskService.sol +33 -0
  419. package/contracts/product/PolicyService.sol +733 -0
  420. package/contracts/product/PolicyServiceManager.sol +39 -0
  421. package/contracts/product/PricingService.sol +300 -0
  422. package/contracts/product/PricingServiceManager.sol +39 -0
  423. package/contracts/product/Product.sol +427 -0
  424. package/contracts/product/RiskService.sol +107 -0
  425. package/contracts/product/RiskServiceManager.sol +39 -0
  426. package/contracts/registry/ChainNft.sol +99 -37
  427. package/contracts/registry/IRegistry.sol +139 -39
  428. package/contracts/registry/IRegistryService.sol +49 -16
  429. package/contracts/registry/ITransferInterceptor.sol +1 -1
  430. package/contracts/registry/Registry.sol +568 -333
  431. package/contracts/registry/RegistryAdmin.sol +451 -0
  432. package/contracts/registry/RegistryService.sol +144 -278
  433. package/contracts/registry/RegistryServiceManager.sol +28 -27
  434. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  435. package/contracts/registry/ReleaseRegistry.sol +486 -0
  436. package/contracts/registry/ServiceAuthorizationV3.sol +175 -0
  437. package/contracts/registry/TokenRegistry.sol +315 -0
  438. package/contracts/shared/Component.sol +217 -0
  439. package/contracts/shared/ComponentService.sol +809 -0
  440. package/contracts/shared/ComponentServiceManager.sol +38 -0
  441. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  442. package/contracts/shared/ContractLib.sol +224 -0
  443. package/contracts/shared/IComponent.sol +67 -0
  444. package/contracts/shared/IComponentService.sol +130 -0
  445. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  446. package/contracts/shared/IKeyValueStore.sol +54 -0
  447. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  448. package/contracts/shared/INftOwnable.sol +25 -0
  449. package/contracts/shared/IPolicyHolder.sol +35 -0
  450. package/contracts/shared/IRegisterable.sol +16 -12
  451. package/contracts/shared/IRegistryLinked.sol +11 -0
  452. package/contracts/shared/IService.sol +25 -0
  453. package/contracts/shared/InitializableERC165.sol +27 -0
  454. package/contracts/shared/InstanceLinkedComponent.sol +205 -0
  455. package/contracts/shared/KeyValueStore.sol +131 -0
  456. package/contracts/shared/Lifecycle.sol +88 -0
  457. package/contracts/shared/NftIdSet.sol +65 -0
  458. package/contracts/shared/NftOwnable.sol +90 -50
  459. package/contracts/shared/PolicyHolder.sol +62 -0
  460. package/contracts/shared/Registerable.sol +37 -71
  461. package/contracts/shared/RegistryLinked.sol +38 -0
  462. package/contracts/shared/Service.sol +84 -0
  463. package/contracts/shared/TokenHandler.sol +389 -0
  464. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  465. package/contracts/staking/IStaking.sol +173 -0
  466. package/contracts/staking/IStakingService.sol +157 -0
  467. package/contracts/staking/StakeManagerLib.sol +224 -0
  468. package/contracts/staking/Staking.sol +505 -0
  469. package/contracts/staking/StakingLifecycle.sol +23 -0
  470. package/contracts/staking/StakingManager.sol +52 -0
  471. package/contracts/staking/StakingReader.sol +190 -0
  472. package/contracts/staking/StakingService.sol +440 -0
  473. package/contracts/staking/StakingServiceManager.sol +44 -0
  474. package/contracts/staking/StakingStore.sol +605 -0
  475. package/contracts/staking/TargetManagerLib.sol +211 -0
  476. package/contracts/{types → type}/AddressSet.sol +1 -1
  477. package/contracts/type/Amount.sol +150 -0
  478. package/contracts/{types → type}/Blocknumber.sol +27 -3
  479. package/contracts/type/ClaimId.sol +80 -0
  480. package/contracts/type/DistributorType.sol +55 -0
  481. package/contracts/type/Fee.sol +66 -0
  482. package/contracts/{types → type}/Key32.sol +10 -5
  483. package/contracts/type/Key32Set.sol +62 -0
  484. package/contracts/{types → type}/NftId.sol +28 -15
  485. package/contracts/type/NftIdSet.sol +62 -0
  486. package/contracts/type/ObjectType.sol +278 -0
  487. package/contracts/type/PayoutId.sol +82 -0
  488. package/contracts/type/Referral.sol +90 -0
  489. package/contracts/type/RequestId.sol +75 -0
  490. package/contracts/{types → type}/RiskId.sol +31 -5
  491. package/contracts/type/RoleId.sol +162 -0
  492. package/contracts/type/Seconds.sol +101 -0
  493. package/contracts/type/Selector.sol +102 -0
  494. package/contracts/{types → type}/StateId.sol +53 -5
  495. package/contracts/type/String.sol +53 -0
  496. package/contracts/{types → type}/Timestamp.sol +38 -15
  497. package/contracts/{types → type}/UFixed.sol +48 -12
  498. package/contracts/{types → type}/Version.sol +8 -2
  499. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  500. package/contracts/upgradeability/ProxyManager.sol +232 -0
  501. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +2 -4
  502. package/contracts/upgradeability/Versionable.sol +59 -0
  503. package/package.json +12 -7
  504. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  505. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -213
  506. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  507. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -445
  508. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  509. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -177
  510. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  511. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -177
  512. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  513. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -308
  514. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  515. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -207
  516. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  517. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -602
  518. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  519. package/artifacts/contracts/components/Product.sol/Product.json +0 -502
  520. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  522. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  524. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  526. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  528. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  529. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  530. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  531. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  532. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  533. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  534. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  537. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  539. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  540. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  541. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  542. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  543. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  544. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  545. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  546. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  547. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  548. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  549. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  550. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  551. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  552. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  553. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  557. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  560. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -344
  561. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  562. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  563. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
  564. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  565. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  566. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  567. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  570. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  571. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  573. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -297
  575. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  576. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -297
  578. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  580. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  581. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -117
  583. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +0 -4
  584. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +0 -10
  585. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +0 -4
  586. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +0 -4
  587. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.json +0 -10
  588. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  589. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -284
  591. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  592. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -284
  593. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  594. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  595. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  596. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -164
  597. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  598. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -164
  599. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  600. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -113
  602. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -131
  604. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  605. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  606. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  607. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -638
  608. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  609. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  610. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  611. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -638
  612. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  613. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -690
  614. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  615. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -526
  616. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  617. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  618. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -369
  619. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  620. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -484
  621. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  622. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  623. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -649
  624. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  625. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -964
  626. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  627. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -457
  628. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  629. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  630. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  631. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  632. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  633. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  634. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  635. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  636. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -344
  637. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  638. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  639. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  640. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  641. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +0 -4
  642. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +0 -445
  643. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  644. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  645. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  646. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -602
  647. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  648. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -632
  649. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  650. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -191
  651. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  652. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  653. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  654. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -472
  655. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  656. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  657. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  658. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  659. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  660. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -270
  661. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  662. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  663. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  664. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  665. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  667. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  669. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  671. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  672. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  673. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  674. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  675. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  676. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  677. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  678. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  679. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +0 -4
  680. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.json +0 -99
  681. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  682. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  683. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  684. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  685. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  686. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  687. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  688. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  689. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  690. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  691. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  692. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  693. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  694. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  695. package/contracts/components/BaseComponent.sol +0 -79
  696. package/contracts/components/Distribution.sol +0 -155
  697. package/contracts/components/IBaseComponent.sol +0 -19
  698. package/contracts/components/IDistributionComponent.sol +0 -46
  699. package/contracts/components/IPoolComponent.sol +0 -64
  700. package/contracts/components/IProductComponent.sol +0 -37
  701. package/contracts/components/Pool.sol +0 -246
  702. package/contracts/components/Product.sol +0 -299
  703. package/contracts/experiment/errors/Require.sol +0 -38
  704. package/contracts/experiment/errors/Revert.sol +0 -44
  705. package/contracts/experiment/inheritance/A.sol +0 -53
  706. package/contracts/experiment/inheritance/B.sol +0 -28
  707. package/contracts/experiment/inheritance/C.sol +0 -34
  708. package/contracts/experiment/inheritance/IA.sol +0 -13
  709. package/contracts/experiment/inheritance/IB.sol +0 -10
  710. package/contracts/experiment/inheritance/IC.sol +0 -12
  711. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  712. package/contracts/experiment/statemachine/ISM.sol +0 -25
  713. package/contracts/experiment/statemachine/SM.sol +0 -57
  714. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  715. package/contracts/experiment/types/TypeA.sol +0 -47
  716. package/contracts/experiment/types/TypeB.sol +0 -29
  717. package/contracts/instance/IInstanceLinked.sol +0 -8
  718. package/contracts/instance/base/ComponentServiceBase.sol +0 -49
  719. package/contracts/instance/base/IInstanceBase.sol +0 -23
  720. package/contracts/instance/base/IKeyValueStore.sol +0 -50
  721. package/contracts/instance/base/IService.sol +0 -15
  722. package/contracts/instance/base/InstanceBase.sol +0 -89
  723. package/contracts/instance/base/KeyValueStore.sol +0 -161
  724. package/contracts/instance/base/Lifecycle.sol +0 -100
  725. package/contracts/instance/base/ModuleBase.sol +0 -57
  726. package/contracts/instance/base/ServiceBase.sol +0 -43
  727. package/contracts/instance/module/access/Access.sol +0 -149
  728. package/contracts/instance/module/access/IAccess.sol +0 -53
  729. package/contracts/instance/module/bundle/BundleModule.sol +0 -134
  730. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  731. package/contracts/instance/module/component/ComponentModule.sol +0 -71
  732. package/contracts/instance/module/component/IComponent.sol +0 -28
  733. package/contracts/instance/module/distribution/DistributionModule.sol +0 -17
  734. package/contracts/instance/module/distribution/IDistribution.sol +0 -10
  735. package/contracts/instance/module/policy/IPolicy.sol +0 -63
  736. package/contracts/instance/module/policy/PolicyModule.sol +0 -91
  737. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  738. package/contracts/instance/module/pool/PoolModule.sol +0 -95
  739. package/contracts/instance/module/risk/IRisk.sol +0 -26
  740. package/contracts/instance/module/risk/RiskModule.sol +0 -62
  741. package/contracts/instance/module/treasury/ITreasury.sol +0 -84
  742. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  743. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -131
  744. package/contracts/instance/service/ComponentOwnerService.sol +0 -272
  745. package/contracts/instance/service/DistributionService.sol +0 -54
  746. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  747. package/contracts/instance/service/IDistributionService.sol +0 -12
  748. package/contracts/instance/service/IPoolService.sol +0 -37
  749. package/contracts/instance/service/IProductService.sol +0 -107
  750. package/contracts/instance/service/PoolService.sol +0 -149
  751. package/contracts/instance/service/ProductService.sol +0 -510
  752. package/contracts/registry/IChainNft.sol +0 -22
  753. package/contracts/shared/ContractDeployerLib.sol +0 -72
  754. package/contracts/shared/ERC165.sol +0 -21
  755. package/contracts/shared/IOwnable.sol +0 -6
  756. package/contracts/shared/ProxyManager.sol +0 -103
  757. package/contracts/shared/Versionable.sol +0 -147
  758. package/contracts/test/TestDistribution.sol +0 -22
  759. package/contracts/test/TestFee.sol +0 -25
  760. package/contracts/test/TestPool.sol +0 -27
  761. package/contracts/test/TestProduct.sol +0 -74
  762. package/contracts/test/TestRegisterable.sol +0 -18
  763. package/contracts/test/TestRoleId.sol +0 -14
  764. package/contracts/test/TestService.sol +0 -26
  765. package/contracts/test/TestVersion.sol +0 -44
  766. package/contracts/test/TestVersionable.sol +0 -17
  767. package/contracts/test/Usdc.sol +0 -26
  768. package/contracts/types/ChainId.sol +0 -38
  769. package/contracts/types/Fee.sol +0 -56
  770. package/contracts/types/NftIdSet.sol +0 -60
  771. package/contracts/types/ObjectType.sol +0 -131
  772. package/contracts/types/ReferralId.sol +0 -48
  773. package/contracts/types/RoleId.sol +0 -38
@@ -0,0 +1,1031 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "InstanceService",
4
+ "sourceName": "contracts/instance/InstanceService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "ERC1167FailedCreateClone",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "ErrorInstanceServiceAccessManagerZero",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [],
61
+ "name": "ErrorInstanceServiceBundleSetInstanceMismatch",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [],
66
+ "name": "ErrorInstanceServiceBundleSetZero",
67
+ "type": "error"
68
+ },
69
+ {
70
+ "inputs": [
71
+ {
72
+ "internalType": "address",
73
+ "name": "component",
74
+ "type": "address"
75
+ }
76
+ ],
77
+ "name": "ErrorInstanceServiceComponentNotInstanceLinked",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "componentAddress",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "name": "ErrorInstanceServiceComponentNotRegistered",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorInstanceServiceInstanceAddressZero",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "ErrorInstanceServiceInstanceAdminZero",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "ErrorInstanceServiceInstanceAuthorityMismatch",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [
108
+ {
109
+ "internalType": "NftId",
110
+ "name": "instanceNftId",
111
+ "type": "uint96"
112
+ },
113
+ {
114
+ "internalType": "NftId",
115
+ "name": "componentNftId",
116
+ "type": "uint96"
117
+ }
118
+ ],
119
+ "name": "ErrorInstanceServiceInstanceComponentMismatch",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [],
124
+ "name": "ErrorInstanceServiceInstanceReaderAddressZero",
125
+ "type": "error"
126
+ },
127
+ {
128
+ "inputs": [],
129
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
130
+ "type": "error"
131
+ },
132
+ {
133
+ "inputs": [],
134
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [],
139
+ "name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
140
+ "type": "error"
141
+ },
142
+ {
143
+ "inputs": [],
144
+ "name": "ErrorInstanceServiceInstanceReaderZero",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [],
149
+ "name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [],
154
+ "name": "ErrorInstanceServiceInstanceStoreZero",
155
+ "type": "error"
156
+ },
157
+ {
158
+ "inputs": [
159
+ {
160
+ "internalType": "address",
161
+ "name": "instance",
162
+ "type": "address"
163
+ },
164
+ {
165
+ "internalType": "VersionPart",
166
+ "name": "instanceVersion",
167
+ "type": "uint8"
168
+ }
169
+ ],
170
+ "name": "ErrorInstanceServiceInstanceVersionMismatch",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "componentAddress",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "ObjectType",
182
+ "name": "expectedType",
183
+ "type": "uint8"
184
+ },
185
+ {
186
+ "internalType": "ObjectType",
187
+ "name": "componentType",
188
+ "type": "uint8"
189
+ }
190
+ ],
191
+ "name": "ErrorInstanceServiceInvalidComponentType",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [],
196
+ "name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [],
206
+ "name": "ErrorInstanceServiceMasterInstanceAlreadySet",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [],
211
+ "name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [],
216
+ "name": "ErrorInstanceServiceMasterRiskSetAlreadySet",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "address",
223
+ "name": "instance",
224
+ "type": "address"
225
+ },
226
+ {
227
+ "internalType": "ObjectType",
228
+ "name": "objectType",
229
+ "type": "uint8"
230
+ }
231
+ ],
232
+ "name": "ErrorInstanceServiceNotInstance",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "NftId",
239
+ "name": "nftId",
240
+ "type": "uint96"
241
+ }
242
+ ],
243
+ "name": "ErrorInstanceServiceNotInstanceNftId",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "address",
250
+ "name": "instance",
251
+ "type": "address"
252
+ }
253
+ ],
254
+ "name": "ErrorInstanceServiceNotRegistered",
255
+ "type": "error"
256
+ },
257
+ {
258
+ "inputs": [
259
+ {
260
+ "internalType": "address",
261
+ "name": "caller",
262
+ "type": "address"
263
+ }
264
+ ],
265
+ "name": "ErrorInstanceServiceRequestUnauhorized",
266
+ "type": "error"
267
+ },
268
+ {
269
+ "inputs": [],
270
+ "name": "ErrorInstanceServiceRiskSetAuthorityMismatch",
271
+ "type": "error"
272
+ },
273
+ {
274
+ "inputs": [],
275
+ "name": "ErrorInstanceServiceRiskSetInstanceMismatch",
276
+ "type": "error"
277
+ },
278
+ {
279
+ "inputs": [],
280
+ "name": "ErrorInstanceServiceRiskSetZero",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "NftId",
287
+ "name": "nftId",
288
+ "type": "uint96"
289
+ }
290
+ ],
291
+ "name": "ErrorNftOwnableAlreadyLinked",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [
296
+ {
297
+ "internalType": "address",
298
+ "name": "contractAddress",
299
+ "type": "address"
300
+ }
301
+ ],
302
+ "name": "ErrorNftOwnableContractNotRegistered",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [],
307
+ "name": "ErrorNftOwnableInitialOwnerZero",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [
312
+ {
313
+ "internalType": "NftId",
314
+ "name": "nftId",
315
+ "type": "uint96"
316
+ },
317
+ {
318
+ "internalType": "ObjectType",
319
+ "name": "expectedObjectType",
320
+ "type": "uint8"
321
+ }
322
+ ],
323
+ "name": "ErrorNftOwnableInvalidType",
324
+ "type": "error"
325
+ },
326
+ {
327
+ "inputs": [
328
+ {
329
+ "internalType": "address",
330
+ "name": "account",
331
+ "type": "address"
332
+ }
333
+ ],
334
+ "name": "ErrorNftOwnableNotOwner",
335
+ "type": "error"
336
+ },
337
+ {
338
+ "inputs": [
339
+ {
340
+ "internalType": "address",
341
+ "name": "registryAddress",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "ErrorNotRegistry",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "inputs": [],
350
+ "name": "ErrorServiceNotImplemented",
351
+ "type": "error"
352
+ },
353
+ {
354
+ "inputs": [],
355
+ "name": "InvalidInitialization",
356
+ "type": "error"
357
+ },
358
+ {
359
+ "inputs": [],
360
+ "name": "NotInitializing",
361
+ "type": "error"
362
+ },
363
+ {
364
+ "inputs": [],
365
+ "name": "ReentrancyGuardReentrantCall",
366
+ "type": "error"
367
+ },
368
+ {
369
+ "anonymous": false,
370
+ "inputs": [
371
+ {
372
+ "indexed": false,
373
+ "internalType": "address",
374
+ "name": "authority",
375
+ "type": "address"
376
+ }
377
+ ],
378
+ "name": "AuthorityUpdated",
379
+ "type": "event"
380
+ },
381
+ {
382
+ "anonymous": false,
383
+ "inputs": [
384
+ {
385
+ "indexed": false,
386
+ "internalType": "uint64",
387
+ "name": "version",
388
+ "type": "uint64"
389
+ }
390
+ ],
391
+ "name": "Initialized",
392
+ "type": "event"
393
+ },
394
+ {
395
+ "anonymous": false,
396
+ "inputs": [
397
+ {
398
+ "indexed": false,
399
+ "internalType": "NftId",
400
+ "name": "instanceNftId",
401
+ "type": "uint96"
402
+ },
403
+ {
404
+ "indexed": false,
405
+ "internalType": "address",
406
+ "name": "instance",
407
+ "type": "address"
408
+ }
409
+ ],
410
+ "name": "LogInstanceCloned",
411
+ "type": "event"
412
+ },
413
+ {
414
+ "inputs": [],
415
+ "name": "GIF_RELEASE",
416
+ "outputs": [
417
+ {
418
+ "internalType": "uint256",
419
+ "name": "",
420
+ "type": "uint256"
421
+ }
422
+ ],
423
+ "stateMutability": "view",
424
+ "type": "function"
425
+ },
426
+ {
427
+ "inputs": [],
428
+ "name": "INSTANCE_CREATION_CODE_HASH",
429
+ "outputs": [
430
+ {
431
+ "internalType": "bytes32",
432
+ "name": "",
433
+ "type": "bytes32"
434
+ }
435
+ ],
436
+ "stateMutability": "view",
437
+ "type": "function"
438
+ },
439
+ {
440
+ "inputs": [],
441
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
442
+ "outputs": [
443
+ {
444
+ "internalType": "bytes32",
445
+ "name": "",
446
+ "type": "bytes32"
447
+ }
448
+ ],
449
+ "stateMutability": "view",
450
+ "type": "function"
451
+ },
452
+ {
453
+ "inputs": [],
454
+ "name": "REGISTERABLE_LOCATION_V1",
455
+ "outputs": [
456
+ {
457
+ "internalType": "bytes32",
458
+ "name": "",
459
+ "type": "bytes32"
460
+ }
461
+ ],
462
+ "stateMutability": "view",
463
+ "type": "function"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "authority",
468
+ "outputs": [
469
+ {
470
+ "internalType": "address",
471
+ "name": "",
472
+ "type": "address"
473
+ }
474
+ ],
475
+ "stateMutability": "view",
476
+ "type": "function"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "createInstance",
481
+ "outputs": [
482
+ {
483
+ "internalType": "contract IInstance",
484
+ "name": "instance",
485
+ "type": "address"
486
+ },
487
+ {
488
+ "internalType": "NftId",
489
+ "name": "instanceNftId",
490
+ "type": "uint96"
491
+ }
492
+ ],
493
+ "stateMutability": "nonpayable",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [],
498
+ "name": "getDomain",
499
+ "outputs": [
500
+ {
501
+ "internalType": "ObjectType",
502
+ "name": "serviceDomain",
503
+ "type": "uint8"
504
+ }
505
+ ],
506
+ "stateMutability": "pure",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [],
511
+ "name": "getInitialInfo",
512
+ "outputs": [
513
+ {
514
+ "components": [
515
+ {
516
+ "internalType": "NftId",
517
+ "name": "nftId",
518
+ "type": "uint96"
519
+ },
520
+ {
521
+ "internalType": "NftId",
522
+ "name": "parentNftId",
523
+ "type": "uint96"
524
+ },
525
+ {
526
+ "internalType": "ObjectType",
527
+ "name": "objectType",
528
+ "type": "uint8"
529
+ },
530
+ {
531
+ "internalType": "bool",
532
+ "name": "isInterceptor",
533
+ "type": "bool"
534
+ },
535
+ {
536
+ "internalType": "address",
537
+ "name": "objectAddress",
538
+ "type": "address"
539
+ },
540
+ {
541
+ "internalType": "address",
542
+ "name": "initialOwner",
543
+ "type": "address"
544
+ },
545
+ {
546
+ "internalType": "bytes",
547
+ "name": "data",
548
+ "type": "bytes"
549
+ }
550
+ ],
551
+ "internalType": "struct IRegistry.ObjectInfo",
552
+ "name": "info",
553
+ "type": "tuple"
554
+ }
555
+ ],
556
+ "stateMutability": "view",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [],
561
+ "name": "getMasterInstanceReader",
562
+ "outputs": [
563
+ {
564
+ "internalType": "address",
565
+ "name": "",
566
+ "type": "address"
567
+ }
568
+ ],
569
+ "stateMutability": "view",
570
+ "type": "function"
571
+ },
572
+ {
573
+ "inputs": [],
574
+ "name": "getNftId",
575
+ "outputs": [
576
+ {
577
+ "internalType": "NftId",
578
+ "name": "",
579
+ "type": "uint96"
580
+ }
581
+ ],
582
+ "stateMutability": "view",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [],
587
+ "name": "getOwner",
588
+ "outputs": [
589
+ {
590
+ "internalType": "address",
591
+ "name": "",
592
+ "type": "address"
593
+ }
594
+ ],
595
+ "stateMutability": "view",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [],
600
+ "name": "getRegistry",
601
+ "outputs": [
602
+ {
603
+ "internalType": "contract IRegistry",
604
+ "name": "",
605
+ "type": "address"
606
+ }
607
+ ],
608
+ "stateMutability": "view",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [],
613
+ "name": "getRelease",
614
+ "outputs": [
615
+ {
616
+ "internalType": "VersionPart",
617
+ "name": "release",
618
+ "type": "uint8"
619
+ }
620
+ ],
621
+ "stateMutability": "pure",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "inputs": [],
626
+ "name": "getRoleId",
627
+ "outputs": [
628
+ {
629
+ "internalType": "RoleId",
630
+ "name": "serviceRoleId",
631
+ "type": "uint64"
632
+ }
633
+ ],
634
+ "stateMutability": "pure",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [],
639
+ "name": "getVersion",
640
+ "outputs": [
641
+ {
642
+ "internalType": "Version",
643
+ "name": "",
644
+ "type": "uint24"
645
+ }
646
+ ],
647
+ "stateMutability": "pure",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "address",
654
+ "name": "activatedBy",
655
+ "type": "address"
656
+ },
657
+ {
658
+ "internalType": "bytes",
659
+ "name": "data",
660
+ "type": "bytes"
661
+ }
662
+ ],
663
+ "name": "initializeVersionable",
664
+ "outputs": [],
665
+ "stateMutability": "nonpayable",
666
+ "type": "function"
667
+ },
668
+ {
669
+ "inputs": [],
670
+ "name": "isConsumingScheduledOp",
671
+ "outputs": [
672
+ {
673
+ "internalType": "bytes4",
674
+ "name": "",
675
+ "type": "bytes4"
676
+ }
677
+ ],
678
+ "stateMutability": "view",
679
+ "type": "function"
680
+ },
681
+ {
682
+ "inputs": [],
683
+ "name": "linkToRegisteredNftId",
684
+ "outputs": [
685
+ {
686
+ "internalType": "NftId",
687
+ "name": "nftId",
688
+ "type": "uint96"
689
+ }
690
+ ],
691
+ "stateMutability": "nonpayable",
692
+ "type": "function"
693
+ },
694
+ {
695
+ "inputs": [
696
+ {
697
+ "internalType": "address",
698
+ "name": "rewardProvider",
699
+ "type": "address"
700
+ },
701
+ {
702
+ "internalType": "Amount",
703
+ "name": "dipAmount",
704
+ "type": "uint96"
705
+ }
706
+ ],
707
+ "name": "refillStakingRewardReserves",
708
+ "outputs": [],
709
+ "stateMutability": "nonpayable",
710
+ "type": "function"
711
+ },
712
+ {
713
+ "inputs": [
714
+ {
715
+ "internalType": "address",
716
+ "name": "instanceAddress",
717
+ "type": "address"
718
+ }
719
+ ],
720
+ "name": "setAndRegisterMasterInstance",
721
+ "outputs": [
722
+ {
723
+ "internalType": "NftId",
724
+ "name": "masterInstanceNftId",
725
+ "type": "uint96"
726
+ }
727
+ ],
728
+ "stateMutability": "nonpayable",
729
+ "type": "function"
730
+ },
731
+ {
732
+ "inputs": [
733
+ {
734
+ "internalType": "address",
735
+ "name": "newAuthority",
736
+ "type": "address"
737
+ }
738
+ ],
739
+ "name": "setAuthority",
740
+ "outputs": [],
741
+ "stateMutability": "nonpayable",
742
+ "type": "function"
743
+ },
744
+ {
745
+ "inputs": [
746
+ {
747
+ "internalType": "bool",
748
+ "name": "locked",
749
+ "type": "bool"
750
+ }
751
+ ],
752
+ "name": "setComponentLocked",
753
+ "outputs": [],
754
+ "stateMutability": "nonpayable",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "inputs": [
759
+ {
760
+ "internalType": "Seconds",
761
+ "name": "stakeLockingPeriod",
762
+ "type": "uint40"
763
+ }
764
+ ],
765
+ "name": "setStakingLockingPeriod",
766
+ "outputs": [],
767
+ "stateMutability": "nonpayable",
768
+ "type": "function"
769
+ },
770
+ {
771
+ "inputs": [
772
+ {
773
+ "internalType": "UFixed",
774
+ "name": "rewardRate",
775
+ "type": "uint256"
776
+ }
777
+ ],
778
+ "name": "setStakingRewardRate",
779
+ "outputs": [],
780
+ "stateMutability": "nonpayable",
781
+ "type": "function"
782
+ },
783
+ {
784
+ "inputs": [
785
+ {
786
+ "internalType": "bytes4",
787
+ "name": "interfaceId",
788
+ "type": "bytes4"
789
+ }
790
+ ],
791
+ "name": "supportsInterface",
792
+ "outputs": [
793
+ {
794
+ "internalType": "bool",
795
+ "name": "",
796
+ "type": "bool"
797
+ }
798
+ ],
799
+ "stateMutability": "view",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "inputs": [
804
+ {
805
+ "internalType": "NftId",
806
+ "name": "instanceNftId",
807
+ "type": "uint96"
808
+ }
809
+ ],
810
+ "name": "upgradeInstanceReader",
811
+ "outputs": [],
812
+ "stateMutability": "nonpayable",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [
817
+ {
818
+ "internalType": "address",
819
+ "name": "instanceReaderAddress",
820
+ "type": "address"
821
+ }
822
+ ],
823
+ "name": "upgradeMasterInstanceReader",
824
+ "outputs": [],
825
+ "stateMutability": "nonpayable",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [
830
+ {
831
+ "internalType": "bytes",
832
+ "name": "data",
833
+ "type": "bytes"
834
+ }
835
+ ],
836
+ "name": "upgradeVersionable",
837
+ "outputs": [],
838
+ "stateMutability": "nonpayable",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "inputs": [
843
+ {
844
+ "internalType": "Amount",
845
+ "name": "dipAmount",
846
+ "type": "uint96"
847
+ }
848
+ ],
849
+ "name": "withdrawStakingRewardReserves",
850
+ "outputs": [
851
+ {
852
+ "internalType": "Amount",
853
+ "name": "newBalance",
854
+ "type": "uint96"
855
+ }
856
+ ],
857
+ "stateMutability": "nonpayable",
858
+ "type": "function"
859
+ }
860
+ ],
861
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6142a4806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613af0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b6040516102029190613b4c565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f366004613bf4565b6106df565b005b6102a46102b4366004613c21565b61085a565b6102a46102c7366004613d20565b610c38565b6102a46102da366004613d51565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f8051602061420f833981519152546001600160601b0316610244565b61024461032f366004613bf4565b610e7e565b61033c611a26565b6040516001600160401b039091168152602001610202565b61035c611ab2565b60405160ff9091168152602001610202565b6102a461037c366004613bf4565b611b26565b6102835f81565b610283600381565b6102ec611bc2565b6103a0611cf3565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613db1565b611d28565b6103d46120a0565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f8051602061420f83398151915281565b6102a461041d366004613df5565b61233e565b600a61035c565b6102a4610437366004613e10565b612560565b5f8051602061422f833981519152546001600160a01b03166102ec565b6102a4610467366004613e27565b612888565b61024461047a366004613e27565b612ae0565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613e42565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613e6f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610633611bc2565b6001600160a01b0316815260200182600101805461065090613e8a565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613e8a565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612e50565b6106e7611bc2565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613ec2565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613ee8565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613f74565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190614060565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190614060565b15610b45578381604051637f8084f960e01b8152600401610716929190614044565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613e6f565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc919061408f565b5f8051602061424f8339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683613049565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061424f8339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787613051565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e87611bc2565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6009546001600160a01b031615610f625760405163d518f81b60e01b815260040160405180910390fd5b6001600160a01b038216610f89576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fee9190613ec2565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561102d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110519190613ec2565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611094573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110b89190613ec2565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111f9190613ec2565b90505f8190505f886001600160a01b0316630e0c586d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611162573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111869190613ec2565b90505f8190505f8a6001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ed9190613ec2565b9050806001600160a01b038b16611217576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b03891661123d576040516295661560e31b815260040160405180910390fd5b6001600160a01b0387166112645760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03851661128b5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b0383166112b257604051634e336b1d60e11b815260040160405180910390fd5b6001600160a01b0381166112d9576040516301fa2a2b60e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611315573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113399190613ec2565b6001600160a01b03168c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561137e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a29190613ec2565b6001600160a01b0316146113c9576040516334ddf1a760e21b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611405573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114299190613ec2565b6001600160a01b0316866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561146e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114929190613ec2565b6001600160a01b0316146114b95760405163e168da3760e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115199190613ec2565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561155e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115829190613ec2565b6001600160a01b0316146115a9576040516303bc742960e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116099190613ec2565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561164e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116729190613ec2565b6001600160a01b03161461169957604051631129422760e31b815260040160405180910390fd5b8b6001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117039190613ec2565b6001600160a01b03161461172a57604051630bbd547960e01b815260040160405180910390fd5b8b6001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117949190613ec2565b6001600160a01b0316146117bb57604051632b34b6d960e01b815260040160405180910390fd5b8b6001600160a01b0316886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611801573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118259190613ec2565b6001600160a01b03161461184c576040516331783c7160e11b815260040160405180910390fd5b8a60045f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508860055f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508d60065f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508660075f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508460085f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508260095f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555080600a5f6101000a8154816001600160a01b0302191690836001600160a01b031602179055505f60065f9054906101000a90046001600160a01b031690505f60025f9054906101000a90046001600160a01b03166001600160a01b031663026bc43b8361199b611bc2565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156119e4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a0b9190810190613f74565b9050805f01519e505050505050505050505050505050919050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a611a4b611ab2565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611a8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610512919061408f565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611b02573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190614060565b33611b455f8051602061422f833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611b805760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f03611bb5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b611bbe826131c0565b5050565b5f805f8051602061420f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c529190613ee8565b15611cdd576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611cb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cd79190613ec2565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061422f83398151915280545f9190600160a01b900460ff16611d1a575f611cd7565b638fb3603760e01b91505090565b335f611d3c6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611da49190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611dfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e219190613ee8565b15611e4a576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611e5d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611ea9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611ed09190810190613f74565b604001519050611ee181600a610a0f565b15611f03578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f649190614060565b9050611f7281610aac610490565b15611f94578381604051637f8084f960e01b8152600401610716929190614044565b5f611fa76001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190613e6f565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015612072573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120969190613e6f565b5050505050505050565b5f8033816120ac613220565b90506120b88183613387565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af115801561210a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121319190810190613f74565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af41580156121a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121c591906140aa565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561220c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223091906140c5565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015612281575f80fd5b505af1158015612293573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b1580156122d7575f80fd5b505af11580156122e9573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa15801561238e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b29190613ee8565b6123d1576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa158015612413573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124379190613ee8565b61245e576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f6124716001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156124b9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124e09190810190613f74565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015612534573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125589190613ec2565b505050505050565b335f6125746001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc9190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126599190613ee8565b15612682576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f6126956001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156126e1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127089190810190613f74565b60400151905061271981600a610a0f565b1561273b578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612778573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061279c9190614060565b90506127aa81610aac610490565b156127cc578381604051637f8084f960e01b8152600401610716929190614044565b5f6127df6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612823573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128479190613e6f565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b6128906134be565b806128a36001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156128f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129149190613ec2565b6001600160a01b0316336001600160a01b031614612947576040516302613e9f60e51b8152336004820152602401610716565b81600a6129548282613508565b5f6129676001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156129b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129dd9190810190613f74565b6080810151600754919250905f906129fd906001600160a01b03166135bf565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612a41575f80fd5b505af1158015612a53573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612a97575f80fd5b505af1158015612aa9573d5f803e3d5ffd5b5050505050505050505050612add60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b50565b5f3381612af56001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b5d9190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bda9190613ee8565b15612c03576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f612c166001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612c62573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c899190810190613f74565b604001519050612c9a81600a610a0f565b15612cbc578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1d9190614060565b9050612d2b81610aac610490565b15612d4d578381604051637f8084f960e01b8152600401610716929190614044565b5f612d606001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612da4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc89190613e6f565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e459190613e6f565b505050505050919050565b5f805f8051602061420f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ebc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee09190613ee8565b15612f0c5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612f5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f829190613ee8565b612faa5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612ffc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130209190613e6f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c6613654565b5f8051602061424f8339815191528054600160401b810460ff1615906001600160401b03165f811580156130825750825b90505f826001600160401b0316600114801561309d5750303b155b9050811580156130ab575080155b156130c95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156130f357845460ff60401b1916600160401b1785555b5f808780602001905181019061310991906140dc565b9150915061311882828b61368c565b61312260026137d1565b600280546001600160a01b0319166001600160a01b039290921691909117905561314c60036137d1565b600380546001600160a01b0319166001600160a01b039290921691909117905561317c63c0d33ff960e01b613868565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f8051602061422f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613239906001600160a01b03166135bf565b600554909150613251906001600160a01b03166135bf565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613295575f80fd5b505af11580156132a7573d5f803e3d5ffd5b505050505f60055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133209190613ec2565b60405163485cc95560e01b81526001600160a01b03848116600483015280831660248301529192509084169063485cc955906044015f604051808303815f87803b15801561336c575f80fd5b505af115801561337e573d5f803e3d5ffd5b50505050505090565b600a545f9081906133a0906001600160a01b03166135bf565b6008549091505f906133ba906001600160a01b03166135bf565b6009549091505f906133d4906001600160a01b03166135bf565b6007549091505f906133ee906001600160a01b03166135bf565b6006549091505f90613408906001600160a01b03166135bf565b9050806001600160a01b0316633587647689878787876134306001546001600160a01b031690565b6040516001600160e01b031960e089901b1681526001600160a01b03968716600482015294861660248601529285166044850152908416606484015283166084830152821660a4820152908a1660c482015260e4015f604051808303815f87803b15801561349c575f80fd5b505af11580156134ae573d5f803e3d5ffd5b50929a9950505050505050505050565b7f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0080546001190161350257604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561356a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358e9190613ee8565b611bbe5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610716565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613629576040516330be1a3d60e21b815260040160405180910390fd5b919050565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b5f8051602061424f83398151915254600160401b900460ff1661368a57604051631afcd79f60e31b815260040160405180910390fd5b565b613694613654565b61369c613894565b6001600160a01b038216156136b9576136b4826138a4565b613730565b5f6136c460026137d1565b905061372e816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613705573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137299190613ec2565b6138a4565b505b6137ac83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137949190613e6f565b60085f8560405180602001604052805f8152506138b5565b6137bc634a531f3360e01b613868565b6137cc63daf9067160e01b613868565b505050565b5f6137e46001546001600160a01b031690565b6001600160a01b031663d39e6043836137fb611ab2565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561383e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138629190613ec2565b92915050565b613870613654565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b61389c613654565b61368a613950565b6138ac613654565b612add81613958565b6138bd613654565b6138c78683613969565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016120968382614154565b61362e613654565b613960613654565b612add816131c0565b613971613654565b61397a826139df565b613982613aab565b6001600160a01b0381166139a95760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061420f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6139e7613654565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613a3d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a619190613ee8565b613a895760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b613ab3613654565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613b00575f80fd5b81356001600160e01b031981168114613b17575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613b94608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613bd8610100840182613b1e565b949350505050565b6001600160a01b0381168114612add575f80fd5b5f60208284031215613c04575f80fd5b8135613b1781613be0565b64ffffffffff81168114612add575f80fd5b5f60208284031215613c31575f80fd5b8135613b1781613c0f565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613c7257613c72613c3c565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613ca057613ca0613c3c565b604052919050565b5f6001600160401b03821115613cc057613cc0613c3c565b50601f01601f191660200190565b5f82601f830112613cdd575f80fd5b8135613cf0613ceb82613ca8565b613c78565b818152846020838601011115613d04575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613d30575f80fd5b81356001600160401b03811115613d45575f80fd5b613bd884828501613cce565b5f8060408385031215613d62575f80fd5b8235613d6d81613be0565b915060208301356001600160401b03811115613d87575f80fd5b613d9385828601613cce565b9150509250929050565b6001600160601b0381168114612add575f80fd5b5f8060408385031215613dc2575f80fd5b8235613dcd81613be0565b91506020830135613ddd81613d9d565b809150509250929050565b8015158114612add575f80fd5b5f60208284031215613e05575f80fd5b8135613b1781613de8565b5f60208284031215613e20575f80fd5b5035919050565b5f60208284031215613e37575f80fd5b8135613b1781613d9d565b5f60208284031215613e52575f80fd5b815162ffffff81168114613b17575f80fd5b805161362981613d9d565b5f60208284031215613e7f575f80fd5b8151613b1781613d9d565b600181811c90821680613e9e57607f821691505b602082108103613ebc57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613ed2575f80fd5b8151613b1781613be0565b805161362981613de8565b5f60208284031215613ef8575f80fd5b8151613b1781613de8565b60ff81168114612add575f80fd5b805161362981613f03565b805161362981613be0565b5f82601f830112613f36575f80fd5b8151613f44613ceb82613ca8565b818152846020838601011115613f58575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613f84575f80fd5b81516001600160401b03811115613f99575f80fd5b820160e08185031215613faa575f80fd5b613fb2613c50565b613fbb82613e64565b8152613fc960208301613e64565b6020820152613fda60408301613f11565b6040820152613feb60608301613edd565b6060820152613ffc60808301613f1c565b608082015261400d60a08301613f1c565b60a082015260c08201516001600160401b0381111561402a575f80fd5b61403686828501613f27565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215614070575f80fd5b8151613b1781613f03565b6001600160401b0381168114612add575f80fd5b5f6020828403121561409f575f80fd5b8151613b178161407b565b5f602082840312156140ba575f80fd5b8151613b1781613c0f565b5f602082840312156140d5575f80fd5b5051919050565b5f80604083850312156140ed575f80fd5b82516140f881613be0565b6020840151909250613ddd81613be0565b601f8211156137cc57805f5260205f20601f840160051c8101602085101561412e5750805b601f840160051c820191505b8181101561414d575f815560010161413a565b5050505050565b81516001600160401b0381111561416d5761416d613c3c565b6141818161417b8454613e8a565b84614109565b6020601f8211600181146141b3575f831561419c5750848201515b5f19600385901b1c1916600184901b17845561414d565b5f84815260208120601f198516915b828110156141e257878501518255602094850194600190920191016141c2565b50848210156141ff57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cc901ecf74dc018b5bb15a730f821c931bcbee67b8579860dcb08258acaaf99964736f6c634300081a0033",
862
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613af0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b6040516102029190613b4c565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f366004613bf4565b6106df565b005b6102a46102b4366004613c21565b61085a565b6102a46102c7366004613d20565b610c38565b6102a46102da366004613d51565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f8051602061420f833981519152546001600160601b0316610244565b61024461032f366004613bf4565b610e7e565b61033c611a26565b6040516001600160401b039091168152602001610202565b61035c611ab2565b60405160ff9091168152602001610202565b6102a461037c366004613bf4565b611b26565b6102835f81565b610283600381565b6102ec611bc2565b6103a0611cf3565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613db1565b611d28565b6103d46120a0565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f8051602061420f83398151915281565b6102a461041d366004613df5565b61233e565b600a61035c565b6102a4610437366004613e10565b612560565b5f8051602061422f833981519152546001600160a01b03166102ec565b6102a4610467366004613e27565b612888565b61024461047a366004613e27565b612ae0565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613e42565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613e6f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610633611bc2565b6001600160a01b0316815260200182600101805461065090613e8a565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613e8a565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612e50565b6106e7611bc2565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613ec2565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613ee8565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613f74565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190614060565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190614060565b15610b45578381604051637f8084f960e01b8152600401610716929190614044565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613e6f565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc919061408f565b5f8051602061424f8339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683613049565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061424f8339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787613051565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e87611bc2565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6009546001600160a01b031615610f625760405163d518f81b60e01b815260040160405180910390fd5b6001600160a01b038216610f89576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fee9190613ec2565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561102d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110519190613ec2565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611094573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110b89190613ec2565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111f9190613ec2565b90505f8190505f886001600160a01b0316630e0c586d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611162573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111869190613ec2565b90505f8190505f8a6001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ed9190613ec2565b9050806001600160a01b038b16611217576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b03891661123d576040516295661560e31b815260040160405180910390fd5b6001600160a01b0387166112645760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03851661128b5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b0383166112b257604051634e336b1d60e11b815260040160405180910390fd5b6001600160a01b0381166112d9576040516301fa2a2b60e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611315573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113399190613ec2565b6001600160a01b03168c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561137e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a29190613ec2565b6001600160a01b0316146113c9576040516334ddf1a760e21b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611405573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114299190613ec2565b6001600160a01b0316866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561146e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114929190613ec2565b6001600160a01b0316146114b95760405163e168da3760e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115199190613ec2565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561155e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115829190613ec2565b6001600160a01b0316146115a9576040516303bc742960e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116099190613ec2565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561164e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116729190613ec2565b6001600160a01b03161461169957604051631129422760e31b815260040160405180910390fd5b8b6001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117039190613ec2565b6001600160a01b03161461172a57604051630bbd547960e01b815260040160405180910390fd5b8b6001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117949190613ec2565b6001600160a01b0316146117bb57604051632b34b6d960e01b815260040160405180910390fd5b8b6001600160a01b0316886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611801573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118259190613ec2565b6001600160a01b03161461184c576040516331783c7160e11b815260040160405180910390fd5b8a60045f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508860055f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508d60065f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508660075f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508460085f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508260095f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555080600a5f6101000a8154816001600160a01b0302191690836001600160a01b031602179055505f60065f9054906101000a90046001600160a01b031690505f60025f9054906101000a90046001600160a01b03166001600160a01b031663026bc43b8361199b611bc2565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156119e4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a0b9190810190613f74565b9050805f01519e505050505050505050505050505050919050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a611a4b611ab2565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611a8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610512919061408f565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611b02573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190614060565b33611b455f8051602061422f833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611b805760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f03611bb5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b611bbe826131c0565b5050565b5f805f8051602061420f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c529190613ee8565b15611cdd576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611cb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cd79190613ec2565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061422f83398151915280545f9190600160a01b900460ff16611d1a575f611cd7565b638fb3603760e01b91505090565b335f611d3c6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611da49190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611dfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e219190613ee8565b15611e4a576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611e5d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611ea9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611ed09190810190613f74565b604001519050611ee181600a610a0f565b15611f03578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f649190614060565b9050611f7281610aac610490565b15611f94578381604051637f8084f960e01b8152600401610716929190614044565b5f611fa76001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190613e6f565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015612072573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120969190613e6f565b5050505050505050565b5f8033816120ac613220565b90506120b88183613387565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af115801561210a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121319190810190613f74565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af41580156121a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121c591906140aa565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561220c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223091906140c5565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015612281575f80fd5b505af1158015612293573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b1580156122d7575f80fd5b505af11580156122e9573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa15801561238e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b29190613ee8565b6123d1576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa158015612413573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124379190613ee8565b61245e576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f6124716001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156124b9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124e09190810190613f74565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015612534573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125589190613ec2565b505050505050565b335f6125746001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc9190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126599190613ee8565b15612682576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f6126956001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156126e1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127089190810190613f74565b60400151905061271981600a610a0f565b1561273b578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612778573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061279c9190614060565b90506127aa81610aac610490565b156127cc578381604051637f8084f960e01b8152600401610716929190614044565b5f6127df6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612823573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128479190613e6f565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b6128906134be565b806128a36001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156128f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129149190613ec2565b6001600160a01b0316336001600160a01b031614612947576040516302613e9f60e51b8152336004820152602401610716565b81600a6129548282613508565b5f6129676001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156129b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129dd9190810190613f74565b6080810151600754919250905f906129fd906001600160a01b03166135bf565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612a41575f80fd5b505af1158015612a53573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612a97575f80fd5b505af1158015612aa9573d5f803e3d5ffd5b5050505050505050505050612add60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b50565b5f3381612af56001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b5d9190613e6f565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bda9190613ee8565b15612c03576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f612c166001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612c62573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c899190810190613f74565b604001519050612c9a81600a610a0f565b15612cbc578281604051632e87cd2360e11b8152600401610716929190614044565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1d9190614060565b9050612d2b81610aac610490565b15612d4d578381604051637f8084f960e01b8152600401610716929190614044565b5f612d606001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612da4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc89190613e6f565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e459190613e6f565b505050505050919050565b5f805f8051602061420f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ebc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee09190613ee8565b15612f0c5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612f5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f829190613ee8565b612faa5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612ffc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130209190613e6f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c6613654565b5f8051602061424f8339815191528054600160401b810460ff1615906001600160401b03165f811580156130825750825b90505f826001600160401b0316600114801561309d5750303b155b9050811580156130ab575080155b156130c95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156130f357845460ff60401b1916600160401b1785555b5f808780602001905181019061310991906140dc565b9150915061311882828b61368c565b61312260026137d1565b600280546001600160a01b0319166001600160a01b039290921691909117905561314c60036137d1565b600380546001600160a01b0319166001600160a01b039290921691909117905561317c63c0d33ff960e01b613868565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f8051602061422f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613239906001600160a01b03166135bf565b600554909150613251906001600160a01b03166135bf565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613295575f80fd5b505af11580156132a7573d5f803e3d5ffd5b505050505f60055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133209190613ec2565b60405163485cc95560e01b81526001600160a01b03848116600483015280831660248301529192509084169063485cc955906044015f604051808303815f87803b15801561336c575f80fd5b505af115801561337e573d5f803e3d5ffd5b50505050505090565b600a545f9081906133a0906001600160a01b03166135bf565b6008549091505f906133ba906001600160a01b03166135bf565b6009549091505f906133d4906001600160a01b03166135bf565b6007549091505f906133ee906001600160a01b03166135bf565b6006549091505f90613408906001600160a01b03166135bf565b9050806001600160a01b0316633587647689878787876134306001546001600160a01b031690565b6040516001600160e01b031960e089901b1681526001600160a01b03968716600482015294861660248601529285166044850152908416606484015283166084830152821660a4820152908a1660c482015260e4015f604051808303815f87803b15801561349c575f80fd5b505af11580156134ae573d5f803e3d5ffd5b50929a9950505050505050505050565b7f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0080546001190161350257604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561356a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358e9190613ee8565b611bbe5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610716565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613629576040516330be1a3d60e21b815260040160405180910390fd5b919050565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b5f8051602061424f83398151915254600160401b900460ff1661368a57604051631afcd79f60e31b815260040160405180910390fd5b565b613694613654565b61369c613894565b6001600160a01b038216156136b9576136b4826138a4565b613730565b5f6136c460026137d1565b905061372e816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613705573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137299190613ec2565b6138a4565b505b6137ac83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137949190613e6f565b60085f8560405180602001604052805f8152506138b5565b6137bc634a531f3360e01b613868565b6137cc63daf9067160e01b613868565b505050565b5f6137e46001546001600160a01b031690565b6001600160a01b031663d39e6043836137fb611ab2565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561383e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138629190613ec2565b92915050565b613870613654565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b61389c613654565b61368a613950565b6138ac613654565b612add81613958565b6138bd613654565b6138c78683613969565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016120968382614154565b61362e613654565b613960613654565b612add816131c0565b613971613654565b61397a826139df565b613982613aab565b6001600160a01b0381166139a95760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061420f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6139e7613654565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613a3d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a619190613ee8565b613a895760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b613ab3613654565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613b00575f80fd5b81356001600160e01b031981168114613b17575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613b94608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613bd8610100840182613b1e565b949350505050565b6001600160a01b0381168114612add575f80fd5b5f60208284031215613c04575f80fd5b8135613b1781613be0565b64ffffffffff81168114612add575f80fd5b5f60208284031215613c31575f80fd5b8135613b1781613c0f565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613c7257613c72613c3c565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613ca057613ca0613c3c565b604052919050565b5f6001600160401b03821115613cc057613cc0613c3c565b50601f01601f191660200190565b5f82601f830112613cdd575f80fd5b8135613cf0613ceb82613ca8565b613c78565b818152846020838601011115613d04575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613d30575f80fd5b81356001600160401b03811115613d45575f80fd5b613bd884828501613cce565b5f8060408385031215613d62575f80fd5b8235613d6d81613be0565b915060208301356001600160401b03811115613d87575f80fd5b613d9385828601613cce565b9150509250929050565b6001600160601b0381168114612add575f80fd5b5f8060408385031215613dc2575f80fd5b8235613dcd81613be0565b91506020830135613ddd81613d9d565b809150509250929050565b8015158114612add575f80fd5b5f60208284031215613e05575f80fd5b8135613b1781613de8565b5f60208284031215613e20575f80fd5b5035919050565b5f60208284031215613e37575f80fd5b8135613b1781613d9d565b5f60208284031215613e52575f80fd5b815162ffffff81168114613b17575f80fd5b805161362981613d9d565b5f60208284031215613e7f575f80fd5b8151613b1781613d9d565b600181811c90821680613e9e57607f821691505b602082108103613ebc57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613ed2575f80fd5b8151613b1781613be0565b805161362981613de8565b5f60208284031215613ef8575f80fd5b8151613b1781613de8565b60ff81168114612add575f80fd5b805161362981613f03565b805161362981613be0565b5f82601f830112613f36575f80fd5b8151613f44613ceb82613ca8565b818152846020838601011115613f58575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613f84575f80fd5b81516001600160401b03811115613f99575f80fd5b820160e08185031215613faa575f80fd5b613fb2613c50565b613fbb82613e64565b8152613fc960208301613e64565b6020820152613fda60408301613f11565b6040820152613feb60608301613edd565b6060820152613ffc60808301613f1c565b608082015261400d60a08301613f1c565b60a082015260c08201516001600160401b0381111561402a575f80fd5b61403686828501613f27565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215614070575f80fd5b8151613b1781613f03565b6001600160401b0381168114612add575f80fd5b5f6020828403121561409f575f80fd5b8151613b178161407b565b5f602082840312156140ba575f80fd5b8151613b1781613c0f565b5f602082840312156140d5575f80fd5b5051919050565b5f80604083850312156140ed575f80fd5b82516140f881613be0565b6020840151909250613ddd81613be0565b601f8211156137cc57805f5260205f20601f840160051c8101602085101561412e5750805b601f840160051c820191505b8181101561414d575f815560010161413a565b5050505050565b81516001600160401b0381111561416d5761416d613c3c565b6141818161417b8454613e8a565b84614109565b6020601f8211600181146141b3575f831561419c5750848201515b5f19600385901b1c1916600184901b17845561414d565b5f84815260208120601f198516915b828110156141e257878501518255602094850194600190920191016141c2565b50848210156141ff57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cc901ecf74dc018b5bb15a730f821c931bcbee67b8579860dcb08258acaaf99964736f6c634300081a0033",
863
+ "linkReferences": {
864
+ "contracts/shared/ContractLib.sol": {
865
+ "ContractLib": [
866
+ {
867
+ "length": 20,
868
+ "start": 15067
869
+ }
870
+ ]
871
+ },
872
+ "contracts/staking/TargetManagerLib.sol": {
873
+ "TargetManagerLib": [
874
+ {
875
+ "length": 20,
876
+ "start": 8754
877
+ },
878
+ {
879
+ "length": 20,
880
+ "start": 8861
881
+ }
882
+ ]
883
+ },
884
+ "contracts/type/NftId.sol": {
885
+ "NftIdLib": [
886
+ {
887
+ "length": 20,
888
+ "start": 1624
889
+ },
890
+ {
891
+ "length": 20,
892
+ "start": 2509
893
+ },
894
+ {
895
+ "length": 20,
896
+ "start": 7372
897
+ },
898
+ {
899
+ "length": 20,
900
+ "start": 7835
901
+ },
902
+ {
903
+ "length": 20,
904
+ "start": 9939
905
+ },
906
+ {
907
+ "length": 20,
908
+ "start": 11348
909
+ },
910
+ {
911
+ "length": 20,
912
+ "start": 12122
913
+ }
914
+ ]
915
+ },
916
+ "contracts/type/RoleId.sol": {
917
+ "RoleIdLib": [
918
+ {
919
+ "length": 20,
920
+ "start": 6911
921
+ }
922
+ ]
923
+ },
924
+ "contracts/type/Version.sol": {
925
+ "VersionLib": [
926
+ {
927
+ "length": 20,
928
+ "start": 1420
929
+ },
930
+ {
931
+ "length": 20,
932
+ "start": 2973
933
+ },
934
+ {
935
+ "length": 20,
936
+ "start": 3344
937
+ }
938
+ ],
939
+ "VersionPartLib": [
940
+ {
941
+ "length": 20,
942
+ "start": 7072
943
+ }
944
+ ]
945
+ }
946
+ },
947
+ "deployedLinkReferences": {
948
+ "contracts/shared/ContractLib.sol": {
949
+ "ContractLib": [
950
+ {
951
+ "length": 20,
952
+ "start": 14853
953
+ }
954
+ ]
955
+ },
956
+ "contracts/staking/TargetManagerLib.sol": {
957
+ "TargetManagerLib": [
958
+ {
959
+ "length": 20,
960
+ "start": 8540
961
+ },
962
+ {
963
+ "length": 20,
964
+ "start": 8647
965
+ }
966
+ ]
967
+ },
968
+ "contracts/type/NftId.sol": {
969
+ "NftIdLib": [
970
+ {
971
+ "length": 20,
972
+ "start": 1410
973
+ },
974
+ {
975
+ "length": 20,
976
+ "start": 2295
977
+ },
978
+ {
979
+ "length": 20,
980
+ "start": 7158
981
+ },
982
+ {
983
+ "length": 20,
984
+ "start": 7621
985
+ },
986
+ {
987
+ "length": 20,
988
+ "start": 9725
989
+ },
990
+ {
991
+ "length": 20,
992
+ "start": 11134
993
+ },
994
+ {
995
+ "length": 20,
996
+ "start": 11908
997
+ }
998
+ ]
999
+ },
1000
+ "contracts/type/RoleId.sol": {
1001
+ "RoleIdLib": [
1002
+ {
1003
+ "length": 20,
1004
+ "start": 6697
1005
+ }
1006
+ ]
1007
+ },
1008
+ "contracts/type/Version.sol": {
1009
+ "VersionLib": [
1010
+ {
1011
+ "length": 20,
1012
+ "start": 1206
1013
+ },
1014
+ {
1015
+ "length": 20,
1016
+ "start": 2759
1017
+ },
1018
+ {
1019
+ "length": 20,
1020
+ "start": 3130
1021
+ }
1022
+ ],
1023
+ "VersionPartLib": [
1024
+ {
1025
+ "length": 20,
1026
+ "start": 6858
1027
+ }
1028
+ ]
1029
+ }
1030
+ }
1031
+ }