@etherisc/gif-next 0.0.2-fb8d07b-779 → 0.0.2-fbe6493-116

Sign up to get free protection for your applications and to get access to all the features.
Files changed (671) hide show
  1. package/README.md +118 -18
  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/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +499 -549
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1518 -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 +1196 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1557 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +854 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +943 -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 +454 -555
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +447 -170
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +403 -3038
  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 +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +689 -384
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +603 -334
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +352 -110
  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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  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 +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  70. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  71. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  74. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  75. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  77. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  79. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +802 -0
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1055 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  93. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1432 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  95. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1521 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +830 -0
  100. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  101. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  102. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  103. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +946 -0
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1213 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  107. package/artifacts/contracts/pool/Pool.sol/Pool.json +1218 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1683 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +774 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  117. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1280 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  121. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +834 -0
  124. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +241 -190
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  127. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +788 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  129. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +800 -0
  130. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  131. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +266 -278
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  133. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +985 -0
  134. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  135. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IProductService.sol/IProductService.json} +124 -166
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  137. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1355 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  139. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +806 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  144. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  145. package/artifacts/contracts/product/Product.sol/Product.json +1238 -0
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  151. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +352 -195
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  155. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +356 -269
  156. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  158. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/Registry.sol/Registry.json +576 -265
  160. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  162. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +539 -324
  164. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +335 -139
  166. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  168. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  170. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  172. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  174. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  175. package/artifacts/contracts/shared/Component.sol/Component.json +858 -0
  176. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1751 -0
  178. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +824 -0
  180. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  181. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
  182. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  183. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  184. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  186. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  187. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +362 -376
  188. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  189. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  190. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  192. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  193. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  194. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  195. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  196. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  198. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  199. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  200. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  202. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  203. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  204. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +977 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  212. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  213. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  218. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  220. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  222. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
  224. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +107 -6
  226. package/artifacts/contracts/shared/TokenTransferLib.sol/TokenTransferLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/TokenTransferLib.sol/TokenTransferLib.json +42 -0
  228. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  229. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  230. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  231. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  232. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +470 -0
  234. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  235. package/artifacts/contracts/staking/Staking.sol/Staking.json +1991 -0
  236. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  238. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +773 -0
  240. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  242. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  244. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  246. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  248. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  249. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
  250. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  251. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  252. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  254. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  256. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  258. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  260. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  262. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  263. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  264. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  266. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  267. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  268. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  270. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  272. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  274. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  276. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  278. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  280. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +222 -0
  282. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  284. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  286. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  287. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  288. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  290. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  292. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  294. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  296. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  298. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  300. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  302. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  303. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  304. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  306. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  308. package/contracts/authorization/AccessAdmin.sol +591 -0
  309. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  310. package/contracts/authorization/Authorization.sol +218 -0
  311. package/contracts/authorization/IAccess.sol +48 -0
  312. package/contracts/authorization/IAccessAdmin.sol +136 -0
  313. package/contracts/authorization/IAuthorization.sol +54 -0
  314. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  315. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  316. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  317. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  318. package/contracts/distribution/BasicDistribution.sol +138 -0
  319. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  320. package/contracts/distribution/Distribution.sol +295 -0
  321. package/contracts/distribution/DistributionService.sol +323 -0
  322. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  323. package/contracts/distribution/IDistributionComponent.sol +52 -0
  324. package/contracts/distribution/IDistributionService.sol +95 -0
  325. package/contracts/instance/BundleSet.sol +126 -0
  326. package/contracts/instance/IInstance.sol +71 -24
  327. package/contracts/instance/IInstanceService.sol +78 -16
  328. package/contracts/instance/Instance.sol +183 -372
  329. package/contracts/instance/InstanceAdmin.sol +266 -0
  330. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  331. package/contracts/instance/InstanceReader.sol +187 -85
  332. package/contracts/instance/InstanceService.sol +407 -122
  333. package/contracts/instance/InstanceServiceManager.sol +13 -29
  334. package/contracts/instance/InstanceStore.sol +277 -0
  335. package/contracts/instance/base/BalanceStore.sol +123 -0
  336. package/contracts/instance/base/Cloneable.sol +28 -0
  337. package/contracts/instance/base/ObjectCounter.sol +21 -0
  338. package/contracts/instance/base/ObjectLifecycle.sol +105 -0
  339. package/contracts/instance/base/ObjectSet.sol +79 -0
  340. package/contracts/instance/module/IAccess.sol +29 -21
  341. package/contracts/instance/module/IBundle.sol +8 -8
  342. package/contracts/instance/module/IComponents.sol +46 -0
  343. package/contracts/instance/module/IDistribution.sol +6 -4
  344. package/contracts/instance/module/IPolicy.sol +56 -17
  345. package/contracts/instance/module/IRisk.sol +1 -1
  346. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  347. package/contracts/oracle/BasicOracle.sol +48 -0
  348. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  349. package/contracts/oracle/IOracle.sol +36 -0
  350. package/contracts/oracle/IOracleComponent.sol +33 -0
  351. package/contracts/oracle/IOracleService.sol +65 -0
  352. package/contracts/oracle/Oracle.sol +166 -0
  353. package/contracts/oracle/OracleService.sol +278 -0
  354. package/contracts/oracle/OracleServiceManager.sol +39 -0
  355. package/contracts/pool/BasicPool.sol +166 -0
  356. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  357. package/contracts/pool/BundleService.sol +437 -0
  358. package/contracts/pool/BundleServiceManager.sol +39 -0
  359. package/contracts/pool/IBundleService.sol +133 -0
  360. package/contracts/pool/IPoolComponent.sol +58 -0
  361. package/contracts/pool/IPoolService.sol +150 -0
  362. package/contracts/pool/Pool.sol +328 -0
  363. package/contracts/pool/PoolService.sol +528 -0
  364. package/contracts/pool/PoolServiceManager.sol +39 -0
  365. package/contracts/product/ApplicationService.sol +250 -0
  366. package/contracts/product/ApplicationServiceManager.sol +38 -0
  367. package/contracts/product/BasicProduct.sol +52 -0
  368. package/contracts/product/BasicProductAuthorization.sol +43 -0
  369. package/contracts/product/ClaimService.sol +417 -0
  370. package/contracts/product/ClaimServiceManager.sol +38 -0
  371. package/contracts/product/IApplicationService.sol +63 -0
  372. package/contracts/product/IClaimService.sol +100 -0
  373. package/contracts/product/IPolicyService.sol +84 -0
  374. package/contracts/product/IPricingService.sol +39 -0
  375. package/contracts/product/IProductComponent.sol +40 -0
  376. package/contracts/product/IProductService.sol +33 -0
  377. package/contracts/product/PolicyService.sol +595 -0
  378. package/contracts/product/PolicyServiceManager.sol +39 -0
  379. package/contracts/product/PricingService.sol +304 -0
  380. package/contracts/product/PricingServiceManager.sol +39 -0
  381. package/contracts/product/Product.sol +413 -0
  382. package/contracts/product/ProductService.sol +99 -0
  383. package/contracts/product/ProductServiceManager.sol +39 -0
  384. package/contracts/registry/ChainNft.sol +15 -0
  385. package/contracts/registry/IRegistry.sol +86 -46
  386. package/contracts/registry/IRegistryService.sol +52 -16
  387. package/contracts/registry/ITransferInterceptor.sol +1 -0
  388. package/contracts/registry/Registry.sol +369 -282
  389. package/contracts/registry/RegistryAdmin.sol +365 -0
  390. package/contracts/registry/RegistryService.sol +121 -268
  391. package/contracts/registry/RegistryServiceManager.sol +26 -53
  392. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  393. package/contracts/registry/ReleaseRegistry.sol +485 -0
  394. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  395. package/contracts/registry/TokenRegistry.sol +261 -57
  396. package/contracts/shared/Component.sol +281 -0
  397. package/contracts/shared/ComponentService.sol +640 -0
  398. package/contracts/shared/ComponentServiceManager.sol +35 -0
  399. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  400. package/contracts/shared/IComponent.sol +71 -0
  401. package/contracts/shared/IComponentService.sol +108 -0
  402. package/contracts/shared/IInstanceLinkedComponent.sol +56 -0
  403. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  404. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  405. package/contracts/shared/INftOwnable.sol +13 -12
  406. package/contracts/shared/IPolicyHolder.sol +45 -0
  407. package/contracts/shared/IRegisterable.sol +4 -6
  408. package/contracts/shared/IRegistryLinked.sol +11 -0
  409. package/contracts/shared/IService.sol +16 -6
  410. package/contracts/shared/InitializableCustom.sol +177 -0
  411. package/contracts/shared/InitializableERC165.sol +27 -0
  412. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  413. package/contracts/shared/KeyValueStore.sol +131 -0
  414. package/contracts/shared/Lifecycle.sol +77 -0
  415. package/contracts/shared/NftIdSet.sol +65 -0
  416. package/contracts/shared/NftOwnable.sol +60 -89
  417. package/contracts/shared/PolicyHolder.sol +99 -0
  418. package/contracts/shared/Registerable.sol +26 -41
  419. package/contracts/shared/RegistryLinked.sol +43 -0
  420. package/contracts/shared/Service.sol +58 -31
  421. package/contracts/shared/TokenHandler.sol +41 -6
  422. package/contracts/shared/TokenTransferLib.sol +60 -0
  423. package/contracts/staking/IStaking.sol +167 -0
  424. package/contracts/staking/IStakingService.sol +160 -0
  425. package/contracts/staking/StakeManagerLib.sol +231 -0
  426. package/contracts/staking/Staking.sol +516 -0
  427. package/contracts/staking/StakingLifecycle.sol +23 -0
  428. package/contracts/staking/StakingManager.sol +50 -0
  429. package/contracts/staking/StakingReader.sol +183 -0
  430. package/contracts/staking/StakingService.sol +407 -0
  431. package/contracts/staking/StakingServiceManager.sol +44 -0
  432. package/contracts/staking/StakingStore.sol +605 -0
  433. package/contracts/staking/TargetManagerLib.sol +207 -0
  434. package/contracts/{types → type}/AddressSet.sol +1 -1
  435. package/contracts/type/Amount.sol +135 -0
  436. package/contracts/{types → type}/Blocknumber.sol +27 -3
  437. package/contracts/type/ClaimId.sol +75 -0
  438. package/contracts/{types → type}/DistributorType.sol +2 -2
  439. package/contracts/{types → type}/Fee.sol +33 -23
  440. package/contracts/{types → type}/NftId.sol +21 -15
  441. package/contracts/type/NftIdSet.sol +62 -0
  442. package/contracts/type/ObjectType.sol +271 -0
  443. package/contracts/type/PayoutId.sol +82 -0
  444. package/contracts/{types → type}/Referral.sol +6 -1
  445. package/contracts/type/RequestId.sol +75 -0
  446. package/contracts/{types → type}/RiskId.sol +1 -1
  447. package/contracts/type/RoleId.sol +174 -0
  448. package/contracts/type/Seconds.sol +93 -0
  449. package/contracts/type/Selector.sol +102 -0
  450. package/contracts/{types → type}/StateId.sol +34 -4
  451. package/contracts/type/String.sol +53 -0
  452. package/contracts/{types → type}/Timestamp.sol +34 -15
  453. package/contracts/{types → type}/UFixed.sol +35 -9
  454. package/contracts/{types → type}/Version.sol +5 -2
  455. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  456. package/contracts/upgradeability/ProxyManager.sol +198 -0
  457. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  458. package/contracts/upgradeability/Versionable.sol +59 -0
  459. package/package.json +10 -7
  460. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  461. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  462. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  463. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  464. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  465. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  466. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  467. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  468. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  469. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  470. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  471. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  472. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  473. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
  474. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  475. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  476. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  477. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  478. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  479. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  480. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  481. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  482. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  483. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  484. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  485. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  486. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  487. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  488. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  489. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  490. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  491. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  492. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  493. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  494. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  495. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  496. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  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/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  515. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  516. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  517. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  518. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  519. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  520. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  521. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  522. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  523. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  524. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  525. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  526. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  527. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  528. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  529. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  530. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  531. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  532. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  533. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  534. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  535. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  536. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -448
  537. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  538. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  539. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  540. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  541. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  542. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -855
  544. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  546. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  547. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  548. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  549. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  550. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  551. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  552. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  553. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  554. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  555. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  556. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  557. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  558. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  559. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  560. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  561. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  562. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  563. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  564. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  565. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  566. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  567. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  568. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  569. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  570. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  571. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  572. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  573. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  574. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  575. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  576. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  577. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  578. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  579. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  580. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  581. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  582. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  583. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  584. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  585. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  586. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  587. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  588. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  589. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  590. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  591. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  592. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  593. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  594. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  595. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  596. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  597. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  598. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  599. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  600. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  601. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  602. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  603. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  604. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  605. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  606. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  608. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  609. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  610. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  611. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  612. package/contracts/components/BaseComponent.sol +0 -91
  613. package/contracts/components/Distribution.sol +0 -160
  614. package/contracts/components/IBaseComponent.sol +0 -25
  615. package/contracts/components/IDistributionComponent.sol +0 -44
  616. package/contracts/components/IPoolComponent.sol +0 -62
  617. package/contracts/components/IProductComponent.sol +0 -35
  618. package/contracts/components/Pool.sol +0 -243
  619. package/contracts/components/Product.sol +0 -297
  620. package/contracts/experiment/cloning/Cloner.sol +0 -47
  621. package/contracts/experiment/errors/Require.sol +0 -38
  622. package/contracts/experiment/errors/Revert.sol +0 -44
  623. package/contracts/experiment/inheritance/A.sol +0 -53
  624. package/contracts/experiment/inheritance/B.sol +0 -28
  625. package/contracts/experiment/inheritance/C.sol +0 -34
  626. package/contracts/experiment/inheritance/IA.sol +0 -13
  627. package/contracts/experiment/inheritance/IB.sol +0 -10
  628. package/contracts/experiment/inheritance/IC.sol +0 -12
  629. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  630. package/contracts/experiment/statemachine/ISM.sol +0 -25
  631. package/contracts/experiment/statemachine/SM.sol +0 -57
  632. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  633. package/contracts/experiment/types/TypeA.sol +0 -47
  634. package/contracts/experiment/types/TypeB.sol +0 -29
  635. package/contracts/instance/AccessManagedSimple.sol +0 -115
  636. package/contracts/instance/AccessManagerSimple.sol +0 -692
  637. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  638. package/contracts/instance/InstanceAccessManager.sol +0 -288
  639. package/contracts/instance/base/ComponentServiceBase.sol +0 -125
  640. package/contracts/instance/base/IInstanceBase.sol +0 -23
  641. package/contracts/instance/base/KeyValueStore.sol +0 -172
  642. package/contracts/instance/base/Lifecycle.sol +0 -100
  643. package/contracts/instance/module/ISetup.sol +0 -44
  644. package/contracts/instance/module/ITreasury.sol +0 -23
  645. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  646. package/contracts/instance/service/DistributionService.sol +0 -87
  647. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  648. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  649. package/contracts/instance/service/IDistributionService.sol +0 -12
  650. package/contracts/instance/service/IPoolService.sol +0 -37
  651. package/contracts/instance/service/IProductService.sol +0 -107
  652. package/contracts/instance/service/PoolService.sol +0 -193
  653. package/contracts/instance/service/PoolServiceManager.sol +0 -53
  654. package/contracts/shared/ContractDeployerLib.sol +0 -72
  655. package/contracts/shared/ERC165.sol +0 -25
  656. package/contracts/shared/ProxyManager.sol +0 -94
  657. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  658. package/contracts/shared/Versionable.sol +0 -147
  659. package/contracts/test/TestFee.sol +0 -25
  660. package/contracts/test/TestRegisterable.sol +0 -18
  661. package/contracts/test/TestRoleId.sol +0 -14
  662. package/contracts/test/TestService.sol +0 -24
  663. package/contracts/test/TestToken.sol +0 -26
  664. package/contracts/test/TestVersion.sol +0 -44
  665. package/contracts/test/TestVersionable.sol +0 -17
  666. package/contracts/types/ChainId.sol +0 -38
  667. package/contracts/types/NftIdSet.sol +0 -60
  668. package/contracts/types/NumberId.sol +0 -52
  669. package/contracts/types/ObjectType.sol +0 -152
  670. package/contracts/types/RoleId.sol +0 -89
  671. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -6,19 +6,24 @@
6
6
  {
7
7
  "inputs": [
8
8
  {
9
- "internalType": "address",
10
- "name": "registryOwner",
9
+ "internalType": "contract RegistryAdmin",
10
+ "name": "admin",
11
11
  "type": "address"
12
- },
13
- {
14
- "internalType": "VersionPart",
15
- "name": "majorVersion",
16
- "type": "uint8"
17
12
  }
18
13
  ],
19
14
  "stateMutability": "nonpayable",
20
15
  "type": "constructor"
21
16
  },
17
+ {
18
+ "inputs": [],
19
+ "name": "ErrorRegistryCallerNotRegistryService",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [],
24
+ "name": "ErrorRegistryCallerNotReleaseRegistry",
25
+ "type": "error"
26
+ },
22
27
  {
23
28
  "inputs": [
24
29
  {
@@ -27,142 +32,128 @@
27
32
  "type": "address"
28
33
  }
29
34
  ],
30
- "name": "ContractAlreadyRegistered",
35
+ "name": "ErrorRegistryContractAlreadyRegistered",
31
36
  "type": "error"
32
37
  },
33
38
  {
34
- "inputs": [
35
- {
36
- "internalType": "VersionPart",
37
- "name": "majorVersion",
38
- "type": "uint8"
39
- }
40
- ],
41
- "name": "InvalidServiceVersion",
39
+ "inputs": [],
40
+ "name": "ErrorRegistryCoreTypeRegistration",
42
41
  "type": "error"
43
42
  },
44
43
  {
45
44
  "inputs": [
46
45
  {
47
- "internalType": "ObjectType",
48
- "name": "objectType",
46
+ "internalType": "address",
47
+ "name": "service",
48
+ "type": "address"
49
+ },
50
+ {
51
+ "internalType": "VersionPart",
52
+ "name": "version",
49
53
  "type": "uint8"
50
54
  },
51
55
  {
52
56
  "internalType": "ObjectType",
53
- "name": "parentType",
57
+ "name": "domain",
54
58
  "type": "uint8"
55
59
  }
56
60
  ],
57
- "name": "InvalidTypesCombination",
61
+ "name": "ErrorRegistryDomainAlreadyRegistered",
58
62
  "type": "error"
59
63
  },
60
64
  {
61
65
  "inputs": [
62
66
  {
63
- "internalType": "VersionPart",
64
- "name": "newMajorVersionMax",
65
- "type": "uint8"
66
- },
67
- {
68
- "internalType": "VersionPart",
69
- "name": "existingMaxMajorVersion",
70
- "type": "uint8"
67
+ "internalType": "address",
68
+ "name": "service",
69
+ "type": "address"
71
70
  }
72
71
  ],
73
- "name": "MajorVersionMaxIncreaseInvalid",
72
+ "name": "ErrorRegistryDomainZero",
74
73
  "type": "error"
75
74
  },
76
75
  {
77
76
  "inputs": [
78
77
  {
79
78
  "internalType": "address",
80
- "name": "account",
79
+ "name": "service",
81
80
  "type": "address"
81
+ },
82
+ {
83
+ "internalType": "ObjectType",
84
+ "name": "objectType",
85
+ "type": "uint8"
82
86
  }
83
87
  ],
84
- "name": "NotOwner",
88
+ "name": "ErrorRegistryNotService",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorRegistryParentAddressZero",
85
94
  "type": "error"
86
95
  },
87
96
  {
88
97
  "inputs": [
89
98
  {
90
- "internalType": "NftId",
91
- "name": "registrarNftId",
92
- "type": "uint96"
99
+ "internalType": "address",
100
+ "name": "service",
101
+ "type": "address"
93
102
  }
94
103
  ],
95
- "name": "NotRegisteredContract",
104
+ "name": "ErrorRegistryService",
96
105
  "type": "error"
97
106
  },
