@etherisc/gif-next 0.0.2-ef2f083-203 → 0.0.2-ef82317-831

Sign up to get free protection for your applications and to get access to all the features.
Files changed (695) hide show
  1. package/README.md +121 -18
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/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} +483 -552
  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 +1363 -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 +1033 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +927 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1512 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1999 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1432 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1192 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1566 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2001 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +518 -310
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +447 -170
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +345 -3046
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1100 -340
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +526 -300
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +338 -92
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -0
  76. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  78. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  80. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  82. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  84. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  86. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  88. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  90. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  94. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  95. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  96. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1000 -0
  98. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  100. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  102. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +405 -370
  104. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  106. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +892 -0
  108. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
  110. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
  112. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1297 -0
  114. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  116. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1431 -0
  118. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  120. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +931 -0
  122. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +958 -0
  124. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1267 -0
  126. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.json +1083 -0
  128. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1612 -0
  130. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  132. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
  134. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
  136. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1119 -0
  138. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  140. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1397 -0
  142. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
  144. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +222 -186
  146. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +913 -0
  148. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +896 -0
  150. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +267 -279
  152. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +971 -0
  154. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  155. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +125 -191
  156. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1268 -0
  158. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
  160. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
  162. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
  164. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  165. package/artifacts/contracts/product/Product.sol/Product.json +1077 -0
  166. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
  168. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
  170. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  172. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +560 -184
  174. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +356 -269
  176. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  178. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/Registry.sol/Registry.json +895 -228
  180. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  182. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +291 -366
  184. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +313 -137
  186. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  188. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  190. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  192. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  194. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Component.sol/Component.json +706 -0
  196. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
  198. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
  200. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  201. package/artifacts/contracts/shared/{RegisterableUpgradable.sol/RegisterableUpgradable.json → ComponentVerifyingService.sol/ComponentVerifyingService.json} +149 -159
  202. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  204. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  205. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +626 -0
  206. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  208. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +721 -0
  210. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  212. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  214. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  216. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  218. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  220. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  222. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  224. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +814 -0
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  229. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  230. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  231. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +65 -30
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +44 -54
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  241. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  242. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Service.sol/Service.json +115 -183
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1459 -0
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  252. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  254. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  255. package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  274. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  276. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  278. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  280. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  282. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  304. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  306. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  308. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  310. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  312. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  314. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  316. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  318. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  320. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  322. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
  324. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  326. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  328. package/contracts/authorization/AccessAdmin.sol +592 -0
  329. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  330. package/contracts/authorization/Authorization.sol +221 -0
  331. package/contracts/authorization/IAccess.sol +48 -0
  332. package/contracts/authorization/IAccessAdmin.sol +135 -0
  333. package/contracts/authorization/IAuthorization.sol +54 -0
  334. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  335. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  336. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  337. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  338. package/contracts/distribution/BasicDistribution.sol +138 -0
  339. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  340. package/contracts/distribution/Distribution.sol +295 -0
  341. package/contracts/distribution/DistributionService.sol +336 -0
  342. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  343. package/contracts/distribution/IDistributionComponent.sol +52 -0
  344. package/contracts/distribution/IDistributionService.sol +101 -0
  345. package/contracts/examples/fire/DamageLevel.sol +59 -0
  346. package/contracts/examples/fire/FirePool.sol +75 -0
  347. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  348. package/contracts/examples/fire/FireProduct.sol +413 -0
  349. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  350. package/contracts/examples/fire/FireUSD.sol +26 -0
  351. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  352. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  353. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  354. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  355. package/contracts/instance/BundleSet.sol +126 -0
  356. package/contracts/instance/IInstance.sol +56 -26
  357. package/contracts/instance/IInstanceService.sol +78 -16
  358. package/contracts/instance/Instance.sol +159 -373
  359. package/contracts/instance/InstanceAdmin.sol +288 -0
  360. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  361. package/contracts/instance/InstanceReader.sol +279 -74
  362. package/contracts/instance/InstanceService.sol +406 -99
  363. package/contracts/instance/InstanceServiceManager.sol +14 -31
  364. package/contracts/instance/InstanceStore.sol +287 -0
  365. package/contracts/instance/base/BalanceStore.sol +123 -0
  366. package/contracts/instance/base/Cloneable.sol +28 -0
  367. package/contracts/instance/base/ObjectCounter.sol +21 -0
  368. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  369. package/contracts/instance/base/ObjectSet.sol +79 -0
  370. package/contracts/instance/module/IAccess.sol +29 -21
  371. package/contracts/instance/module/IBundle.sol +8 -7
  372. package/contracts/instance/module/IComponents.sol +48 -0
  373. package/contracts/instance/module/IDistribution.sol +6 -4
  374. package/contracts/instance/module/IPolicy.sol +58 -19
  375. package/contracts/instance/module/IRisk.sol +1 -1
  376. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  377. package/contracts/oracle/BasicOracle.sol +48 -0
  378. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  379. package/contracts/oracle/IOracle.sol +36 -0
  380. package/contracts/oracle/IOracleComponent.sol +33 -0
  381. package/contracts/oracle/IOracleService.sol +65 -0
  382. package/contracts/oracle/Oracle.sol +167 -0
  383. package/contracts/oracle/OracleService.sol +281 -0
  384. package/contracts/oracle/OracleServiceManager.sol +39 -0
  385. package/contracts/pool/BasicPool.sol +166 -0
  386. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  387. package/contracts/pool/BundleService.sol +461 -0
  388. package/contracts/pool/BundleServiceManager.sol +39 -0
  389. package/contracts/pool/IBundleService.sol +143 -0
  390. package/contracts/pool/IPoolComponent.sol +68 -0
  391. package/contracts/pool/IPoolService.sol +171 -0
  392. package/contracts/pool/Pool.sol +353 -0
  393. package/contracts/pool/PoolService.sol +563 -0
  394. package/contracts/pool/PoolServiceManager.sol +39 -0
  395. package/contracts/product/ApplicationService.sol +251 -0
  396. package/contracts/product/ApplicationServiceManager.sol +38 -0
  397. package/contracts/product/BasicProduct.sol +53 -0
  398. package/contracts/product/BasicProductAuthorization.sol +43 -0
  399. package/contracts/product/ClaimService.sol +581 -0
  400. package/contracts/product/ClaimServiceManager.sol +38 -0
  401. package/contracts/product/IApplicationService.sol +63 -0
  402. package/contracts/product/IClaimService.sol +123 -0
  403. package/contracts/product/IPolicyService.sol +80 -0
  404. package/contracts/product/IPricingService.sol +39 -0
  405. package/contracts/product/IProductComponent.sol +53 -0
  406. package/contracts/product/IRiskService.sol +33 -0
  407. package/contracts/product/PolicyService.sol +686 -0
  408. package/contracts/product/PolicyServiceManager.sol +39 -0
  409. package/contracts/product/PricingService.sol +300 -0
  410. package/contracts/product/PricingServiceManager.sol +39 -0
  411. package/contracts/product/Product.sol +432 -0
  412. package/contracts/product/RiskService.sol +96 -0
  413. package/contracts/product/RiskServiceManager.sol +39 -0
  414. package/contracts/registry/ChainNft.sol +79 -31
  415. package/contracts/registry/IRegistry.sol +124 -48
  416. package/contracts/registry/IRegistryService.sol +43 -16
  417. package/contracts/registry/ITransferInterceptor.sol +1 -0
  418. package/contracts/registry/Registry.sol +522 -304
  419. package/contracts/registry/RegistryAdmin.sol +464 -0
  420. package/contracts/registry/RegistryService.sol +146 -286
  421. package/contracts/registry/RegistryServiceManager.sol +26 -53
  422. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  423. package/contracts/registry/ReleaseRegistry.sol +491 -0
  424. package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
  425. package/contracts/registry/TokenRegistry.sol +261 -57
  426. package/contracts/shared/Component.sol +276 -0
  427. package/contracts/shared/ComponentService.sol +641 -0
  428. package/contracts/shared/ComponentServiceManager.sol +38 -0
  429. package/contracts/shared/ComponentVerifyingService.sol +116 -0
  430. package/contracts/shared/ContractLib.sol +38 -0
  431. package/contracts/shared/IComponent.sol +73 -0
  432. package/contracts/shared/IComponentService.sol +108 -0
  433. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  434. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  435. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  436. package/contracts/shared/INftOwnable.sol +13 -12
  437. package/contracts/shared/IPolicyHolder.sol +35 -0
  438. package/contracts/shared/IRegisterable.sol +4 -6
  439. package/contracts/shared/IRegistryLinked.sol +11 -0
  440. package/contracts/shared/IService.sol +16 -6
  441. package/contracts/shared/InitializableERC165.sol +27 -0
  442. package/contracts/shared/InstanceLinkedComponent.sol +171 -0
  443. package/contracts/shared/KeyValueStore.sol +131 -0
  444. package/contracts/shared/Lifecycle.sol +77 -0
  445. package/contracts/shared/NftIdSet.sol +65 -0
  446. package/contracts/shared/NftOwnable.sol +60 -89
  447. package/contracts/shared/PolicyHolder.sol +62 -0
  448. package/contracts/shared/Registerable.sol +23 -38
  449. package/contracts/shared/RegistryLinked.sol +44 -0
  450. package/contracts/shared/Service.sol +63 -30
  451. package/contracts/shared/TokenHandler.sol +122 -10
  452. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  453. package/contracts/staking/IStaking.sol +168 -0
  454. package/contracts/staking/IStakingService.sol +160 -0
  455. package/contracts/staking/StakeManagerLib.sol +224 -0
  456. package/contracts/staking/Staking.sol +498 -0
  457. package/contracts/staking/StakingLifecycle.sol +23 -0
  458. package/contracts/staking/StakingManager.sol +52 -0
  459. package/contracts/staking/StakingReader.sol +190 -0
  460. package/contracts/staking/StakingService.sol +407 -0
  461. package/contracts/staking/StakingServiceManager.sol +44 -0
  462. package/contracts/staking/StakingStore.sol +605 -0
  463. package/contracts/staking/TargetManagerLib.sol +211 -0
  464. package/contracts/{types → type}/AddressSet.sol +1 -1
  465. package/contracts/type/Amount.sol +150 -0
  466. package/contracts/{types → type}/Blocknumber.sol +27 -3
  467. package/contracts/type/ClaimId.sol +80 -0
  468. package/contracts/{types → type}/DistributorType.sol +2 -2
  469. package/contracts/{types → type}/Fee.sol +33 -23
  470. package/contracts/{types → type}/NftId.sol +22 -15
  471. package/contracts/type/NftIdSet.sol +62 -0
  472. package/contracts/type/ObjectType.sol +276 -0
  473. package/contracts/type/PayoutId.sol +82 -0
  474. package/contracts/{types → type}/Referral.sol +6 -1
  475. package/contracts/type/RequestId.sol +75 -0
  476. package/contracts/{types → type}/RiskId.sol +16 -2
  477. package/contracts/type/RoleId.sol +174 -0
  478. package/contracts/type/Seconds.sol +101 -0
  479. package/contracts/type/Selector.sol +102 -0
  480. package/contracts/{types → type}/StateId.sol +35 -4
  481. package/contracts/type/String.sol +53 -0
  482. package/contracts/{types → type}/Timestamp.sol +34 -15
  483. package/contracts/{types → type}/UFixed.sol +39 -9
  484. package/contracts/{types → type}/Version.sol +5 -2
  485. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  486. package/contracts/upgradeability/ProxyManager.sol +231 -0
  487. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  488. package/contracts/upgradeability/Versionable.sol +59 -0
  489. package/package.json +10 -7
  490. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  492. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  493. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -670
  494. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  496. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -204
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -790
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  508. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  510. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  512. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  514. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  516. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  518. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  520. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  522. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  524. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  526. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  529. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  531. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  533. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  536. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  538. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  540. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  541. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  542. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  543. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  544. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  545. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  547. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  548. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  550. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  553. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  557. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  559. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  561. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  562. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  563. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -641
  565. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
  567. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  570. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  572. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  573. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  574. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  575. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  576. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  577. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  578. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  579. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  580. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  581. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  582. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  583. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  584. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  585. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  586. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  587. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  588. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  589. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  590. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  591. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  592. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  593. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  594. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  595. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  596. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  597. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  598. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  599. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  600. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  601. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  602. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  603. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  605. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  606. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  607. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  609. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  610. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  611. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  612. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  613. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  615. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  616. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  617. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  619. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  621. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  622. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  623. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  624. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  625. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  626. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  627. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  630. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  632. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  634. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  636. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  638. package/contracts/components/BaseComponent.sol +0 -91
  639. package/contracts/components/Distribution.sol +0 -166
  640. package/contracts/components/IBaseComponent.sol +0 -25
  641. package/contracts/components/IDistributionComponent.sol +0 -46
  642. package/contracts/components/IPoolComponent.sol +0 -62
  643. package/contracts/components/IProductComponent.sol +0 -35
  644. package/contracts/components/Pool.sol +0 -258
  645. package/contracts/components/Product.sol +0 -297
  646. package/contracts/experiment/cloning/Cloner.sol +0 -47
  647. package/contracts/experiment/errors/Require.sol +0 -38
  648. package/contracts/experiment/errors/Revert.sol +0 -44
  649. package/contracts/experiment/inheritance/A.sol +0 -53
  650. package/contracts/experiment/inheritance/B.sol +0 -28
  651. package/contracts/experiment/inheritance/C.sol +0 -34
  652. package/contracts/experiment/inheritance/IA.sol +0 -13
  653. package/contracts/experiment/inheritance/IB.sol +0 -10
  654. package/contracts/experiment/inheritance/IC.sol +0 -12
  655. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  656. package/contracts/experiment/statemachine/ISM.sol +0 -25
  657. package/contracts/experiment/statemachine/SM.sol +0 -57
  658. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  659. package/contracts/experiment/types/TypeA.sol +0 -47
  660. package/contracts/experiment/types/TypeB.sol +0 -29
  661. package/contracts/instance/AccessManagedSimple.sol +0 -115
  662. package/contracts/instance/AccessManagerSimple.sol +0 -692
  663. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  664. package/contracts/instance/InstanceAccessManager.sol +0 -288
  665. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  666. package/contracts/instance/base/IInstanceBase.sol +0 -23
  667. package/contracts/instance/base/KeyValueStore.sol +0 -172
  668. package/contracts/instance/base/Lifecycle.sol +0 -100
  669. package/contracts/instance/module/ISetup.sol +0 -43
  670. package/contracts/instance/module/ITreasury.sol +0 -23
  671. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  672. package/contracts/instance/service/DistributionService.sol +0 -96
  673. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  674. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  675. package/contracts/instance/service/IDistributionService.sol +0 -12
  676. package/contracts/instance/service/IPoolService.sol +0 -37
  677. package/contracts/instance/service/IProductService.sol +0 -107
  678. package/contracts/shared/ContractDeployerLib.sol +0 -72
  679. package/contracts/shared/ERC165.sol +0 -25
  680. package/contracts/shared/ProxyManager.sol +0 -94
  681. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  682. package/contracts/shared/Versionable.sol +0 -147
  683. package/contracts/test/TestFee.sol +0 -25
  684. package/contracts/test/TestRegisterable.sol +0 -18
  685. package/contracts/test/TestRoleId.sol +0 -14
  686. package/contracts/test/TestService.sol +0 -24
  687. package/contracts/test/TestToken.sol +0 -26
  688. package/contracts/test/TestVersion.sol +0 -44
  689. package/contracts/test/TestVersionable.sol +0 -17
  690. package/contracts/types/ChainId.sol +0 -38
  691. package/contracts/types/NftIdSet.sol +0 -60
  692. package/contracts/types/NumberId.sol +0 -52
  693. package/contracts/types/ObjectType.sol +0 -152
  694. package/contracts/types/RoleId.sol +0 -88
  695. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -4,143 +4,342 @@
