@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f12cf4d-104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (746) hide show
  1. package/README.md +297 -26
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/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 +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
  22. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  24. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1471 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
  54. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  55. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  56. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +290 -1482
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +418 -1761
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2053 -0
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1011 -0
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +746 -0
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  87. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  88. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  89. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  90. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  93. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  96. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  97. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
  106. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  108. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
  114. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
  122. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
  124. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  128. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
  138. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  146. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  150. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  151. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +931 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
  156. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  166. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  167. package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1000 -119
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  177. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  180. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.json +1427 -220
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  185. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1262 -0
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +737 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  196. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  197. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
  200. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
  202. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
  204. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  205. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
  206. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  208. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
  210. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
  212. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
  214. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  216. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  217. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
  218. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  219. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  220. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  221. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
  222. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  223. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  224. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  225. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
  226. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  228. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  229. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
  230. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  231. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  232. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  233. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  234. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  235. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  236. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  237. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  238. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  239. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  240. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
  242. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  243. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  244. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  245. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
  246. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
  248. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  250. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  251. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  252. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
  254. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  256. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  258. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  259. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  260. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  262. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  264. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  266. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  268. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  270. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  272. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  273. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  274. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  275. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  276. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  278. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  280. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  282. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  284. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  286. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  288. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  290. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  291. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  292. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  294. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  296. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  298. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  300. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  302. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  304. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  306. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  308. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  312. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  314. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  316. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  318. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  320. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  322. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  324. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  326. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  328. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  329. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  330. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  331. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  332. package/contracts/authorization/AccessAdmin.sol +596 -0
  333. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  334. package/contracts/authorization/Authorization.sol +289 -0
  335. package/contracts/authorization/IAccess.sol +49 -0
  336. package/contracts/authorization/IAccessAdmin.sol +137 -0
  337. package/contracts/authorization/IAuthorization.sol +60 -0
  338. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  339. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  340. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  341. package/contracts/distribution/BasicDistribution.sol +139 -0
  342. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  343. package/contracts/distribution/Distribution.sol +285 -0
  344. package/contracts/distribution/DistributionService.sol +355 -0
  345. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  346. package/contracts/distribution/IDistributionComponent.sol +52 -0
  347. package/contracts/distribution/IDistributionService.sol +101 -0
  348. package/contracts/examples/fire/DamageLevel.sol +59 -0
  349. package/contracts/examples/fire/FirePool.sol +86 -0
  350. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  351. package/contracts/examples/fire/FireProduct.sol +431 -0
  352. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  353. package/contracts/examples/fire/FireUSD.sol +26 -0
  354. package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
  355. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  356. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  357. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  358. package/contracts/instance/BundleSet.sol +126 -0
  359. package/contracts/instance/IInstance.sol +58 -44
  360. package/contracts/instance/IInstanceService.sol +71 -0
  361. package/contracts/instance/Instance.sol +218 -54
  362. package/contracts/instance/InstanceAdmin.sol +277 -0
  363. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  364. package/contracts/instance/InstanceReader.sol +495 -0
  365. package/contracts/instance/InstanceService.sol +414 -0
  366. package/contracts/instance/InstanceServiceManager.sol +39 -0
  367. package/contracts/instance/InstanceStore.sol +287 -0
  368. package/contracts/instance/base/BalanceStore.sol +123 -0
  369. package/contracts/instance/base/Cloneable.sol +28 -0
  370. package/contracts/instance/base/ObjectCounter.sol +21 -0
  371. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  372. package/contracts/instance/base/ObjectSet.sol +79 -0
  373. package/contracts/instance/module/IAccess.sol +46 -0
  374. package/contracts/instance/module/IBundle.sol +20 -0
  375. package/contracts/instance/module/IComponents.sol +50 -0
  376. package/contracts/instance/module/IDistribution.sol +41 -0
  377. package/contracts/instance/module/IPolicy.sol +85 -0
  378. package/contracts/instance/module/IRisk.sol +11 -0
  379. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  380. package/contracts/oracle/BasicOracle.sol +47 -0
  381. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  382. package/contracts/oracle/IOracle.sol +36 -0
  383. package/contracts/oracle/IOracleComponent.sol +33 -0
  384. package/contracts/oracle/IOracleService.sol +66 -0
  385. package/contracts/oracle/Oracle.sol +156 -0
  386. package/contracts/oracle/OracleService.sol +292 -0
  387. package/contracts/oracle/OracleServiceManager.sol +39 -0
  388. package/contracts/pool/BasicPool.sol +175 -0
  389. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  390. package/contracts/pool/BundleService.sol +485 -0
  391. package/contracts/pool/BundleServiceManager.sol +39 -0
  392. package/contracts/pool/IBundleService.sol +140 -0
  393. package/contracts/pool/IPoolComponent.sol +62 -0
  394. package/contracts/pool/IPoolService.sol +172 -0
  395. package/contracts/pool/Pool.sol +345 -0
  396. package/contracts/pool/PoolService.sol +620 -0
  397. package/contracts/pool/PoolServiceManager.sol +39 -0
  398. package/contracts/product/ApplicationService.sol +259 -0
  399. package/contracts/product/ApplicationServiceManager.sol +38 -0
  400. package/contracts/product/BasicProduct.sol +49 -0
  401. package/contracts/product/BasicProductAuthorization.sol +42 -0
  402. package/contracts/product/ClaimService.sol +614 -0
  403. package/contracts/product/ClaimServiceManager.sol +38 -0
  404. package/contracts/product/IApplicationService.sol +63 -0
  405. package/contracts/product/IClaimService.sol +123 -0
  406. package/contracts/product/IPolicyService.sol +82 -0
  407. package/contracts/product/IPricingService.sol +39 -0
  408. package/contracts/product/IProductComponent.sol +59 -0
  409. package/contracts/product/IRiskService.sol +33 -0
  410. package/contracts/product/PolicyService.sol +695 -0
  411. package/contracts/product/PolicyServiceManager.sol +39 -0
  412. package/contracts/product/PricingService.sol +300 -0
  413. package/contracts/product/PricingServiceManager.sol +39 -0
  414. package/contracts/product/Product.sol +432 -0
  415. package/contracts/product/RiskService.sol +96 -0
  416. package/contracts/product/RiskServiceManager.sol +39 -0
  417. package/contracts/registry/ChainNft.sol +128 -40
  418. package/contracts/registry/IRegistry.sol +144 -28
  419. package/contracts/registry/IRegistryService.sol +62 -0
  420. package/contracts/registry/ITransferInterceptor.sol +6 -0
  421. package/contracts/registry/Registry.sol +626 -282
  422. package/contracts/registry/RegistryAdmin.sol +462 -0
  423. package/contracts/registry/RegistryService.sol +241 -0
  424. package/contracts/registry/RegistryServiceManager.sol +53 -0
  425. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  426. package/contracts/registry/ReleaseRegistry.sol +485 -0
  427. package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
  428. package/contracts/registry/TokenRegistry.sol +315 -0
  429. package/contracts/shared/Component.sol +229 -0
  430. package/contracts/shared/ComponentService.sol +779 -0
  431. package/contracts/shared/ComponentServiceManager.sol +38 -0
  432. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  433. package/contracts/shared/ContractLib.sol +54 -0
  434. package/contracts/shared/IComponent.sol +67 -0
  435. package/contracts/shared/IComponentService.sol +130 -0
  436. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  437. package/contracts/shared/IKeyValueStore.sol +54 -0
  438. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  439. package/contracts/shared/INftOwnable.sol +25 -0
  440. package/contracts/shared/IPolicyHolder.sol +35 -0
  441. package/contracts/shared/IRegisterable.sol +23 -21
  442. package/contracts/shared/IRegistryLinked.sol +11 -0
  443. package/contracts/shared/IService.sol +25 -0
  444. package/contracts/shared/InitializableERC165.sol +27 -0
  445. package/contracts/shared/InstanceLinkedComponent.sol +205 -0
  446. package/contracts/shared/KeyValueStore.sol +131 -0
  447. package/contracts/shared/Lifecycle.sol +88 -0
  448. package/contracts/shared/NftIdSet.sol +65 -0
  449. package/contracts/shared/NftOwnable.sol +127 -0
  450. package/contracts/shared/PolicyHolder.sol +62 -0
  451. package/contracts/shared/Registerable.sol +60 -63
  452. package/contracts/shared/RegistryLinked.sol +38 -0
  453. package/contracts/shared/Service.sol +84 -0
  454. package/contracts/shared/TokenHandler.sol +397 -0
  455. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  456. package/contracts/staking/IStaking.sol +173 -0
  457. package/contracts/staking/IStakingService.sol +157 -0
  458. package/contracts/staking/StakeManagerLib.sol +224 -0
  459. package/contracts/staking/Staking.sol +505 -0
  460. package/contracts/staking/StakingLifecycle.sol +23 -0
  461. package/contracts/staking/StakingManager.sol +52 -0
  462. package/contracts/staking/StakingReader.sol +190 -0
  463. package/contracts/staking/StakingService.sol +453 -0
  464. package/contracts/staking/StakingServiceManager.sol +44 -0
  465. package/contracts/staking/StakingStore.sol +605 -0
  466. package/contracts/staking/TargetManagerLib.sol +211 -0
  467. package/contracts/{types → type}/AddressSet.sol +1 -1
  468. package/contracts/type/Amount.sol +150 -0
  469. package/contracts/{types → type}/Blocknumber.sol +27 -3
  470. package/contracts/type/ClaimId.sol +80 -0
  471. package/contracts/type/DistributorType.sol +55 -0
  472. package/contracts/type/Fee.sol +66 -0
  473. package/contracts/{types → type}/Key32.sol +8 -3
  474. package/contracts/{types → type}/NftId.sol +22 -15
  475. package/contracts/type/NftIdSet.sol +62 -0
  476. package/contracts/type/ObjectType.sol +276 -0
  477. package/contracts/type/PayoutId.sol +82 -0
  478. package/contracts/type/Referral.sol +90 -0
  479. package/contracts/type/RequestId.sol +75 -0
  480. package/contracts/type/RiskId.sol +57 -0
  481. package/contracts/type/RoleId.sol +162 -0
  482. package/contracts/type/Seconds.sol +101 -0
  483. package/contracts/type/Selector.sol +102 -0
  484. package/contracts/{types → type}/StateId.sol +53 -5
  485. package/contracts/type/String.sol +53 -0
  486. package/contracts/{types → type}/Timestamp.sol +38 -15
  487. package/contracts/type/UFixed.sol +355 -0
  488. package/contracts/{types → type}/Version.sol +17 -2
  489. package/contracts/upgradeability/IVersionable.sol +53 -0
  490. package/contracts/upgradeability/ProxyManager.sol +232 -0
  491. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  492. package/contracts/upgradeability/Versionable.sol +59 -0
  493. package/package.json +12 -7
  494. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  496. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  499. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  501. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  502. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  503. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  504. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  505. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  506. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  507. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  508. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  509. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  510. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  511. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  512. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  513. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  514. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  515. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  516. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  517. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  518. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  519. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  521. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  522. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  523. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  525. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  527. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  531. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  533. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  535. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  537. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  539. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  540. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  541. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  542. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  543. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  544. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  545. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  546. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  549. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  550. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
  551. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  553. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  555. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  558. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  560. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  563. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  565. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  568. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  570. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  571. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  572. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  573. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  574. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  575. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  576. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  578. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  580. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  581. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  583. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  584. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  585. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  586. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  587. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  588. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  589. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  591. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  592. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  594. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  595. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  596. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  597. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  598. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  599. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  600. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  602. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  604. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  605. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  606. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  607. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  608. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  609. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  610. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  611. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  612. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  613. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  614. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  615. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  616. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  617. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  618. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  619. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  620. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  621. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  622. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  623. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  624. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  626. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  628. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  630. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  632. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  633. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  634. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  635. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  636. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  637. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  638. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  639. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  640. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  641. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  642. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  643. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  644. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  645. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  646. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  648. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  650. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  652. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  653. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  654. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  656. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  657. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  658. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  660. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  662. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  664. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  666. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  668. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  670. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  672. package/contracts/components/BaseComponent.sol +0 -88
  673. package/contracts/components/IBaseComponent.sol +0 -19
  674. package/contracts/components/IPoolComponent.sol +0 -57
  675. package/contracts/components/IProductComponent.sol +0 -19
  676. package/contracts/components/Pool.sol +0 -174
  677. package/contracts/components/Product.sol +0 -117
  678. package/contracts/experiment/errors/Require.sol +0 -38
  679. package/contracts/experiment/errors/Revert.sol +0 -44
  680. package/contracts/experiment/inheritance/A.sol +0 -53
  681. package/contracts/experiment/inheritance/B.sol +0 -28
  682. package/contracts/experiment/inheritance/C.sol +0 -34
  683. package/contracts/experiment/inheritance/IA.sol +0 -13
  684. package/contracts/experiment/inheritance/IB.sol +0 -10
  685. package/contracts/experiment/inheritance/IC.sol +0 -12
  686. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  687. package/contracts/experiment/statemachine/ISM.sol +0 -25
  688. package/contracts/experiment/statemachine/README.md +0 -112
  689. package/contracts/experiment/statemachine/SM.sol +0 -57
  690. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  691. package/contracts/experiment/types/TypeA.sol +0 -47
  692. package/contracts/experiment/types/TypeB.sol +0 -29
  693. package/contracts/instance/IInstanceLinked.sol +0 -8
  694. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  695. package/contracts/instance/base/IInstanceBase.sol +0 -14
  696. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  697. package/contracts/instance/base/IService.sol +0 -15
  698. package/contracts/instance/base/InstanceBase.sol +0 -80
  699. package/contracts/instance/base/KeyValueStore.sol +0 -156
  700. package/contracts/instance/base/Lifecycle.sol +0 -95
  701. package/contracts/instance/base/ModuleBase.sol +0 -52
  702. package/contracts/instance/base/ServiceBase.sol +0 -37
  703. package/contracts/instance/module/access/Access.sol +0 -149
  704. package/contracts/instance/module/access/IAccess.sol +0 -53
  705. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  706. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  707. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  708. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  709. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  710. package/contracts/instance/module/component/IComponent.sol +0 -53
  711. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  712. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  713. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  714. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  715. package/contracts/instance/module/risk/IRisk.sol +0 -10
  716. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  717. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  718. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  719. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  720. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  721. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  722. package/contracts/instance/service/IPoolService.sol +0 -30
  723. package/contracts/instance/service/IProductService.sol +0 -58
  724. package/contracts/instance/service/PoolService.sol +0 -123
  725. package/contracts/instance/service/ProductService.sol +0 -354
  726. package/contracts/registry/IChainNft.sol +0 -21
  727. package/contracts/registry/IRegistryLinked.sol +0 -8
  728. package/contracts/shared/ERC165.sol +0 -21
  729. package/contracts/shared/IOwnable.sol +0 -6
  730. package/contracts/shared/IVersionable.sol +0 -52
  731. package/contracts/shared/Versionable.sol +0 -89
  732. package/contracts/test/TestFee.sol +0 -25
  733. package/contracts/test/TestPool.sol +0 -22
  734. package/contracts/test/TestProduct.sol +0 -44
  735. package/contracts/test/TestRegisterable.sol +0 -19
  736. package/contracts/test/TestRoleId.sol +0 -14
  737. package/contracts/test/TestService.sol +0 -32
  738. package/contracts/test/TestToken.sol +0 -26
  739. package/contracts/test/TestVersion.sol +0 -44
  740. package/contracts/test/TestVersionable.sol +0 -17
  741. package/contracts/types/ChainId.sol +0 -38
  742. package/contracts/types/Fee.sol +0 -51
  743. package/contracts/types/NftIdSet.sol +0 -60
  744. package/contracts/types/ObjectType.sol +0 -115
  745. package/contracts/types/RoleId.sol +0 -38
  746. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1316 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "PolicyService",