98
107
  {
99
108
  "inputs": [],
100
- "name": "NotRegistryService",
109
+ "name": "ErrorRegistryServiceAddressZero",
101
110
  "type": "error"
102
111
  },
103
112
  {
104
113
  "inputs": [
105
114
  {
106
115
  "internalType": "NftId",
107
- "name": "registrarNftId",
116
+ "name": "parentNftId",
108
117
  "type": "uint96"
109
118
  }
110
119
  ],
111
- "name": "NotService",
120
+ "name": "ErrorRegistryServiceParentNotRegistry",
112
121
  "type": "error"
113
122
  },
114
123
  {
115
- "inputs": [
116
- {
117
- "internalType": "address",
118
- "name": "token",
119
- "type": "address"
120
- }
121
- ],
122
- "name": "NotToken",
124
+ "inputs": [],
125
+ "name": "ErrorRegistryServiceVersionZero",
123
126
  "type": "error"
124
127
  },
125
128
  {
126
129
  "inputs": [
127
130
  {
128
- "internalType": "string",
129
- "name": "name",
130
- "type": "string"
131
+ "internalType": "ObjectType",
132
+ "name": "objectType",
133
+ "type": "uint8"
131
134
  },
132
135
  {
133
- "internalType": "VersionPart",
134
- "name": "majorVersion",
136
+ "internalType": "ObjectType",
137
+ "name": "parentType",
135
138
  "type": "uint8"
136
139
  }
137
140
  ],
138
- "name": "ServiceNameAlreadyRegistered",
141
+ "name": "ErrorRegistryTypesCombinationInvalid",
139
142
  "type": "error"
140
143
  },
141
144
  {
142
- "inputs": [
143
- {
144
- "internalType": "VersionPart",
145
- "name": "majorVersion",
146
- "type": "uint8"
147
- }
148
- ],
149
- "name": "TokenMajorVersionInvalid",
145
+ "inputs": [],
146
+ "name": "InvalidInitialization",
150
147
  "type": "error"
151
148
  },
152
149
  {
153
- "inputs": [
154
- {
155
- "internalType": "address",
156
- "name": "token",
157
- "type": "address"
158
- }
159
- ],
160
- "name": "TokenNotRegistered",
150
+ "inputs": [],
151
+ "name": "InvalidInitializationCaller",
161
152
  "type": "error"
162
153
  },
163
154
  {
164
155
  "inputs": [],
165
- "name": "ZeroParentAddress",
156
+ "name": "NotInitializing",
166
157
  "type": "error"
167
158
  },
168
159
  {
@@ -170,12 +161,12 @@
170
161
  "inputs": [
171
162
  {
172
163
  "indexed": false,
173
- "internalType": "VersionPart",
174
- "name": "majorVersion",
175
- "type": "uint8"
164
+ "internalType": "uint64",
165
+ "name": "version",
166
+ "type": "uint64"
176
167
  }
177
168
  ],
178
- "name": "LogInitialMajorVersionSet",
169
+ "name": "Initialized",
179
170
  "type": "event"
180
171
  },
181
172
  {
@@ -183,92 +174,47 @@
183
174
  "inputs": [
184
175
  {
185
176
  "indexed": false,
186
- "internalType": "VersionPart",
187
- "name": "majorVersionMax",
177
+ "internalType": "NftId",
178
+ "name": "nftId",
179
+ "type": "uint96"
180
+ },
181
+ {
182
+ "indexed": false,
183
+ "internalType": "NftId",
184
+ "name": "parentNftId",
185
+ "type": "uint96"
186
+ },
187
+ {
188
+ "indexed": false,
189
+ "internalType": "ObjectType",
190
+ "name": "objectType",
188
191
  "type": "uint8"
189
- }
190
- ],
191
- "name": "LogMajorVersionSet",
192
- "type": "event"
193
- },
194
- {
195
- "anonymous": false,
196
- "inputs": [
192
+ },
197
193
  {
198
- "components": [
199
- {
200
- "internalType": "NftId",
201
- "name": "nftId",
202
- "type": "uint96"
203
- },
204
- {
205
- "internalType": "NftId",
206
- "name": "parentNftId",
207
- "type": "uint96"
208
- },
209
- {
210
- "internalType": "ObjectType",
211
- "name": "objectType",
212
- "type": "uint8"
213
- },
214
- {
215
- "internalType": "bool",
216
- "name": "isInterceptor",
217
- "type": "bool"
218
- },
219
- {
220
- "internalType": "address",
221
- "name": "objectAddress",
222
- "type": "address"
223
- },
224
- {
225
- "internalType": "address",
226
- "name": "initialOwner",
227
- "type": "address"
228
- },
229
- {
230
- "internalType": "bytes",
231
- "name": "data",
232
- "type": "bytes"
233
- }
234
- ],
235
194
  "indexed": false,
236
- "internalType": "struct IRegistry.ObjectInfo",
237
- "name": "info",
238
- "type": "tuple"
239
- }
240
- ],
241
- "name": "LogRegistration",
242
- "type": "event"
243
- },
244
- {
245
- "anonymous": false,
246
- "inputs": [
195
+ "internalType": "bool",
196
+ "name": "isInterceptor",
197
+ "type": "bool"
198
+ },
247
199
  {
248
200
  "indexed": false,
249
- "internalType": "string",
250
- "name": "serviceName",
251
- "type": "string"
201
+ "internalType": "address",
202
+ "name": "objectAddress",
203
+ "type": "address"
252
204
  },
253
205
  {
254
206
  "indexed": false,
255
- "internalType": "VersionPart",
256
- "name": "majorVersion",
257
- "type": "uint8"
207
+ "internalType": "address",
208
+ "name": "initialOwner",
209
+ "type": "address"
258
210
  }
259
211
  ],
260
- "name": "LogServiceNameRegistration",
212
+ "name": "LogRegistration",
261
213
  "type": "event"
262
214
  },
263
215
  {
264
216
  "anonymous": false,
265
217
  "inputs": [
266
- {
267
- "indexed": false,
268
- "internalType": "address",
269
- "name": "token",
270
- "type": "address"
271
- },
272
218
  {
273
219
  "indexed": false,
274
220
  "internalType": "VersionPart",
@@ -277,12 +223,12 @@
277
223
  },
278
224
  {
279
225
  "indexed": false,
280
- "internalType": "bool",
281
- "name": "active",
282
- "type": "bool"
226
+ "internalType": "ObjectType",
227
+ "name": "domain",
228
+ "type": "uint8"
283
229
  }
284
230
  ],
285
- "name": "LogTokenStateSet",
231
+ "name": "LogServiceRegistration",
286
232
  "type": "event"
287
233
  },
288
234
  {
@@ -300,7 +246,20 @@
300
246
  },