4
4
  "sourceName": "contracts/instance/InstanceService.sol",
5
5
  "abi": [
6
6
  {
7
- "inputs": [],
8
- "name": "ERC1167FailedCreateClone",
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
9
15
  "type": "error"
10
16
  },
11
17
  {
12
18
  "inputs": [
13
19
  {
14
20
  "internalType": "address",
15
- "name": "registry",
21
+ "name": "caller",
16
22
  "type": "address"
17
23
  },
18
24
  {
19
- "internalType": "NftId",
20
- "name": "nftId",
21
- "type": "uint96"
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
22
28
  }
23
29
  ],
24
- "name": "ErrorAlreadyLinked",
30
+ "name": "AccessManagedRequiredDelay",
25
31
  "type": "error"
26
32
  },
27
33
  {
28
34
  "inputs": [
29
35
  {
30
36
  "internalType": "address",
31
- "name": "contractAddress",
37
+ "name": "caller",
32
38
  "type": "address"
33
39
  }
34
40
  ],
35
- "name": "ErrorContractNotRegistered",
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "ERC1167FailedCreateClone",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "ErrorInstanceServiceAccessManagerZero",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "ErrorInstanceServiceBundleMangerInstanceMismatch",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [],
61
+ "name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [],
66
+ "name": "ErrorInstanceServiceBundleSetZero",
36
67
  "type": "error"
37
68
  },
38
69
  {
39
70
  "inputs": [
40
71
  {
41
72
  "internalType": "address",
42
- "name": "account",
73
+ "name": "component",
43
74
  "type": "address"
44
75
  }
45
76
  ],
46
- "name": "ErrorNotOwner",
77
+ "name": "ErrorInstanceServiceComponentNotInstanceLinked",
47
78
  "type": "error"
48
79
  },
49
80
  {
50
81
  "inputs": [
51
82
  {
52
83
  "internalType": "address",
53
- "name": "registryAddress",
84
+ "name": "componentAddress",
54
85
  "type": "address"
55
86
  }
56
87
  ],
57
- "name": "ErrorNotRegistry",
88
+ "name": "ErrorInstanceServiceComponentNotRegistered",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorInstanceServiceInstanceAddressZero",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "ErrorInstanceServiceInstanceAdminZero",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "ErrorInstanceServiceInstanceAuthorityMismatch",
58
104
  "type": "error"
59
105
  },
60
106
  {
61
107
  "inputs": [
62
108
  {
63
- "internalType": "address",
64
- "name": "registryAddress",
65
- "type": "address"
109
+ "internalType": "NftId",
110
+ "name": "instanceNftId",
111
+ "type": "uint96"
112
+ },
113
+ {
114
+ "internalType": "NftId",
115
+ "name": "componentNftId",
116
+ "type": "uint96"
66
117
  }
67
118
  ],
68
- "name": "ErrorRegisterableNotRegistry",
119
+ "name": "ErrorInstanceServiceInstanceComponentMismatch",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [],
124
+ "name": "ErrorInstanceServiceInstanceReaderAddressZero",
125
+ "type": "error"
126
+ },
127
+ {
128
+ "inputs": [],
129
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
69
130
  "type": "error"
70
131
  },
71
132
  {
72
133
  "inputs": [],
73
- "name": "ErrorRegistryAddressZero",
134
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [],
139
+ "name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
140
+ "type": "error"
141
+ },
142
+ {
143
+ "inputs": [],
144
+ "name": "ErrorInstanceServiceInstanceReaderZero",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [],
149
+ "name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [],
154
+ "name": "ErrorInstanceServiceInstanceStoreZero",
74
155
  "type": "error"
75
156
  },
76
157
  {
77
158
  "inputs": [
78
159
  {
79
160
  "internalType": "address",
80
- "name": "registry",
161
+ "name": "instance",
81
162
  "type": "address"
163
+ },
164
+ {
165
+ "internalType": "VersionPart",
166
+ "name": "instanceVersion",
167
+ "type": "uint8"
82
168
  }
83
169
  ],
84
- "name": "ErrorRegistryAlreadyInitialized",
170
+ "name": "ErrorInstanceServiceInstanceVersionMismatch",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "componentAddress",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "ObjectType",
182
+ "name": "expectedType",
183
+ "type": "uint8"
184
+ },
185
+ {
186
+ "internalType": "ObjectType",
187
+ "name": "componentType",
188
+ "type": "uint8"
189
+ }
190
+ ],
191
+ "name": "ErrorInstanceServiceInvalidComponentType",
85
192
  "type": "error"
86
193
  },
87
194
  {
88
195
  "inputs": [],
89
- "name": "ErrorRegistryNotInitialized",
196
+ "name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
90
197
  "type": "error"
91
198
  },
92
199
  {
93
200
  "inputs": [],
94
- "name": "InvalidInitialization",
201
+ "name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
95
202
  "type": "error"
96
203
  },
97
204
  {
98
205
  "inputs": [],
99
- "name": "NotInitializing",
206
+ "name": "ErrorInstanceServiceMasterInstanceAlreadySet",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [],
211
+ "name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
100
212
  "type": "error"
101
213
  },
102
214
  {
103
- "anonymous": false,
104
215
  "inputs": [
105
216
  {
106
- "indexed": false,
107
- "internalType": "uint64",
108
- "name": "version",
109
- "type": "uint64"
217
+ "internalType": "address",
218
+ "name": "instance",
219
+ "type": "address"
220
+ },
221
+ {
222
+ "internalType": "ObjectType",
223
+ "name": "objectType",
224
+ "type": "uint8"
110
225
  }
111
226
  ],
112
- "name": "Initialized",
113
- "type": "event"
227
+ "name": "ErrorInstanceServiceNotInstance",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "NftId",
234
+ "name": "nftId",
235
+ "type": "uint96"
236
+ }
237
+ ],
238
+ "name": "ErrorInstanceServiceNotInstanceNftId",
239
+ "type": "error"
114
240
  },
115
241
  {
116
- "anonymous": false,
117
242
  "inputs": [
118
243
  {
119
- "indexed": false,
120
244
  "internalType": "address",
121
- "name": "clonedAccessManagerAddress",
245
+ "name": "instance",
122
246
  "type": "address"
123
- },
247
+ }
248
+ ],
249
+ "name": "ErrorInstanceServiceNotRegistered",
250
+ "type": "error"
251
+ },
252
+ {
253
+ "inputs": [
124
254
  {
125
- "indexed": false,
126
255
  "internalType": "address",
127
- "name": "clonedInstanceAddress",
256
+ "name": "caller",
128
257
  "type": "address"
129
- },
258
+ }
259
+ ],
260
+ "name": "ErrorInstanceServiceRequestUnauhorized",
261
+ "type": "error"
262
+ },
263
+ {
264
+ "inputs": [
265
+ {
266
+ "internalType": "NftId",
267
+ "name": "nftId",
268
+ "type": "uint96"
269
+ }
270
+ ],
271
+ "name": "ErrorNftOwnableAlreadyLinked",
272
+ "type": "error"
273
+ },
274
+ {
275
+ "inputs": [
130
276
  {
131
- "indexed": false,
132
277
  "internalType": "address",
133
- "name": "clonedInstanceReaderAddress",
278
+ "name": "contractAddress",
134
279
  "type": "address"
135
- },
280
+ }
281
+ ],
282
+ "name": "ErrorNftOwnableContractNotRegistered",
283
+ "type": "error"
284
+ },
285
+ {
286
+ "inputs": [],
287
+ "name": "ErrorNftOwnableInitialOwnerZero",
288
+ "type": "error"
289
+ },
290
+ {
291
+ "inputs": [
292
+ {
293
+ "internalType": "address",
294
+ "name": "account",
295
+ "type": "address"
296
+ }
297
+ ],
298
+ "name": "ErrorNftOwnableNotOwner",
299
+ "type": "error"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "address",
305
+ "name": "registryAddress",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "name": "ErrorNotRegistry",
310
+ "type": "error"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "ErrorServiceNotImplemented",
315
+ "type": "error"
316
+ },
317
+ {
318
+ "inputs": [],
319
+ "name": "InvalidInitialization",
320
+ "type": "error"
321
+ },
322
+ {
323
+ "inputs": [],
324
+ "name": "NotInitializing",
325
+ "type": "error"
326
+ },
327
+ {
328
+ "inputs": [],
329
+ "name": "ReentrancyGuardReentrantCall",
330
+ "type": "error"
331
+ },
332
+ {
333
+ "anonymous": false,
334
+ "inputs": [
136
335
  {
137
336
  "indexed": false,
138
- "internalType": "NftId",
139
- "name": "clonedInstanceNftId",
140
- "type": "uint96"
337
+ "internalType": "address",
338
+ "name": "authority",
339
+ "type": "address"
141
340
  }
142
341
  ],
143
- "name": "LogInstanceCloned",
342
+ "name": "AuthorityUpdated",
144
343
  "type": "event"
145
344
  },
146
345
  {
@@ -148,24 +347,31 @@
148
347
  "inputs": [
149
348
  {
150
349
  "indexed": false,
151
- "internalType": "Version",
350
+ "internalType": "uint64",
152
351
  "name": "version",
153
- "type": "uint24"
154
- },
352
+ "type": "uint64"
353
+ }
354
+ ],
355
+ "name": "Initialized",
356
+ "type": "event"
357
+ },
358
+ {
359
+ "anonymous": false,
360
+ "inputs": [
155
361
  {
156
362
  "indexed": false,
157
- "internalType": "address",
158
- "name": "implementation",
159
- "type": "address"
363
+ "internalType": "NftId",
364
+ "name": "instanceNftId",
365
+ "type": "uint96"
160
366
  },
161
367
  {
162
368
  "indexed": false,
163
369
  "internalType": "address",
164
- "name": "activatedBy",
370
+ "name": "instance",
165
371
  "type": "address"
166
372
  }
167
373
  ],
168
- "name": "LogVersionableInitialized",
374
+ "name": "LogInstanceCloned",
169
375
  "type": "event"
170
376
  },
171
377
  {
@@ -183,12 +389,12 @@
183
389
  },
184
390
  {
185
391
  "inputs": [],
186
- "name": "NAME",
392
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
187
393
  "outputs": [
188
394
  {
189
- "internalType": "string",
395
+ "internalType": "bytes32",
190
396
  "name": "",
191
- "type": "string"
397
+ "type": "bytes32"
192
398
  }
193
399
  ],
194
400
  "stateMutability": "view",
@@ -204,18 +410,92 @@
204
410
  "type": "bytes32"
205
411
  }
206
412
  ],
