@etherisc/gif-next 0.0.2-790d44b-698 → 0.0.2-79292f9-089

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 (737) hide show
  1. package/README.md +267 -42
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +195 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1489 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1159 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1502 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +842 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +914 -0
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +283 -1679
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +495 -2044
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1693 -0
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3469 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  69. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  70. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  71. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  72. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  73. package/artifacts/contracts/instance/module/{distribution/IDistribution.sol → IDistribution.sol}/IDistribution.json +1 -1
  74. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  75. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  76. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  78. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  79. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  80. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1126 -0
  82. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  84. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  86. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  88. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  90. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1018 -0
  92. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  94. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  96. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1395 -0
  98. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  100. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  101. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1466 -0
  102. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +818 -0
  104. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  106. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  107. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  108. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1218 -0
  110. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  111. package/artifacts/contracts/pool/Pool.sol/Pool.json +1181 -0
  112. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
  114. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  116. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  117. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
  118. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  120. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  121. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1243 -0
  122. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  123. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  124. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1331 -0
  126. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  128. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +230 -384
  130. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  131. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +788 -0
  132. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  133. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +800 -0
  134. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  135. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +328 -260
  136. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  137. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  138. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  139. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +187 -192
  140. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1263 -0
  142. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  144. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  145. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
  146. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  147. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  148. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  149. package/artifacts/contracts/product/Product.sol/Product.json +1201 -0
  150. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  151. package/artifacts/contracts/product/RiskService.sol/RiskService.json +695 -0
  152. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +702 -0
  154. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  155. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  156. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  157. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +924 -119
  158. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  159. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  160. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  161. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  162. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  163. package/artifacts/contracts/registry/Registry.sol/Registry.json +1106 -235
  164. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  165. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
  166. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
  168. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
  170. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  172. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  173. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1133 -0
  174. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  175. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  176. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  177. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  178. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  179. package/artifacts/contracts/shared/Component.sol/Component.json +832 -0
  180. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  181. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1680 -0
  182. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
  184. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
  186. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  188. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  190. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  192. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
  194. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  196. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  197. package/artifacts/contracts/{instance/module/component/IComponent.sol/IComponentModule.json → shared/INftOwnable.sol/INftOwnable.json} +66 -52
  198. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  200. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  202. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  203. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  204. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/base → shared}/IService.sol/IService.json +159 -154
  206. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  208. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  209. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  210. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +940 -0
  212. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +102 -165
  214. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  216. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  217. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  218. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  219. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
  220. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  221. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  222. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
  224. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  225. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  226. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  227. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/Service.sol/Service.json} +260 -193
  228. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  229. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  230. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  231. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  232. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1412 -0
  234. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  235. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  236. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +387 -0
  238. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  239. package/artifacts/contracts/staking/Staking.sol/Staking.json +1941 -0
  240. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  242. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  244. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  246. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  248. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  250. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  252. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
  254. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  255. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  256. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  258. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  260. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  262. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  264. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  266. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  268. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  270. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  272. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  274. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  276. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  278. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  280. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  282. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  284. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +222 -0
  286. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  288. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  290. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  292. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  294. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  296. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  298. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  300. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  302. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +81 -0
  304. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  306. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  308. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  309. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  310. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  311. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  312. package/contracts/authorization/AccessAdmin.sol +590 -0
  313. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  314. package/contracts/authorization/Authorization.sol +220 -0
  315. package/contracts/authorization/IAccess.sol +48 -0
  316. package/contracts/authorization/IAccessAdmin.sol +135 -0
  317. package/contracts/authorization/IAuthorization.sol +54 -0
  318. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  319. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  320. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  321. package/contracts/authorization/ServiceAuthorization.sol +91 -0
  322. package/contracts/distribution/BasicDistribution.sol +138 -0
  323. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  324. package/contracts/distribution/Distribution.sol +295 -0
  325. package/contracts/distribution/DistributionService.sol +322 -0
  326. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  327. package/contracts/distribution/IDistributionComponent.sol +52 -0
  328. package/contracts/distribution/IDistributionService.sol +95 -0
  329. package/contracts/instance/BundleSet.sol +126 -0
  330. package/contracts/instance/IInstance.sol +57 -47
  331. package/contracts/instance/IInstanceService.sol +92 -0
  332. package/contracts/instance/Instance.sol +216 -61
  333. package/contracts/instance/InstanceAdmin.sol +285 -0
  334. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  335. package/contracts/instance/InstanceReader.sol +408 -0
  336. package/contracts/instance/InstanceService.sol +466 -0
  337. package/contracts/instance/InstanceServiceManager.sol +40 -0
  338. package/contracts/instance/InstanceStore.sol +277 -0
  339. package/contracts/instance/base/BalanceStore.sol +123 -0
  340. package/contracts/instance/base/Cloneable.sol +28 -0
  341. package/contracts/instance/base/ObjectCounter.sol +21 -0
  342. package/contracts/instance/base/ObjectLifecycle.sol +105 -0
  343. package/contracts/instance/base/ObjectSet.sol +79 -0
  344. package/contracts/instance/module/IAccess.sol +46 -0
  345. package/contracts/instance/module/IBundle.sol +20 -0
  346. package/contracts/instance/module/IComponents.sol +46 -0
  347. package/contracts/instance/module/IDistribution.sol +41 -0
  348. package/contracts/instance/module/IPolicy.sol +84 -0
  349. package/contracts/instance/module/IRisk.sol +11 -0
  350. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  351. package/contracts/oracle/BasicOracle.sol +48 -0
  352. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  353. package/contracts/oracle/IOracle.sol +36 -0
  354. package/contracts/oracle/IOracleComponent.sol +33 -0
  355. package/contracts/oracle/IOracleService.sol +65 -0
  356. package/contracts/oracle/Oracle.sol +167 -0
  357. package/contracts/oracle/OracleService.sol +279 -0
  358. package/contracts/oracle/OracleServiceManager.sol +39 -0
  359. package/contracts/pool/BasicPool.sol +166 -0
  360. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  361. package/contracts/pool/BundleService.sol +436 -0
  362. package/contracts/pool/BundleServiceManager.sol +39 -0
  363. package/contracts/pool/IBundleService.sol +134 -0
  364. package/contracts/pool/IPoolComponent.sol +58 -0
  365. package/contracts/pool/IPoolService.sol +163 -0
  366. package/contracts/pool/Pool.sol +328 -0
  367. package/contracts/pool/PoolService.sol +541 -0
  368. package/contracts/pool/PoolServiceManager.sol +39 -0
  369. package/contracts/product/ApplicationService.sol +250 -0
  370. package/contracts/product/ApplicationServiceManager.sol +38 -0
  371. package/contracts/product/BasicProduct.sol +53 -0
  372. package/contracts/product/BasicProductAuthorization.sol +43 -0
  373. package/contracts/product/ClaimService.sol +416 -0
  374. package/contracts/product/ClaimServiceManager.sol +38 -0
  375. package/contracts/product/IApplicationService.sol +63 -0
  376. package/contracts/product/IClaimService.sol +100 -0
  377. package/contracts/product/IPolicyService.sol +84 -0
  378. package/contracts/product/IPricingService.sol +39 -0
  379. package/contracts/product/IProductComponent.sol +40 -0
  380. package/contracts/product/IRiskService.sol +33 -0
  381. package/contracts/product/PolicyService.sol +584 -0
  382. package/contracts/product/PolicyServiceManager.sol +39 -0
  383. package/contracts/product/PricingService.sol +304 -0
  384. package/contracts/product/PricingServiceManager.sol +39 -0
  385. package/contracts/product/Product.sol +411 -0
  386. package/contracts/product/RiskService.sol +97 -0
  387. package/contracts/product/RiskServiceManager.sol +39 -0
  388. package/contracts/registry/ChainNft.sol +131 -40
  389. package/contracts/registry/IRegistry.sol +140 -29
  390. package/contracts/registry/IRegistryService.sol +69 -0
  391. package/contracts/registry/ITransferInterceptor.sol +7 -0
  392. package/contracts/registry/Registry.sol +593 -346
  393. package/contracts/registry/RegistryAdmin.sol +464 -0
  394. package/contracts/registry/RegistryService.sol +251 -0
  395. package/contracts/registry/RegistryServiceManager.sol +53 -0
  396. package/contracts/registry/ReleaseLifecycle.sol +29 -0
  397. package/contracts/registry/ReleaseRegistry.sol +538 -0
  398. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  399. package/contracts/registry/TokenRegistry.sol +315 -0
  400. package/contracts/shared/Component.sol +268 -0
  401. package/contracts/shared/ComponentService.sol +641 -0
  402. package/contracts/shared/ComponentServiceManager.sol +35 -0
  403. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  404. package/contracts/shared/IComponent.sol +70 -0
  405. package/contracts/shared/IComponentService.sol +108 -0
  406. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  407. package/contracts/shared/IKeyValueStore.sol +54 -0
  408. package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
  409. package/contracts/shared/INftOwnable.sol +23 -0
  410. package/contracts/shared/IPolicyHolder.sol +45 -0
  411. package/contracts/shared/IRegisterable.sol +10 -19
  412. package/contracts/shared/IRegistryLinked.sol +11 -0
  413. package/contracts/shared/IService.sol +25 -0
  414. package/contracts/shared/InitializableCustom.sol +177 -0
  415. package/contracts/shared/InitializableERC165.sol +27 -0
  416. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  417. package/contracts/shared/KeyValueStore.sol +131 -0
  418. package/contracts/shared/Lifecycle.sol +77 -0
  419. package/contracts/shared/NftIdSet.sol +65 -0
  420. package/contracts/shared/NftOwnable.sol +107 -0
  421. package/contracts/shared/PolicyHolder.sol +99 -0
  422. package/contracts/shared/Registerable.sol +54 -65
  423. package/contracts/shared/RegistryLinked.sol +43 -0
  424. package/contracts/shared/Service.sol +82 -0
  425. package/contracts/shared/TokenHandler.sol +139 -0
  426. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  427. package/contracts/staking/IStaking.sol +167 -0
  428. package/contracts/staking/IStakingService.sol +160 -0
  429. package/contracts/staking/StakeManagerLib.sol +206 -0
  430. package/contracts/staking/Staking.sol +497 -0
  431. package/contracts/staking/StakingLifecycle.sol +23 -0
  432. package/contracts/staking/StakingManager.sol +50 -0
  433. package/contracts/staking/StakingReader.sol +183 -0
  434. package/contracts/staking/StakingService.sol +407 -0
  435. package/contracts/staking/StakingServiceManager.sol +44 -0
  436. package/contracts/staking/StakingStore.sol +605 -0
  437. package/contracts/staking/TargetManagerLib.sol +207 -0
  438. package/contracts/{types → type}/AddressSet.sol +1 -1
  439. package/contracts/type/Amount.sol +135 -0
  440. package/contracts/{types → type}/Blocknumber.sol +27 -3
  441. package/contracts/type/ClaimId.sol +75 -0
  442. package/contracts/type/DistributorType.sol +55 -0
  443. package/contracts/type/Fee.sol +66 -0
  444. package/contracts/{types → type}/Key32.sol +8 -3
  445. package/contracts/{types → type}/NftId.sol +21 -15
  446. package/contracts/type/NftIdSet.sol +62 -0
  447. package/contracts/type/ObjectType.sol +271 -0
  448. package/contracts/type/PayoutId.sol +82 -0
  449. package/contracts/type/Referral.sol +90 -0
  450. package/contracts/type/RequestId.sol +75 -0
  451. package/contracts/{types → type}/RiskId.sol +1 -1
  452. package/contracts/type/RoleId.sol +174 -0
  453. package/contracts/type/Seconds.sol +93 -0
  454. package/contracts/type/Selector.sol +102 -0
  455. package/contracts/{types → type}/StateId.sol +43 -5
  456. package/contracts/type/String.sol +53 -0
  457. package/contracts/{types → type}/Timestamp.sol +38 -15
  458. package/contracts/type/UFixed.sol +351 -0
  459. package/contracts/{types → type}/Version.sol +13 -3
  460. package/contracts/upgradeability/IVersionable.sol +53 -0
  461. package/contracts/upgradeability/ProxyManager.sol +198 -0
  462. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  463. package/contracts/upgradeability/Versionable.sol +59 -0
  464. package/package.json +11 -7
  465. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  466. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  467. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  468. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -405
  469. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  470. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -174
  471. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  472. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -340
  473. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  474. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -487
  475. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  476. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -370
  477. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  478. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -578
  479. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  480. package/artifacts/contracts/components/Product.sol/Product.json +0 -444
  481. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  482. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  483. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  484. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  485. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  486. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  487. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  488. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  489. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  490. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  491. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  493. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  494. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  495. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  497. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  499. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  501. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  503. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  504. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  506. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  508. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  510. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  512. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  514. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  515. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  516. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  517. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -364
  518. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  519. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  520. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  521. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  522. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  523. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  524. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  525. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
  526. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  527. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  528. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  530. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -364
  531. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  532. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  533. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  534. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  535. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  536. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  537. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -297
  538. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  539. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  540. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -297
  541. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  542. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -117
  543. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  544. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  545. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  546. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +0 -4
  547. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +0 -10
  548. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +0 -4
  549. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +0 -4
  550. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.json +0 -10
  551. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  552. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  553. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -284
  554. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  555. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -284
  556. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  557. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  558. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
  560. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
  562. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -113
  565. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -131
  567. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  569. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -511
  571. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  573. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -511
  575. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -595
  577. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -484
  579. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  581. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -366
  582. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  583. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  585. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -607
  586. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  587. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -922
  588. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  589. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  590. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  591. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  592. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  593. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  594. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  595. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  596. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  597. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.dbg.json +0 -4
  598. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.json +0 -248
  599. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.dbg.json +0 -4
  600. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.json +0 -129
  601. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  602. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  603. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +0 -4
  604. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +0 -405
  605. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  606. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  607. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  608. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -578
  609. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  610. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -575
  611. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  612. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  613. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  614. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  615. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  616. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -443
  617. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  619. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  620. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  621. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -270
  623. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  624. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  625. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  626. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  627. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  629. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  631. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  633. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  634. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  635. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  637. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  638. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  639. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  640. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  641. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +0 -4
  642. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.json +0 -99
  643. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  644. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  645. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  646. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  647. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  650. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  652. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  653. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  654. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  656. package/contracts/components/BaseComponent.sol +0 -94
  657. package/contracts/components/Distribution.sol +0 -132
  658. package/contracts/components/IBaseComponent.sol +0 -19
  659. package/contracts/components/IDistributionComponent.sol +0 -47
  660. package/contracts/components/IPoolComponent.sol +0 -71
  661. package/contracts/components/IProductComponent.sol +0 -38
  662. package/contracts/components/Pool.sol +0 -235
  663. package/contracts/components/Product.sol +0 -227
  664. package/contracts/experiment/errors/Require.sol +0 -38
  665. package/contracts/experiment/errors/Revert.sol +0 -44
  666. package/contracts/experiment/inheritance/A.sol +0 -53
  667. package/contracts/experiment/inheritance/B.sol +0 -28
  668. package/contracts/experiment/inheritance/C.sol +0 -34
  669. package/contracts/experiment/inheritance/IA.sol +0 -13
  670. package/contracts/experiment/inheritance/IB.sol +0 -10
  671. package/contracts/experiment/inheritance/IC.sol +0 -12
  672. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  673. package/contracts/experiment/statemachine/ISM.sol +0 -25
  674. package/contracts/experiment/statemachine/README.md +0 -112
  675. package/contracts/experiment/statemachine/SM.sol +0 -57
  676. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  677. package/contracts/experiment/types/TypeA.sol +0 -47
  678. package/contracts/experiment/types/TypeB.sol +0 -29
  679. package/contracts/instance/IInstanceLinked.sol +0 -8
  680. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  681. package/contracts/instance/base/IInstanceBase.sol +0 -22
  682. package/contracts/instance/base/IKeyValueStore.sol +0 -50
  683. package/contracts/instance/base/IService.sol +0 -15
  684. package/contracts/instance/base/InstanceBase.sol +0 -91
  685. package/contracts/instance/base/KeyValueStore.sol +0 -161
  686. package/contracts/instance/base/Lifecycle.sol +0 -100
  687. package/contracts/instance/base/ModuleBase.sol +0 -57
  688. package/contracts/instance/base/ServiceBase.sol +0 -37
  689. package/contracts/instance/module/access/Access.sol +0 -149
  690. package/contracts/instance/module/access/IAccess.sol +0 -53
  691. package/contracts/instance/module/bundle/BundleModule.sol +0 -134
  692. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  693. package/contracts/instance/module/component/ComponentModule.sol +0 -70
  694. package/contracts/instance/module/component/IComponent.sol +0 -28
  695. package/contracts/instance/module/distribution/DistributionModule.sol +0 -17
  696. package/contracts/instance/module/distribution/IDistribution.sol +0 -10
  697. package/contracts/instance/module/policy/IPolicy.sol +0 -63
  698. package/contracts/instance/module/policy/PolicyModule.sol +0 -91
  699. package/contracts/instance/module/pool/IPoolModule.sol +0 -40
  700. package/contracts/instance/module/pool/PoolModule.sol +0 -90
  701. package/contracts/instance/module/risk/IRisk.sol +0 -26
  702. package/contracts/instance/module/risk/RiskModule.sol +0 -62
  703. package/contracts/instance/module/treasury/ITreasury.sol +0 -82
  704. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  705. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -138
  706. package/contracts/instance/service/ComponentOwnerService.sol +0 -157
  707. package/contracts/instance/service/DistributionService.sol +0 -59
  708. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  709. package/contracts/instance/service/IDistributionService.sol +0 -12
  710. package/contracts/instance/service/IPoolService.sol +0 -37
  711. package/contracts/instance/service/IProductService.sol +0 -107
  712. package/contracts/instance/service/PoolService.sol +0 -149
  713. package/contracts/instance/service/ProductService.sol +0 -509
  714. package/contracts/registry/IChainNft.sol +0 -21
  715. package/contracts/registry/IRegistryLinked.sol +0 -8
  716. package/contracts/shared/ERC165.sol +0 -21
  717. package/contracts/shared/IOwnable.sol +0 -6
  718. package/contracts/shared/IVersionable.sol +0 -94
  719. package/contracts/shared/Proxy.sol +0 -94
  720. package/contracts/shared/Versionable.sol +0 -141
  721. package/contracts/test/TestDistribution.sol +0 -21
  722. package/contracts/test/TestFee.sol +0 -25
  723. package/contracts/test/TestPool.sol +0 -25
  724. package/contracts/test/TestProduct.sol +0 -72
  725. package/contracts/test/TestRegisterable.sol +0 -19
  726. package/contracts/test/TestRoleId.sol +0 -14
  727. package/contracts/test/TestService.sol +0 -32
  728. package/contracts/test/TestToken.sol +0 -26
  729. package/contracts/test/TestVersion.sol +0 -44
  730. package/contracts/test/TestVersionable.sol +0 -17
  731. package/contracts/types/ChainId.sol +0 -38
  732. package/contracts/types/Fee.sol +0 -56
  733. package/contracts/types/NftIdSet.sol +0 -60
  734. package/contracts/types/ObjectType.sol +0 -131
  735. package/contracts/types/ReferralId.sol +0 -48
  736. package/contracts/types/RoleId.sol +0 -38
  737. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,761 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "StakingManager",