4
+ "sourceName": "contracts/product/PolicyService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "NftId",
48
+ "name": "componentNftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "NftId",
59
+ "name": "componentNftId",
60
+ "type": "uint96"
61
+ },
62
+ {
63
+ "internalType": "ObjectType",
64
+ "name": "expectedType",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "ObjectType",
69
+ "name": "actualType",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "NftId",
80
+ "name": "nftId",
81
+ "type": "uint96"
82
+ }
83
+ ],
84
+ "name": "ErrorNftOwnableAlreadyLinked",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "address",
91
+ "name": "contractAddress",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "ErrorNftOwnableContractNotRegistered",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [],
100
+ "name": "ErrorNftOwnableInitialOwnerZero",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "NftId",
107
+ "name": "nftId",
108
+ "type": "uint96"
109
+ },
110
+ {
111
+ "internalType": "ObjectType",
112
+ "name": "expectedObjectType",
113
+ "type": "uint8"
114
+ }
115
+ ],
116
+ "name": "ErrorNftOwnableInvalidType",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "address",
123
+ "name": "account",
124
+ "type": "address"
125
+ }
126
+ ],
127
+ "name": "ErrorNftOwnableNotOwner",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "address",
134
+ "name": "registryAddress",
135
+ "type": "address"
136
+ }
137
+ ],
138
+ "name": "ErrorNotRegistry",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "address",
145
+ "name": "policyOwner",
146
+ "type": "address"
147
+ },
148
+ {
149
+ "internalType": "address",
150
+ "name": "tokenHandler",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "premiumAmount",
156
+ "type": "uint256"
157
+ },
158
+ {
159
+ "internalType": "uint256",
160
+ "name": "allowance",
161
+ "type": "uint256"
162
+ }
163
+ ],
164
+ "name": "ErrorPolicyServiceAllowanceInsufficient",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "address",
171
+ "name": "policyOwner",
172
+ "type": "address"
173
+ },
174
+ {
175
+ "internalType": "uint256",
176
+ "name": "premiumAmount",
177
+ "type": "uint256"
178
+ },
179
+ {
180
+ "internalType": "uint256",
181
+ "name": "balance",
182
+ "type": "uint256"
183
+ }
184
+ ],
185
+ "name": "ErrorPolicyServiceBalanceInsufficient",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "address",
192
+ "name": "customer",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "internalType": "address",
197
+ "name": "tokenHandlerAddress",
198
+ "type": "address"
199
+ },
200
+ {
201
+ "internalType": "uint256",
202
+ "name": "amount",
203
+ "type": "uint256"
204
+ }
205
+ ],
206
+ "name": "ErrorPolicyServiceInsufficientAllowance",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [
211
+ {
212
+ "internalType": "NftId",
213
+ "name": "policyNftId",
214
+ "type": "uint96"
215
+ },
216
+ {
217
+ "internalType": "uint16",
218
+ "name": "openClaimsCount",
219
+ "type": "uint16"
220
+ }
221
+ ],
222
+ "name": "ErrorPolicyServiceOpenClaims",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "inputs": [
227
+ {
228
+ "internalType": "NftId",
229
+ "name": "policyNftId",
230
+ "type": "uint96"
231
+ }
232
+ ],
233
+ "name": "ErrorPolicyServicePolicyAlreadyActivated",
234
+ "type": "error"
235
+ },
236
+ {
237
+ "inputs": [
238
+ {
239
+ "internalType": "NftId",
240
+ "name": "policyNftId",
241
+ "type": "uint96"
242
+ }
243
+ ],
244
+ "name": "ErrorPolicyServicePolicyAlreadyClosed",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [
249
+ {
250
+ "internalType": "NftId",
251
+ "name": "policyNftId",
252
+ "type": "uint96"
253
+ },
254
+ {
255
+ "internalType": "Timestamp",
256
+ "name": "lowerLimit",
257
+ "type": "uint40"
258
+ },
259
+ {
260
+ "internalType": "Timestamp",
261
+ "name": "expiredAt",
262
+ "type": "uint40"
263
+ }
264
+ ],
265
+ "name": "ErrorPolicyServicePolicyExpirationTooEarly",
266
+ "type": "error"
267
+ },
268
+ {
269
+ "inputs": [
270
+ {
271
+ "internalType": "NftId",
272
+ "name": "policyNftId",
273
+ "type": "uint96"
274
+ },
275
+ {
276
+ "internalType": "Timestamp",
277
+ "name": "upperLimit",
278
+ "type": "uint40"
279
+ },
280
+ {
281
+ "internalType": "Timestamp",
282
+ "name": "expiredAt",
283
+ "type": "uint40"
284
+ }
285
+ ],
286
+ "name": "ErrorPolicyServicePolicyExpirationTooLate",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "inputs": [
291
+ {
292
+ "internalType": "NftId",
293
+ "name": "policyNftId",
294
+ "type": "uint96"
295
+ },
296
+ {
297
+ "internalType": "Timestamp",
298
+ "name": "expiredAt",
299
+ "type": "uint40"
300
+ }
301
+ ],
302
+ "name": "ErrorPolicyServicePolicyHasNotExpired",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [
307
+ {
308
+ "internalType": "NftId",
309
+ "name": "policyNftId",
310
+ "type": "uint96"
311
+ }
312
+ ],
313
+ "name": "ErrorPolicyServicePolicyNotActivated",
314
+ "type": "error"
315
+ },
316
+ {
317
+ "inputs": [
318
+ {
319
+ "internalType": "NftId",
320
+ "name": "policyNftId",
321
+ "type": "uint96"
322
+ },
323
+ {
324
+ "internalType": "StateId",
325
+ "name": "state",
326
+ "type": "uint8"
327
+ }
328
+ ],
329
+ "name": "ErrorPolicyServicePolicyNotActive",
330
+ "type": "error"
331
+ },
332
+ {
333
+ "inputs": [
334
+ {
335
+ "internalType": "NftId",
336
+ "name": "applicationNftId",
337
+ "type": "uint96"
338
+ },
339
+ {
340
+ "internalType": "NftId",
341
+ "name": "expectedProductNftId",
342
+ "type": "uint96"
343
+ },
344
+ {
345
+ "internalType": "NftId",
346
+ "name": "actualProductNftId",
347
+ "type": "uint96"
348
+ }
349
+ ],
350
+ "name": "ErrorPolicyServicePolicyProductMismatch",
351
+ "type": "error"
352
+ },
353
+ {
354
+ "inputs": [
355
+ {
356
+ "internalType": "NftId",
357
+ "name": "applicationNftId",
358
+ "type": "uint96"
359
+ }
360
+ ],
361
+ "name": "ErrorPolicyServicePolicyStateNotApplied",
362
+ "type": "error"
363
+ },
364
+ {
365
+ "inputs": [
366
+ {
367
+ "internalType": "NftId",
368
+ "name": "applicationNftId",
369
+ "type": "uint96"
370
+ }
371
+ ],
372
+ "name": "ErrorPolicyServicePolicyStateNotCollateralized",
373
+ "type": "error"
374
+ },
375
+ {
376
+ "inputs": [
377
+ {
378
+ "internalType": "NftId",
379
+ "name": "policyNftId",
380
+ "type": "uint96"
381
+ }
382
+ ],
383
+ "name": "ErrorPolicyServicePremiumAlreadyPaid",
384
+ "type": "error"
385
+ },
386
+ {
387
+ "inputs": [
388
+ {
389
+ "internalType": "NftId",
390
+ "name": "policyNftId",
391
+ "type": "uint96"
392
+ },
393
+ {
394
+ "internalType": "Amount",
395
+ "name": "expectedPremiumAmount",
396
+ "type": "uint96"
397
+ },
398
+ {
399
+ "internalType": "Amount",
400
+ "name": "recalculatedPremiumAmount",
401
+ "type": "uint96"
402
+ }
403
+ ],
404
+ "name": "ErrorPolicyServicePremiumMismatch",
405
+ "type": "error"
406
+ },
407
+ {
408
+ "inputs": [
409
+ {
410
+ "internalType": "NftId",
411
+ "name": "policyNftId",
412
+ "type": "uint96"
413
+ },
414
+ {
415
+ "internalType": "Amount",
416
+ "name": "premiumAmount",
417
+ "type": "uint96"
418
+ }
419
+ ],
420
+ "name": "ErrorPolicyServicePremiumNotPaid",
421
+ "type": "error"
422
+ },
423
+ {
424
+ "inputs": [
425
+ {
426
+ "internalType": "NftId",
427
+ "name": "policyNftId",
428
+ "type": "uint96"
429
+ },
430
+ {
431
+ "internalType": "Amount",
432
+ "name": "expectedPremiumAmount",
433
+ "type": "uint96"
434
+ },
435
+ {
436
+ "internalType": "Amount",
437
+ "name": "transferredPremiumAmount",
438
+ "type": "uint96"
439
+ }
440
+ ],
441
+ "name": "ErrorPolicyServiceTransferredPremiumMismatch",
442
+ "type": "error"
443
+ },
444
+ {
445
+ "inputs": [],
446
+ "name": "ErrorServiceNotImplemented",
447
+ "type": "error"
448
+ },
449
+ {
450
+ "inputs": [],
451
+ "name": "InvalidInitialization",
452
+ "type": "error"
453
+ },
454
+ {
455
+ "inputs": [],
456
+ "name": "NotInitializing",
457
+ "type": "error"
458
+ },
459
+ {
460
+ "inputs": [],
461
+ "name": "ReentrancyGuardReentrantCall",
462
+ "type": "error"
463
+ },
464
+ {
465
+ "anonymous": false,
466
+ "inputs": [
467
+ {
468
+ "indexed": false,
469
+ "internalType": "address",
470
+ "name": "authority",
471
+ "type": "address"
472
+ }
473
+ ],
474
+ "name": "AuthorityUpdated",
475
+ "type": "event"
476
+ },
477
+ {
478
+ "anonymous": false,
479
+ "inputs": [
480
+ {
481
+ "indexed": false,
482
+ "internalType": "uint64",
483
+ "name": "version",
484
+ "type": "uint64"
485
+ }
486
+ ],
487
+ "name": "Initialized",
488
+ "type": "event"
489
+ },
490
+ {
491
+ "anonymous": false,
492
+ "inputs": [
493
+ {
494
+ "indexed": false,
495
+ "internalType": "NftId",
496
+ "name": "policyNftId",
497
+ "type": "uint96"
498
+ },
499
+ {
500
+ "indexed": false,
501
+ "internalType": "Timestamp",
502
+ "name": "activatedAt",
503
+ "type": "uint40"
504
+ }
505
+ ],
506
+ "name": "LogPolicyServicePolicyActivated",
507
+ "type": "event"
508
+ },
509
+ {
510
+ "anonymous": false,
511
+ "inputs": [
512
+ {
513
+ "indexed": false,
514
+ "internalType": "NftId",
515
+ "name": "policyNftId",
516
+ "type": "uint96"
517
+ }
518
+ ],
519
+ "name": "LogPolicyServicePolicyClosed",
520
+ "type": "event"
521
+ },
522
+ {
523
+ "anonymous": false,
524
+ "inputs": [
525
+ {
526
+ "indexed": false,
527
+ "internalType": "NftId",
528
+ "name": "policyNftId",
529
+ "type": "uint96"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "Amount",
534
+ "name": "premiumAmount",
535
+ "type": "uint96"
536
+ },
537
+ {
538
+ "indexed": false,
539
+ "internalType": "Timestamp",
540
+ "name": "activatedAt",
541
+ "type": "uint40"
542
+ }
543
+ ],
544
+ "name": "LogPolicyServicePolicyCreated",
545
+ "type": "event"
546
+ },
547
+ {
548
+ "anonymous": false,
549
+ "inputs": [
550
+ {
551
+ "indexed": false,
552
+ "internalType": "NftId",
553
+ "name": "policyNftId",
554
+ "type": "uint96"
555
+ }
556
+ ],
557
+ "name": "LogPolicyServicePolicyDeclined",
558
+ "type": "event"
559
+ },
560
+ {
561
+ "anonymous": false,
562
+ "inputs": [
563
+ {
564
+ "indexed": false,
565
+ "internalType": "NftId",
566
+ "name": "policyNftId",
567
+ "type": "uint96"
568
+ },
569
+ {
570
+ "indexed": false,
571
+ "internalType": "Timestamp",
572
+ "name": "originalExpiredAt",
573
+ "type": "uint40"
574
+ },
575
+ {
576
+ "indexed": false,
577
+ "internalType": "Timestamp",
578
+ "name": "expiredAt",
579
+ "type": "uint40"
580
+ }
581
+ ],
582
+ "name": "LogPolicyServicePolicyExpirationUpdated",
583
+ "type": "event"
584
+ },
585
+ {
586
+ "anonymous": false,
587
+ "inputs": [
588
+ {
589
+ "indexed": false,
590
+ "internalType": "NftId",
591
+ "name": "policyNftId",
592
+ "type": "uint96"
593
+ },
594
+ {
595
+ "indexed": false,
596
+ "internalType": "Amount",
597
+ "name": "premiumAmount",
598
+ "type": "uint96"
599
+ }
600
+ ],
601
+ "name": "LogPolicyServicePolicyPremiumCollected",
602
+ "type": "event"
603
+ },
604
+ {
605
+ "inputs": [],
606
+ "name": "GIF_RELEASE",
607
+ "outputs": [
608
+ {
609
+ "internalType": "uint256",
610
+ "name": "",
611
+ "type": "uint256"
612
+ }
613
+ ],
614
+ "stateMutability": "view",
615
+ "type": "function"
616
+ },
617
+ {
618
+ "inputs": [],
619
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
620
+ "outputs": [
621
+ {
622
+ "internalType": "bytes32",
623
+ "name": "",
624
+ "type": "bytes32"
625
+ }
626
+ ],
627
+ "stateMutability": "view",
628
+ "type": "function"
629
+ },
630
+ {
631
+ "inputs": [],
632
+ "name": "REGISTERABLE_LOCATION_V1",
633
+ "outputs": [
634
+ {
635
+ "internalType": "bytes32",
636
+ "name": "",
637
+ "type": "bytes32"
638
+ }
639
+ ],
640
+ "stateMutability": "view",
641
+ "type": "function"
642
+ },
643
+ {
644
+ "inputs": [
645
+ {
646
+ "internalType": "NftId",
647
+ "name": "policyNftId",
648
+ "type": "uint96"
649
+ },
650
+ {
651
+ "internalType": "Timestamp",
652
+ "name": "activateAt",
653
+ "type": "uint40"
654
+ }
655
+ ],
656
+ "name": "activate",
657
+ "outputs": [],
658
+ "stateMutability": "nonpayable",
659
+ "type": "function"
660
+ },
661
+ {
662
+ "inputs": [],
663
+ "name": "authority",
664
+ "outputs": [
665
+ {
666
+ "internalType": "address",
667
+ "name": "",
668
+ "type": "address"
669
+ }
670
+ ],
671
+ "stateMutability": "view",
672
+ "type": "function"
673
+ },
674
+ {
675
+ "inputs": [
676
+ {
677
+ "internalType": "NftId",
678
+ "name": "policyNftId",
679
+ "type": "uint96"
680
+ }
681
+ ],
682
+ "name": "close",
683
+ "outputs": [],
684
+ "stateMutability": "nonpayable",
685
+ "type": "function"
686
+ },
687
+ {
688
+ "inputs": [
689
+ {
690
+ "internalType": "NftId",
691
+ "name": "policyNftId",
692
+ "type": "uint96"
693
+ },
694
+ {
695
+ "internalType": "Timestamp",
696
+ "name": "activateAt",
697
+ "type": "uint40"
698
+ }
699
+ ],
700
+ "name": "collectPremium",
701
+ "outputs": [],
702
+ "stateMutability": "nonpayable",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [
707
+ {
708
+ "internalType": "NftId",
709
+ "name": "applicationNftId",
710
+ "type": "uint96"
711
+ },
712
+ {
713
+ "internalType": "Timestamp",
714
+ "name": "activateAt",
715
+ "type": "uint40"
716
+ }
717
+ ],
718
+ "name": "createPolicy",
719
+ "outputs": [
720
+ {
721
+ "internalType": "Amount",
722
+ "name": "premiumAmount",
723
+ "type": "uint96"
724
+ }
725
+ ],
726
+ "stateMutability": "nonpayable",
727
+ "type": "function"
728
+ },
729
+ {
730
+ "inputs": [
731
+ {
732
+ "internalType": "NftId",
733
+ "name": "applicationNftId",
734
+ "type": "uint96"
735
+ }
736
+ ],
737
+ "name": "decline",
738
+ "outputs": [],
739
+ "stateMutability": "nonpayable",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "inputs": [
744
+ {
745
+ "internalType": "NftId",
746
+ "name": "policyNftId",
747
+ "type": "uint96"
748
+ },
749
+ {
750
+ "internalType": "Timestamp",
751
+ "name": "expireAt",
752
+ "type": "uint40"
753
+ }
754
+ ],
755
+ "name": "expire",
756
+ "outputs": [
757
+ {
758
+ "internalType": "Timestamp",
759
+ "name": "expiredAt",
760
+ "type": "uint40"
761
+ }
762
+ ],
763
+ "stateMutability": "nonpayable",
764
+ "type": "function"
765
+ },
766
+ {
767
+ "inputs": [
768
+ {
769
+ "internalType": "contract IInstance",
770
+ "name": "instance",
771
+ "type": "address"
772
+ },
773
+ {
774
+ "internalType": "NftId",
775
+ "name": "policyNftId",
776
+ "type": "uint96"
777
+ },
778
+ {
779
+ "internalType": "Timestamp",
780
+ "name": "expireAt",
781
+ "type": "uint40"
782
+ }
783
+ ],
784
+ "name": "expirePolicy",
785
+ "outputs": [
786
+ {
787
+ "internalType": "Timestamp",
788
+ "name": "expiredAt",
789
+ "type": "uint40"
790
+ }
791
+ ],
792
+ "stateMutability": "nonpayable",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [],
797
+ "name": "getDomain",
798
+ "outputs": [
799
+ {
800
+ "internalType": "ObjectType",
801
+ "name": "serviceDomain",
802
+ "type": "uint8"
803
+ }
804
+ ],
805
+ "stateMutability": "pure",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [],
810
+ "name": "getInitialInfo",
811
+ "outputs": [
812
+ {
813
+ "components": [
814
+ {
815
+ "internalType": "NftId",
816
+ "name": "nftId",
817
+ "type": "uint96"
818
+ },
819
+ {
820
+ "internalType": "NftId",
821
+ "name": "parentNftId",
822
+ "type": "uint96"
823
+ },
824
+ {
825
+ "internalType": "ObjectType",
826
+ "name": "objectType",
827
+ "type": "uint8"
828
+ },
829
+ {
830
+ "internalType": "bool",
831
+ "name": "isInterceptor",
832
+ "type": "bool"
833
+ },
834
+ {
835
+ "internalType": "address",
836
+ "name": "objectAddress",
837
+ "type": "address"
838
+ },
839
+ {
840
+ "internalType": "address",
841
+ "name": "initialOwner",
842
+ "type": "address"
843
+ },
844
+ {
845
+ "internalType": "bytes",
846
+ "name": "data",
847
+ "type": "bytes"
848
+ }
849
+ ],
850
+ "internalType": "struct IRegistry.ObjectInfo",
851
+ "name": "info",
852
+ "type": "tuple"
853
+ }
854
+ ],
855
+ "stateMutability": "view",
856
+ "type": "function"
857
+ },
858
+ {
859
+ "inputs": [],
860
+ "name": "getNftId",
861
+ "outputs": [
862
+ {
863
+ "internalType": "NftId",
864
+ "name": "",
865
+ "type": "uint96"
866
+ }
867
+ ],
868
+ "stateMutability": "view",
869
+ "type": "function"
870
+ },
871
+ {
872
+ "inputs": [],
873
+ "name": "getOwner",
874
+ "outputs": [
875
+ {
876
+ "internalType": "address",
877
+ "name": "",
878
+ "type": "address"
879
+ }
880
+ ],
881
+ "stateMutability": "view",
882
+ "type": "function"
883
+ },
884
+ {
885
+ "inputs": [],
886
+ "name": "getRegistry",
887
+ "outputs": [
888
+ {
889
+ "internalType": "contract IRegistry",
890
+ "name": "",
891
+ "type": "address"
892
+ }
893
+ ],
894
+ "stateMutability": "view",
895
+ "type": "function"
896
+ },
897
+ {
898
+ "inputs": [],
899
+ "name": "getRelease",
900
+ "outputs": [
901
+ {
902
+ "internalType": "VersionPart",
903
+ "name": "release",
904
+ "type": "uint8"
905
+ }
906
+ ],
907
+ "stateMutability": "pure",
908
+ "type": "function"
909
+ },
910
+ {
911
+ "inputs": [],
912
+ "name": "getRoleId",
913
+ "outputs": [
914
+ {
915
+ "internalType": "RoleId",
916
+ "name": "serviceRoleId",
917
+ "type": "uint64"
918
+ }
919
+ ],
920
+ "stateMutability": "pure",
921
+ "type": "function"
922
+ },
923
+ {
924
+ "inputs": [],
925
+ "name": "getVersion",
926
+ "outputs": [
927
+ {
928
+ "internalType": "Version",
929
+ "name": "",
930
+ "type": "uint24"
931
+ }
932
+ ],
933
+ "stateMutability": "pure",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [
938
+ {
939
+ "internalType": "address",
940
+ "name": "activatedBy",
941
+ "type": "address"
942
+ },
943
+ {
944
+ "internalType": "bytes",
945
+ "name": "data",
946
+ "type": "bytes"
947
+ }
948
+ ],
949
+ "name": "initializeVersionable",
950
+ "outputs": [],
951
+ "stateMutability": "nonpayable",
952
+ "type": "function"
953
+ },
954
+ {
955
+ "inputs": [],
956
+ "name": "isConsumingScheduledOp",
957
+ "outputs": [
958
+ {
959
+ "internalType": "bytes4",
960
+ "name": "",
961
+ "type": "bytes4"
962
+ }
963
+ ],
964
+ "stateMutability": "view",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [],
969
+ "name": "linkToRegisteredNftId",
970
+ "outputs": [
971
+ {
972
+ "internalType": "NftId",
973
+ "name": "nftId",
974
+ "type": "uint96"
975
+ }
976
+ ],
977
+ "stateMutability": "nonpayable",
978
+ "type": "function"
979
+ },
980
+ {
981
+ "inputs": [
982
+ {
983
+ "internalType": "address",
984
+ "name": "newAuthority",
985
+ "type": "address"
986
+ }
987
+ ],
988
+ "name": "setAuthority",
989
+ "outputs": [],
990
+ "stateMutability": "nonpayable",
991
+ "type": "function"
992
+ },
993
+ {
994
+ "inputs": [
995
+ {
996
+ "internalType": "bytes4",
997
+ "name": "interfaceId",
998
+ "type": "bytes4"
999
+ }
1000
+ ],
1001
+ "name": "supportsInterface",
1002
+ "outputs": [
1003
+ {
1004
+ "internalType": "bool",
1005
+ "name": "",
1006
+ "type": "bool"
1007
+ }
1008
+ ],
1009
+ "stateMutability": "view",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "bytes",
1016
+ "name": "data",
1017
+ "type": "bytes"
1018
+ }
1019
+ ],
1020
+ "name": "upgradeVersionable",
1021
+ "outputs": [],
1022
+ "stateMutability": "nonpayable",
1023
+ "type": "function"
1024
+ }
1025
+ ],
1026
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615fd3806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061016d575f3560e01c806376b707b7116100d95780639ffcede911610093578063b68d18091161006e578063b68d1809146103a9578063bbfbbfba146103b0578063bc4a1c35146103c3578063bf7e214f146103d6575f80fd5b80639ffcede91461036f578063aa5ae5aa14610382578063ada9652e14610395575f80fd5b806376b707b7146102e85780637a9e5e4b146103025780637baa9a0b146103155780638899278a1461033e578063893d20e8146103465780638fb360371461034e575f80fd5b8063329d6e741161012a578063329d6e741461024d57806349bb9e4b146102605780634d5e16a9146102735780635ab1bd5314610286578063644c45e0146102ab5780636c741e78146102c8575f80fd5b806301ffc9a7146101715780630aaba8e8146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004614c74565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004614caf565b6103f3565b005b6101cf610a2a565b60405162ffffff90911681526020016101a9565b6101eb610ab1565b6040516101a99190614cf8565b610200610c3d565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004614efb565b610c47565b6101c561026e366004614f40565b610d91565b6101c5610281366004614f9e565b610e8d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020615f1e833981519152546001600160601b0316610200565b6102d06110c2565b6040516001600160401b0390911681526020016101a9565b6102f061114e565b60405160ff90911681526020016101a9565b6101c5610310366004614fd5565b6111c2565b610328610323366004614f9e565b61125a565b60405164ffffffffff90911681526020016101a9565b61023f600381565b6102936113ca565b6103566114fb565b6040516001600160e01b031990911681526020016101a9565b6101c561037d366004614caf565b611530565b610200610390366004614f9e565b611829565b61023f5f80516020615f1e83398151915281565b60156102f0565b6101c56103be366004614f9e565b611f35565b6103286103d1366004614ff0565b612488565b5f80516020615f3e833981519152546001600160a01b0316610293565b6103fb6124c6565b6104068160156124fd565b5f610411600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610452573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104769190615038565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156104c5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526104ec91908101906150ea565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03841690639096a1f390602401602060405180830381865afa15801561053c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105609190615296565b905061056c8183612650565b6105a25760405163536eb56160e11b81526001600160601b038616600482015260ff821660248201526044015b60405180910390fd5b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156105fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062191906152c0565b1561064a5760405163bdcc947d60e01b81526001600160601b0386166004820152602401610599565b61014082015161ffff161561068e57610140820151604051637459ec8b60e11b81526001600160601b038716600482015261ffff9091166024820152604401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526001600160a01b038416906309c5844f90602401602060405180830381865afa1580156106d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106fd9190615296565b60408051632c2f8a6760e01b815260ff909216600483015260dc60248301525173__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__91632c2f8a679160448083019260209291908290030181865af415801561075b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077f91906152c0565b6107b55760a0820151604051635567446960e11b81526001600160601b0380881660048301529091166024820152604401610599565b60048054835160405163f0ea17c360e01b81526001600160a01b03928316936332f9f3df9389939089169263f0ea17c3926108009291016001600160601b0391909116815260200190565b5f60405180830381865afa15801561081a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261084191908101906152e4565b6020015188866040518563ffffffff1660e01b81526004016108669493929190615558565b5f604051808303815f87803b15801561087d575f80fd5b505af115801561088f573d5f803e3d5ffd5b5050505073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156108da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108fe919061559c565b64ffffffffff166101e083015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561094e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109729190615038565b6001600160a01b031663425d08e2868460c86040518463ffffffff1660e01b81526004016109a2939291906155b7565b5f604051808303815f87803b1580156109b9575f80fd5b505af11580156109cb573d5f803e3d5ffd5b50506040516001600160601b03881681527f549ae8b6fdcdbc1ee634d00b432905175415ba23ee737dac1d99b6ef540afc71925060200190505b60405180910390a150505050610a2760015f80516020615f5e83398151915255565b50565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906155eb565b905090565b610ab9614c37565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b53919061560d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610b9b6113ca565b6001600160a01b03168152602001826001018054610bb890615628565b80601f0160208091040260200160405190810160405280929190818152602001828054610be490615628565b8015610c2f5780601f10610c0657610100808354040283529160200191610c2f565b820191905f5260205f20905b815481529060010190602001808311610c1257829003601f168201915b505050505081525091505090565b5f610aac30612713565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c69610a2a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ccb919061566e565b5f80516020615f7e8339815191528054600160401b900460ff1680610cfd575080546001600160401b03808416911610155b15610d1b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d458361290c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615f7e8339815191528054600160401b810460ff1615906001600160401b03165f81158015610dc25750825b90505f826001600160401b03166001148015610ddd5750303b155b905081158015610deb575080155b15610e095760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e3357845460ff60401b1916600160401b1785555b610e3d8787612914565b8315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e956124c6565b610ea08260156124fd565b5f610eab600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f109190615038565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015610f5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f8691908101906150ea565b9050610f93858286612d24565b9050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff59190615038565b6001600160a01b031663425d08e2868360ff6040518463ffffffff1660e01b8152600401611025939291906155b7565b5f604051808303815f87803b15801561103c575f80fd5b505af115801561104e573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff881660208201527f0fb266de81849f168e7cbd8db91f5efc1e79dd85e672e18e6fdb84e86c42cc6c935001905060405180910390a16110a58585612f2a565b5050506110be60015f80516020615f5e83398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360156110e761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac919061566e565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac9190615296565b336111e15f80516020615f3e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461121c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610599565b816001600160a01b03163b5f03611251576040516361798f2f60e11b81526001600160a01b0383166004820152602401610599565b6110be82613032565b5f6112636124c6565b61126e8360156124fd565b5f8061127a600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190615038565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561132c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261135391908101906150ea565b9050611362815f015184613092565b1561139e578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529084166044820152606401610599565b6113a9828787613116565b93505050506113c460015f80516020615f5e83398151915255565b92915050565b5f805f80516020615f1e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145a91906152c0565b156114e5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156114bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114df9190615038565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615f3e83398151915280545f9190600160a01b900460ff16611522575f6114df565b638fb3603760e01b91505090565b6115386124c6565b6115438160156124fd565b5f8061154f600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b59190615038565b604051639096a1f360e01b81526001600160601b038616600482015290915061163b906001600160a01b03831690639096a1f3906024015b602060405180830381865afa158015611608573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162c9190615296565b600a5b60ff9081169116141590565b1561166457604051631130ddad60e21b81526001600160601b0385166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03851660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156116b0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116d791908101906150ea565b90506116e6815f015185613092565b15611722578051604051631a06208360e01b81526001600160601b03808816600483015291821660248201529085166044820152606401610599565b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561175e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117829190615038565b6001600160a01b0316635d4345cc86601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156117d9575f80fd5b505af11580156117eb573d5f803e3d5ffd5b50506040516001600160601b03881681527fa9d1c49a019bf7dc62cfada9540cd302c4fc54f6ed05d99b581074ed70441fae92506020019050610a05565b5f6118326124c6565b61183d8360156124fd565b5f80611849600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561188b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118af9190615038565b604051639096a1f360e01b81526001600160601b03881660048201529091506118eb906001600160a01b03831690639096a1f3906024016115ed565b1561191457604051631130ddad60e21b81526001600160601b0387166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03871660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015611960573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261198791908101906150ea565b9050611996815f015185613092565b156119d2578051604051631a06208360e01b81526001600160601b03808a16600483015291821660248201529085166044820152606401610599565b6004805460405163f0ea17c360e01b81526001600160601b038716928101929092526001600160a01b03908116916384d1f7cf9186919086169063f0ea17c3906024015f60405180830381865afa158015611a2f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a5691908101906152e4565b6020908101519085015160808601516040516001600160e01b031960e087901b1681526001600160a01b0394851660048201529390921660248401526001600160601b03808a166044850152808d16606485015290811660848401521660a482015260c40160408051808303815f875af1158015611ad6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611afa9190615689565b5050611b1686611b075f90565b64ffffffffff90811691161190565b15611b2957611b26878288612d24565b90505b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b899190615038565b6001600160a01b031663425d08e2888360286040518463ffffffff1660e01b8152600401611bb9939291906155b7565b5f604051808303815f87803b158015611bd0575f80fd5b505af1158015611be2573d5f803e3d5ffd5b50506005546060840151608085015160c086015160e087015160208801516040808a01519051637a5ff29d60e11b81525f99506001600160a01b03909716975063f4bfe53a96611c40968e96909590949093909290916004016156b6565b61024060405180830381865afa158015611c5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c809190615733565b9050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce29190615038565b6001600160a01b0316634d4a7ae989836040518363ffffffff1660e01b8152600401611d0f929190615a80565b5f604051808303815f87803b158015611d26575f80fd5b505af1158015611d38573d5f803e3d5ffd5b50505060808201516040516302d764c760e21b81526001600160601b03881660048201529097505f91506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015611d90573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611db79190810190615b68565b60c0810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3a91906152c0565b611eba5760035460c0820151604085810151905163038f0f2560e11b81526001600160601b0390921660048301526001600160c01b03191660248201526001600160a01b039091169063071e1e4a906044015f604051808303815f87803b158015611ea3575f80fd5b505af1158015611eb5573d5f803e3d5ffd5b505050505b5060a0810151604080516001600160601b038b81168252909216602083015264ffffffffff891682820152517f2e8d9b075b0da8e4e0de386a81c149b1f6fb08eb063859bb0802de4d3261249b9181900360600190a1611f1a8888612f2a565b50505050506113c460015f80516020615f5e83398151915255565b611f3d6124c6565b611f488260156124fd565b5f611f53600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb89190615038565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa158015612008573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061202c9190615296565b90506120408160285b60ff90811691161490565b6120685760405163904913a960e01b81526001600160601b0386166004820152602401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526120e2906001600160a01b038416906309c5844f90602401602060405180830381865afa1580156120b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120db9190615296565b60dc612035565b1561210b57604051635b7a826360e01b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015612157573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261217e91908101906150ea565b60405163e444c3df60e01b81526001600160601b03881660048201529091505f906001600160a01b0385169063e444c3df9060240161024060405180830381865afa1580156121cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f39190615733565b9050612201858884846136a9565b604051638d38cd4b60e01b815264ffffffffff8716600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015612255573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061227991906152c0565b1561228c57612289878388612d24565b91505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122ec9190615038565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b815260040161231c939291906155b7565b5f604051808303815f87803b158015612333575f80fd5b505af1158015612345573d5f803e3d5ffd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612385573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123a99190615038565b6001600160a01b0316632ae5819d8860dc6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015612400575f80fd5b505af1158015612412573d5f803e3d5ffd5b50505060a0820151604080516001600160601b03808c16825290921660208301527ea0c8fe3b5b724e2059f6961117d71cb0d74006490b63aa1e51f89d050e1b3b92500160405180910390a161246d8488845f015184613894565b50505050506110be60015f80516020615f5e83398151915255565b5f6124916124c6565b61249c8360156124fd565b6124a7848484613116565b90506124bf60015f80516020615f5e83398151915255565b9392505050565b5f80516020615f5e8339815191528054600119016124f757604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561255f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061258391906152c0565b6110be5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610599565b5f6125bd614c37565b5f6125d06001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612614573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612638919061560d565b9250612646838560016139e2565b9395909450915050565b5f61265c83602861162f565b1561266857505f6113c4565b6126eb73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156126b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126d6919061559c565b836101a0015164ffffffffff90811691161090565b156126f757505f6113c4565b50600192915050565b60015f80516020615f5e83398151915255565b5f805f80516020615f1e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561277f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a391906152c0565b156127cf5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610599565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612821573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284591906152c0565b61286d5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610599565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156128bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e3919061560d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61016d613cc1565b5f80516020615f7e8339815191528054600160401b810460ff1615906001600160401b03165f811580156129455750825b90505f826001600160401b031660011480156129605750303b155b90508115801561296e575080155b1561298c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156129b657845460ff60401b1916600160401b1785555b5f80878060200190518101906129cc9190615cd6565b915091506129db82828b613cf9565b5f6129e4610a2a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612a37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a5b9190615296565b9050612a6f6001546001600160a01b031690565b6001600160a01b031663d39e6043600b6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612ac3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae79190615038565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612b5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7f9190615038565b600480546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600e6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612bf3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c179190615038565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043601a6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612caf9190615038565b600580546001600160a01b0319166001600160a01b0392909216919091179055612cdf63072447c360e11b613e35565b5050508315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e7b565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612dfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2291906152c0565b158015612e3e57506101a083015164ffffffffff808416911614155b15612e675760405163f95747d360e01b81526001600160601b0385166004820152602401610599565b6101a083015164ffffffffff838116911603612e845750816124bf565b64ffffffffff8281166101a0850181905260c08501516040516352bcc5a760e11b81526004810192909252909116602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ef1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f15919061559c565b64ffffffffff166101c0840152509092915050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612f7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fa291906152c0565b15612fab575050565b5f612fb583613e61565b90506001600160a01b0381161561302d57604051630be6b84560e21b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b03821690632f9ae114906044015b5f604051808303815f87803b15801561301b575f80fd5b505af1158015610e84573d5f803e3d5ffd5b505050565b5f80516020615f3e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156130f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf91906152c0565b5f80846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613154573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131789190615038565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa1580156131c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131ec9190615296565b90505f866001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561322b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061324f9190615038565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561329b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132c291908101906150ea565b90506132ce8282612650565b6132ff5760405163536eb56160e11b81526001600160601b038716600482015260ff83166024820152604401610599565b60405163790a38ad60e01b815264ffffffffff8616600482015285945073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613356573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061337a91906152c0565b156133ed5773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156133c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133ea919061559c565b93505b6101c081015164ffffffffff90811690851610613444576101c08101516040516372f7b9bd60e11b81526001600160601b038816600482015264ffffffffff91821660248201529086166044820152606401610599565b6134c28473__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561348f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134b3919061559c565b64ffffffffff90811691161090565b1561356d578573__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561350f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613533919061559c565b604051631c66624d60e01b81526001600160601b03909216600483015264ffffffffff908116602483015286166044820152606401610599565b6101c08101805164ffffffffff861690915260408051631a99b41b60e31b815290516001600160a01b038a169163d4cda0d89160048083019260209291908290030181865afa1580156135c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135e69190615038565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b8152600401613616939291906155b7565b5f604051808303815f87803b15801561362d575f80fd5b505af115801561363f573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff858116602083015289168183015290517f4f967a98dc5f06461aaa876310c99e192cdb277cb377899950e0a00b04f6629c9350908190036060019150a161369e8786613f74565b505050509392505050565b5f825f015190505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137119190615038565b90505f61371e8284614052565b90505f6137336001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03891660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613780573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a49190615038565b9050613815826001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156137e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138099190615038565b83838860a001516140d0565b505061388c81876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b9190615038565b8487602001518860400151886142ac565b505050505050565b5f61389f8584614052565b90505f6138b46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613901573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139259190615038565b90505f805f61393489886144a5565b895160208b01516040808d015190516321711b5760e21b81526001600160a01b038c8116600483015280861660248301526001600160601b0394851660448301528088166064830152928416608482015282861660a4820152921660c4830152939750919550935090871691506385c46d5c9060e4015f604051808303815f87803b1580156139c1575f80fd5b505af11580156139d3573d5f803e3d5ffd5b50505050505050505050505050565b6139ea614c37565b5f806139fe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a4b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a729190810190615d03565b9250613a7f85600b61162f565b15613ad557604083015160ff868116911614613ad057604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b66565b613ae58360400151612035600c90565b80613afb5750613afb8360400151612035600f90565b80613b115750613b118360400151612035600e90565b80613b275750613b278360400151612035600d90565b613b6657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b768360400151612035600390565b15613b815750613cb9565b613b918360400151612035600c90565b15613bab57613ba48184602001516147c9565b9150613bbc565b613bb981846020015161483a565b91505b8315613cb757816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c229190615038565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c8e91906152c0565b15613cb757604051637d71120960e11b81526001600160601b0387166004820152602401610599565b505b935093915050565b5f80516020615f7e83398151915254600160401b900460ff16613cf757604051631afcd79f60e31b815260040160405180910390fd5b565b613d01613cc1565b613d096148bc565b6001600160a01b03821615613d2657613d21826148cc565b613d9d565b5f613d3160026148dd565b9050613d9b816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d969190615038565b6148cc565b505b613e1983846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ddd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e01919061560d565b60085f8560405180602001604052805f81525061496e565b613e29634a531f3360e01b613e35565b61302d63daf9067160e01b5b613e3d613cc1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f80613e756001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03851660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613ec2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ee69190615038565b604051635b5dd68960e11b81526001600160a01b038216600482015290925082915073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063b6bbad1290602401602060405180830381865af4158015613f42573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f6691906152c0565b613f6e575f91505b50919050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613fc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fec91906152c0565b15613ff5575050565b5f613fff83613e61565b90506001600160a01b0381161561302d576040516362782d9f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b038216906362782d9f90604401613004565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa15801561409e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526140c591908101906152e4565b604001519392505050565b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015614128573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061414c9190615dd3565b6040516370a0823160e01b81526001600160a01b0385811660048301529192505f918716906370a0823190602401602060405180830381865afa158015614195573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141b99190615dd3565b604051636eb1769f60e11b81526001600160a01b03868116600483015287811660248301529192505f9188169063dd62ed3e90604401602060405180830381865afa15801561420a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061422e9190615dd3565b90508282101561426a5760405163503edf3960e11b81526001600160a01b03861660048201526024810184905260448101839052606401610599565b82811015610e8457604051630afa3e2d60e11b81526001600160a01b038087166004830152871660248201526044810184905260648101829052608401610599565b5f6142b787866144a5565b505050905060025f9054906101000a90046001600160a01b03166001600160a01b03166367438c5087876142f48661014001518760c00151614a13565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160601b0391821660248401521660448201526064015f604051808303815f87803b158015614348575f80fd5b505af115801561435a573d5f803e3d5ffd5b5050604051630a4d29dd60e31b81526001600160601b038416600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__92506352694ee89150602401602060405180830381865af41580156143b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143d891906152c0565b61443e57600354604051633ca8687160e11b81526001600160a01b0390911690637950d0e29061441090849087908790600401615dea565b5f604051808303815f87803b158015614427575f80fd5b505af1158015614439573d5f803e3d5ffd5b505050505b6004805460405163fb3bcd1f60e01b81526001600160a01b039091169163fb3bcd1f9161446f918891879101615a80565b5f604051808303815f87803b158015614486575f80fd5b505af1158015614498573d5f803e3d5ffd5b5050505050505050505050565b6040516302d764c760e21b81526001600160601b03821660048201525f9081908190819081906001600160a01b03881690630b5d931c906024015f60405180830381865afa1580156144f9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145209190810190615b68565b60405163f0ea17c360e01b81526001600160601b03881660048201529091506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa15801561456d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261459491908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156145d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145f79190615038565b60a082015160405163f0ea17c360e01b81526001600160601b0390911660048201529092506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa15801561464a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261467191908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156146b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146d49190615038565b92508060400151156147bf5760c081015160405163f0ea17c360e01b81526001600160601b03821660048201529095506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614732573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261475991908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015614798573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147bc9190615038565b93505b5092959194509250565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614816573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf9190615038565b6040516305247a1760e51b81526001600160601b03821660048201525f906124bf9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561488c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526148b39190810190615d03565b602001516147c9565b6148c4613cc1565b613cf7614a97565b6148d4613cc1565b610a2781614a9f565b5f6148f06001546001600160a01b031690565b6001600160a01b031663d39e60438361490761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561494a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190615038565b614976613cc1565b6149808683614ab0565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301614a098382615e63565b5050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614a73573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf919061560d565b612700613cc1565b614aa7613cc1565b610a2781613032565b614ab8613cc1565b614ac182614b26565b614ac9614bf2565b6001600160a01b038116614af05760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615f1e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614b2e613cc1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614b84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614ba891906152c0565b614bd05760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614bfa613cc1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614c84575f80fd5b81356001600160e01b0319811681146124bf575f80fd5b6001600160601b0381168114610a27575f80fd5b5f60208284031215614cbf575f80fd5b81356124bf81614c9b565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614d40608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614d84610100840182614cca565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b0381118282101715614dc357614dc3614d8c565b60405290565b604051608081016001600160401b0381118282101715614dc357614dc3614d8c565b60405161024081016001600160401b0381118282101715614dc357614dc3614d8c565b6040516101e081016001600160401b0381118282101715614dc357614dc3614d8c565b60405160e081016001600160401b0381118282101715614dc357614dc3614d8c565b604051601f8201601f191681016001600160401b0381118282101715614e7b57614e7b614d8c565b604052919050565b5f6001600160401b03821115614e9b57614e9b614d8c565b50601f01601f191660200190565b5f82601f830112614eb8575f80fd5b8135614ecb614ec682614e83565b614e53565b818152846020838601011115614edf575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614f0b575f80fd5b81356001600160401b03811115614f20575f80fd5b614d8484828501614ea9565b6001600160a01b0381168114610a27575f80fd5b5f8060408385031215614f51575f80fd5b8235614f5c81614f2c565b915060208301356001600160401b03811115614f76575f80fd5b614f8285828601614ea9565b9150509250929050565b64ffffffffff81168114610a27575f80fd5b5f8060408385031215614faf575f80fd5b8235614fba81614c9b565b91506020830135614fca81614f8c565b809150509250929050565b5f60208284031215614fe5575f80fd5b81356124bf81614f2c565b5f805f60608486031215615002575f80fd5b833561500d81614f2c565b9250602084013561501d81614c9b565b9150604084013561502d81614f8c565b809150509250925092565b5f60208284031215615048575f80fd5b81516124bf81614f2c565b805161505e81614c9b565b919050565b80516001600160c01b03198116811461505e575f80fd5b805161505e81614f8c565b5f615092614ec684614e83565b90508281528383830111156150a5575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126150ca575f80fd5b6124bf83835160208501615085565b805161ffff8116811461505e575f80fd5b5f602082840312156150fa575f80fd5b81516001600160401b0381111561510f575f80fd5b82016102008185031215615121575f80fd5b615129614da0565b61513282615053565b815261514060208301615053565b602082015261515160408301615063565b604082015261516260608301615063565b606082015261517360808301615053565b608082015261518460a08301615053565b60a082015261519560c0830161507a565b60c082015260e08201516001600160401b038111156151b2575f80fd5b6151be868285016150bb565b60e0830152506101008201516001600160401b038111156151dd575f80fd5b6151e9868285016150bb565b610100830152506151fd61012083016150d9565b61012082015261521061014083016150d9565b6101408201526152236101608301615053565b6101608201526152366101808301615053565b6101808201526152496101a0830161507a565b6101a082015261525c6101c0830161507a565b6101c082015261526f6101e0830161507a565b6101e0820152949350505050565b60ff81168114610a27575f80fd5b805161505e8161527d565b5f602082840312156152a6575f80fd5b81516124bf8161527d565b8051801515811461505e575f80fd5b5f602082840312156152d0575f80fd5b6124bf826152b1565b805161505e81614f2c565b5f602082840312156152f4575f80fd5b81516001600160401b03811115615309575f80fd5b82016080818503121561531a575f80fd5b615322614dc9565b81516001600160401b03811115615337575f80fd5b8201601f81018613615347575f80fd5b61535686825160208401615085565b825250615365602083016152d9565b6020820152615376604083016152d9565b604082015260608201516001600160401b03811115615393575f80fd5b61539f868285016150bb565b606083015250949350505050565b80516001600160601b031682525f60208201516153d560208501826001600160601b03169052565b5060408201516153f160408501826001600160c01b0319169052565b50606082015161540d60608501826001600160c01b0319169052565b50608082015161542860808501826001600160601b03169052565b5060a082015161544360a08501826001600160601b03169052565b5060c082015161545c60c085018264ffffffffff169052565b5060e082015161020060e0850152615478610200850182614cca565b90506101008301518482036101008601526154938282614cca565b9150506101208301516154ad61012086018261ffff169052565b506101408301516154c561014086018261ffff169052565b506101608301516154e26101608601826001600160601b03169052565b506101808301516154ff6101808601826001600160601b03169052565b506101a083015161551a6101a086018264ffffffffff169052565b506101c08301516155356101c086018264ffffffffff169052565b506101e08301516155506101e086018264ffffffffff169052565b509392505050565b6001600160a01b038581168252841660208201526001600160601b03831660408201526080606082018190525f90615592908301846153ad565b9695505050505050565b5f602082840312156155ac575f80fd5b81516124bf81614f8c565b6001600160601b0384168152606060208201525f6155d860608301856153ad565b905060ff83166040830152949350505050565b5f602082840312156155fb575f80fd5b815162ffffff811681146124bf575f80fd5b5f6020828403121561561d575f80fd5b81516124bf81614c9b565b600181811c9082168061563c57607f821691505b602082108103613f6e57634e487b7160e01b5f52602260045260245ffd5b6001600160401b0381168114610a27575f80fd5b5f6020828403121561567e575f80fd5b81516124bf8161565a565b5f806040838503121561569a575f80fd5b82516156a581614c9b565b6020840151909250614fca81614c9b565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f61570560e0830186614cca565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015615745575f80fd5b5061574e614deb565b61575783615053565b815261576560208401615053565b602082015261577660408401615053565b604082015261578760608401615053565b606082015261579860808401615053565b60808201526157a960a08401615053565b60a08201526157ba60c08401615053565b60c08201526157cb60e08401615053565b60e08201526157dd6101008401615053565b6101008201526157f06101208401615053565b6101208201526158036101408401615053565b6101408201526158166101608401615053565b6101608201526158296101808401615053565b61018082015261583c6101a08401615053565b6101a082015261584f6101c08401615053565b6101c08201526158626101e08401615053565b6101e08201526158756102008401615053565b6102008201526158886102208401615053565b6102208201529392505050565b80516001600160601b0316825260208101516158bc60208401826001600160601b03169052565b5060408101516158d760408401826001600160601b03169052565b5060608101516158f260608401826001600160601b03169052565b50608081015161590d60808401826001600160601b03169052565b5060a081015161592860a08401826001600160601b03169052565b5060c081015161594360c08401826001600160601b03169052565b5060e081015161595e60e08401826001600160601b03169052565b5061010081015161597b6101008401826001600160601b03169052565b506101208101516159986101208401826001600160601b03169052565b506101408101516159b56101408401826001600160601b03169052565b506101608101516159d26101608401826001600160601b03169052565b506101808101516159ef6101808401826001600160601b03169052565b506101a0810151615a0c6101a08401826001600160601b03169052565b506101c0810151615a296101c08401826001600160601b03169052565b506101e0810151615a466101e08401826001600160601b03169052565b50610200810151615a636102008401826001600160601b03169052565b5061022081015161302d6102208401826001600160601b03169052565b6001600160601b038316815261026081016124bf6020830184615895565b5f82601f830112615aad575f80fd5b81516001600160401b03811115615ac657615ac6614d8c565b8060051b615ad660208201614e53565b91825260208185018101929081019086841115615af1575f80fd5b6020860192505b83831015615592578251615b0b81614c9b565b825260209283019290910190615af8565b5f60408284031215615b2c575f80fd5b604080519081016001600160401b0381118282101715615b4e57615b4e614d8c565b604052825181526020928301519281019290925250919050565b5f60208284031215615b78575f80fd5b81516001600160401b03811115615b8d575f80fd5b82016102c08185031215615b9f575f80fd5b615ba7614e0e565b615bb0826152b1565b8152615bbe602083016152b1565b6020820152615bcf604083016152b1565b6040820152615be06060830161528b565b6060820152615bf16080830161528b565b6080820152615c0260a08301615053565b60a0820152615c1360c08301615053565b60c082015260e08201516001600160401b03811115615c30575f80fd5b615c3c86828501615a9e565b60e083015250615c50856101008401615b1c565b610100820152615c64856101408401615b1c565b610120820152615c78856101808401615b1c565b610140820152615c8c856101c08401615b1c565b610160820152615ca0856102008401615b1c565b610180820152615cb4856102408401615b1c565b6101a0820152615cc8856102808401615b1c565b6101c0820152949350505050565b5f8060408385031215615ce7575f80fd5b8251615cf281614f2c565b6020840151909250614fca81614f2c565b5f60208284031215615d13575f80fd5b81516001600160401b03811115615d28575f80fd5b820160e08185031215615d39575f80fd5b615d41614e31565b615d4a82615053565b8152615d5860208301615053565b6020820152615d696040830161528b565b6040820152615d7a606083016152b1565b6060820152615d8b608083016152d9565b6080820152615d9c60a083016152d9565b60a082015260c08201516001600160401b03811115615db9575f80fd5b615dc5868285016150bb565b60c083015250949350505050565b5f60208284031215615de3575f80fd5b5051919050565b6001600160601b03841681526001600160c01b0319831660208201526102808101614d846040830184615895565b601f82111561302d57805f5260205f20601f840160051c81016020851015615e3d5750805b601f840160051c820191505b81811015615e5c575f8155600101615e49565b5050505050565b81516001600160401b03811115615e7c57615e7c614d8c565b615e9081615e8a8454615628565b84615e18565b6020601f821160018114615ec2575f8315615eab5750848201515b5f19600385901b1c1916600184901b178455615e5c565b5f84815260208120601f198516915b82811015615ef15787850151825560209485019460019092019101615ed1565b5084821015615f0e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122046209067f77caec4b7919034c4af766313aea0a581832354652b2b7fcd5f90c264736f6c634300081a0033",
1027
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061016d575f3560e01c806376b707b7116100d95780639ffcede911610093578063b68d18091161006e578063b68d1809146103a9578063bbfbbfba146103b0578063bc4a1c35146103c3578063bf7e214f146103d6575f80fd5b80639ffcede91461036f578063aa5ae5aa14610382578063ada9652e14610395575f80fd5b806376b707b7146102e85780637a9e5e4b146103025780637baa9a0b146103155780638899278a1461033e578063893d20e8146103465780638fb360371461034e575f80fd5b8063329d6e741161012a578063329d6e741461024d57806349bb9e4b146102605780634d5e16a9146102735780635ab1bd5314610286578063644c45e0146102ab5780636c741e78146102c8575f80fd5b806301ffc9a7146101715780630aaba8e8146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004614c74565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004614caf565b6103f3565b005b6101cf610a2a565b60405162ffffff90911681526020016101a9565b6101eb610ab1565b6040516101a99190614cf8565b610200610c3d565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004614efb565b610c47565b6101c561026e366004614f40565b610d91565b6101c5610281366004614f9e565b610e8d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020615f1e833981519152546001600160601b0316610200565b6102d06110c2565b6040516001600160401b0390911681526020016101a9565b6102f061114e565b60405160ff90911681526020016101a9565b6101c5610310366004614fd5565b6111c2565b610328610323366004614f9e565b61125a565b60405164ffffffffff90911681526020016101a9565b61023f600381565b6102936113ca565b6103566114fb565b6040516001600160e01b031990911681526020016101a9565b6101c561037d366004614caf565b611530565b610200610390366004614f9e565b611829565b61023f5f80516020615f1e83398151915281565b60156102f0565b6101c56103be366004614f9e565b611f35565b6103286103d1366004614ff0565b612488565b5f80516020615f3e833981519152546001600160a01b0316610293565b6103fb6124c6565b6104068160156124fd565b5f610411600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610452573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104769190615038565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156104c5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526104ec91908101906150ea565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03841690639096a1f390602401602060405180830381865afa15801561053c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105609190615296565b905061056c8183612650565b6105a25760405163536eb56160e11b81526001600160601b038616600482015260ff821660248201526044015b60405180910390fd5b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156105fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062191906152c0565b1561064a5760405163bdcc947d60e01b81526001600160601b0386166004820152602401610599565b61014082015161ffff161561068e57610140820151604051637459ec8b60e11b81526001600160601b038716600482015261ffff9091166024820152604401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526001600160a01b038416906309c5844f90602401602060405180830381865afa1580156106d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106fd9190615296565b60408051632c2f8a6760e01b815260ff909216600483015260dc60248301525173__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__91632c2f8a679160448083019260209291908290030181865af415801561075b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077f91906152c0565b6107b55760a0820151604051635567446960e11b81526001600160601b0380881660048301529091166024820152604401610599565b60048054835160405163f0ea17c360e01b81526001600160a01b03928316936332f9f3df9389939089169263f0ea17c3926108009291016001600160601b0391909116815260200190565b5f60405180830381865afa15801561081a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261084191908101906152e4565b6020015188866040518563ffffffff1660e01b81526004016108669493929190615558565b5f604051808303815f87803b15801561087d575f80fd5b505af115801561088f573d5f803e3d5ffd5b5050505073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156108da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108fe919061559c565b64ffffffffff166101e083015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561094e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109729190615038565b6001600160a01b031663425d08e2868460c86040518463ffffffff1660e01b81526004016109a2939291906155b7565b5f604051808303815f87803b1580156109b9575f80fd5b505af11580156109cb573d5f803e3d5ffd5b50506040516001600160601b03881681527f549ae8b6fdcdbc1ee634d00b432905175415ba23ee737dac1d99b6ef540afc71925060200190505b60405180910390a150505050610a2760015f80516020615f5e83398151915255565b50565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906155eb565b905090565b610ab9614c37565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b53919061560d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610b9b6113ca565b6001600160a01b03168152602001826001018054610bb890615628565b80601f0160208091040260200160405190810160405280929190818152602001828054610be490615628565b8015610c2f5780601f10610c0657610100808354040283529160200191610c2f565b820191905f5260205f20905b815481529060010190602001808311610c1257829003601f168201915b505050505081525091505090565b5f610aac30612713565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c69610a2a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ccb919061566e565b5f80516020615f7e8339815191528054600160401b900460ff1680610cfd575080546001600160401b03808416911610155b15610d1b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d458361290c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615f7e8339815191528054600160401b810460ff1615906001600160401b03165f81158015610dc25750825b90505f826001600160401b03166001148015610ddd5750303b155b905081158015610deb575080155b15610e095760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e3357845460ff60401b1916600160401b1785555b610e3d8787612914565b8315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e956124c6565b610ea08260156124fd565b5f610eab600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f109190615038565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015610f5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f8691908101906150ea565b9050610f93858286612d24565b9050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff59190615038565b6001600160a01b031663425d08e2868360ff6040518463ffffffff1660e01b8152600401611025939291906155b7565b5f604051808303815f87803b15801561103c575f80fd5b505af115801561104e573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff881660208201527f0fb266de81849f168e7cbd8db91f5efc1e79dd85e672e18e6fdb84e86c42cc6c935001905060405180910390a16110a58585612f2a565b5050506110be60015f80516020615f5e83398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360156110e761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac919061566e565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac9190615296565b336111e15f80516020615f3e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461121c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610599565b816001600160a01b03163b5f03611251576040516361798f2f60e11b81526001600160a01b0383166004820152602401610599565b6110be82613032565b5f6112636124c6565b61126e8360156124fd565b5f8061127a600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190615038565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561132c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261135391908101906150ea565b9050611362815f015184613092565b1561139e578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529084166044820152606401610599565b6113a9828787613116565b93505050506113c460015f80516020615f5e83398151915255565b92915050565b5f805f80516020615f1e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145a91906152c0565b156114e5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156114bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114df9190615038565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615f3e83398151915280545f9190600160a01b900460ff16611522575f6114df565b638fb3603760e01b91505090565b6115386124c6565b6115438160156124fd565b5f8061154f600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b59190615038565b604051639096a1f360e01b81526001600160601b038616600482015290915061163b906001600160a01b03831690639096a1f3906024015b602060405180830381865afa158015611608573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162c9190615296565b600a5b60ff9081169116141590565b1561166457604051631130ddad60e21b81526001600160601b0385166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03851660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156116b0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116d791908101906150ea565b90506116e6815f015185613092565b15611722578051604051631a06208360e01b81526001600160601b03808816600483015291821660248201529085166044820152606401610599565b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561175e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117829190615038565b6001600160a01b0316635d4345cc86601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156117d9575f80fd5b505af11580156117eb573d5f803e3d5ffd5b50506040516001600160601b03881681527fa9d1c49a019bf7dc62cfada9540cd302c4fc54f6ed05d99b581074ed70441fae92506020019050610a05565b5f6118326124c6565b61183d8360156124fd565b5f80611849600c6125b4565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561188b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118af9190615038565b604051639096a1f360e01b81526001600160601b03881660048201529091506118eb906001600160a01b03831690639096a1f3906024016115ed565b1561191457604051631130ddad60e21b81526001600160601b0387166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03871660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015611960573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261198791908101906150ea565b9050611996815f015185613092565b156119d2578051604051631a06208360e01b81526001600160601b03808a16600483015291821660248201529085166044820152606401610599565b6004805460405163f0ea17c360e01b81526001600160601b038716928101929092526001600160a01b03908116916384d1f7cf9186919086169063f0ea17c3906024015f60405180830381865afa158015611a2f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a5691908101906152e4565b6020908101519085015160808601516040516001600160e01b031960e087901b1681526001600160a01b0394851660048201529390921660248401526001600160601b03808a166044850152808d16606485015290811660848401521660a482015260c40160408051808303815f875af1158015611ad6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611afa9190615689565b5050611b1686611b075f90565b64ffffffffff90811691161190565b15611b2957611b26878288612d24565b90505b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b899190615038565b6001600160a01b031663425d08e2888360286040518463ffffffff1660e01b8152600401611bb9939291906155b7565b5f604051808303815f87803b158015611bd0575f80fd5b505af1158015611be2573d5f803e3d5ffd5b50506005546060840151608085015160c086015160e087015160208801516040808a01519051637a5ff29d60e11b81525f99506001600160a01b03909716975063f4bfe53a96611c40968e96909590949093909290916004016156b6565b61024060405180830381865afa158015611c5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c809190615733565b9050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce29190615038565b6001600160a01b0316634d4a7ae989836040518363ffffffff1660e01b8152600401611d0f929190615a80565b5f604051808303815f87803b158015611d26575f80fd5b505af1158015611d38573d5f803e3d5ffd5b50505060808201516040516302d764c760e21b81526001600160601b03881660048201529097505f91506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015611d90573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611db79190810190615b68565b60c0810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3a91906152c0565b611eba5760035460c0820151604085810151905163038f0f2560e11b81526001600160601b0390921660048301526001600160c01b03191660248201526001600160a01b039091169063071e1e4a906044015f604051808303815f87803b158015611ea3575f80fd5b505af1158015611eb5573d5f803e3d5ffd5b505050505b5060a0810151604080516001600160601b038b81168252909216602083015264ffffffffff891682820152517f2e8d9b075b0da8e4e0de386a81c149b1f6fb08eb063859bb0802de4d3261249b9181900360600190a1611f1a8888612f2a565b50505050506113c460015f80516020615f5e83398151915255565b611f3d6124c6565b611f488260156124fd565b5f611f53600c6125b4565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb89190615038565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa158015612008573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061202c9190615296565b90506120408160285b60ff90811691161490565b6120685760405163904913a960e01b81526001600160601b0386166004820152602401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526120e2906001600160a01b038416906309c5844f90602401602060405180830381865afa1580156120b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120db9190615296565b60dc612035565b1561210b57604051635b7a826360e01b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015612157573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261217e91908101906150ea565b60405163e444c3df60e01b81526001600160601b03881660048201529091505f906001600160a01b0385169063e444c3df9060240161024060405180830381865afa1580156121cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f39190615733565b9050612201858884846136a9565b604051638d38cd4b60e01b815264ffffffffff8716600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015612255573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061227991906152c0565b1561228c57612289878388612d24565b91505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122ec9190615038565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b815260040161231c939291906155b7565b5f604051808303815f87803b158015612333575f80fd5b505af1158015612345573d5f803e3d5ffd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612385573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123a99190615038565b6001600160a01b0316632ae5819d8860dc6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015612400575f80fd5b505af1158015612412573d5f803e3d5ffd5b50505060a0820151604080516001600160601b03808c16825290921660208301527ea0c8fe3b5b724e2059f6961117d71cb0d74006490b63aa1e51f89d050e1b3b92500160405180910390a161246d8488845f015184613894565b50505050506110be60015f80516020615f5e83398151915255565b5f6124916124c6565b61249c8360156124fd565b6124a7848484613116565b90506124bf60015f80516020615f5e83398151915255565b9392505050565b5f80516020615f5e8339815191528054600119016124f757604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561255f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061258391906152c0565b6110be5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610599565b5f6125bd614c37565b5f6125d06001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612614573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612638919061560d565b9250612646838560016139e2565b9395909450915050565b5f61265c83602861162f565b1561266857505f6113c4565b6126eb73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156126b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126d6919061559c565b836101a0015164ffffffffff90811691161090565b156126f757505f6113c4565b50600192915050565b60015f80516020615f5e83398151915255565b5f805f80516020615f1e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561277f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a391906152c0565b156127cf5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610599565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612821573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284591906152c0565b61286d5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610599565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156128bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e3919061560d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61016d613cc1565b5f80516020615f7e8339815191528054600160401b810460ff1615906001600160401b03165f811580156129455750825b90505f826001600160401b031660011480156129605750303b155b90508115801561296e575080155b1561298c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156129b657845460ff60401b1916600160401b1785555b5f80878060200190518101906129cc9190615cd6565b915091506129db82828b613cf9565b5f6129e4610a2a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612a37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a5b9190615296565b9050612a6f6001546001600160a01b031690565b6001600160a01b031663d39e6043600b6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612ac3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae79190615038565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612b5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7f9190615038565b600480546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600e6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612bf3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c179190615038565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043601a6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612caf9190615038565b600580546001600160a01b0319166001600160a01b0392909216919091179055612cdf63072447c360e11b613e35565b5050508315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e7b565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612dfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2291906152c0565b158015612e3e57506101a083015164ffffffffff808416911614155b15612e675760405163f95747d360e01b81526001600160601b0385166004820152602401610599565b6101a083015164ffffffffff838116911603612e845750816124bf565b64ffffffffff8281166101a0850181905260c08501516040516352bcc5a760e11b81526004810192909252909116602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ef1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f15919061559c565b64ffffffffff166101c0840152509092915050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612f7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fa291906152c0565b15612fab575050565b5f612fb583613e61565b90506001600160a01b0381161561302d57604051630be6b84560e21b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b03821690632f9ae114906044015b5f604051808303815f87803b15801561301b575f80fd5b505af1158015610e84573d5f803e3d5ffd5b505050565b5f80516020615f3e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156130f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf91906152c0565b5f80846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613154573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131789190615038565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa1580156131c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131ec9190615296565b90505f866001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561322b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061324f9190615038565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561329b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132c291908101906150ea565b90506132ce8282612650565b6132ff5760405163536eb56160e11b81526001600160601b038716600482015260ff83166024820152604401610599565b60405163790a38ad60e01b815264ffffffffff8616600482015285945073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613356573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061337a91906152c0565b156133ed5773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156133c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133ea919061559c565b93505b6101c081015164ffffffffff90811690851610613444576101c08101516040516372f7b9bd60e11b81526001600160601b038816600482015264ffffffffff91821660248201529086166044820152606401610599565b6134c28473__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561348f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134b3919061559c565b64ffffffffff90811691161090565b1561356d578573__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561350f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613533919061559c565b604051631c66624d60e01b81526001600160601b03909216600483015264ffffffffff908116602483015286166044820152606401610599565b6101c08101805164ffffffffff861690915260408051631a99b41b60e31b815290516001600160a01b038a169163d4cda0d89160048083019260209291908290030181865afa1580156135c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135e69190615038565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b8152600401613616939291906155b7565b5f604051808303815f87803b15801561362d575f80fd5b505af115801561363f573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff858116602083015289168183015290517f4f967a98dc5f06461aaa876310c99e192cdb277cb377899950e0a00b04f6629c9350908190036060019150a161369e8786613f74565b505050509392505050565b5f825f015190505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137119190615038565b90505f61371e8284614052565b90505f6137336001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03891660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613780573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a49190615038565b9050613815826001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156137e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138099190615038565b83838860a001516140d0565b505061388c81876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b9190615038565b8487602001518860400151886142ac565b505050505050565b5f61389f8584614052565b90505f6138b46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613901573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139259190615038565b90505f805f61393489886144a5565b895160208b01516040808d015190516321711b5760e21b81526001600160a01b038c8116600483015280861660248301526001600160601b0394851660448301528088166064830152928416608482015282861660a4820152921660c4830152939750919550935090871691506385c46d5c9060e4015f604051808303815f87803b1580156139c1575f80fd5b505af11580156139d3573d5f803e3d5ffd5b50505050505050505050505050565b6139ea614c37565b5f806139fe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a4b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a729190810190615d03565b9250613a7f85600b61162f565b15613ad557604083015160ff868116911614613ad057604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b66565b613ae58360400151612035600c90565b80613afb5750613afb8360400151612035600f90565b80613b115750613b118360400151612035600e90565b80613b275750613b278360400151612035600d90565b613b6657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b768360400151612035600390565b15613b815750613cb9565b613b918360400151612035600c90565b15613bab57613ba48184602001516147c9565b9150613bbc565b613bb981846020015161483a565b91505b8315613cb757816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c229190615038565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c8e91906152c0565b15613cb757604051637d71120960e11b81526001600160601b0387166004820152602401610599565b505b935093915050565b5f80516020615f7e83398151915254600160401b900460ff16613cf757604051631afcd79f60e31b815260040160405180910390fd5b565b613d01613cc1565b613d096148bc565b6001600160a01b03821615613d2657613d21826148cc565b613d9d565b5f613d3160026148dd565b9050613d9b816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d969190615038565b6148cc565b505b613e1983846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ddd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e01919061560d565b60085f8560405180602001604052805f81525061496e565b613e29634a531f3360e01b613e35565b61302d63daf9067160e01b5b613e3d613cc1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f80613e756001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03851660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613ec2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ee69190615038565b604051635b5dd68960e11b81526001600160a01b038216600482015290925082915073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063b6bbad1290602401602060405180830381865af4158015613f42573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f6691906152c0565b613f6e575f91505b50919050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613fc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fec91906152c0565b15613ff5575050565b5f613fff83613e61565b90506001600160a01b0381161561302d576040516362782d9f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b038216906362782d9f90604401613004565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa15801561409e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526140c591908101906152e4565b604001519392505050565b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015614128573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061414c9190615dd3565b6040516370a0823160e01b81526001600160a01b0385811660048301529192505f918716906370a0823190602401602060405180830381865afa158015614195573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141b99190615dd3565b604051636eb1769f60e11b81526001600160a01b03868116600483015287811660248301529192505f9188169063dd62ed3e90604401602060405180830381865afa15801561420a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061422e9190615dd3565b90508282101561426a5760405163503edf3960e11b81526001600160a01b03861660048201526024810184905260448101839052606401610599565b82811015610e8457604051630afa3e2d60e11b81526001600160a01b038087166004830152871660248201526044810184905260648101829052608401610599565b5f6142b787866144a5565b505050905060025f9054906101000a90046001600160a01b03166001600160a01b03166367438c5087876142f48661014001518760c00151614a13565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160601b0391821660248401521660448201526064015f604051808303815f87803b158015614348575f80fd5b505af115801561435a573d5f803e3d5ffd5b5050604051630a4d29dd60e31b81526001600160601b038416600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__92506352694ee89150602401602060405180830381865af41580156143b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143d891906152c0565b61443e57600354604051633ca8687160e11b81526001600160a01b0390911690637950d0e29061441090849087908790600401615dea565b5f604051808303815f87803b158015614427575f80fd5b505af1158015614439573d5f803e3d5ffd5b505050505b6004805460405163fb3bcd1f60e01b81526001600160a01b039091169163fb3bcd1f9161446f918891879101615a80565b5f604051808303815f87803b158015614486575f80fd5b505af1158015614498573d5f803e3d5ffd5b5050505050505050505050565b6040516302d764c760e21b81526001600160601b03821660048201525f9081908190819081906001600160a01b03881690630b5d931c906024015f60405180830381865afa1580156144f9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145209190810190615b68565b60405163f0ea17c360e01b81526001600160601b03881660048201529091506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa15801561456d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261459491908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156145d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145f79190615038565b60a082015160405163f0ea17c360e01b81526001600160601b0390911660048201529092506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa15801561464a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261467191908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156146b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146d49190615038565b92508060400151156147bf5760c081015160405163f0ea17c360e01b81526001600160601b03821660048201529095506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614732573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261475991908101906152e4565b604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015614798573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147bc9190615038565b93505b5092959194509250565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614816573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf9190615038565b6040516305247a1760e51b81526001600160601b03821660048201525f906124bf9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561488c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526148b39190810190615d03565b602001516147c9565b6148c4613cc1565b613cf7614a97565b6148d4613cc1565b610a2781614a9f565b5f6148f06001546001600160a01b031690565b6001600160a01b031663d39e60438361490761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561494a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190615038565b614976613cc1565b6149808683614ab0565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301614a098382615e63565b5050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614a73573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf919061560d565b612700613cc1565b614aa7613cc1565b610a2781613032565b614ab8613cc1565b614ac182614b26565b614ac9614bf2565b6001600160a01b038116614af05760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615f1e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614b2e613cc1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614b84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614ba891906152c0565b614bd05760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614bfa613cc1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614c84575f80fd5b81356001600160e01b0319811681146124bf575f80fd5b6001600160601b0381168114610a27575f80fd5b5f60208284031215614cbf575f80fd5b81356124bf81614c9b565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614d40608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614d84610100840182614cca565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b0381118282101715614dc357614dc3614d8c565b60405290565b604051608081016001600160401b0381118282101715614dc357614dc3614d8c565b60405161024081016001600160401b0381118282101715614dc357614dc3614d8c565b6040516101e081016001600160401b0381118282101715614dc357614dc3614d8c565b60405160e081016001600160401b0381118282101715614dc357614dc3614d8c565b604051601f8201601f191681016001600160401b0381118282101715614e7b57614e7b614d8c565b604052919050565b5f6001600160401b03821115614e9b57614e9b614d8c565b50601f01601f191660200190565b5f82601f830112614eb8575f80fd5b8135614ecb614ec682614e83565b614e53565b818152846020838601011115614edf575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614f0b575f80fd5b81356001600160401b03811115614f20575f80fd5b614d8484828501614ea9565b6001600160a01b0381168114610a27575f80fd5b5f8060408385031215614f51575f80fd5b8235614f5c81614f2c565b915060208301356001600160401b03811115614f76575f80fd5b614f8285828601614ea9565b9150509250929050565b64ffffffffff81168114610a27575f80fd5b5f8060408385031215614faf575f80fd5b8235614fba81614c9b565b91506020830135614fca81614f8c565b809150509250929050565b5f60208284031215614fe5575f80fd5b81356124bf81614f2c565b5f805f60608486031215615002575f80fd5b833561500d81614f2c565b9250602084013561501d81614c9b565b9150604084013561502d81614f8c565b809150509250925092565b5f60208284031215615048575f80fd5b81516124bf81614f2c565b805161505e81614c9b565b919050565b80516001600160c01b03198116811461505e575f80fd5b805161505e81614f8c565b5f615092614ec684614e83565b90508281528383830111156150a5575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126150ca575f80fd5b6124bf83835160208501615085565b805161ffff8116811461505e575f80fd5b5f602082840312156150fa575f80fd5b81516001600160401b0381111561510f575f80fd5b82016102008185031215615121575f80fd5b615129614da0565b61513282615053565b815261514060208301615053565b602082015261515160408301615063565b604082015261516260608301615063565b606082015261517360808301615053565b608082015261518460a08301615053565b60a082015261519560c0830161507a565b60c082015260e08201516001600160401b038111156151b2575f80fd5b6151be868285016150bb565b60e0830152506101008201516001600160401b038111156151dd575f80fd5b6151e9868285016150bb565b610100830152506151fd61012083016150d9565b61012082015261521061014083016150d9565b6101408201526152236101608301615053565b6101608201526152366101808301615053565b6101808201526152496101a0830161507a565b6101a082015261525c6101c0830161507a565b6101c082015261526f6101e0830161507a565b6101e0820152949350505050565b60ff81168114610a27575f80fd5b805161505e8161527d565b5f602082840312156152a6575f80fd5b81516124bf8161527d565b8051801515811461505e575f80fd5b5f602082840312156152d0575f80fd5b6124bf826152b1565b805161505e81614f2c565b5f602082840312156152f4575f80fd5b81516001600160401b03811115615309575f80fd5b82016080818503121561531a575f80fd5b615322614dc9565b81516001600160401b03811115615337575f80fd5b8201601f81018613615347575f80fd5b61535686825160208401615085565b825250615365602083016152d9565b6020820152615376604083016152d9565b604082015260608201516001600160401b03811115615393575f80fd5b61539f868285016150bb565b606083015250949350505050565b80516001600160601b031682525f60208201516153d560208501826001600160601b03169052565b5060408201516153f160408501826001600160c01b0319169052565b50606082015161540d60608501826001600160c01b0319169052565b50608082015161542860808501826001600160601b03169052565b5060a082015161544360a08501826001600160601b03169052565b5060c082015161545c60c085018264ffffffffff169052565b5060e082015161020060e0850152615478610200850182614cca565b90506101008301518482036101008601526154938282614cca565b9150506101208301516154ad61012086018261ffff169052565b506101408301516154c561014086018261ffff169052565b506101608301516154e26101608601826001600160601b03169052565b506101808301516154ff6101808601826001600160601b03169052565b506101a083015161551a6101a086018264ffffffffff169052565b506101c08301516155356101c086018264ffffffffff169052565b506101e08301516155506101e086018264ffffffffff169052565b509392505050565b6001600160a01b038581168252841660208201526001600160601b03831660408201526080606082018190525f90615592908301846153ad565b9695505050505050565b5f602082840312156155ac575f80fd5b81516124bf81614f8c565b6001600160601b0384168152606060208201525f6155d860608301856153ad565b905060ff83166040830152949350505050565b5f602082840312156155fb575f80fd5b815162ffffff811681146124bf575f80fd5b5f6020828403121561561d575f80fd5b81516124bf81614c9b565b600181811c9082168061563c57607f821691505b602082108103613f6e57634e487b7160e01b5f52602260045260245ffd5b6001600160401b0381168114610a27575f80fd5b5f6020828403121561567e575f80fd5b81516124bf8161565a565b5f806040838503121561569a575f80fd5b82516156a581614c9b565b6020840151909250614fca81614c9b565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f61570560e0830186614cca565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015615745575f80fd5b5061574e614deb565b61575783615053565b815261576560208401615053565b602082015261577660408401615053565b604082015261578760608401615053565b606082015261579860808401615053565b60808201526157a960a08401615053565b60a08201526157ba60c08401615053565b60c08201526157cb60e08401615053565b60e08201526157dd6101008401615053565b6101008201526157f06101208401615053565b6101208201526158036101408401615053565b6101408201526158166101608401615053565b6101608201526158296101808401615053565b61018082015261583c6101a08401615053565b6101a082015261584f6101c08401615053565b6101c08201526158626101e08401615053565b6101e08201526158756102008401615053565b6102008201526158886102208401615053565b6102208201529392505050565b80516001600160601b0316825260208101516158bc60208401826001600160601b03169052565b5060408101516158d760408401826001600160601b03169052565b5060608101516158f260608401826001600160601b03169052565b50608081015161590d60808401826001600160601b03169052565b5060a081015161592860a08401826001600160601b03169052565b5060c081015161594360c08401826001600160601b03169052565b5060e081015161595e60e08401826001600160601b03169052565b5061010081015161597b6101008401826001600160601b03169052565b506101208101516159986101208401826001600160601b03169052565b506101408101516159b56101408401826001600160601b03169052565b506101608101516159d26101608401826001600160601b03169052565b506101808101516159ef6101808401826001600160601b03169052565b506101a0810151615a0c6101a08401826001600160601b03169052565b506101c0810151615a296101c08401826001600160601b03169052565b506101e0810151615a466101e08401826001600160601b03169052565b50610200810151615a636102008401826001600160601b03169052565b5061022081015161302d6102208401826001600160601b03169052565b6001600160601b038316815261026081016124bf6020830184615895565b5f82601f830112615aad575f80fd5b81516001600160401b03811115615ac657615ac6614d8c565b8060051b615ad660208201614e53565b91825260208185018101929081019086841115615af1575f80fd5b6020860192505b83831015615592578251615b0b81614c9b565b825260209283019290910190615af8565b5f60408284031215615b2c575f80fd5b604080519081016001600160401b0381118282101715615b4e57615b4e614d8c565b604052825181526020928301519281019290925250919050565b5f60208284031215615b78575f80fd5b81516001600160401b03811115615b8d575f80fd5b82016102c08185031215615b9f575f80fd5b615ba7614e0e565b615bb0826152b1565b8152615bbe602083016152b1565b6020820152615bcf604083016152b1565b6040820152615be06060830161528b565b6060820152615bf16080830161528b565b6080820152615c0260a08301615053565b60a0820152615c1360c08301615053565b60c082015260e08201516001600160401b03811115615c30575f80fd5b615c3c86828501615a9e565b60e083015250615c50856101008401615b1c565b610100820152615c64856101408401615b1c565b610120820152615c78856101808401615b1c565b610140820152615c8c856101c08401615b1c565b610160820152615ca0856102008401615b1c565b610180820152615cb4856102408401615b1c565b6101a0820152615cc8856102808401615b1c565b6101c0820152949350505050565b5f8060408385031215615ce7575f80fd5b8251615cf281614f2c565b6020840151909250614fca81614f2c565b5f60208284031215615d13575f80fd5b81516001600160401b03811115615d28575f80fd5b820160e08185031215615d39575f80fd5b615d41614e31565b615d4a82615053565b8152615d5860208301615053565b6020820152615d696040830161528b565b6040820152615d7a606083016152b1565b6060820152615d8b608083016152d9565b6080820152615d9c60a083016152d9565b60a082015260c08201516001600160401b03811115615db9575f80fd5b615dc5868285016150bb565b60c083015250949350505050565b5f60208284031215615de3575f80fd5b5051919050565b6001600160601b03841681526001600160c01b0319831660208201526102808101614d846040830184615895565b601f82111561302d57805f5260205f20601f840160051c81016020851015615e3d5750805b601f840160051c820191505b81811015615e5c575f8155600101615e49565b5050505050565b81516001600160401b03811115615e7c57615e7c614d8c565b615e9081615e8a8454615628565b84615e18565b6020601f821160018114615ec2575f8315615eab5750848201515b5f19600385901b1c1916600184901b178455615e5c565b5f84815260208120601f198516915b82811015615ef15787850151825560209485019460019092019101615ed1565b5084821015615f0e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122046209067f77caec4b7919034c4af766313aea0a581832354652b2b7fcd5f90c264736f6c634300081a0033",
1028
+ "linkReferences": {
1029
+ "contracts/shared/ContractLib.sol": {
1030
+ "ContractLib": [
1031
+ {
1032
+ "length": 20,
1033
+ "start": 16352
1034
+ },
1035
+ {
1036
+ "length": 20,
1037
+ "start": 19490
1038
+ }
1039
+ ]
1040
+ },
1041
+ "contracts/type/Amount.sol": {
1042
+ "AmountLib": [
1043
+ {
1044
+ "length": 20,
1045
+ "start": 16838
1046
+ },
1047
+ {
1048
+ "length": 20,
1049
+ "start": 19217
1050
+ }
1051
+ ]
1052
+ },
1053
+ "contracts/type/NftId.sol": {
1054
+ "NftIdLib": [
1055
+ {
1056
+ "length": 20,
1057
+ "start": 3008
1058
+ },
1059
+ {
1060
+ "length": 20,
1061
+ "start": 5332
1062
+ },
1063
+ {
1064
+ "length": 20,
1065
+ "start": 7860
1066
+ },
1067
+ {
1068
+ "length": 20,
1069
+ "start": 10269
1070
+ },
1071
+ {
1072
+ "length": 20,
1073
+ "start": 12688
1074
+ },
1075
+ {
1076
+ "length": 20,
1077
+ "start": 17488
1078
+ }
1079
+ ]
1080
+ },
1081
+ "contracts/type/RoleId.sol": {
1082
+ "RoleIdLib": [
1083
+ {
1084
+ "length": 20,
1085
+ "start": 4507
1086
+ }
1087
+ ]
1088
+ },
1089
+ "contracts/type/StateId.sol": {
1090
+ "StateIdLib": [
1091
+ {
1092
+ "length": 20,
1093
+ "start": 2037
1094
+ }
1095
+ ]
1096
+ },
1097
+ "contracts/type/Timestamp.sol": {
1098
+ "TimestampLib": [
1099
+ {
1100
+ "length": 20,
1101
+ "start": 1691
1102
+ },
1103
+ {
1104
+ "length": 20,
1105
+ "start": 2411
1106
+ },
1107
+ {
1108
+ "length": 20,
1109
+ "start": 8947
1110
+ },
1111
+ {
1112
+ "length": 20,
1113
+ "start": 10051
1114
+ },
1115
+ {
1116
+ "length": 20,
1117
+ "start": 11932
1118
+ },
1119
+ {
1120
+ "length": 20,
1121
+ "start": 12175
1122
+ },
1123
+ {
1124
+ "length": 20,
1125
+ "start": 12316
1126
+ },
1127
+ {
1128
+ "length": 20,
1129
+ "start": 13300
1130
+ },
1131
+ {
1132
+ "length": 20,
1133
+ "start": 13399
1134
+ },
1135
+ {
1136
+ "length": 20,
1137
+ "start": 13600
1138
+ },
1139
+ {
1140
+ "length": 20,
1141
+ "start": 13728
1142
+ },
1143
+ {
1144
+ "length": 20,
1145
+ "start": 16486
1146
+ }
1147
+ ]
1148
+ },
1149
+ "contracts/type/Version.sol": {
1150
+ "VersionLib": [
1151
+ {
1152
+ "length": 20,
1153
+ "start": 2854
1154
+ },
1155
+ {
1156
+ "length": 20,
1157
+ "start": 3359
1158
+ },
1159
+ {
1160
+ "length": 20,
1161
+ "start": 10965
1162
+ }
1163
+ ],
1164
+ "VersionPartLib": [
1165
+ {
1166
+ "length": 20,
1167
+ "start": 4668
1168
+ }
1169
+ ]
1170
+ }
1171
+ },
1172
+ "deployedLinkReferences": {
1173
+ "contracts/shared/ContractLib.sol": {
1174
+ "ContractLib": [
1175
+ {
1176
+ "length": 20,
1177
+ "start": 16138
1178
+ },
1179
+ {
1180
+ "length": 20,
1181
+ "start": 19276
1182
+ }
1183
+ ]
1184
+ },
1185
+ "contracts/type/Amount.sol": {
1186
+ "AmountLib": [
1187
+ {
1188
+ "length": 20,
1189
+ "start": 16624
1190
+ },
1191
+ {
1192
+ "length": 20,
1193
+ "start": 19003
1194
+ }
1195
+ ]
1196
+ },
1197
+ "contracts/type/NftId.sol": {
1198
+ "NftIdLib": [
1199
+ {
1200
+ "length": 20,
1201
+ "start": 2794
1202
+ },
1203
+ {
1204
+ "length": 20,
1205
+ "start": 5118
1206
+ },
1207
+ {
1208
+ "length": 20,
1209
+ "start": 7646
1210
+ },
1211
+ {
1212
+ "length": 20,
1213
+ "start": 10055
1214
+ },
1215
+ {
1216
+ "length": 20,
1217
+ "start": 12474
1218
+ },
1219
+ {
1220
+ "length": 20,
1221
+ "start": 17274
1222
+ }
1223
+ ]
1224
+ },
1225
+ "contracts/type/RoleId.sol": {
1226
+ "RoleIdLib": [
1227
+ {
1228
+ "length": 20,
1229
+ "start": 4293
1230
+ }
1231
+ ]
1232
+ },
1233
+ "contracts/type/StateId.sol": {
1234
+ "StateIdLib": [
1235
+ {
1236
+ "length": 20,
1237
+ "start": 1823
1238
+ }
1239
+ ]
1240
+ },
1241
+ "contracts/type/Timestamp.sol": {
1242
+ "TimestampLib": [
1243
+ {
1244
+ "length": 20,
1245
+ "start": 1477
1246
+ },
1247
+ {
1248
+ "length": 20,
1249
+ "start": 2197
1250
+ },
1251
+ {
1252
+ "length": 20,
1253
+ "start": 8733
1254
+ },
1255
+ {
1256
+ "length": 20,
1257
+ "start": 9837
1258
+ },
1259
+ {
1260
+ "length": 20,
1261
+ "start": 11718
1262
+ },
1263
+ {
1264
+ "length": 20,
1265
+ "start": 11961
1266
+ },
1267
+ {
1268
+ "length": 20,
1269
+ "start": 12102
1270
+ },
1271
+ {
1272
+ "length": 20,
1273
+ "start": 13086
1274
+ },
1275
+ {
1276
+ "length": 20,
1277
+ "start": 13185
1278
+ },
1279
+ {
1280
+ "length": 20,
1281
+ "start": 13386
1282
+ },
1283
+ {
1284
+ "length": 20,
1285
+ "start": 13514
1286
+ },
1287
+ {
1288
+ "length": 20,
1289
+ "start": 16272
1290
+ }
1291
+ ]
1292
+ },
1293
+ "contracts/type/Version.sol": {
1294
+ "VersionLib": [
1295
+ {
1296
+ "length": 20,
1297
+ "start": 2640
1298
+ },
1299
+ {
1300
+ "length": 20,
1301
+ "start": 3145
1302
+ },
1303
+ {
1304
+ "length": 20,
1305
+ "start": 10751
1306
+ }
1307
+ ],
1308
+ "VersionPartLib": [
1309
+ {
1310
+ "length": 20,
1311
+ "start": 4454
1312
+ }
1313
+ ]
1314
+ }
1315
+ }
1316
+ }