@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,1471 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DistributionService",
4
+ "sourceName": "contracts/distribution/DistributionService.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": "address",
80
+ "name": "caller",
81
+ "type": "address"
82
+ }
83
+ ],
84
+ "name": "ErrorDistributionServiceCallerNotRegistered",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "Amount",
91
+ "name": "amount",
92
+ "type": "uint96"
93
+ },
94
+ {
95
+ "internalType": "Amount",
96
+ "name": "limit",
97
+ "type": "uint96"
98
+ }
99
+ ],
100
+ "name": "ErrorDistributionServiceCommissionWithdrawAmountExceedsLimit",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "Amount",
107
+ "name": "transferredDistributionFeeAmount",
108
+ "type": "uint96"
109
+ },
110
+ {
111
+ "internalType": "Amount",
112
+ "name": "expectedDistributionFeeAmount",
113
+ "type": "uint96"
114
+ }
115
+ ],
116
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "maxDiscountPercentage",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "limit",
129
+ "type": "uint256"
130
+ }
131
+ ],
132
+ "name": "ErrorDistributionServiceMaxDiscountTooHigh",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "uint256",
139
+ "name": "maxDiscountPercentage",
140
+ "type": "uint256"
141
+ },
142
+ {
143
+ "internalType": "uint256",
144
+ "name": "limit",
145
+ "type": "uint256"
146
+ }
147
+ ],
148
+ "name": "ErrorDistributionServiceVariableFeesTooHight",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "caller",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ErrorIDistributionServiceCallerNotDistributor",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "uint256",
166
+ "name": "commissionPercentage",
167
+ "type": "uint256"
168
+ },
169
+ {
170
+ "internalType": "uint256",
171
+ "name": "maxCommissionPercentage",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "ErrorIDistributionServiceCommissionTooHigh",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "uint256",
182
+ "name": "maxDiscountPercentage",
183
+ "type": "uint256"
184
+ },
185
+ {
186
+ "internalType": "uint256",
187
+ "name": "discountPercentage",
188
+ "type": "uint256"
189
+ }
190
+ ],
191
+ "name": "ErrorIDistributionServiceDiscountTooHigh",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "uint256",
198
+ "name": "minDiscountPercentage",
199
+ "type": "uint256"
200
+ },
201
+ {
202
+ "internalType": "uint256",
203
+ "name": "discountPercentage",
204
+ "type": "uint256"
205
+ }
206
+ ],
207
+ "name": "ErrorIDistributionServiceDiscountTooLow",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [
212
+ {
213
+ "internalType": "Timestamp",
214
+ "name": "expiryAt",
215
+ "type": "uint40"
216
+ }
217
+ ],
218
+ "name": "ErrorIDistributionServiceExpirationInvalid",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [
223
+ {
224
+ "internalType": "uint256",
225
+ "name": "maxReferralLifetime",
226
+ "type": "uint256"
227
+ },
228
+ {
229
+ "internalType": "uint256",
230
+ "name": "expiryAt",
231
+ "type": "uint256"
232
+ }
233
+ ],
234
+ "name": "ErrorIDistributionServiceExpiryTooLong",
235
+ "type": "error"
236
+ },
237
+ {
238
+ "inputs": [
239
+ {
240
+ "internalType": "string",
241
+ "name": "code",
242
+ "type": "string"
243
+ }
244
+ ],
245
+ "name": "ErrorIDistributionServiceInvalidReferral",
246
+ "type": "error"
247
+ },
248
+ {
249
+ "inputs": [
250
+ {
251
+ "internalType": "ReferralId",
252
+ "name": "referralId",
253
+ "type": "bytes8"
254
+ }
255
+ ],
256
+ "name": "ErrorIDistributionServiceInvalidReferralId",
257
+ "type": "error"
258
+ },
259
+ {
260
+ "inputs": [
261
+ {
262
+ "internalType": "uint256",
263
+ "name": "maxReferrals",
264
+ "type": "uint256"
265
+ }
266
+ ],
267
+ "name": "ErrorIDistributionServiceMaxReferralsExceeded",
268
+ "type": "error"
269
+ },
270
+ {
271
+ "inputs": [
272
+ {
273
+ "internalType": "uint256",
274
+ "name": "minFee",
275
+ "type": "uint256"
276
+ },
277
+ {
278
+ "internalType": "uint256",
279
+ "name": "limit",
280
+ "type": "uint256"
281
+ }
282
+ ],
283
+ "name": "ErrorIDistributionServiceMinFeeTooHigh",
284
+ "type": "error"
285
+ },
286
+ {
287
+ "inputs": [
288
+ {
289
+ "internalType": "NftId",
290
+ "name": "nftId",
291
+ "type": "uint96"
292
+ },
293
+ {
294
+ "internalType": "NftId",
295
+ "name": "parentNftId",
296
+ "type": "uint96"
297
+ }
298
+ ],
299
+ "name": "ErrorIDistributionServiceParentNftIdNotInstance",
300
+ "type": "error"
301
+ },
302
+ {
303
+ "inputs": [
304
+ {
305
+ "internalType": "NftId",
306
+ "name": "distributionNftId",
307
+ "type": "uint96"
308
+ },
309
+ {
310
+ "internalType": "ReferralId",
311
+ "name": "referralId",
312
+ "type": "bytes8"
313
+ }
314
+ ],
315
+ "name": "ErrorIDistributionServiceReferralInvalid",
316
+ "type": "error"
317
+ },
318
+ {
319
+ "inputs": [
320
+ {
321
+ "internalType": "NftId",
322
+ "name": "nftId",
323
+ "type": "uint96"
324
+ }
325
+ ],
326
+ "name": "ErrorNftOwnableAlreadyLinked",
327
+ "type": "error"
328
+ },
329
+ {
330
+ "inputs": [
331
+ {
332
+ "internalType": "address",
333
+ "name": "contractAddress",
334
+ "type": "address"
335
+ }
336
+ ],
337
+ "name": "ErrorNftOwnableContractNotRegistered",
338
+ "type": "error"
339
+ },
340
+ {
341
+ "inputs": [],
342
+ "name": "ErrorNftOwnableInitialOwnerZero",
343
+ "type": "error"
344
+ },
345
+ {
346
+ "inputs": [
347
+ {
348
+ "internalType": "NftId",
349
+ "name": "nftId",
350
+ "type": "uint96"
351
+ },
352
+ {
353
+ "internalType": "ObjectType",
354
+ "name": "expectedObjectType",
355
+ "type": "uint8"
356
+ }
357
+ ],
358
+ "name": "ErrorNftOwnableInvalidType",
359
+ "type": "error"
360
+ },
361
+ {
362
+ "inputs": [
363
+ {
364
+ "internalType": "address",
365
+ "name": "account",
366
+ "type": "address"
367
+ }
368
+ ],
369
+ "name": "ErrorNftOwnableNotOwner",
370
+ "type": "error"
371
+ },
372
+ {
373
+ "inputs": [
374
+ {
375
+ "internalType": "address",
376
+ "name": "registryAddress",
377
+ "type": "address"
378
+ }
379
+ ],
380
+ "name": "ErrorNotRegistry",
381
+ "type": "error"
382
+ },
383
+ {
384
+ "inputs": [],
385
+ "name": "ErrorServiceNotImplemented",
386
+ "type": "error"
387
+ },
388
+ {
389
+ "inputs": [],
390
+ "name": "InvalidInitialization",
391
+ "type": "error"
392
+ },
393
+ {
394
+ "inputs": [],
395
+ "name": "NotInitializing",
396
+ "type": "error"
397
+ },
398
+ {
399
+ "inputs": [],
400
+ "name": "ReentrancyGuardReentrantCall",
401
+ "type": "error"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "UFixedLibNegativeResult",
406
+ "type": "error"
407
+ },
408
+ {
409
+ "anonymous": false,
410
+ "inputs": [
411
+ {
412
+ "indexed": false,
413
+ "internalType": "address",
414
+ "name": "authority",
415
+ "type": "address"
416
+ }
417
+ ],
418
+ "name": "AuthorityUpdated",
419
+ "type": "event"
420
+ },
421
+ {
422
+ "anonymous": false,
423
+ "inputs": [
424
+ {
425
+ "indexed": false,
426
+ "internalType": "uint64",
427
+ "name": "version",
428
+ "type": "uint64"
429
+ }
430
+ ],
431
+ "name": "Initialized",
432
+ "type": "event"
433
+ },
434
+ {
435
+ "anonymous": false,
436
+ "inputs": [
437
+ {
438
+ "indexed": false,
439
+ "internalType": "NftId",
440
+ "name": "distributorNftId",
441
+ "type": "uint96"
442
+ },
443
+ {
444
+ "indexed": false,
445
+ "internalType": "address",
446
+ "name": "recipient",
447
+ "type": "address"
448
+ },
449
+ {
450
+ "indexed": false,
451
+ "internalType": "address",
452
+ "name": "tokenAddress",
453
+ "type": "address"
454
+ },
455
+ {
456
+ "indexed": false,
457
+ "internalType": "Amount",
458
+ "name": "amount",
459
+ "type": "uint96"
460
+ }
461
+ ],
462
+ "name": "LogDistributionServiceCommissionWithdrawn",
463
+ "type": "event"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "GIF_RELEASE",
468
+ "outputs": [
469
+ {
470
+ "internalType": "uint256",
471
+ "name": "",
472
+ "type": "uint256"
473
+ }
474
+ ],
475
+ "stateMutability": "view",
476
+ "type": "function"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
481
+ "outputs": [
482
+ {
483
+ "internalType": "bytes32",
484
+ "name": "",
485
+ "type": "bytes32"
486
+ }
487
+ ],
488
+ "stateMutability": "view",
489
+ "type": "function"
490
+ },
491
+ {
492
+ "inputs": [],
493
+ "name": "REGISTERABLE_LOCATION_V1",
494
+ "outputs": [
495
+ {
496
+ "internalType": "bytes32",
497
+ "name": "",
498
+ "type": "bytes32"
499
+ }
500
+ ],
501
+ "stateMutability": "view",
502
+ "type": "function"
503
+ },
504
+ {
505
+ "inputs": [],
506
+ "name": "authority",
507
+ "outputs": [
508
+ {
509
+ "internalType": "address",
510
+ "name": "",
511
+ "type": "address"
512
+ }
513
+ ],
514
+ "stateMutability": "view",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [
519
+ {
520
+ "internalType": "address",
521
+ "name": "distributor",
522
+ "type": "address"
523
+ },
524
+ {
525
+ "internalType": "DistributorType",
526
+ "name": "distributorType",
527
+ "type": "bytes8"
528
+ },
529
+ {
530
+ "internalType": "bytes",
531
+ "name": "data",
532
+ "type": "bytes"
533
+ }
534
+ ],
535
+ "name": "createDistributor",
536
+ "outputs": [
537
+ {
538
+ "internalType": "NftId",
539
+ "name": "distributorNftId",
540
+ "type": "uint96"
541
+ }
542
+ ],
543
+ "stateMutability": "nonpayable",
544
+ "type": "function"
545
+ },
546
+ {
547
+ "inputs": [
548
+ {
549
+ "internalType": "string",
550
+ "name": "name",
551
+ "type": "string"
552
+ },
553
+ {
554
+ "internalType": "UFixed",
555
+ "name": "minDiscountPercentage",
556
+ "type": "uint256"
557
+ },
558
+ {
559
+ "internalType": "UFixed",
560
+ "name": "maxDiscountPercentage",
561
+ "type": "uint256"
562
+ },
563
+ {
564
+ "internalType": "UFixed",
565
+ "name": "commissionPercentage",
566
+ "type": "uint256"
567
+ },
568
+ {
569
+ "internalType": "uint32",
570
+ "name": "maxReferralCount",
571
+ "type": "uint32"
572
+ },
573
+ {
574
+ "internalType": "uint32",
575
+ "name": "maxReferralLifetime",
576
+ "type": "uint32"
577
+ },
578
+ {
579
+ "internalType": "bool",
580
+ "name": "allowSelfReferrals",
581
+ "type": "bool"
582
+ },
583
+ {
584
+ "internalType": "bool",
585
+ "name": "allowRenewals",
586
+ "type": "bool"
587
+ },
588
+ {
589
+ "internalType": "bytes",
590
+ "name": "data",
591
+ "type": "bytes"
592
+ }
593
+ ],
594
+ "name": "createDistributorType",
595
+ "outputs": [
596
+ {
597
+ "internalType": "DistributorType",
598
+ "name": "distributorType",
599
+ "type": "bytes8"
600
+ }
601
+ ],
602
+ "stateMutability": "nonpayable",
603
+ "type": "function"
604
+ },
605
+ {
606
+ "inputs": [
607
+ {
608
+ "internalType": "NftId",
609
+ "name": "distributorNftId",
610
+ "type": "uint96"
611
+ },
612
+ {
613
+ "internalType": "string",
614
+ "name": "code",
615
+ "type": "string"
616
+ },
617
+ {
618
+ "internalType": "UFixed",
619
+ "name": "discountPercentage",
620
+ "type": "uint256"
621
+ },
622
+ {
623
+ "internalType": "uint32",
624
+ "name": "maxReferrals",
625
+ "type": "uint32"
626
+ },
627
+ {
628
+ "internalType": "Timestamp",
629
+ "name": "expiryAt",
630
+ "type": "uint40"
631
+ },
632
+ {
633
+ "internalType": "bytes",
634
+ "name": "data",
635
+ "type": "bytes"
636
+ }
637
+ ],
638
+ "name": "createReferral",
639
+ "outputs": [
640
+ {
641
+ "internalType": "ReferralId",
642
+ "name": "referralId",
643
+ "type": "bytes8"
644
+ }
645
+ ],
646
+ "stateMutability": "nonpayable",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [],
651
+ "name": "getDomain",
652
+ "outputs": [
653
+ {
654
+ "internalType": "ObjectType",
655
+ "name": "serviceDomain",
656
+ "type": "uint8"
657
+ }
658
+ ],
659
+ "stateMutability": "pure",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "getInitialInfo",
665
+ "outputs": [
666
+ {
667
+ "components": [
668
+ {
669
+ "internalType": "NftId",
670
+ "name": "nftId",
671
+ "type": "uint96"
672
+ },
673
+ {
674
+ "internalType": "NftId",
675
+ "name": "parentNftId",
676
+ "type": "uint96"
677
+ },
678
+ {
679
+ "internalType": "ObjectType",
680
+ "name": "objectType",
681
+ "type": "uint8"
682
+ },
683
+ {
684
+ "internalType": "bool",
685
+ "name": "isInterceptor",
686
+ "type": "bool"
687
+ },
688
+ {
689
+ "internalType": "address",
690
+ "name": "objectAddress",
691
+ "type": "address"
692
+ },
693
+ {
694
+ "internalType": "address",
695
+ "name": "initialOwner",
696
+ "type": "address"
697
+ },
698
+ {
699
+ "internalType": "bytes",
700
+ "name": "data",
701
+ "type": "bytes"
702
+ }
703
+ ],
704
+ "internalType": "struct IRegistry.ObjectInfo",
705
+ "name": "info",
706
+ "type": "tuple"
707
+ }
708
+ ],
709
+ "stateMutability": "view",
710
+ "type": "function"
711
+ },
712
+ {
713
+ "inputs": [],
714
+ "name": "getNftId",
715
+ "outputs": [
716
+ {
717
+ "internalType": "NftId",
718
+ "name": "",
719
+ "type": "uint96"
720
+ }
721
+ ],
722
+ "stateMutability": "view",
723
+ "type": "function"
724
+ },
725
+ {
726
+ "inputs": [],
727
+ "name": "getOwner",
728
+ "outputs": [
729
+ {
730
+ "internalType": "address",
731
+ "name": "",
732
+ "type": "address"
733
+ }
734
+ ],
735
+ "stateMutability": "view",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [],
740
+ "name": "getRegistry",
741
+ "outputs": [
742
+ {
743
+ "internalType": "contract IRegistry",
744
+ "name": "",
745
+ "type": "address"
746
+ }
747
+ ],
748
+ "stateMutability": "view",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [],
753
+ "name": "getRelease",
754
+ "outputs": [
755
+ {
756
+ "internalType": "VersionPart",
757
+ "name": "release",
758
+ "type": "uint8"
759
+ }
760
+ ],
761
+ "stateMutability": "pure",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [],
766
+ "name": "getRoleId",
767
+ "outputs": [
768
+ {
769
+ "internalType": "RoleId",
770
+ "name": "serviceRoleId",
771
+ "type": "uint64"
772
+ }
773
+ ],
774
+ "stateMutability": "pure",
775
+ "type": "function"
776
+ },
777
+ {
778
+ "inputs": [],
779
+ "name": "getVersion",
780
+ "outputs": [
781
+ {
782
+ "internalType": "Version",
783
+ "name": "",
784
+ "type": "uint24"
785
+ }
786
+ ],
787
+ "stateMutability": "pure",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "inputs": [
792
+ {
793
+ "internalType": "address",
794
+ "name": "activatedBy",
795
+ "type": "address"
796
+ },
797
+ {
798
+ "internalType": "bytes",
799
+ "name": "data",
800
+ "type": "bytes"
801
+ }
802
+ ],
803
+ "name": "initializeVersionable",
804
+ "outputs": [],
805
+ "stateMutability": "nonpayable",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [],
810
+ "name": "isConsumingScheduledOp",
811
+ "outputs": [
812
+ {
813
+ "internalType": "bytes4",
814
+ "name": "",
815
+ "type": "bytes4"
816
+ }
817
+ ],
818
+ "stateMutability": "view",
819
+ "type": "function"
820
+ },
821
+ {
822
+ "inputs": [],
823
+ "name": "linkToRegisteredNftId",
824
+ "outputs": [
825
+ {
826
+ "internalType": "NftId",
827
+ "name": "nftId",
828
+ "type": "uint96"
829
+ }
830
+ ],
831
+ "stateMutability": "nonpayable",
832
+ "type": "function"
833
+ },
834
+ {
835
+ "inputs": [
836
+ {
837
+ "internalType": "NftId",
838
+ "name": "distributionNftId",
839
+ "type": "uint96"
840
+ },
841
+ {
842
+ "internalType": "ReferralId",
843
+ "name": "referralId",
844
+ "type": "bytes8"
845
+ }
846
+ ],
847
+ "name": "processReferral",
848
+ "outputs": [],
849
+ "stateMutability": "nonpayable",
850
+ "type": "function"
851
+ },
852
+ {
853
+ "inputs": [
854
+ {
855
+ "internalType": "NftId",
856
+ "name": "distributionNftId",
857
+ "type": "uint96"
858
+ },
859
+ {
860
+ "internalType": "ReferralId",
861
+ "name": "referralId",
862
+ "type": "bytes8"
863
+ },
864
+ {
865
+ "components": [
866
+ {
867
+ "internalType": "Amount",
868
+ "name": "productFeeAmount",
869
+ "type": "uint96"
870
+ },
871
+ {
872
+ "internalType": "Amount",
873
+ "name": "distributionFeeAndCommissionAmount",
874
+ "type": "uint96"
875
+ },
876
+ {
877
+ "internalType": "Amount",
878
+ "name": "poolPremiumAndFeeAmount",
879
+ "type": "uint96"
880
+ },
881
+ {
882
+ "internalType": "Amount",
883
+ "name": "netPremiumAmount",
884
+ "type": "uint96"
885
+ },
886
+ {
887
+ "internalType": "Amount",
888
+ "name": "fullPremiumAmount",
889
+ "type": "uint96"
890
+ },
891
+ {
892
+ "internalType": "Amount",
893
+ "name": "premiumAmount",
894
+ "type": "uint96"
895
+ },
896
+ {
897
+ "internalType": "Amount",
898
+ "name": "productFeeFixAmount",
899
+ "type": "uint96"
900
+ },
901
+ {
902
+ "internalType": "Amount",
903
+ "name": "poolFeeFixAmount",
904
+ "type": "uint96"
905
+ },
906
+ {
907
+ "internalType": "Amount",
908
+ "name": "bundleFeeFixAmount",
909
+ "type": "uint96"
910
+ },
911
+ {
912
+ "internalType": "Amount",
913
+ "name": "distributionFeeFixAmount",
914
+ "type": "uint96"
915
+ },
916
+ {
917
+ "internalType": "Amount",
918
+ "name": "productFeeVarAmount",
919
+ "type": "uint96"
920
+ },
921
+ {
922
+ "internalType": "Amount",
923
+ "name": "poolFeeVarAmount",
924
+ "type": "uint96"
925
+ },
926
+ {
927
+ "internalType": "Amount",
928
+ "name": "bundleFeeVarAmount",
929
+ "type": "uint96"
930
+ },
931
+ {
932
+ "internalType": "Amount",
933
+ "name": "distributionFeeVarAmount",
934
+ "type": "uint96"
935
+ },
936
+ {
937
+ "internalType": "Amount",
938
+ "name": "distributionOwnerFeeFixAmount",
939
+ "type": "uint96"
940
+ },
941
+ {
942
+ "internalType": "Amount",
943
+ "name": "distributionOwnerFeeVarAmount",
944
+ "type": "uint96"
945
+ },
946
+ {
947
+ "internalType": "Amount",
948
+ "name": "commissionAmount",
949
+ "type": "uint96"
950
+ },
951
+ {
952
+ "internalType": "Amount",
953
+ "name": "discountAmount",
954
+ "type": "uint96"
955
+ }
956
+ ],
957
+ "internalType": "struct IPolicy.PremiumInfo",
958
+ "name": "premium",
959
+ "type": "tuple"
960
+ }
961
+ ],
962
+ "name": "processSale",
963
+ "outputs": [],
964
+ "stateMutability": "nonpayable",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [
969
+ {
970
+ "internalType": "NftId",
971
+ "name": "distributionNftId",
972
+ "type": "uint96"
973
+ },
974
+ {
975
+ "internalType": "ReferralId",
976
+ "name": "referralId",
977
+ "type": "bytes8"
978
+ }
979
+ ],
980
+ "name": "referralIsValid",
981
+ "outputs": [
982
+ {
983
+ "internalType": "bool",
984
+ "name": "isValid",
985
+ "type": "bool"
986
+ }
987
+ ],
988
+ "stateMutability": "view",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [
993
+ {
994
+ "internalType": "address",
995
+ "name": "newAuthority",
996
+ "type": "address"
997
+ }
998
+ ],
999
+ "name": "setAuthority",
1000
+ "outputs": [],
1001
+ "stateMutability": "nonpayable",
1002
+ "type": "function"
1003
+ },
1004
+ {
1005
+ "inputs": [
1006
+ {
1007
+ "internalType": "bytes4",
1008
+ "name": "interfaceId",
1009
+ "type": "bytes4"
1010
+ }
1011
+ ],
1012
+ "name": "supportsInterface",
1013
+ "outputs": [
1014
+ {
1015
+ "internalType": "bool",
1016
+ "name": "",
1017
+ "type": "bool"
1018
+ }
1019
+ ],
1020
+ "stateMutability": "view",
1021
+ "type": "function"
1022
+ },
1023
+ {
1024
+ "inputs": [
1025
+ {
1026
+ "internalType": "bytes",
1027
+ "name": "data",
1028
+ "type": "bytes"
1029
+ }
1030
+ ],
1031
+ "name": "upgradeVersionable",
1032
+ "outputs": [],
1033
+ "stateMutability": "nonpayable",
1034
+ "type": "function"
1035
+ },
1036
+ {
1037
+ "inputs": [
1038
+ {
1039
+ "internalType": "NftId",
1040
+ "name": "distributorNftId",
1041
+ "type": "uint96"
1042
+ },
1043
+ {
1044
+ "internalType": "Amount",
1045
+ "name": "amount",
1046
+ "type": "uint96"
1047
+ }
1048
+ ],
1049
+ "name": "withdrawCommission",
1050
+ "outputs": [
1051
+ {
1052
+ "internalType": "Amount",
1053
+ "name": "withdrawnAmount",
1054
+ "type": "uint96"
1055
+ }
1056
+ ],
1057
+ "stateMutability": "nonpayable",
1058
+ "type": "function"
1059
+ }
1060
+ ],
1061
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6156f4806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061016d575f3560e01c80635dcb3bae116100d95780638899278a116100935780638fb360371161006e5780638fb3603714610391578063ada9652e146103b2578063b68d1809146103c6578063bf7e214f146103cd575f80fd5b80638899278a1461036e578063893d20e8146103765780638dd2b7811461037e575f80fd5b80635dcb3bae146102de578063644c45e0146102f15780636c741e781461030e57806376b707b71461032e5780637950d0e2146103485780637a9e5e4b1461035b575f80fd5b80631eff4b221161012a5780631eff4b221461022b57806325d07384146102605780632b5198b114610273578063329d6e741461029357806349bb9e4b146102a65780635ab1bd53146102b9575f80fd5b806301ffc9a714610171578063071e1e4a146101b257806307e71a6e146101c75780630d8e6e2c146101f25780630fec111c1461020e578063138461e014610223575b5f80fd5b61019d61017f366004614204565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c036600461426b565b6103d5565b005b6101da6101d53660046142a2565b610653565b6040516001600160601b0390911681526020016101a9565b6101fa610d81565b60405162ffffff90911681526020016101a9565b610216610e08565b6040516101a991906142fc565b6101da610f94565b6102527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b61019d61026e36600461426b565b610f9e565b610286610281366004614535565b611470565b6040516101a991906145f6565b6101c56102a136600461460b565b611a33565b6101c56102b4366004614650565b611b7d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b6101da6102ec36600461469c565b611c79565b5f8051602061565f833981519152546001600160601b03166101da565b610316611ed8565b6040516001600160401b0390911681526020016101a9565b610336611f64565b60405160ff90911681526020016101a9565b6101c56103563660046146f9565b611fd8565b6101c5610369366004614895565b612529565b610252600381565b6102c66125af565b61028661038c3660046148c2565b6126e0565b61039961302f565b6040516001600160e01b031990911681526020016101a9565b6102525f8051602061565f83398151915281565b600e610336565b6102c6613064565b6103e1335b5f3661307f565b81600e6103ee828261317d565b6103f88484610f9e565b1561064d575f6104106001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561045f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261048691908101906149ec565b90505f610497838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa9190614abc565b6001600160a01b0316631d3be477886040518263ffffffff1660e01b815260040161052591906145f6565b5f60405180830381865afa15801561053f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105669190810190614aed565b905060018160800181815161057b9190614bac565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa1580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190614abc565b6001600160a01b03166361105e0e888360ff6040518463ffffffff1660e01b815260040161061b93929190614c5c565b5f604051808303815f87803b158015610632575f80fd5b505af1158015610644573d5f803e3d5ffd5b50505050505050505b50505050565b5f82601d610661828261317d565b5f8061066d600e6132bf565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d39190614abc565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610722573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107499190810190614c93565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa15801561078c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b09190614abc565b604051630232ca4960e01b81526001600160601b038c1660048201529091505f906001600160a01b03851690630232ca4990602401602060405180830381865afa158015610800573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108249190614d4d565b9050899850886001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610896573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ba9190614d4d565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610903573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109279190614d68565b15610934578098506109ec565b604051632601631360e21b81526001600160601b038a811660048301528216602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610992573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b69190614d68565b156109ec576040516322d98b0960e11b81526001600160601b03808b166004830152821660248201526044015b60405180910390fd5b5f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4d9190614abc565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782898d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610abc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae09190614d4d565b6040518563ffffffff1660e01b8152600401610aff9493929190614d83565b5f604051808303815f87803b158015610b16575f80fd5b505af1158015610b28573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828e73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbc9190614d4d565b8e6040518563ffffffff1660e01b8152600401610bdc9493929190614d83565b5f604051808303815f87803b158015610bf3575f80fd5b505af1158015610c05573d5f803e3d5ffd5b50505050505f610c1d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8e9190614abc565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8c8286602001518d604051610cf794939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a1604080850151905163153c361360e21b81526001600160a01b03858116600483015283811660248301526001600160601b038d166044830152909116906354f0d84c906064015f604051808303815f87803b158015610d5c575f80fd5b505af1158015610d6e573d5f803e3d5ffd5b5050505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610ddf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190614db5565b905090565b610e106141c7565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eaa9190614d4d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610ef26125af565b6001600160a01b03168152602001826001018054610f0f90614dd7565b80601f0160208091040260200160405190810160405280929190818152602001828054610f3b90614dd7565b8015610f865780601f10610f5d57610100808354040283529160200191610f86565b820191905f5260205f20905b815481529060010190602001808311610f6957829003601f168201915b505050505081525091505090565b5f610e033061335b565b5f82600e610fac828261317d565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611002573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110269190614d68565b806110ac5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061106d906001600160c01b03198816906004016145f6565b602060405180830381865af4158015611088573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ac9190614d68565b156110b9575f9250611468565b5f6110cc6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561111b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261114291908101906149ec565b90505f611153838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611192573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111b69190614abc565b6001600160a01b0316631d3be477896040518263ffffffff1660e01b81526004016111e191906145f6565b5f60405180830381865afa1580156111fb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112229190810190614aed565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561127e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a29190614d68565b156112b3575f965050505050611468565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561130d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113319190614d68565b8061143f575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611391573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b59190614d68565b801561143f575061143f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142a9190614e0f565b8260a0015164ffffffffff9081169116111590565b96508680156114615750806060015163ffffffff16816080015163ffffffff16105b9650505050505b505092915050565b5f808061147d600e6132bf565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e39190614abc565b90505f6114ef84613554565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115529190614abc565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa15801561159e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526115c59190810190614efe565b6101408101515161016082015151919250905f906115e3908f6135e4565b9050808210156116f35760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561163b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165f919061506c565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af41580156116ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116d1919061506c565b604051632d8d32a560e21b8152600481019290925260248201526044016109e3565b5f6116fe83836135ef565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611744929190918252602082015260400190565b602060405180830381865af415801561175f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117839190614d68565b15611896578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b81526004016117c391815260200190565b602060405180830381865af41580156117de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611802919061506c565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611850573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611874919061506c565b6040516306990c9f60e11b8152600481019290925260248201526044016109e3565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b81526004016118d4929190615083565b602060405180830381865af41580156118ef573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061191391906150a4565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c89190614abc565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016119f59291906150bf565b5f604051808303815f87803b158015611a0c575f80fd5b505af1158015611a1e573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a55610d81565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab79190615187565b5f8051602061569f8339815191528054600160401b900460ff1680611ae9575080546001600160401b03808416911610155b15611b075760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611b318361361b565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061569f8339815191528054600160401b810460ff1615906001600160401b03165f81158015611bae5750825b90505f826001600160401b03166001148015611bc95750303b155b905081158015611bd7575080155b15611bf55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c1f57845460ff60401b1916600160401b1785555b611c298787613623565b8315611c7057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611c86600e6132bf565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611cf5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d199190614d4d565b6001600160601b03168152602001856001600160601b03168152602001611d3e601d90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611d9b91906142fc565b6020604051808303815f875af1158015611db7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ddb9190614d4d565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020018681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e749190614abc565b6001600160a01b031663f71d7ffe85836040518363ffffffff1660e01b8152600401611ea19291906151f2565b5f604051808303815f87803b158015611eb8575f80fd5b505af1158015611eca573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e611efd611f64565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190615187565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190615213565b611fe1336103da565b82600e611fee828261317d565b5f6120016001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612050573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261207791908101906149ec565b90505f612088838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120eb9190614abc565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561212a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214e9190614abc565b90505f612165896101c001518a6101e001516137bc565b90506121718b8b610f9e565b1561243e575f896102000151905060025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f848e84866040518563ffffffff1660e01b81526004016121c59493929190614d83565b5f604051808303815f87803b1580156121dc575f80fd5b505af11580156121ee573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612220908f906004016145f6565b5f60405180830381865afa15801561223a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122619190810190614aed565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485835f015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156122d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122f69190614d4d565b866040518563ffffffff1660e01b81526004016123169493929190614d83565b5f604051808303815f87803b15801561232d575f80fd5b505af115801561233f573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa158015612392573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123b9919081019061522e565b90506001816060018181516123ce9190614bac565b63ffffffff169052508151604051632a72b0c760e11b81526001600160a01b038716916354e5618e916124099190859060ff906004016152d5565b5f604051808303815f87803b158015612420575f80fd5b505af1158015612432573d5f803e3d5ffd5b5050505050505061251c565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156124aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ce9190614d4d565b856040518563ffffffff1660e01b81526004016124ee9493929190614d83565b5f604051808303815f87803b158015612505575f80fd5b505af1158015612517573d5f803e3d5ffd5b505050505b5050505050505050505050565b33612532613064565b6001600160a01b0316816001600160a01b03161461256d5760405162d1953b60e31b81526001600160a01b03821660048201526024016109e3565b816001600160a01b03163b5f036125a2576040516361798f2f60e11b81526001600160a01b03831660048201526024016109e3565b6125ab82613840565b5050565b5f805f8051602061565f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561261b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061263f9190614d68565b156126ca576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156126a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c49190614abc565b91505090565b54600160601b90046001600160a01b0316919050565b5f86601d6126ee828261317d565b5f806126fa600e6132bf565b925050915089515f036127225789604051634fad6a5360e11b81526004016109e391906152f6565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612776573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061279a9190614d68565b8061289a57508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561280b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282f9190614e0f565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af4158015612876573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061289a9190614d68565b156128c15760405163df85467b60e01b815264ffffffffff881660048201526024016109e3565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156128fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129229190614abc565b6040516313d8ebc960e11b81526001600160601b038e1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612971573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612998919081019061522e565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906129ca9085906004016145f6565b5f60405180830381865afa1580156129e4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a0b9190810190615308565b90508a63ffffffff16816080015163ffffffff161015612a4c576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016109e3565b60208101518c1015612b64576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612aac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad0919061506c565b604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612b1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b42919061506c565b6040516338a25a8b60e21b8152600481019290925260248201526044016109e3565b60408101518c1115612c7c576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612bc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be8919061506c565b604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5a919061506c565b604051631e1ea4f360e31b8152600481019290925260248201526044016109e3565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612cce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf29190614e0f565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612d47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6b919061506c565b604051633682752160e21b815264ffffffffff8d16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612dbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de3919061506c565b612ded9190615401565b1115612e975760a0810151604051633682752160e21b815264ffffffffff8c16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612e4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e70919061506c565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016109e3565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd690612ed39085908e90600401615083565b602060405180830381865af4158015612eee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f1291906150a4565b94505f6040518060e001604052808d6001600160601b031681526020018c81526020018b81526020018a63ffffffff1681526020015f63ffffffff1681526020018964ffffffffff168152602001888152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fa2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fc69190614abc565b6001600160a01b031663ca0e7f0887836040518363ffffffff1660e01b8152600401612ff3929190615414565b5f604051808303815f87803b15801561300a575f80fd5b505af115801561301c573d5f803e3d5ffd5b5050505050505050509695505050505050565b5f8051602061567f83398151915280545f9190600160a01b900460ff16613056575f6126c4565b638fb3603760e01b91505090565b5f8051602061567f833981519152546001600160a01b031690565b5f8051602061567f8339815191525f806130b761309a613064565b87306130a960045f8a8c615438565b6130b29161545f565b6138a0565b91509150816131755763ffffffff81161561315257825460ff60a01b1916600160a01b1783556130e5613064565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161311493929190615497565b5f604051808303815f87803b15801561312b575f80fd5b505af115801561313d573d5f803e3d5ffd5b5050845460ff60a01b19168555506131759050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016109e3565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132039190614d68565b6125ab5760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016109e3565b6040516305247a1760e51b81526001600160601b03821660048201525f906132b69084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613286573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132ad91908101906149ec565b602001516139a8565b90505b92915050565b5f6132c86141c7565b5f6132db6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561331f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133439190614d4d565b925061335183856001613a19565b9395909450915050565b5f805f8051602061565f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156133c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133eb9190614d68565b156134175780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109e3565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613469573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061348d9190614d68565b6134b55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109e3565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613507573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061352b9190614d4d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f6135676001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156135b3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135da91908101906149ec565b6020015192915050565b5f6132b682846154d6565b5f828211156136115760405163117efe6d60e31b815260040160405180910390fd5b6132b68284615401565b61016d613cfe565b5f8051602061569f8339815191528054600160401b810460ff1615906001600160401b03165f811580156136545750825b90505f826001600160401b0316600114801561366f5750303b155b90508115801561367d575080155b1561369b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156136c557845460ff60401b1916600160401b1785555b5f80878060200190518101906136db91906154e9565b915091506136ea82828b613d36565b6136f4600b613e7b565b600280546001600160a01b0319166001600160a01b039290921691909117905561371e600a613e7b565b600380546001600160a01b0319166001600160a01b03929092169190911790556137486002613e7b565b600480546001600160a01b0319166001600160a01b03929092169190911790556137786329cc6cf760e21b613f0c565b50508315611c7057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c67565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561381c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b69190614d4d565b5f8051602061567f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161390e9190615516565b5f60405180830381855afa9150503d805f8114613946576040519150601f19603f3d011682016040523d82523d5f602084013e61394b565b606091505b5091509150811561399d57604081511061397d5780806020019051810190613973919061552c565b909450925061399d565b602081511061399d578080602001905181019061399a9190614d68565b93505b505094509492505050565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156139f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b69190614abc565b613a216141c7565b5f80613a356001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a82573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613aa991908101906149ec565b925060ff8516600b14613b0757604083015160ff868116911614613b0257604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109e3565b613ba3565b613b228360400151613b17600c90565b60ff90811691161490565b80613b385750613b388360400151613b17600f90565b80613b4e5750613b4e8360400151613b17600e90565b80613b645750613b648360400151613b17600d90565b613ba357604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109e3565b613bb38360400151613b17600390565b15613bbe5750613cf6565b613bce8360400151613b17600c90565b15613be857613be18184602001516139a8565b9150613bf9565b613bf6818460200151613234565b91505b8315613cf457816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c5f9190614abc565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ccb9190614d68565b15613cf457604051637d71120960e11b81526001600160601b03871660048201526024016109e3565b505b935093915050565b5f8051602061569f83398151915254600160401b900460ff16613d3457604051631afcd79f60e31b815260040160405180910390fd5b565b613d3e613cfe565b613d46613f38565b6001600160a01b03821615613d6357613d5e82613f48565b613dda565b5f613d6e6002613e7b565b9050613dd8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dd39190614abc565b613f48565b505b613e5683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e3e9190614d4d565b60085f8560405180602001604052805f815250613f5c565b613e66634a531f3360e01b613f0c565b613e7663daf9067160e01b613f0c565b505050565b5f613e8e6001546001600160a01b031690565b6001600160a01b031663d39e604383613ea5611f64565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613ee8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b99190614abc565b613f14613cfe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613f40613cfe565b613d34614001565b613f50613cfe565b613f598161402f565b50565b613f64613cfe565b613f6e8683614040565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301613ff783826155a4565b5050505050505050565b614009613cfe565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614037613cfe565b613f5981613840565b614048613cfe565b614051826140b6565b614059614182565b6001600160a01b0381166140805760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061565f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6140be613cfe565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614114573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141389190614d68565b6141605760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109e3565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b61418a613cfe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614214575f80fd5b81356001600160e01b03198116811461422b575f80fd5b9392505050565b6001600160601b0381168114613f59575f80fd5b803561425181614232565b919050565b6001600160c01b031981168114613f59575f80fd5b5f806040838503121561427c575f80fd5b823561428781614232565b9150602083013561429781614256565b809150509250929050565b5f80604083850312156142b3575f80fd5b82356142be81614232565b9150602083013561429781614232565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614344608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526143886101008401826142ce565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156143c7576143c7614390565b60405290565b60405160e081016001600160401b03811182821017156143c7576143c7614390565b604051608081016001600160401b03811182821017156143c7576143c7614390565b6040516101e081016001600160401b03811182821017156143c7576143c7614390565b60405161012081016001600160401b03811182821017156143c7576143c7614390565b604051601f8201601f191681016001600160401b038111828210171561447f5761447f614390565b604052919050565b5f6001600160401b0382111561449f5761449f614390565b50601f01601f191660200190565b5f82601f8301126144bc575f80fd5b8135602083015f6144d46144cf84614487565b614457565b90508281528583830111156144e7575f80fd5b828260208301375f92810160200192909252509392505050565b63ffffffff81168114613f59575f80fd5b803561425181614501565b8015158114613f59575f80fd5b80356142518161451d565b5f805f805f805f805f6101208a8c03121561454e575f80fd5b89356001600160401b03811115614563575f80fd5b61456f8c828d016144ad565b99505060208a0135975060408a0135965060608a0135955060808a013561459581614501565b94506145a360a08b01614512565b93506145b160c08b0161452a565b92506145bf60e08b0161452a565b91506101008a01356001600160401b038111156145da575f80fd5b6145e68c828d016144ad565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f6020828403121561461b575f80fd5b81356001600160401b03811115614630575f80fd5b614388848285016144ad565b6001600160a01b0381168114613f59575f80fd5b5f8060408385031215614661575f80fd5b823561466c8161463c565b915060208301356001600160401b03811115614686575f80fd5b614692858286016144ad565b9150509250929050565b5f805f606084860312156146ae575f80fd5b83356146b98161463c565b925060208401356146c981614256565b915060408401356001600160401b038111156146e3575f80fd5b6146ef868287016144ad565b9150509250925092565b5f805f83850361028081121561470d575f80fd5b843561471881614232565b9350602085013561472881614256565b9250610240603f198201121561473c575f80fd5b506147456143a4565b61475160408601614246565b815261475f60608601614246565b602082015261477060808601614246565b604082015261478160a08601614246565b606082015261479260c08601614246565b60808201526147a360e08601614246565b60a08201526147b56101008601614246565b60c08201526147c76101208601614246565b60e08201526147d96101408601614246565b6101008201526147ec6101608601614246565b6101208201526147ff6101808601614246565b6101408201526148126101a08601614246565b6101608201526148256101c08601614246565b6101808201526148386101e08601614246565b6101a082015261484b6102008601614246565b6101c082015261485e6102208601614246565b6101e08201526148716102408601614246565b6102008201526148846102608601614246565b610220820152809150509250925092565b5f602082840312156148a5575f80fd5b813561422b8161463c565b64ffffffffff81168114613f59575f80fd5b5f805f805f8060c087890312156148d7575f80fd5b86356148e281614232565b955060208701356001600160401b038111156148fc575f80fd5b61490889828a016144ad565b95505060408701359350606087013561492081614501565b92506080870135614930816148b0565b915060a08701356001600160401b0381111561494a575f80fd5b61495689828a016144ad565b9150509295509295509295565b805161425181614232565b60ff81168114613f59575f80fd5b80516142518161496e565b80516142518161451d565b80516142518161463c565b5f82601f8301126149ac575f80fd5b8151602083015f6149bf6144cf84614487565b90508281528583830111156149d2575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156149fc575f80fd5b81516001600160401b03811115614a11575f80fd5b820160e08185031215614a22575f80fd5b614a2a6143cd565b614a3382614963565b8152614a4160208301614963565b6020820152614a526040830161497c565b6040820152614a6360608301614987565b6060820152614a7460808301614992565b6080820152614a8560a08301614992565b60a082015260c08201516001600160401b03811115614aa2575f80fd5b614aae8682850161499d565b60c083015250949350505050565b5f60208284031215614acc575f80fd5b815161422b8161463c565b805161425181614501565b8051614251816148b0565b5f60208284031215614afd575f80fd5b81516001600160401b03811115614b12575f80fd5b820160e08185031215614b23575f80fd5b614b2b6143cd565b614b3482614963565b815260208201516001600160401b03811115614b4e575f80fd5b614b5a8682850161499d565b60208301525060408281015190820152614b7660608301614ad7565b6060820152614b8760808301614ad7565b6080820152614a8560a08301614ae2565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff81811683821601908111156132b9576132b9614b98565b6001600160601b0381511682525f602082015160e06020850152614bef60e08501826142ce565b90506040830151604085015263ffffffff60608401511660608501526080830151614c22608086018263ffffffff169052565b5060a0830151614c3b60a086018264ffffffffff169052565b5060c083015184820360c0860152614c5382826142ce565b95945050505050565b6001600160401b0360c01b84168152606060208201525f614c806060830185614bc8565b905060ff83166040830152949350505050565b5f60208284031215614ca3575f80fd5b81516001600160401b03811115614cb8575f80fd5b820160808185031215614cc9575f80fd5b614cd16143ef565b81516001600160401b03811115614ce6575f80fd5b614cf28682850161499d565b8252506020820151614d038161463c565b60208201526040820151614d168161463c565b604082015260608201516001600160401b03811115614d33575f80fd5b614d3f8682850161499d565b606083015250949350505050565b5f60208284031215614d5d575f80fd5b815161422b81614232565b5f60208284031215614d78575f80fd5b815161422b8161451d565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614dc5575f80fd5b815162ffffff8116811461422b575f80fd5b600181811c90821680614deb57607f821691505b602082108103614e0957634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215614e1f575f80fd5b815161422b816148b0565b5f82601f830112614e39575f80fd5b81516001600160401b03811115614e5257614e52614390565b8060051b614e6260208201614457565b91825260208185018101929081019086841115614e7d575f80fd5b6020860192505b83831015614ea8578251614e9781614232565b825260209283019290910190614e84565b9695505050505050565b5f60408284031215614ec2575f80fd5b604080519081016001600160401b0381118282101715614ee457614ee4614390565b604052825181526020928301519281019290925250919050565b5f60208284031215614f0e575f80fd5b81516001600160401b03811115614f23575f80fd5b82016102c08185031215614f35575f80fd5b614f3d614411565b614f4682614987565b8152614f5460208301614987565b6020820152614f6560408301614987565b6040820152614f766060830161497c565b6060820152614f876080830161497c565b6080820152614f9860a08301614963565b60a0820152614fa960c08301614963565b60c082015260e08201516001600160401b03811115614fc6575f80fd5b614fd286828501614e2a565b60e083015250614fe6856101008401614eb2565b610100820152614ffa856101408401614eb2565b61012082015261500e856101808401614eb2565b610140820152615022856101c08401614eb2565b610160820152615036856102008401614eb2565b61018082015261504a856102408401614eb2565b6101a082015261505e856102808401614eb2565b6101c0820152949350505050565b5f6020828403121561507c575f80fd5b5051919050565b6001600160601b0383168152604060208201525f61438860408301846142ce565b5f602082840312156150b4575f80fd5b815161422b81614256565b6001600160401b0360c01b83168152604060208201525f825161012060408401526150ee6101608401826142ce565b90506020840151606084015260408401516080840152606084015160a0840152608084015161512560c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f1901610140850152614ea882826142ce565b6001600160401b0381168114613f59575f80fd5b5f60208284031215615197575f80fd5b815161422b81615173565b6001600160401b0360c01b81511682526020810151151560208301525f6040820151608060408501526151d860808501826142ce565b60609384015163ffffffff16949093019390935250919050565b6001600160601b0383168152604060208201525f61438860408301846151a2565b5f60208284031215615223575f80fd5b815161422b8161496e565b5f6020828403121561523e575f80fd5b81516001600160401b03811115615253575f80fd5b820160808185031215615264575f80fd5b61526c6143ef565b815161527781614256565b815260208201516152878161451d565b602082015260408201516001600160401b038111156152a4575f80fd5b6152b08682850161499d565b604083015250606082015191506152c682614501565b60608101919091529392505050565b6001600160601b0384168152606060208201525f614c8060608301856151a2565b602081525f6132b660208301846142ce565b5f60208284031215615318575f80fd5b81516001600160401b0381111561532d575f80fd5b8201610120818503121561533f575f80fd5b615347614434565b81516001600160401b0381111561535c575f80fd5b6153688682850161499d565b82525060208281015190820152604080830151908201526060808301519082015261539560808301614ad7565b60808201526153a660a08301614ad7565b60a08201526153b760c08301614987565b60c08201526153c860e08301614987565b60e08201526101008201516001600160401b038111156153e6575f80fd5b6153f28682850161499d565b61010083015250949350505050565b818103818111156132b9576132b9614b98565b6001600160401b0360c01b83168152604060208201525f6143886040830184614bc8565b5f8085851115615446575f80fd5b83861115615452575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615490576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b808201808211156132b9576132b9614b98565b5f80604083850312156154fa575f80fd5b82516155058161463c565b60208401519092506142978161463c565b5f82518060208501845e5f920191825250919050565b5f806040838503121561553d575f80fd5b82516155488161451d565b602084015190925061429781614501565b601f821115613e7657805f5260205f20601f840160051c8101602085101561557e5750805b601f840160051c820191505b8181101561559d575f815560010161558a565b5050505050565b81516001600160401b038111156155bd576155bd614390565b6155d1816155cb8454614dd7565b84615559565b6020601f821160018114615603575f83156155ec5750848201515b5f19600385901b1c1916600184901b17845561559d565b5f84815260208120601f198516915b828110156156325787850151825560209485019460019092019101615612565b508482101561564f57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cfd2760819a44e6772108e25c71cce04a57309693c6feb9be9e4832e26c9f51464736f6c634300081a0033",
1062
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061016d575f3560e01c80635dcb3bae116100d95780638899278a116100935780638fb360371161006e5780638fb3603714610391578063ada9652e146103b2578063b68d1809146103c6578063bf7e214f146103cd575f80fd5b80638899278a1461036e578063893d20e8146103765780638dd2b7811461037e575f80fd5b80635dcb3bae146102de578063644c45e0146102f15780636c741e781461030e57806376b707b71461032e5780637950d0e2146103485780637a9e5e4b1461035b575f80fd5b80631eff4b221161012a5780631eff4b221461022b57806325d07384146102605780632b5198b114610273578063329d6e741461029357806349bb9e4b146102a65780635ab1bd53146102b9575f80fd5b806301ffc9a714610171578063071e1e4a146101b257806307e71a6e146101c75780630d8e6e2c146101f25780630fec111c1461020e578063138461e014610223575b5f80fd5b61019d61017f366004614204565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c036600461426b565b6103d5565b005b6101da6101d53660046142a2565b610653565b6040516001600160601b0390911681526020016101a9565b6101fa610d81565b60405162ffffff90911681526020016101a9565b610216610e08565b6040516101a991906142fc565b6101da610f94565b6102527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b61019d61026e36600461426b565b610f9e565b610286610281366004614535565b611470565b6040516101a991906145f6565b6101c56102a136600461460b565b611a33565b6101c56102b4366004614650565b611b7d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b6101da6102ec36600461469c565b611c79565b5f8051602061565f833981519152546001600160601b03166101da565b610316611ed8565b6040516001600160401b0390911681526020016101a9565b610336611f64565b60405160ff90911681526020016101a9565b6101c56103563660046146f9565b611fd8565b6101c5610369366004614895565b612529565b610252600381565b6102c66125af565b61028661038c3660046148c2565b6126e0565b61039961302f565b6040516001600160e01b031990911681526020016101a9565b6102525f8051602061565f83398151915281565b600e610336565b6102c6613064565b6103e1335b5f3661307f565b81600e6103ee828261317d565b6103f88484610f9e565b1561064d575f6104106001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561045f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261048691908101906149ec565b90505f610497838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fa9190614abc565b6001600160a01b0316631d3be477886040518263ffffffff1660e01b815260040161052591906145f6565b5f60405180830381865afa15801561053f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105669190810190614aed565b905060018160800181815161057b9190614bac565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa1580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190614abc565b6001600160a01b03166361105e0e888360ff6040518463ffffffff1660e01b815260040161061b93929190614c5c565b5f604051808303815f87803b158015610632575f80fd5b505af1158015610644573d5f803e3d5ffd5b50505050505050505b50505050565b5f82601d610661828261317d565b5f8061066d600e6132bf565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d39190614abc565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610722573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107499190810190614c93565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa15801561078c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b09190614abc565b604051630232ca4960e01b81526001600160601b038c1660048201529091505f906001600160a01b03851690630232ca4990602401602060405180830381865afa158015610800573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108249190614d4d565b9050899850886001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610896573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ba9190614d4d565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610903573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109279190614d68565b15610934578098506109ec565b604051632601631360e21b81526001600160601b038a811660048301528216602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610992573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b69190614d68565b156109ec576040516322d98b0960e11b81526001600160601b03808b166004830152821660248201526044015b60405180910390fd5b5f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4d9190614abc565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782898d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610abc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae09190614d4d565b6040518563ffffffff1660e01b8152600401610aff9493929190614d83565b5f604051808303815f87803b158015610b16575f80fd5b505af1158015610b28573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828e73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbc9190614d4d565b8e6040518563ffffffff1660e01b8152600401610bdc9493929190614d83565b5f604051808303815f87803b158015610bf3575f80fd5b505af1158015610c05573d5f803e3d5ffd5b50505050505f610c1d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8e9190614abc565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8c8286602001518d604051610cf794939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a1604080850151905163153c361360e21b81526001600160a01b03858116600483015283811660248301526001600160601b038d166044830152909116906354f0d84c906064015f604051808303815f87803b158015610d5c575f80fd5b505af1158015610d6e573d5f803e3d5ffd5b5050505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610ddf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190614db5565b905090565b610e106141c7565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eaa9190614d4d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610ef26125af565b6001600160a01b03168152602001826001018054610f0f90614dd7565b80601f0160208091040260200160405190810160405280929190818152602001828054610f3b90614dd7565b8015610f865780601f10610f5d57610100808354040283529160200191610f86565b820191905f5260205f20905b815481529060010190602001808311610f6957829003601f168201915b505050505081525091505090565b5f610e033061335b565b5f82600e610fac828261317d565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611002573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110269190614d68565b806110ac5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061106d906001600160c01b03198816906004016145f6565b602060405180830381865af4158015611088573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ac9190614d68565b156110b9575f9250611468565b5f6110cc6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561111b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261114291908101906149ec565b90505f611153838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611192573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111b69190614abc565b6001600160a01b0316631d3be477896040518263ffffffff1660e01b81526004016111e191906145f6565b5f60405180830381865afa1580156111fb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112229190810190614aed565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561127e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a29190614d68565b156112b3575f965050505050611468565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561130d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113319190614d68565b8061143f575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611391573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b59190614d68565b801561143f575061143f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142a9190614e0f565b8260a0015164ffffffffff9081169116111590565b96508680156114615750806060015163ffffffff16816080015163ffffffff16105b9650505050505b505092915050565b5f808061147d600e6132bf565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e39190614abc565b90505f6114ef84613554565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115529190614abc565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa15801561159e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526115c59190810190614efe565b6101408101515161016082015151919250905f906115e3908f6135e4565b9050808210156116f35760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561163b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165f919061506c565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af41580156116ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116d1919061506c565b604051632d8d32a560e21b8152600481019290925260248201526044016109e3565b5f6116fe83836135ef565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611744929190918252602082015260400190565b602060405180830381865af415801561175f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117839190614d68565b15611896578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b81526004016117c391815260200190565b602060405180830381865af41580156117de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611802919061506c565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611850573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611874919061506c565b6040516306990c9f60e11b8152600481019290925260248201526044016109e3565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b81526004016118d4929190615083565b602060405180830381865af41580156118ef573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061191391906150a4565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c89190614abc565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016119f59291906150bf565b5f604051808303815f87803b158015611a0c575f80fd5b505af1158015611a1e573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a55610d81565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab79190615187565b5f8051602061569f8339815191528054600160401b900460ff1680611ae9575080546001600160401b03808416911610155b15611b075760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611b318361361b565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061569f8339815191528054600160401b810460ff1615906001600160401b03165f81158015611bae5750825b90505f826001600160401b03166001148015611bc95750303b155b905081158015611bd7575080155b15611bf55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c1f57845460ff60401b1916600160401b1785555b611c298787613623565b8315611c7057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611c86600e6132bf565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611cf5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d199190614d4d565b6001600160601b03168152602001856001600160601b03168152602001611d3e601d90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611d9b91906142fc565b6020604051808303815f875af1158015611db7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ddb9190614d4d565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020018681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e749190614abc565b6001600160a01b031663f71d7ffe85836040518363ffffffff1660e01b8152600401611ea19291906151f2565b5f604051808303815f87803b158015611eb8575f80fd5b505af1158015611eca573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e611efd611f64565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190615187565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e039190615213565b611fe1336103da565b82600e611fee828261317d565b5f6120016001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612050573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261207791908101906149ec565b90505f612088838360200151613234565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120eb9190614abc565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561212a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214e9190614abc565b90505f612165896101c001518a6101e001516137bc565b90506121718b8b610f9e565b1561243e575f896102000151905060025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f848e84866040518563ffffffff1660e01b81526004016121c59493929190614d83565b5f604051808303815f87803b1580156121dc575f80fd5b505af11580156121ee573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612220908f906004016145f6565b5f60405180830381865afa15801561223a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122619190810190614aed565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485835f015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156122d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122f69190614d4d565b866040518563ffffffff1660e01b81526004016123169493929190614d83565b5f604051808303815f87803b15801561232d575f80fd5b505af115801561233f573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa158015612392573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123b9919081019061522e565b90506001816060018181516123ce9190614bac565b63ffffffff169052508151604051632a72b0c760e11b81526001600160a01b038716916354e5618e916124099190859060ff906004016152d5565b5f604051808303815f87803b158015612420575f80fd5b505af1158015612432573d5f803e3d5ffd5b5050505050505061251c565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156124aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ce9190614d4d565b856040518563ffffffff1660e01b81526004016124ee9493929190614d83565b5f604051808303815f87803b158015612505575f80fd5b505af1158015612517573d5f803e3d5ffd5b505050505b5050505050505050505050565b33612532613064565b6001600160a01b0316816001600160a01b03161461256d5760405162d1953b60e31b81526001600160a01b03821660048201526024016109e3565b816001600160a01b03163b5f036125a2576040516361798f2f60e11b81526001600160a01b03831660048201526024016109e3565b6125ab82613840565b5050565b5f805f8051602061565f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561261b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061263f9190614d68565b156126ca576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156126a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c49190614abc565b91505090565b54600160601b90046001600160a01b0316919050565b5f86601d6126ee828261317d565b5f806126fa600e6132bf565b925050915089515f036127225789604051634fad6a5360e11b81526004016109e391906152f6565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612776573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061279a9190614d68565b8061289a57508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561280b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282f9190614e0f565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af4158015612876573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061289a9190614d68565b156128c15760405163df85467b60e01b815264ffffffffff881660048201526024016109e3565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156128fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129229190614abc565b6040516313d8ebc960e11b81526001600160601b038e1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612971573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612998919081019061522e565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906129ca9085906004016145f6565b5f60405180830381865afa1580156129e4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a0b9190810190615308565b90508a63ffffffff16816080015163ffffffff161015612a4c576080810151604051636fcee12560e01b815263ffffffff90911660048201526024016109e3565b60208101518c1015612b64576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612aac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad0919061506c565b604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612b1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b42919061506c565b6040516338a25a8b60e21b8152600481019290925260248201526044016109e3565b60408101518c1115612c7c576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612bc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be8919061506c565b604051632255341b60e11b8152600481018e905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5a919061506c565b604051631e1ea4f360e31b8152600481019290925260248201526044016109e3565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612cce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf29190614e0f565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612d47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6b919061506c565b604051633682752160e21b815264ffffffffff8d16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612dbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de3919061506c565b612ded9190615401565b1115612e975760a0810151604051633682752160e21b815264ffffffffff8c16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612e4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e70919061506c565b6040516331fa6ab160e11b815263ffffffff909216600483015260248201526044016109e3565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd690612ed39085908e90600401615083565b602060405180830381865af4158015612eee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f1291906150a4565b94505f6040518060e001604052808d6001600160601b031681526020018c81526020018b81526020018a63ffffffff1681526020015f63ffffffff1681526020018964ffffffffff168152602001888152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fa2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fc69190614abc565b6001600160a01b031663ca0e7f0887836040518363ffffffff1660e01b8152600401612ff3929190615414565b5f604051808303815f87803b15801561300a575f80fd5b505af115801561301c573d5f803e3d5ffd5b5050505050505050509695505050505050565b5f8051602061567f83398151915280545f9190600160a01b900460ff16613056575f6126c4565b638fb3603760e01b91505090565b5f8051602061567f833981519152546001600160a01b031690565b5f8051602061567f8339815191525f806130b761309a613064565b87306130a960045f8a8c615438565b6130b29161545f565b6138a0565b91509150816131755763ffffffff81161561315257825460ff60a01b1916600160a01b1783556130e5613064565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161311493929190615497565b5f604051808303815f87803b15801561312b575f80fd5b505af115801561313d573d5f803e3d5ffd5b5050845460ff60a01b19168555506131759050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016109e3565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132039190614d68565b6125ab5760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016109e3565b6040516305247a1760e51b81526001600160601b03821660048201525f906132b69084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613286573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132ad91908101906149ec565b602001516139a8565b90505b92915050565b5f6132c86141c7565b5f6132db6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561331f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133439190614d4d565b925061335183856001613a19565b9395909450915050565b5f805f8051602061565f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156133c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133eb9190614d68565b156134175780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109e3565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613469573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061348d9190614d68565b6134b55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109e3565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613507573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061352b9190614d4d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f6135676001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156135b3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135da91908101906149ec565b6020015192915050565b5f6132b682846154d6565b5f828211156136115760405163117efe6d60e31b815260040160405180910390fd5b6132b68284615401565b61016d613cfe565b5f8051602061569f8339815191528054600160401b810460ff1615906001600160401b03165f811580156136545750825b90505f826001600160401b0316600114801561366f5750303b155b90508115801561367d575080155b1561369b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156136c557845460ff60401b1916600160401b1785555b5f80878060200190518101906136db91906154e9565b915091506136ea82828b613d36565b6136f4600b613e7b565b600280546001600160a01b0319166001600160a01b039290921691909117905561371e600a613e7b565b600380546001600160a01b0319166001600160a01b03929092169190911790556137486002613e7b565b600480546001600160a01b0319166001600160a01b03929092169190911790556137786329cc6cf760e21b613f0c565b50508315611c7057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c67565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561381c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b69190614d4d565b5f8051602061567f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161390e9190615516565b5f60405180830381855afa9150503d805f8114613946576040519150601f19603f3d011682016040523d82523d5f602084013e61394b565b606091505b5091509150811561399d57604081511061397d5780806020019051810190613973919061552c565b909450925061399d565b602081511061399d578080602001905181019061399a9190614d68565b93505b505094509492505050565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156139f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b69190614abc565b613a216141c7565b5f80613a356001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a82573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613aa991908101906149ec565b925060ff8516600b14613b0757604083015160ff868116911614613b0257604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109e3565b613ba3565b613b228360400151613b17600c90565b60ff90811691161490565b80613b385750613b388360400151613b17600f90565b80613b4e5750613b4e8360400151613b17600e90565b80613b645750613b648360400151613b17600d90565b613ba357604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109e3565b613bb38360400151613b17600390565b15613bbe5750613cf6565b613bce8360400151613b17600c90565b15613be857613be18184602001516139a8565b9150613bf9565b613bf6818460200151613234565b91505b8315613cf457816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c5f9190614abc565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ccb9190614d68565b15613cf457604051637d71120960e11b81526001600160601b03871660048201526024016109e3565b505b935093915050565b5f8051602061569f83398151915254600160401b900460ff16613d3457604051631afcd79f60e31b815260040160405180910390fd5b565b613d3e613cfe565b613d46613f38565b6001600160a01b03821615613d6357613d5e82613f48565b613dda565b5f613d6e6002613e7b565b9050613dd8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dd39190614abc565b613f48565b505b613e5683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e3e9190614d4d565b60085f8560405180602001604052805f815250613f5c565b613e66634a531f3360e01b613f0c565b613e7663daf9067160e01b613f0c565b505050565b5f613e8e6001546001600160a01b031690565b6001600160a01b031663d39e604383613ea5611f64565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613ee8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b99190614abc565b613f14613cfe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613f40613cfe565b613d34614001565b613f50613cfe565b613f598161402f565b50565b613f64613cfe565b613f6e8683614040565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301613ff783826155a4565b5050505050505050565b614009613cfe565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614037613cfe565b613f5981613840565b614048613cfe565b614051826140b6565b614059614182565b6001600160a01b0381166140805760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061565f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6140be613cfe565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614114573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141389190614d68565b6141605760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109e3565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b61418a613cfe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614214575f80fd5b81356001600160e01b03198116811461422b575f80fd5b9392505050565b6001600160601b0381168114613f59575f80fd5b803561425181614232565b919050565b6001600160c01b031981168114613f59575f80fd5b5f806040838503121561427c575f80fd5b823561428781614232565b9150602083013561429781614256565b809150509250929050565b5f80604083850312156142b3575f80fd5b82356142be81614232565b9150602083013561429781614232565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614344608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526143886101008401826142ce565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156143c7576143c7614390565b60405290565b60405160e081016001600160401b03811182821017156143c7576143c7614390565b604051608081016001600160401b03811182821017156143c7576143c7614390565b6040516101e081016001600160401b03811182821017156143c7576143c7614390565b60405161012081016001600160401b03811182821017156143c7576143c7614390565b604051601f8201601f191681016001600160401b038111828210171561447f5761447f614390565b604052919050565b5f6001600160401b0382111561449f5761449f614390565b50601f01601f191660200190565b5f82601f8301126144bc575f80fd5b8135602083015f6144d46144cf84614487565b614457565b90508281528583830111156144e7575f80fd5b828260208301375f92810160200192909252509392505050565b63ffffffff81168114613f59575f80fd5b803561425181614501565b8015158114613f59575f80fd5b80356142518161451d565b5f805f805f805f805f6101208a8c03121561454e575f80fd5b89356001600160401b03811115614563575f80fd5b61456f8c828d016144ad565b99505060208a0135975060408a0135965060608a0135955060808a013561459581614501565b94506145a360a08b01614512565b93506145b160c08b0161452a565b92506145bf60e08b0161452a565b91506101008a01356001600160401b038111156145da575f80fd5b6145e68c828d016144ad565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f6020828403121561461b575f80fd5b81356001600160401b03811115614630575f80fd5b614388848285016144ad565b6001600160a01b0381168114613f59575f80fd5b5f8060408385031215614661575f80fd5b823561466c8161463c565b915060208301356001600160401b03811115614686575f80fd5b614692858286016144ad565b9150509250929050565b5f805f606084860312156146ae575f80fd5b83356146b98161463c565b925060208401356146c981614256565b915060408401356001600160401b038111156146e3575f80fd5b6146ef868287016144ad565b9150509250925092565b5f805f83850361028081121561470d575f80fd5b843561471881614232565b9350602085013561472881614256565b9250610240603f198201121561473c575f80fd5b506147456143a4565b61475160408601614246565b815261475f60608601614246565b602082015261477060808601614246565b604082015261478160a08601614246565b606082015261479260c08601614246565b60808201526147a360e08601614246565b60a08201526147b56101008601614246565b60c08201526147c76101208601614246565b60e08201526147d96101408601614246565b6101008201526147ec6101608601614246565b6101208201526147ff6101808601614246565b6101408201526148126101a08601614246565b6101608201526148256101c08601614246565b6101808201526148386101e08601614246565b6101a082015261484b6102008601614246565b6101c082015261485e6102208601614246565b6101e08201526148716102408601614246565b6102008201526148846102608601614246565b610220820152809150509250925092565b5f602082840312156148a5575f80fd5b813561422b8161463c565b64ffffffffff81168114613f59575f80fd5b5f805f805f8060c087890312156148d7575f80fd5b86356148e281614232565b955060208701356001600160401b038111156148fc575f80fd5b61490889828a016144ad565b95505060408701359350606087013561492081614501565b92506080870135614930816148b0565b915060a08701356001600160401b0381111561494a575f80fd5b61495689828a016144ad565b9150509295509295509295565b805161425181614232565b60ff81168114613f59575f80fd5b80516142518161496e565b80516142518161451d565b80516142518161463c565b5f82601f8301126149ac575f80fd5b8151602083015f6149bf6144cf84614487565b90508281528583830111156149d2575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156149fc575f80fd5b81516001600160401b03811115614a11575f80fd5b820160e08185031215614a22575f80fd5b614a2a6143cd565b614a3382614963565b8152614a4160208301614963565b6020820152614a526040830161497c565b6040820152614a6360608301614987565b6060820152614a7460808301614992565b6080820152614a8560a08301614992565b60a082015260c08201516001600160401b03811115614aa2575f80fd5b614aae8682850161499d565b60c083015250949350505050565b5f60208284031215614acc575f80fd5b815161422b8161463c565b805161425181614501565b8051614251816148b0565b5f60208284031215614afd575f80fd5b81516001600160401b03811115614b12575f80fd5b820160e08185031215614b23575f80fd5b614b2b6143cd565b614b3482614963565b815260208201516001600160401b03811115614b4e575f80fd5b614b5a8682850161499d565b60208301525060408281015190820152614b7660608301614ad7565b6060820152614b8760808301614ad7565b6080820152614a8560a08301614ae2565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff81811683821601908111156132b9576132b9614b98565b6001600160601b0381511682525f602082015160e06020850152614bef60e08501826142ce565b90506040830151604085015263ffffffff60608401511660608501526080830151614c22608086018263ffffffff169052565b5060a0830151614c3b60a086018264ffffffffff169052565b5060c083015184820360c0860152614c5382826142ce565b95945050505050565b6001600160401b0360c01b84168152606060208201525f614c806060830185614bc8565b905060ff83166040830152949350505050565b5f60208284031215614ca3575f80fd5b81516001600160401b03811115614cb8575f80fd5b820160808185031215614cc9575f80fd5b614cd16143ef565b81516001600160401b03811115614ce6575f80fd5b614cf28682850161499d565b8252506020820151614d038161463c565b60208201526040820151614d168161463c565b604082015260608201516001600160401b03811115614d33575f80fd5b614d3f8682850161499d565b606083015250949350505050565b5f60208284031215614d5d575f80fd5b815161422b81614232565b5f60208284031215614d78575f80fd5b815161422b8161451d565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614dc5575f80fd5b815162ffffff8116811461422b575f80fd5b600181811c90821680614deb57607f821691505b602082108103614e0957634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215614e1f575f80fd5b815161422b816148b0565b5f82601f830112614e39575f80fd5b81516001600160401b03811115614e5257614e52614390565b8060051b614e6260208201614457565b91825260208185018101929081019086841115614e7d575f80fd5b6020860192505b83831015614ea8578251614e9781614232565b825260209283019290910190614e84565b9695505050505050565b5f60408284031215614ec2575f80fd5b604080519081016001600160401b0381118282101715614ee457614ee4614390565b604052825181526020928301519281019290925250919050565b5f60208284031215614f0e575f80fd5b81516001600160401b03811115614f23575f80fd5b82016102c08185031215614f35575f80fd5b614f3d614411565b614f4682614987565b8152614f5460208301614987565b6020820152614f6560408301614987565b6040820152614f766060830161497c565b6060820152614f876080830161497c565b6080820152614f9860a08301614963565b60a0820152614fa960c08301614963565b60c082015260e08201516001600160401b03811115614fc6575f80fd5b614fd286828501614e2a565b60e083015250614fe6856101008401614eb2565b610100820152614ffa856101408401614eb2565b61012082015261500e856101808401614eb2565b610140820152615022856101c08401614eb2565b610160820152615036856102008401614eb2565b61018082015261504a856102408401614eb2565b6101a082015261505e856102808401614eb2565b6101c0820152949350505050565b5f6020828403121561507c575f80fd5b5051919050565b6001600160601b0383168152604060208201525f61438860408301846142ce565b5f602082840312156150b4575f80fd5b815161422b81614256565b6001600160401b0360c01b83168152604060208201525f825161012060408401526150ee6101608401826142ce565b90506020840151606084015260408401516080840152606084015160a0840152608084015161512560c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f1901610140850152614ea882826142ce565b6001600160401b0381168114613f59575f80fd5b5f60208284031215615197575f80fd5b815161422b81615173565b6001600160401b0360c01b81511682526020810151151560208301525f6040820151608060408501526151d860808501826142ce565b60609384015163ffffffff16949093019390935250919050565b6001600160601b0383168152604060208201525f61438860408301846151a2565b5f60208284031215615223575f80fd5b815161422b8161496e565b5f6020828403121561523e575f80fd5b81516001600160401b03811115615253575f80fd5b820160808185031215615264575f80fd5b61526c6143ef565b815161527781614256565b815260208201516152878161451d565b602082015260408201516001600160401b038111156152a4575f80fd5b6152b08682850161499d565b604083015250606082015191506152c682614501565b60608101919091529392505050565b6001600160601b0384168152606060208201525f614c8060608301856151a2565b602081525f6132b660208301846142ce565b5f60208284031215615318575f80fd5b81516001600160401b0381111561532d575f80fd5b8201610120818503121561533f575f80fd5b615347614434565b81516001600160401b0381111561535c575f80fd5b6153688682850161499d565b82525060208281015190820152604080830151908201526060808301519082015261539560808301614ad7565b60808201526153a660a08301614ad7565b60a08201526153b760c08301614987565b60c08201526153c860e08301614987565b60e08201526101008201516001600160401b038111156153e6575f80fd5b6153f28682850161499d565b61010083015250949350505050565b818103818111156132b9576132b9614b98565b6001600160401b0360c01b83168152604060208201525f6143886040830184614bc8565b5f8085851115615446575f80fd5b83861115615452575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615490576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b808201808211156132b9576132b9614b98565b5f80604083850312156154fa575f80fd5b82516155058161463c565b60208401519092506142978161463c565b5f82518060208501845e5f920191825250919050565b5f806040838503121561553d575f80fd5b82516155488161451d565b602084015190925061429781614501565b601f821115613e7657805f5260205f20601f840160051c8101602085101561557e5750805b601f840160051c820191505b8181101561559d575f815560010161558a565b5050505050565b81516001600160401b038111156155bd576155bd614390565b6155d1816155cb8454614dd7565b84615559565b6020601f821160018114615603575f83156155ec5750848201515b5f19600385901b1c1916600184901b17845561559d565b5f84815260208120601f198516915b828110156156325787850151825560209485019460019092019101615612565b508482101561564f57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cfd2760819a44e6772108e25c71cce04a57309693c6feb9be9e4832e26c9f51464736f6c634300081a0033",
1063
+ "linkReferences": {
1064
+ "contracts/shared/ContractLib.sol": {
1065
+ "ContractLib": [
1066
+ {
1067
+ "length": 20,
1068
+ "start": 16818
1069
+ }
1070
+ ]
1071
+ },
1072
+ "contracts/type/Amount.sol": {
1073
+ "AmountLib": [
1074
+ {
1075
+ "length": 20,
1076
+ "start": 2315
1077
+ },
1078
+ {
1079
+ "length": 20,
1080
+ "start": 2343
1081
+ },
1082
+ {
1083
+ "length": 20,
1084
+ "start": 2608
1085
+ },
1086
+ {
1087
+ "length": 20,
1088
+ "start": 2893
1089
+ },
1090
+ {
1091
+ "length": 20,
1092
+ "start": 3113
1093
+ },
1094
+ {
1095
+ "length": 20,
1096
+ "start": 9059
1097
+ },
1098
+ {
1099
+ "length": 20,
1100
+ "start": 9531
1101
+ },
1102
+ {
1103
+ "length": 20,
1104
+ "start": 14522
1105
+ }
1106
+ ]
1107
+ },
1108
+ "contracts/type/DistributorType.sol": {
1109
+ "DistributorTypeLib": [
1110
+ {
1111
+ "length": 20,
1112
+ "start": 6515
1113
+ }
1114
+ ]
1115
+ },
1116
+ "contracts/type/NftId.sol": {
1117
+ "NftIdLib": [
1118
+ {
1119
+ "length": 20,
1120
+ "start": 3863
1121
+ },
1122
+ {
1123
+ "length": 20,
1124
+ "start": 4256
1125
+ },
1126
+ {
1127
+ "length": 20,
1128
+ "start": 4892
1129
+ },
1130
+ {
1131
+ "length": 20,
1132
+ "start": 7569
1133
+ },
1134
+ {
1135
+ "length": 20,
1136
+ "start": 9913
1137
+ },
1138
+ {
1139
+ "length": 20,
1140
+ "start": 13413
1141
+ }
1142
+ ]
1143
+ },
1144
+ "contracts/type/Referral.sol": {
1145
+ "ReferralLib": [
1146
+ {
1147
+ "length": 20,
1148
+ "start": 4369
1149
+ },
1150
+ {
1151
+ "length": 20,
1152
+ "start": 12158
1153
+ }
1154
+ ]
1155
+ },
1156
+ "contracts/type/RoleId.sol": {
1157
+ "RoleIdLib": [
1158
+ {
1159
+ "length": 20,
1160
+ "start": 8113
1161
+ }
1162
+ ]
1163
+ },
1164
+ "contracts/type/Timestamp.sol": {
1165
+ "TimestampLib": [
1166
+ {
1167
+ "length": 20,
1168
+ "start": 5035
1169
+ },
1170
+ {
1171
+ "length": 20,
1172
+ "start": 5167
1173
+ },
1174
+ {
1175
+ "length": 20,
1176
+ "start": 5271
1177
+ },
1178
+ {
1179
+ "length": 20,
1180
+ "start": 10260
1181
+ },
1182
+ {
1183
+ "length": 20,
1184
+ "start": 10368
1185
+ },
1186
+ {
1187
+ "length": 20,
1188
+ "start": 10396
1189
+ },
1190
+ {
1191
+ "length": 20,
1192
+ "start": 11615
1193
+ },
1194
+ {
1195
+ "length": 20,
1196
+ "start": 11749
1197
+ },
1198
+ {
1199
+ "length": 20,
1200
+ "start": 11869
1201
+ },
1202
+ {
1203
+ "length": 20,
1204
+ "start": 12010
1205
+ }
1206
+ ]
1207
+ },
1208
+ "contracts/type/UFixed.sol": {
1209
+ "UFixedLib": [
1210
+ {
1211
+ "length": 20,
1212
+ "start": 5849
1213
+ },
1214
+ {
1215
+ "length": 20,
1216
+ "start": 5963
1217
+ },
1218
+ {
1219
+ "length": 20,
1220
+ "start": 6105
1221
+ },
1222
+ {
1223
+ "length": 20,
1224
+ "start": 6241
1225
+ },
1226
+ {
1227
+ "length": 20,
1228
+ "start": 6382
1229
+ },
1230
+ {
1231
+ "length": 20,
1232
+ "start": 11082
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 11196
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 11362
1241
+ },
1242
+ {
1243
+ "length": 20,
1244
+ "start": 11476
1245
+ }
1246
+ ]
1247
+ },
1248
+ "contracts/type/Version.sol": {
1249
+ "VersionLib": [
1250
+ {
1251
+ "length": 20,
1252
+ "start": 3709
1253
+ },
1254
+ {
1255
+ "length": 20,
1256
+ "start": 6923
1257
+ }
1258
+ ],
1259
+ "VersionPartLib": [
1260
+ {
1261
+ "length": 20,
1262
+ "start": 8274
1263
+ }
1264
+ ]
1265
+ }
1266
+ },
1267
+ "deployedLinkReferences": {
1268
+ "contracts/shared/ContractLib.sol": {
1269
+ "ContractLib": [
1270
+ {
1271
+ "length": 20,
1272
+ "start": 16604
1273
+ }
1274
+ ]
1275
+ },
1276
+ "contracts/type/Amount.sol": {
1277
+ "AmountLib": [
1278
+ {
1279
+ "length": 20,
1280
+ "start": 2101
1281
+ },
1282
+ {
1283
+ "length": 20,
1284
+ "start": 2129
1285
+ },
1286
+ {
1287
+ "length": 20,
1288
+ "start": 2394
1289
+ },
1290
+ {
1291
+ "length": 20,
1292
+ "start": 2679
1293
+ },
1294
+ {
1295
+ "length": 20,
1296
+ "start": 2899
1297
+ },
1298
+ {
1299
+ "length": 20,
1300
+ "start": 8845
1301
+ },
1302
+ {
1303
+ "length": 20,
1304
+ "start": 9317
1305
+ },
1306
+ {
1307
+ "length": 20,
1308
+ "start": 14308
1309
+ }
1310
+ ]
1311
+ },
1312
+ "contracts/type/DistributorType.sol": {
1313
+ "DistributorTypeLib": [
1314
+ {
1315
+ "length": 20,
1316
+ "start": 6301
1317
+ }
1318
+ ]
1319
+ },
1320
+ "contracts/type/NftId.sol": {
1321
+ "NftIdLib": [
1322
+ {
1323
+ "length": 20,
1324
+ "start": 3649
1325
+ },
1326
+ {
1327
+ "length": 20,
1328
+ "start": 4042
1329
+ },
1330
+ {
1331
+ "length": 20,
1332
+ "start": 4678
1333
+ },
1334
+ {
1335
+ "length": 20,
1336
+ "start": 7355
1337
+ },
1338
+ {
1339
+ "length": 20,
1340
+ "start": 9699
1341
+ },
1342
+ {
1343
+ "length": 20,
1344
+ "start": 13199
1345
+ }
1346
+ ]
1347
+ },
1348
+ "contracts/type/Referral.sol": {
1349
+ "ReferralLib": [
1350
+ {
1351
+ "length": 20,
1352
+ "start": 4155
1353
+ },
1354
+ {
1355
+ "length": 20,
1356
+ "start": 11944
1357
+ }
1358
+ ]
1359
+ },
1360
+ "contracts/type/RoleId.sol": {
1361
+ "RoleIdLib": [
1362
+ {
1363
+ "length": 20,
1364
+ "start": 7899
1365
+ }
1366
+ ]
1367
+ },
1368
+ "contracts/type/Timestamp.sol": {
1369
+ "TimestampLib": [
1370
+ {
1371
+ "length": 20,
1372
+ "start": 4821
1373
+ },
1374
+ {
1375
+ "length": 20,
1376
+ "start": 4953
1377
+ },
1378
+ {
1379
+ "length": 20,
1380
+ "start": 5057
1381
+ },
1382
+ {
1383
+ "length": 20,
1384
+ "start": 10046
1385
+ },
1386
+ {
1387
+ "length": 20,
1388
+ "start": 10154
1389
+ },
1390
+ {
1391
+ "length": 20,
1392
+ "start": 10182
1393
+ },
1394
+ {
1395
+ "length": 20,
1396
+ "start": 11401
1397
+ },
1398
+ {
1399
+ "length": 20,
1400
+ "start": 11535
1401
+ },
1402
+ {
1403
+ "length": 20,
1404
+ "start": 11655
1405
+ },
1406
+ {
1407
+ "length": 20,
1408
+ "start": 11796
1409
+ }
1410
+ ]
1411
+ },
1412
+ "contracts/type/UFixed.sol": {
1413
+ "UFixedLib": [
1414
+ {
1415
+ "length": 20,
1416
+ "start": 5635
1417
+ },
1418
+ {
1419
+ "length": 20,
1420
+ "start": 5749
1421
+ },
1422
+ {
1423
+ "length": 20,
1424
+ "start": 5891
1425
+ },
1426
+ {
1427
+ "length": 20,
1428
+ "start": 6027
1429
+ },
1430
+ {
1431
+ "length": 20,
1432
+ "start": 6168
1433
+ },
1434
+ {
1435
+ "length": 20,
1436
+ "start": 10868
1437
+ },
1438
+ {
1439
+ "length": 20,
1440
+ "start": 10982
1441
+ },
1442
+ {
1443
+ "length": 20,
1444
+ "start": 11148
1445
+ },
1446
+ {
1447
+ "length": 20,
1448
+ "start": 11262
1449
+ }
1450
+ ]
1451
+ },
1452
+ "contracts/type/Version.sol": {
1453
+ "VersionLib": [
1454
+ {
1455
+ "length": 20,
1456
+ "start": 3495
1457
+ },
1458
+ {
1459
+ "length": 20,
1460
+ "start": 6709
1461
+ }
1462
+ ],
1463
+ "VersionPartLib": [
1464
+ {
1465
+ "length": 20,
1466
+ "start": 8060
1467
+ }
1468
+ ]
1469
+ }
1470
+ }
1471
+ }