4
+ "sourceName": "contracts/staking/StakingManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "registry",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "tokenRegistry",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "stakingStore",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "initialOwner",
26
+ "type": "address"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "constructor"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "internalType": "NftId",
36
+ "name": "nftId",
37
+ "type": "uint96"
38
+ }
39
+ ],
40
+ "name": "ErrorNftOwnableAlreadyLinked",
41
+ "type": "error"
42
+ },
43
+ {
44
+ "inputs": [
45
+ {
46
+ "internalType": "address",
47
+ "name": "contractAddress",
48
+ "type": "address"
49
+ }
50
+ ],
51
+ "name": "ErrorNftOwnableContractNotRegistered",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "ErrorNftOwnableInitialOwnerZero",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [
61
+ {
62
+ "internalType": "address",
63
+ "name": "account",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "ErrorNftOwnableNotOwner",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [
72
+ {
73
+ "internalType": "address",
74
+ "name": "registryAddress",
75
+ "type": "address"
76
+ }
77
+ ],
78
+ "name": "ErrorNotRegistry",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [
83
+ {
84
+ "internalType": "Version",
85
+ "name": "nextVersion",
86
+ "type": "uint24"
87
+ }
88
+ ],
89
+ "name": "ErrorProxyManagerNextVersionNotIncreasing",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "ErrorProxyManagerNotYetDeployed",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "ErrorProxyManagerProxyAlreadyDeployed",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "ErrorProxyManagerZeroVersion",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "InvalidInitialization",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [],
114
+ "name": "NotInitializing",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "anonymous": false,
119
+ "inputs": [
120
+ {
121
+ "indexed": false,
122
+ "internalType": "uint64",
123
+ "name": "version",
124
+ "type": "uint64"
125
+ }
126
+ ],
127
+ "name": "Initialized",
128
+ "type": "event"
129
+ },
130
+ {
131
+ "anonymous": false,
132
+ "inputs": [
133
+ {
134
+ "indexed": true,
135
+ "internalType": "address",
136
+ "name": "proxy",
137
+ "type": "address"
138
+ },
139
+ {
140
+ "indexed": false,
141
+ "internalType": "address",
142
+ "name": "initialImplementation",
143
+ "type": "address"
144
+ }
145
+ ],
146
+ "name": "LogProxyManagerVersionableDeployed",
147
+ "type": "event"
148
+ },
149
+ {
150
+ "anonymous": false,
151
+ "inputs": [
152
+ {
153
+ "indexed": true,
154
+ "internalType": "address",
155
+ "name": "proxy",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "indexed": false,
160
+ "internalType": "address",
161
+ "name": "upgradedImplementation",
162
+ "type": "address"
163
+ }
164
+ ],
165
+ "name": "LogProxyManagerVersionableUpgraded",
166
+ "type": "event"
167
+ },
168
+ {
169
+ "inputs": [],
170
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
171
+ "outputs": [
172
+ {
173
+ "internalType": "bytes32",
174
+ "name": "",
175
+ "type": "bytes32"
176
+ }
177
+ ],
178
+ "stateMutability": "view",
179
+ "type": "function"
180
+ },
181
+ {
182
+ "inputs": [
183
+ {
184
+ "internalType": "address",
185
+ "name": "initialImplementation",
186
+ "type": "address"
187
+ },
188
+ {
189
+ "internalType": "bytes",
190
+ "name": "initializationData",
191
+ "type": "bytes"
192
+ }
193
+ ],
194
+ "name": "deploy",
195
+ "outputs": [
196
+ {
197
+ "internalType": "contract IVersionable",
198
+ "name": "versionable",
199
+ "type": "address"
200
+ }
201
+ ],
202
+ "stateMutability": "nonpayable",
203
+ "type": "function"
204
+ },
205
+ {
206
+ "inputs": [
207
+ {
208
+ "internalType": "address",
209
+ "name": "initialImplementation",
210
+ "type": "address"
211
+ },
212
+ {
213
+ "internalType": "bytes",
214
+ "name": "initializationData",
215
+ "type": "bytes"
216
+ },
217
+ {
218
+ "internalType": "bytes32",
219
+ "name": "salt",
220
+ "type": "bytes32"
221
+ }
222
+ ],
223
+ "name": "deployDetermenistic",
224
+ "outputs": [
225
+ {
226
+ "internalType": "contract IVersionable",
227
+ "name": "versionable",
228
+ "type": "address"
229
+ }
230
+ ],
231
+ "stateMutability": "nonpayable",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "address",
238
+ "name": "proxyOwner",
239
+ "type": "address"
240
+ },
241
+ {
242
+ "internalType": "bytes",
243
+ "name": "deployData",
244
+ "type": "bytes"
245
+ }
246
+ ],
247
+ "name": "getDeployData",
248
+ "outputs": [
249
+ {
250
+ "internalType": "bytes",
251
+ "name": "data",
252
+ "type": "bytes"
253
+ }
254
+ ],
255
+ "stateMutability": "pure",
256
+ "type": "function"
257
+ },
258
+ {
259
+ "inputs": [],
260
+ "name": "getNftId",
261
+ "outputs": [
262
+ {
263
+ "internalType": "NftId",
264
+ "name": "",
265
+ "type": "uint96"
266
+ }
267
+ ],
268
+ "stateMutability": "view",
269
+ "type": "function"
270
+ },
271
+ {
272
+ "inputs": [],
273
+ "name": "getOwner",
274
+ "outputs": [
275
+ {
276
+ "internalType": "address",
277
+ "name": "",
278
+ "type": "address"
279
+ }
280
+ ],
281
+ "stateMutability": "view",
282
+ "type": "function"
283
+ },
284
+ {
285
+ "inputs": [],
286
+ "name": "getProxy",
287
+ "outputs": [
288
+ {
289
+ "internalType": "contract UpgradableProxyWithAdmin",
290
+ "name": "",
291
+ "type": "address"
292
+ }
293
+ ],
294
+ "stateMutability": "view",
295
+ "type": "function"
296
+ },
297
+ {
298
+ "inputs": [],
299
+ "name": "getRegistry",
300
+ "outputs": [
301
+ {
302
+ "internalType": "contract IRegistry",
303
+ "name": "",
304
+ "type": "address"
305
+ }
306
+ ],
307
+ "stateMutability": "view",
308
+ "type": "function"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "getStaking",
313
+ "outputs": [
314
+ {
315
+ "internalType": "contract Staking",
316
+ "name": "",
317
+ "type": "address"
318
+ }
319
+ ],
320
+ "stateMutability": "view",
321
+ "type": "function"
322
+ },
323
+ {
324
+ "inputs": [
325
+ {
326
+ "internalType": "bytes",
327
+ "name": "upgradeData",
328
+ "type": "bytes"
329
+ }
330
+ ],
331
+ "name": "getUpgradeData",
332
+ "outputs": [
333
+ {
334
+ "internalType": "bytes",
335
+ "name": "data",
336
+ "type": "bytes"
337
+ }
338
+ ],
339
+ "stateMutability": "pure",
340
+ "type": "function"
341
+ },
342
+ {
343
+ "inputs": [],
344
+ "name": "getVersion",
345
+ "outputs": [
346
+ {
347
+ "internalType": "Version",
348
+ "name": "",
349
+ "type": "uint24"
350
+ }
351
+ ],
352
+ "stateMutability": "view",
353
+ "type": "function"
354
+ },
355
+ {
356
+ "inputs": [
357
+ {
358
+ "internalType": "uint256",
359
+ "name": "idx",
360
+ "type": "uint256"
361
+ }
362
+ ],
363
+ "name": "getVersion",
364
+ "outputs": [
365
+ {
366
+ "internalType": "Version",
367
+ "name": "",
368
+ "type": "uint24"
369
+ }
370
+ ],
371
+ "stateMutability": "view",
372
+ "type": "function"
373
+ },
374
+ {
375
+ "inputs": [],
376
+ "name": "getVersionCount",
377
+ "outputs": [
378
+ {
379
+ "internalType": "uint256",
380
+ "name": "",
381
+ "type": "uint256"
382
+ }
383
+ ],
384
+ "stateMutability": "view",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "Version",
391
+ "name": "_version",
392
+ "type": "uint24"
393
+ }
394
+ ],
395
+ "name": "getVersionInfo",
396
+ "outputs": [
397
+ {
398
+ "components": [
399
+ {
400
+ "internalType": "Version",
401
+ "name": "version",
402
+ "type": "uint24"
403
+ },
404
+ {
405
+ "internalType": "address",
406
+ "name": "implementation",
407
+ "type": "address"
408
+ },
409
+ {
410
+ "internalType": "address",
411
+ "name": "activatedBy",
412
+ "type": "address"
413
+ },
414
+ {
415
+ "internalType": "Timestamp",
416
+ "name": "activatedAt",
417
+ "type": "uint40"
418
+ },
419
+ {
420
+ "internalType": "Blocknumber",
421
+ "name": "activatedIn",
422
+ "type": "uint32"
423
+ }
424
+ ],
425
+ "internalType": "struct ProxyManager.VersionInfo",
426
+ "name": "",
427
+ "type": "tuple"
428
+ }
429
+ ],
430
+ "stateMutability": "view",
431
+ "type": "function"
432
+ },
433
+ {
434
+ "inputs": [],
435
+ "name": "initializeERC165",
436
+ "outputs": [],
437
+ "stateMutability": "nonpayable",
438
+ "type": "function"
439
+ },
440
+ {
441
+ "inputs": [
442
+ {
443
+ "internalType": "address",
444
+ "name": "initialOwner",
445
+ "type": "address"
446
+ },
447
+ {
448
+ "internalType": "address",
449
+ "name": "registryAddress",
450
+ "type": "address"
451
+ }
452
+ ],
453
+ "name": "initializeNftOwnable",
454
+ "outputs": [],
455
+ "stateMutability": "nonpayable",
456
+ "type": "function"
457
+ },
458
+ {
459
+ "inputs": [
460
+ {
461
+ "internalType": "address",
462
+ "name": "registry",
463
+ "type": "address"
464
+ }
465
+ ],
466
+ "name": "initializeProxyManager",
467
+ "outputs": [],
468
+ "stateMutability": "nonpayable",
469
+ "type": "function"
470
+ },
471
+ {
472
+ "inputs": [
473
+ {
474
+ "internalType": "address",
475
+ "name": "registryAddress",
476
+ "type": "address"
477
+ }
478
+ ],
479
+ "name": "initializeRegistryLinked",
480
+ "outputs": [],
481
+ "stateMutability": "nonpayable",
482
+ "type": "function"
483
+ },
484
+ {
485
+ "inputs": [],
486
+ "name": "linkToProxy",
487
+ "outputs": [
488
+ {
489
+ "internalType": "NftId",
490
+ "name": "",
491
+ "type": "uint96"
492
+ }
493
+ ],
494
+ "stateMutability": "nonpayable",
495
+ "type": "function"
496
+ },
497
+ {
498
+ "inputs": [],
499
+ "name": "linkToRegisteredNftId",
500
+ "outputs": [
501
+ {
502
+ "internalType": "NftId",
503
+ "name": "nftId",
504
+ "type": "uint96"
505
+ }
506
+ ],
507
+ "stateMutability": "nonpayable",
508
+ "type": "function"
509
+ },
510
+ {
511
+ "inputs": [
512
+ {
513
+ "internalType": "bytes4",
514
+ "name": "interfaceId",
515
+ "type": "bytes4"
516
+ }
517
+ ],
518
+ "name": "registerInterface",
519
+ "outputs": [],
520
+ "stateMutability": "nonpayable",
521
+ "type": "function"
522
+ },
523
+ {
524
+ "inputs": [
525
+ {
526
+ "internalType": "bytes4",
527
+ "name": "interfaceId",
528
+ "type": "bytes4"
529
+ }
530
+ ],
531
+ "name": "supportsInterface",
532
+ "outputs": [
533
+ {
534
+ "internalType": "bool",
535
+ "name": "",
536
+ "type": "bool"
537
+ }
538
+ ],
539
+ "stateMutability": "view",
540
+ "type": "function"
541
+ },
542
+ {
543
+ "inputs": [
544
+ {
545
+ "internalType": "address",
546
+ "name": "newImplementation",
547
+ "type": "address"
548
+ },
549
+ {
550
+ "internalType": "bytes",
551
+ "name": "upgradeData",
552
+ "type": "bytes"
553
+ }
554
+ ],
555
+ "name": "upgrade",
556
+ "outputs": [
557
+ {
558
+ "internalType": "contract IVersionable",
559
+ "name": "versionable",
560
+ "type": "address"
561
+ }
562
+ ],
563
+ "stateMutability": "nonpayable",
564
+ "type": "function"
565
+ }
566
+ ],
567
+ "bytecode": "0x608060405234801561000f575f80fd5b5060405161947b38038061947b83398101604081905261002e91610bd9565b836100388161019a565b505f60405161004690610ba4565b604051809103905ff08015801561005f573d5f803e3d5ffd5b50600680546001600160a01b0319166001600160a01b0383811691909117909155604080518883166020820152878316918101919091528582166060820152908416608082015290915060a001604051602081830303815290604052600790816100c99190610cc2565b50600654600780545f9261016e926001600160a01b03909116916100ec90610c3e565b80601f016020809104026020016040519081016040528092919081815260200182805461011890610c3e565b80156101635780601f1061013a57610100808354040283529160200191610163565b820191905f5260205f20905b81548152906001019060200180831161014657829003601f168201915b50506102b092505050565b600580546001600160a01b0319166001600160a01b039290921691909117905550610ed8945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156101e35750825b90505f826001600160401b031660011480156101fe5750303b155b90508115801561020c575080155b1561022a5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561025857845460ff60401b1916680100000000000000001785555b6102623387610436565b83156102a857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6102b96104c8565b6001600160a01b0316336001600160a01b0316146102f15760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561031557604051600162b5b66d60e01b0319815260040160405180910390fd5b5f61031e6104c8565b905030848161032d8487610615565b60405161033990610bb1565b61034593929190610daa565b604051809103905ff08015801561035e573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b815290519194506103ea918591630d8e6e2c9160048083019260209291908290030181865afa1580156103bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e39190610dde565b868461066d565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b61043e610a03565b61044781610a53565b61044f610b5f565b6001600160a01b0382166104765760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610547573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056b9190610e07565b156105f6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156105cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105f09190610e26565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b8383604051602401610632929190610e3f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6106e98373__$8eede297b65ed5a56eb3f84d8232ae93f5$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106dc9190610dde565b62ffffff90811691161490565b15610707576040516348c618db60e01b815260040160405180910390fd5b6004541561085f576004805461071f90600190610e6a565b8154811061072f5761072f610e89565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156107a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c49190610e9d565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610816573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083a9190610e9d565b1161085f57604051633e614b6d60e11b815262ffffff841660048201526024016102e8565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190610eb4565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610a5157604051631afcd79f60e31b815260040160405180910390fd5b565b610a5b610a03565b806001600160a01b03163b5f03610a905760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102e8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610b0a575060408051601f3d908101601f19168201909252610b0791810190610e07565b60015b610b325760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102e8565b80610b5b5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016102e8565b5050565b610b67610a03565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b614fd38061365c83390190565b610e4c8061862f83390190565b80516001600160a01b0381168114610bd4575f80fd5b919050565b5f805f8060808587031215610bec575f80fd5b610bf585610bbe565b9350610c0360208601610bbe565b9250610c1160408601610bbe565b9150610c1f60608601610bbe565b905092959194509250565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610c5257607f821691505b602082108103610c7057634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610cbd57805f5260205f20601f840160051c81016020851015610c9b5750805b601f840160051c820191505b81811015610cba575f8155600101610ca7565b50505b505050565b81516001600160401b03811115610cdb57610cdb610c2a565b610cef81610ce98454610c3e565b84610c76565b6020601f821160018114610d21575f8315610d0a5750848201515b5f19600385901b1c1916600184901b178455610cba565b5f84815260208120601f198516915b82811015610d505787850151825560209485019460019092019101610d30565b5084821015610d6d57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610dd590830184610d7c565b95945050505050565b5f60208284031215610dee575f80fd5b815162ffffff81168114610e00575f80fd5b9392505050565b5f60208284031215610e17575f80fd5b81518015158114610e00575f80fd5b5f60208284031215610e36575f80fd5b610e0082610bbe565b6001600160a01b03831681526040602082018190525f90610e6290830184610d7c565b949350505050565b8181038181111561066757634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610ead575f80fd5b5051919050565b5f60208284031215610ec4575f80fd5b815164ffffffffff81168114610e00575f80fd5b61277780610ee55f395ff3fe608060405234801561000f575f80fd5b5060043610610148575f3560e01c8063675393bf116100bf578063ada9652e11610079578063ada9652e146103e1578063b88da759146103f5578063c987336c14610408578063e97fac051461041b578063f7c34ee01461042e578063fd0c63d914610441575f80fd5b8063675393bf1461037f5780637b1391a614610392578063893d20e8146103a35780638e9afce6146103ab578063933a9ce8146103be578063946dfcfe146103cf575f80fd5b80631775564d116101105780631775564d14610209578063214cdb801461022957806336fc697e1461023c5780634d459c90146102445780635ab1bd5314610351578063644c45e014610362575f80fd5b806301ffc9a71461014c578063058f7a971461018d57806307484e80146101a25780630d8e6e2c146101cd578063138461e0146101e9575b5f80fd5b61017861015a366004611504565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004611546565b610449565b005b6101b56101b0366004611600565b610558565b6040516001600160a01b039091168152602001610184565b6101d56106e4565b60405162ffffff9091168152602001610184565b6101f1610754565b6040516001600160601b039091168152602001610184565b61021c610217366004611655565b61075e565b60405161018491906116d0565b6101a0610237366004611504565b6107b6565b6101a06107e2565b6102f46102523660046116f2565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610184565b6001546001600160a01b03166101b5565b5f80516020612722833981519152546001600160601b03166101f1565b6101a061038d366004611546565b610827565b6005546001600160a01b03166101b5565b6101b5610934565b61021c6103b936600461170d565b610a65565b6002546001600160a01b03166101b5565b6004545b604051908152602001610184565b6103d35f8051602061272283398151915281565b6101d5610403366004611747565b610ab8565b6101b5610416366004611655565b610af6565b6101b5610429366004611655565b610d0f565b6101a061043c36600461175e565b610e90565b6101f1610f06565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f8115801561048e5750825b90505f8267ffffffffffffffff1660011480156104aa5750303b155b9050811580156104b8575080155b156104d65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561050057845460ff60401b1916600160401b1785555b61050a3387610e90565b831561055057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f610561610934565b6001600160a01b0316336001600160a01b0316146105995760405163086391f760e31b81523360048201526024015b60405180910390fd5b600454156105bd57604051600162b5b66d60e01b0319815260040160405180910390fd5b5f6105c6610934565b9050308386826105d6858961075e565b6040516105e2906114f7565b6105ee93929190611795565b8190604051809103905ff590508015801561060b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610697918591630d8e6e2c9160048083019260209291908290030181865afa15801561066c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069091906117c9565b8784610f1d565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801561072b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074f91906117c9565b905090565b5f61074f306112b3565b60606349bb9e4b60e01b838360405160240161077b9291906117e4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6107be6114ac565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107ea6114ac565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61082f6114ac565b806001600160a01b03163b5f036108645760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156108de575060408051601f3d908101601f191682019092526108db91810190611807565b60015b6109065760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b8061092f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610590565b505b50565b5f805f8051602061272283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c49190611807565b15610a4f576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a499190611826565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b82604051602401610a8091906116d0565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f60048281548110610acc57610acc611841565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610aff610934565b6001600160a01b0316336001600160a01b031614610b325760405163086391f760e31b8152336004820152602401610590565b6004545f03610b545760405163366dfd2160e21b815260040160405180910390fd5b5f610b5d610934565b90505f610b726002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015610bae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bd29190611826565b6002549091506001600160a01b03908116908216639623609d8288610bf689610a65565b6040518463ffffffff1660e01b8152600401610c1493929190611795565b5f604051808303815f87803b158015610c2b575f80fd5b505af1158015610c3d573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610cc2846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbb91906117c9565b8785610f1d565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610d18610934565b6001600160a01b0316336001600160a01b031614610d4b5760405163086391f760e31b8152336004820152602401610590565b60045415610d6f57604051600162b5b66d60e01b0319815260040160405180910390fd5b5f610d78610934565b9050308481610d87848761075e565b604051610d93906114f7565b610d9f93929190611795565b604051809103905ff080158015610db8573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610e44918591630d8e6e2c9160048083019260209291908290030181865afa158015610e19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3d91906117c9565b8684610f1d565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b610e986114ac565b610ea181610827565b610ea96107e2565b6001600160a01b038216610ed05760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061272283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6002545f9061074f906001600160a01b03166112b3565b610f998373__$8eede297b65ed5a56eb3f84d8232ae93f5$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8c91906117c9565b62ffffff90811691161490565b15610fb7576040516348c618db60e01b815260040160405180910390fd5b6004541561110f5760048054610fcf90600190611855565b81548110610fdf57610fdf611841565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015611050573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110749190611874565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156110c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ea9190611874565b1161110f57604051633e614b6d60e11b815262ffffff84166004820152602401610590565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156111df573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611203919061188b565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061272283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561131f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113439190611807565b1561136f5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610590565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e59190611807565b61140d5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610590565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa15801561145f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148391906118af565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166114f557604051631afcd79f60e31b815260040160405180910390fd5b565b610e4c806118d683390190565b5f60208284031215611514575f80fd5b81356001600160e01b03198116811461152b575f80fd5b9392505050565b6001600160a01b0381168114610931575f80fd5b5f60208284031215611556575f80fd5b813561152b81611532565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611584575f80fd5b813567ffffffffffffffff81111561159e5761159e611561565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156115cd576115cd611561565b6040528181528382016020018510156115e4575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611612575f80fd5b833561161d81611532565b9250602084013567ffffffffffffffff811115611638575f80fd5b61164486828701611575565b925050604084013590509250925092565b5f8060408385031215611666575f80fd5b823561167181611532565b9150602083013567ffffffffffffffff81111561168c575f80fd5b61169885828601611575565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61152b60208301846116a2565b62ffffff81168114610931575f80fd5b5f60208284031215611702575f80fd5b813561152b816116e2565b5f6020828403121561171d575f80fd5b813567ffffffffffffffff811115611733575f80fd5b61173f84828501611575565b949350505050565b5f60208284031215611757575f80fd5b5035919050565b5f806040838503121561176f575f80fd5b823561177a81611532565b9150602083013561178a81611532565b809150509250929050565b6001600160a01b038481168252831660208201526060604082018190525f906117c0908301846116a2565b95945050505050565b5f602082840312156117d9575f80fd5b815161152b816116e2565b6001600160a01b03831681526040602082018190525f9061173f908301846116a2565b5f60208284031215611817575f80fd5b8151801515811461152b575f80fd5b5f60208284031215611836575f80fd5b815161152b81611532565b634e487b7160e01b5f52603260045260245ffd5b818103818111156107b057634e487b7160e01b5f52601160045260245ffd5b5f60208284031215611884575f80fd5b5051919050565b5f6020828403121561189b575f80fd5b815164ffffffffff8116811461152b575f80fd5b5f602082840312156118bf575f80fd5b81516001600160601b038116811461152b575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212201e76b95164012061d0b9f25df244110aa4e4a3560b78e7272357a55adf154c5364736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614efd806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061037d575f3560e01c80636291423a116101d4578063bae99c9911610109578063deaa59df116100a9578063ea15869f11610079578063ea15869f146107e3578063ea48ce9b146107f7578063f7c34ee01461080a578063f8bf0d9f1461081d575f80fd5b8063deaa59df14610797578063e3a817cd146107aa578063e7f7fb86146107bd578063e8ce883d146107d0575f80fd5b8063caed9897116100e4578063caed989714610736578063d44f8a4b1461073e578063de0eb85f14610751578063dea4ccf214610764575f80fd5b8063bae99c9914610708578063bb1e0e591461071b578063bf7e214f1461072e575f80fd5b8063893d20e811610174578063958697a01161014f578063958697a0146106c65780639a726364146106d9578063ada9652e146106ec578063b423086c14610700575f80fd5b8063893d20e8146106885780638fb360371461069057806390edbd35146106b1575f80fd5b80636c1e9dff116101af5780636c1e9dff14610647578063719f761a1461065a5780637a9e5e4b1461066d57806386c7575414610680575f80fd5b80636291423a1461060f578063644c45e014610617578063675393bf14610634575f80fd5b806331ecc5cc116102b5578063562119ee116102555780635ecf260f116102255780635ecf260f146105b05780635fd1efec146105c3578063614d08f8146105d6578063628937d2146105fc575f80fd5b8063562119ee146105715780635741e5e9146105845780635ab1bd531461058c5780635cbb7d851461059d575f80fd5b806336fc697e1161029057806336fc697e1461053b578063419197fe1461054357806343d752d31461055657806349bb9e4b1461055e575f80fd5b806331ecc5cc14610502578063329d6e741461051557806336644da614610528575f80fd5b806317d7de7c1161032057806321df0da7116102fb57806321df0da7146104cc57806322366844146104d457806327bb7a33146104dc5780632a80f673146104ef575f80fd5b806317d7de7c1461047d5780631eff4b2214610492578063214cdb80146104b9575f80fd5b80630fec111c1161035b5780630fec111c1461041357806310a0638a14610428578063132996041461043d578063138461e01461045d575f80fd5b806301ffc9a714610381578063062c9cdf146103c25780630d8e6e2c146103f7575b5f80fd5b6103ad61038f36600461401a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103e97fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b6040519081526020016103b9565b6103ff610830565b60405162ffffff90911681526020016103b9565b61041b6108b7565b6040516103b99190614076565b61043b610436366004614126565b610a75565b005b610445610b5e565b6040516001600160a01b0390911681526020016103b9565b610465610b70565b6040516001600160601b0390911681526020016103b9565b610485610b7a565b6040516103b99190614141565b6103e97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61043b6104c736600461401a565b610b8a565b610445610bb6565b6103ad610bc8565b61043b6104ea3660046142ab565b610cbe565b61043b6104fd36600461433e565b610d63565b61043b610510366004614368565b610fcd565b61043b6105233660046143b0565b61117b565b61043b6105363660046143f3565b6112d9565b61043b611321565b61043b61055136600461446c565b611366565b610445611525565b61043b61056c3660046144a3565b611540565b61043b61057f3660046144ef565b61164e565b6103ad61177e565b6001546001600160a01b0316610445565b6104656105ab366004614546565b61183b565b61043b6105be366004614562565b6118fd565b61043b6105d136600461458e565b611b6c565b610485604051806040016040528060078152602001665374616b696e6760c81b81525081565b61043b61060a36600461446c565b611cd1565b610445611d49565b5f80516020614e68833981519152546001600160601b0316610465565b61043b61064236600461458e565b611d64565b610465610655366004614546565b611e6f565b610465610668366004614126565b611ff9565b61043b61067b36600461458e565b61226a565b6104456122ec565b610445612307565b610698612438565b6040516001600160e01b031990911681526020016103b9565b6106b961246d565b6040516103b991906145a9565b61043b6106d4366004614633565b612492565b61043b6106e7366004614660565b6124d6565b6103e95f80516020614e6883398151915281565b6106b96126ef565b61043b610716366004614126565b6126ff565b61043b610729366004614695565b61274b565b6104456127e8565b610445612803565b61046561074c366004614633565b61281e565b61046561075f366004614546565b6129ac565b610777610772366004614126565b612a47565b604080516001600160601b039384168152929091166020830152016103b9565b61043b6107a536600461458e565b612d2e565b61043b6107b836600461446c565b612f7b565b61043b6107cb3660046146b1565b612fc2565b6104656107de366004614546565b61305f565b6103e95f80516020614e8883398151915281565b610465610805366004614633565b6130b6565b61043b6108183660046146de565b6131f9565b61043b61082b36600461470a565b61326f565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561088e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614809565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610967573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098b9190614836565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109d3612307565b6001600160a01b031681526020018260010180546109f090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1c90614851565b8015610a675780601f10610a3e57610100808354040283529160200191610a67565b820191905f5260205f20905b815481529060010190602001808311610a4a57829003601f168201915b505050505081525091505090565b610a81335b5f3661336e565b80610a8a613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe9190614894565b610b2b57604051632ab4595b60e11b81526001600160601b03821660048201526024015b60405180910390fd5b5f610b34613464565b60048101546003820154919250610b58916001600160a01b03918216911685613488565b50505050565b5f610b6761246d565b60800151905090565b5f6108b23061360a565b6060610b8461246d565b51919050565b610b92613803565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f610bbf61246d565b60400151905090565b5f610bdb6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614836565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614894565b610cc6613803565b610cd082876131f9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d5983826148fa565b5050505050505050565b610d6c33610a7a565b81610d75613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dea91906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610e37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e5b9190614894565b610e83576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0e9190614a30565b91509150610f1a613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f4d9088908590600401614a5b565b5f604051808303815f87803b158015610f64575f80fd5b505af1158015610f76573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610fd633610a7a565b5f610fdf613464565b600481810154604051630e8d845760e31b81526001600160a01b03909116918101919091526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af415801561105a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107e9190614aa4565b60038301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110ea575f80fd5b505af11580156110fc573d5f803e3d5ffd5b505050506003820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b15801561115e575f80fd5b505af1158015611170573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61119d610830565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ff9190614abf565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680611244575080546001600160401b03808416911610155b156112625760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561128c8361384e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050565b6112e233610a7a565b6112ea612307565b6001600160a01b0316336001600160a01b03161461131d5760405163086391f760e31b8152336004820152602401610b22565b5050565b611329613803565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61136e612307565b6001600160a01b0316336001600160a01b0316146113a15760405163086391f760e31b8152336004820152602401610b22565b306113aa610b5e565b6001600160a01b0316146113d15760405163b6d7537f60e01b815260040160405180910390fd5b7ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e6113fa611525565b604080516001600160a01b0390921682526001600160601b03841660208301520160405180910390a1816001600160a01b031663095ea7b361143a611525565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611490573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b49190614ae5565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af11580156114fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115209190614894565b505050565b5f61152e613464565b600201546001600160a01b0316919050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156115845750825b90505f826001600160401b0316600114801561159f5750303b155b9050811580156115ad575080155b156115cb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115f557845460ff60401b1916600160401b1785555b6115ff8787613856565b831561164557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61165733610a7a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6116836001546001600160a01b031690565b61168b613464565b60049081015460405160e085901b6001600160e01b03191681526001600160a01b03938416928101929092529190911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b158015611705575f80fd5b505af4158015611717573d5f803e3d5ffd5b50505050611723613464565b600301546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161114791899190600401614a5b565b5f611787610bc8565b1561180b576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156117db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526118029190810190614b54565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61184533610a7a565b8261184e613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561189e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118c29190614894565b6118ea57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6118f3613464565b9050505092915050565b61190633610a7a565b8161190f613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015611960573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061198491906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa1580156119d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f59190614894565b611a1d576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af4158015611a8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aae9190614c24565b91509150611aba613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890611aed9088908590600401614a5b565b5f604051808303815f87803b158015611b04575f80fd5b505af1158015611b16573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610fbe565b611b74612307565b6001600160a01b0316336001600160a01b031614611ba75760405163086391f760e31b8152336004820152602401610b22565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1191906149b4565b6001600160a01b031614611ca457806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f91906149b4565b604051631641c88f60e11b81526001600160a01b039091166004820152602401610b22565b80611cad613464565b60040180546001600160a01b0319166001600160a01b039290921691909117905550565b611cda33610a7a565b611ce2611525565b6001600160a01b03166354f0d84c611cf8610b5e565b84846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b5f604051808303815f87803b158015611d2f575f80fd5b505af1158015611d41573d5f803e3d5ffd5b505050505050565b5f611d52613464565b600401546001600160a01b0316919050565b611d6c613803565b806001600160a01b03163b5f03611da15760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611e1b575060408051601f3d908101601f19168201909252611e1891810190614894565b60015b611e435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b8061131d5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b22565b50565b5f611e7933610a7a565b82611e82613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611ed2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ef69190614894565b611f1e57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f611f27613464565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611f556001546001600160a01b031690565b600484810154600386015460405160e086901b6001600160e01b03191681526001600160a01b039485169381019390935290831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af4158015611fcc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff09190614836565b95945050505050565b5f61200333610a7a565b8161200c613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561205c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120809190614894565b6120a857604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6120b1613464565b600481015460038201549192505f916120d7916001600160a01b03908116911687613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612147573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216b9190614836565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af11580156121be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121e29190614836565b600383015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af115801561223d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122619190614836565b50505050919050565b336122736127e8565b6001600160a01b0316816001600160a01b0316146122ae5760405162d1953b60e31b81526001600160a01b0382166004820152602401610b22565b816001600160a01b03163b5f036122e3576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b22565b61131d82613bee565b5f6122f5613464565b600301546001600160a01b0316919050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612373573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123979190614894565b15612422576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156123f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241c91906149b4565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614ea883398151915280545f9190600160a01b900460ff1661245f575f61241c565b638fb3603760e01b91505090565b612475613fc4565b61247d610bc8565b1561248a576108b2613c4e565b6108b26126ef565b61249b33610a7a565b6124a3612307565b6001600160a01b0316336001600160a01b0316146115205760405163086391f760e31b8152336004820152602401610b22565b6124de612307565b6001600160a01b0316336001600160a01b0316146125115760405163086391f760e31b8152336004820152602401610b22565b5f61251a613464565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa15801561256d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125919190614894565b6125c0576040516374ddbd6960e01b8152600481018590526001600160a01b0384166024820152604401610b22565b6003810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa158015612611573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126359190614ae5565b600383015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b15801561268b575f80fd5b505af115801561269d573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610fbe565b6126f7613fc4565b6108b2613c4e565b612707612307565b6001600160a01b0316336001600160a01b03161461273a5760405163086391f760e31b8152336004820152602401610b22565b611e6c612745610bb6565b82611366565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612792573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127b691906149b4565b6001600160a01b0316336001600160a01b03161461131d5760405162f0630960e01b8152336004820152602401610b22565b5f80516020614ea8833981519152546001600160a01b031690565b5f61280c613464565b600101546001600160a01b0316919050565b5f61282833610a7a565b5f612831613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015612888573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ac9190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa158015612904573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129289190614ae5565b6003840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c90612961908a9085908b908b90600401614c95565b6020604051808303815f875af115801561297d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a19190614836565b979650505050505050565b5f6129b633610a7a565b5f6129bf613464565b600381015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af1158015612a1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a3f9190614836565b949350505050565b5f80612a5233610a7a565b82612a5b613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015612aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612acf9190614894565b612af757604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f612b00613464565b600481015460038201549192505f91612b26916001600160a01b03908116911688613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612b96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bba9190614836565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c259190614836565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af1158015612c7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ca39190614cc9565b600384015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612d01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d259190614836565b50505050915091565b612d36612307565b6001600160a01b0316336001600160a01b031614612d695760405163086391f760e31b8152336004820152602401610b22565b5f612d72610b5e565b90505f612d7d610bb6565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa158015612dc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de79190614ae5565b9050612df283613db2565b801561152057604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b03831603612f2a57612e5b611525565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b602060405180830381865af4158015612ebf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee39190614836565b6040518463ffffffff1660e01b8152600401612f0193929190614c4f565b5f604051808303815f87803b158015612f18575f80fd5b505af1158015611645573d5f803e3d5ffd5b612f32611525565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b612f8433610a7a565b612f8c611525565b6001600160a01b031663c7d63d5783612fa3610b5e565b846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015613009573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302d91906149b4565b6001600160a01b0316336001600160a01b0316146115205760405162f0630960e01b8152336004820152602401610b22565b5f61306933610a7a565b5f613072613464565b600381015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef7906044016129ff565b5f6130c033610a7a565b5f6130c9613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015613120573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131449190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa15801561319c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c09190614ae5565b60038401546040516377f9185160e01b81529192506001600160a01b0316906377f9185190612961908a9085908b908b90600401614c95565b613201613803565b61320a81611d64565b613212611321565b6001600160a01b0382166132395760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614e6883398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613277613803565b613285898987878787610cbe565b61328e8a613e9a565b6001600160a01b0386166132b5576040516327eab2e360e11b815260040160405180910390fd5b86515f036132d65760405163591eebf360e11b815260040160405180910390fd5b5f80516020614e88833981519152806132ef89826148fa565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161334083826148fa565b50613351634a531f3360e01b610b8a565b613361632986755f60e11b610b8a565b5050505050505050505050565b5f80516020614ea88339815191525f806133a66133896127e8565b873061339860045f8a8c614cf6565b6133a191614d1d565b613eab565b9150915081611d415763ffffffff81161561344157825460ff60a01b1916600160a01b1783556133d46127e8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161340393929190614d55565b5f604051808303815f87803b15801561341a575f80fd5b505af115801561342c573d5f803e3d5ffd5b5050845460ff60a01b1916855550611d419050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b22565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa1580156134d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134fa9190614d94565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af415801561356c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135909190614cc9565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b1580156135eb575f80fd5b505af11580156135fd573d5f803e3d5ffd5b5050505050509392505050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613676573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061369a9190614894565b156136c65780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610b22565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373c9190614894565b6137645760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610b22565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156137b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137da9190614836565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661384c57604051631afcd79f60e31b815260040160405180910390fd5b565b61037d613803565b61385e613803565b5f805f80848060200190518101906138769190614dc0565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138e391906149b4565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613926573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061394a91906149b4565b90506139f78389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561398d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b19190614836565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f81525061326f565b5f613a00613464565b9050613a146001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a739190614836565b600480830180546001600160601b0393909316600160a01b026001600160a01b03938416179055600383018054928a166001600160a01b0319939093168317905560408051633148a11d60e11b81529051636291423a928281019260209291908290030181865afa158015613aea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b0e91906149b4565b600482810180546001600160a01b03199081166001600160a01b03948516179091556001840180549091168b841617905560405163825e727960e01b815284831691810191909152908516602482015273__$51089c37ca0df1177a910c640c8c5f8165$__9063825e727990604401602060405180830381865af4158015613b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bbc91906149b4565b6002820180546001600160a01b0319166001600160a01b039290921691909117905561336163fef8804160e01b610b8a565b5f80516020614ea883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613c56613fc4565b5f5f80516020614e8883398151915290506040518060c00160405280825f018054613c8090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054613cac90614851565b8015613cf75780601f10613cce57610100808354040283529160200191613cf7565b820191905f5260205f20905b815481529060010190602001808311613cda57829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613d48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d6c9190614836565b6001600160601b0316815260018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916109f090614851565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f02545f80516020614e88833981519152906001600160a01b03908116908316613e0e5760405163185a690f60e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b031603613e405760405163ade4578160e01b815260040160405180910390fd5b6002820180546001600160a01b0319166001600160a01b0385811691821790925560408051928416835260208301919091527f610ad1290dceadae2c5ce18bae2eb495be595083a257fac7414e50686f7c265091016112cc565b613ea2613803565b611e6c81613fb3565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f199190614e1c565b5f60405180830381855afa9150503d805f8114613f51576040519150601f19603f3d011682016040523d82523d5f602084013e613f56565b606091505b50915091508115613fa8576040815110613f885780806020019051810190613f7e9190614e32565b9094509250613fa8565b6020815110613fa85780806020019051810190613fa59190614894565b93505b505094509492505050565b613fbb613803565b611e6c81613bee565b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561402a575f80fd5b81356001600160e01b031981168114614041575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516140be608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a3f610100840182614048565b6001600160601b0381168114611e6c575f80fd5b803561412181614102565b919050565b5f60208284031215614136575f80fd5b813561404181614102565b602081525f6140416020830184614048565b6001600160a01b0381168114611e6c575f80fd5b803561412181614153565b60ff81168114611e6c575f80fd5b803561412181614172565b8015158114611e6c575f80fd5b80356141218161418b565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156141d9576141d96141a3565b60405290565b60405160e081016001600160401b03811182821017156141d9576141d96141a3565b604051601f8201601f191681016001600160401b0381118282101715614229576142296141a3565b604052919050565b5f6001600160401b03821115614249576142496141a3565b50601f01601f191660200190565b5f82601f830112614266575f80fd5b8135602083015f61427e61427984614231565b614201565b9050828152858383011115614291575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c087890312156142c0575f80fd5b86356142cb81614153565b955060208701356142db81614102565b945060408701356142eb81614172565b935060608701356142fb8161418b565b9250608087013561430b81614153565b915060a08701356001600160401b03811115614325575f80fd5b61433189828a01614257565b9150509295509295509295565b5f806040838503121561434f575f80fd5b823561435a81614102565b946020939093013593505050565b5f805f6060848603121561437a575f80fd5b833561438581614102565b9250602084013561439581614102565b915060408401356143a581614102565b809150509250925092565b5f602082840312156143c0575f80fd5b81356001600160401b038111156143d5575f80fd5b612a3f84828501614257565b64ffffffffff81168114611e6c575f80fd5b5f8082840360a0811215614405575f80fd5b833561441081614102565b92506080601f1982011215614423575f80fd5b5061442c6141b7565b602084013561443a81614172565b8152604084013560208201526060840135614454816143e1565b60408201526080939093013560608401525092909150565b5f806040838503121561447d575f80fd5b823561448881614153565b9150602083013561449881614102565b809150509250929050565b5f80604083850312156144b4575f80fd5b82356144bf81614153565b915060208301356001600160401b038111156144d9575f80fd5b6144e585828601614257565b9150509250929050565b5f805f805f60a08688031215614503575f80fd5b853561450e81614102565b9450602086013561451e81614172565b9350604086013592506060860135614535816143e1565b949793965091946080013592915050565b5f8060408385031215614557575f80fd5b823561448881614102565b5f8060408385031215614573575f80fd5b823561457e81614102565b91506020830135614498816143e1565b5f6020828403121561459e575f80fd5b813561404181614153565b602081525f825160c060208401526145c460e0840182614048565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161461760a08501826001600160a01b03169052565b5060a0840151838203601f190160c0850152611ff08282614048565b5f805f60608486031215614645575f80fd5b833561465081614102565b9250602084013561439581614153565b5f805f60608486031215614672575f80fd5b83359250602084013561468481614153565b929592945050506040919091013590565b5f80604083850312156146a6575f80fd5b823561435a81614153565b5f805f606084860312156146c3575f80fd5b83356146ce81614153565b9250602084013561468481614153565b5f80604083850312156146ef575f80fd5b82356146fa81614153565b9150602083013561449881614153565b5f805f805f805f805f806101408b8d031215614724575f80fd5b61472d8b614167565b995061473b60208c01614167565b985061474960408c01614116565b975060608b01356001600160401b03811115614763575f80fd5b61476f8d828e01614257565b97505061477e60808c01614167565b955061478c60a08c01614180565b945061479a60c08c01614198565b93506147a860e08c01614167565b92506101008b01356001600160401b038111156147c3575f80fd5b6147cf8d828e01614257565b9250506101208b01356001600160401b038111156147eb575f80fd5b6147f78d828e01614257565b9150509295989b9194979a5092959850565b5f60208284031215614819575f80fd5b815162ffffff81168114614041575f80fd5b805161412181614102565b5f60208284031215614846575f80fd5b815161404181614102565b600181811c9082168061486557607f821691505b60208210810361488357634e487b7160e01b5f52602260045260245ffd5b50919050565b80516141218161418b565b5f602082840312156148a4575f80fd5b81516140418161418b565b601f82111561152057805f5260205f20601f840160051c810160208510156148d45750805b601f840160051c820191505b818110156148f3575f81556001016148e0565b5050505050565b81516001600160401b03811115614913576149136141a3565b614927816149218454614851565b846148af565b6020601f821160018114614959575f83156149425750848201515b5f19600385901b1c1916600184901b1784556148f3565b5f84815260208120601f198516915b828110156149885787850151825560209485019460019092019101614968565b50848210156149a557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156149c4575f80fd5b815161404181614153565b805161412181614172565b5f608082840312156149ea575f80fd5b6149f26141b7565b905081516149ff81614172565b8152602082810151908201526040820151614a19816143e1565b604082015260609182015191810191909152919050565b5f8060a08385031215614a41575f80fd5b82519150614a5284602085016149da565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614ab4575f80fd5b8151614041816143e1565b5f60208284031215614acf575f80fd5b81516001600160401b0381168114614041575f80fd5b5f60208284031215614af5575f80fd5b5051919050565b805161412181614153565b5f82601f830112614b16575f80fd5b8151614b2461427982614231565b818152846020838601011115614b38575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614b64575f80fd5b81516001600160401b03811115614b79575f80fd5b820160e08185031215614b8a575f80fd5b614b926141df565b614b9b8261482b565b8152614ba96020830161482b565b6020820152614bba604083016149cf565b6040820152614bcb60608301614889565b6060820152614bdc60808301614afc565b6080820152614bed60a08301614afc565b60a082015260c08201516001600160401b03811115614c0a575f80fd5b614c1686828501614b07565b60c083015250949350505050565b5f8060a08385031215614c35575f80fd5b8251614c40816143e1565b9150614a5284602085016149da565b6001600160a01b0393841681529190921660208201526001600160601b03909116604082015260600190565b5f60808284031215614c8b575f80fd5b61404183836149da565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f8060408385031215614cda575f80fd5b8251614ce581614102565b602084015190925061449881614102565b5f8085851115614d04575f80fd5b83861115614d10575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614d4e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215614da5575f80fd5b8251614db081614102565b6020939093015192949293505050565b5f805f8060808587031215614dd3575f80fd5b8451614dde81614153565b6020860151909450614def81614153565b6040860151909350614e0081614153565b6060860151909250614e1181614153565b939692955090935050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614e43575f80fd5b8251614e4e8161418b565b602084015190925063ffffffff81168114614498575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00ffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220433cc06b1d141bf0a3806f01dedd7501425b1363bd16fed641dca66b9f2eba4064736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
568
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610148575f3560e01c8063675393bf116100bf578063ada9652e11610079578063ada9652e146103e1578063b88da759146103f5578063c987336c14610408578063e97fac051461041b578063f7c34ee01461042e578063fd0c63d914610441575f80fd5b8063675393bf1461037f5780637b1391a614610392578063893d20e8146103a35780638e9afce6146103ab578063933a9ce8146103be578063946dfcfe146103cf575f80fd5b80631775564d116101105780631775564d14610209578063214cdb801461022957806336fc697e1461023c5780634d459c90146102445780635ab1bd5314610351578063644c45e014610362575f80fd5b806301ffc9a71461014c578063058f7a971461018d57806307484e80146101a25780630d8e6e2c146101cd578063138461e0146101e9575b5f80fd5b61017861015a366004611504565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004611546565b610449565b005b6101b56101b0366004611600565b610558565b6040516001600160a01b039091168152602001610184565b6101d56106e4565b60405162ffffff9091168152602001610184565b6101f1610754565b6040516001600160601b039091168152602001610184565b61021c610217366004611655565b61075e565b60405161018491906116d0565b6101a0610237366004611504565b6107b6565b6101a06107e2565b6102f46102523660046116f2565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610184565b6001546001600160a01b03166101b5565b5f80516020612722833981519152546001600160601b03166101f1565b6101a061038d366004611546565b610827565b6005546001600160a01b03166101b5565b6101b5610934565b61021c6103b936600461170d565b610a65565b6002546001600160a01b03166101b5565b6004545b604051908152602001610184565b6103d35f8051602061272283398151915281565b6101d5610403366004611747565b610ab8565b6101b5610416366004611655565b610af6565b6101b5610429366004611655565b610d0f565b6101a061043c36600461175e565b610e90565b6101f1610f06565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f8115801561048e5750825b90505f8267ffffffffffffffff1660011480156104aa5750303b155b9050811580156104b8575080155b156104d65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561050057845460ff60401b1916600160401b1785555b61050a3387610e90565b831561055057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f610561610934565b6001600160a01b0316336001600160a01b0316146105995760405163086391f760e31b81523360048201526024015b60405180910390fd5b600454156105bd57604051600162b5b66d60e01b0319815260040160405180910390fd5b5f6105c6610934565b9050308386826105d6858961075e565b6040516105e2906114f7565b6105ee93929190611795565b8190604051809103905ff590508015801561060b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610697918591630d8e6e2c9160048083019260209291908290030181865afa15801561066c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069091906117c9565b8784610f1d565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801561072b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074f91906117c9565b905090565b5f61074f306112b3565b60606349bb9e4b60e01b838360405160240161077b9291906117e4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6107be6114ac565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107ea6114ac565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61082f6114ac565b806001600160a01b03163b5f036108645760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156108de575060408051601f3d908101601f191682019092526108db91810190611807565b60015b6109065760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610590565b8061092f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610590565b505b50565b5f805f8051602061272283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c49190611807565b15610a4f576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a499190611826565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b82604051602401610a8091906116d0565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f60048281548110610acc57610acc611841565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610aff610934565b6001600160a01b0316336001600160a01b031614610b325760405163086391f760e31b8152336004820152602401610590565b6004545f03610b545760405163366dfd2160e21b815260040160405180910390fd5b5f610b5d610934565b90505f610b726002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015610bae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bd29190611826565b6002549091506001600160a01b03908116908216639623609d8288610bf689610a65565b6040518463ffffffff1660e01b8152600401610c1493929190611795565b5f604051808303815f87803b158015610c2b575f80fd5b505af1158015610c3d573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610cc2846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbb91906117c9565b8785610f1d565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610d18610934565b6001600160a01b0316336001600160a01b031614610d4b5760405163086391f760e31b8152336004820152602401610590565b60045415610d6f57604051600162b5b66d60e01b0319815260040160405180910390fd5b5f610d78610934565b9050308481610d87848761075e565b604051610d93906114f7565b610d9f93929190611795565b604051809103905ff080158015610db8573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610e44918591630d8e6e2c9160048083019260209291908290030181865afa158015610e19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3d91906117c9565b8684610f1d565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b610e986114ac565b610ea181610827565b610ea96107e2565b6001600160a01b038216610ed05760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061272283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6002545f9061074f906001600160a01b03166112b3565b610f998373__$8eede297b65ed5a56eb3f84d8232ae93f5$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8c91906117c9565b62ffffff90811691161490565b15610fb7576040516348c618db60e01b815260040160405180910390fd5b6004541561110f5760048054610fcf90600190611855565b81548110610fdf57610fdf611841565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015611050573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110749190611874565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156110c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ea9190611874565b1161110f57604051633e614b6d60e11b815262ffffff84166004820152602401610590565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156111df573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611203919061188b565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061272283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561131f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113439190611807565b1561136f5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610590565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e59190611807565b61140d5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610590565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa15801561145f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148391906118af565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166114f557604051631afcd79f60e31b815260040160405180910390fd5b565b610e4c806118d683390190565b5f60208284031215611514575f80fd5b81356001600160e01b03198116811461152b575f80fd5b9392505050565b6001600160a01b0381168114610931575f80fd5b5f60208284031215611556575f80fd5b813561152b81611532565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611584575f80fd5b813567ffffffffffffffff81111561159e5761159e611561565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156115cd576115cd611561565b6040528181528382016020018510156115e4575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611612575f80fd5b833561161d81611532565b9250602084013567ffffffffffffffff811115611638575f80fd5b61164486828701611575565b925050604084013590509250925092565b5f8060408385031215611666575f80fd5b823561167181611532565b9150602083013567ffffffffffffffff81111561168c575f80fd5b61169885828601611575565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61152b60208301846116a2565b62ffffff81168114610931575f80fd5b5f60208284031215611702575f80fd5b813561152b816116e2565b5f6020828403121561171d575f80fd5b813567ffffffffffffffff811115611733575f80fd5b61173f84828501611575565b949350505050565b5f60208284031215611757575f80fd5b5035919050565b5f806040838503121561176f575f80fd5b823561177a81611532565b9150602083013561178a81611532565b809150509250929050565b6001600160a01b038481168252831660208201526060604082018190525f906117c0908301846116a2565b95945050505050565b5f602082840312156117d9575f80fd5b815161152b816116e2565b6001600160a01b03831681526040602082018190525f9061173f908301846116a2565b5f60208284031215611817575f80fd5b8151801515811461152b575f80fd5b5f60208284031215611836575f80fd5b815161152b81611532565b634e487b7160e01b5f52603260045260245ffd5b818103818111156107b057634e487b7160e01b5f52601160045260245ffd5b5f60208284031215611884575f80fd5b5051919050565b5f6020828403121561189b575f80fd5b815164ffffffffff8116811461152b575f80fd5b5f602082840312156118bf575f80fd5b81516001600160601b038116811461152b575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212201e76b95164012061d0b9f25df244110aa4e4a3560b78e7272357a55adf154c5364736f6c634300081a0033",
569
+ "linkReferences": {
570
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
571
+ "TokenHandlerDeployerLib": [
572
+ {
573
+ "length": 20,
574
+ "start": 29330
575
+ }
576
+ ]
577
+ },
578
+ "contracts/staking/StakeManagerLib.sol": {
579
+ "StakeManagerLib": [
580
+ {
581
+ "length": 20,
582
+ "start": 18260
583
+ },
584
+ {
585
+ "length": 20,
586
+ "start": 22109
587
+ },
588
+ {
589
+ "length": 20,
590
+ "start": 27751
591
+ }
592
+ ]
593
+ },
594
+ "contracts/staking/TargetManagerLib.sol": {
595
+ "TargetManagerLib": [
596
+ {
597
+ "length": 20,
598
+ "start": 17892
599
+ },
600
+ {
601
+ "length": 20,
602
+ "start": 19851
603
+ },
604
+ {
605
+ "length": 20,
606
+ "start": 20868
607
+ }
608
+ ]
609
+ },
610
+ "contracts/type/Amount.sol": {
611
+ "AmountLib": [
612
+ {
613
+ "length": 20,
614
+ "start": 19338
615
+ },
616
+ {
617
+ "length": 20,
618
+ "start": 22580
619
+ },
620
+ {
621
+ "length": 20,
622
+ "start": 25219
623
+ },
624
+ {
625
+ "length": 20,
626
+ "start": 25326
627
+ },
628
+ {
629
+ "length": 20,
630
+ "start": 26015
631
+ },
632
+ {
633
+ "length": 20,
634
+ "start": 26230
635
+ }
636
+ ]
637
+ },
638
+ "contracts/type/NftId.sol": {
639
+ "NftIdLib": [
640
+ {
641
+ "length": 20,
642
+ "start": 1295
643
+ },
644
+ {
645
+ "length": 20,
646
+ "start": 6221
647
+ },
648
+ {
649
+ "length": 20,
650
+ "start": 8652
651
+ },
652
+ {
653
+ "length": 20,
654
+ "start": 16468
655
+ },
656
+ {
657
+ "length": 20,
658
+ "start": 17300
659
+ },
660
+ {
661
+ "length": 20,
662
+ "start": 23149
663
+ },
664
+ {
665
+ "length": 20,
666
+ "start": 28016
667
+ },
668
+ {
669
+ "length": 20,
670
+ "start": 29749
671
+ }
672
+ ]
673
+ },
674
+ "contracts/type/Timestamp.sol": {
675
+ "TimestampLib": [
676
+ {
677
+ "length": 20,
678
+ "start": 2295
679
+ },
680
+ {
681
+ "length": 20,
682
+ "start": 8332
683
+ }
684
+ ]
685
+ },
686
+ "contracts/type/Version.sol": {
687
+ "VersionLib": [
688
+ {
689
+ "length": 20,
690
+ "start": 1651
691
+ },
692
+ {
693
+ "length": 20,
694
+ "start": 1896
695
+ },
696
+ {
697
+ "length": 20,
698
+ "start": 2014
699
+ },
700
+ {
701
+ "length": 20,
702
+ "start": 7688
703
+ },
704
+ {
705
+ "length": 20,
706
+ "start": 7933
707
+ },
708
+ {
709
+ "length": 20,
710
+ "start": 8051
711
+ },
712
+ {
713
+ "length": 20,
714
+ "start": 16264
715
+ },
716
+ {
717
+ "length": 20,
718
+ "start": 18607
719
+ }
720
+ ]
721
+ }
722
+ },
723
+ "deployedLinkReferences": {
724
+ "contracts/type/NftId.sol": {
725
+ "NftIdLib": [
726
+ {
727
+ "length": 20,
728
+ "start": 2408
729
+ },
730
+ {
731
+ "length": 20,
732
+ "start": 4839
733
+ }
734
+ ]
735
+ },
736
+ "contracts/type/Timestamp.sol": {
737
+ "TimestampLib": [
738
+ {
739
+ "length": 20,
740
+ "start": 4519
741
+ }
742
+ ]
743
+ },
744
+ "contracts/type/Version.sol": {
745
+ "VersionLib": [
746
+ {
747
+ "length": 20,
748
+ "start": 3875
749
+ },
750
+ {
751
+ "length": 20,
752
+ "start": 4120
753
+ },
754
+ {
755
+ "length": 20,
756
+ "start": 4238
757
+ }
758
+ ]
759
+ }
760
+ }
761
+ }