207
- "stateMutability": "view",
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "authority",
419
+ "outputs": [
420
+ {
421
+ "internalType": "address",
422
+ "name": "",
423
+ "type": "address"
424
+ }
425
+ ],
426
+ "stateMutability": "view",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [
431
+ {
432
+ "internalType": "NftId",
433
+ "name": "instanceNftId",
434
+ "type": "uint96"
435
+ },
436
+ {
437
+ "internalType": "address",
438
+ "name": "targetAddress",
439
+ "type": "address"
440
+ },
441
+ {
442
+ "internalType": "string",
443
+ "name": "targetName",
444
+ "type": "string"
445
+ },
446
+ {
447
+ "internalType": "bytes4[][]",
448
+ "name": "selectors",
449
+ "type": "bytes4[][]"
450
+ },
451
+ {
452
+ "internalType": "RoleId[]",
453
+ "name": "roles",
454
+ "type": "uint64[]"
455
+ }
456
+ ],
457
+ "name": "createComponentTarget",
458
+ "outputs": [],
459
+ "stateMutability": "nonpayable",
460
+ "type": "function"
461
+ },
462
+ {
463
+ "inputs": [
464
+ {
465
+ "internalType": "NftId",
466
+ "name": "instanceNftId",
467
+ "type": "uint96"
468
+ },
469
+ {
470
+ "internalType": "address",
471
+ "name": "targetAddress",
472
+ "type": "address"
473
+ },
474
+ {
475
+ "internalType": "string",
476
+ "name": "targetName",
477
+ "type": "string"
478
+ },
479
+ {
480
+ "internalType": "bytes4[][]",
481
+ "name": "selectors",
482
+ "type": "bytes4[][]"
483
+ },
484
+ {
485
+ "internalType": "RoleId[]",
486
+ "name": "roles",
487
+ "type": "uint64[]"
488
+ }
489
+ ],
490
+ "name": "createGifTarget",
491
+ "outputs": [],
492
+ "stateMutability": "nonpayable",
208
493
  "type": "function"
209
494
  },
210
495
  {
211
496
  "inputs": [],
212
- "name": "createInstanceClone",
497
+ "name": "createInstance",
213
498
  "outputs": [
214
- {
215
- "internalType": "contract AccessManagerSimple",
216
- "name": "clonedAccessManager",
217
- "type": "address"
218
- },
219
499
  {
220
500
  "internalType": "contract Instance",
221
501
  "name": "clonedInstance",
@@ -223,13 +503,8 @@
223
503
  },
224
504
  {
225
505
  "internalType": "NftId",
226
- "name": "instanceNftId",
506
+ "name": "clonedInstanceNftId",
227
507
  "type": "uint96"
228
- },
229
- {
230
- "internalType": "contract InstanceReader",
231
- "name": "clonedInstanceReader",
232
- "type": "address"
233
508
  }
234
509
  ],
235
510
  "stateMutability": "nonpayable",
@@ -237,15 +512,15 @@
237
512
  },
238
513
  {
239
514
  "inputs": [],
240
- "name": "getAccessManagerMaster",
515
+ "name": "getDomain",
241
516
  "outputs": [
242
517
  {
243
- "internalType": "address",
244
- "name": "",
245
- "type": "address"
518
+ "internalType": "ObjectType",
519
+ "name": "serviceDomain",
520
+ "type": "uint8"
246
521
  }
247
522
  ],
248
- "stateMutability": "view",
523
+ "stateMutability": "pure",
249
524
  "type": "function"
250
525
  },
251
526
  {
@@ -291,13 +566,8 @@
291
566
  }
292
567
  ],
293
568
  "internalType": "struct IRegistry.ObjectInfo",
294
- "name": "",
569
+ "name": "info",
295
570
  "type": "tuple"
296
- },
297
- {
298
- "internalType": "bytes",
299
- "name": "data",
300
- "type": "bytes"
301
571
  }
302
572
  ],
303
573
  "stateMutability": "view",
@@ -305,12 +575,12 @@
305
575
  },
306
576
  {
307
577
  "inputs": [],
308
- "name": "getInitializedVersion",
578
+ "name": "getMasterInstanceReader",
309
579
  "outputs": [
310
580
  {
311
- "internalType": "uint64",
581
+ "internalType": "address",
312
582
  "name": "",
313
- "type": "uint64"
583
+ "type": "address"
314
584
  }
315
585
  ],
316
586
  "stateMutability": "view",
@@ -318,12 +588,12 @@
318
588
  },
319
589
  {
320
590
  "inputs": [],
321
- "name": "getInstance",
591
+ "name": "getNftId",
322
592
  "outputs": [
323
593
  {
324
- "internalType": "contract Instance",
594
+ "internalType": "NftId",
325
595
  "name": "",
326
- "type": "address"
596
+ "type": "uint96"
327
597
  }
328
598
  ],
329
599
  "stateMutability": "view",
@@ -331,7 +601,7 @@
331
601
  },