301
247
  {
302
248
  "inputs": [],
303
- "name": "GIF_MAJOR_VERSION_AT_DEPLOYMENT",
249
+ "name": "NFT_LOCK_ADDRESS",
250
+ "outputs": [
251
+ {
252
+ "internalType": "address",
253
+ "name": "",
254
+ "type": "address"
255
+ }
256
+ ],
257
+ "stateMutability": "view",
258
+ "type": "function"
259
+ },
260
+ {
261
+ "inputs": [],
262
+ "name": "REGISTRY_TOKEN_SEQUENCE_ID",
304
263
  "outputs": [
305
264
  {
306
265
  "internalType": "uint256",
@@ -313,7 +272,85 @@
313
272
  },
314
273
  {
315
274
  "inputs": [],
316
- "name": "NFT_LOCK_ADDRESS",
275
+ "name": "STAKING_TOKEN_SEQUENCE_ID",
276
+ "outputs": [
277
+ {
278
+ "internalType": "uint256",
279
+ "name": "",
280
+ "type": "uint256"
281
+ }
282
+ ],
283
+ "stateMutability": "view",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "inputs": [],
288
+ "name": "_admin",
289
+ "outputs": [
290
+ {
291
+ "internalType": "contract RegistryAdmin",
292
+ "name": "",
293
+ "type": "address"
294
+ }
295
+ ],
296
+ "stateMutability": "view",
297
+ "type": "function"
298
+ },
299
+ {
300
+ "inputs": [],
301
+ "name": "_chainNft",
302
+ "outputs": [
303
+ {
304
+ "internalType": "contract ChainNft",
305
+ "name": "",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "stateMutability": "view",
310
+ "type": "function"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "_protocolNftId",
315
+ "outputs": [
316
+ {
317
+ "internalType": "NftId",
318
+ "name": "",
319
+ "type": "uint96"
320
+ }
321
+ ],
322
+ "stateMutability": "view",
323
+ "type": "function"
324
+ },
325
+ {
326
+ "inputs": [],
327
+ "name": "_registryNftId",
328
+ "outputs": [
329
+ {
330
+ "internalType": "NftId",
331
+ "name": "",
332
+ "type": "uint96"
333
+ }
334
+ ],
335
+ "stateMutability": "view",
336
+ "type": "function"
337
+ },
338
+ {
339
+ "inputs": [],
340
+ "name": "_releaseRegistry",
341
+ "outputs": [
342
+ {
343
+ "internalType": "contract ReleaseRegistry",
344
+ "name": "",
345
+ "type": "address"
346
+ }
347
+ ],
348
+ "stateMutability": "view",
349
+ "type": "function"
350
+ },
351
+ {
352
+ "inputs": [],
353
+ "name": "_stakingAddress",
317
354
  "outputs": [
318
355
  {
319
356
  "internalType": "address",
@@ -326,12 +363,12 @@
326
363
  },
327
364
  {
328
365
  "inputs": [],
329
- "name": "REGISTRY_SERVICE_TOKEN_SEQUENCE_ID",
366
+ "name": "_stakingNftId",
330
367
  "outputs": [
331
368
  {
332
- "internalType": "uint256",
369
+ "internalType": "NftId",
333
370
  "name": "",
334
- "type": "uint256"
371
+ "type": "uint96"
335
372
  }
336
373
  ],
337
374
  "stateMutability": "view",
@@ -339,10 +376,10 @@
339
376
  },
340
377
  {
341
378
  "inputs": [],
342
- "name": "getChainNft",
379
+ "name": "_tokenRegistryAddress",
343
380
  "outputs": [
344
381
  {
345
- "internalType": "contract ChainNft",
382
+ "internalType": "address",
346
383
  "name": "",
347
384
  "type": "address"
348
385
  }
@@ -352,7 +389,33 @@
352
389
  },
353
390
  {
354
391
  "inputs": [],
355
- "name": "getMajorVersion",
392
+ "name": "getAuthority",
393
+ "outputs": [
394
+ {
395
+ "internalType": "address",
396
+ "name": "",
397
+ "type": "address"
398
+ }
399
+ ],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "getChainNftAddress",
406
+ "outputs": [
407
+ {
408
+ "internalType": "address",
409
+ "name": "",
410
+ "type": "address"
411
+ }
412
+ ],
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "getInitialVersion",
356
419
  "outputs": [
357
420
  {
358
421
  "internalType": "VersionPart",
@@ -365,7 +428,7 @@
365
428
  },
366
429
  {
367
430
  "inputs": [],
368
- "name": "getMajorVersionMax",
431
+ "name": "getLatestVersion",
369
432
  "outputs": [
370
433
  {
371
434
  "internalType": "VersionPart",
@@ -378,7 +441,7 @@
378
441
  },
379
442
  {
380
443
  "inputs": [],
381
- "name": "getMajorVersionMin",
444
+ "name": "getNextVersion",
382
445
  "outputs": [
383
446
  {
384
447
  "internalType": "VersionPart",
@@ -518,27 +581,122 @@
518
581
  "type": "uint8"
519
582
  },
520
583
  {
521
- "internalType": "bool",
522
- "name": "isInterceptor",
523
- "type": "bool"
584
+ "internalType": "bool",
585
+ "name": "isInterceptor",
586
+ "type": "bool"
587
+ },
588
+ {
589
+ "internalType": "address",
590
+ "name": "objectAddress",
591
+ "type": "address"
592
+ },
593
+ {
594
+ "internalType": "address",
595
+ "name": "initialOwner",
596
+ "type": "address"
597
+ },
598
+ {
599
+ "internalType": "bytes",
600
+ "name": "data",
601
+ "type": "bytes"
602
+ }
603
+ ],
604
+ "internalType": "struct IRegistry.ObjectInfo",
605
+ "name": "",
606
+ "type": "tuple"
607
+ }
608
+ ],
609
+ "stateMutability": "view",
610
+ "type": "function"
611
+ },
612
+ {
613
+ "inputs": [],
614
+ "name": "getOwner",
615
+ "outputs": [
616
+ {
617
+ "internalType": "address",
618
+ "name": "owner",
619
+ "type": "address"
620
+ }
621
+ ],
622
+ "stateMutability": "view",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "inputs": [],
627
+ "name": "getProtocolNftId",
628
+ "outputs": [
629
+ {
630
+ "internalType": "NftId",
631
+ "name": "nftId",
632
+ "type": "uint96"
633
+ }
634
+ ],
635
+ "stateMutability": "view",
636
+ "type": "function"
637
+ },
638
+ {
639
+ "inputs": [],
640
+ "name": "getRegistryAdminAddress",
641
+ "outputs": [
642
+ {
643
+ "internalType": "address",
644
+ "name": "",
645
+ "type": "address"
646
+ }
647
+ ],
648
+ "stateMutability": "view",
649
+ "type": "function"
650
+ },
651
+ {
652
+ "inputs": [
653
+ {
654
+ "internalType": "VersionPart",
655
+ "name": "version",
656
+ "type": "uint8"
657
+ }
658
+ ],
659
+ "name": "getReleaseInfo",
660
+ "outputs": [
661
+ {
662
+ "components": [
663
+ {
664
+ "internalType": "VersionPart",
665
+ "name": "version",
666
+ "type": "uint8"
667
+ },
668
+ {
669
+ "internalType": "bytes32",
670
+ "name": "salt",
671
+ "type": "bytes32"
672
+ },
673
+ {
674
+ "internalType": "address[]",
675
+ "name": "addresses",
676
+ "type": "address[]"
677
+ },
678
+ {
679
+ "internalType": "string[]",
680
+ "name": "names",
681
+ "type": "string[]"
524
682
  },
525
683
  {
526
- "internalType": "address",
527
- "name": "objectAddress",
528
- "type": "address"
684
+ "internalType": "ObjectType[]",
685
+ "name": "domains",
686
+ "type": "uint8[]"
529
687
  },
530
688
  {
531
- "internalType": "address",
532
- "name": "initialOwner",
533
- "type": "address"
689
+ "internalType": "Timestamp",
690
+ "name": "activatedAt",
691
+ "type": "uint40"
534
692
  },
535
693
  {
536
- "internalType": "bytes",
537
- "name": "data",
538
- "type": "bytes"
694
+ "internalType": "Timestamp",
695
+ "name": "disabledAt",
696
+ "type": "uint40"
539
697
  }
540
698
  ],
541
- "internalType": "struct IRegistry.ObjectInfo",
699
+ "internalType": "struct IRegistry.ReleaseInfo",
542
700
  "name": "",
543
701
  "type": "tuple"
544
702
  }
@@ -548,11 +706,11 @@
548
706
  },
549
707
  {
550
708
  "inputs": [],
551
- "name": "getOwner",
709
+ "name": "getReleaseRegistryAddress",
552
710
  "outputs": [
553
711
  {
554
712
  "internalType": "address",
555
- "name": "owner",
713
+ "name": "",
556
714
  "type": "address"
557
715
  }
558
716
  ],
@@ -562,13 +720,13 @@
562
720
  {
563
721
  "inputs": [
564
722
  {
565
- "internalType": "string",
566
- "name": "serviceName",
567
- "type": "string"
723
+ "internalType": "ObjectType",
724
+ "name": "serviceDomain",
725
+ "type": "uint8"
568
726
  },
569
727
  {
570
728
  "internalType": "VersionPart",
571
- "name": "majorVersion",
729
+ "name": "releaseVersion",
572
730
  "type": "uint8"
573
731
  }
574
732
  ],
@@ -576,7 +734,33 @@
576
734
  "outputs": [
577
735
  {
578
736
  "internalType": "address",
579
- "name": "",
737
+ "name": "service",
738
+ "type": "address"
739
+ }
740
+ ],
741
+ "stateMutability": "view",
742
+ "type": "function"
743
+ },
744
+ {
745
+ "inputs": [],
746
+ "name": "getStakingAddress",
747
+ "outputs": [
748
+ {
749
+ "internalType": "address",
750
+ "name": "staking",
751
+ "type": "address"
752
+ }
753
+ ],
754
+ "stateMutability": "view",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "inputs": [],
759
+ "name": "getTokenRegistryAddress",
760
+ "outputs": [
761
+ {
762
+ "internalType": "address",
763
+ "name": "tokenRegistry",
580
764
  "type": "address"
581
765
  }
582
766
  ],
@@ -586,17 +770,40 @@
586
770
  {
587
771
  "inputs": [
588
772
  {
589
- "internalType": "NftId",
590
- "name": "nftId",
591
- "type": "uint96"
773
+ "internalType": "address",
774
+ "name": "releaseRegistry",
775
+ "type": "address"
776
+ },
777
+ {
778
+ "internalType": "address",
779
+ "name": "tokenRegistry",
780
+ "type": "address"
781
+ },
782
+ {
783
+ "internalType": "address",
784
+ "name": "staking",
785
+ "type": "address"
786
+ }
787
+ ],
788
+ "name": "initialize",
789
+ "outputs": [],
790
+ "stateMutability": "nonpayable",
791
+ "type": "function"
792
+ },
793
+ {
794
+ "inputs": [
795
+ {
796
+ "internalType": "VersionPart",
797
+ "name": "version",
798
+ "type": "uint8"
592
799
  }
593
800
  ],
594
- "name": "getServiceName",
801
+ "name": "isActiveRelease",
595
802
  "outputs": [
596
803
  {
597
- "internalType": "string",
804
+ "internalType": "bool",
598
805
  "name": "",
599
- "type": "string"
806
+ "type": "bool"
600
807
  }
601
808
  ],
602
809
  "stateMutability": "view",
@@ -644,16 +851,30 @@
644
851
  "inputs": [
645
852
  {
646
853
  "internalType": "address",
647
- "name": "token",
854
+ "name": "object",
648
855
  "type": "address"
649
- },
856
+ }
857
+ ],
858
+ "name": "isRegisteredComponent",
859
+ "outputs": [
650
860
  {
651
- "internalType": "VersionPart",
652
- "name": "majorVersion",
653
- "type": "uint8"
861
+ "internalType": "bool",
862
+ "name": "",
863
+ "type": "bool"
864
+ }
865
+ ],
866
+ "stateMutability": "view",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [
871
+ {
872
+ "internalType": "address",
873
+ "name": "object",
874
+ "type": "address"
654
875
  }
655
876
  ],
656
- "name": "isTokenActive",
877
+ "name": "isRegisteredService",
657
878
  "outputs": [
658
879
  {
659
880
  "internalType": "bool",
@@ -760,37 +981,123 @@
760
981
  },
761
982
  {
762
983
  "inputs": [
984
+ {
985
+ "components": [
986
+ {
987
+ "internalType": "NftId",
988
+ "name": "nftId",
989
+ "type": "uint96"
990
+ },
991
+ {
992
+ "internalType": "NftId",
993
+ "name": "parentNftId",
994
+ "type": "uint96"
995
+ },
996
+ {
997
+ "internalType": "ObjectType",
998
+ "name": "objectType",
999
+ "type": "uint8"
1000
+ },
1001
+ {
1002
+ "internalType": "bool",
1003
+ "name": "isInterceptor",
1004
+ "type": "bool"
1005
+ },
1006
+ {
1007
+ "internalType": "address",
1008
+ "name": "objectAddress",
1009
+ "type": "address"
1010
+ },
1011
+ {
1012
+ "internalType": "address",
1013
+ "name": "initialOwner",
1014
+ "type": "address"
1015
+ },
1016
+ {
1017
+ "internalType": "bytes",
1018
+ "name": "data",
1019
+ "type": "bytes"
1020
+ }
1021
+ ],
1022
+ "internalType": "struct IRegistry.ObjectInfo",
1023
+ "name": "info",
1024
+ "type": "tuple"
1025
+ },
763
1026
  {
764
1027
  "internalType": "VersionPart",
765
- "name": "newMajorVersion",
1028
+ "name": "version",
1029
+ "type": "uint8"
1030
+ },
1031
+ {
1032
+ "internalType": "ObjectType",
1033
+ "name": "domain",
766
1034
  "type": "uint8"
767
1035
  }
768
1036
  ],
769
- "name": "setMajorVersion",
770
- "outputs": [],
1037
+ "name": "registerService",
1038
+ "outputs": [
1039
+ {
1040
+ "internalType": "NftId",
1041
+ "name": "nftId",
1042
+ "type": "uint96"
1043
+ }
1044
+ ],
771
1045
  "stateMutability": "nonpayable",
772
1046
  "type": "function"
773
1047
  },
774
1048
  {
775
1049
  "inputs": [
776
1050
  {
777
- "internalType": "address",
778
- "name": "token",
779
- "type": "address"
780
- },
781
- {
782
- "internalType": "VersionPart",
783
- "name": "majorVersion",
784
- "type": "uint8"
785
- },
1051
+ "components": [
1052
+ {
1053
+ "internalType": "NftId",
1054
+ "name": "nftId",
1055
+ "type": "uint96"
1056
+ },
1057
+ {
1058
+ "internalType": "NftId",
1059
+ "name": "parentNftId",
1060
+ "type": "uint96"
1061
+ },
1062
+ {
1063
+ "internalType": "ObjectType",
1064
+ "name": "objectType",
1065
+ "type": "uint8"
1066
+ },
1067
+ {
1068
+ "internalType": "bool",
1069
+ "name": "isInterceptor",
1070
+ "type": "bool"
1071
+ },
1072
+ {
1073
+ "internalType": "address",
1074
+ "name": "objectAddress",
1075
+ "type": "address"
1076
+ },
1077
+ {
1078
+ "internalType": "address",
1079
+ "name": "initialOwner",
1080
+ "type": "address"
1081
+ },
1082
+ {
1083
+ "internalType": "bytes",
1084
+ "name": "data",
1085
+ "type": "bytes"
1086
+ }
1087
+ ],
1088
+ "internalType": "struct IRegistry.ObjectInfo",
1089
+ "name": "info",
1090
+ "type": "tuple"
1091
+ }
1092
+ ],
1093
+ "name": "registerWithCustomType",
1094
+ "outputs": [
786
1095
  {
787
- "internalType": "bool",
788
- "name": "active",
789
- "type": "bool"
1096
+ "internalType": "NftId",
1097
+ "name": "nftId",
1098
+ "type": "uint96"
790
1099
  }
791
1100
  ],
792
- "name": "setTokenActive",
793
- "outputs": [],
794
1101
  "stateMutability": "nonpayable",
795
1102
  "type": "function"
796
1103
  },
@@ -810,136 +1117,140 @@
810
1117
  "type": "bool"
811
1118
  }
812
1119
  ],
813
- "stateMutability": "view",
1120
+ "stateMutability": "pure",
814
1121
  "type": "function"
815
1122
  }
816
1123
  ],
817
- "bytecode": "0x60806040523480156200001157600080fd5b5060405162005070380380620050708339810160408190526200003491620010b6565b620000766301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6001600160a01b038216620000d15760405162461bcd60e51b815260206004820152601d60248201527f52656769737472793a207265676973747279206f776e65722069732030000000604482015260640160405180910390fd5b604051632392b61b60e21b81526003600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c90602401602060405180830381865af415801562000122573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001489190620010fb565b6001805460ff191660ff9290921691821790556040519081527ff5fb08b0be3b39e7b690d5444a6da718afcc193591667aec8d057e23cbe3f98f9060200160405180910390a1306040516200019d9062001091565b6001600160a01b039091168152602001604051809103906000f080158015620001ca573d6000803e3d6000fd5b50600b80546001600160a01b0319166001600160a01b0392909216919091179055620001f562000259565b620002008262000479565b6200020b8262000826565b6200021562000bab565b63e14a543960e01b60009081526020527f55ee1a05a13edf710bfa198906ddef66d1a7e1374fb385d26fbb3ace1a097fe6805460ff191660011790555050620012fb565b600b5460408051632cc7144960e11b815290516000926001600160a01b03169163598e28929160048083019260209291908290030181865afa158015620002a4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002ca919062001120565b9050600081600b546040516340c10f1960e01b815260016004820152602481018590529192506001600160a01b0316906340c10f1990604401600060405180830381600087803b1580156200031e57600080fd5b505af115801562000333573d6000803e3d6000fd5b505050506040518060e00160405280826001600160601b031681526020016200036162000f0560201b60201c565b6001600160601b03168152602001600a5b60ff908116825260006020808401829052604080850183905260016060808701829052825180850184528581526080978801526001600160601b03898116865260028086529584902089518154968b0151958b0151938b01519083166001600160c01b0319909716969096176c0100000000000000000000000095909216949094021761ffff60c01b1916600160c01b919096160260ff60c81b191694909417600160c81b921515929092029190911781559284015191830180546001600160a01b03199081166001600160a01b039485161790915560a085015191840180549091169190921617905560c08201516003820190620004729082620011df565b5050505050565b600b54604051630559ea4760e01b8152600260048201526000916001600160a01b031690630559ea4790602401602060405180830381865afa158015620004c4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004ea919062001120565b600b5460408051632e85b1f360e01b8152905192935083926000926001600160a01b031691632e85b1f39160048083019260209291908290030181865afa1580156200053a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000560919062001120565b8314620005ef576200057162000f0a565b600b5460408051632e85b1f360e01b81529051620005e7926001600160a01b031691632e85b1f39160048083019260209291908290030181865afa158015620005be573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005e4919062001120565b90565b90506200063f565b600b5460408051632cc7144960e11b815290516200063c926001600160a01b03169163598e28929160048083019260209291908290030181865afa158015620005be573d6000803e3d6000fd5b90505b600b546040516340c10f1960e01b81526001600160a01b03868116600483015260248201869052909116906340c10f1990604401600060405180830381600087803b1580156200068e57600080fd5b505af1158015620006a3573d6000803e3d6000fd5b505050506040518060e00160405280836001600160601b03168152602001826001600160601b03168152602001620006e06200107d60201b60201c565b60ff908116825260006020808401829052306040808601919091526001600160a01b038a8116606080880191909152825180850184528581526080978801526001600160601b03808b16865260028086529584902089518154968b0151958b0151938b01511515600160c81b0260ff60c81b1994909916600160c01b029390931661ffff60c01b199583166c01000000000000000000000000026001600160c01b03199097169390921692909217949094179290921692909217939093178355928401516001830180549185166001600160a01b031992831617905560a085015191830180549290941691161790915560c08201516003820190620007e69082620011df565b505030600090815260036020526040902080546001600160601b039094166001600160601b03199485168117909155600a80549094161790925550505050565b600b54604051630559ea4760e01b8152600360048201526000916001600160a01b031690630559ea4790602401602060405180830381865afa15801562000871573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000897919062001120565b9050600081600b546040516340c10f1960e01b81526001600160a01b038681166004830152602482018690529293509116906340c10f1990604401600060405180830381600087803b158015620008ed57600080fd5b505af115801562000902573d6000803e3d6000fd5b50506040805160e0810182526001600160601b03858116808352600a5482166020808501918252603c85870190815260006060870181815233608089019081526001600160a01b038f811660a08b019081528b518088018d5285815260c08c019081529885526002968790529a909320895181549751955193511515600160c81b0260ff60c81b1960ff909516600160c01b029490941661ffff60c01b19968b166c01000000000000000000000000026001600160c01b031990991691909a1617969096179390931696909617959095178355516001830180549186166001600160a01b0319928316179055955190820180549190941695169490941790915551909350909150600382019062000a1a9082620011df565b505033600090815260036020908152604080832080546001600160601b0319166001600160601b03871617905580518082018252600f81526e52656769737472795365727669636560881b81840152905190935062000a7c91849101620012ab565b60408051808303601f19018152828252805160209182012060008181526009909252918120632392b61b60e21b845260036004850152919350339273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c90602401602060405180830381865af415801562000af4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b1a9190620010fb565b60ff1681526020808201929092526040908101600090812080546001600160a01b0319166001600160a01b0395909516949094179093556001600160601b03861683526008909152902062000b708382620011df565b5050600a80546001600160601b039093166c0100000000000000000000000002600160601b600160c01b031990931692909217909155505050565b7f39c85350cb25aa1fda4cd5e9139db6eb90aeebc6c2b5bffd11d297ac50f9a32b805460ff19166001908117909155603c600090815260056020527f251d9ec284fd981039307083734139a5137ee1b6185374514892855fcbc5bd9d9062000c11602890565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060059062000c45604690565b60ff1660ff168152602001908152602001600020600062000c6b6200107d60201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060059062000c9f606e90565b60ff1660ff168152602001908152602001600020600062000cc56200108260201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060059062000cf9607890565b60ff1660ff168152602001908152602001600020600062000d1f6200108260201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060059062000d53608290565b60ff1660ff168152602001908152602001600020600062000d796200108260201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060059062000dad608c90565b60ff1660ff168152602001908152602001600020600062000dd36200108260201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060069062000e0760d290565b60ff1660ff168152602001908152602001600020600062000e2d6200108760201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060069062000e6160dc90565b60ff1660ff168152602001908152602001600020600062000e876200108c60201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019060069062000ebb605090565b60ff1660ff168152602001908152602001600020600062000ee16200108c60201b60201c565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b600090565b600b5460408051632e85b1f360e01b815290516000926001600160a01b031691632e85b1f39160048083019260209291908290030181865afa15801562000f55573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f7b919062001120565b600b546040516340c10f1960e01b815260016004820152602481018390529192506001600160a01b0316906340c10f1990604401600060405180830381600087803b15801562000fca57600080fd5b505af115801562000fdf573d6000803e3d6000fd5b50505050600062000ff682620005e460201b60201c565b90506040518060e00160405280826001600160601b031681526020016200106a600b60009054906101000a90046001600160a01b03166001600160a01b031663598e28926040518163ffffffff1660e01b8152600401602060405180830381865afa158015620005be573d6000803e3d6000fd5b6001600160601b03168152602001620003725b602890565b604690565b606e90565b608c90565b611e3d806200323383390190565b805160ff81168114620010b157600080fd5b919050565b60008060408385031215620010ca57600080fd5b82516001600160a01b0381168114620010e257600080fd5b9150620010f2602084016200109f565b90509250929050565b6000602082840312156200110e57600080fd5b62001119826200109f565b9392505050565b6000602082840312156200113357600080fd5b5051919050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200116557607f821691505b6020821081036200118657634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620011da57600081815260208120601f850160051c81016020861015620011b55750805b601f850160051c820191505b81811015620011d657828155600101620011c1565b5050505b505050565b81516001600160401b03811115620011fb57620011fb6200113a565b62001213816200120c845462001150565b846200118c565b602080601f8311600181146200124b5760008415620012325750858301515b600019600386901b1c1916600185901b178555620011d6565b600085815260208120601f198616915b828110156200127c578886015182559484019460019091019084016200125b565b50858210156200129b5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060208083528351808285015260005b81811015620012da57858101830151858201604001528201620012bc565b506000604082860101526040601f19601f8301168501019250505092915050565b611f28806200130b6000396000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c8063a3bcd81d116100de578063c3c5a54711610097578063dd32047b11610071578063dd32047b146101ba578063e285c9c41461039e578063e74d052f146103a6578063feef0c9b146103b957600080fd5b8063c3c5a54714610359578063cde749f41461028d578063d272ac1e1461036c57600080fd5b8063a3bcd81d146102c0578063a48f42e0146102d3578063a5df9e4e146102e6578063b69b2e11146102f9578063bc36dc911461030c578063bfcdd7361461031d57600080fd5b806338e19a751161013057806338e19a751461022b5780633fe9300e14610245578063644c45e0146102685780637374162b1461028d578063893d20e8146102985780638b09a5f0146102a057600080fd5b806301ffc9a7146101785780630dab67c5146101ba57806314afd79e146101d05780631a848cfb146101fb5780632849697c1461020357806338bb429a14610218575b600080fd5b6101a561018636600461178d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c2600381565b6040519081526020016101b1565b6101e36101de3660046117e6565b6103cc565b6040516001600160a01b0390911681526020016101b1565b6101c26104e2565b610216610211366004611836565b610555565b005b6101e36102263660046118a1565b610956565b6102336109ac565b60405160ff90911681526020016101b1565b61025b6040518060200160405280600081525081565b6040516101b1919061190e565b600a546001600160601b03165b6040516001600160601b0390911681526020016101b1565b60015460ff16610233565b6101e3610a23565b6102b36102ae3660046117e6565b610a2e565b6040516101b19190611921565b6101e36102ce366004611a7a565b610b94565b6102b36102e13660046118a1565b610bea565b6102756102f4366004611b00565b610cbd565b61025b6103073660046118a1565b611285565b600b546001600160a01b03166101e3565b6101a561032b366004611bd3565b6001600160a01b0391909116600090815260076020908152604080832060ff94851684529091529020541690565b6101a56103673660046117e6565b611331565b61027561037a3660046117e6565b6001600160a01b03166000908152600360205260409020546001600160601b031690565b6101e3600181565b6101a56103b43660046118a1565b6113c8565b6102166103c7366004611c01565b611422565b600b546001600160a01b0382811660009081526003602052604080822054905163046e44af60e11b81526001600160601b03909116600482015290929190911690636352211e9073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906308dc895e906024015b602060405180830381865af4158015610450573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104749190611c1e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa1580156104b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104dc9190611c3b565b92915050565b600b54604080516318160ddd60e01b815290516000926001600160a01b0316916318160ddd9160048083019260209291908290030181865afa15801561052c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105509190611c58565b905090565b61055d610a23565b6001600160a01b0316336001600160a01b0316146105955760405163245aecd360e01b81523360048201526024015b60405180910390fd5b6001600160a01b038084166000908152600360208181526040808420546001600160601b0390811685526002808452828620835160e08101855281548085168252600160601b81049094169581019590955260ff600160c01b8404811694860194909452600160c81b909204909216151560608401526001810154861660808401529081015490941660a082015290830180549293919260c08401919061063b90611c71565b80601f016020809104026020016040519081016040528092919081815260200182805461066790611c71565b80156106b45780601f10610689576101008083540402835291602001916106b4565b820191906000526020600020905b81548152906001019060200180831161069757829003601f168201915b5050509190925250508151604051630a4d29dd60e31b81526001600160601b03909116600482015291925073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__916352694ee89150602401602060405180830381865af415801561071c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107409190611cab565b156107695760405163ddef98d760e01b81526001600160a01b038516600482015260240161058c565b6107858160400151610779603290565b60ff9081169116141590565b156107ad57604051629fd8a560e11b81526001600160a01b038516600482015260240161058c565b604051632b10f60d60e21b815260ff8416600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610802573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108269190611c58565b600154604051632b10f60d60e21b815260ff909116600482015290915060009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610882573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108a69190611c58565b905060038210806108b657508082115b156108d95760405163374a659160e21b815260ff8616600482015260240161058c565b6001600160a01b038616600081815260076020908152604080832060ff8a1680855290835292819020805460ff1916891515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a1505050505050565b600b5460405163046e44af60e11b81526001600160601b03831660048201526000916001600160a01b031690636352211e9073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906308dc895e90602401610433565b604051632392b61b60e21b81526003600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c90602401602060405180830381865af41580156109ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105509190611cc8565b6000610550306103cc565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160a01b038083166000908152600360208181526040808420546001600160601b039081168552600280845294829020825160e08101845281548084168252600160601b81049093169481019490945260ff600160c01b8304811693850193909352600160c81b909104909116151560608301526001810154851660808301529283015490931660a08401528101805460c084019190610b0b90611c71565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3790611c71565b8015610b845780601f10610b5957610100808354040283529160200191610b84565b820191906000526020600020905b815481529060010190602001808311610b6757829003601f168201915b5050505050815250509050919050565b60008083604051602001610ba8919061190e565b60408051601f19818403018152918152815160209283012060009081526009835281812060ff871682529092529020546001600160a01b031691505092915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160601b03808316600090815260026020818152604092839020835160e08101855281548087168252600160601b81049096169281019290925260ff600160c01b8604811694830194909452600160c81b9094049092161515606083015260018301546001600160a01b039081166080840152908301541660a082015260038201805491929160c084019190610b0b90611c71565b600a54600160601b90046001600160601b03166000908152600260205260408120600101546001600160a01b03163314610d0a576040516395d3b24b60e01b815260040160405180910390fd5b6040808301516020808501516001600160601b0380821660009081526002808552868220875160e08101895281548086168252600160601b81049095169681019690965260ff600160c01b8504811698870198909852600160c81b9093049096161515606085015260018201546001600160a01b0390811660808601529582015490951660a08401526003810180549495929492939260c084019190610daf90611c71565b80601f0160208091040260200160405190810160405280929190818152602001828054610ddb90611c71565b8015610e285780601f10610dfd57610100808354040283529160200191610e28565b820191906000526020600020905b815481529060010190602001808311610e0b57829003601f168201915b5050509190925250505060408101516080820151919250906001600160a01b038116610e675760405163b0014c0760e01b815260040160405180910390fd5b6000610e81886060015189608001518660600151856115ea565b600b5460a08a01516040805160208101825260008082529151631109bad360e11b815294955090936001600160a01b039093169263221375a692610ecc929091879190600401611ce5565b6020604051808303816000875af1158015610eeb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f0f9190611c58565b90508097508789600001906001600160601b031690816001600160601b03168152505088600260008a6001600160601b03166001600160601b0316815260200190815260200160002060008201518160000160006101000a8154816001600160601b0302191690836001600160601b03160217905550602082015181600001600c6101000a8154816001600160601b0302191690836001600160601b0316021790555060408201518160000160186101000a81548160ff021916908360ff16021790555060608201518160000160196101000a81548160ff02191690831515021790555060808201518160010160006101000a8154816001600160a01b0302191690836001600160a01b0316021790555060a08201518160020160006101000a8154816001600160a01b0302191690836001600160a01b0316021790555060c08201518160030190816110629190611d69565b50505060808901516001600160a01b0316156111f05760ff80881660009081526005602090815260408083208885168452909152812054909116151590036110ca57604051638880f20760e01b815260ff80891660048301528516602482015260440161058c565b60808901516001600160a01b038116600090815260036020526040908190205490516330b8415f60e01b81526001600160601b03909116600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611142573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111669190611cab565b1561118f5760405163fdcce17f60e01b81526001600160a01b038216600482015260240161058c565b6001600160a01b038116600090815260036020526040902080546bffffffffffffffffffffffff19166001600160601b038b161790556111dc886111d1603c90565b60ff90811691161490565b156111ea576111ea8a611628565b50611242565b60ff808816600090815260066020908152604080832088851684529091528120549091161515900361124257604051638880f20760e01b815260ff80891660048301528516602482015260440161058c565b7fd4d9275b28cfa17c18d3f5e6e1fcb0b668c04b3671eb181fee4cbd5c898a9c83896040516112719190611921565b60405180910390a150505050505050919050565b6001600160601b03811660009081526008602052604090208054606091906112ac90611c71565b80601f01602080910402602001604051908101604052809291908181526020018280546112d890611c71565b80156113255780601f106112fa57610100808354040283529160200191611325565b820191906000526020600020905b81548152906001019060200180831161130857829003601f168201915b50505050509050919050565b6001600160a01b0381166000908152600360205260408082205490516330b8415f60e01b81526001600160601b03909116600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f906024015b602060405180830381865af41580156113a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104dc9190611cab565b6001600160601b03811660009081526002602052604080822054905163b2466acf60e01b8152600160c01b90910460ff16600482015273__$fb4566b39bd2075cb32f600f6f40bfaef2$__9063b2466acf90602401611387565b61142a610a23565b6001600160a01b0316336001600160a01b03161461145d5760405163245aecd360e01b815233600482015260240161058c565b600154604051632b10f60d60e21b815260ff909116600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af41580156114b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114da9190611c58565b604051632b10f60d60e21b815260ff8416600482015290915060009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015611532573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115569190611c58565b90508181111580611571575061156c8282611e29565b600114155b156115a057600154604051633988b95f60e11b815260ff8086166004830152909116602482015260440161058c565b6001805460ff191660ff85169081179091556040519081527fa1ca780f1d8fd7049ee7b71b43f24fd6cf67a1bd3f6144f9f54a14862786ddc19060200160405180910390a1505050565b60006001600160a01b03841661160f578215611607575080611620565b506000611620565b841561161c575082611620565b5060005b949350505050565b6000808260c001518060200190518101906116439190611e4a565b9150915060008260405160200161165a919061190e565b60408051808303601f19018152919052805160209091012060015490915060ff8084169116146116a25760405163124574bd60e01b815260ff8316600482015260240161058c565b600081815260096020908152604080832060ff861684529091529020546001600160a01b0316156116ea5782826040516361b38f9b60e01b815260040161058c929190611ecd565b83516001600160601b0316600090815260086020526040902061170d8482611d69565b506080840151600082815260096020908152604080832060ff871684529091529081902080546001600160a01b0319166001600160a01b0390931692909217909155517f61a7c276e668b50bec61296f0af36680712490afcfd5df73ff24b8c8a3c33f889061177f9085908590611ecd565b60405180910390a150505050565b60006020828403121561179f57600080fd5b81356001600160e01b0319811681146117b757600080fd5b9392505050565b6001600160a01b03811681146117d357600080fd5b50565b80356117e1816117be565b919050565b6000602082840312156117f857600080fd5b81356117b7816117be565b60ff811681146117d357600080fd5b80356117e181611803565b80151581146117d357600080fd5b80356117e18161181d565b60008060006060848603121561184b57600080fd5b8335611856816117be565b9250602084013561186681611803565b915060408401356118768161181d565b809150509250925092565b6001600160601b03811681146117d357600080fd5b80356117e181611881565b6000602082840312156118b357600080fd5b81356117b781611881565b60005b838110156118d95781810151838201526020016118c1565b50506000910152565b600081518084526118fa8160208601602086016118be565b601f01601f19169290920160200192915050565b6020815260006117b760208301846118e2565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161198a60c08401826001600160a01b03169052565b5060c083015160e0808401526116206101008401826118e2565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff811182821017156119dd576119dd6119a4565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a0c57611a0c6119a4565b604052919050565b600067ffffffffffffffff821115611a2e57611a2e6119a4565b50601f01601f191660200190565b6000611a4f611a4a84611a14565b6119e3565b9050828152838383011115611a6357600080fd5b828260208301376000602084830101529392505050565b60008060408385031215611a8d57600080fd5b823567ffffffffffffffff811115611aa457600080fd5b8301601f81018513611ab557600080fd5b611ac485823560208401611a3c565b9250506020830135611ad581611803565b809150509250929050565b600082601f830112611af157600080fd5b6117b783833560208501611a3c565b600060208284031215611b1257600080fd5b813567ffffffffffffffff80821115611b2a57600080fd5b9083019060e08286031215611b3e57600080fd5b611b466119ba565b611b4f83611896565b8152611b5d60208401611896565b6020820152611b6e60408401611812565b6040820152611b7f6060840161182b565b6060820152611b90608084016117d6565b6080820152611ba160a084016117d6565b60a082015260c083013582811115611bb857600080fd5b611bc487828601611ae0565b60c08301525095945050505050565b60008060408385031215611be657600080fd5b8235611bf1816117be565b91506020830135611ad581611803565b600060208284031215611c1357600080fd5b81356117b781611803565b600060208284031215611c3057600080fd5b81516117b781611881565b600060208284031215611c4d57600080fd5b81516117b7816117be565b600060208284031215611c6a57600080fd5b5051919050565b600181811c90821680611c8557607f821691505b602082108103611ca557634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611cbd57600080fd5b81516117b78161181d565b600060208284031215611cda57600080fd5b81516117b781611803565b6001600160a01b03848116825283166020820152606060408201819052600090611d11908301846118e2565b95945050505050565b601f821115611d6457600081815260208120601f850160051c81016020861015611d415750805b601f850160051c820191505b81811015611d6057828155600101611d4d565b5050505b505050565b815167ffffffffffffffff811115611d8357611d836119a4565b611d9781611d918454611c71565b84611d1a565b602080601f831160018114611dcc5760008415611db45750858301515b600019600386901b1c1916600185901b178555611d60565b600085815260208120601f198616915b82811015611dfb57888601518255948401946001909101908401611ddc565b5085821015611e195787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b818103818111156104dc57634e487b7160e01b600052601160045260246000fd5b60008060408385031215611e5d57600080fd5b825167ffffffffffffffff811115611e7457600080fd5b8301601f81018513611e8557600080fd5b8051611e93611a4a82611a14565b818152866020838501011115611ea857600080fd5b611eb98260208301602086016118be565b8094505050506020830151611ad581611803565b604081526000611ee060408301856118e2565b905060ff83166020830152939250505056fea2646970667358221220ab6e4a33a49846a049bf90c26601d9e2d8ecef13aaff9af6b86637a322faf78864736f6c6343000814003360806040523480156200001157600080fd5b5060405162001e3d38038062001e3d83398101604081905262000034916200012e565b60405180606001604052806024815260200162001e196024913960408051808201909152600681526511125413919560d21b6020820152600062000079838262000205565b50600162000088828262000205565b5050506001600160a01b038116620000b357604051630ae1413f60e11b815260040160405180910390fd5b600c80546001600160a01b0319166001600160a01b03831617905546600d8190556000600e555b80156200010e57600e8054906000620000f383620002e7565b90915550620001069050600a8262000303565b9050620000da565b600e546200011e90600a62000425565b600f555050600460105562000433565b6000602082840312156200014157600080fd5b81516001600160a01b03811681146200015957600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200018b57607f821691505b602082108103620001ac57634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200020057600081815260208120601f850160051c81016020861015620001db5750805b601f850160051c820191505b81811015620001fc57828155600101620001e7565b5050505b505050565b81516001600160401b0381111562000221576200022162000160565b620002398162000232845462000176565b84620001b2565b602080601f831160018114620002715760008415620002585750858301515b600019600386901b1c1916600185901b178555620001fc565b600085815260208120601f198616915b82811015620002a25788860151825594840194600190910190840162000281565b5085821015620002c15787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b634e487b7160e01b600052601160045260246000fd5b600060018201620002fc57620002fc620002d1565b5060010190565b6000826200032157634e487b7160e01b600052601260045260246000fd5b500490565b600181815b80851115620003675781600019048211156200034b576200034b620002d1565b808516156200035957918102915b93841c93908002906200032b565b509250929050565b60008262000380575060016200041f565b816200038f575060006200041f565b8160018114620003a85760028114620003b357620003d3565b60019150506200041f565b60ff841115620003c757620003c7620002d1565b50506001821b6200041f565b5060208310610133831016604e8410600b8410161715620003f8575081810a6200041f565b62000404838362000326565b80600019048211156200041b576200041b620002d1565b0290505b92915050565b60006200015983836200036f565b6119d680620004436000396000f3fe608060405234801561001057600080fd5b50600436106101cf5760003560e01c80634f558e7911610104578063a22cb465116100a2578063c87b56dd11610071578063c87b56dd146103dc578063e985e9c5146103ef578063f21de1e814610402578063f76f8d781461041357600080fd5b8063a22cb465146103a6578063a2309ff8146103b9578063a3f4df7e146103c1578063b88d4fde146103c957600080fd5b80636352211e116100de5780636352211e1461036557806370a0823114610378578063862440e21461038b57806395d89b411461039e57600080fd5b80634f558e791461031e5780634f6ccce714610349578063598e28921461035c57600080fd5b806323b872dd11610171578063342ec4431161014b578063342ec443146102bc57806340c10f19146102e557806342842e0e146102f857806342966c681461030b57600080fd5b806323b872dd1461028d5780632e85b1f3146102a05780632f745c59146102a957600080fd5b8063081812fc116101ad578063081812fc14610232578063095ea7b31461025d57806318160ddd14610272578063221375a61461027a57600080fd5b806301ffc9a7146101d45780630559ea47146101fc57806306fdde031461021d575b600080fd5b6101e76101e23660046113da565b610438565b60405190151581526020015b60405180910390f35b61020f61020a3660046113f7565b610463565b6040519081526020016101f3565b610225610498565b6040516101f39190611456565b6102456102403660046113f7565b61052a565b6040516001600160a01b0390911681526020016101f3565b61027061026b366004611485565b610553565b005b60085461020f565b61020f61028836600461155b565b610562565b61027061029b3660046115b9565b61061f565b61020f61083581565b61020f6102b7366004611485565b6106c8565b6102456102ca3660046113f7565b6000908152600a60205260409020546001600160a01b031690565b6102706102f3366004611485565b61072d565b6102706103063660046115b9565b610779565b6102706103193660046113f7565b610794565b6101e761032c3660046113f7565b6000908152600260205260409020546001600160a01b0316151590565b61020f6103573660046113f7565b6107ee565b61020f61044d81565b6102456103733660046113f7565b610847565b61020f6103863660046115f5565b610852565b610270610399366004611610565b61089a565b610225610945565b6102706103b4366004611657565b610954565b60115461020f565b61022561095f565b6102706103d7366004611693565b61097b565b6102256103ea3660046113f7565b610998565b6101e76103fd36600461170f565b610a42565b600c546001600160a01b0316610245565b6102256040518060400160405280600681526020016511125413919560d21b81525081565b60006001600160e01b0319821663780e9d6360e01b148061045d575061045d82610a70565b92915050565b6000600e54600d54600f54846104799190611758565b610483919061176f565b61048e906064611758565b61045d919061176f565b6060600080546104a790611782565b80601f01602080910402602001604051908101604052809291908181526020018280546104d390611782565b80156105205780601f106104f557610100808354040283529160200191610520565b820191906000526020600020905b81548152906001019060200180831161050357829003601f168201915b5050505050905090565b600061053582610ac0565b506000828152600460205260409020546001600160a01b031661045d565b61055e828233610af9565b5050565b600c546000906001600160a01b03163314610597576040516399c6cd7160e01b81523360048201526024015b60405180910390fd5b61059f610b06565b90506001600160a01b038316156105d8576000818152600a6020526040902080546001600160a01b0319166001600160a01b0385161790555b8151156105f9576000818152600b602052604090206105f7838261180a565b505b60118054906000610609836118ca565b91905055506106188482610b2d565b9392505050565b61062a838383610b47565b6000818152600a60205260409020546001600160a01b0316156106c3576000818152600a6020526040908190205490516373fbfdc360e11b81526001600160a01b0385811660048301528481166024830152604482018490529091169063e7f7fb8690606401600060405180830381600087803b1580156106aa57600080fd5b505af11580156106be573d6000803e3d6000fd5b505050505b505050565b60006106d383610852565b82106107045760405163295f44f760e21b81526001600160a01b03841660048201526024810183905260440161058e565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b600c546001600160a01b0316331461075a576040516399c6cd7160e01b815233600482015260240161058e565b6011805490600061076a836118ca565b919050555061055e8282610b2d565b6106c38383836040518060200160405280600081525061097b565b600c546001600160a01b031633146107c1576040516399c6cd7160e01b815233600482015260240161058e565b6107ca81610ac0565b506107d481610bcc565b6000818152600b602052604081206107eb91611376565b50565b60006107f960085490565b82106108225760405163295f44f760e21b8152600060048201526024810183905260440161058e565b60088281548110610835576108356118e3565b90600052602060002001549050919050565b600061045d82610ac0565b60006001600160a01b03821661087e576040516322718ad960e21b81526000600482015260240161058e565b506001600160a01b031660009081526003602052604090205490565b600c546001600160a01b031633146108c7576040516399c6cd7160e01b815233600482015260240161058e565b80516000036108e957604051638e45096160e01b815260040160405180910390fd5b6000828152600b60205260408120805461090290611782565b905011156109235760405163303822c760e21b815260040160405180910390fd5b61092c82610ac0565b506000828152600b602052604090206106c3828261180a565b6060600180546104a790611782565b61055e338383610c07565b60405180606001604052806024815260200161197d6024913981565b61098684848461061f565b61099284848484610ca6565b50505050565b60606109a382610ac0565b506000828152600b6020526040902080546109bd90611782565b80601f01602080910402602001604051908101604052809291908181526020018280546109e990611782565b8015610a365780601f10610a0b57610100808354040283529160200191610a36565b820191906000526020600020905b815481529060010190602001808311610a1957829003601f168201915b50505050509050919050565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b60006001600160e01b031982166380ac58cd60e01b1480610aa157506001600160e01b03198216635b5e139f60e01b145b8061045d57506301ffc9a760e01b6001600160e01b031983161461045d565b6000818152600260205260408120546001600160a01b03168061045d57604051637e27328960e01b81526004810184905260240161058e565b6106c38383836001610dcf565b6000610b13601054610463565b601080549192506000610b25836118ca565b919050555090565b61055e828260405180602001604052806000815250610ed5565b6001600160a01b038216610b7157604051633250574960e11b81526000600482015260240161058e565b6000610b7e838333610eec565b9050836001600160a01b0316816001600160a01b031614610992576040516364283d7b60e01b81526001600160a01b038086166004830152602482018490528216604482015260640161058e565b6000610bdb6000836000610eec565b90506001600160a01b03811661055e57604051637e27328960e01b81526004810183905260240161058e565b6001600160a01b038216610c3957604051630b61174360e31b81526001600160a01b038316600482015260240161058e565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6001600160a01b0383163b1561099257604051630a85bd0160e11b81526001600160a01b0384169063150b7a0290610ce89033908890879087906004016118f9565b6020604051808303816000875af1925050508015610d23575060408051601f3d908101601f19168201909252610d2091810190611936565b60015b610d8c573d808015610d51576040519150601f19603f3d011682016040523d82523d6000602084013e610d56565b606091505b508051600003610d8457604051633250574960e11b81526001600160a01b038516600482015260240161058e565b805181602001fd5b6001600160e01b03198116630a85bd0160e11b14610dc857604051633250574960e11b81526001600160a01b038516600482015260240161058e565b5050505050565b8080610de357506001600160a01b03821615155b15610ea5576000610df384610ac0565b90506001600160a01b03831615801590610e1f5750826001600160a01b0316816001600160a01b031614155b8015610e325750610e308184610a42565b155b15610e5b5760405163a9fbf51f60e01b81526001600160a01b038416600482015260240161058e565b8115610ea35783856001600160a01b0316826001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b5050600090815260046020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b610edf8383610fc1565b6106c36000848484610ca6565b600080610efa858585611026565b90506001600160a01b038116610f5757610f5284600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b610f7a565b846001600160a01b0316816001600160a01b031614610f7a57610f7a818561111f565b6001600160a01b038516610f9657610f91846111b0565b610fb9565b846001600160a01b0316816001600160a01b031614610fb957610fb9858561125f565b949350505050565b6001600160a01b038216610feb57604051633250574960e11b81526000600482015260240161058e565b6000610ff983836000610eec565b90506001600160a01b038116156106c3576040516339e3563760e11b81526000600482015260240161058e565b6000828152600260205260408120546001600160a01b0390811690831615611053576110538184866112af565b6001600160a01b0381161561109157611070600085600080610dcf565b6001600160a01b038116600090815260036020526040902080546000190190555b6001600160a01b038516156110c0576001600160a01b0385166000908152600360205260409020805460010190555b60008481526002602052604080822080546001600160a01b0319166001600160a01b0389811691821790925591518793918516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4949350505050565b600061112a83610852565b60008381526007602052604090205490915080821461117d576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b6008546000906111c290600190611953565b600083815260096020526040812054600880549394509092849081106111ea576111ea6118e3565b90600052602060002001549050806008838154811061120b5761120b6118e3565b600091825260208083209091019290925582815260099091526040808220849055858252812055600880548061124357611243611966565b6001900381819060005260206000200160009055905550505050565b6000600161126c84610852565b6112769190611953565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b6112ba838383611313565b6106c3576001600160a01b0383166112e857604051637e27328960e01b81526004810182905260240161058e565b60405163177e802f60e01b81526001600160a01b03831660048201526024810182905260440161058e565b60006001600160a01b03831615801590610fb95750826001600160a01b0316846001600160a01b0316148061134d575061134d8484610a42565b80610fb95750506000908152600460205260409020546001600160a01b03908116911614919050565b50805461138290611782565b6000825580601f10611392575050565b601f0160209004906000526020600020908101906107eb91905b808211156113c057600081556001016113ac565b5090565b6001600160e01b0319811681146107eb57600080fd5b6000602082840312156113ec57600080fd5b8135610618816113c4565b60006020828403121561140957600080fd5b5035919050565b6000815180845260005b818110156114365760208185018101518683018201520161141a565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006106186020830184611410565b80356001600160a01b038116811461148057600080fd5b919050565b6000806040838503121561149857600080fd5b6114a183611469565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600067ffffffffffffffff808411156114e0576114e06114af565b604051601f8501601f19908116603f01168101908282118183101715611508576115086114af565b8160405280935085815286868601111561152157600080fd5b858560208301376000602087830101525050509392505050565b600082601f83011261154c57600080fd5b610618838335602085016114c5565b60008060006060848603121561157057600080fd5b61157984611469565b925061158760208501611469565b9150604084013567ffffffffffffffff8111156115a357600080fd5b6115af8682870161153b565b9150509250925092565b6000806000606084860312156115ce57600080fd5b6115d784611469565b92506115e560208501611469565b9150604084013590509250925092565b60006020828403121561160757600080fd5b61061882611469565b6000806040838503121561162357600080fd5b82359150602083013567ffffffffffffffff81111561164157600080fd5b61164d8582860161153b565b9150509250929050565b6000806040838503121561166a57600080fd5b61167383611469565b91506020830135801515811461168857600080fd5b809150509250929050565b600080600080608085870312156116a957600080fd5b6116b285611469565b93506116c060208601611469565b925060408501359150606085013567ffffffffffffffff8111156116e357600080fd5b8501601f810187136116f457600080fd5b611703878235602084016114c5565b91505092959194509250565b6000806040838503121561172257600080fd5b61172b83611469565b915061173960208401611469565b90509250929050565b634e487b7160e01b600052601160045260246000fd5b808202811582820484141761045d5761045d611742565b8082018082111561045d5761045d611742565b600181811c9082168061179657607f821691505b6020821081036117b657634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156106c357600081815260208120601f850160051c810160208610156117e35750805b601f850160051c820191505b81811015611802578281556001016117ef565b505050505050565b815167ffffffffffffffff811115611824576118246114af565b611838816118328454611782565b846117bc565b602080601f83116001811461186d57600084156118555750858301515b600019600386901b1c1916600185901b178555611802565b600085815260208120601f198616915b8281101561189c5788860151825594840194600190910190840161187d565b50858210156118ba5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6000600182016118dc576118dc611742565b5060010190565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061192c90830184611410565b9695505050505050565b60006020828403121561194857600080fd5b8151610618816113c4565b8181038181111561045d5761045d611742565b634e487b7160e01b600052603160045260246000fdfe44657a656e7472616c697a656420496e737572616e63652050726f746f636f6c204e4654a2646970667358221220c02111bfc1745238d5ed0c2884c130c5bf93d8ad7a5e25aae3575fdca7d43f7564736f6c6343000814003344657a656e7472616c697a656420496e737572616e63652050726f746f636f6c204e4654",
818
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101735760003560e01c8063a3bcd81d116100de578063c3c5a54711610097578063dd32047b11610071578063dd32047b146101ba578063e285c9c41461039e578063e74d052f146103a6578063feef0c9b146103b957600080fd5b8063c3c5a54714610359578063cde749f41461028d578063d272ac1e1461036c57600080fd5b8063a3bcd81d146102c0578063a48f42e0146102d3578063a5df9e4e146102e6578063b69b2e11146102f9578063bc36dc911461030c578063bfcdd7361461031d57600080fd5b806338e19a751161013057806338e19a751461022b5780633fe9300e14610245578063644c45e0146102685780637374162b1461028d578063893d20e8146102985780638b09a5f0146102a057600080fd5b806301ffc9a7146101785780630dab67c5146101ba57806314afd79e146101d05780631a848cfb146101fb5780632849697c1461020357806338bb429a14610218575b600080fd5b6101a561018636600461178d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c2600381565b6040519081526020016101b1565b6101e36101de3660046117e6565b6103cc565b6040516001600160a01b0390911681526020016101b1565b6101c26104e2565b610216610211366004611836565b610555565b005b6101e36102263660046118a1565b610956565b6102336109ac565b60405160ff90911681526020016101b1565b61025b6040518060200160405280600081525081565b6040516101b1919061190e565b600a546001600160601b03165b6040516001600160601b0390911681526020016101b1565b60015460ff16610233565b6101e3610a23565b6102b36102ae3660046117e6565b610a2e565b6040516101b19190611921565b6101e36102ce366004611a7a565b610b94565b6102b36102e13660046118a1565b610bea565b6102756102f4366004611b00565b610cbd565b61025b6103073660046118a1565b611285565b600b546001600160a01b03166101e3565b6101a561032b366004611bd3565b6001600160a01b0391909116600090815260076020908152604080832060ff94851684529091529020541690565b6101a56103673660046117e6565b611331565b61027561037a3660046117e6565b6001600160a01b03166000908152600360205260409020546001600160601b031690565b6101e3600181565b6101a56103b43660046118a1565b6113c8565b6102166103c7366004611c01565b611422565b600b546001600160a01b0382811660009081526003602052604080822054905163046e44af60e11b81526001600160601b03909116600482015290929190911690636352211e9073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906308dc895e906024015b602060405180830381865af4158015610450573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104749190611c1e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa1580156104b8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104dc9190611c3b565b92915050565b600b54604080516318160ddd60e01b815290516000926001600160a01b0316916318160ddd9160048083019260209291908290030181865afa15801561052c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105509190611c58565b905090565b61055d610a23565b6001600160a01b0316336001600160a01b0316146105955760405163245aecd360e01b81523360048201526024015b60405180910390fd5b6001600160a01b038084166000908152600360208181526040808420546001600160601b0390811685526002808452828620835160e08101855281548085168252600160601b81049094169581019590955260ff600160c01b8404811694860194909452600160c81b909204909216151560608401526001810154861660808401529081015490941660a082015290830180549293919260c08401919061063b90611c71565b80601f016020809104026020016040519081016040528092919081815260200182805461066790611c71565b80156106b45780601f10610689576101008083540402835291602001916106b4565b820191906000526020600020905b81548152906001019060200180831161069757829003601f168201915b5050509190925250508151604051630a4d29dd60e31b81526001600160601b03909116600482015291925073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__916352694ee89150602401602060405180830381865af415801561071c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107409190611cab565b156107695760405163ddef98d760e01b81526001600160a01b038516600482015260240161058c565b6107858160400151610779603290565b60ff9081169116141590565b156107ad57604051629fd8a560e11b81526001600160a01b038516600482015260240161058c565b604051632b10f60d60e21b815260ff8416600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610802573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108269190611c58565b600154604051632b10f60d60e21b815260ff909116600482015290915060009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610882573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108a69190611c58565b905060038210806108b657508082115b156108d95760405163374a659160e21b815260ff8616600482015260240161058c565b6001600160a01b038616600081815260076020908152604080832060ff8a1680855290835292819020805460ff1916891515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a1505050505050565b600b5460405163046e44af60e11b81526001600160601b03831660048201526000916001600160a01b031690636352211e9073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906308dc895e90602401610433565b604051632392b61b60e21b81526003600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c90602401602060405180830381865af41580156109ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105509190611cc8565b6000610550306103cc565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160a01b038083166000908152600360208181526040808420546001600160601b039081168552600280845294829020825160e08101845281548084168252600160601b81049093169481019490945260ff600160c01b8304811693850193909352600160c81b909104909116151560608301526001810154851660808301529283015490931660a08401528101805460c084019190610b0b90611c71565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3790611c71565b8015610b845780601f10610b5957610100808354040283529160200191610b84565b820191906000526020600020905b815481529060010190602001808311610b6757829003601f168201915b5050505050815250509050919050565b60008083604051602001610ba8919061190e565b60408051601f19818403018152918152815160209283012060009081526009835281812060ff871682529092529020546001600160a01b031691505092915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160601b03808316600090815260026020818152604092839020835160e08101855281548087168252600160601b81049096169281019290925260ff600160c01b8604811694830194909452600160c81b9094049092161515606083015260018301546001600160a01b039081166080840152908301541660a082015260038201805491929160c084019190610b0b90611c71565b600a54600160601b90046001600160601b03166000908152600260205260408120600101546001600160a01b03163314610d0a576040516395d3b24b60e01b815260040160405180910390fd5b6040808301516020808501516001600160601b0380821660009081526002808552868220875160e08101895281548086168252600160601b81049095169681019690965260ff600160c01b8504811698870198909852600160c81b9093049096161515606085015260018201546001600160a01b0390811660808601529582015490951660a08401526003810180549495929492939260c084019190610daf90611c71565b80601f0160208091040260200160405190810160405280929190818152602001828054610ddb90611c71565b8015610e285780601f10610dfd57610100808354040283529160200191610e28565b820191906000526020600020905b815481529060010190602001808311610e0b57829003601f168201915b5050509190925250505060408101516080820151919250906001600160a01b038116610e675760405163b0014c0760e01b815260040160405180910390fd5b6000610e81886060015189608001518660600151856115ea565b600b5460a08a01516040805160208101825260008082529151631109bad360e11b815294955090936001600160a01b039093169263221375a692610ecc929091879190600401611ce5565b6020604051808303816000875af1158015610eeb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f0f9190611c58565b90508097508789600001906001600160601b031690816001600160601b03168152505088600260008a6001600160601b03166001600160601b0316815260200190815260200160002060008201518160000160006101000a8154816001600160601b0302191690836001600160601b03160217905550602082015181600001600c6101000a8154816001600160601b0302191690836001600160601b0316021790555060408201518160000160186101000a81548160ff021916908360ff16021790555060608201518160000160196101000a81548160ff02191690831515021790555060808201518160010160006101000a8154816001600160a01b0302191690836001600160a01b0316021790555060a08201518160020160006101000a8154816001600160a01b0302191690836001600160a01b0316021790555060c08201518160030190816110629190611d69565b50505060808901516001600160a01b0316156111f05760ff80881660009081526005602090815260408083208885168452909152812054909116151590036110ca57604051638880f20760e01b815260ff80891660048301528516602482015260440161058c565b60808901516001600160a01b038116600090815260036020526040908190205490516330b8415f60e01b81526001600160601b03909116600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611142573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111669190611cab565b1561118f5760405163fdcce17f60e01b81526001600160a01b038216600482015260240161058c565b6001600160a01b038116600090815260036020526040902080546bffffffffffffffffffffffff19166001600160601b038b161790556111dc886111d1603c90565b60ff90811691161490565b156111ea576111ea8a611628565b50611242565b60ff808816600090815260066020908152604080832088851684529091528120549091161515900361124257604051638880f20760e01b815260ff80891660048301528516602482015260440161058c565b7fd4d9275b28cfa17c18d3f5e6e1fcb0b668c04b3671eb181fee4cbd5c898a9c83896040516112719190611921565b60405180910390a150505050505050919050565b6001600160601b03811660009081526008602052604090208054606091906112ac90611c71565b80601f01602080910402602001604051908101604052809291908181526020018280546112d890611c71565b80156113255780601f106112fa57610100808354040283529160200191611325565b820191906000526020600020905b81548152906001019060200180831161130857829003601f168201915b50505050509050919050565b6001600160a01b0381166000908152600360205260408082205490516330b8415f60e01b81526001600160601b03909116600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f906024015b602060405180830381865af41580156113a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104dc9190611cab565b6001600160601b03811660009081526002602052604080822054905163b2466acf60e01b8152600160c01b90910460ff16600482015273__$fb4566b39bd2075cb32f600f6f40bfaef2$__9063b2466acf90602401611387565b61142a610a23565b6001600160a01b0316336001600160a01b03161461145d5760405163245aecd360e01b815233600482015260240161058c565b600154604051632b10f60d60e21b815260ff909116600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af41580156114b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114da9190611c58565b604051632b10f60d60e21b815260ff8416600482015290915060009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015611532573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115569190611c58565b90508181111580611571575061156c8282611e29565b600114155b156115a057600154604051633988b95f60e11b815260ff8086166004830152909116602482015260440161058c565b6001805460ff191660ff85169081179091556040519081527fa1ca780f1d8fd7049ee7b71b43f24fd6cf67a1bd3f6144f9f54a14862786ddc19060200160405180910390a1505050565b60006001600160a01b03841661160f578215611607575080611620565b506000611620565b841561161c575082611620565b5060005b949350505050565b6000808260c001518060200190518101906116439190611e4a565b9150915060008260405160200161165a919061190e565b60408051808303601f19018152919052805160209091012060015490915060ff8084169116146116a25760405163124574bd60e01b815260ff8316600482015260240161058c565b600081815260096020908152604080832060ff861684529091529020546001600160a01b0316156116ea5782826040516361b38f9b60e01b815260040161058c929190611ecd565b83516001600160601b0316600090815260086020526040902061170d8482611d69565b506080840151600082815260096020908152604080832060ff871684529091529081902080546001600160a01b0319166001600160a01b0390931692909217909155517f61a7c276e668b50bec61296f0af36680712490afcfd5df73ff24b8c8a3c33f889061177f9085908590611ecd565b60405180910390a150505050565b60006020828403121561179f57600080fd5b81356001600160e01b0319811681146117b757600080fd5b9392505050565b6001600160a01b03811681146117d357600080fd5b50565b80356117e1816117be565b919050565b6000602082840312156117f857600080fd5b81356117b7816117be565b60ff811681146117d357600080fd5b80356117e181611803565b80151581146117d357600080fd5b80356117e18161181d565b60008060006060848603121561184b57600080fd5b8335611856816117be565b9250602084013561186681611803565b915060408401356118768161181d565b809150509250925092565b6001600160601b03811681146117d357600080fd5b80356117e181611881565b6000602082840312156118b357600080fd5b81356117b781611881565b60005b838110156118d95781810151838201526020016118c1565b50506000910152565b600081518084526118fa8160208601602086016118be565b601f01601f19169290920160200192915050565b6020815260006117b760208301846118e2565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161198a60c08401826001600160a01b03169052565b5060c083015160e0808401526116206101008401826118e2565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff811182821017156119dd576119dd6119a4565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a0c57611a0c6119a4565b604052919050565b600067ffffffffffffffff821115611a2e57611a2e6119a4565b50601f01601f191660200190565b6000611a4f611a4a84611a14565b6119e3565b9050828152838383011115611a6357600080fd5b828260208301376000602084830101529392505050565b60008060408385031215611a8d57600080fd5b823567ffffffffffffffff811115611aa457600080fd5b8301601f81018513611ab557600080fd5b611ac485823560208401611a3c565b9250506020830135611ad581611803565b809150509250929050565b600082601f830112611af157600080fd5b6117b783833560208501611a3c565b600060208284031215611b1257600080fd5b813567ffffffffffffffff80821115611b2a57600080fd5b9083019060e08286031215611b3e57600080fd5b611b466119ba565b611b4f83611896565b8152611b5d60208401611896565b6020820152611b6e60408401611812565b6040820152611b7f6060840161182b565b6060820152611b90608084016117d6565b6080820152611ba160a084016117d6565b60a082015260c083013582811115611bb857600080fd5b611bc487828601611ae0565b60c08301525095945050505050565b60008060408385031215611be657600080fd5b8235611bf1816117be565b91506020830135611ad581611803565b600060208284031215611c1357600080fd5b81356117b781611803565b600060208284031215611c3057600080fd5b81516117b781611881565b600060208284031215611c4d57600080fd5b81516117b7816117be565b600060208284031215611c6a57600080fd5b5051919050565b600181811c90821680611c8557607f821691505b602082108103611ca557634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611cbd57600080fd5b81516117b78161181d565b600060208284031215611cda57600080fd5b81516117b781611803565b6001600160a01b03848116825283166020820152606060408201819052600090611d11908301846118e2565b95945050505050565b601f821115611d6457600081815260208120601f850160051c81016020861015611d415750805b601f850160051c820191505b81811015611d6057828155600101611d4d565b5050505b505050565b815167ffffffffffffffff811115611d8357611d836119a4565b611d9781611d918454611c71565b84611d1a565b602080601f831160018114611dcc5760008415611db45750858301515b600019600386901b1c1916600185901b178555611d60565b600085815260208120601f198616915b82811015611dfb57888601518255948401946001909101908401611ddc565b5085821015611e195787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b818103818111156104dc57634e487b7160e01b600052601160045260246000fd5b60008060408385031215611e5d57600080fd5b825167ffffffffffffffff811115611e7457600080fd5b8301601f81018513611e8557600080fd5b8051611e93611a4a82611a14565b818152866020838501011115611ea857600080fd5b611eb98260208301602086016118be565b8094505050506020830151611ad581611803565b604081526000611ee060408301856118e2565b905060ff83166020830152939250505056fea2646970667358221220ab6e4a33a49846a049bf90c26601d9e2d8ecef13aaff9af6b86637a322faf78864736f6c63430008140033",
1124
+ "bytecode": "0x6101006040525f80546001600160a01b0319166001179055348015610022575f80fd5b50604051615cd6380380615cd68339810160408190526100419161110e565b5f7f46cd1d813423aaf613c34c7f348d15b2b5e71215e9145b09467e257ea2805a008054600160481b600160e81b03191633690100000000000000000002179055506001600160a01b038116608052604051309061009e90611101565b6001600160a01b039091168152602001604051809103905ff0801580156100c7573d5f803e3d5ffd5b506001600160a01b031660a0526100dc61010a565b6001600160601b031660c0526100f06103e6565b6001600160601b031660e0526101046107c5565b506112ca565b5f8060a0516001600160a01b031663598e28926040518163ffffffff1660e01b8152600401602060405180830381865afa15801561014a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061016e919061113b565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af41580156101bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101e39190611152565b91506040518060e00160405280836001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610246573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061026a9190611152565b6001600160601b03168152602001600160ff90811682525f6020808401829052604080850183905282546001600160a01b03908116606080880191909152825180850184528581526080978801526001600160601b03808b16865260018086529584902089518154968b0151958b0151938b01511515600160c81b0260ff60c81b1994909916600160c01b029390931661ffff60c01b199583166c01000000000000000000000000026001600160c01b031990971693909216929092179490941792909216929092179390931783559284015190820180549184166001600160a01b031992831617905560a08401516002830180549190941691161790915560c0820151600382019061037d9082611210565b505060a0515f546040516340c10f1960e01b81526001600160a01b03918216600482015260248101859052911691506340c10f19906044015f604051808303815f87803b1580156103cc575f80fd5b505af11580156103de573d5f803e3d5ffd5b505050505090565b5f8060a0516001600160a01b0316630559ea4760026040518263ffffffff1660e01b815260040161041991815260200190565b602060405180830381865afa158015610434573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610458919061113b565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af41580156104a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cd9190611152565b91505f60a0516001600160a01b0316632e85b1f36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561050e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610532919061113b565b821461062057610540610da2565b73__$94a2c899be079b00d952d0d84fffaa5c34$__63efac97cf60a0516001600160a01b0316632e85b1f36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610598573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105bc919061113b565b6040518263ffffffff1660e01b81526004016105da91815260200190565b602060405180830381865af41580156105f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106199190611152565b9050610625565b5060c0515b6040805160e0810182526001600160601b03858116808352848216602080850191825260028587018181525f606088018181523060808a0190815282546001600160a01b0390811660a08c019081528c518089018e5285815260c08d019081529985526001978890529b9093208a5181549851955193511515600160c81b0260ff60c81b1960ff909516600160c01b029490941661ffff60c01b19968c166c01000000000000000000000000026001600160c01b0319909a1691909b16179790971793909316979097179690961784555191830180549286166001600160a01b031993841617905595519582018054969094169516949094179091555190919060038201906107349082611210565b5050305f9081526002602052604080822080546001600160601b0319166001600160601b03881617905560a051915490516340c10f1960e01b81526001600160a01b03918216600482015260248101869052911691506340c10f19906044015f604051808303815f87803b1580156107aa575f80fd5b505af11580156107bc573d5f803e3d5ffd5b50505050505090565b600460209081527f91da3fd0782e51c6b3986e9e672fd566868e71f3dbc2d6c2cd6fbb3e361af2a78054600160ff1991821681179092557f2645749a946633740611cfc8178319f0958659d6922e4bf7e3a08b44789f53a480548216831790557f5c6b02db8b672415ffad906d7ccee10bd53dbad7d0b29e2bc0e50c93d5f3109380548216831790557f140aabff1a85df08546c9a350c79ae18341bde4a2cef5d2fd460885c0128ce2680548216831790557f66b61daf77b854ca6ba000a8d4b340eafcdb71b6583753b4af89fceb54988fff80548216831790557feb3e677499e881fe1bdbc344a49c412138038a9f40883b6dc68f713aab48352380548216831790557f69bc8c08a6b955aec2072ca430bac7123bc3539264a736d1a23621b0f0c62f3180548216831790557fa5022b2bfd144bf9103d80168549b5df7c72ab60bd51bf71a02a08d844853b4a80548216831790557f1bb30a1647f6f6723cb3a88838ce0319afabe51263fc466f2f669a7a24ad88c680548216831790557f9041ee6632bd2142b9cc58f348e0761559f8d964fe48ac6d87dc2b689213e3bb80548216831790557f2e174c10e159ea99b867ce3205125c24a42d128804e4070ed6fcc8cc98166aa080548216831790555f929092527f96648185182926add89ee4d5c354d3f3e8383a8966d4d875bd8575e13aa27a9680549092168117909155469003610a225760025f527f89832631fb3c3307a103ba2c84ab569c64d6182a18893dcd163f0f1c2090733a6020527fc3872fadc793fb0bb284ae601a7003728d4f91ef813a9c52151175538e74d8e9805460ff191660011790555b7f1d7f3ebad127f83afc6959705ce470ae52e5f79897ae3b7e721e0b1308897459805460ff19166001908117909155600a5f90815260056020527fa18b128af1c8fc61ff46f02d146e54546f34d340574cf2cef6a753cba6b6701d90610a86600290565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600590610ab8600c90565b60ff1660ff1681526020019081526020015f205f610ada6110ed60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600590610b0c600e90565b60ff1660ff1681526020019081526020015f205f610b2e6110ed60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600590610b60600d90565b60ff1660ff1681526020019081526020015f205f610b826110ed60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600590610bb4600f90565b60ff1660ff1681526020019081526020015f205f610bd66110ed60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600690610c08601c90565b60ff1660ff1681526020019081526020015f205f610c2a6110fc60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600690610c5c601590565b60ff1660ff1681526020019081526020015f205f610c7e6110f260201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600690610cb0601e90565b60ff1660ff1681526020019081526020015f205f610cd26110f760201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600690610d04602090565b60ff1660ff1681526020019081526020015f205f610d26610d9d60201b60201c565b60ff16815260208101919091526040015f908120805460ff191692151592909217909155600190600690610d58602090565b60ff1660ff1681526020019081526020015f205f610d7a6110ed60201b60201c565b60ff16815260208101919091526040015f20805460ff1916911515919091179055565b600190565b5f60a0516001600160a01b0316632e85b1f36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610de1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e05919061113b565b60405163efac97cf60e01b8152600481018290529091505f9073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610e58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7c9190611152565b90506040518060e00160405280826001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63efac97cf60a0516001600160a01b031663598e28926040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ef0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f14919061113b565b6040518263ffffffff1660e01b8152600401610f3291815260200190565b602060405180830381865af4158015610f4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f719190611152565b6001600160601b03168152602001600260ff90811682525f6020808401829052604080850183905282546001600160a01b03908116606080880191909152825180850184528581526080978801526001600160601b03808a16865260018086529584902089518154968b0151958b0151938b01511515600160c81b0260ff60c81b1994909916600160c01b029390931661ffff60c01b199583166c01000000000000000000000000026001600160c01b031990971693909216929092179490941792909216929092179390931783559284015190820180549184166001600160a01b031992831617905560a08401516002830180549190941691161790915560c082015160038201906110849082611210565b505060a0515f546040516340c10f1960e01b81526001600160a01b03918216600482015260248101869052911691506340c10f19906044015f604051808303815f87803b1580156110d3575f80fd5b505af11580156110e5573d5f803e3d5ffd5b505050505050565b600a90565b600c90565b600f90565b600e90565b611db080613f2683390190565b5f6020828403121561111e575f80fd5b81516001600160a01b0381168114611134575f80fd5b9392505050565b5f6020828403121561114b575f80fd5b5051919050565b5f60208284031215611162575f80fd5b81516001600160601b0381168114611134575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806111a057607f821691505b6020821081036111be57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561120b57805f5260205f20601f840160051c810160208510156111e95750805b601f840160051c820191505b81811015611208575f81556001016111f5565b50505b505050565b81516001600160401b0381111561122957611229611178565b61123d81611237845461118c565b846111c4565b6020601f82116001811461126f575f83156112585750848201515b5f19600385901b1c1916600184901b178455611208565b5f84815260208120601f198516915b8281101561129e578785015182556020948501946001909201910161127e565b50848210156112bb57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b60805160a05160c05160e051612bc761135f5f395f81816102c50152818161043e015281816110c20152611ece01525f81816103e5015261067501525f818161034701528181610467015281816108410152818161098701528181610a650152818161185501528181611c1c01528181611dd2015261205501525f818161025e015281816103bc01526115990152612bc75ff3fe608060405234801561000f575f80fd5b5060043610610255575f3560e01c80639969dbab11610140578063caed9897116100bf578063dfca014211610084578063dfca01421461062d578063e285c9c41461063e578063e2b178a014610650578063e74d052f14610658578063f40d7c301461066b578063fff74f6c14610673575f80fd5b8063caed989714610575578063d1982d881461058d578063d2213b5b146105a0578063d272ac1e146105c0578063d39e6043146105f1575f80fd5b8063ae8dfb7911610105578063ae8dfb7914610518578063b5c51acf14610520578063b5ee0ded1461053a578063c0c53b8b1461054d578063c3c5a54714610562575f80fd5b80639969dbab146104b9578063a48f42e0146104cc578063a5df9e4e146104df578063a7050a56146104f2578063ac9848ee14610505575f80fd5b80631a848cfb116101d75780633fe9300e1161019c5780633fe9300e1461041a578063644c45e01461043c5780637e2cd82d14610462578063839f700c14610489578063893d20e8146104915780638b09a5f014610499575f80fd5b80631a848cfb146103915780632b91e0a9146103a75780632de837e0146103ba57806331e7d702146103e057806338bb429a14610407575f80fd5b80630e9ed68b1161021d5780630e9ed68b1461032157806311edceaa14610332578063120726c31461034557806314afd79e1461036b57806317dc5e2a1461037e575f80fd5b806301bc45c91461025957806301ffc9a71461029d57806306851fba146102c05780630e41142e146102ff5780630e6d1de914610319575b5f80fd5b6102807f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6102b06102ab366004612102565b610699565b6040519015158152602001610294565b6102e77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160601b039091168152602001610294565b6103076106dd565b60405160ff9091168152602001610294565b61030761074d565b6008546001600160a01b0316610280565b6102b061034036600461214a565b610794565b7f0000000000000000000000000000000000000000000000000000000000000000610280565b610280610379366004612184565b610807565b6102b061038c366004612184565b61092d565b610399610984565b604051908152602001610294565b6102b06103b5366004612184565b610a05565b7f0000000000000000000000000000000000000000000000000000000000000000610280565b6102e77f000000000000000000000000000000000000000000000000000000000000000081565b6102806104153660046121be565b610a45565b61042f60405180602001604052805f81525081565b6040516102949190612207565b7f00000000000000000000000000000000000000000000000000000000000000006102e7565b6102807f000000000000000000000000000000000000000000000000000000000000000081565b610399600381565b610280610ab8565b6104ac6104a7366004612184565b610ac2565b6040516102949190612219565b600954610280906001600160a01b031681565b6104ac6104da3660046121be565b610c25565b6102e76104ed36600461244b565b610cf5565b6102e761050036600461247c565b610e7a565b6007546102e7906001600160601b031681565b610399600281565b60075461028090600160601b90046001600160a01b031681565b600854610280906001600160a01b031681565b61056061055b3660046124db565b61119d565b005b6102b0610570366004612184565b611350565b600754600160601b90046001600160a01b0316610280565b6102e761059b36600461244b565b6113c0565b6105b36105ae36600461214a565b6114f4565b60405161029491906125af565b6102e76105ce366004612184565b6001600160a01b03165f908152600260205260409020546001600160601b031690565b6102806105ff36600461268e565b60ff9081165f908152600360209081526040808320949093168252929092529020546001600160a01b031690565b6009546001600160a01b0316610280565b5f54610280906001600160a01b031681565b610280611596565b6102b06106663660046121be565b611617565b610307611670565b7f00000000000000000000000000000000000000000000000000000000000000006102e7565b5f6001600160e01b031982166301ffc9a760e01b14806106c957506001600160e01b031982166318788cbb60e11b145b156106d657506001919050565b505f919050565b600954604080516307208a1760e11b815290515f926001600160a01b031691630e41142e9160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074891906126d0565b905090565b60095460408051630e6d1de960e01b815290515f926001600160a01b031691630e6d1de99160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b6009546040516308f6e75560e11b815260ff831660048201525f916001600160a01b0316906311edceaa90602401602060405180830381865afa1580156107dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061080191906126eb565b92915050565b6001600160a01b038181165f9081526002602052604080822054905163046e44af60e11b81526001600160601b03909116600482015290917f00000000000000000000000000000000000000000000000000000000000000001690636352211e9073__$94a2c899be079b00d952d0d84fffaa5c34$__906308dc895e906024015b602060405180830381865af41580156108a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c79190612706565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610909573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108019190612721565b6001600160a01b0381165f908152600260209081526040808320546001600160601b039081168452600190925280832054600160601b900490911680835290822054600160c01b900460ff16600a145b9392505050565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109e1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610748919061273c565b6001600160a01b0381165f908152600260209081526040808320546001600160601b031683526001909152812054600160c01b900460ff16600814610801565b60405163046e44af60e11b81526001600160601b03821660048201525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690636352211e9073__$94a2c899be079b00d952d0d84fffaa5c34$__906308dc895e90602401610888565b5f61074830610807565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160a01b038083165f908152600260208181526040808420546001600160601b039081168552600180845294829020825160e08101845281548084168252600160601b81049093169481019490945260ff600160c01b8304811693850193909352600160c81b9091049091161515606083015292830154841660808201529082015490921660a083015260038101805460c084019190610b9e90612753565b80601f0160208091040260200160405190810160405280929190818152602001828054610bca90612753565b8015610c155780601f10610bec57610100808354040283529160200191610c15565b820191905f5260205f20905b815481529060010190602001808311610bf857829003601f168201915b5050505050815250509050919050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160601b038083165f90815260016020818152604092839020835160e08101855281548087168252600160601b81049096169281019290925260ff600160c01b8604811694830194909452600160c81b909404909216151560608301528201546001600160a01b03908116608083015260028301541660a082015260038201805491929160c084019190610b9e90612753565b600954604051639ef6ddc960e01b81523360048201525f916001600160a01b031690639ef6ddc990602401602060405180830381865afa158015610d3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5f91906126eb565b610d7c57604051639404710360e01b815260040160405180910390fd5b6040828101516020808501516001600160601b03165f908152600190915291909120546080840151600160c01b90910460ff16906001600160a01b0316610e185760ff8083165f908152600660209081526040808320858516845290915281205490911615159003610e135760405163347a1f9760e21b815260ff8084166004830152821660248201526044015b60405180910390fd5b610e69565b60ff8083165f908152600560209081526040808320858516845290915281205490911615159003610e695760405163347a1f9760e21b815260ff808416600483015282166024820152604401610e0a565b610e72846116b7565b949350505050565b6009545f906001600160a01b03163314610ea7576040516382b14d6d60e01b815260040160405180910390fd5b60808401516001600160a01b038116610ed357604051633eebb91d60e21b815260040160405180910390fd5b60405163037c8cb160e51b815260ff8516600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90636f91962090602401602060405180830381865af4158015610f23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4791906126eb565b15610f6557604051635c95173360e01b815260040160405180910390fd5b60405163037c8cb160e51b815260ff8416600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610fb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd991906126eb565b156110025760405163b580d22160e01b81526001600160a01b0382166004820152602401610e0a565b60ff8085165f908152600360209081526040808320938716835292905220546001600160a01b03161561106457604051632a16d08d60e01b81526001600160a01b038216600482015260ff808616602483015284166044820152606401610e0a565b6110808560400151611074600890565b60ff9081169116141590565b156110b85760408086015190516369be9a4f60e01b81526001600160a01b038316600482015260ff9091166024820152604401610e0a565b6110e685602001517f0000000000000000000000000000000000000000000000000000000000000000611cb5565b156111155760208501516040516326e813af60e11b81526001600160601b039091166004820152602401610e0a565b60ff8481165f90815260036020908152604080832093871683529290522080546001600160a01b0319166001600160a01b038316179055611155856116b7565b6040805160ff8088168252861660208201529193507fc4761a4fab07f2d3f242a458f91e31e4ea6128fe5edc599e3436f5f66317e0da910160405180910390a1509392505050565b5f7f46cd1d813423aaf613c34c7f348d15b2b5e71215e9145b09467e257ea2805a008054909150690100000000000000000090046001600160a01b031633146111f95760405163ce4d158160e01b815260040160405180910390fd5b805460ff600160401b82041615906001600160401b03165f8115801561121c5750825b90505f826001600160401b031660011480156112375750303b155b905081158015611245575080155b156112635760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561128d57845460ff60401b1916600160401b1785555b600980546001600160a01b03808b166001600160a01b031992831617909255600780548a8416600160601b026001600160601b0390911617905560088054928916929091169190911790556112e0611d39565b600780546001600160601b0319166001600160601b0392909216919091179055831561134657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6001600160a01b0381165f908152600260205260408082205490516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f906024015b602060405180830381865af41580156107dd573d5f803e3d5ffd5b600954604051639ef6ddc960e01b81523360048201525f916001600160a01b031690639ef6ddc990602401602060405180830381865afa158015611406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142a91906126eb565b61144757604051639404710360e01b815260040160405180910390fd5b6040808301516020808501516001600160601b03165f908152600182528381205460ff80851683526004909352939020549192600160c01b900481169116156114a3576040516368f27c4360e11b815260040160405180910390fd5b60ff8116600114806114b8575060ff81166008145b156114e35760405163347a1f9760e21b815260ff808416600483015282166024820152604401610e0a565b6114ec846116b7565b505050919050565b6040805160e0810182525f808252602082018190526060828401819052808301819052608083015260a0820181905260c0820152600954915163d2213b5b60e01b815260ff8416600482015290916001600160a01b03169063d2213b5b906024015f60405180830381865afa15801561156f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108019190810190612951565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107489190612721565b6001600160601b0381165f9081526001602052604080822054905163b2466acf60e01b8152600160c01b90910460ff16600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063b2466acf906024016113a5565b60095460408051630f40d7c360e41b815290515f926001600160a01b03169163f40d7c309160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b60408082015160608084015160808086015160a0808801516020808a01516001600160601b038082165f90815260018085528c82208d5160e081018f5281548086168252600160601b81049095169681019690965260ff600160c01b850481169e87019e909e52600160c81b909304909c16151599840199909952998a01546001600160a01b039081169683019690965260028a0154909516928101929092526003880180549698959693959194938993929160c084019161177890612753565b80601f01602080910402602001604051908101604052809291908181526020018280546117a490612753565b80156117ef5780601f106117c6576101008083540402835291602001916117ef565b820191905f5260205f20905b8154815290600101906020018083116117d257829003601f168201915b505050919092525050506040810151608082015191925090611812886020611074565b1561183e576001600160a01b03811661183e57604051630bdad98960e11b815260040160405180910390fd5b5f611850888a898760600151866120b4565b90505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663caa0f92a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d3919061273c565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015611924573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119489190612706565b9a508a8c5f01906001600160601b031690816001600160601b0316815250508b60015f8d6001600160601b03166001600160601b031681526020019081526020015f205f820151815f015f6101000a8154816001600160601b0302191690836001600160601b031602179055506020820151815f01600c6101000a8154816001600160601b0302191690836001600160601b031602179055506040820151815f0160186101000a81548160ff021916908360ff1602179055506060820151815f0160196101000a81548160ff0219169083151502179055506080820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060a0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060c0820151816003019081611a8d9190612a98565b5050506001600160a01b03881615611b8d576001600160a01b0388165f90815260026020526040908190205490516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3391906126eb565b15611b5c57604051633fa3dceb60e21b81526001600160a01b0389166004820152602401610e0a565b6001600160a01b0388165f90815260026020526040902080546001600160601b0319166001600160601b038d161790555b604080516001600160601b038d811682528816602082015260ff8c16818301528a151560608201526001600160a01b038a81166080830152891660a082015290517f378868470b980e00aaf3e534a055e641e5fe9dfd8da44b4250edc6ad96e983879181900360c00190a1604080516020810182525f8082529151631109bad360e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169163221375a691611c54918c91889190600401612b52565b6020604051808303815f875af1158015611c70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c94919061273c565b9050818114611ca557611ca5612b7d565b5050505050505050505050919050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015611d15573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097d91906126eb565b5f8060085f9054906101000a90046001600160a01b03166001600160a01b031663893d20e86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611daf9190612721565b604051630559ea4760e01b8152600360048201529091505f906001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690630559ea4790602401602060405180830381865afa158015611e17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3b919061273c565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015611e8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eb09190612706565b92506040518060e00160405280846001600160601b031681526020017f00000000000000000000000000000000000000000000000000000000000000006001600160601b03168152602001611f03600390565b60ff90811682525f60208084018290526008546001600160a01b03908116604080870191909152888216606080880191909152815180850183528581526080978801526001600160601b03808c16865260018086529583902089518154968b0151948b0151938b01511515600160c81b0260ff60c81b1994909916600160c01b029390931661ffff60c01b19948316600160601b026001600160c01b031990971693909216929092179490941791909116929092179390931781559284015190830180549183166001600160a01b031992831617905560a084015160028401805491909316911617905560c082015160038201906120019082612a98565b50506008546001600160a01b039081165f908152600260205260409081902080546001600160601b0319166001600160601b038816179055516340c10f1960e01b81528482166004820152602481018490527f000000000000000000000000000000000000000000000000000000000000000090911691506340c10f19906044015f604051808303815f87803b158015612099575f80fd5b505af11580156120ab573d5f803e3d5ffd5b50505050505090565b5f60ff85166020036120c757505f6120f9565b6001600160a01b0384166120e95782156120e25750806120f9565b505f6120f9565b85156120f65750826120f9565b505f5b95945050505050565b5f60208284031215612112575f80fd5b81356001600160e01b03198116811461097d575f80fd5b60ff81168114612137575f80fd5b50565b803561214581612129565b919050565b5f6020828403121561215a575f80fd5b813561097d81612129565b6001600160a01b0381168114612137575f80fd5b803561214581612165565b5f60208284031215612194575f80fd5b813561097d81612165565b6001600160601b0381168114612137575f80fd5b80356121458161219f565b5f602082840312156121ce575f80fd5b813561097d8161219f565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61097d60208301846121d9565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612261608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152610e726101008401826121d9565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156122db576122db6122a5565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612309576123096122a5565b604052919050565b8015158114612137575f80fd5b803561214581612311565b5f6001600160401b03821115612341576123416122a5565b50601f01601f191660200190565b5f82601f83011261235e575f80fd5b813561237161236c82612329565b6122e1565b818152846020838601011115612385575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60e082840312156123b1575f80fd5b6123b96122b9565b90506123c4826121b3565b81526123d2602083016121b3565b60208201526123e36040830161213a565b60408201526123f46060830161231e565b606082015261240560808301612179565b608082015261241660a08301612179565b60a082015260c08201356001600160401b03811115612433575f80fd5b61243f8482850161234f565b60c08301525092915050565b5f6020828403121561245b575f80fd5b81356001600160401b03811115612470575f80fd5b610e72848285016123a1565b5f805f6060848603121561248e575f80fd5b83356001600160401b038111156124a3575f80fd5b6124af868287016123a1565b93505060208401356124c081612129565b915060408401356124d081612129565b809150509250925092565b5f805f606084860312156124ed575f80fd5b83356124f881612165565b9250602084013561250881612165565b915060408401356124d081612165565b5f82825180855260208501945060208160051b830101602085015f5b8381101561256657601f198584030188526125508383516121d9565b6020988901989093509190910190600101612534565b50909695505050505050565b5f8151808452602084019350602083015f5b828110156125a557815160ff16865260209586019590910190600101612584565b5093949350505050565b602081525f610100820160ff845116602084015260208401516040840152604084015160e06060850152818151808452610120860191506020830193505f92505b8083101561261b5783516001600160a01b0316825260209384019360019390930192909101906125f0565b506060860151858203601f1901608087015292506126398184612518565b925050506080840151601f198483030160a08501526126588282612572565b91505060a084015161267360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e0850152509392505050565b5f806040838503121561269f575f80fd5b82356126aa81612129565b915060208301356126ba81612129565b809150509250929050565b805161214581612129565b5f602082840312156126e0575f80fd5b815161097d81612129565b5f602082840312156126fb575f80fd5b815161097d81612311565b5f60208284031215612716575f80fd5b815161097d8161219f565b5f60208284031215612731575f80fd5b815161097d81612165565b5f6020828403121561274c575f80fd5b5051919050565b600181811c9082168061276757607f821691505b60208210810361278557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6001600160401b038211156127a3576127a36122a5565b5060051b60200190565b5f82601f8301126127bc575f80fd5b81516127ca61236c8261278b565b8082825260208201915060208360051b8601019250858311156127eb575f80fd5b602085015b8381101561281157805161280381612165565b8352602092830192016127f0565b5095945050505050565b5f82601f83011261282a575f80fd5b815161283861236c8261278b565b8082825260208201915060208360051b860101925085831115612859575f80fd5b602085015b838110156128115780516001600160401b0381111561287b575f80fd5b8601603f8101881361288b575f80fd5b602081015161289c61236c82612329565b8181526040838301018a10156128b0575f80fd5b8160408401602083015e5f6020838301015280865250505060208301925060208101905061285e565b5f82601f8301126128e8575f80fd5b81516128f661236c8261278b565b8082825260208201915060208360051b860101925085831115612917575f80fd5b602085015b8381101561281157805161292f81612129565b83526020928301920161291c565b805164ffffffffff81168114612145575f80fd5b5f60208284031215612961575f80fd5b81516001600160401b03811115612976575f80fd5b820160e08185031215612987575f80fd5b61298f6122b9565b612998826126c5565b81526020828101519082015260408201516001600160401b038111156129bc575f80fd5b6129c8868285016127ad565b60408301525060608201516001600160401b038111156129e6575f80fd5b6129f28682850161281b565b60608301525060808201516001600160401b03811115612a10575f80fd5b612a1c868285016128d9565b608083015250612a2e60a0830161293d565b60a0820152612a3f60c0830161293d565b60c0820152949350505050565b601f821115612a9357805f5260205f20601f840160051c81016020851015612a715750805b601f840160051c820191505b81811015612a90575f8155600101612a7d565b50505b505050565b81516001600160401b03811115612ab157612ab16122a5565b612ac581612abf8454612753565b84612a4c565b6020601f821160018114612af7575f8315612ae05750848201515b5f19600385901b1c1916600184901b178455612a90565b5f84815260208120601f198516915b82811015612b265787850151825560209485019460019092019101612b06565b5084821015612b4357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b038481168252831660208201526060604082018190525f906120f9908301846121d9565b634e487b7160e01b5f52600160045260245ffdfea26469706673582212200f84eb8026306dfaf6df7d56b42080d4a27622f6bb3789068181d1db733ccc3c64736f6c634300081a0033608060405234801561000f575f80fd5b50604051611db0380380611db083398101604081905261002e91610116565b604051806060016040528060248152602001611d8c6024913960408051808201909152600681526511125413919560d21b60208201525f61006f83826101db565b50600161007c82826101db565b5050506001600160a01b0381166100a657604051630ae1413f60e11b815260040160405180910390fd5b600c80546001600160a01b0319166001600160a01b03831617905546600d8190555f600e555b80156100f957600e8054905f6100e1836102a9565b909155506100f29050600a826102c1565b90506100cc565b600e5461010790600a6103c5565b600f55505060046010556103d0565b5f60208284031215610126575f80fd5b81516001600160a01b038116811461013c575f80fd5b9392505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061016b57607f821691505b60208210810361018957634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156101d657805f5260205f20601f840160051c810160208510156101b45750805b601f840160051c820191505b818110156101d3575f81556001016101c0565b50505b505050565b81516001600160401b038111156101f4576101f4610143565b610208816102028454610157565b8461018f565b6020601f82116001811461023a575f83156102235750848201515b5f19600385901b1c1916600184901b1784556101d3565b5f84815260208120601f198516915b828110156102695787850151825560209485019460019092019101610249565b508482101561028657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b5f52601160045260245ffd5b5f600182016102ba576102ba610295565b5060010190565b5f826102db57634e487b7160e01b5f52601260045260245ffd5b500490565b6001815b600184111561031b578085048111156102ff576102ff610295565b600184161561030d57908102905b60019390931c9280026102e4565b935093915050565b5f82610331575060016103bf565b8161033d57505f6103bf565b8160018114610353576002811461035d57610379565b60019150506103bf565b60ff84111561036e5761036e610295565b50506001821b6103bf565b5060208310610133831016604e8410600b841016171561039c575081810a6103bf565b6103a85f1984846102e0565b805f19048211156103bb576103bb610295565b0290505b92915050565b5f61013c8383610323565b6119af806103dd5f395ff3fe608060405234801561000f575f80fd5b50600436106101d1575f3560e01c80634f6ccce7116100fe578063a2309ff81161009e578063caa0f92a1161006e578063caa0f92a146103ee578063e985e9c5146103f6578063f21de1e814610409578063f76f8d781461041a575f80fd5b8063a2309ff8146103b8578063a3f4df7e146103c0578063b88d4fde146103c8578063c87b56dd146103db575f80fd5b806370a08231116100d957806370a0823114610377578063862440e21461038a57806395d89b411461039d578063a22cb465146103a5575f80fd5b80634f6ccce714610348578063598e28921461035b5780636352211e14610364575f80fd5b806323b872dd1161017457806340c10f191161014457806340c10f19146102e557806342842e0e146102f857806342966c681461030b5780634f558e791461031e575f80fd5b806323b872dd1461028e5780632e85b1f3146102a15780632f745c59146102aa578063342ec443146102bd575f80fd5b8063081812fc116101af578063081812fc14610233578063095ea7b31461025e57806318160ddd14610273578063221375a61461027b575f80fd5b806301ffc9a7146101d55780630559ea47146101fd57806306fdde031461021e575b5f80fd5b6101e86101e3366004611406565b61043f565b60405190151581526020015b60405180910390f35b61021061020b366004611421565b610469565b6040519081526020016101f4565b61022661049d565b6040516101f49190611466565b610246610241366004611421565b61052c565b6040516001600160a01b0390911681526020016101f4565b61027161026c366004611493565b610553565b005b600854610210565b610210610289366004611564565b610562565b61027161029c3660046115be565b610688565b61021061083581565b6102106102b8366004611493565b61072a565b6102466102cb366004611421565b5f908152600a60205260409020546001600160a01b031690565b6102716102f3366004611493565b61078d565b6102716103063660046115be565b6107d8565b610271610319366004611421565b6107f2565b6101e861032c366004611421565b5f908152600260205260409020546001600160a01b0316151590565b610210610356366004611421565b61084b565b61021061044d81565b610246610372366004611421565b6108a0565b6102106103853660046115f8565b6108aa565b610271610398366004611611565b6108ef565b610226610997565b6102716103b3366004611655565b6109a6565b601154610210565b6102266109b1565b6102716103d636600461168e565b6109cd565b6102266103e9366004611421565b6109ea565b610210610a91565b6101e8610404366004611705565b610aa2565b600c546001600160a01b0316610246565b6102266040518060400160405280600681526020016511125413919560d21b81525081565b5f6001600160e01b0319821663780e9d6360e01b1480610463575061046382610acf565b92915050565b5f600e54600d54600f548461047e919061174a565b6104889190611761565b61049390606461174a565b6104639190611761565b60605f80546104ab90611774565b80601f01602080910402602001604051908101604052809291908181526020018280546104d790611774565b80156105225780601f106104f957610100808354040283529160200191610522565b820191905f5260205f20905b81548152906001019060200180831161050557829003601f168201915b5050505050905090565b5f61053682610b1e565b505f828152600460205260409020546001600160a01b0316610463565b61055e828233610b56565b5050565b600c545f906001600160a01b03163314610596576040516399c6cd7160e01b81523360048201526024015b60405180910390fd5b61059e610b63565b90506001600160a01b038316156105d6575f818152600a6020526040902080546001600160a01b0319166001600160a01b0385161790555b8151156105f6575f818152600b602052604090206105f483826117f0565b505b60118054905f610605836118ab565b91905055506106148482610b88565b6001600160a01b038316156106815760405163bb1e0e5960e01b81526001600160a01b0385811660048301526024820183905284169063bb1e0e59906044015f604051808303815f87803b15801561066a575f80fd5b505af115801561067c573d5f803e3d5ffd5b505050505b9392505050565b610693838383610ba1565b5f818152600a60205260409020546001600160a01b031615610725575f818152600a6020526040908190205490516373fbfdc360e11b81526001600160a01b0385811660048301528481166024830152604482018490529091169063e7f7fb86906064015f604051808303815f87803b15801561070e575f80fd5b505af1158015610720573d5f803e3d5ffd5b505050505b505050565b5f610734836108aa565b82106107655760405163295f44f760e21b81526001600160a01b03841660048201526024810183905260440161058d565b506001600160a01b03919091165f908152600660209081526040808320938352929052205490565b600c546001600160a01b031633146107ba576040516399c6cd7160e01b815233600482015260240161058d565b60118054905f6107c9836118ab565b919050555061055e8282610b88565b61072583838360405180602001604052805f8152506109cd565b600c546001600160a01b0316331461081f576040516399c6cd7160e01b815233600482015260240161058d565b61082881610b1e565b5061083281610c24565b5f818152600b60205260408120610848916113a7565b50565b5f61085560085490565b821061087d5760405163295f44f760e21b81525f60048201526024810183905260440161058d565b60088281548110610890576108906118c3565b905f5260205f2001549050919050565b5f61046382610b1e565b5f6001600160a01b0382166108d4576040516322718ad960e21b81525f600482015260240161058d565b506001600160a01b03165f9081526003602052604090205490565b600c546001600160a01b0316331461091c576040516399c6cd7160e01b815233600482015260240161058d565b80515f0361093d57604051638e45096160e01b815260040160405180910390fd5b5f828152600b60205260408120805461095590611774565b905011156109765760405163303822c760e21b815260040160405180910390fd5b61097f82610b1e565b505f828152600b6020526040902061072582826117f0565b6060600180546104ab90611774565b61055e338383610c5c565b6040518060600160405280602481526020016119566024913981565b6109d8848484610688565b6109e484848484610cfa565b50505050565b60606109f582610b1e565b505f828152600b602052604090208054610a0e90611774565b80601f0160208091040260200160405190810160405280929190818152602001828054610a3a90611774565b8015610a855780601f10610a5c57610100808354040283529160200191610a85565b820191905f5260205f20905b815481529060010190602001808311610a6857829003601f168201915b50505050509050919050565b5f610a9d601054610469565b905090565b6001600160a01b039182165f90815260056020908152604080832093909416825291909152205460ff1690565b5f6001600160e01b031982166380ac58cd60e01b1480610aff57506001600160e01b03198216635b5e139f60e01b145b8061046357506301ffc9a760e01b6001600160e01b0319831614610463565b5f818152600260205260408120546001600160a01b03168061046357604051637e27328960e01b81526004810184905260240161058d565b6107258383836001610e20565b5f610b6f601054610469565b601080549192505f610b80836118ab565b919050555090565b61055e828260405180602001604052805f815250610f24565b6001600160a01b038216610bca57604051633250574960e11b81525f600482015260240161058d565b5f610bd6838333610f3a565b9050836001600160a01b0316816001600160a01b0316146109e4576040516364283d7b60e01b81526001600160a01b038086166004830152602482018490528216604482015260640161058d565b5f610c305f835f610f3a565b90506001600160a01b03811661055e57604051637e27328960e01b81526004810183905260240161058d565b6001600160a01b038216610c8e57604051630b61174360e31b81526001600160a01b038316600482015260240161058d565b6001600160a01b038381165f81815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6001600160a01b0383163b156109e457604051630a85bd0160e11b81526001600160a01b0384169063150b7a0290610d3c9033908890879087906004016118d7565b6020604051808303815f875af1925050508015610d76575060408051601f3d908101601f19168201909252610d7391810190611913565b60015b610ddd573d808015610da3576040519150601f19603f3d011682016040523d82523d5f602084013e610da8565b606091505b5080515f03610dd557604051633250574960e11b81526001600160a01b038516600482015260240161058d565b805181602001fd5b6001600160e01b03198116630a85bd0160e11b14610e1957604051633250574960e11b81526001600160a01b038516600482015260240161058d565b5050505050565b8080610e3457506001600160a01b03821615155b15610ef5575f610e4384610b1e565b90506001600160a01b03831615801590610e6f5750826001600160a01b0316816001600160a01b031614155b8015610e825750610e808184610aa2565b155b15610eab5760405163a9fbf51f60e01b81526001600160a01b038416600482015260240161058d565b8115610ef35783856001600160a01b0316826001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b50505f90815260046020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b610f2e838361100d565b6107255f848484610cfa565b5f80610f4785858561106e565b90506001600160a01b038116610fa357610f9e84600880545f838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b610fc6565b846001600160a01b0316816001600160a01b031614610fc657610fc68185611160565b6001600160a01b038516610fe257610fdd846111ed565b611005565b846001600160a01b0316816001600160a01b031614611005576110058585611294565b949350505050565b6001600160a01b03821661103657604051633250574960e11b81525f600482015260240161058d565b5f61104283835f610f3a565b90506001600160a01b03811615610725576040516339e3563760e11b81525f600482015260240161058d565b5f828152600260205260408120546001600160a01b039081169083161561109a5761109a8184866112e2565b6001600160a01b038116156110d4576110b55f855f80610e20565b6001600160a01b0381165f90815260036020526040902080545f190190555b6001600160a01b03851615611102576001600160a01b0385165f908152600360205260409020805460010190555b5f8481526002602052604080822080546001600160a01b0319166001600160a01b0389811691821790925591518793918516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4949350505050565b5f61116a836108aa565b5f838152600760205260409020549091508082146111bb576001600160a01b0384165f9081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b505f9182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b6008545f906111fe9060019061192e565b5f8381526009602052604081205460088054939450909284908110611225576112256118c3565b905f5260205f20015490508060088381548110611244576112446118c3565b5f91825260208083209091019290925582815260099091526040808220849055858252812055600880548061127b5761127b611941565b600190038181905f5260205f20015f9055905550505050565b5f60016112a0846108aa565b6112aa919061192e565b6001600160a01b039093165f908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b6112ed838383611346565b610725576001600160a01b03831661131b57604051637e27328960e01b81526004810182905260240161058d565b60405163177e802f60e01b81526001600160a01b03831660048201526024810182905260440161058d565b5f6001600160a01b038316158015906110055750826001600160a01b0316846001600160a01b0316148061137f575061137f8484610aa2565b806110055750505f908152600460205260409020546001600160a01b03908116911614919050565b5080546113b390611774565b5f825580601f106113c2575050565b601f0160209004905f5260205f209081019061084891905b808211156113ed575f81556001016113da565b5090565b6001600160e01b031981168114610848575f80fd5b5f60208284031215611416575f80fd5b8135610681816113f1565b5f60208284031215611431575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6106816020830184611438565b80356001600160a01b038116811461148e575f80fd5b919050565b5f80604083850312156114a4575f80fd5b6114ad83611478565b946020939093013593505050565b634e487b7160e01b5f52604160045260245ffd5b5f8067ffffffffffffffff8411156114e9576114e96114bb565b50604051601f19601f85018116603f0116810181811067ffffffffffffffff82111715611518576115186114bb565b60405283815290508082840185101561152f575f80fd5b838360208301375f60208583010152509392505050565b5f82601f830112611555575f80fd5b610681838335602085016114cf565b5f805f60608486031215611576575f80fd5b61157f84611478565b925061158d60208501611478565b9150604084013567ffffffffffffffff8111156115a8575f80fd5b6115b486828701611546565b9150509250925092565b5f805f606084860312156115d0575f80fd5b6115d984611478565b92506115e760208501611478565b929592945050506040919091013590565b5f60208284031215611608575f80fd5b61068182611478565b5f8060408385031215611622575f80fd5b82359150602083013567ffffffffffffffff81111561163f575f80fd5b61164b85828601611546565b9150509250929050565b5f8060408385031215611666575f80fd5b61166f83611478565b915060208301358015158114611683575f80fd5b809150509250929050565b5f805f80608085870312156116a1575f80fd5b6116aa85611478565b93506116b860208601611478565b925060408501359150606085013567ffffffffffffffff8111156116da575f80fd5b8501601f810187136116ea575f80fd5b6116f9878235602084016114cf565b91505092959194509250565b5f8060408385031215611716575f80fd5b61171f83611478565b915061172d60208401611478565b90509250929050565b634e487b7160e01b5f52601160045260245ffd5b808202811582820484141761046357610463611736565b8082018082111561046357610463611736565b600181811c9082168061178857607f821691505b6020821081036117a657634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561072557805f5260205f20601f840160051c810160208510156117d15750805b601f840160051c820191505b81811015610e19575f81556001016117dd565b815167ffffffffffffffff81111561180a5761180a6114bb565b61181e816118188454611774565b846117ac565b6020601f821160018114611850575f83156118395750848201515b5f19600385901b1c1916600184901b178455610e19565b5f84815260208120601f198516915b8281101561187f578785015182556020948501946001909201910161185f565b508482101561189c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f600182016118bc576118bc611736565b5060010190565b634e487b7160e01b5f52603260045260245ffd5b6001600160a01b03858116825284166020820152604081018390526080606082018190525f9061190990830184611438565b9695505050505050565b5f60208284031215611923575f80fd5b8151610681816113f1565b8181038181111561046357610463611736565b634e487b7160e01b5f52603160045260245ffdfe44657a656e7472616c697a656420496e737572616e63652050726f746f636f6c204e4654a264697066735822122004a922245b1bed8bccde694db4642e2237211ca39de1d735a565465655a2822664736f6c634300081a003344657a656e7472616c697a656420496e737572616e63652050726f746f636f6c204e4654",
1125
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610255575f3560e01c80639969dbab11610140578063caed9897116100bf578063dfca014211610084578063dfca01421461062d578063e285c9c41461063e578063e2b178a014610650578063e74d052f14610658578063f40d7c301461066b578063fff74f6c14610673575f80fd5b8063caed989714610575578063d1982d881461058d578063d2213b5b146105a0578063d272ac1e146105c0578063d39e6043146105f1575f80fd5b8063ae8dfb7911610105578063ae8dfb7914610518578063b5c51acf14610520578063b5ee0ded1461053a578063c0c53b8b1461054d578063c3c5a54714610562575f80fd5b80639969dbab146104b9578063a48f42e0146104cc578063a5df9e4e146104df578063a7050a56146104f2578063ac9848ee14610505575f80fd5b80631a848cfb116101d75780633fe9300e1161019c5780633fe9300e1461041a578063644c45e01461043c5780637e2cd82d14610462578063839f700c14610489578063893d20e8146104915780638b09a5f014610499575f80fd5b80631a848cfb146103915780632b91e0a9146103a75780632de837e0146103ba57806331e7d702146103e057806338bb429a14610407575f80fd5b80630e9ed68b1161021d5780630e9ed68b1461032157806311edceaa14610332578063120726c31461034557806314afd79e1461036b57806317dc5e2a1461037e575f80fd5b806301bc45c91461025957806301ffc9a71461029d57806306851fba146102c05780630e41142e146102ff5780630e6d1de914610319575b5f80fd5b6102807f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6102b06102ab366004612102565b610699565b6040519015158152602001610294565b6102e77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160601b039091168152602001610294565b6103076106dd565b60405160ff9091168152602001610294565b61030761074d565b6008546001600160a01b0316610280565b6102b061034036600461214a565b610794565b7f0000000000000000000000000000000000000000000000000000000000000000610280565b610280610379366004612184565b610807565b6102b061038c366004612184565b61092d565b610399610984565b604051908152602001610294565b6102b06103b5366004612184565b610a05565b7f0000000000000000000000000000000000000000000000000000000000000000610280565b6102e77f000000000000000000000000000000000000000000000000000000000000000081565b6102806104153660046121be565b610a45565b61042f60405180602001604052805f81525081565b6040516102949190612207565b7f00000000000000000000000000000000000000000000000000000000000000006102e7565b6102807f000000000000000000000000000000000000000000000000000000000000000081565b610399600381565b610280610ab8565b6104ac6104a7366004612184565b610ac2565b6040516102949190612219565b600954610280906001600160a01b031681565b6104ac6104da3660046121be565b610c25565b6102e76104ed36600461244b565b610cf5565b6102e761050036600461247c565b610e7a565b6007546102e7906001600160601b031681565b610399600281565b60075461028090600160601b90046001600160a01b031681565b600854610280906001600160a01b031681565b61056061055b3660046124db565b61119d565b005b6102b0610570366004612184565b611350565b600754600160601b90046001600160a01b0316610280565b6102e761059b36600461244b565b6113c0565b6105b36105ae36600461214a565b6114f4565b60405161029491906125af565b6102e76105ce366004612184565b6001600160a01b03165f908152600260205260409020546001600160601b031690565b6102806105ff36600461268e565b60ff9081165f908152600360209081526040808320949093168252929092529020546001600160a01b031690565b6009546001600160a01b0316610280565b5f54610280906001600160a01b031681565b610280611596565b6102b06106663660046121be565b611617565b610307611670565b7f00000000000000000000000000000000000000000000000000000000000000006102e7565b5f6001600160e01b031982166301ffc9a760e01b14806106c957506001600160e01b031982166318788cbb60e11b145b156106d657506001919050565b505f919050565b600954604080516307208a1760e11b815290515f926001600160a01b031691630e41142e9160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074891906126d0565b905090565b60095460408051630e6d1de960e01b815290515f926001600160a01b031691630e6d1de99160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b6009546040516308f6e75560e11b815260ff831660048201525f916001600160a01b0316906311edceaa90602401602060405180830381865afa1580156107dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061080191906126eb565b92915050565b6001600160a01b038181165f9081526002602052604080822054905163046e44af60e11b81526001600160601b03909116600482015290917f00000000000000000000000000000000000000000000000000000000000000001690636352211e9073__$94a2c899be079b00d952d0d84fffaa5c34$__906308dc895e906024015b602060405180830381865af41580156108a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c79190612706565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610909573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108019190612721565b6001600160a01b0381165f908152600260209081526040808320546001600160601b039081168452600190925280832054600160601b900490911680835290822054600160c01b900460ff16600a145b9392505050565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109e1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610748919061273c565b6001600160a01b0381165f908152600260209081526040808320546001600160601b031683526001909152812054600160c01b900460ff16600814610801565b60405163046e44af60e11b81526001600160601b03821660048201525f907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690636352211e9073__$94a2c899be079b00d952d0d84fffaa5c34$__906308dc895e90602401610888565b5f61074830610807565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160a01b038083165f908152600260208181526040808420546001600160601b039081168552600180845294829020825160e08101845281548084168252600160601b81049093169481019490945260ff600160c01b8304811693850193909352600160c81b9091049091161515606083015292830154841660808201529082015490921660a083015260038101805460c084019190610b9e90612753565b80601f0160208091040260200160405190810160405280929190818152602001828054610bca90612753565b8015610c155780601f10610bec57610100808354040283529160200191610c15565b820191905f5260205f20905b815481529060010190602001808311610bf857829003601f168201915b5050505050815250509050919050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526001600160601b038083165f90815260016020818152604092839020835160e08101855281548087168252600160601b81049096169281019290925260ff600160c01b8604811694830194909452600160c81b909404909216151560608301528201546001600160a01b03908116608083015260028301541660a082015260038201805491929160c084019190610b9e90612753565b600954604051639ef6ddc960e01b81523360048201525f916001600160a01b031690639ef6ddc990602401602060405180830381865afa158015610d3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5f91906126eb565b610d7c57604051639404710360e01b815260040160405180910390fd5b6040828101516020808501516001600160601b03165f908152600190915291909120546080840151600160c01b90910460ff16906001600160a01b0316610e185760ff8083165f908152600660209081526040808320858516845290915281205490911615159003610e135760405163347a1f9760e21b815260ff8084166004830152821660248201526044015b60405180910390fd5b610e69565b60ff8083165f908152600560209081526040808320858516845290915281205490911615159003610e695760405163347a1f9760e21b815260ff808416600483015282166024820152604401610e0a565b610e72846116b7565b949350505050565b6009545f906001600160a01b03163314610ea7576040516382b14d6d60e01b815260040160405180910390fd5b60808401516001600160a01b038116610ed357604051633eebb91d60e21b815260040160405180910390fd5b60405163037c8cb160e51b815260ff8516600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90636f91962090602401602060405180830381865af4158015610f23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4791906126eb565b15610f6557604051635c95173360e01b815260040160405180910390fd5b60405163037c8cb160e51b815260ff8416600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610fb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd991906126eb565b156110025760405163b580d22160e01b81526001600160a01b0382166004820152602401610e0a565b60ff8085165f908152600360209081526040808320938716835292905220546001600160a01b03161561106457604051632a16d08d60e01b81526001600160a01b038216600482015260ff808616602483015284166044820152606401610e0a565b6110808560400151611074600890565b60ff9081169116141590565b156110b85760408086015190516369be9a4f60e01b81526001600160a01b038316600482015260ff9091166024820152604401610e0a565b6110e685602001517f0000000000000000000000000000000000000000000000000000000000000000611cb5565b156111155760208501516040516326e813af60e11b81526001600160601b039091166004820152602401610e0a565b60ff8481165f90815260036020908152604080832093871683529290522080546001600160a01b0319166001600160a01b038316179055611155856116b7565b6040805160ff8088168252861660208201529193507fc4761a4fab07f2d3f242a458f91e31e4ea6128fe5edc599e3436f5f66317e0da910160405180910390a1509392505050565b5f7f46cd1d813423aaf613c34c7f348d15b2b5e71215e9145b09467e257ea2805a008054909150690100000000000000000090046001600160a01b031633146111f95760405163ce4d158160e01b815260040160405180910390fd5b805460ff600160401b82041615906001600160401b03165f8115801561121c5750825b90505f826001600160401b031660011480156112375750303b155b905081158015611245575080155b156112635760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561128d57845460ff60401b1916600160401b1785555b600980546001600160a01b03808b166001600160a01b031992831617909255600780548a8416600160601b026001600160601b0390911617905560088054928916929091169190911790556112e0611d39565b600780546001600160601b0319166001600160601b0392909216919091179055831561134657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6001600160a01b0381165f908152600260205260408082205490516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f906024015b602060405180830381865af41580156107dd573d5f803e3d5ffd5b600954604051639ef6ddc960e01b81523360048201525f916001600160a01b031690639ef6ddc990602401602060405180830381865afa158015611406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142a91906126eb565b61144757604051639404710360e01b815260040160405180910390fd5b6040808301516020808501516001600160601b03165f908152600182528381205460ff80851683526004909352939020549192600160c01b900481169116156114a3576040516368f27c4360e11b815260040160405180910390fd5b60ff8116600114806114b8575060ff81166008145b156114e35760405163347a1f9760e21b815260ff808416600483015282166024820152604401610e0a565b6114ec846116b7565b505050919050565b6040805160e0810182525f808252602082018190526060828401819052808301819052608083015260a0820181905260c0820152600954915163d2213b5b60e01b815260ff8416600482015290916001600160a01b03169063d2213b5b906024015f60405180830381865afa15801561156f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108019190810190612951565b5f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107489190612721565b6001600160601b0381165f9081526001602052604080822054905163b2466acf60e01b8152600160c01b90910460ff16600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063b2466acf906024016113a5565b60095460408051630f40d7c360e41b815290515f926001600160a01b03169163f40d7c309160048083019260209291908290030181865afa158015610724573d5f803e3d5ffd5b60408082015160608084015160808086015160a0808801516020808a01516001600160601b038082165f90815260018085528c82208d5160e081018f5281548086168252600160601b81049095169681019690965260ff600160c01b850481169e87019e909e52600160c81b909304909c16151599840199909952998a01546001600160a01b039081169683019690965260028a0154909516928101929092526003880180549698959693959194938993929160c084019161177890612753565b80601f01602080910402602001604051908101604052809291908181526020018280546117a490612753565b80156117ef5780601f106117c6576101008083540402835291602001916117ef565b820191905f5260205f20905b8154815290600101906020018083116117d257829003601f168201915b505050919092525050506040810151608082015191925090611812886020611074565b1561183e576001600160a01b03811661183e57604051630bdad98960e11b815260040160405180910390fd5b5f611850888a898760600151866120b4565b90505f7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663caa0f92a6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d3919061273c565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015611924573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119489190612706565b9a508a8c5f01906001600160601b031690816001600160601b0316815250508b60015f8d6001600160601b03166001600160601b031681526020019081526020015f205f820151815f015f6101000a8154816001600160601b0302191690836001600160601b031602179055506020820151815f01600c6101000a8154816001600160601b0302191690836001600160601b031602179055506040820151815f0160186101000a81548160ff021916908360ff1602179055506060820151815f0160196101000a81548160ff0219169083151502179055506080820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060a0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060c0820151816003019081611a8d9190612a98565b5050506001600160a01b03881615611b8d576001600160a01b0388165f90815260026020526040908190205490516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3391906126eb565b15611b5c57604051633fa3dceb60e21b81526001600160a01b0389166004820152602401610e0a565b6001600160a01b0388165f90815260026020526040902080546001600160601b0319166001600160601b038d161790555b604080516001600160601b038d811682528816602082015260ff8c16818301528a151560608201526001600160a01b038a81166080830152891660a082015290517f378868470b980e00aaf3e534a055e641e5fe9dfd8da44b4250edc6ad96e983879181900360c00190a1604080516020810182525f8082529151631109bad360e11b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169163221375a691611c54918c91889190600401612b52565b6020604051808303815f875af1158015611c70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c94919061273c565b9050818114611ca557611ca5612b7d565b5050505050505050505050919050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015611d15573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097d91906126eb565b5f8060085f9054906101000a90046001600160a01b03166001600160a01b031663893d20e86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611daf9190612721565b604051630559ea4760e01b8152600360048201529091505f906001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690630559ea4790602401602060405180830381865afa158015611e17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3b919061273c565b60405163efac97cf60e01b81526004810182905290915073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015611e8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eb09190612706565b92506040518060e00160405280846001600160601b031681526020017f00000000000000000000000000000000000000000000000000000000000000006001600160601b03168152602001611f03600390565b60ff90811682525f60208084018290526008546001600160a01b03908116604080870191909152888216606080880191909152815180850183528581526080978801526001600160601b03808c16865260018086529583902089518154968b0151948b0151938b01511515600160c81b0260ff60c81b1994909916600160c01b029390931661ffff60c01b19948316600160601b026001600160c01b031990971693909216929092179490941791909116929092179390931781559284015190830180549183166001600160a01b031992831617905560a084015160028401805491909316911617905560c082015160038201906120019082612a98565b50506008546001600160a01b039081165f908152600260205260409081902080546001600160601b0319166001600160601b038816179055516340c10f1960e01b81528482166004820152602481018490527f000000000000000000000000000000000000000000000000000000000000000090911691506340c10f19906044015f604051808303815f87803b158015612099575f80fd5b505af11580156120ab573d5f803e3d5ffd5b50505050505090565b5f60ff85166020036120c757505f6120f9565b6001600160a01b0384166120e95782156120e25750806120f9565b505f6120f9565b85156120f65750826120f9565b505f5b95945050505050565b5f60208284031215612112575f80fd5b81356001600160e01b03198116811461097d575f80fd5b60ff81168114612137575f80fd5b50565b803561214581612129565b919050565b5f6020828403121561215a575f80fd5b813561097d81612129565b6001600160a01b0381168114612137575f80fd5b803561214581612165565b5f60208284031215612194575f80fd5b813561097d81612165565b6001600160601b0381168114612137575f80fd5b80356121458161219f565b5f602082840312156121ce575f80fd5b813561097d8161219f565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61097d60208301846121d9565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612261608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152610e726101008401826121d9565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156122db576122db6122a5565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612309576123096122a5565b604052919050565b8015158114612137575f80fd5b803561214581612311565b5f6001600160401b03821115612341576123416122a5565b50601f01601f191660200190565b5f82601f83011261235e575f80fd5b813561237161236c82612329565b6122e1565b818152846020838601011115612385575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60e082840312156123b1575f80fd5b6123b96122b9565b90506123c4826121b3565b81526123d2602083016121b3565b60208201526123e36040830161213a565b60408201526123f46060830161231e565b606082015261240560808301612179565b608082015261241660a08301612179565b60a082015260c08201356001600160401b03811115612433575f80fd5b61243f8482850161234f565b60c08301525092915050565b5f6020828403121561245b575f80fd5b81356001600160401b03811115612470575f80fd5b610e72848285016123a1565b5f805f6060848603121561248e575f80fd5b83356001600160401b038111156124a3575f80fd5b6124af868287016123a1565b93505060208401356124c081612129565b915060408401356124d081612129565b809150509250925092565b5f805f606084860312156124ed575f80fd5b83356124f881612165565b9250602084013561250881612165565b915060408401356124d081612165565b5f82825180855260208501945060208160051b830101602085015f5b8381101561256657601f198584030188526125508383516121d9565b6020988901989093509190910190600101612534565b50909695505050505050565b5f8151808452602084019350602083015f5b828110156125a557815160ff16865260209586019590910190600101612584565b5093949350505050565b602081525f610100820160ff845116602084015260208401516040840152604084015160e06060850152818151808452610120860191506020830193505f92505b8083101561261b5783516001600160a01b0316825260209384019360019390930192909101906125f0565b506060860151858203601f1901608087015292506126398184612518565b925050506080840151601f198483030160a08501526126588282612572565b91505060a084015161267360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e0850152509392505050565b5f806040838503121561269f575f80fd5b82356126aa81612129565b915060208301356126ba81612129565b809150509250929050565b805161214581612129565b5f602082840312156126e0575f80fd5b815161097d81612129565b5f602082840312156126fb575f80fd5b815161097d81612311565b5f60208284031215612716575f80fd5b815161097d8161219f565b5f60208284031215612731575f80fd5b815161097d81612165565b5f6020828403121561274c575f80fd5b5051919050565b600181811c9082168061276757607f821691505b60208210810361278557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6001600160401b038211156127a3576127a36122a5565b5060051b60200190565b5f82601f8301126127bc575f80fd5b81516127ca61236c8261278b565b8082825260208201915060208360051b8601019250858311156127eb575f80fd5b602085015b8381101561281157805161280381612165565b8352602092830192016127f0565b5095945050505050565b5f82601f83011261282a575f80fd5b815161283861236c8261278b565b8082825260208201915060208360051b860101925085831115612859575f80fd5b602085015b838110156128115780516001600160401b0381111561287b575f80fd5b8601603f8101881361288b575f80fd5b602081015161289c61236c82612329565b8181526040838301018a10156128b0575f80fd5b8160408401602083015e5f6020838301015280865250505060208301925060208101905061285e565b5f82601f8301126128e8575f80fd5b81516128f661236c8261278b565b8082825260208201915060208360051b860101925085831115612917575f80fd5b602085015b8381101561281157805161292f81612129565b83526020928301920161291c565b805164ffffffffff81168114612145575f80fd5b5f60208284031215612961575f80fd5b81516001600160401b03811115612976575f80fd5b820160e08185031215612987575f80fd5b61298f6122b9565b612998826126c5565b81526020828101519082015260408201516001600160401b038111156129bc575f80fd5b6129c8868285016127ad565b60408301525060608201516001600160401b038111156129e6575f80fd5b6129f28682850161281b565b60608301525060808201516001600160401b03811115612a10575f80fd5b612a1c868285016128d9565b608083015250612a2e60a0830161293d565b60a0820152612a3f60c0830161293d565b60c0820152949350505050565b601f821115612a9357805f5260205f20601f840160051c81016020851015612a715750805b601f840160051c820191505b81811015612a90575f8155600101612a7d565b50505b505050565b81516001600160401b03811115612ab157612ab16122a5565b612ac581612abf8454612753565b84612a4c565b6020601f821160018114612af7575f8315612ae05750848201515b5f19600385901b1c1916600184901b178455612a90565b5f84815260208120601f198516915b82811015612b265787850151825560209485019460019092019101612b06565b5084821015612b4357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b038481168252831660208201526060604082018190525f906120f9908301846121d9565b634e487b7160e01b5f52600160045260245ffdfea26469706673582212200f84eb8026306dfaf6df7d56b42080d4a27622f6bb3789068181d1db733ccc3c64736f6c634300081a0033",
819
1126
  "linkReferences": {
820
- "contracts/types/NftId.sol": {
1127
+ "contracts/type/NftId.sol": {
821
1128
  "NftIdLib": [
822
1129
  {
823
1130
  "length": 20,
824
- "start": 5920
1131
+ "start": 391
825
1132
  },
826
1133
  {
827
1134
  "length": 20,
828
- "start": 6636
1135
+ "start": 513
829
1136
  },
830
1137
  {
831
1138
  "length": 20,
832
- "start": 7317
1139
+ "start": 1137
833
1140
  },
834
1141
  {
835
1142
  "length": 20,
836
- "start": 9235
1143
+ "start": 1346
837
1144
  },
838
1145
  {
839
1146
  "length": 20,
840
- "start": 9844
841
- }
842
- ]
843
- },
844
- "contracts/types/ObjectType.sol": {
845
- "ObjectTypeLib": [
1147
+ "start": 3616
1148
+ },
846
1149
  {
847
1150
  "length": 20,
848
- "start": 9995
849
- }
850
- ]
851
- },
852
- "contracts/types/Version.sol": {
853
- "VersionLib": [
1151
+ "start": 3738
1152
+ },
854
1153
  {
855
1154
  "length": 20,
856
- "start": 231
1155
+ "start": 7113
857
1156
  },
858
1157
  {
859
1158
  "length": 20,
860
- "start": 2745
1159
+ "start": 7669
861
1160
  },
862
1161
  {
863
1162
  "length": 20,
864
- "start": 7376
865
- }
866
- ],
867
- "VersionPartLib": [
1163
+ "start": 9958
1164
+ },
1165
+ {
1166
+ "length": 20,
1167
+ "start": 11339
1168
+ },
868
1169
  {
869
1170
  "length": 20,
870
- "start": 6867
1171
+ "start": 11830
871
1172
  },
872
1173
  {
873
1174
  "length": 20,
874
- "start": 6995
1175
+ "start": 12348
875
1176
  },
876
1177
  {
877
1178
  "length": 20,
878
- "start": 10119
1179
+ "start": 12723
1180
+ }
1181
+ ]
1182
+ },
1183
+ "contracts/type/ObjectType.sol": {
1184
+ "ObjectTypeLib": [
1185
+ {
1186
+ "length": 20,
1187
+ "start": 8924
879
1188
  },
880
1189
  {
881
1190
  "length": 20,
882
- "start": 10243
1191
+ "start": 10669
1192
+ }
1193
+ ]
1194
+ },
1195
+ "contracts/type/Version.sol": {
1196
+ "VersionPartLib": [
1197
+ {
1198
+ "length": 20,
1199
+ "start": 8778
883
1200
  }
884
1201
  ]
885
1202
  }
886
1203
  },
887
1204
  "deployedLinkReferences": {
888
- "contracts/types/NftId.sol": {
1205
+ "contracts/type/NftId.sol": {
889
1206
  "NftIdLib": [
890
1207
  {
891
1208
  "length": 20,
892
- "start": 1045
1209
+ "start": 2154
893
1210
  },
894
1211
  {
895
1212
  "length": 20,
896
- "start": 1761
1213
+ "start": 2710
897
1214
  },
898
1215
  {
899
1216
  "length": 20,
900
- "start": 2442
1217
+ "start": 4999
901
1218
  },
902
1219
  {
903
1220
  "length": 20,
904
- "start": 4360
1221
+ "start": 6380
905
1222
  },
906
1223
  {
907
1224
  "length": 20,
908
- "start": 4969
909
- }
910
- ]
911
- },
912
- "contracts/types/ObjectType.sol": {
913
- "ObjectTypeLib": [
1225
+ "start": 6871
1226
+ },
914
1227
  {
915
1228
  "length": 20,
916
- "start": 5120
917
- }
918
- ]
919
- },
920
- "contracts/types/Version.sol": {
921
- "VersionLib": [
1229
+ "start": 7389
1230
+ },
922
1231
  {
923
1232
  "length": 20,
924
- "start": 2501
1233
+ "start": 7764
925
1234
  }
926
- ],
927
- "VersionPartLib": [
928
- {
929
- "length": 20,
930
- "start": 1992
931
- },
1235
+ ]
1236
+ },
1237
+ "contracts/type/ObjectType.sol": {
1238
+ "ObjectTypeLib": [
932
1239
  {
933
1240
  "length": 20,
934
- "start": 2120
1241
+ "start": 3965
935
1242
  },
936
1243
  {
937
1244
  "length": 20,
938
- "start": 5244
939
- },
1245
+ "start": 5710
1246
+ }
1247
+ ]
1248
+ },
1249
+ "contracts/type/Version.sol": {
1250
+ "VersionPartLib": [
940
1251
  {
941
1252
  "length": 20,
942
- "start": 5368
1253
+ "start": 3819
943
1254
  }
944
1255
  ]
945
1256
  }