332
602
  {
333
603
  "inputs": [],
334
- "name": "getInstanceMaster",
604
+ "name": "getOwner",
335
605
  "outputs": [
336
606
  {
337
607
  "internalType": "address",
@@ -344,10 +614,10 @@
344
614
  },
345
615
  {
346
616
  "inputs": [],
347
- "name": "getInstanceReaderMaster",
617
+ "name": "getRegistry",
348
618
  "outputs": [
349
619
  {
350
- "internalType": "address",
620
+ "internalType": "contract IRegistry",
351
621
  "name": "",
352
622
  "type": "address"
353
623
  }
@@ -357,64 +627,74 @@
357
627
  },
358
628
  {
359
629
  "inputs": [],
360
- "name": "getMajorVersion",
630
+ "name": "getRoleId",
361
631
  "outputs": [
362
632
  {
363
- "internalType": "VersionPart",
364
- "name": "majorVersion",
365
- "type": "uint8"
633
+ "internalType": "RoleId",
634
+ "name": "serviceRoleId",
635
+ "type": "uint64"
366
636
  }
367
637
  ],
368
- "stateMutability": "view",
638
+ "stateMutability": "pure",
369
639
  "type": "function"
370
640
  },
371
641
  {
372
642
  "inputs": [],
373
- "name": "getName",
643
+ "name": "getVersion",
374
644
  "outputs": [
375
645
  {
376
- "internalType": "string",
646
+ "internalType": "Version",
377
647
  "name": "",
378
- "type": "string"
648
+ "type": "uint24"
379
649
  }
380
650
  ],
381
651
  "stateMutability": "pure",
382
652
  "type": "function"
383
653
  },
384
654
  {
385
- "inputs": [],
386
- "name": "getNftId",
387
- "outputs": [
655
+ "inputs": [
388
656
  {
389
657
  "internalType": "NftId",
390
- "name": "",
658
+ "name": "instanceNftId",
391
659
  "type": "uint96"
660
+ },
661
+ {
662
+ "internalType": "contract IInstanceLinkedComponent",
663
+ "name": "component",
664
+ "type": "address"
392
665
  }
393
666
  ],
394
- "stateMutability": "view",
667
+ "name": "initializeAuthorization",
668
+ "outputs": [],
669
+ "stateMutability": "nonpayable",
395
670
  "type": "function"
396
671
  },
397
672
  {
398
- "inputs": [],
399
- "name": "getOwner",
400
- "outputs": [
673
+ "inputs": [
401
674
  {
402
675
  "internalType": "address",
403
- "name": "",
676
+ "name": "activatedBy",
404
677
  "type": "address"
678
+ },
679
+ {
680
+ "internalType": "bytes",
681
+ "name": "data",
682
+ "type": "bytes"
405
683
  }
406
684
  ],
407
- "stateMutability": "view",
685
+ "name": "initializeVersionable",
686
+ "outputs": [],
687
+ "stateMutability": "nonpayable",
408
688
  "type": "function"
409
689
  },
410
690
  {
411
691
  "inputs": [],
412
- "name": "getRegistry",
692
+ "name": "isConsumingScheduledOp",
413
693
  "outputs": [
414
694
  {
415
- "internalType": "contract IRegistry",
695
+ "internalType": "bytes4",
416
696
  "name": "",
417
- "type": "address"
697
+ "type": "bytes4"
418
698
  }
419
699
  ],
420
700
  "stateMutability": "view",
@@ -422,153 +702,76 @@
422
702
  },
423
703
  {
424
704
  "inputs": [],
425
- "name": "getVersion",
705
+ "name": "linkToRegisteredNftId",
426
706
  "outputs": [
427
707
  {
428
- "internalType": "Version",
429
- "name": "",
430
- "type": "uint24"
708
+ "internalType": "NftId",
709
+ "name": "nftId",
710
+ "type": "uint96"
431
711
  }
432
712
  ],
433
- "stateMutability": "pure",
713
+ "stateMutability": "nonpayable",
434
714
  "type": "function"
435
715
  },
436
716
  {
437
717
  "inputs": [
438
718
  {
439
- "internalType": "uint256",
440
- "name": "idx",
441
- "type": "uint256"
442
- }
443
- ],
444
- "name": "getVersion",
445
- "outputs": [
446
- {
447
- "internalType": "Version",
448
- "name": "",
449
- "type": "uint24"
450
- }
451
- ],
452
- "stateMutability": "view",
453
- "type": "function"
454
- },
455
- {
456
- "inputs": [],
457
- "name": "getVersionCount",
458
- "outputs": [
719
+ "internalType": "address",
720
+ "name": "rewardProvider",
721
+ "type": "address"
722
+ },
459
723
  {
460
- "internalType": "uint256",
461
- "name": "",
462
- "type": "uint256"
724
+ "internalType": "Amount",
725
+ "name": "dipAmount",
726
+ "type": "uint96"
463
727
  }
464
728
  ],
465
- "stateMutability": "view",
729
+ "name": "refillStakingRewardReserves",
730
+ "outputs": [],
731
+ "stateMutability": "nonpayable",
466
732
  "type": "function"
467
733
  },
468
734
  {
469
735
  "inputs": [
470
736
  {
471
- "internalType": "Version",
472
- "name": "_version",
473
- "type": "uint24"
737
+ "internalType": "address",
738
+ "name": "instanceAddress",
739
+ "type": "address"
474
740
  }
475
741
  ],
476
- "name": "getVersionInfo",
742
+ "name": "setAndRegisterMasterInstance",
477
743
  "outputs": [
478
744
  {
479
- "components": [
480
- {
481
- "internalType": "Version",
482
- "name": "version",
483
- "type": "uint24"
484
- },
485
- {
486
- "internalType": "address",
487
- "name": "implementation",
488
- "type": "address"
489
- },
490
- {
491
- "internalType": "address",
492
- "name": "activatedBy",
493
- "type": "address"
494
- },
495
- {
496
- "internalType": "Timestamp",
497
- "name": "activatedAt",
498
- "type": "uint40"
499
- },
500
- {
501
- "internalType": "Blocknumber",
502
- "name": "activatedIn",
503
- "type": "uint32"
504
- }
505
- ],
506
- "internalType": "struct IVersionable.VersionInfo",
507
- "name": "",
508
- "type": "tuple"
745
+ "internalType": "NftId",
746
+ "name": "masterInstanceNftId",
747
+ "type": "uint96"
509
748
  }
510
749
  ],
511
- "stateMutability": "view",
750
+ "stateMutability": "nonpayable",
512
751
  "type": "function"
513
752
  },
514
753
  {
515
754
  "inputs": [
516
755
  {
517
756
  "internalType": "address",
518
- "name": "implementation",
519
- "type": "address"
520
- },
521
- {
522
- "internalType": "address",
523
- "name": "activatedBy",
757
+ "name": "newAuthority",
524
758
  "type": "address"
525
- },
526
- {
527
- "internalType": "bytes",
528
- "name": "data",
529
- "type": "bytes"
530
759
  }
531
760
  ],
532
- "name": "initialize",
761
+ "name": "setAuthority",
533
762
  "outputs": [],
534
763
  "stateMutability": "nonpayable",
535
764
  "type": "function"
536
765
  },
537
766
  {
538
767
  "inputs": [
539
- {
540
- "internalType": "Version",
541
- "name": "_version",
542
- "type": "uint24"
543
- }
544
- ],
545
- "name": "isInitialized",
546
- "outputs": [
547
768
  {
548
769
  "internalType": "bool",
549
- "name": "",
770
+ "name": "locked",
550
771
  "type": "bool"
551
772
  }
552
773
  ],
553
- "stateMutability": "view",
554
- "type": "function"
555
- },
556
- {
557
- "inputs": [],
558
- "name": "linkToRegisteredNftId",
559
- "outputs": [],
560
- "stateMutability": "nonpayable",
561
- "type": "function"
562
- },
563
- {
564
- "inputs": [
565
- {
566
- "internalType": "address",
567
- "name": "accessManagerMaster",
568
- "type": "address"
569
- }
570
- ],
571
- "name": "setAccessManagerMaster",
774
+ "name": "setComponentLocked",
572
775
  "outputs": [],
573
776
  "stateMutability": "nonpayable",
574
777
  "type": "function"
@@ -576,12 +779,12 @@
576
779
  {
577
780
  "inputs": [
578
781
  {
579
- "internalType": "address",
580
- "name": "instanceMaster",
581
- "type": "address"
782
+ "internalType": "Seconds",
783
+ "name": "stakeLockingPeriod",
784
+ "type": "uint40"
582
785
  }
583
786
  ],
584
- "name": "setInstanceMaster",
787
+ "name": "setStakingLockingPeriod",
585
788
  "outputs": [],
586
789
  "stateMutability": "nonpayable",
587
790
  "type": "function"
@@ -589,12 +792,12 @@
589
792
  {
590
793
  "inputs": [
591
794
  {
592
- "internalType": "address",
593
- "name": "instanceReaderMaster",
594
- "type": "address"
795
+ "internalType": "UFixed",
796
+ "name": "rewardRate",
797
+ "type": "uint256"
595
798
  }
596
799
  ],
597
- "name": "setInstanceReaderMaster",
800
+ "name": "setStakingRewardRate",
598
801
  "outputs": [],
599
802
  "stateMutability": "nonpayable",
600
803
  "type": "function"
@@ -621,205 +824,228 @@
621
824
  {
622
825
  "inputs": [
623
826
  {
624
- "internalType": "address",
625
- "name": "implementation",
626
- "type": "address"
627
- },
827
+ "internalType": "NftId",
828
+ "name": "instanceNftId",
829
+ "type": "uint96"
830
+ }
831
+ ],
832
+ "name": "upgradeInstanceReader",
833
+ "outputs": [],
834
+ "stateMutability": "nonpayable",
835
+ "type": "function"
836
+ },
837
+ {
838
+ "inputs": [
628
839
  {
629
840
  "internalType": "address",
630
- "name": "activatedBy",
841
+ "name": "instanceReaderAddress",
631
842
  "type": "address"
632
- },
843
+ }
844
+ ],
845
+ "name": "upgradeMasterInstanceReader",
846
+ "outputs": [],
847
+ "stateMutability": "nonpayable",
848
+ "type": "function"
849
+ },
850
+ {
851
+ "inputs": [
633
852
  {
634
853
  "internalType": "bytes",
635
854
  "name": "data",
636
855
  "type": "bytes"
637
856
  }
638
857
  ],
639
- "name": "upgrade",
858
+ "name": "upgradeVersionable",
640
859
  "outputs": [],
641
860
  "stateMutability": "nonpayable",
642
861
  "type": "function"
862
+ },
863
+ {
864
+ "inputs": [
865
+ {
866
+ "internalType": "Amount",
867
+ "name": "dipAmount",
868
+ "type": "uint96"
869
+ }
870
+ ],
871
+ "name": "withdrawStakingRewardReserves",
872
+ "outputs": [
873
+ {
874
+ "internalType": "Amount",
875
+ "name": "newBalance",
876
+ "type": "uint96"
877
+ }
878
+ ],
879
+ "stateMutability": "nonpayable",
880
+ "type": "function"
643
881
  }
644
882
  ],
645
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612ca0806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c8063656bc9ef116100f9578063b3c6501511610097578063cf7a1d7711610071578063cf7a1d771461052f578063d6277f9914610542578063de7b5d1414610555578063eeff428e1461055b57600080fd5b8063b3c65015146104e2578063b88da75914610502578063cde749f41461051557600080fd5b806393c48054116100d357806393c4805414610469578063946dfcfe1461047a578063a3f4df7e146104a1578063a745e3df146104cf57600080fd5b8063656bc9ef14610446578063872309c714610459578063893d20e81461046157600080fd5b80631eff4b22116101665780634f421333116101405780634f421333146103e457806355ad7436146103f75780635ab1bd531461040a578063644c45e01461041b57600080fd5b80631eff4b22146102855780633a0b4b31146102ba5780634d459c90146102cb57600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e01461022257806317d7de7c1461022c5780631a77e50c14610260575b600080fd5b6101db6101bc36600461244a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f8610573565b60405162ffffff90911681526020016101e7565b6102146105fd565b6040516101e79291906124cb565b61022a61077f565b005b60408051808201909152600f81526e496e7374616e63655365727669636560881b60208201525b6040516101e79190612572565b6004546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102ac7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b6005546001600160a01b031661026d565b6103876102d9366004612596565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612c4b83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b6101db6103f2366004612596565b6109a1565b61022a6104053660046125c8565b610a54565b6001546001600160a01b031661026d565b600154600160a01b90046001600160601b03166040516001600160601b0390911681526020016101e7565b61022a6104543660046125c8565b610ae1565b6102ac600081565b61026d610b74565b6006546001600160a01b031661026d565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ac565b6102536040518060400160405280600f81526020016e496e7374616e63655365727669636560881b81525081565b61022a6104dd36600461267a565b610c8d565b6104ea610de7565b6040516001600160401b0390911681526020016101e7565b6101f861051036600461271e565b610e08565b61051d610e59565b60405160ff90911681526020016101e7565b61022a61053d36600461267a565b610edc565b61022a6105503660046125c8565b610fe5565b3061026d565b610563611079565b6040516101e79493929190612737565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156105d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f8919061276b565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106806001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106c8610b74565b6001600160a01b031681526020018260010180546106e590612788565b80601f016020809104026020016040519081016040528092919081815260200182805461071190612788565b801561075e5780601f106107335761010080835404028352916020019161075e565b820191906000526020600020905b81548152906001019060200180831161074157829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156107e1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061080591906127d2565b1561084c576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108755760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108e291906127d2565b61090a576040516372657a5160e01b81526001600160a01b0382166004820152602401610843565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610954573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109789190612804565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612c4b83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a29573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a4d919061281f565b1192915050565b6005546001600160a01b031615610abf5760405162461bcd60e51b815260206004820152602960248201527f4552524f523a4352442d3030323a494e5354414e43455f4d41535445525f414c604482015268149150511657d4d15560ba1b6064820152608401610843565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b6004546001600160a01b031615610b525760405162461bcd60e51b815260206004820152602f60248201527f4552524f523a4352442d3030313a4143434553535f4d414e414745525f4d415360448201526e15115497d053149150511657d4d155608a1b6064820152608401610843565b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610bd9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bfd91906127d2565b15610c7d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610c59573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f89190612843565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610caf610573565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d139190612875565b600080516020612c2b8339815191528054600160401b900460ff1680610d46575080546001600160401b03808416911610155b15610d645760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d8f858561174a565b610d98836119e9565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006105f8600080516020612c2b833981519152546001600160401b031690565b6000600080516020612c4b8339815191526001018281548110610e2d57610e2d612892565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000610e63610573565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015610eb8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f891906128c2565b600080516020612c2b8339815191528054600160401b810460ff1615906001600160401b0316600081158015610f0f5750825b90506000826001600160401b03166001148015610f2b5750303b155b905081158015610f39575080155b15610f575760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f8157845460ff60401b1916600160401b1785555b610f8b888861174a565b610f9587876119f1565b8315610fdb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6006546001600160a01b0316156110575760405162461bcd60e51b815260206004820152603060248201527f4552524f523a4352442d3030333a494e5354414e43455f5245414445525f4d4160448201526f14d5115497d053149150511657d4d15560821b6064820152608401610843565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b600354604051636939560f60e11b81526001600160a01b039091166004820181905260009182918291829133918390829063d272ac1e90602401602060405180830381865afa1580156110d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f49190612804565b604051632efe011360e01b815260036004820152600060248201819052604482018190529192506001600160a01b0384169063a3bcd81d9073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015611168573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061118c919061276b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156111e1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061120591906128c2565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa15801561126b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061128f9190612843565b60045490915081906112a9906001600160a01b0316611b47565b60405163189acdbd60e31b81523060048201529099506001600160a01b038a169063c4d66de890602401600060405180830381600087803b1580156112ed57600080fd5b505af1158015611301573d6000803e3d6000fd5b505060055461131b92506001600160a01b03169050611b47565b60035460405163976b0a7760e01b81529199506001600160a01b03808b169263976b0a7792611355928e9291169088903390600401612737565b600060405180830381600087803b15801561136f57600080fd5b505af1158015611383573d6000803e3d6000fd5b505060405163834af15360e01b81526001600160a01b038b81166004830152600093508416915063834af153906024016000604051808303816000875af11580156113d2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113fa919081019061292c565b508051600654909950909150611418906001600160a01b0316611b47565b600354604051633ca904dd60e21b81526001600160a01b0391821660048201526001600160601b038b16602482015291985088169063f2a4137490604401600060405180830381600087803b15801561147057600080fd5b505af1158015611484573d6000803e3d6000fd5b505050506114928a8a611bb9565b604051633def10c760e21b81526001600160a01b0388811660048301528a169063f7bc431c90602401600060405180830381600087803b1580156114d557600080fd5b505af11580156114e9573d6000803e3d6000fd5b50505050896001600160a01b03166325c471a0611504611fe2565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af415801561155d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115819190612875565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038916602482015260006044820152606401600060405180830381600087803b1580156115d857600080fd5b505af11580156115ec573d6000803e3d6000fd5b50505050896001600160a01b031663b7d2b162611607611fe2565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611660573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116849190612875565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b1580156116cb57600080fd5b505af11580156116df573d6000803e3d6000fd5b5050604080516001600160a01b038e811682528d811660208301528b16818301526001600160601b038c16606082015290517f89f53d1fc9d655ac6863fb19d55f6cc8a7649a51ec36a0d13ec77d2bd2e970f39350908190036080019150a150505050505090919293565b61175261205a565b600080516020612c4b8339815191526000611782600080516020612c2b833981519152546001600160401b031690565b9050600061178e610573565b9050816001600160401b03166001036117bb5760028301805462ffffff191662ffffff8316179055611809565b600283015462ffffff908116908216116118095760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610843565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156118bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e19190612a24565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610dd89083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a961205a565b600080516020612c2b8339815191528054600160401b810460ff1615906001600160401b0316600081158015611a245750825b90506000826001600160401b03166001148015611a405750303b155b905081158015611a4e575080155b15611a6c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a9657845460ff60401b1916600160401b1785555b600086806020019051810190611aac9190612a4b565b600380546001600160a01b039093166001600160a01b0319909316831790559150611ad79082612093565b611ae7631b4612f160e31b612120565b611af763777fa14760e11b612120565b508315611b3e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b038116611bb4576040516330be1a3d60e21b815260040160405180910390fd5b919050565b600154604051632efe011360e01b81526003600482015260006024820181905260448201819052916001600160a01b03169063a3bcd81d9073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015611c2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c51919061276b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611ca6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cca91906128c2565b604080516001600160e01b031960e085901b16815260048101919091526013604482015272446973747269627574696f6e5365727669636560681b606482015260ff9091166024820152608401602060405180830381865afa158015611d34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d589190612843565b9050826001600160a01b03166325c471a0611d71612145565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611dca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dee9190612875565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b158015611e4557600080fd5b505af1158015611e59573d6000803e3d6000fd5b506000925060029150611e699050565b604051908082528060200260200182016040528015611e92578160200160208202803683370190505b509050630b24cf5f60e01b81600081518110611eb057611eb0612892565b6001600160e01b031990921660209283029190910190910152805163bd5947e360e01b9082906001908110611ee757611ee7612892565b6001600160e01b0319909216602092830291909101909101526001600160a01b0384166308d6122d8483611f19612145565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611f72573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f969190612875565b6040518463ffffffff1660e01b8152600401611fb493929190612a85565b600060405180830381600087803b158015611fce57600080fd5b505af1158015610fdb573d6000803e3d6000fd5b6040516368aebf7b60e01b81526000600482018190529073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af4158015612036573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f89190612875565b600080516020612c2b83398151915254600160401b900460ff1661209157604051631afcd79f60e31b815260040160405180910390fd5b565b60006120c160408051808201909152600f81526e496e7374616e63655365727669636560881b602082015290565b6120c9610e59565b6040516020016120da929190612af7565b604051602081830303815290604052905060006120f684612181565b905060006121098583603c8488886121f2565b612119631b4612f160e31b612120565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6040516368aebf7b60e01b8152612710600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612019565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156121c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ec9190612804565b92915050565b6122336301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61223d82876122be565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016122ad8382612b6b565b50611b3e6303fb044760e21b612120565b600280546001600160a01b0319166001600160a01b0384161790556122e2816122e6565b5050565b6001546001600160a01b03161561231f5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610843565b6001600160a01b0381166123465760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361237c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610843565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156123f6575060408051601f3d908101601f191682019092526123f3918101906127d2565b60015b61241e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610843565b806122e25760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610843565b50565b60006020828403121561245c57600080fd5b81356001600160e01b03198116811461247457600080fd5b9392505050565b60005b8381101561249657818101518382015260200161247e565b50506000910152565b600081518084526124b781602086016020860161247b565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161250f60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e061010084015261255561012084018261249f565b90508281036020840152612569818561249f565b95945050505050565b602081526000612474602083018461249f565b62ffffff8116811461244757600080fd5b6000602082840312156125a857600080fd5b813561247481612585565b6001600160a01b038116811461244757600080fd5b6000602082840312156125da57600080fd5b8135612474816125b3565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561261d5761261d6125e5565b60405290565b604051601f8201601f191681016001600160401b038111828210171561264b5761264b6125e5565b604052919050565b60006001600160401b0382111561266c5761266c6125e5565b50601f01601f191660200190565b60008060006060848603121561268f57600080fd5b833561269a816125b3565b925060208401356126aa816125b3565b915060408401356001600160401b038111156126c557600080fd5b8401601f810186136126d657600080fd5b80356126e96126e482612653565b612623565b8181528760208385010111156126fe57600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561273057600080fd5b5035919050565b6001600160a01b03948516815292841660208401526001600160601b03919091166040830152909116606082015260800190565b60006020828403121561277d57600080fd5b815161247481612585565b600181811c9082168061279c57607f821691505b6020821081036127bc57634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114611bb457600080fd5b6000602082840312156127e457600080fd5b612474826127c2565b80516001600160601b0381168114611bb457600080fd5b60006020828403121561281657600080fd5b612474826127ed565b60006020828403121561283157600080fd5b5051919050565b8051611bb4816125b3565b60006020828403121561285557600080fd5b8151612474816125b3565b6001600160401b038116811461244757600080fd5b60006020828403121561288757600080fd5b815161247481612860565b634e487b7160e01b600052603260045260246000fd5b60ff8116811461244757600080fd5b8051611bb4816128a8565b6000602082840312156128d457600080fd5b8151612474816128a8565b600082601f8301126128f057600080fd5b81516128fe6126e482612653565b81815284602083860101111561291357600080fd5b61292482602083016020870161247b565b949350505050565b6000806040838503121561293f57600080fd5b82516001600160401b038082111561295657600080fd5b9084019060e0828703121561296a57600080fd5b6129726125fb565b61297b836127ed565b8152612989602084016127ed565b602082015261299a604084016128b7565b60408201526129ab606084016127c2565b60608201526129bc60808401612838565b60808201526129cd60a08401612838565b60a082015260c0830151828111156129e457600080fd5b6129f0888286016128df565b60c0830152506020860151909450915080821115612a0d57600080fd5b50612a1a858286016128df565b9150509250929050565b600060208284031215612a3657600080fd5b815164ffffffffff8116811461247457600080fd5b60008060408385031215612a5e57600080fd5b8251612a69816125b3565b6020840151909250612a7a816125b3565b809150509250929050565b6001600160a01b038416815260606020808301829052845191830182905260009185820191906080850190845b81811015612ad85784516001600160e01b03191683529383019391830191600101612ab2565b50508093505050506001600160401b0383166040830152949350505050565b604081526000612b0a604083018561249f565b905060ff831660208301529392505050565b601f821115612b6657600081815260208120601f850160051c81016020861015612b435750805b601f850160051c820191505b81811015612b6257828155600101612b4f565b5050505b505050565b81516001600160401b03811115612b8457612b846125e5565b612b9881612b928454612788565b84612b1c565b602080601f831160018114612bcd5760008415612bb55750858301515b600019600386901b1c1916600185901b178555612b62565b600085815260208120601f198616915b82811015612bfc57888601518255948401946001909101908401612bdd565b5085821015612c1a5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220f6ace2a2194db7cac0c1f9d8ea10f198ac24e996594f53dd27a64eb945e6a93f64736f6c63430008140033",
646
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063656bc9ef116100f9578063b3c6501511610097578063cf7a1d7711610071578063cf7a1d771461052f578063d6277f9914610542578063de7b5d1414610555578063eeff428e1461055b57600080fd5b8063b3c65015146104e2578063b88da75914610502578063cde749f41461051557600080fd5b806393c48054116100d357806393c4805414610469578063946dfcfe1461047a578063a3f4df7e146104a1578063a745e3df146104cf57600080fd5b8063656bc9ef14610446578063872309c714610459578063893d20e81461046157600080fd5b80631eff4b22116101665780634f421333116101405780634f421333146103e457806355ad7436146103f75780635ab1bd531461040a578063644c45e01461041b57600080fd5b80631eff4b22146102855780633a0b4b31146102ba5780634d459c90146102cb57600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e01461022257806317d7de7c1461022c5780631a77e50c14610260575b600080fd5b6101db6101bc36600461244a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f8610573565b60405162ffffff90911681526020016101e7565b6102146105fd565b6040516101e79291906124cb565b61022a61077f565b005b60408051808201909152600f81526e496e7374616e63655365727669636560881b60208201525b6040516101e79190612572565b6004546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102ac7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b6005546001600160a01b031661026d565b6103876102d9366004612596565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612c4b83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b6101db6103f2366004612596565b6109a1565b61022a6104053660046125c8565b610a54565b6001546001600160a01b031661026d565b600154600160a01b90046001600160601b03166040516001600160601b0390911681526020016101e7565b61022a6104543660046125c8565b610ae1565b6102ac600081565b61026d610b74565b6006546001600160a01b031661026d565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ac565b6102536040518060400160405280600f81526020016e496e7374616e63655365727669636560881b81525081565b61022a6104dd36600461267a565b610c8d565b6104ea610de7565b6040516001600160401b0390911681526020016101e7565b6101f861051036600461271e565b610e08565b61051d610e59565b60405160ff90911681526020016101e7565b61022a61053d36600461267a565b610edc565b61022a6105503660046125c8565b610fe5565b3061026d565b610563611079565b6040516101e79493929190612737565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156105d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f8919061276b565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106806001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106c8610b74565b6001600160a01b031681526020018260010180546106e590612788565b80601f016020809104026020016040519081016040528092919081815260200182805461071190612788565b801561075e5780601f106107335761010080835404028352916020019161075e565b820191906000526020600020905b81548152906001019060200180831161074157829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156107e1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061080591906127d2565b1561084c576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108755760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108e291906127d2565b61090a576040516372657a5160e01b81526001600160a01b0382166004820152602401610843565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610954573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109789190612804565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612c4b83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a29573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a4d919061281f565b1192915050565b6005546001600160a01b031615610abf5760405162461bcd60e51b815260206004820152602960248201527f4552524f523a4352442d3030323a494e5354414e43455f4d41535445525f414c604482015268149150511657d4d15560ba1b6064820152608401610843565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b6004546001600160a01b031615610b525760405162461bcd60e51b815260206004820152602f60248201527f4552524f523a4352442d3030313a4143434553535f4d414e414745525f4d415360448201526e15115497d053149150511657d4d155608a1b6064820152608401610843565b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610bd9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bfd91906127d2565b15610c7d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610c59573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f89190612843565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610caf610573565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d139190612875565b600080516020612c2b8339815191528054600160401b900460ff1680610d46575080546001600160401b03808416911610155b15610d645760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d8f858561174a565b610d98836119e9565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006105f8600080516020612c2b833981519152546001600160401b031690565b6000600080516020612c4b8339815191526001018281548110610e2d57610e2d612892565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000610e63610573565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015610eb8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f891906128c2565b600080516020612c2b8339815191528054600160401b810460ff1615906001600160401b0316600081158015610f0f5750825b90506000826001600160401b03166001148015610f2b5750303b155b905081158015610f39575080155b15610f575760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f8157845460ff60401b1916600160401b1785555b610f8b888861174a565b610f9587876119f1565b8315610fdb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6006546001600160a01b0316156110575760405162461bcd60e51b815260206004820152603060248201527f4552524f523a4352442d3030333a494e5354414e43455f5245414445525f4d4160448201526f14d5115497d053149150511657d4d15560821b6064820152608401610843565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b600354604051636939560f60e11b81526001600160a01b039091166004820181905260009182918291829133918390829063d272ac1e90602401602060405180830381865afa1580156110d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f49190612804565b604051632efe011360e01b815260036004820152600060248201819052604482018190529192506001600160a01b0384169063a3bcd81d9073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015611168573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061118c919061276b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156111e1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061120591906128c2565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa15801561126b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061128f9190612843565b60045490915081906112a9906001600160a01b0316611b47565b60405163189acdbd60e31b81523060048201529099506001600160a01b038a169063c4d66de890602401600060405180830381600087803b1580156112ed57600080fd5b505af1158015611301573d6000803e3d6000fd5b505060055461131b92506001600160a01b03169050611b47565b60035460405163976b0a7760e01b81529199506001600160a01b03808b169263976b0a7792611355928e9291169088903390600401612737565b600060405180830381600087803b15801561136f57600080fd5b505af1158015611383573d6000803e3d6000fd5b505060405163834af15360e01b81526001600160a01b038b81166004830152600093508416915063834af153906024016000604051808303816000875af11580156113d2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113fa919081019061292c565b508051600654909950909150611418906001600160a01b0316611b47565b600354604051633ca904dd60e21b81526001600160a01b0391821660048201526001600160601b038b16602482015291985088169063f2a4137490604401600060405180830381600087803b15801561147057600080fd5b505af1158015611484573d6000803e3d6000fd5b505050506114928a8a611bb9565b604051633def10c760e21b81526001600160a01b0388811660048301528a169063f7bc431c90602401600060405180830381600087803b1580156114d557600080fd5b505af11580156114e9573d6000803e3d6000fd5b50505050896001600160a01b03166325c471a0611504611fe2565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af415801561155d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115819190612875565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038916602482015260006044820152606401600060405180830381600087803b1580156115d857600080fd5b505af11580156115ec573d6000803e3d6000fd5b50505050896001600160a01b031663b7d2b162611607611fe2565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611660573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116849190612875565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b1580156116cb57600080fd5b505af11580156116df573d6000803e3d6000fd5b5050604080516001600160a01b038e811682528d811660208301528b16818301526001600160601b038c16606082015290517f89f53d1fc9d655ac6863fb19d55f6cc8a7649a51ec36a0d13ec77d2bd2e970f39350908190036080019150a150505050505090919293565b61175261205a565b600080516020612c4b8339815191526000611782600080516020612c2b833981519152546001600160401b031690565b9050600061178e610573565b9050816001600160401b03166001036117bb5760028301805462ffffff191662ffffff8316179055611809565b600283015462ffffff908116908216116118095760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610843565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156118bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e19190612a24565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610dd89083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a961205a565b600080516020612c2b8339815191528054600160401b810460ff1615906001600160401b0316600081158015611a245750825b90506000826001600160401b03166001148015611a405750303b155b905081158015611a4e575080155b15611a6c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a9657845460ff60401b1916600160401b1785555b600086806020019051810190611aac9190612a4b565b600380546001600160a01b039093166001600160a01b0319909316831790559150611ad79082612093565b611ae7631b4612f160e31b612120565b611af763777fa14760e11b612120565b508315611b3e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b038116611bb4576040516330be1a3d60e21b815260040160405180910390fd5b919050565b600154604051632efe011360e01b81526003600482015260006024820181905260448201819052916001600160a01b03169063a3bcd81d9073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015611c2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c51919061276b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611ca6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cca91906128c2565b604080516001600160e01b031960e085901b16815260048101919091526013604482015272446973747269627574696f6e5365727669636560681b606482015260ff9091166024820152608401602060405180830381865afa158015611d34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d589190612843565b9050826001600160a01b03166325c471a0611d71612145565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611dca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dee9190612875565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b158015611e4557600080fd5b505af1158015611e59573d6000803e3d6000fd5b506000925060029150611e699050565b604051908082528060200260200182016040528015611e92578160200160208202803683370190505b509050630b24cf5f60e01b81600081518110611eb057611eb0612892565b6001600160e01b031990921660209283029190910190910152805163bd5947e360e01b9082906001908110611ee757611ee7612892565b6001600160e01b0319909216602092830291909101909101526001600160a01b0384166308d6122d8483611f19612145565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af4158015611f72573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f969190612875565b6040518463ffffffff1660e01b8152600401611fb493929190612a85565b600060405180830381600087803b158015611fce57600080fd5b505af1158015610fdb573d6000803e3d6000fd5b6040516368aebf7b60e01b81526000600482018190529073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af4158015612036573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f89190612875565b600080516020612c2b83398151915254600160401b900460ff1661209157604051631afcd79f60e31b815260040160405180910390fd5b565b60006120c160408051808201909152600f81526e496e7374616e63655365727669636560881b602082015290565b6120c9610e59565b6040516020016120da929190612af7565b604051602081830303815290604052905060006120f684612181565b905060006121098583603c8488886121f2565b612119631b4612f160e31b612120565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6040516368aebf7b60e01b8152612710600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612019565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156121c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ec9190612804565b92915050565b6122336301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61223d82876122be565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016122ad8382612b6b565b50611b3e6303fb044760e21b612120565b600280546001600160a01b0319166001600160a01b0384161790556122e2816122e6565b5050565b6001546001600160a01b03161561231f5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610843565b6001600160a01b0381166123465760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361237c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610843565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156123f6575060408051601f3d908101601f191682019092526123f3918101906127d2565b60015b61241e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610843565b806122e25760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610843565b50565b60006020828403121561245c57600080fd5b81356001600160e01b03198116811461247457600080fd5b9392505050565b60005b8381101561249657818101518382015260200161247e565b50506000910152565b600081518084526124b781602086016020860161247b565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161250f60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e061010084015261255561012084018261249f565b90508281036020840152612569818561249f565b95945050505050565b602081526000612474602083018461249f565b62ffffff8116811461244757600080fd5b6000602082840312156125a857600080fd5b813561247481612585565b6001600160a01b038116811461244757600080fd5b6000602082840312156125da57600080fd5b8135612474816125b3565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561261d5761261d6125e5565b60405290565b604051601f8201601f191681016001600160401b038111828210171561264b5761264b6125e5565b604052919050565b60006001600160401b0382111561266c5761266c6125e5565b50601f01601f191660200190565b60008060006060848603121561268f57600080fd5b833561269a816125b3565b925060208401356126aa816125b3565b915060408401356001600160401b038111156126c557600080fd5b8401601f810186136126d657600080fd5b80356126e96126e482612653565b612623565b8181528760208385010111156126fe57600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561273057600080fd5b5035919050565b6001600160a01b03948516815292841660208401526001600160601b03919091166040830152909116606082015260800190565b60006020828403121561277d57600080fd5b815161247481612585565b600181811c9082168061279c57607f821691505b6020821081036127bc57634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114611bb457600080fd5b6000602082840312156127e457600080fd5b612474826127c2565b80516001600160601b0381168114611bb457600080fd5b60006020828403121561281657600080fd5b612474826127ed565b60006020828403121561283157600080fd5b5051919050565b8051611bb4816125b3565b60006020828403121561285557600080fd5b8151612474816125b3565b6001600160401b038116811461244757600080fd5b60006020828403121561288757600080fd5b815161247481612860565b634e487b7160e01b600052603260045260246000fd5b60ff8116811461244757600080fd5b8051611bb4816128a8565b6000602082840312156128d457600080fd5b8151612474816128a8565b600082601f8301126128f057600080fd5b81516128fe6126e482612653565b81815284602083860101111561291357600080fd5b61292482602083016020870161247b565b949350505050565b6000806040838503121561293f57600080fd5b82516001600160401b038082111561295657600080fd5b9084019060e0828703121561296a57600080fd5b6129726125fb565b61297b836127ed565b8152612989602084016127ed565b602082015261299a604084016128b7565b60408201526129ab606084016127c2565b60608201526129bc60808401612838565b60808201526129cd60a08401612838565b60a082015260c0830151828111156129e457600080fd5b6129f0888286016128df565b60c0830152506020860151909450915080821115612a0d57600080fd5b50612a1a858286016128df565b9150509250929050565b600060208284031215612a3657600080fd5b815164ffffffffff8116811461247457600080fd5b60008060408385031215612a5e57600080fd5b8251612a69816125b3565b6020840151909250612a7a816125b3565b809150509250929050565b6001600160a01b038416815260606020808301829052845191830182905260009185820191906080850190845b81811015612ad85784516001600160e01b03191683529383019391830191600101612ab2565b50508093505050506001600160401b0383166040830152949350505050565b604081526000612b0a604083018561249f565b905060ff831660208301529392505050565b601f821115612b6657600081815260208120601f850160051c81016020861015612b435750805b601f850160051c820191505b81811015612b6257828155600101612b4f565b5050505b505050565b81516001600160401b03811115612b8457612b846125e5565b612b9881612b928454612788565b84612b1c565b602080601f831160018114612bcd5760008415612bb55750858301515b600019600386901b1c1916600185901b178555612b62565b600085815260208120601f198616915b82811015612bfc57888601518255948401946001909101908401612bdd565b5085821015612c1a5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220f6ace2a2194db7cac0c1f9d8ea10f198ac24e996594f53dd27a64eb945e6a93f64736f6c63430008140033",
883
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6147ec806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101d1575f3560e01c80637a9e5e4b116100fe578063b03d2a8e1161009e578063c22f980d1161006e578063c22f980d1461045b578063dd38b49e14610352578063e52ba1cb1461046e578063edabac0314610481575f80fd5b8063b03d2a8e1461041e578063b68d180914610431578063b7d6851914610440578063bf7e214f14610453575f80fd5b80638fb36037116100d95780638fb36037146103a7578063a2356b3a146103c8578063ad501467146103db578063ada9652e1461040a575f80fd5b80637a9e5e4b14610385578063872309c714610398578063893d20e81461039f575f80fd5b8063329d6e7411610174578063644c45e011610144578063644c45e0146103225780636a778e731461033f5780636c6fbb28146103525780636c741e7814610365575f80fd5b8063329d6e74146102c45780633931d6da146102d757806349bb9e4b146102ea5780635ab1bd53146102fd575f80fd5b8063138461e0116101af578063138461e0146102475780631eff4b2214610267578063254f68661461029c5780632d764ef8146102b1575f80fd5b806301ffc9a7146101d55780630d8e6e2c146102165780630fec111c14610232575b5f80fd5b6102016101e3366004613d03565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610492565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613d4a565b61024f6106d7565b6040516001600160601b03909116815260200161020d565b61028e7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102af6102aa366004613df2565b6106e1565b005b6102af6102bf366004613e1f565b61085c565b6102af6102d2366004613f25565b610c3a565b6102af6102e5366004613f6a565b610d84565b6102af6102f8366004613fa1565b610ed2565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b5f80516020614757833981519152546001600160601b031661024f565b61024f61034d366004613df2565b610fce565b6102af610360366004614173565b61185f565b61036d61187c565b6040516001600160401b03909116815260200161020d565b6102af610393366004613df2565b611972565b61028e5f81565b61030a6119f8565b6103af611b29565b6040516001600160e01b0319909116815260200161020d565b6102af6103d6366004614236565b611b5e565b6103e3611ecc565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61028e5f8051602061475783398151915281565b6102af61042c36600461426f565b61216a565b604051600a815260200161020d565b6102af61044e36600461428a565b61238c565b61030a6126b4565b6102af6104693660046142a1565b6126cf565b61024f61047c3660046142a1565b6128b7565b6007546001600160a01b031661030a565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906142bc565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ed91906142e9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106356119f8565b6001600160a01b0316815260200182600101805461065290614304565b80601f016020809104026020016040519081016040528092919081815260200182805461067e90614304565b80156106c95780601f106106a0576101008083540402835291602001916106c9565b820191905f5260205f20905b8154815290600101906020018083116106ac57829003601f168201915b505050505081525091505090565b5f61051430612c27565b6106e96119f8565b6001600160a01b0316336001600160a01b0316146107215760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b031661074a576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661077157604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b03908116908216036107a057604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610812919061433c565b6001600160a01b0316146108395760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f6108706001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d891906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190614362565b1561097e576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6109916001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a0491908101906143ee565b604001519050610a1d81600a5b60ff9081169116141590565b15610a3f578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa091906144da565b9050610b2581610aae610492565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1191906144da565b15610b47578381604051637f8084f960e01b81526004016107189291906144be565b5f610b5a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc291906142e9565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1c575f80fd5b505af1158015610c2e573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5c610492565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906144f5565b5f805160206147978339815191528054600160401b900460ff1680610cf0575080546001600160401b03808416911610155b15610d0e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3883612e20565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d90335b5f36612e28565b5f610d9b8383612f1e565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ddb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dff919061433c565b9050806001600160a01b031663a76a333a84856001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e71919061433c565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015610eb6575f80fd5b505af1158015610ec8573d5f803e3d5ffd5b5050505050505050565b5f805160206147978339815191528054600160401b810460ff1615906001600160401b03165f81158015610f035750825b90505f826001600160401b03166001148015610f1e5750303b155b905081158015610f2c575080155b15610f4a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f7457845460ff60401b1916600160401b1785555b610f7e87876130a9565b8315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610fd76119f8565b6001600160a01b0316336001600160a01b03161461100a5760405163086391f760e31b8152336004820152602401610718565b6006546001600160a01b03161561103457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b03161561105e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b0316156110885760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b0382166110af576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611114919061433c565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611177919061433c565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111de919061433c565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611221573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611245919061433c565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611288573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ac919061433c565b9050806001600160a01b0389166112d6576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166112fc576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166113235760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661134a5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611371576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d1919061433c565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611416573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061143a919061433c565b6001600160a01b031614611461576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561149d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c1919061433c565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611506573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061152a919061433c565b6001600160a01b0316146115515760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561158d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b1919061433c565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161a919061433c565b6001600160a01b03161461164157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ab919061433c565b6001600160a01b0316146116d257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173c919061433c565b6001600160a01b031614611763576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b836117dc6119f8565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611825573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261184c91908101906143ee565b519e9d5050505050505050505050505050565b61186833610d89565b6118758585858486613218565b5050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156118e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061190b91906144da565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561194e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906144f5565b3361197b6126b4565b6001600160a01b0316816001600160a01b0316146119b65760405162d1953b60e31b81526001600160a01b0382166004820152602401610718565b816001600160a01b03163b5f036119eb576040516361798f2f60e11b81526001600160a01b0383166004820152602401610718565b6119f48261329c565b5050565b5f805f8051602061475783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a889190614362565b15611b13576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ae9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0d919061433c565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061477783398151915280545f9190600160a01b900460ff16611b50575f611b0d565b638fb3603760e01b91505090565b335f611b726001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bda91906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c579190614362565b15611c80576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f611c936001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0691908101906143ee565b604001519050611d1781600a610a11565b15611d39578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a91906144da565b9050611da881610aae610492565b15611dca578381604051637f8084f960e01b81526004016107189291906144be565b5f611ddd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4591906142e9565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec891906142e9565b5f803381611ed86132fc565b9050611ee4818361346a565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611f36573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f5d91908101906143ee565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff19190614510565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015612038573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061205c919061452b565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b1580156120ad575f80fd5b505af11580156120bf573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015612103575f80fd5b505af1158015612115573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa1580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190614362565b6121fd576040516302613e9f60e51b8152336004820152602401610718565b6040516301ffc9a760e01b81526376c9b41160e11b6004820152339081906301ffc9a790602401602060405180830381865afa15801561223f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122639190614362565b61228a576040516236c14d60e71b81526001600160a01b0382166004820152602401610718565b5f61229d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156122e5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261230c91908101906143ee565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015612360573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612384919061433c565b505050505050565b335f6123a06001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156123e4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240891906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190614362565b156124ae576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6124c16001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561250d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253491908101906143ee565b60400151905061254581600a610a11565b15612567578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125c891906144da565b90506125d681610aae610492565b156125f8578381604051637f8084f960e01b81526004016107189291906144be565b5f61260b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561264f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267391906142e9565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c05565b5f80516020614777833981519152546001600160a01b031690565b806126e26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561272f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612753919061433c565b6001600160a01b0316336001600160a01b031614612786576040516302613e9f60e51b8152336004820152602401610718565b5f6127996001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127e8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261280f91908101906143ee565b6080810151600754919250905f9061282f906001600160a01b0316613579565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612873575f80fd5b505af1158015612885573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c05565b5f33816128cc6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612910573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293491906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561298d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b19190614362565b156129da576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6129ed6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612a39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a6091908101906143ee565b604001519050612a7181600a610a11565b15612a93578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ad0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612af491906144da565b9050612b0281610aae610492565b15612b24578381604051637f8084f960e01b81526004016107189291906144be565b5f612b376001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b9f91906142e9565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612bf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c1c91906142e9565b505050505050919050565b5f805f8051602061475783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb79190614362565b15612ce35780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610718565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d599190614362565b612d815760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610718565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612dd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df791906142e9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101d16135e8565b5f805160206147778339815191525f80612e60612e436126b4565b8730612e5260045f8a8c614542565b612e5b91614569565b613620565b91509150816123845763ffffffff811615612efb57825460ff60a01b1916600160a01b178355612e8e6126b4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ebd939291906145a1565b5f604051808303815f87803b158015612ed4575f80fd5b505af1158015612ee6573d5f803e3d5ffd5b5050845460ff60a01b19168555506123849050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610718565b5f805f612f336001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612f82573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612fa991908101906143ee565b9050612fbb8160400151610a11600a90565b15612fe45760405163209839e360e21b81526001600160601b0387166004820152602401610718565b6040516308b09a5f60e41b81526001600160a01b0386811660048301525f9190841690638b09a5f0906024015f60405180830381865afa15801561302a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261305191908101906143ee565b9050613061816020015188613728565b1561309557805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610718565b608090910151905190969095509350505050565b5f805160206147978339815191528054600160401b810460ff1615906001600160401b03165f811580156130da5750825b90505f826001600160401b031660011480156130f55750303b155b905081158015613103575080155b156131215760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561314b57845460ff60401b1916600160401b1785555b5f808780602001905181019061316191906145e0565b9150915061317082828b6137b3565b61317a60026138f8565b600280546001600160a01b0319166001600160a01b03929092169190911790556131a460036138f8565b600380546001600160a01b0319166001600160a01b03929092169190911790556131d46348b5e69560e01b6139ff565b50508315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610fbc565b5f6132238686612f1e565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613263573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613287919061433c565b90505f5b8451811015610ec85760010161328b565b5f8051602061477783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613315906001600160a01b0316613579565b60055490915061332d906001600160a01b0316613579565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613371575f80fd5b505af1158015613383573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340b919061433c565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015613450575f80fd5b505af1158015613462573d5f803e3d5ffd5b505050505090565b6009545f908190613483906001600160a01b0316613579565b6008549091505f9061349d906001600160a01b0316613579565b6007549091505f906134b7906001600160a01b0316613579565b6006549091506134cf906001600160a01b0316613579565b9350836001600160a01b031663cc2a9a5b878585856134f66001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b15801561355a575f80fd5b505af115801561356c573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166135e3576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f8051602061479783398151915254600160401b900460ff1661361e57604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161368e919061460d565b5f60405180830381855afa9150503d805f81146136c6576040519150601f19603f3d011682016040523d82523d5f602084013e6136cb565b606091505b5091509150811561371d5760408151106136fd57808060200190518101906136f39190614623565b909450925061371d565b602081511061371d578080602001905181019061371a9190614362565b93505b505094509492505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015613788573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ac9190614362565b9392505050565b6137bb6135e8565b6137c3613a2b565b6001600160a01b038216156137e0576137db82613a3b565b613857565b5f6137eb60026138f8565b9050613855816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561382c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613850919061433c565b613a3b565b505b6138d383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613897573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138bb91906142e9565b60085f8560405180602001604052805f815250613a4f565b6138e3634a531f3360e01b6139ff565b6138f363daf9067160e01b6139ff565b505050565b5f61390b6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561396e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061399291906144da565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156139d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139f9919061433c565b92915050565b613a076135e8565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613a336135e8565b61361e613aea565b613a436135e8565b613a4c81613b18565b50565b613a576135e8565b613a618287613b29565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610ec8838261469c565b613af26135e8565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613b206135e8565b613a4c8161329c565b613b316135e8565b613b3a81613b9f565b613b42613ca7565b6001600160a01b038216613b695760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061475783398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ba76135e8565b806001600160a01b03163b5f03613bdc5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa925050508015613c56575060408051601f3d908101601f19168201909252613c5391810190614362565b60015b613c7e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b806119f45760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610718565b613caf6135e8565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b80356001600160e01b0319811681146135e3575f80fd5b5f60208284031215613d13575f80fd5b6137ac82613cec565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613d92608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613dd6610100840182613d1c565b949350505050565b6001600160a01b0381168114613a4c575f80fd5b5f60208284031215613e02575f80fd5b81356137ac81613dde565b64ffffffffff81168114613a4c575f80fd5b5f60208284031215613e2f575f80fd5b81356137ac81613e0d565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613e7057613e70613e3a565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613e9e57613e9e613e3a565b604052919050565b5f6001600160401b03821115613ebe57613ebe613e3a565b50601f01601f191660200190565b5f613ede613ed984613ea6565b613e76565b9050828152838383011115613ef1575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112613f16575f80fd5b6137ac83833560208501613ecc565b5f60208284031215613f35575f80fd5b81356001600160401b03811115613f4a575f80fd5b613dd684828501613f07565b6001600160601b0381168114613a4c575f80fd5b5f8060408385031215613f7b575f80fd5b8235613f8681613f56565b91506020830135613f9681613dde565b809150509250929050565b5f8060408385031215613fb2575f80fd5b8235613fbd81613dde565b915060208301356001600160401b03811115613fd7575f80fd5b613fe385828601613f07565b9150509250929050565b5f6001600160401b0382111561400557614005613e3a565b5060051b60200190565b5f82601f83011261401e575f80fd5b813561402c613ed982613fed565b8082825260208201915060208360051b86010192508583111561404d575f80fd5b602085015b838110156140f15780356001600160401b0381111561406f575f80fd5b8601603f8101881361407f575f80fd5b6020810135614090613ed982613fed565b808282526020820191506020808460051b8601010192508a8311156140b3575f80fd5b6040840193505b828410156140dc576140cb84613cec565b8252602093840193909101906140ba565b86525050602093840193919091019050614052565b5095945050505050565b6001600160401b0381168114613a4c575f80fd5b5f82601f83011261411e575f80fd5b813561412c613ed982613fed565b8082825260208201915060208360051b86010192508583111561414d575f80fd5b602085015b838110156140f1578035614165816140fb565b835260209283019201614152565b5f805f805f60a08688031215614187575f80fd5b853561419281613f56565b945060208601356141a281613dde565b935060408601356001600160401b038111156141bc575f80fd5b8601601f810188136141cc575f80fd5b6141db88823560208401613ecc565b93505060608601356001600160401b038111156141f6575f80fd5b6142028882890161400f565b92505060808601356001600160401b0381111561421d575f80fd5b6142298882890161410f565b9150509295509295909350565b5f8060408385031215614247575f80fd5b823561425281613dde565b91506020830135613f9681613f56565b8015158114613a4c575f80fd5b5f6020828403121561427f575f80fd5b81356137ac81614262565b5f6020828403121561429a575f80fd5b5035919050565b5f602082840312156142b1575f80fd5b81356137ac81613f56565b5f602082840312156142cc575f80fd5b815162ffffff811681146137ac575f80fd5b80516135e381613f56565b5f602082840312156142f9575f80fd5b81516137ac81613f56565b600181811c9082168061431857607f821691505b60208210810361433657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561434c575f80fd5b81516137ac81613dde565b80516135e381614262565b5f60208284031215614372575f80fd5b81516137ac81614262565b60ff81168114613a4c575f80fd5b80516135e38161437d565b80516135e381613dde565b5f82601f8301126143b0575f80fd5b81516143be613ed982613ea6565b8181528460208386010111156143d2575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156143fe575f80fd5b81516001600160401b03811115614413575f80fd5b820160e08185031215614424575f80fd5b61442c613e4e565b614435826142de565b8152614443602083016142de565b60208201526144546040830161438b565b604082015261446560608301614357565b606082015261447660808301614396565b608082015261448760a08301614396565b60a082015260c08201516001600160401b038111156144a4575f80fd5b6144b0868285016143a1565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f602082840312156144ea575f80fd5b81516137ac8161437d565b5f60208284031215614505575f80fd5b81516137ac816140fb565b5f60208284031215614520575f80fd5b81516137ac81613e0d565b5f6020828403121561453b575f80fd5b5051919050565b5f8085851115614550575f80fd5b8386111561455c575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561459a576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156145f1575f80fd5b82516145fc81613dde565b6020840151909250613f9681613dde565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614634575f80fd5b825161463f81614262565b602084015190925063ffffffff81168114613f96575f80fd5b601f8211156138f357805f5260205f20601f840160051c8101602085101561467d5750805b601f840160051c820191505b81811015611875575f8155600101614689565b81516001600160401b038111156146b5576146b5613e3a565b6146c9816146c38454614304565b84614658565b6020601f8211600181146146fb575f83156146e45750848201515b5f19600385901b1c1916600184901b178455611875565b5f84815260208120601f198516915b8281101561472a578785015182556020948501946001909201910161470a565b508482101561474757868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ed2ebbb56990f1c364a06de144b9298c56caf3ca61290f3fad01c6a2fc14a2a164736f6c634300081a0033",
884
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101d1575f3560e01c80637a9e5e4b116100fe578063b03d2a8e1161009e578063c22f980d1161006e578063c22f980d1461045b578063dd38b49e14610352578063e52ba1cb1461046e578063edabac0314610481575f80fd5b8063b03d2a8e1461041e578063b68d180914610431578063b7d6851914610440578063bf7e214f14610453575f80fd5b80638fb36037116100d95780638fb36037146103a7578063a2356b3a146103c8578063ad501467146103db578063ada9652e1461040a575f80fd5b80637a9e5e4b14610385578063872309c714610398578063893d20e81461039f575f80fd5b8063329d6e7411610174578063644c45e011610144578063644c45e0146103225780636a778e731461033f5780636c6fbb28146103525780636c741e7814610365575f80fd5b8063329d6e74146102c45780633931d6da146102d757806349bb9e4b146102ea5780635ab1bd53146102fd575f80fd5b8063138461e0116101af578063138461e0146102475780631eff4b2214610267578063254f68661461029c5780632d764ef8146102b1575f80fd5b806301ffc9a7146101d55780630d8e6e2c146102165780630fec111c14610232575b5f80fd5b6102016101e3366004613d03565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610492565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613d4a565b61024f6106d7565b6040516001600160601b03909116815260200161020d565b61028e7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102af6102aa366004613df2565b6106e1565b005b6102af6102bf366004613e1f565b61085c565b6102af6102d2366004613f25565b610c3a565b6102af6102e5366004613f6a565b610d84565b6102af6102f8366004613fa1565b610ed2565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b5f80516020614757833981519152546001600160601b031661024f565b61024f61034d366004613df2565b610fce565b6102af610360366004614173565b61185f565b61036d61187c565b6040516001600160401b03909116815260200161020d565b6102af610393366004613df2565b611972565b61028e5f81565b61030a6119f8565b6103af611b29565b6040516001600160e01b0319909116815260200161020d565b6102af6103d6366004614236565b611b5e565b6103e3611ecc565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61028e5f8051602061475783398151915281565b6102af61042c36600461426f565b61216a565b604051600a815260200161020d565b6102af61044e36600461428a565b61238c565b61030a6126b4565b6102af6104693660046142a1565b6126cf565b61024f61047c3660046142a1565b6128b7565b6007546001600160a01b031661030a565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906142bc565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ed91906142e9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106356119f8565b6001600160a01b0316815260200182600101805461065290614304565b80601f016020809104026020016040519081016040528092919081815260200182805461067e90614304565b80156106c95780601f106106a0576101008083540402835291602001916106c9565b820191905f5260205f20905b8154815290600101906020018083116106ac57829003601f168201915b505050505081525091505090565b5f61051430612c27565b6106e96119f8565b6001600160a01b0316336001600160a01b0316146107215760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b031661074a576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661077157604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b03908116908216036107a057604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610812919061433c565b6001600160a01b0316146108395760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f6108706001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d891906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190614362565b1561097e576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6109916001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a0491908101906143ee565b604001519050610a1d81600a5b60ff9081169116141590565b15610a3f578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa091906144da565b9050610b2581610aae610492565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1191906144da565b15610b47578381604051637f8084f960e01b81526004016107189291906144be565b5f610b5a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc291906142e9565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1c575f80fd5b505af1158015610c2e573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5c610492565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906144f5565b5f805160206147978339815191528054600160401b900460ff1680610cf0575080546001600160401b03808416911610155b15610d0e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3883612e20565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d90335b5f36612e28565b5f610d9b8383612f1e565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ddb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dff919061433c565b9050806001600160a01b031663a76a333a84856001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e71919061433c565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015610eb6575f80fd5b505af1158015610ec8573d5f803e3d5ffd5b5050505050505050565b5f805160206147978339815191528054600160401b810460ff1615906001600160401b03165f81158015610f035750825b90505f826001600160401b03166001148015610f1e5750303b155b905081158015610f2c575080155b15610f4a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f7457845460ff60401b1916600160401b1785555b610f7e87876130a9565b8315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610fd76119f8565b6001600160a01b0316336001600160a01b03161461100a5760405163086391f760e31b8152336004820152602401610718565b6006546001600160a01b03161561103457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b03161561105e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b0316156110885760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b0382166110af576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611114919061433c565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611177919061433c565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111de919061433c565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611221573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611245919061433c565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611288573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ac919061433c565b9050806001600160a01b0389166112d6576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166112fc576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166113235760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661134a5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611371576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d1919061433c565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611416573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061143a919061433c565b6001600160a01b031614611461576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561149d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c1919061433c565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611506573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061152a919061433c565b6001600160a01b0316146115515760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561158d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b1919061433c565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161a919061433c565b6001600160a01b03161461164157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ab919061433c565b6001600160a01b0316146116d257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173c919061433c565b6001600160a01b031614611763576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b836117dc6119f8565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611825573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261184c91908101906143ee565b519e9d5050505050505050505050505050565b61186833610d89565b6118758585858486613218565b5050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156118e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061190b91906144da565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561194e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906144f5565b3361197b6126b4565b6001600160a01b0316816001600160a01b0316146119b65760405162d1953b60e31b81526001600160a01b0382166004820152602401610718565b816001600160a01b03163b5f036119eb576040516361798f2f60e11b81526001600160a01b0383166004820152602401610718565b6119f48261329c565b5050565b5f805f8051602061475783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a889190614362565b15611b13576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ae9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0d919061433c565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061477783398151915280545f9190600160a01b900460ff16611b50575f611b0d565b638fb3603760e01b91505090565b335f611b726001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bda91906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c579190614362565b15611c80576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f611c936001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0691908101906143ee565b604001519050611d1781600a610a11565b15611d39578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a91906144da565b9050611da881610aae610492565b15611dca578381604051637f8084f960e01b81526004016107189291906144be565b5f611ddd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4591906142e9565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec891906142e9565b5f803381611ed86132fc565b9050611ee4818361346a565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611f36573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f5d91908101906143ee565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff19190614510565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015612038573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061205c919061452b565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b1580156120ad575f80fd5b505af11580156120bf573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015612103575f80fd5b505af1158015612115573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa1580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190614362565b6121fd576040516302613e9f60e51b8152336004820152602401610718565b6040516301ffc9a760e01b81526376c9b41160e11b6004820152339081906301ffc9a790602401602060405180830381865afa15801561223f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122639190614362565b61228a576040516236c14d60e71b81526001600160a01b0382166004820152602401610718565b5f61229d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156122e5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261230c91908101906143ee565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015612360573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612384919061433c565b505050505050565b335f6123a06001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156123e4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240891906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190614362565b156124ae576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6124c16001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561250d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253491908101906143ee565b60400151905061254581600a610a11565b15612567578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125c891906144da565b90506125d681610aae610492565b156125f8578381604051637f8084f960e01b81526004016107189291906144be565b5f61260b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561264f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267391906142e9565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c05565b5f80516020614777833981519152546001600160a01b031690565b806126e26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561272f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612753919061433c565b6001600160a01b0316336001600160a01b031614612786576040516302613e9f60e51b8152336004820152602401610718565b5f6127996001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127e8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261280f91908101906143ee565b6080810151600754919250905f9061282f906001600160a01b0316613579565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612873575f80fd5b505af1158015612885573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c05565b5f33816128cc6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612910573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293491906142e9565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561298d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b19190614362565b156129da576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6129ed6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612a39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a6091908101906143ee565b604001519050612a7181600a610a11565b15612a93578281604051632e87cd2360e11b81526004016107189291906144be565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ad0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612af491906144da565b9050612b0281610aae610492565b15612b24578381604051637f8084f960e01b81526004016107189291906144be565b5f612b376001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b9f91906142e9565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612bf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c1c91906142e9565b505050505050919050565b5f805f8051602061475783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb79190614362565b15612ce35780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610718565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d599190614362565b612d815760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610718565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612dd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df791906142e9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101d16135e8565b5f805160206147778339815191525f80612e60612e436126b4565b8730612e5260045f8a8c614542565b612e5b91614569565b613620565b91509150816123845763ffffffff811615612efb57825460ff60a01b1916600160a01b178355612e8e6126b4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ebd939291906145a1565b5f604051808303815f87803b158015612ed4575f80fd5b505af1158015612ee6573d5f803e3d5ffd5b5050845460ff60a01b19168555506123849050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610718565b5f805f612f336001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612f82573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612fa991908101906143ee565b9050612fbb8160400151610a11600a90565b15612fe45760405163209839e360e21b81526001600160601b0387166004820152602401610718565b6040516308b09a5f60e41b81526001600160a01b0386811660048301525f9190841690638b09a5f0906024015f60405180830381865afa15801561302a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261305191908101906143ee565b9050613061816020015188613728565b1561309557805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610718565b608090910151905190969095509350505050565b5f805160206147978339815191528054600160401b810460ff1615906001600160401b03165f811580156130da5750825b90505f826001600160401b031660011480156130f55750303b155b905081158015613103575080155b156131215760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561314b57845460ff60401b1916600160401b1785555b5f808780602001905181019061316191906145e0565b9150915061317082828b6137b3565b61317a60026138f8565b600280546001600160a01b0319166001600160a01b03929092169190911790556131a460036138f8565b600380546001600160a01b0319166001600160a01b03929092169190911790556131d46348b5e69560e01b6139ff565b50508315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610fbc565b5f6132238686612f1e565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613263573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613287919061433c565b90505f5b8451811015610ec85760010161328b565b5f8051602061477783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613315906001600160a01b0316613579565b60055490915061332d906001600160a01b0316613579565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613371575f80fd5b505af1158015613383573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340b919061433c565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015613450575f80fd5b505af1158015613462573d5f803e3d5ffd5b505050505090565b6009545f908190613483906001600160a01b0316613579565b6008549091505f9061349d906001600160a01b0316613579565b6007549091505f906134b7906001600160a01b0316613579565b6006549091506134cf906001600160a01b0316613579565b9350836001600160a01b031663cc2a9a5b878585856134f66001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b15801561355a575f80fd5b505af115801561356c573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166135e3576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f8051602061479783398151915254600160401b900460ff1661361e57604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161368e919061460d565b5f60405180830381855afa9150503d805f81146136c6576040519150601f19603f3d011682016040523d82523d5f602084013e6136cb565b606091505b5091509150811561371d5760408151106136fd57808060200190518101906136f39190614623565b909450925061371d565b602081511061371d578080602001905181019061371a9190614362565b93505b505094509492505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015613788573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ac9190614362565b9392505050565b6137bb6135e8565b6137c3613a2b565b6001600160a01b038216156137e0576137db82613a3b565b613857565b5f6137eb60026138f8565b9050613855816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561382c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613850919061433c565b613a3b565b505b6138d383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613897573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138bb91906142e9565b60085f8560405180602001604052805f815250613a4f565b6138e3634a531f3360e01b6139ff565b6138f363daf9067160e01b6139ff565b505050565b5f61390b6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561396e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061399291906144da565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156139d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139f9919061433c565b92915050565b613a076135e8565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613a336135e8565b61361e613aea565b613a436135e8565b613a4c81613b18565b50565b613a576135e8565b613a618287613b29565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610ec8838261469c565b613af26135e8565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613b206135e8565b613a4c8161329c565b613b316135e8565b613b3a81613b9f565b613b42613ca7565b6001600160a01b038216613b695760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061475783398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ba76135e8565b806001600160a01b03163b5f03613bdc5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa925050508015613c56575060408051601f3d908101601f19168201909252613c5391810190614362565b60015b613c7e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b806119f45760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610718565b613caf6135e8565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b80356001600160e01b0319811681146135e3575f80fd5b5f60208284031215613d13575f80fd5b6137ac82613cec565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613d92608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613dd6610100840182613d1c565b949350505050565b6001600160a01b0381168114613a4c575f80fd5b5f60208284031215613e02575f80fd5b81356137ac81613dde565b64ffffffffff81168114613a4c575f80fd5b5f60208284031215613e2f575f80fd5b81356137ac81613e0d565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613e7057613e70613e3a565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613e9e57613e9e613e3a565b604052919050565b5f6001600160401b03821115613ebe57613ebe613e3a565b50601f01601f191660200190565b5f613ede613ed984613ea6565b613e76565b9050828152838383011115613ef1575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112613f16575f80fd5b6137ac83833560208501613ecc565b5f60208284031215613f35575f80fd5b81356001600160401b03811115613f4a575f80fd5b613dd684828501613f07565b6001600160601b0381168114613a4c575f80fd5b5f8060408385031215613f7b575f80fd5b8235613f8681613f56565b91506020830135613f9681613dde565b809150509250929050565b5f8060408385031215613fb2575f80fd5b8235613fbd81613dde565b915060208301356001600160401b03811115613fd7575f80fd5b613fe385828601613f07565b9150509250929050565b5f6001600160401b0382111561400557614005613e3a565b5060051b60200190565b5f82601f83011261401e575f80fd5b813561402c613ed982613fed565b8082825260208201915060208360051b86010192508583111561404d575f80fd5b602085015b838110156140f15780356001600160401b0381111561406f575f80fd5b8601603f8101881361407f575f80fd5b6020810135614090613ed982613fed565b808282526020820191506020808460051b8601010192508a8311156140b3575f80fd5b6040840193505b828410156140dc576140cb84613cec565b8252602093840193909101906140ba565b86525050602093840193919091019050614052565b5095945050505050565b6001600160401b0381168114613a4c575f80fd5b5f82601f83011261411e575f80fd5b813561412c613ed982613fed565b8082825260208201915060208360051b86010192508583111561414d575f80fd5b602085015b838110156140f1578035614165816140fb565b835260209283019201614152565b5f805f805f60a08688031215614187575f80fd5b853561419281613f56565b945060208601356141a281613dde565b935060408601356001600160401b038111156141bc575f80fd5b8601601f810188136141cc575f80fd5b6141db88823560208401613ecc565b93505060608601356001600160401b038111156141f6575f80fd5b6142028882890161400f565b92505060808601356001600160401b0381111561421d575f80fd5b6142298882890161410f565b9150509295509295909350565b5f8060408385031215614247575f80fd5b823561425281613dde565b91506020830135613f9681613f56565b8015158114613a4c575f80fd5b5f6020828403121561427f575f80fd5b81356137ac81614262565b5f6020828403121561429a575f80fd5b5035919050565b5f602082840312156142b1575f80fd5b81356137ac81613f56565b5f602082840312156142cc575f80fd5b815162ffffff811681146137ac575f80fd5b80516135e381613f56565b5f602082840312156142f9575f80fd5b81516137ac81613f56565b600181811c9082168061431857607f821691505b60208210810361433657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561434c575f80fd5b81516137ac81613dde565b80516135e381614262565b5f60208284031215614372575f80fd5b81516137ac81614262565b60ff81168114613a4c575f80fd5b80516135e38161437d565b80516135e381613dde565b5f82601f8301126143b0575f80fd5b81516143be613ed982613ea6565b8181528460208386010111156143d2575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156143fe575f80fd5b81516001600160401b03811115614413575f80fd5b820160e08185031215614424575f80fd5b61442c613e4e565b614435826142de565b8152614443602083016142de565b60208201526144546040830161438b565b604082015261446560608301614357565b606082015261447660808301614396565b608082015261448760a08301614396565b60a082015260c08201516001600160401b038111156144a4575f80fd5b6144b0868285016143a1565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f602082840312156144ea575f80fd5b81516137ac8161437d565b5f60208284031215614505575f80fd5b81516137ac816140fb565b5f60208284031215614520575f80fd5b81516137ac81613e0d565b5f6020828403121561453b575f80fd5b5051919050565b5f8085851115614550575f80fd5b8386111561455c575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561459a576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156145f1575f80fd5b82516145fc81613dde565b6020840151909250613f9681613dde565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614634575f80fd5b825161463f81614262565b602084015190925063ffffffff81168114613f96575f80fd5b601f8211156138f357805f5260205f20601f840160051c8101602085101561467d5750805b601f840160051c820191505b81811015611875575f8155600101614689565b81516001600160401b038111156146b5576146b5613e3a565b6146c9816146c38454614304565b84614658565b6020601f8211600181146146fb575f83156146e45750848201515b5f19600385901b1c1916600184901b178455611875565b5f84815260208120601f198516915b8281101561472a578785015182556020948501946001909201910161470a565b508482101561474757868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ed2ebbb56990f1c364a06de144b9298c56caf3ca61290f3fad01c6a2fc14a2a164736f6c634300081a0033",
647
885
  "linkReferences": {
648
- "contracts/types/Blocknumber.sol": {
649
- "BlocknumberLib": [
886
+ "contracts/staking/TargetManagerLib.sol": {
887
+ "TargetManagerLib": [
888
+ {
889
+ "length": 20,
890
+ "start": 8286
891
+ },
650
892
  {
651
893
  "length": 20,
652
- "start": 2857
894
+ "start": 8393
653
895
  }
654
896
  ]
655
897
  },
656
- "contracts/types/NftId.sol": {
898
+ "contracts/type/NftId.sol": {
657
899
  "NftIdLib": [
658
900
  {
659
901
  "length": 20,
660
- "start": 2273
902
+ "start": 1626
661
903
  },
662
904
  {
663
905
  "length": 20,
664
- "start": 3289
665
- }
666
- ]
667
- },
668
- "contracts/types/RoleId.sol": {
669
- "RoleIdLib": [
906
+ "start": 2511
907
+ },
670
908
  {
671
909
  "length": 20,
672
- "start": 5725
910
+ "start": 6914
673
911
  },
674
912
  {
675
913
  "length": 20,
676
- "start": 5984
914
+ "start": 7377
677
915
  },
678
916
  {
679
917
  "length": 20,
680
- "start": 7882
918
+ "start": 9471
681
919
  },
682
920
  {
683
921
  "length": 20,
684
- "start": 8306
922
+ "start": 10795
685
923
  },
686
924
  {
687
925
  "length": 20,
688
- "start": 8501
926
+ "start": 11569
689
927
  },
690
928
  {
691
929
  "length": 20,
692
- "start": 8857
930
+ "start": 14374
693
931
  }
694
932
  ]
695
933
  },
696
- "contracts/types/Timestamp.sol": {
697
- "TimestampLib": [
934
+ "contracts/type/RoleId.sol": {
935
+ "RoleIdLib": [
698
936
  {
699
937
  "length": 20,
700
- "start": 6589
938
+ "start": 6485
701
939
  }
702
940
  ]
703
941
  },
704
- "contracts/types/Version.sol": {
942
+ "contracts/type/Version.sol": {
705
943
  "VersionLib": [
706
944
  {
707
945
  "length": 20,
708
- "start": 1748
709
- },
710
- {
711
- "length": 20,
712
- "start": 3529
713
- },
714
- {
715
- "length": 20,
716
- "start": 4024
946
+ "start": 1422
717
947
  },
718
948
  {
719
949
  "length": 20,
720
- "start": 4712
950
+ "start": 2975
721
951
  },
722
952
  {
723
953
  "length": 20,
724
- "start": 4833
725
- },
954
+ "start": 3346
955
+ }
956
+ ],
957
+ "VersionPartLib": [
726
958
  {
727
959
  "length": 20,
728
- "start": 7469
960
+ "start": 6533
729
961
  },
730
962
  {
731
963
  "length": 20,
732
- "start": 7590
964
+ "start": 14860
733
965
  }
734
966
  ]
735
967
  }
736
968
  },
737
969
  "deployedLinkReferences": {
738
- "contracts/types/Blocknumber.sol": {
739
- "BlocknumberLib": [
970
+ "contracts/staking/TargetManagerLib.sol": {
971
+ "TargetManagerLib": [
972
+ {
973
+ "length": 20,
974
+ "start": 8072
975
+ },
740
976
  {
741
977
  "length": 20,
742
- "start": 2543
978
+ "start": 8179
743
979
  }
744
980
  ]
745
981
  },
746
- "contracts/types/NftId.sol": {
982
+ "contracts/type/NftId.sol": {
747
983
  "NftIdLib": [
748
984
  {
749
985
  "length": 20,
750
- "start": 1959
986
+ "start": 1412
751
987
  },
752
988
  {
753
989
  "length": 20,
754
- "start": 2975
755
- }
756
- ]
757
- },
758
- "contracts/types/RoleId.sol": {
759
- "RoleIdLib": [
990
+ "start": 2297
991
+ },
760
992
  {
761
993
  "length": 20,
762
- "start": 5411
994
+ "start": 6700
763
995
  },
764
996
  {
765
997
  "length": 20,
766
- "start": 5670
998
+ "start": 7163
767
999
  },
768
1000
  {
769
1001
  "length": 20,
770
- "start": 7568
1002
+ "start": 9257
771
1003
  },
772
1004
  {
773
1005
  "length": 20,
774
- "start": 7992
1006
+ "start": 10581
775
1007
  },
776
1008
  {
777
1009
  "length": 20,
778
- "start": 8187
1010
+ "start": 11355
779
1011
  },
780
1012
  {
781
1013
  "length": 20,
782
- "start": 8543
1014
+ "start": 14160
783
1015
  }
784
1016
  ]
785
1017
  },
786
- "contracts/types/Timestamp.sol": {
787
- "TimestampLib": [
1018
+ "contracts/type/RoleId.sol": {
1019
+ "RoleIdLib": [
788
1020
  {
789
1021
  "length": 20,
790
- "start": 6275
1022
+ "start": 6271
791
1023
  }
792
1024
  ]
793
1025
  },
794
- "contracts/types/Version.sol": {
1026
+ "contracts/type/Version.sol": {
795
1027
  "VersionLib": [
796
1028
  {
797
1029
  "length": 20,
798
- "start": 1434
799
- },
800
- {
801
- "length": 20,
802
- "start": 3215
803
- },
804
- {
805
- "length": 20,
806
- "start": 3710
1030
+ "start": 1208
807
1031
  },
808
1032
  {
809
1033
  "length": 20,
810
- "start": 4398
1034
+ "start": 2761
811
1035
  },
812
1036
  {
813
1037
  "length": 20,
814
- "start": 4519
815
- },
1038
+ "start": 3132
1039
+ }
1040
+ ],
1041
+ "VersionPartLib": [
816
1042
  {
817
1043
  "length": 20,
818
- "start": 7155
1044
+ "start": 6319
819
1045
  },
820
1046
  {
821
1047
  "length": 20,
822
- "start": 7276
1048
+ "start": 14646
823
1049
  }
824
1050
  ]
825
1051
  }