@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f634e5c-828

Sign up to get free protection for your applications and to get access to all the features.
Files changed (687) hide show
  1. package/README.md +77 -10
  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/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
  6. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  8. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  10. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  12. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  14. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  18. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1310 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +348 -313
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +903 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +221 -327
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1415 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1965 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1163 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2267 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +350 -1997
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +189 -113
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +406 -2791
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1684 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1328 -331
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +264 -425
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +156 -151
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  76. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  77. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -0
  78. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  80. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  81. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  82. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  84. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  86. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  88. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
  90. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  91. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  95. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  96. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  103. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  106. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +282 -179
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  108. package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +274 -253
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  114. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +321 -457
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  122. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +323 -60
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  124. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +346 -281
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  128. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +387 -436
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  138. package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +409 -442
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  145. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  146. package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +117 -166
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  150. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPolicyService.sol/IPolicyService.json} +485 -385
  151. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +991 -0
  155. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  156. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  165. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  166. package/artifacts/contracts/product/Product.sol/Product.json +1092 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +457 -27
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  179. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  180. package/artifacts/contracts/registry/Registry.sol/Registry.json +949 -128
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +349 -245
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +161 -94
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
  195. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  196. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +292 -204
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1908 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  200. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +850 -0
  201. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  202. package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  204. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -0
  205. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  206. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  207. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  208. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  209. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  210. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +146 -131
  211. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  212. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
  213. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  214. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  215. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  216. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  217. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  218. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  219. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  220. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
  221. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  222. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  223. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  224. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
  225. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  226. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  227. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  228. package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
  229. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  230. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  231. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  232. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
  233. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  234. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  235. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  236. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  237. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  238. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  239. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  240. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
  241. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  242. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
  243. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  244. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
  245. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  246. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  247. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  248. package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  250. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
  251. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  252. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  253. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  254. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  255. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  256. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +708 -602
  257. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  258. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  259. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  260. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  261. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  262. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  263. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  264. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  265. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  266. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  267. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  268. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  269. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  270. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  271. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  272. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  273. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  274. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  275. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  276. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  277. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  278. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  279. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  280. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  281. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  282. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  283. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  284. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  285. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  286. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  287. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  288. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  289. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  290. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  291. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  292. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  293. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  294. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  295. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  296. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  297. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  298. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  299. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  300. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  301. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  302. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  303. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  304. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  305. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  306. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
  307. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  308. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  309. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  310. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  311. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  312. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  313. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  314. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  315. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  316. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  317. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  318. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  319. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  320. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  321. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  322. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  323. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  324. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  325. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  326. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  327. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  328. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  329. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  330. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  331. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  332. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  333. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  334. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  335. package/contracts/authorization/AccessAdmin.sol +615 -0
  336. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  337. package/contracts/authorization/Authorization.sol +289 -0
  338. package/contracts/authorization/IAccess.sol +49 -0
  339. package/contracts/authorization/IAccessAdmin.sol +137 -0
  340. package/contracts/authorization/IAuthorization.sol +60 -0
  341. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  342. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  343. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  344. package/contracts/distribution/BasicDistribution.sol +139 -0
  345. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  346. package/contracts/{components → distribution}/Distribution.sol +166 -162
  347. package/contracts/distribution/DistributionService.sol +354 -0
  348. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  349. package/contracts/distribution/IDistributionComponent.sol +52 -0
  350. package/contracts/{instance/service → distribution}/IDistributionService.sol +35 -34
  351. package/contracts/examples/fire/DamageLevel.sol +59 -0
  352. package/contracts/examples/fire/FirePool.sol +86 -0
  353. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  354. package/contracts/examples/fire/FireProduct.sol +431 -0
  355. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  356. package/contracts/examples/fire/FireUSD.sol +26 -0
  357. package/contracts/examples/unpermissioned/SimpleDistribution.sol +65 -0
  358. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  359. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  360. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  361. package/contracts/instance/BundleSet.sol +130 -0
  362. package/contracts/instance/IInstance.sol +45 -72
  363. package/contracts/instance/IInstanceService.sol +37 -39
  364. package/contracts/instance/Instance.sol +162 -250
  365. package/contracts/instance/InstanceAdmin.sol +288 -0
  366. package/contracts/instance/InstanceAuthorizationV3.sol +218 -0
  367. package/contracts/instance/InstanceReader.sol +351 -61
  368. package/contracts/instance/InstanceService.sol +250 -353
  369. package/contracts/instance/InstanceServiceManager.sol +14 -29
  370. package/contracts/instance/InstanceStore.sol +287 -0
  371. package/contracts/instance/RiskSet.sol +119 -0
  372. package/contracts/instance/base/BalanceStore.sol +123 -0
  373. package/contracts/instance/base/Cloneable.sol +28 -0
  374. package/contracts/instance/base/ObjectCounter.sol +20 -0
  375. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  376. package/contracts/instance/base/ObjectSet.sol +78 -0
  377. package/contracts/instance/module/IAccess.sol +4 -12
  378. package/contracts/instance/module/IBundle.sol +6 -9
  379. package/contracts/instance/module/IComponents.sol +27 -18
  380. package/contracts/instance/module/IDistribution.sol +6 -6
  381. package/contracts/instance/module/IPolicy.sol +48 -35
  382. package/contracts/instance/module/IRisk.sol +2 -1
  383. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  384. package/contracts/oracle/BasicOracle.sol +47 -0
  385. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  386. package/contracts/oracle/IOracle.sol +36 -0
  387. package/contracts/oracle/IOracleComponent.sol +33 -0
  388. package/contracts/oracle/IOracleService.sol +66 -0
  389. package/contracts/oracle/Oracle.sol +156 -0
  390. package/contracts/oracle/OracleService.sol +309 -0
  391. package/contracts/oracle/OracleServiceManager.sol +39 -0
  392. package/contracts/pool/BasicPool.sol +175 -0
  393. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  394. package/contracts/pool/BundleService.sol +423 -0
  395. package/contracts/pool/BundleServiceManager.sol +39 -0
  396. package/contracts/pool/IBundleService.sol +122 -0
  397. package/contracts/pool/IPoolComponent.sol +62 -0
  398. package/contracts/pool/IPoolService.sol +153 -0
  399. package/contracts/pool/Pool.sol +345 -0
  400. package/contracts/pool/PoolService.sol +612 -0
  401. package/contracts/pool/PoolServiceManager.sol +39 -0
  402. package/contracts/product/ApplicationService.sol +259 -0
  403. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  404. package/contracts/product/BasicProduct.sol +49 -0
  405. package/contracts/product/BasicProductAuthorization.sol +42 -0
  406. package/contracts/product/ClaimService.sol +614 -0
  407. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  408. package/contracts/{instance/service → product}/IApplicationService.sol +19 -35
  409. package/contracts/product/IClaimService.sol +123 -0
  410. package/contracts/product/IPolicyService.sol +90 -0
  411. package/contracts/product/IPricingService.sol +39 -0
  412. package/contracts/product/IProductComponent.sol +59 -0
  413. package/contracts/product/IRiskService.sol +33 -0
  414. package/contracts/product/PolicyService.sol +733 -0
  415. package/contracts/product/PolicyServiceManager.sol +39 -0
  416. package/contracts/product/PricingService.sol +300 -0
  417. package/contracts/product/PricingServiceManager.sol +39 -0
  418. package/contracts/product/Product.sol +427 -0
  419. package/contracts/product/RiskService.sol +107 -0
  420. package/contracts/product/RiskServiceManager.sol +39 -0
  421. package/contracts/registry/ChainNft.sol +79 -40
  422. package/contracts/registry/IRegistry.sol +98 -26
  423. package/contracts/registry/IRegistryService.sol +34 -40
  424. package/contracts/registry/ITransferInterceptor.sol +1 -2
  425. package/contracts/registry/Registry.sol +453 -195
  426. package/contracts/registry/RegistryAdmin.sol +451 -0
  427. package/contracts/registry/RegistryService.sol +87 -128
  428. package/contracts/registry/RegistryServiceManager.sol +23 -32
  429. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  430. package/contracts/registry/ReleaseRegistry.sol +486 -0
  431. package/contracts/registry/ServiceAuthorizationV3.sol +176 -0
  432. package/contracts/registry/TokenRegistry.sol +261 -62
  433. package/contracts/shared/Component.sol +222 -0
  434. package/contracts/shared/ComponentService.sol +869 -0
  435. package/contracts/shared/ComponentServiceManager.sol +38 -0
  436. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  437. package/contracts/shared/ContractLib.sol +224 -0
  438. package/contracts/shared/IComponent.sol +67 -0
  439. package/contracts/shared/IComponentService.sol +134 -0
  440. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  441. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  442. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  443. package/contracts/shared/INftOwnable.sol +4 -2
  444. package/contracts/shared/IPolicyHolder.sol +23 -14
  445. package/contracts/shared/IRegisterable.sol +11 -0
  446. package/contracts/shared/IRegistryLinked.sol +0 -1
  447. package/contracts/shared/IService.sol +12 -3
  448. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
  449. package/contracts/shared/InstanceLinkedComponent.sol +197 -0
  450. package/contracts/shared/KeyValueStore.sol +131 -0
  451. package/contracts/shared/Lifecycle.sol +88 -0
  452. package/contracts/shared/NftIdSet.sol +65 -0
  453. package/contracts/shared/NftOwnable.sol +32 -25
  454. package/contracts/shared/PolicyHolder.sol +22 -41
  455. package/contracts/shared/Registerable.sol +32 -23
  456. package/contracts/shared/RegistryLinked.sol +9 -19
  457. package/contracts/shared/Service.sol +48 -36
  458. package/contracts/shared/TokenHandler.sol +368 -12
  459. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  460. package/contracts/staking/IStaking.sol +173 -0
  461. package/contracts/staking/IStakingService.sol +157 -0
  462. package/contracts/staking/StakeManagerLib.sol +224 -0
  463. package/contracts/staking/Staking.sol +505 -0
  464. package/contracts/staking/StakingLifecycle.sol +23 -0
  465. package/contracts/staking/StakingManager.sol +52 -0
  466. package/contracts/staking/StakingReader.sol +190 -0
  467. package/contracts/staking/StakingService.sol +440 -0
  468. package/contracts/staking/StakingServiceManager.sol +44 -0
  469. package/contracts/staking/StakingStore.sol +605 -0
  470. package/contracts/staking/TargetManagerLib.sol +211 -0
  471. package/contracts/{types → type}/AddressSet.sol +1 -1
  472. package/contracts/type/Amount.sol +150 -0
  473. package/contracts/{types → type}/Blocknumber.sol +26 -3
  474. package/contracts/{types → type}/ClaimId.sol +31 -3
  475. package/contracts/{types → type}/Fee.sol +24 -22
  476. package/contracts/{types → type}/Key32.sol +2 -2
  477. package/contracts/type/Key32Set.sol +62 -0
  478. package/contracts/{types → type}/NftId.sol +21 -16
  479. package/contracts/{types → type}/NftIdSet.sol +2 -2
  480. package/contracts/type/ObjectType.sol +278 -0
  481. package/contracts/type/PayoutId.sol +82 -0
  482. package/contracts/{types → type}/Referral.sol +2 -1
  483. package/contracts/type/RequestId.sol +75 -0
  484. package/contracts/{types → type}/RiskId.sol +31 -5
  485. package/contracts/type/RoleId.sol +162 -0
  486. package/contracts/type/Seconds.sol +101 -0
  487. package/contracts/type/Selector.sol +102 -0
  488. package/contracts/{types → type}/StateId.sol +47 -4
  489. package/contracts/type/String.sol +53 -0
  490. package/contracts/{types → type}/Timestamp.sol +21 -2
  491. package/contracts/{types → type}/UFixed.sol +40 -121
  492. package/contracts/{types → type}/Version.sol +4 -2
  493. package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
  494. package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
  495. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  496. package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
  497. package/package.json +11 -7
  498. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  499. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  500. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  502. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  503. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  504. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  506. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  507. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  508. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  509. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  510. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  511. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  512. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
  513. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  514. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  515. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  516. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  517. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  518. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  519. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  520. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  521. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  522. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  523. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  524. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  525. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  526. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
  527. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  528. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
  529. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  530. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
  531. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  532. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
  533. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  534. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
  535. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  536. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
  537. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  538. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
  539. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  540. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
  541. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  542. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  544. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  546. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  547. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  549. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
  550. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  551. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
  552. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  553. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
  554. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  555. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
  556. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  557. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
  558. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  559. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
  560. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  561. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  562. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  563. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
  564. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  565. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  566. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  567. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  568. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  569. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  570. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  571. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  572. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  573. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  574. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  575. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  576. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  577. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  578. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  579. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  580. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  581. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
  582. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  583. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  584. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  585. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  586. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  587. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  588. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  589. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  590. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  591. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  592. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  593. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
  594. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  595. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  596. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  597. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  598. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  599. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  600. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  601. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  602. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  603. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
  604. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  605. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  606. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  608. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  609. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  610. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  611. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  612. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  613. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  614. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  615. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  616. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  617. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  618. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  619. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  620. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  621. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  622. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  623. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  624. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  625. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  626. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  627. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  628. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  630. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  632. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  634. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  636. package/contracts/components/Component.sol +0 -253
  637. package/contracts/components/IComponent.sol +0 -76
  638. package/contracts/components/IDistributionComponent.sol +0 -71
  639. package/contracts/components/IPoolComponent.sol +0 -113
  640. package/contracts/components/IProductComponent.sol +0 -40
  641. package/contracts/components/Pool.sol +0 -303
  642. package/contracts/components/Product.sol +0 -293
  643. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  644. package/contracts/instance/BundleManager.sol +0 -127
  645. package/contracts/instance/Cloneable.sol +0 -51
  646. package/contracts/instance/InstanceAccessManager.sol +0 -527
  647. package/contracts/instance/ObjectManager.sol +0 -82
  648. package/contracts/instance/base/ComponentService.sol +0 -121
  649. package/contracts/instance/base/KeyValueStore.sol +0 -180
  650. package/contracts/instance/base/Lifecycle.sol +0 -109
  651. package/contracts/instance/module/ISetup.sol +0 -33
  652. package/contracts/instance/module/ITreasury.sol +0 -23
  653. package/contracts/instance/service/ApplicationService.sol +0 -350
  654. package/contracts/instance/service/BundleService.sol +0 -431
  655. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  656. package/contracts/instance/service/ClaimService.sol +0 -151
  657. package/contracts/instance/service/DistributionService.sol +0 -435
  658. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  659. package/contracts/instance/service/IBundleService.sol +0 -93
  660. package/contracts/instance/service/IClaimService.sol +0 -61
  661. package/contracts/instance/service/IPolicyService.sol +0 -72
  662. package/contracts/instance/service/IPoolService.sol +0 -99
  663. package/contracts/instance/service/IProductService.sol +0 -40
  664. package/contracts/instance/service/PolicyService.sol +0 -362
  665. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  666. package/contracts/instance/service/PoolService.sol +0 -303
  667. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  668. package/contracts/instance/service/ProductService.sol +0 -210
  669. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  670. package/contracts/registry/RegistryAccessManager.sol +0 -216
  671. package/contracts/registry/ReleaseManager.sol +0 -324
  672. package/contracts/shared/ContractDeployerLib.sol +0 -72
  673. package/contracts/test/TestFee.sol +0 -25
  674. package/contracts/test/TestRegisterable.sol +0 -18
  675. package/contracts/test/TestRoleId.sol +0 -14
  676. package/contracts/test/TestService.sol +0 -25
  677. package/contracts/test/TestToken.sol +0 -26
  678. package/contracts/test/TestVersion.sol +0 -44
  679. package/contracts/test/TestVersionable.sol +0 -17
  680. package/contracts/types/Amount.sol +0 -60
  681. package/contracts/types/ChainId.sol +0 -38
  682. package/contracts/types/NumberId.sol +0 -52
  683. package/contracts/types/ObjectType.sol +0 -157
  684. package/contracts/types/PayoutId.sol +0 -54
  685. package/contracts/types/RoleId.sol +0 -97
  686. package/contracts/types/Seconds.sol +0 -54
  687. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1619 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "PoolService",
4
+ "sourceName": "contracts/pool/PoolService.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": "nftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorNftOwnableAlreadyLinked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "contractAddress",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorNftOwnableContractNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "NftId",
75
+ "name": "nftId",
76
+ "type": "uint96"
77
+ },
78
+ {
79
+ "internalType": "ObjectType",
80
+ "name": "expectedObjectType",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorNftOwnableInvalidType",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "address",
91
+ "name": "account",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "ErrorNftOwnableNotOwner",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "address",
102
+ "name": "registryAddress",
103
+ "type": "address"
104
+ }
105
+ ],
106
+ "name": "ErrorNotRegistry",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [
111
+ {
112
+ "internalType": "NftId",
113
+ "name": "poolNftId",
114
+ "type": "uint96"
115
+ }
116
+ ],
117
+ "name": "ErrorPoolServiceBundleOwnerRoleAlreadySet",
118
+ "type": "error"
119
+ },
120
+ {
121
+ "inputs": [
122
+ {
123
+ "internalType": "NftId",
124
+ "name": "bundleNftId",
125
+ "type": "uint96"
126
+ },
127
+ {
128
+ "internalType": "NftId",
129
+ "name": "poolNftId",
130
+ "type": "uint96"
131
+ }
132
+ ],
133
+ "name": "ErrorPoolServiceBundlePoolMismatch",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "inputs": [
138
+ {
139
+ "internalType": "Amount",
140
+ "name": "expectedAmount",
141
+ "type": "uint96"
142
+ },
143
+ {
144
+ "internalType": "Amount",
145
+ "name": "actualAmount",
146
+ "type": "uint96"
147
+ }
148
+ ],
149
+ "name": "ErrorPoolServiceInvalidTransferAmount",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [
154
+ {
155
+ "internalType": "NftId",
156
+ "name": "poolNftId",
157
+ "type": "uint96"
158
+ },
159
+ {
160
+ "internalType": "Amount",
161
+ "name": "maxBalanceAmount",
162
+ "type": "uint96"
163
+ },
164
+ {
165
+ "internalType": "Amount",
166
+ "name": "currentBalanceAmount",
167
+ "type": "uint96"
168
+ },
169
+ {
170
+ "internalType": "Amount",
171
+ "name": "transferAmount",
172
+ "type": "uint96"
173
+ }
174
+ ],
175
+ "name": "ErrorPoolServiceMaxBalanceAmountExceeded",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "NftId",
182
+ "name": "policyNftId",
183
+ "type": "uint96"
184
+ },
185
+ {
186
+ "internalType": "NftId",
187
+ "name": "productNftId",
188
+ "type": "uint96"
189
+ },
190
+ {
191
+ "internalType": "NftId",
192
+ "name": "expectedProductNftId",
193
+ "type": "uint96"
194
+ }
195
+ ],
196
+ "name": "ErrorPoolServicePolicyPoolMismatch",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [
201
+ {
202
+ "internalType": "NftId",
203
+ "name": "poolNftId",
204
+ "type": "uint96"
205
+ }
206
+ ],
207
+ "name": "ErrorPoolServicePoolNotExternallyManaged",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "ErrorServiceNotImplemented",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "inputs": [],
217
+ "name": "InvalidInitialization",
218
+ "type": "error"
219
+ },
220
+ {
221
+ "inputs": [],
222
+ "name": "MathOverflowedMulDiv",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "inputs": [],
227
+ "name": "NotInitializing",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [],
232
+ "name": "ReentrancyGuardReentrantCall",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "anonymous": false,
237
+ "inputs": [
238
+ {
239
+ "indexed": false,
240
+ "internalType": "address",
241
+ "name": "authority",
242
+ "type": "address"
243
+ }
244
+ ],
245
+ "name": "AuthorityUpdated",
246
+ "type": "event"
247
+ },
248
+ {
249
+ "anonymous": false,
250
+ "inputs": [
251
+ {
252
+ "indexed": false,
253
+ "internalType": "uint64",
254
+ "name": "version",
255
+ "type": "uint64"
256
+ }
257
+ ],
258
+ "name": "Initialized",
259
+ "type": "event"
260
+ },
261
+ {
262
+ "anonymous": false,
263
+ "inputs": [
264
+ {
265
+ "indexed": false,
266
+ "internalType": "NftId",
267
+ "name": "instanceNftId",
268
+ "type": "uint96"
269
+ },
270
+ {
271
+ "indexed": false,
272
+ "internalType": "NftId",
273
+ "name": "poolNftId",
274
+ "type": "uint96"
275
+ },
276
+ {
277
+ "indexed": false,
278
+ "internalType": "NftId",
279
+ "name": "bundleNftId",
280
+ "type": "uint96"
281
+ }
282
+ ],
283
+ "name": "LogPoolServiceBundleClosed",
284
+ "type": "event"
285
+ },
286
+ {
287
+ "anonymous": false,
288
+ "inputs": [
289
+ {
290
+ "indexed": false,
291
+ "internalType": "NftId",
292
+ "name": "instanceNftId",
293
+ "type": "uint96"
294
+ },
295
+ {
296
+ "indexed": false,
297
+ "internalType": "NftId",
298
+ "name": "poolNftId",
299
+ "type": "uint96"
300
+ },
301
+ {
302
+ "indexed": false,
303
+ "internalType": "NftId",
304
+ "name": "bundleNftId",
305
+ "type": "uint96"
306
+ }
307
+ ],
308
+ "name": "LogPoolServiceBundleCreated",
309
+ "type": "event"
310
+ },
311
+ {
312
+ "anonymous": false,
313
+ "inputs": [
314
+ {
315
+ "indexed": false,
316
+ "internalType": "NftId",
317
+ "name": "instanceNftId",
318
+ "type": "uint96"
319
+ },
320
+ {
321
+ "indexed": false,
322
+ "internalType": "NftId",
323
+ "name": "poolNftId",
324
+ "type": "uint96"
325
+ },
326
+ {
327
+ "indexed": false,
328
+ "internalType": "NftId",
329
+ "name": "bundleNftId",
330
+ "type": "uint96"
331
+ },
332
+ {
333
+ "indexed": false,
334
+ "internalType": "Amount",
335
+ "name": "amount",
336
+ "type": "uint96"
337
+ },
338
+ {
339
+ "indexed": false,
340
+ "internalType": "Amount",
341
+ "name": "netAmount",
342
+ "type": "uint96"
343
+ }
344
+ ],
345
+ "name": "LogPoolServiceBundleStaked",
346
+ "type": "event"
347
+ },
348
+ {
349
+ "anonymous": false,
350
+ "inputs": [
351
+ {
352
+ "indexed": false,
353
+ "internalType": "NftId",
354
+ "name": "instanceNftId",
355
+ "type": "uint96"
356
+ },
357
+ {
358
+ "indexed": false,
359
+ "internalType": "NftId",
360
+ "name": "poolNftId",
361
+ "type": "uint96"
362
+ },
363
+ {
364
+ "indexed": false,
365
+ "internalType": "NftId",
366
+ "name": "bundleNftId",
367
+ "type": "uint96"
368
+ },
369
+ {
370
+ "indexed": false,
371
+ "internalType": "Amount",
372
+ "name": "amount",
373
+ "type": "uint96"
374
+ },
375
+ {
376
+ "indexed": false,
377
+ "internalType": "Amount",
378
+ "name": "netAmount",
379
+ "type": "uint96"
380
+ }
381
+ ],
382
+ "name": "LogPoolServiceBundleUnstaked",
383
+ "type": "event"
384
+ },
385
+ {
386
+ "anonymous": false,
387
+ "inputs": [
388
+ {
389
+ "indexed": false,
390
+ "internalType": "NftId",
391
+ "name": "poolNftId",
392
+ "type": "uint96"
393
+ },
394
+ {
395
+ "indexed": false,
396
+ "internalType": "Amount",
397
+ "name": "previousMaxCapitalAmount",
398
+ "type": "uint96"
399
+ },
400
+ {
401
+ "indexed": false,
402
+ "internalType": "Amount",
403
+ "name": "currentMaxCapitalAmount",
404
+ "type": "uint96"
405
+ }
406
+ ],
407
+ "name": "LogPoolServiceMaxBalanceAmountUpdated",
408
+ "type": "event"
409
+ },
410
+ {
411
+ "anonymous": false,
412
+ "inputs": [
413
+ {
414
+ "indexed": false,
415
+ "internalType": "NftId",
416
+ "name": "policyNftId",
417
+ "type": "uint96"
418
+ },
419
+ {
420
+ "indexed": false,
421
+ "internalType": "ClaimId",
422
+ "name": "claimId",
423
+ "type": "uint16"
424
+ },
425
+ {
426
+ "indexed": false,
427
+ "internalType": "Amount",
428
+ "name": "availableAmount",
429
+ "type": "uint96"
430
+ }
431
+ ],
432
+ "name": "LogPoolServiceProcessFundedClaim",
433
+ "type": "event"
434
+ },
435
+ {
436
+ "anonymous": false,
437
+ "inputs": [
438
+ {
439
+ "indexed": false,
440
+ "internalType": "NftId",
441
+ "name": "poolNftId",
442
+ "type": "uint96"
443
+ },
444
+ {
445
+ "indexed": false,
446
+ "internalType": "address",
447
+ "name": "poolOwner",
448
+ "type": "address"
449
+ },
450
+ {
451
+ "indexed": false,
452
+ "internalType": "Amount",
453
+ "name": "amount",
454
+ "type": "uint96"
455
+ }
456
+ ],
457
+ "name": "LogPoolServiceWalletDefunded",
458
+ "type": "event"
459
+ },
460
+ {
461
+ "anonymous": false,
462
+ "inputs": [
463
+ {
464
+ "indexed": false,
465
+ "internalType": "NftId",
466
+ "name": "poolNftId",
467
+ "type": "uint96"
468
+ },
469
+ {
470
+ "indexed": false,
471
+ "internalType": "address",
472
+ "name": "poolOwner",
473
+ "type": "address"
474
+ },
475
+ {
476
+ "indexed": false,
477
+ "internalType": "Amount",
478
+ "name": "amount",
479
+ "type": "uint96"
480
+ }
481
+ ],
482
+ "name": "LogPoolServiceWalletFunded",
483
+ "type": "event"
484
+ },
485
+ {
486
+ "inputs": [],
487
+ "name": "GIF_RELEASE",
488
+ "outputs": [
489
+ {
490
+ "internalType": "uint256",
491
+ "name": "",
492
+ "type": "uint256"
493
+ }
494
+ ],
495
+ "stateMutability": "view",
496
+ "type": "function"
497
+ },
498
+ {
499
+ "inputs": [],
500
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
501
+ "outputs": [
502
+ {
503
+ "internalType": "bytes32",
504
+ "name": "",
505
+ "type": "bytes32"
506
+ }
507
+ ],
508
+ "stateMutability": "view",
509
+ "type": "function"
510
+ },
511
+ {
512
+ "inputs": [],
513
+ "name": "REGISTERABLE_LOCATION_V1",
514
+ "outputs": [
515
+ {
516
+ "internalType": "bytes32",
517
+ "name": "",
518
+ "type": "bytes32"
519
+ }
520
+ ],
521
+ "stateMutability": "view",
522
+ "type": "function"
523
+ },
524
+ {
525
+ "inputs": [],
526
+ "name": "authority",
527
+ "outputs": [
528
+ {
529
+ "internalType": "address",
530
+ "name": "",
531
+ "type": "address"
532
+ }
533
+ ],
534
+ "stateMutability": "view",
535
+ "type": "function"
536
+ },
537
+ {
538
+ "inputs": [
539
+ {
540
+ "internalType": "UFixed",
541
+ "name": "collateralizationLevel",
542
+ "type": "uint256"
543
+ },
544
+ {
545
+ "internalType": "UFixed",
546
+ "name": "retentionLevel",
547
+ "type": "uint256"
548
+ },
549
+ {
550
+ "internalType": "Amount",
551
+ "name": "sumInsuredAmount",
552
+ "type": "uint96"
553
+ }
554
+ ],
555
+ "name": "calculateRequiredCollateral",
556
+ "outputs": [
557
+ {
558
+ "internalType": "Amount",
559
+ "name": "totalCollateralAmount",
560
+ "type": "uint96"
561
+ },
562
+ {
563
+ "internalType": "Amount",
564
+ "name": "localCollateralAmount",
565
+ "type": "uint96"
566
+ }
567
+ ],
568
+ "stateMutability": "pure",
569
+ "type": "function"
570
+ },
571
+ {
572
+ "inputs": [
573
+ {
574
+ "internalType": "contract InstanceReader",
575
+ "name": "instanceReader",
576
+ "type": "address"
577
+ },
578
+ {
579
+ "internalType": "NftId",
580
+ "name": "productNftId",
581
+ "type": "uint96"
582
+ },
583
+ {
584
+ "internalType": "Amount",
585
+ "name": "sumInsuredAmount",
586
+ "type": "uint96"
587
+ }
588
+ ],
589
+ "name": "calculateRequiredCollateral",
590
+ "outputs": [
591
+ {
592
+ "internalType": "NftId",
593
+ "name": "poolNftId",
594
+ "type": "uint96"
595
+ },
596
+ {
597
+ "internalType": "Amount",
598
+ "name": "totalCollateralAmount",
599
+ "type": "uint96"
600
+ },
601
+ {
602
+ "internalType": "Amount",
603
+ "name": "localCollateralAmount",
604
+ "type": "uint96"
605
+ },
606
+ {
607
+ "internalType": "bool",
608
+ "name": "poolIsVerifyingApplications",
609
+ "type": "bool"
610
+ }
611
+ ],
612
+ "stateMutability": "view",
613
+ "type": "function"
614
+ },
615
+ {
616
+ "inputs": [
617
+ {
618
+ "internalType": "NftId",
619
+ "name": "bundleNftId",
620
+ "type": "uint96"
621
+ }
622
+ ],
623
+ "name": "closeBundle",
624
+ "outputs": [],
625
+ "stateMutability": "nonpayable",
626
+ "type": "function"
627
+ },
628
+ {
629
+ "inputs": [
630
+ {
631
+ "internalType": "Amount",
632
+ "name": "amount",
633
+ "type": "uint96"
634
+ }
635
+ ],
636
+ "name": "defundPoolWallet",
637
+ "outputs": [],
638
+ "stateMutability": "nonpayable",
639
+ "type": "function"
640
+ },
641
+ {
642
+ "inputs": [
643
+ {
644
+ "internalType": "Amount",
645
+ "name": "amount",
646
+ "type": "uint96"
647
+ }
648
+ ],
649
+ "name": "fundPoolWallet",
650
+ "outputs": [],
651
+ "stateMutability": "nonpayable",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "inputs": [],
656
+ "name": "getDomain",
657
+ "outputs": [
658
+ {
659
+ "internalType": "ObjectType",
660
+ "name": "serviceDomain",
661
+ "type": "uint8"
662
+ }
663
+ ],
664
+ "stateMutability": "pure",
665
+ "type": "function"
666
+ },
667
+ {
668
+ "inputs": [],
669
+ "name": "getInitialInfo",
670
+ "outputs": [
671
+ {
672
+ "components": [
673
+ {
674
+ "internalType": "NftId",
675
+ "name": "nftId",
676
+ "type": "uint96"
677
+ },
678
+ {
679
+ "internalType": "NftId",
680
+ "name": "parentNftId",
681
+ "type": "uint96"
682
+ },
683
+ {
684
+ "internalType": "ObjectType",
685
+ "name": "objectType",
686
+ "type": "uint8"
687
+ },
688
+ {
689
+ "internalType": "bool",
690
+ "name": "isInterceptor",
691
+ "type": "bool"
692
+ },
693
+ {
694
+ "internalType": "address",
695
+ "name": "objectAddress",
696
+ "type": "address"
697
+ },
698
+ {
699
+ "internalType": "address",
700
+ "name": "initialOwner",
701
+ "type": "address"
702
+ },
703
+ {
704
+ "internalType": "bytes",
705
+ "name": "data",
706
+ "type": "bytes"
707
+ }
708
+ ],
709
+ "internalType": "struct IRegistry.ObjectInfo",
710
+ "name": "info",
711
+ "type": "tuple"
712
+ }
713
+ ],
714
+ "stateMutability": "view",
715
+ "type": "function"
716
+ },
717
+ {
718
+ "inputs": [],
719
+ "name": "getNftId",
720
+ "outputs": [
721
+ {
722
+ "internalType": "NftId",
723
+ "name": "",
724
+ "type": "uint96"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "getOwner",
733
+ "outputs": [
734
+ {
735
+ "internalType": "address",
736
+ "name": "",
737
+ "type": "address"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "getRegistry",
746
+ "outputs": [
747
+ {
748
+ "internalType": "contract IRegistry",
749
+ "name": "",
750
+ "type": "address"
751
+ }
752
+ ],
753
+ "stateMutability": "view",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [],
758
+ "name": "getRelease",
759
+ "outputs": [
760
+ {
761
+ "internalType": "VersionPart",
762
+ "name": "release",
763
+ "type": "uint8"
764
+ }
765
+ ],
766
+ "stateMutability": "pure",
767
+ "type": "function"
768
+ },
769
+ {
770
+ "inputs": [],
771
+ "name": "getRoleId",
772
+ "outputs": [
773
+ {
774
+ "internalType": "RoleId",
775
+ "name": "serviceRoleId",
776
+ "type": "uint64"
777
+ }
778
+ ],
779
+ "stateMutability": "pure",
780
+ "type": "function"
781
+ },
782
+ {
783
+ "inputs": [],
784
+ "name": "getVersion",
785
+ "outputs": [
786
+ {
787
+ "internalType": "Version",
788
+ "name": "",
789
+ "type": "uint24"
790
+ }
791
+ ],
792
+ "stateMutability": "pure",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [
797
+ {
798
+ "internalType": "address",
799
+ "name": "activatedBy",
800
+ "type": "address"
801
+ },
802
+ {
803
+ "internalType": "bytes",
804
+ "name": "data",
805
+ "type": "bytes"
806
+ }
807
+ ],
808
+ "name": "initializeVersionable",
809
+ "outputs": [],
810
+ "stateMutability": "nonpayable",
811
+ "type": "function"
812
+ },
813
+ {
814
+ "inputs": [],
815
+ "name": "isConsumingScheduledOp",
816
+ "outputs": [
817
+ {
818
+ "internalType": "bytes4",
819
+ "name": "",
820
+ "type": "bytes4"
821
+ }
822
+ ],
823
+ "stateMutability": "view",
824
+ "type": "function"
825
+ },
826
+ {
827
+ "inputs": [],
828
+ "name": "linkToRegisteredNftId",
829
+ "outputs": [
830
+ {
831
+ "internalType": "NftId",
832
+ "name": "nftId",
833
+ "type": "uint96"
834
+ }
835
+ ],
836
+ "stateMutability": "nonpayable",
837
+ "type": "function"
838
+ },
839
+ {
840
+ "inputs": [
841
+ {
842
+ "internalType": "contract IInstance",
843
+ "name": "instance",
844
+ "type": "address"
845
+ },
846
+ {
847
+ "internalType": "address",
848
+ "name": "token",
849
+ "type": "address"
850
+ },
851
+ {
852
+ "internalType": "NftId",
853
+ "name": "productNftId",
854
+ "type": "uint96"
855
+ },
856
+ {
857
+ "internalType": "NftId",
858
+ "name": "applicationNftId",
859
+ "type": "uint96"
860
+ },
861
+ {
862
+ "internalType": "NftId",
863
+ "name": "bundleNftId",
864
+ "type": "uint96"
865
+ },
866
+ {
867
+ "internalType": "Amount",
868
+ "name": "sumInsuredAmount",
869
+ "type": "uint96"
870
+ }
871
+ ],
872
+ "name": "lockCollateral",
873
+ "outputs": [
874
+ {
875
+ "internalType": "Amount",
876
+ "name": "totalCollateralAmount",
877
+ "type": "uint96"
878
+ },
879
+ {
880
+ "internalType": "Amount",
881
+ "name": "localCollateralAmount",
882
+ "type": "uint96"
883
+ }
884
+ ],
885
+ "stateMutability": "nonpayable",
886
+ "type": "function"
887
+ },
888
+ {
889
+ "inputs": [
890
+ {
891
+ "internalType": "NftId",
892
+ "name": "policyNftId",
893
+ "type": "uint96"
894
+ },
895
+ {
896
+ "internalType": "ClaimId",
897
+ "name": "claimId",
898
+ "type": "uint16"
899
+ },
900
+ {
901
+ "internalType": "Amount",
902
+ "name": "availableAmount",
903
+ "type": "uint96"
904
+ }
905
+ ],
906
+ "name": "processFundedClaim",
907
+ "outputs": [],
908
+ "stateMutability": "nonpayable",
909
+ "type": "function"
910
+ },
911
+ {
912
+ "inputs": [
913
+ {
914
+ "internalType": "contract IInstance",
915
+ "name": "instance",
916
+ "type": "address"
917
+ },
918
+ {
919
+ "internalType": "address",
920
+ "name": "token",
921
+ "type": "address"
922
+ },
923
+ {
924
+ "internalType": "NftId",
925
+ "name": "policyNftId",
926
+ "type": "uint96"
927
+ },
928
+ {
929
+ "components": [
930
+ {
931
+ "internalType": "NftId",
932
+ "name": "productNftId",
933
+ "type": "uint96"
934
+ },
935
+ {
936
+ "internalType": "NftId",
937
+ "name": "bundleNftId",
938
+ "type": "uint96"
939
+ },
940
+ {
941
+ "internalType": "ReferralId",
942
+ "name": "referralId",
943
+ "type": "bytes8"
944
+ },
945
+ {
946
+ "internalType": "RiskId",
947
+ "name": "riskId",
948
+ "type": "bytes8"
949
+ },
950
+ {
951
+ "internalType": "Amount",
952
+ "name": "sumInsuredAmount",
953
+ "type": "uint96"
954
+ },
955
+ {
956
+ "internalType": "Amount",
957
+ "name": "premiumAmount",
958
+ "type": "uint96"
959
+ },
960
+ {
961
+ "internalType": "Seconds",
962
+ "name": "lifetime",
963
+ "type": "uint40"
964
+ },
965
+ {
966
+ "internalType": "bytes",
967
+ "name": "applicationData",
968
+ "type": "bytes"
969
+ },
970
+ {
971
+ "internalType": "bytes",
972
+ "name": "processData",
973
+ "type": "bytes"
974
+ },
975
+ {
976
+ "internalType": "uint16",
977
+ "name": "claimsCount",
978
+ "type": "uint16"
979
+ },
980
+ {
981
+ "internalType": "uint16",
982
+ "name": "openClaimsCount",
983
+ "type": "uint16"
984
+ },
985
+ {
986
+ "internalType": "Amount",
987
+ "name": "claimAmount",
988
+ "type": "uint96"
989
+ },
990
+ {
991
+ "internalType": "Amount",
992
+ "name": "payoutAmount",
993
+ "type": "uint96"
994
+ },
995
+ {
996
+ "internalType": "Timestamp",
997
+ "name": "activatedAt",
998
+ "type": "uint40"
999
+ },
1000
+ {
1001
+ "internalType": "Timestamp",
1002
+ "name": "expiredAt",
1003
+ "type": "uint40"
1004
+ },
1005
+ {
1006
+ "internalType": "Timestamp",
1007
+ "name": "closedAt",
1008
+ "type": "uint40"
1009
+ }
1010
+ ],
1011
+ "internalType": "struct IPolicy.PolicyInfo",
1012
+ "name": "policyInfo",
1013
+ "type": "tuple"
1014
+ },
1015
+ {
1016
+ "internalType": "Amount",
1017
+ "name": "payoutAmount",
1018
+ "type": "uint96"
1019
+ }
1020
+ ],
1021
+ "name": "processPayout",
1022
+ "outputs": [],
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "internalType": "NftId",
1030
+ "name": "bundleNftId",
1031
+ "type": "uint96"
1032
+ },
1033
+ {
1034
+ "components": [
1035
+ {
1036
+ "internalType": "Amount",
1037
+ "name": "productFeeAmount",
1038
+ "type": "uint96"
1039
+ },
1040
+ {
1041
+ "internalType": "Amount",
1042
+ "name": "distributionFeeAndCommissionAmount",
1043
+ "type": "uint96"
1044
+ },
1045
+ {
1046
+ "internalType": "Amount",
1047
+ "name": "poolPremiumAndFeeAmount",
1048
+ "type": "uint96"
1049
+ },
1050
+ {
1051
+ "internalType": "Amount",
1052
+ "name": "netPremiumAmount",
1053
+ "type": "uint96"
1054
+ },
1055
+ {
1056
+ "internalType": "Amount",
1057
+ "name": "fullPremiumAmount",
1058
+ "type": "uint96"
1059
+ },
1060
+ {
1061
+ "internalType": "Amount",
1062
+ "name": "premiumAmount",
1063
+ "type": "uint96"
1064
+ },
1065
+ {
1066
+ "internalType": "Amount",
1067
+ "name": "productFeeFixAmount",
1068
+ "type": "uint96"
1069
+ },
1070
+ {
1071
+ "internalType": "Amount",
1072
+ "name": "poolFeeFixAmount",
1073
+ "type": "uint96"
1074
+ },
1075
+ {
1076
+ "internalType": "Amount",
1077
+ "name": "bundleFeeFixAmount",
1078
+ "type": "uint96"
1079
+ },
1080
+ {
1081
+ "internalType": "Amount",
1082
+ "name": "distributionFeeFixAmount",
1083
+ "type": "uint96"
1084
+ },
1085
+ {
1086
+ "internalType": "Amount",
1087
+ "name": "productFeeVarAmount",
1088
+ "type": "uint96"
1089
+ },
1090
+ {
1091
+ "internalType": "Amount",
1092
+ "name": "poolFeeVarAmount",
1093
+ "type": "uint96"
1094
+ },
1095
+ {
1096
+ "internalType": "Amount",
1097
+ "name": "bundleFeeVarAmount",
1098
+ "type": "uint96"
1099
+ },
1100
+ {
1101
+ "internalType": "Amount",
1102
+ "name": "distributionFeeVarAmount",
1103
+ "type": "uint96"
1104
+ },
1105
+ {
1106
+ "internalType": "Amount",
1107
+ "name": "distributionOwnerFeeFixAmount",
1108
+ "type": "uint96"
1109
+ },
1110
+ {
1111
+ "internalType": "Amount",
1112
+ "name": "distributionOwnerFeeVarAmount",
1113
+ "type": "uint96"
1114
+ },
1115
+ {
1116
+ "internalType": "Amount",
1117
+ "name": "commissionAmount",
1118
+ "type": "uint96"
1119
+ },
1120
+ {
1121
+ "internalType": "Amount",
1122
+ "name": "discountAmount",
1123
+ "type": "uint96"
1124
+ }
1125
+ ],
1126
+ "internalType": "struct IPolicy.PremiumInfo",
1127
+ "name": "premium",
1128
+ "type": "tuple"
1129
+ }
1130
+ ],
1131
+ "name": "processSale",
1132
+ "outputs": [],
1133
+ "stateMutability": "nonpayable",
1134
+ "type": "function"
1135
+ },
1136
+ {
1137
+ "inputs": [
1138
+ {
1139
+ "internalType": "contract IInstance",
1140
+ "name": "instance",
1141
+ "type": "address"
1142
+ },
1143
+ {
1144
+ "internalType": "address",
1145
+ "name": "token",
1146
+ "type": "address"
1147
+ },
1148
+ {
1149
+ "internalType": "NftId",
1150
+ "name": "policyNftId",
1151
+ "type": "uint96"
1152
+ },
1153
+ {
1154
+ "components": [
1155
+ {
1156
+ "internalType": "NftId",
1157
+ "name": "productNftId",
1158
+ "type": "uint96"
1159
+ },
1160
+ {
1161
+ "internalType": "NftId",
1162
+ "name": "bundleNftId",
1163
+ "type": "uint96"
1164
+ },
1165
+ {
1166
+ "internalType": "ReferralId",
1167
+ "name": "referralId",
1168
+ "type": "bytes8"
1169
+ },
1170
+ {
1171
+ "internalType": "RiskId",
1172
+ "name": "riskId",
1173
+ "type": "bytes8"
1174
+ },
1175
+ {
1176
+ "internalType": "Amount",
1177
+ "name": "sumInsuredAmount",
1178
+ "type": "uint96"
1179
+ },
1180
+ {
1181
+ "internalType": "Amount",
1182
+ "name": "premiumAmount",
1183
+ "type": "uint96"
1184
+ },
1185
+ {
1186
+ "internalType": "Seconds",
1187
+ "name": "lifetime",
1188
+ "type": "uint40"
1189
+ },
1190
+ {
1191
+ "internalType": "bytes",
1192
+ "name": "applicationData",
1193
+ "type": "bytes"
1194
+ },
1195
+ {
1196
+ "internalType": "bytes",
1197
+ "name": "processData",
1198
+ "type": "bytes"
1199
+ },
1200
+ {
1201
+ "internalType": "uint16",
1202
+ "name": "claimsCount",
1203
+ "type": "uint16"
1204
+ },
1205
+ {
1206
+ "internalType": "uint16",
1207
+ "name": "openClaimsCount",
1208
+ "type": "uint16"
1209
+ },
1210
+ {
1211
+ "internalType": "Amount",
1212
+ "name": "claimAmount",
1213
+ "type": "uint96"
1214
+ },
1215
+ {
1216
+ "internalType": "Amount",
1217
+ "name": "payoutAmount",
1218
+ "type": "uint96"
1219
+ },
1220
+ {
1221
+ "internalType": "Timestamp",
1222
+ "name": "activatedAt",
1223
+ "type": "uint40"
1224
+ },
1225
+ {
1226
+ "internalType": "Timestamp",
1227
+ "name": "expiredAt",
1228
+ "type": "uint40"
1229
+ },
1230
+ {
1231
+ "internalType": "Timestamp",
1232
+ "name": "closedAt",
1233
+ "type": "uint40"
1234
+ }
1235
+ ],
1236
+ "internalType": "struct IPolicy.PolicyInfo",
1237
+ "name": "policyInfo",
1238
+ "type": "tuple"
1239
+ }
1240
+ ],
1241
+ "name": "releaseCollateral",
1242
+ "outputs": [],
1243
+ "stateMutability": "nonpayable",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [
1248
+ {
1249
+ "internalType": "address",
1250
+ "name": "newAuthority",
1251
+ "type": "address"
1252
+ }
1253
+ ],
1254
+ "name": "setAuthority",
1255
+ "outputs": [],
1256
+ "stateMutability": "nonpayable",
1257
+ "type": "function"
1258
+ },
1259
+ {
1260
+ "inputs": [
1261
+ {
1262
+ "internalType": "Amount",
1263
+ "name": "maxBalanceAmount",
1264
+ "type": "uint96"
1265
+ }
1266
+ ],
1267
+ "name": "setMaxBalanceAmount",
1268
+ "outputs": [],
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [
1274
+ {
1275
+ "internalType": "NftId",
1276
+ "name": "bundleNftId",
1277
+ "type": "uint96"
1278
+ },
1279
+ {
1280
+ "internalType": "Amount",
1281
+ "name": "amount",
1282
+ "type": "uint96"
1283
+ }
1284
+ ],
1285
+ "name": "stake",
1286
+ "outputs": [
1287
+ {
1288
+ "internalType": "Amount",
1289
+ "name": "netAmount",
1290
+ "type": "uint96"
1291
+ }
1292
+ ],
1293
+ "stateMutability": "nonpayable",
1294
+ "type": "function"
1295
+ },
1296
+ {
1297
+ "inputs": [
1298
+ {
1299
+ "internalType": "bytes4",
1300
+ "name": "interfaceId",
1301
+ "type": "bytes4"
1302
+ }
1303
+ ],
1304
+ "name": "supportsInterface",
1305
+ "outputs": [
1306
+ {
1307
+ "internalType": "bool",
1308
+ "name": "",
1309
+ "type": "bool"
1310
+ }
1311
+ ],
1312
+ "stateMutability": "view",
1313
+ "type": "function"
1314
+ },
1315
+ {
1316
+ "inputs": [
1317
+ {
1318
+ "internalType": "NftId",
1319
+ "name": "bundleNftId",
1320
+ "type": "uint96"
1321
+ },
1322
+ {
1323
+ "internalType": "Amount",
1324
+ "name": "amount",
1325
+ "type": "uint96"
1326
+ }
1327
+ ],
1328
+ "name": "unstake",
1329
+ "outputs": [
1330
+ {
1331
+ "internalType": "Amount",
1332
+ "name": "netAmount",
1333
+ "type": "uint96"
1334
+ }
1335
+ ],
1336
+ "stateMutability": "nonpayable",
1337
+ "type": "function"
1338
+ },
1339
+ {
1340
+ "inputs": [
1341
+ {
1342
+ "internalType": "bytes",
1343
+ "name": "data",
1344
+ "type": "bytes"
1345
+ }
1346
+ ],
1347
+ "name": "upgradeVersionable",
1348
+ "outputs": [],
1349
+ "stateMutability": "nonpayable",
1350
+ "type": "function"
1351
+ }
1352
+ ],
1353
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615c40806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101dc575f3560e01c806376b707b711610109578063ada9652e1161009e578063d0d63b091161006e578063d0d63b09146104b2578063db02f7d3146104c5578063e1f216fa146104d8578063fb3bcd1f146104eb575f80fd5b8063ada9652e1461047c578063b68d180914610490578063bca99e3914610497578063bf7e214f146104aa575f80fd5b80638899278a116100d95780638899278a14610438578063893d20e8146104405780638e4a508e146104485780638fb360371461045b575f80fd5b806376b707b7146103b05780637a9e5e4b146103ca57806384a710fa146103dd57806384d1f7cf14610425575f80fd5b8063329d6e741161017f578063644c45e01161014f578063644c45e01461032d5780636c1e9dff1461034a5780636c741e781461035d5780637225ed011461037d575f80fd5b8063329d6e74146102cf57806332f9f3df146102e257806349bb9e4b146102f55780635ab1bd5314610308575f80fd5b8063138461e0116101ba578063138461e0146102525780631eff4b221461027257806326889b09146102a7578063329c71c0146102ba575f80fd5b806301ffc9a7146101e05780630d8e6e2c146102215780630fec111c1461023d575b5f80fd5b61020c6101ee3660046146c1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296104fe565b60405162ffffff9091168152602001610218565b610245610585565b6040516102189190614716565b61025a610743565b6040516001600160601b039091168152602001610218565b6102997f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61025a6102b53660046147ce565b61074d565b6102cd6102c8366004614805565b610c1e565b005b6102cd6102dd3660046149b1565b610dff565b6102cd6102f0366004614bba565b610f49565b6102cd610303366004614c2a565b6110c8565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b5f80516020615bab833981519152546001600160601b031661025a565b61025a6103583660046147ce565b6111c4565b610365611881565b6040516001600160401b039091168152602001610218565b61039061038b366004614c76565b61190d565b604080516001600160601b03938416815292909116602083015201610218565b6103b8611b87565b60405160ff9091168152602001610218565b6102cd6103d8366004614cac565b611bfb565b6103f06103eb366004614cc7565b611c81565b60405161021894939291906001600160601b039485168152928416602084015292166040820152901515606082015260800190565b610390610433366004614d04565b611da5565b610299600381565b610315612099565b6102cd610456366004614805565b6121ca565b6104636123a4565b6040516001600160e01b03199091168152602001610218565b6102995f80516020615bab83398151915281565b600f6103b8565b6102cd6104a5366004614805565b6123d9565b6103156125e7565b6102cd6104c0366004614805565b612602565b6102cd6104d3366004614d82565b612b61565b6102cd6104e6366004614e06565b612f77565b6102cd6104f9366004614e33565b613304565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561055c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105809190614fbd565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106599190614fea565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106a1612099565b6001600160a01b031681526020018260010180546106be90615005565b80601f01602080910402602001604051908101604052809291908181526020018280546106ea90615005565b80156107355780601f1061070c57610100808354040283529160200191610735565b820191905f5260205f20905b81548152906001019060200180831161071857829003601f168201915b505050505081525091505090565b5f610580306135b5565b5f61075983601f6137ae565b5f80610763613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c8919061503d565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610807573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082b919061503d565b604051634793b4ab60e01b81526001600160601b03891660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa15801561087a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108a19190810190615103565b90506108b0815f015186613924565b156108e657604051630a49ea2360e01b81526001600160601b03808a166004830152861660248201526044015b60405180910390fd5b600254604051631696791160e11b81526001600160a01b0386811660048301526001600160601b03808c1660248401528a1660448301525f921690632d2cf222906064016020604051808303815f875af1158015610946573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061096a9190614fea565b905080965060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a284888473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a009190614fea565b6040518563ffffffff1660e01b8152600401610a1f94939291906151c7565b5f604051808303815f87803b158015610a36575f80fd5b505af1158015610a48573d5f803e3d5ffd5b505050507f1486849121d5ae771349472444bdddfe08862a6644665b5fd7ed4cf14a51db78856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd9190614fea565b604080516001600160601b03928316815289831660208201528c8316818301528483166060820152918a166080830152519081900360a00190a16040516357f80bbf60e01b81526001600160601b03871660048201526001600160a01b038516906357f80bbf9060240160e060405180830381865afa158015610b52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b769190615208565b60600151610c12575f610b916001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c02919061503d565b9050610c108588838b6139b0565b505b50505050505092915050565b5f80610c28613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8d919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091506001600160a01b038216906357f80bbf9060240160e060405180830381865afa158015610cdb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cff9190615208565b60600151610d2b5760405163664958ad60e01b81526001600160601b03841660048201526024016108dd565b5f610d3e6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03861660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610daf919061503d565b90507ff93784364e35bd9d02fb31e12793254279ee0381ed65b4fa39ee297b22fdd79a848287604051610de49392919061529b565b60405180910390a1610df8828583886139b0565b5050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610e216104fe565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8391906152db565b5f80516020615beb8339815191528054600160401b900460ff1680610eb5575080546001600160401b03808416911610155b15610ed35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610efd83613b04565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610f55335b5f36613b0c565b610f608260156137ae565b5f610f748260800151836101600151613c02565b600254602084015160405163ad328d9f60e01b81529293506001600160a01b039091169163ad328d9f91610fb0918991889187906004016151c7565b5f604051808303815f87803b158015610fc7575f80fd5b505af1158015610fd9573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663d44f8a4b866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561103c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110609190614fea565b86846040518463ffffffff1660e01b81526004016110809392919061529b565b6020604051808303815f875af115801561109c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110c09190614fea565b505050505050565b5f80516020615beb8339815191528054600160401b810460ff1615906001600160401b03165f811580156110f95750825b90505f826001600160401b031660011480156111145750303b155b905081158015611122575080155b156111405760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561116a57845460ff60401b1916600160401b1785555b6111748787613c87565b83156111bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f6111d083601f6137ae565b5f806111da613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561121b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123f919061503d565b604051634793b4ab60e01b81526001600160601b03881660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa15801561128e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112b59190810190615103565b6040516357f80bbf60e01b81526001600160601b03861660048201529091505f906001600160a01b038416906357f80bbf9060240160e060405180830381865afa158015611305573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113299190615208565b9050611338825f015186613924565b1561136957604051630a49ea2360e01b81526001600160601b03808a166004830152861660248201526044016108dd565b6040516308a390bb60e21b81526001600160601b03861660048201525f906001600160a01b0385169063228e42ec90602401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190614fea565b90506113f06113e9828a613e75565b8351613ebf565b1561143457815160405163b806175d60e01b81526001600160601b0380891660048301529182166024820152818316604482015290891660648201526084016108dd565b505f6114486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f9081906001600160a01b0384169063a48f42e0906024015f60405180830381865afa158015611499573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114c091908101906153b9565b602001516040516302d764c760e21b81526001600160601b03821660048201529091505f906001600160a01b03881690630b5d931c906024015f60405180830381865afa158015611513573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261153a9190810190615472565b6101a00151604051634f69237560e11b815281516004820152602082015160248201526001600160601b038d16604482015290915073__$58e11c6004c5796aaa8c56e718245e69a2$__90639ed246ea906064016040805180830381865af41580156115a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115cc91906155e0565b60035460408051631a99b41b60e31b81529051929d509295506001600160a01b03908116945063d56cd3d593508a169163d4cda0d89160048083019260209291908290030181865afa158015611624573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611648919061503d565b898b856040518563ffffffff1660e01b815260040161166a94939291906151c7565b5f604051808303815f87803b158015611681575f80fd5b505af1158015611693573d5f803e3d5ffd5b50506002546040516325fa796b60e01b81526001600160a01b0390911692506325fa796b91506116f09089908e908d906004016001600160a01b039390931683526001600160601b03918216602084015216604082015260600190565b5f604051808303815f87803b158015611707575f80fd5b505af1158015611719573d5f803e3d5ffd5b505050507fa397b0d38fe748a8c29cce53eab5736ef0c29c156e7a9586ae8b88a8557b4145866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561177a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061179e9190614fea565b604080516001600160601b0392831681528a831660208201528d8316818301528c83166060820152918b166080830152519081900360a00190a18260600151610c10575f6117f46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611841573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611865919061503d565b90506118738689838d613f09565b505050505050505092915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600f6118a6611b87565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156118e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058091906152db565b6040516355205f0f60e01b81526001600160601b03821660048201525f908190819061199890879073__$3bac17678db7ae928afa209f2f44deec9c$__906355205f0f90602401602060405180830381865af415801561196f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611993919061560d565b613fc1565b604051632255341b60e11b81526004810182905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611a05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a29919061560d565b6040518263ffffffff1660e01b8152600401611a4791815260200190565b602060405180830381865af4158015611a62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a869190614fea565b925073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96611aac8784613fc1565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611afb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1f919061560d565b6040518263ffffffff1660e01b8152600401611b3d91815260200190565b602060405180830381865af4158015611b58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7c9190614fea565b915050935093915050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611bd7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105809190615624565b33611c046125e7565b6001600160a01b0316816001600160a01b031614611c3f5760405162d1953b60e31b81526001600160a01b03821660048201526024016108dd565b816001600160a01b03163b5f03611c74576040516361798f2f60e11b81526001600160a01b03831660048201526024016108dd565b611c7d82613fd5565b5050565b5f808080611c9086600c6137ae565b6040516302d764c760e21b81526001600160601b03871660048201526001600160a01b03881690630b5d931c906024015f60405180830381865afa158015611cda573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d019190810190615472565b60a001516040516357f80bbf60e01b81526001600160601b03821660048201529094505f906001600160a01b038916906357f80bbf9060240160e060405180830381865afa158015611d55573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d799190615208565b905080608001519150611d958160a001518260c001518861190d565b9599909850949650909450505050565b5f80611db033610f4e565b611dbb86600c6137ae565b611dc68560156137ae565b611dd184601f6137ae565b5f80611e3d8a6001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e36919061503d565b8987611c81565b600254604051634adcf90960e01b81529398509196509294509192506001600160a01b0390911690634adcf90990611e7f908d908b908b9089906004016151c7565b5f604051808303815f87803b158015611e96575f80fd5b505af1158015611ea8573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663ea48ce9b8b6001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f0b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f2f9190614fea565b8b876040518463ffffffff1660e01b8152600401611f4f9392919061529b565b6020604051808303815f875af1158015611f6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f8f9190614fea565b50801561208c575f611fa96001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03851660048201526001600160a01b03919091169063bf8e179790602401602060405180830381865afa158015611ff6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061201a919061503d565b604051634deed57960e01b81526001600160601b03808b166004830152808a166024830152871660448201529091506001600160a01b03821690634deed579906064015f604051808303815f87803b158015612074575f80fd5b505af1158015612086573d5f803e3d5ffd5b50505050505b5050965096945050505050565b5f805f80516020615bab83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612105573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612129919061563f565b156121b4576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561218a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ae919061503d565b91505090565b54600160601b90046001600160a01b0316919050565b5f806121d4613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612215573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612239919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091506001600160a01b038216906357f80bbf9060240160e060405180830381865afa158015612287573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122ab9190615208565b606001516122d75760405163664958ad60e01b81526001600160601b03841660048201526024016108dd565b5f6122ea6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03861660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612337573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235b919061503d565b90507f67e4007a2396f32c2c58b0546d5dc80e8097a965b3de4127c33f3610864416bd8482876040516123909392919061529b565b60405180910390a1610df882858388613f09565b5f80516020615bcb83398151915280545f9190600160a01b900460ff166123cb575f6121ae565b638fb3603760e01b91505090565b5f806123e3613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612424573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612448919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091505f906001600160a01b038316906357f80bbf9060240160e060405180830381865afa158015612498573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bc9190615208565b80516001600160601b038716825260408051631a99b41b60e31b8152905192935090916001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015612512573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612536919061503d565b6001600160a01b03166328802681868460ff6040518463ffffffff1660e01b815260040161256693929190615658565b5f604051808303815f87803b15801561257d575f80fd5b505af115801561258f573d5f803e3d5ffd5b5050604080516001600160601b03898116825285811660208301528a168183015290517f59c52d680289bf3ed1eaf8c98c2385d021cbc74043dd1ed596d6383f63235ffc9350908190036060019150a1505050505050565b5f80516020615bcb833981519152546001600160a01b031690565b61260d81601f6137ae565b5f80612617613865565b600254604051632aa6b2cb60e21b81526001600160a01b0380841660048301526001600160601b03881660248301529395509193505f92839291169063aa9acb2c9060440160408051808303815f875af1158015612677573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061269b91906155e0565b9150915060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a2846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612722919061503d565b8661272d8686613e75565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612774573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127989190614fea565b6040518563ffffffff1660e01b81526004016127b794939291906151c7565b5f604051808303815f87803b1580156127ce575f80fd5b505af11580156127e0573d5f803e3d5ffd5b505050507f64c75a4392ba38fee1b5a44b61e3dd0cae424d2d43eb2b0c99772efe31e1c042836001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612841573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128659190614fea565b604080516001600160601b03928316815282881660208201529188169082015260600160405180910390a161289a8282613e75565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156128f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612915919061563f565b15610df8575f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612957573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061297b919061503d565b60405163f0ea17c360e01b81526001600160601b03871660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156129c7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129ee91908101906156d0565b905080604001516001600160a01b03166354f0d84c82604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a67919061503d565b6001546001600160a01b0316604051631c5da14d60e11b81526001600160601b038b1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612ac0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae4919061503d565b612aee8787613e75565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b158015612b43575f80fd5b505af1158015612b55573d5f803e3d5ffd5b50505050505050505050565b612b6a33610f4e565b612b758360156137ae565b60208201515f612b8d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612bd9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c0091908101906153b9565b6020015190505f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c67919061503d565b905060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a282848773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa9190614fea565b6040518563ffffffff1660e01b8152600401612d1994939291906151c7565b5f604051808303815f87803b158015612d30575f80fd5b505af1158015612d42573d5f803e3d5ffd5b5050505060035f9054906101000a90046001600160a01b03166001600160a01b031663e618053f82858773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612db3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd79190614fea565b6040518563ffffffff1660e01b8152600401612df694939291906151c7565b5f604051808303815f87803b158015612e0d575f80fd5b505af1158015612e1f573d5f803e3d5ffd5b5050600254602088015160405163ad328d9f60e01b81526001600160a01b03909216935063ad328d9f9250612e5c918c918b918a906004016151c7565b5f604051808303815f87803b158015612e73575f80fd5b505af1158015612e85573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663d44f8a4b896001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ee8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0c9190614fea565b89876040518463ffffffff1660e01b8152600401612f2c9392919061529b565b6020604051808303815f875af1158015612f48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f6c9190614fea565b505050505050505050565b612f828360156137ae565b5f80612f8c613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff1919061503d565b90505f6130066001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613052573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261307991908101906153b9565b6020015160405163bd7d9d8560e01b81526001600160601b03891660048201529091505f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa1580156130cc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130f391908101906157af565b9050613102815f015183613924565b1561313e578051604051636083e75360e01b81526001600160601b03808b166004830152918216602482015290831660448201526064016108dd565b604080516001600160601b038a8116825261ffff8a16602083015288168183015290517f6a2b4f9e8a4bb9038617a047352d25c5ac3c64c4aaba95e576b978a91b6666fb9181900360600190a16040516302d764c760e21b81526001600160601b03831660048201526001600160a01b03841690630b5d931c906024015f60405180830381865afa1580156131d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131fc9190810190615472565b51156132fa575f6132156001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03851660048201526001600160a01b03919091169063bf8e179790602401602060405180830381865afa158015613262573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613286919061503d565b6040516370f90b7d60e11b81526001600160601b03808c16600483015261ffff8b166024830152891660448201529091506001600160a01b0382169063e1f216fa906064015f604051808303815f87803b1580156132e2575f80fd5b505af11580156132f4573d5f803e3d5ffd5b50505050505b5050505050505050565b61330d33610f4e565b61331882601f6137ae565b5f61332b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561337a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526133a191908101906153b9565b6020015160405163c52721a360e01b81526001600160a01b03841660048201526001600160601b0382166024820152600160448201529091505f9073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063c52721a3906064015f60405180830381865af4158015613415573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261343c9190810190615942565b9150505f8190505f6134578660e00151876101600151613e75565b90505f61346e876101000151886101800151613e75565b90505f876060015190505f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156134b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d9919061503d565b6003549091506001600160a01b031663d56cd3d582896134f98688613e75565b886040518563ffffffff1660e01b815260040161351994939291906151c7565b5f604051808303815f87803b158015613530575f80fd5b505af1158015613542573d5f803e3d5ffd5b50506003546040516325e451d360e01b81526001600160a01b0390911692506325e451d3915061357c9084908e90879089906004016151c7565b5f604051808303815f87803b158015613593575f80fd5b505af11580156135a5573d5f803e3d5ffd5b5050505050505050505050505050565b5f805f80516020615bab83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613621573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613645919061563f565b156136715780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108dd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156136c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e7919061563f565b61370f5760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108dd565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613761573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137859190614fea565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015613810573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613834919061563f565b611c7d5760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108dd565b5f805f8073__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed36138956001546001600160a01b031690565b33600f6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff166044820152600160648201526084015f60405180830381865af41580156138f1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526139189190810190615942565b90519590945092505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af4158015613985573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139a9919061563f565b9392505050565b60405163f0ea17c360e01b81526001600160601b03841660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa1580156139fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a2391908101906156d0565b905080604001516001600160a01b03166354f0d84c82604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a9c919061503d565b6040516001600160e01b031960e084901b1681526001600160a01b03918216600482015290861660248201526001600160601b03851660448201526064015b5f604051808303815f87803b158015613af2575f80fd5b505af1158015612f6c573d5f803e3d5ffd5b6101dc614035565b5f80516020615bcb8339815191525f80613b44613b276125e7565b8730613b3660045f8a8c615985565b613b3f916159ac565b61406d565b91509150816110c05763ffffffff811615613bdf57825460ff60a01b1916600160a01b178355613b726125e7565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613ba1939291906159e4565b5f604051808303815f87803b158015613bb8575f80fd5b505af1158015613bca573d5f803e3d5ffd5b5050845460ff60a01b19168555506110c09050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108dd565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015613c63573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139a99190614fea565b5f80516020615beb8339815191528054600160401b810460ff1615906001600160401b03165f81158015613cb85750825b90505f826001600160401b03166001148015613cd35750303b155b905081158015613ce1575080155b15613cff5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613d2957845460ff60401b1916600160401b1785555b5f8087806020019051810190613d3f9190615a23565b91509150613d4e82828b614175565b613d58601f6142ba565b600280546001600160a01b0319166001600160a01b0392909216919091179055613d82600b6142ba565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b0316630e9ed68b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ddd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e01919061503d565b600480546001600160a01b0319166001600160a01b0392909216919091179055613e31631b5e575560e01b614351565b505083156111bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016111b2565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401613c48565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c9060440161396a565b60405163f0ea17c360e01b81526001600160601b03841660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa158015613f55573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f7c91908101906156d0565b60408082015190516340cda00760e11b81526001600160a01b0386811660048301526001600160601b038616602483015292935091169063819b400e90604401613adb565b5f6139a98383670de0b6b3a764000061437d565b5f80516020615bcb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f80516020615beb83398151915254600160401b900460ff1661406b57604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140db9190615a50565b5f60405180830381855afa9150503d805f8114614113576040519150601f19603f3d011682016040523d82523d5f602084013e614118565b606091505b5091509150811561416a57604081511061414a57808060200190518101906141409190615a66565b909450925061416a565b602081511061416a5780806020019051810190614167919061563f565b93505b505094509492505050565b61417d614035565b61418561443c565b6001600160a01b038216156141a25761419d8261444c565b614219565b5f6141ad60026142ba565b9050614217816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156141ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614212919061503d565b61444c565b505b61429583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614259573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061427d9190614fea565b60085f8560405180602001604052805f815250614460565b6142a5634a531f3360e01b614351565b6142b563daf9067160e01b614351565b505050565b5f6142cd6001546001600160a01b031690565b6001600160a01b031663d39e6043836142e4611b87565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614327573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061434b919061503d565b92915050565b614359614035565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f838302815f1985870982811083820303915050805f036143b1578382816143a7576143a7615a98565b04925050506139a9565b8084116143d15760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b614444614035565b61406b6144fb565b614454614035565b61445d81614529565b50565b614468614035565b614472868361453a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016132fa8382615af0565b614503614035565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614531614035565b61445d81613fd5565b614542614035565b61454b826145b0565b61455361467c565b6001600160a01b03811661457a5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615bab83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6145b8614035565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561460e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614632919061563f565b61465a5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108dd565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614684614035565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f602082840312156146d1575f80fd5b81356001600160e01b0319811681146139a9575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161475e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526147a26101008401826146e8565b949350505050565b6001600160601b038116811461445d575f80fd5b80356147c9816147aa565b919050565b5f80604083850312156147df575f80fd5b82356147ea816147aa565b915060208301356147fa816147aa565b809150509250929050565b5f60208284031215614815575f80fd5b81356139a9816147aa565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b038111828210171561485757614857614820565b60405290565b60405161024081016001600160401b038111828210171561485757614857614820565b60405160c081016001600160401b038111828210171561485757614857614820565b60405160e081016001600160401b038111828210171561485757614857614820565b6040516101e081016001600160401b038111828210171561485757614857614820565b604051608081016001600160401b038111828210171561485757614857614820565b604051601f8201601f191681016001600160401b038111828210171561493157614931614820565b604052919050565b5f6001600160401b0382111561495157614951614820565b50601f01601f191660200190565b5f82601f83011261496e575f80fd5b813561498161497c82614939565b614909565b818152846020838601011115614995575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156149c1575f80fd5b81356001600160401b038111156149d6575f80fd5b6147a28482850161495f565b6001600160a01b038116811461445d575f80fd5b6001600160c01b03198116811461445d575f80fd5b80356147c9816149f6565b64ffffffffff8116811461445d575f80fd5b80356147c981614a16565b61ffff8116811461445d575f80fd5b80356147c981614a33565b5f6102008284031215614a5e575f80fd5b614a66614834565b9050614a71826147be565b8152614a7f602083016147be565b6020820152614a9060408301614a0b565b6040820152614aa160608301614a0b565b6060820152614ab2608083016147be565b6080820152614ac360a083016147be565b60a0820152614ad460c08301614a28565b60c082015260e08201356001600160401b03811115614af1575f80fd5b614afd8482850161495f565b60e0830152506101008201356001600160401b03811115614b1c575f80fd5b614b288482850161495f565b61010083015250614b3c6101208301614a42565b610120820152614b4f6101408301614a42565b610140820152614b6261016083016147be565b610160820152614b7561018083016147be565b610180820152614b886101a08301614a28565b6101a0820152614b9b6101c08301614a28565b6101c0820152614bae6101e08301614a28565b6101e082015292915050565b5f805f8060808587031215614bcd575f80fd5b8435614bd8816149e2565b93506020850135614be8816149e2565b92506040850135614bf8816147aa565b915060608501356001600160401b03811115614c12575f80fd5b614c1e87828801614a4d565b91505092959194509250565b5f8060408385031215614c3b575f80fd5b8235614c46816149e2565b915060208301356001600160401b03811115614c60575f80fd5b614c6c8582860161495f565b9150509250929050565b5f805f60608486031215614c88575f80fd5b83359250602084013591506040840135614ca1816147aa565b809150509250925092565b5f60208284031215614cbc575f80fd5b81356139a9816149e2565b5f805f60608486031215614cd9575f80fd5b8335614ce4816149e2565b92506020840135614cf4816147aa565b91506040840135614ca1816147aa565b5f805f805f8060c08789031215614d19575f80fd5b8635614d24816149e2565b95506020870135614d34816149e2565b94506040870135614d44816147aa565b93506060870135614d54816147aa565b92506080870135614d64816147aa565b915060a0870135614d74816147aa565b809150509295509295509295565b5f805f805f60a08688031215614d96575f80fd5b8535614da1816149e2565b94506020860135614db1816149e2565b93506040860135614dc1816147aa565b925060608601356001600160401b03811115614ddb575f80fd5b614de788828901614a4d565b9250506080860135614df8816147aa565b809150509295509295909350565b5f805f60608486031215614e18575f80fd5b8335614e23816147aa565b92506020840135614cf481614a33565b5f80828403610260811215614e46575f80fd5b8335614e51816147aa565b9250610240601f1982011215614e65575f80fd5b50614e6e61485d565b614e7a602085016147be565b8152614e88604085016147be565b6020820152614e99606085016147be565b6040820152614eaa608085016147be565b6060820152614ebb60a085016147be565b6080820152614ecc60c085016147be565b60a0820152614edd60e085016147be565b60c0820152614eef61010085016147be565b60e0820152614f0161012085016147be565b610100820152614f1461014085016147be565b610120820152614f2761016085016147be565b610140820152614f3a61018085016147be565b610160820152614f4d6101a085016147be565b610180820152614f606101c085016147be565b6101a0820152614f736101e085016147be565b6101c0820152614f8661020085016147be565b6101e0820152614f9961022085016147be565b610200820152614fac61024085016147be565b610220820152809150509250929050565b5f60208284031215614fcd575f80fd5b815162ffffff811681146139a9575f80fd5b80516147c9816147aa565b5f60208284031215614ffa575f80fd5b81516139a9816147aa565b600181811c9082168061501957607f821691505b60208210810361503757634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561504d575f80fd5b81516139a9816149e2565b5f60408284031215615068575f80fd5b604080519081016001600160401b038111828210171561508a5761508a614820565b604052825181526020928301519281019290925250919050565b5f6150b161497c84614939565b90508281528383830111156150c4575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126150e9575f80fd5b6139a9838351602085016150a4565b80516147c981614a16565b5f60208284031215615113575f80fd5b81516001600160401b03811115615128575f80fd5b820160e08185031215615139575f80fd5b615141614880565b815161514c816147aa565b815261515b8560208401615058565b602082015260608201516001600160401b03811115615178575f80fd5b615184868285016150da565b604083015250608082015161519881614a16565b60608201526151a960a083016150f8565b60808201526151ba60c083016150f8565b60a0820152949350505050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b805180151581146147c9575f80fd5b5f60e0828403128015615219575f80fd5b506152226148a2565b825161522d816147aa565b815261523b602084016151f9565b602082015261524c604084016151f9565b604082015261525d606084016151f9565b606082015261526e608084016151f9565b608082015260a0838101519082015260c0928301519281019290925250919050565b80516147c9816149e2565b6001600160601b0393841681526001600160a01b03929092166020830152909116604082015260600190565b6001600160401b038116811461445d575f80fd5b5f602082840312156152eb575f80fd5b81516139a9816152c7565b60ff8116811461445d575f80fd5b80516147c9816152f6565b5f60e0828403121561531f575f80fd5b6153276148a2565b905061533282614fdf565b815261534060208301614fdf565b602082015261535160408301615304565b6040820152615362606083016151f9565b606082015261537360808301615290565b608082015261538460a08301615290565b60a082015260c08201516001600160401b038111156153a1575f80fd5b6153ad848285016150da565b60c08301525092915050565b5f602082840312156153c9575f80fd5b81516001600160401b038111156153de575f80fd5b6147a28482850161530f565b5f82601f8301126153f9575f80fd5b81516001600160401b0381111561541257615412614820565b8060051b61542260208201614909565b9182526020818501810192908101908684111561543d575f80fd5b6020860192505b83831015615468578251615457816147aa565b825260209283019290910190615444565b9695505050505050565b5f60208284031215615482575f80fd5b81516001600160401b03811115615497575f80fd5b82016102c081850312156154a9575f80fd5b6154b16148c4565b6154ba826151f9565b81526154c8602083016151f9565b60208201526154d9604083016151f9565b60408201526154ea60608301615304565b60608201526154fb60808301615304565b608082015261550c60a08301614fdf565b60a082015261551d60c08301614fdf565b60c082015260e08201516001600160401b0381111561553a575f80fd5b615546868285016153ea565b60e08301525061555a856101008401615058565b61010082015261556e856101408401615058565b610120820152615582856101808401615058565b610140820152615596856101c08401615058565b6101608201526155aa856102008401615058565b6101808201526155be856102408401615058565b6101a08201526155d2856102808401615058565b6101c0820152949350505050565b5f80604083850312156155f1575f80fd5b82516155fc816147aa565b60208401519092506147fa816147aa565b5f6020828403121561561d575f80fd5b5051919050565b5f60208284031215615634575f80fd5b81516139a9816152f6565b5f6020828403121561564f575f80fd5b6139a9826151f9565b5f610120820190506001600160601b03851682526001600160601b0384511660208301526020840151151560408301526040840151151560608301526060840151151560808301526080840151151560a083015260a084015160c083015260c084015160e08301526147a261010083018460ff169052565b5f602082840312156156e0575f80fd5b81516001600160401b038111156156f5575f80fd5b820160808185031215615706575f80fd5b61570e6148e7565b81516001600160401b03811115615723575f80fd5b8201601f81018613615733575f80fd5b615742868251602084016150a4565b82525061575160208301615290565b602082015261576260408301615290565b604082015260608201516001600160401b0381111561577f575f80fd5b61578b868285016150da565b606083015250949350505050565b80516147c9816149f6565b80516147c981614a33565b5f602082840312156157bf575f80fd5b81516001600160401b038111156157d4575f80fd5b820161020081850312156157e6575f80fd5b6157ee614834565b6157f782614fdf565b815261580560208301614fdf565b602082015261581660408301615799565b604082015261582760608301615799565b606082015261583860808301614fdf565b608082015261584960a08301614fdf565b60a082015261585a60c083016150f8565b60c082015260e08201516001600160401b03811115615877575f80fd5b615883868285016150da565b60e0830152506101008201516001600160401b038111156158a2575f80fd5b6158ae868285016150da565b610100830152506158c261012083016157a4565b6101208201526158d561014083016157a4565b6101408201526158e86101608301614fdf565b6101608201526158fb6101808301614fdf565b61018082015261590e6101a083016150f8565b6101a08201526159216101c083016150f8565b6101c08201526159346101e083016150f8565b6101e0820152949350505050565b5f8060408385031215615953575f80fd5b82516001600160401b03811115615968575f80fd5b6159748582860161530f565b92505060208301516147fa816149e2565b5f8085851115615993575f80fd5b8386111561599f575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156159dd576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615a34575f80fd5b8251615a3f816149e2565b60208401519092506147fa816149e2565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a77575f80fd5b615a80836151f9565b9150602083015163ffffffff811681146147fa575f80fd5b634e487b7160e01b5f52601260045260245ffd5b601f8211156142b557805f5260205f20601f840160051c81016020851015615ad15750805b601f840160051c820191505b81811015610df8575f8155600101615add565b81516001600160401b03811115615b0957615b09614820565b615b1d81615b178454615005565b84615aac565b6020601f821160018114615b4f575f8315615b385750848201515b5f19600385901b1c1916600184901b178455610df8565b5f84815260208120601f198516915b82811015615b7e5787850151825560209485019460019092019101615b5e565b5084821015615b9b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212208a043b04c40cc7d6d28cfbb814c1dfbf02a6e7cbe85a8b742431d7d71936be5564736f6c634300081a0033",
1354
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101dc575f3560e01c806376b707b711610109578063ada9652e1161009e578063d0d63b091161006e578063d0d63b09146104b2578063db02f7d3146104c5578063e1f216fa146104d8578063fb3bcd1f146104eb575f80fd5b8063ada9652e1461047c578063b68d180914610490578063bca99e3914610497578063bf7e214f146104aa575f80fd5b80638899278a116100d95780638899278a14610438578063893d20e8146104405780638e4a508e146104485780638fb360371461045b575f80fd5b806376b707b7146103b05780637a9e5e4b146103ca57806384a710fa146103dd57806384d1f7cf14610425575f80fd5b8063329d6e741161017f578063644c45e01161014f578063644c45e01461032d5780636c1e9dff1461034a5780636c741e781461035d5780637225ed011461037d575f80fd5b8063329d6e74146102cf57806332f9f3df146102e257806349bb9e4b146102f55780635ab1bd5314610308575f80fd5b8063138461e0116101ba578063138461e0146102525780631eff4b221461027257806326889b09146102a7578063329c71c0146102ba575f80fd5b806301ffc9a7146101e05780630d8e6e2c146102215780630fec111c1461023d575b5f80fd5b61020c6101ee3660046146c1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296104fe565b60405162ffffff9091168152602001610218565b610245610585565b6040516102189190614716565b61025a610743565b6040516001600160601b039091168152602001610218565b6102997f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61025a6102b53660046147ce565b61074d565b6102cd6102c8366004614805565b610c1e565b005b6102cd6102dd3660046149b1565b610dff565b6102cd6102f0366004614bba565b610f49565b6102cd610303366004614c2a565b6110c8565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b5f80516020615bab833981519152546001600160601b031661025a565b61025a6103583660046147ce565b6111c4565b610365611881565b6040516001600160401b039091168152602001610218565b61039061038b366004614c76565b61190d565b604080516001600160601b03938416815292909116602083015201610218565b6103b8611b87565b60405160ff9091168152602001610218565b6102cd6103d8366004614cac565b611bfb565b6103f06103eb366004614cc7565b611c81565b60405161021894939291906001600160601b039485168152928416602084015292166040820152901515606082015260800190565b610390610433366004614d04565b611da5565b610299600381565b610315612099565b6102cd610456366004614805565b6121ca565b6104636123a4565b6040516001600160e01b03199091168152602001610218565b6102995f80516020615bab83398151915281565b600f6103b8565b6102cd6104a5366004614805565b6123d9565b6103156125e7565b6102cd6104c0366004614805565b612602565b6102cd6104d3366004614d82565b612b61565b6102cd6104e6366004614e06565b612f77565b6102cd6104f9366004614e33565b613304565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561055c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105809190614fbd565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106599190614fea565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106a1612099565b6001600160a01b031681526020018260010180546106be90615005565b80601f01602080910402602001604051908101604052809291908181526020018280546106ea90615005565b80156107355780601f1061070c57610100808354040283529160200191610735565b820191905f5260205f20905b81548152906001019060200180831161071857829003601f168201915b505050505081525091505090565b5f610580306135b5565b5f61075983601f6137ae565b5f80610763613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107c8919061503d565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610807573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082b919061503d565b604051634793b4ab60e01b81526001600160601b03891660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa15801561087a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108a19190810190615103565b90506108b0815f015186613924565b156108e657604051630a49ea2360e01b81526001600160601b03808a166004830152861660248201526044015b60405180910390fd5b600254604051631696791160e11b81526001600160a01b0386811660048301526001600160601b03808c1660248401528a1660448301525f921690632d2cf222906064016020604051808303815f875af1158015610946573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061096a9190614fea565b905080965060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a284888473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a009190614fea565b6040518563ffffffff1660e01b8152600401610a1f94939291906151c7565b5f604051808303815f87803b158015610a36575f80fd5b505af1158015610a48573d5f803e3d5ffd5b505050507f1486849121d5ae771349472444bdddfe08862a6644665b5fd7ed4cf14a51db78856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd9190614fea565b604080516001600160601b03928316815289831660208201528c8316818301528483166060820152918a166080830152519081900360a00190a16040516357f80bbf60e01b81526001600160601b03871660048201526001600160a01b038516906357f80bbf9060240160e060405180830381865afa158015610b52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b769190615208565b60600151610c12575f610b916001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c02919061503d565b9050610c108588838b6139b0565b505b50505050505092915050565b5f80610c28613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8d919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091506001600160a01b038216906357f80bbf9060240160e060405180830381865afa158015610cdb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cff9190615208565b60600151610d2b5760405163664958ad60e01b81526001600160601b03841660048201526024016108dd565b5f610d3e6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03861660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610daf919061503d565b90507ff93784364e35bd9d02fb31e12793254279ee0381ed65b4fa39ee297b22fdd79a848287604051610de49392919061529b565b60405180910390a1610df8828583886139b0565b5050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610e216104fe565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8391906152db565b5f80516020615beb8339815191528054600160401b900460ff1680610eb5575080546001600160401b03808416911610155b15610ed35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610efd83613b04565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610f55335b5f36613b0c565b610f608260156137ae565b5f610f748260800151836101600151613c02565b600254602084015160405163ad328d9f60e01b81529293506001600160a01b039091169163ad328d9f91610fb0918991889187906004016151c7565b5f604051808303815f87803b158015610fc7575f80fd5b505af1158015610fd9573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663d44f8a4b866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561103c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110609190614fea565b86846040518463ffffffff1660e01b81526004016110809392919061529b565b6020604051808303815f875af115801561109c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110c09190614fea565b505050505050565b5f80516020615beb8339815191528054600160401b810460ff1615906001600160401b03165f811580156110f95750825b90505f826001600160401b031660011480156111145750303b155b905081158015611122575080155b156111405760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561116a57845460ff60401b1916600160401b1785555b6111748787613c87565b83156111bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f6111d083601f6137ae565b5f806111da613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561121b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123f919061503d565b604051634793b4ab60e01b81526001600160601b03881660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa15801561128e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112b59190810190615103565b6040516357f80bbf60e01b81526001600160601b03861660048201529091505f906001600160a01b038416906357f80bbf9060240160e060405180830381865afa158015611305573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113299190615208565b9050611338825f015186613924565b1561136957604051630a49ea2360e01b81526001600160601b03808a166004830152861660248201526044016108dd565b6040516308a390bb60e21b81526001600160601b03861660048201525f906001600160a01b0385169063228e42ec90602401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190614fea565b90506113f06113e9828a613e75565b8351613ebf565b1561143457815160405163b806175d60e01b81526001600160601b0380891660048301529182166024820152818316604482015290891660648201526084016108dd565b505f6114486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091505f9081906001600160a01b0384169063a48f42e0906024015f60405180830381865afa158015611499573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114c091908101906153b9565b602001516040516302d764c760e21b81526001600160601b03821660048201529091505f906001600160a01b03881690630b5d931c906024015f60405180830381865afa158015611513573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261153a9190810190615472565b6101a00151604051634f69237560e11b815281516004820152602082015160248201526001600160601b038d16604482015290915073__$58e11c6004c5796aaa8c56e718245e69a2$__90639ed246ea906064016040805180830381865af41580156115a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115cc91906155e0565b60035460408051631a99b41b60e31b81529051929d509295506001600160a01b03908116945063d56cd3d593508a169163d4cda0d89160048083019260209291908290030181865afa158015611624573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611648919061503d565b898b856040518563ffffffff1660e01b815260040161166a94939291906151c7565b5f604051808303815f87803b158015611681575f80fd5b505af1158015611693573d5f803e3d5ffd5b50506002546040516325fa796b60e01b81526001600160a01b0390911692506325fa796b91506116f09089908e908d906004016001600160a01b039390931683526001600160601b03918216602084015216604082015260600190565b5f604051808303815f87803b158015611707575f80fd5b505af1158015611719573d5f803e3d5ffd5b505050507fa397b0d38fe748a8c29cce53eab5736ef0c29c156e7a9586ae8b88a8557b4145866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561177a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061179e9190614fea565b604080516001600160601b0392831681528a831660208201528d8316818301528c83166060820152918b166080830152519081900360a00190a18260600151610c10575f6117f46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611841573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611865919061503d565b90506118738689838d613f09565b505050505050505092915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600f6118a6611b87565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156118e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058091906152db565b6040516355205f0f60e01b81526001600160601b03821660048201525f908190819061199890879073__$3bac17678db7ae928afa209f2f44deec9c$__906355205f0f90602401602060405180830381865af415801561196f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611993919061560d565b613fc1565b604051632255341b60e11b81526004810182905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611a05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a29919061560d565b6040518263ffffffff1660e01b8152600401611a4791815260200190565b602060405180830381865af4158015611a62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a869190614fea565b925073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96611aac8784613fc1565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611afb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1f919061560d565b6040518263ffffffff1660e01b8152600401611b3d91815260200190565b602060405180830381865af4158015611b58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7c9190614fea565b915050935093915050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611bd7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105809190615624565b33611c046125e7565b6001600160a01b0316816001600160a01b031614611c3f5760405162d1953b60e31b81526001600160a01b03821660048201526024016108dd565b816001600160a01b03163b5f03611c74576040516361798f2f60e11b81526001600160a01b03831660048201526024016108dd565b611c7d82613fd5565b5050565b5f808080611c9086600c6137ae565b6040516302d764c760e21b81526001600160601b03871660048201526001600160a01b03881690630b5d931c906024015f60405180830381865afa158015611cda573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d019190810190615472565b60a001516040516357f80bbf60e01b81526001600160601b03821660048201529094505f906001600160a01b038916906357f80bbf9060240160e060405180830381865afa158015611d55573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d799190615208565b905080608001519150611d958160a001518260c001518861190d565b9599909850949650909450505050565b5f80611db033610f4e565b611dbb86600c6137ae565b611dc68560156137ae565b611dd184601f6137ae565b5f80611e3d8a6001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e36919061503d565b8987611c81565b600254604051634adcf90960e01b81529398509196509294509192506001600160a01b0390911690634adcf90990611e7f908d908b908b9089906004016151c7565b5f604051808303815f87803b158015611e96575f80fd5b505af1158015611ea8573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663ea48ce9b8b6001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f0b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f2f9190614fea565b8b876040518463ffffffff1660e01b8152600401611f4f9392919061529b565b6020604051808303815f875af1158015611f6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f8f9190614fea565b50801561208c575f611fa96001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03851660048201526001600160a01b03919091169063bf8e179790602401602060405180830381865afa158015611ff6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061201a919061503d565b604051634deed57960e01b81526001600160601b03808b166004830152808a166024830152871660448201529091506001600160a01b03821690634deed579906064015f604051808303815f87803b158015612074575f80fd5b505af1158015612086573d5f803e3d5ffd5b50505050505b5050965096945050505050565b5f805f80516020615bab83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612105573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612129919061563f565b156121b4576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561218a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ae919061503d565b91505090565b54600160601b90046001600160a01b0316919050565b5f806121d4613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612215573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612239919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091506001600160a01b038216906357f80bbf9060240160e060405180830381865afa158015612287573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122ab9190615208565b606001516122d75760405163664958ad60e01b81526001600160601b03841660048201526024016108dd565b5f6122ea6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03861660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612337573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235b919061503d565b90507f67e4007a2396f32c2c58b0546d5dc80e8097a965b3de4127c33f3610864416bd8482876040516123909392919061529b565b60405180910390a1610df882858388613f09565b5f80516020615bcb83398151915280545f9190600160a01b900460ff166123cb575f6121ae565b638fb3603760e01b91505090565b5f806123e3613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612424573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612448919061503d565b6040516357f80bbf60e01b81526001600160601b03851660048201529091505f906001600160a01b038316906357f80bbf9060240160e060405180830381865afa158015612498573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bc9190615208565b80516001600160601b038716825260408051631a99b41b60e31b8152905192935090916001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015612512573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612536919061503d565b6001600160a01b03166328802681868460ff6040518463ffffffff1660e01b815260040161256693929190615658565b5f604051808303815f87803b15801561257d575f80fd5b505af115801561258f573d5f803e3d5ffd5b5050604080516001600160601b03898116825285811660208301528a168183015290517f59c52d680289bf3ed1eaf8c98c2385d021cbc74043dd1ed596d6383f63235ffc9350908190036060019150a1505050505050565b5f80516020615bcb833981519152546001600160a01b031690565b61260d81601f6137ae565b5f80612617613865565b600254604051632aa6b2cb60e21b81526001600160a01b0380841660048301526001600160601b03881660248301529395509193505f92839291169063aa9acb2c9060440160408051808303815f875af1158015612677573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061269b91906155e0565b9150915060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a2846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612722919061503d565b8661272d8686613e75565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612774573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127989190614fea565b6040518563ffffffff1660e01b81526004016127b794939291906151c7565b5f604051808303815f87803b1580156127ce575f80fd5b505af11580156127e0573d5f803e3d5ffd5b505050507f64c75a4392ba38fee1b5a44b61e3dd0cae424d2d43eb2b0c99772efe31e1c042836001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612841573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128659190614fea565b604080516001600160601b03928316815282881660208201529188169082015260600160405180910390a161289a8282613e75565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156128f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612915919061563f565b15610df8575f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612957573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061297b919061503d565b60405163f0ea17c360e01b81526001600160601b03871660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156129c7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129ee91908101906156d0565b905080604001516001600160a01b03166354f0d84c82604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a67919061503d565b6001546001600160a01b0316604051631c5da14d60e11b81526001600160601b038b1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612ac0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae4919061503d565b612aee8787613e75565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b158015612b43575f80fd5b505af1158015612b55573d5f803e3d5ffd5b50505050505050505050565b612b6a33610f4e565b612b758360156137ae565b60208201515f612b8d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612bd9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c0091908101906153b9565b6020015190505f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c67919061503d565b905060035f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a282848773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa9190614fea565b6040518563ffffffff1660e01b8152600401612d1994939291906151c7565b5f604051808303815f87803b158015612d30575f80fd5b505af1158015612d42573d5f803e3d5ffd5b5050505060035f9054906101000a90046001600160a01b03166001600160a01b031663e618053f82858773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612db3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd79190614fea565b6040518563ffffffff1660e01b8152600401612df694939291906151c7565b5f604051808303815f87803b158015612e0d575f80fd5b505af1158015612e1f573d5f803e3d5ffd5b5050600254602088015160405163ad328d9f60e01b81526001600160a01b03909216935063ad328d9f9250612e5c918c918b918a906004016151c7565b5f604051808303815f87803b158015612e73575f80fd5b505af1158015612e85573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b031663d44f8a4b896001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ee8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0c9190614fea565b89876040518463ffffffff1660e01b8152600401612f2c9392919061529b565b6020604051808303815f875af1158015612f48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f6c9190614fea565b505050505050505050565b612f828360156137ae565b5f80612f8c613865565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff1919061503d565b90505f6130066001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613052573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261307991908101906153b9565b6020015160405163bd7d9d8560e01b81526001600160601b03891660048201529091505f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa1580156130cc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130f391908101906157af565b9050613102815f015183613924565b1561313e578051604051636083e75360e01b81526001600160601b03808b166004830152918216602482015290831660448201526064016108dd565b604080516001600160601b038a8116825261ffff8a16602083015288168183015290517f6a2b4f9e8a4bb9038617a047352d25c5ac3c64c4aaba95e576b978a91b6666fb9181900360600190a16040516302d764c760e21b81526001600160601b03831660048201526001600160a01b03841690630b5d931c906024015f60405180830381865afa1580156131d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131fc9190810190615472565b51156132fa575f6132156001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03851660048201526001600160a01b03919091169063bf8e179790602401602060405180830381865afa158015613262573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613286919061503d565b6040516370f90b7d60e11b81526001600160601b03808c16600483015261ffff8b166024830152891660448201529091506001600160a01b0382169063e1f216fa906064015f604051808303815f87803b1580156132e2575f80fd5b505af11580156132f4573d5f803e3d5ffd5b50505050505b5050505050505050565b61330d33610f4e565b61331882601f6137ae565b5f61332b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561337a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526133a191908101906153b9565b6020015160405163c52721a360e01b81526001600160a01b03841660048201526001600160601b0382166024820152600160448201529091505f9073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063c52721a3906064015f60405180830381865af4158015613415573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261343c9190810190615942565b9150505f8190505f6134578660e00151876101600151613e75565b90505f61346e876101000151886101800151613e75565b90505f876060015190505f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156134b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d9919061503d565b6003549091506001600160a01b031663d56cd3d582896134f98688613e75565b886040518563ffffffff1660e01b815260040161351994939291906151c7565b5f604051808303815f87803b158015613530575f80fd5b505af1158015613542573d5f803e3d5ffd5b50506003546040516325e451d360e01b81526001600160a01b0390911692506325e451d3915061357c9084908e90879089906004016151c7565b5f604051808303815f87803b158015613593575f80fd5b505af11580156135a5573d5f803e3d5ffd5b5050505050505050505050505050565b5f805f80516020615bab83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613621573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613645919061563f565b156136715780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108dd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156136c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e7919061563f565b61370f5760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108dd565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613761573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137859190614fea565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015613810573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613834919061563f565b611c7d5760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108dd565b5f805f8073__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed36138956001546001600160a01b031690565b33600f6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff166044820152600160648201526084015f60405180830381865af41580156138f1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526139189190810190615942565b90519590945092505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af4158015613985573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139a9919061563f565b9392505050565b60405163f0ea17c360e01b81526001600160601b03841660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa1580156139fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a2391908101906156d0565b905080604001516001600160a01b03166354f0d84c82604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a9c919061503d565b6040516001600160e01b031960e084901b1681526001600160a01b03918216600482015290861660248201526001600160601b03851660448201526064015b5f604051808303815f87803b158015613af2575f80fd5b505af1158015612f6c573d5f803e3d5ffd5b6101dc614035565b5f80516020615bcb8339815191525f80613b44613b276125e7565b8730613b3660045f8a8c615985565b613b3f916159ac565b61406d565b91509150816110c05763ffffffff811615613bdf57825460ff60a01b1916600160a01b178355613b726125e7565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613ba1939291906159e4565b5f604051808303815f87803b158015613bb8575f80fd5b505af1158015613bca573d5f803e3d5ffd5b5050845460ff60a01b19168555506110c09050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108dd565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015613c63573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139a99190614fea565b5f80516020615beb8339815191528054600160401b810460ff1615906001600160401b03165f81158015613cb85750825b90505f826001600160401b03166001148015613cd35750303b155b905081158015613ce1575080155b15613cff5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613d2957845460ff60401b1916600160401b1785555b5f8087806020019051810190613d3f9190615a23565b91509150613d4e82828b614175565b613d58601f6142ba565b600280546001600160a01b0319166001600160a01b0392909216919091179055613d82600b6142ba565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b0316630e9ed68b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ddd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e01919061503d565b600480546001600160a01b0319166001600160a01b0392909216919091179055613e31631b5e575560e01b614351565b505083156111bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016111b2565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401613c48565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c9060440161396a565b60405163f0ea17c360e01b81526001600160601b03841660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa158015613f55573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f7c91908101906156d0565b60408082015190516340cda00760e11b81526001600160a01b0386811660048301526001600160601b038616602483015292935091169063819b400e90604401613adb565b5f6139a98383670de0b6b3a764000061437d565b5f80516020615bcb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f80516020615beb83398151915254600160401b900460ff1661406b57604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140db9190615a50565b5f60405180830381855afa9150503d805f8114614113576040519150601f19603f3d011682016040523d82523d5f602084013e614118565b606091505b5091509150811561416a57604081511061414a57808060200190518101906141409190615a66565b909450925061416a565b602081511061416a5780806020019051810190614167919061563f565b93505b505094509492505050565b61417d614035565b61418561443c565b6001600160a01b038216156141a25761419d8261444c565b614219565b5f6141ad60026142ba565b9050614217816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156141ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614212919061503d565b61444c565b505b61429583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614259573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061427d9190614fea565b60085f8560405180602001604052805f815250614460565b6142a5634a531f3360e01b614351565b6142b563daf9067160e01b614351565b505050565b5f6142cd6001546001600160a01b031690565b6001600160a01b031663d39e6043836142e4611b87565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614327573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061434b919061503d565b92915050565b614359614035565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f838302815f1985870982811083820303915050805f036143b1578382816143a7576143a7615a98565b04925050506139a9565b8084116143d15760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b614444614035565b61406b6144fb565b614454614035565b61445d81614529565b50565b614468614035565b614472868361453a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016132fa8382615af0565b614503614035565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614531614035565b61445d81613fd5565b614542614035565b61454b826145b0565b61455361467c565b6001600160a01b03811661457a5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615bab83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6145b8614035565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561460e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614632919061563f565b61465a5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108dd565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614684614035565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f602082840312156146d1575f80fd5b81356001600160e01b0319811681146139a9575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161475e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526147a26101008401826146e8565b949350505050565b6001600160601b038116811461445d575f80fd5b80356147c9816147aa565b919050565b5f80604083850312156147df575f80fd5b82356147ea816147aa565b915060208301356147fa816147aa565b809150509250929050565b5f60208284031215614815575f80fd5b81356139a9816147aa565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b038111828210171561485757614857614820565b60405290565b60405161024081016001600160401b038111828210171561485757614857614820565b60405160c081016001600160401b038111828210171561485757614857614820565b60405160e081016001600160401b038111828210171561485757614857614820565b6040516101e081016001600160401b038111828210171561485757614857614820565b604051608081016001600160401b038111828210171561485757614857614820565b604051601f8201601f191681016001600160401b038111828210171561493157614931614820565b604052919050565b5f6001600160401b0382111561495157614951614820565b50601f01601f191660200190565b5f82601f83011261496e575f80fd5b813561498161497c82614939565b614909565b818152846020838601011115614995575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156149c1575f80fd5b81356001600160401b038111156149d6575f80fd5b6147a28482850161495f565b6001600160a01b038116811461445d575f80fd5b6001600160c01b03198116811461445d575f80fd5b80356147c9816149f6565b64ffffffffff8116811461445d575f80fd5b80356147c981614a16565b61ffff8116811461445d575f80fd5b80356147c981614a33565b5f6102008284031215614a5e575f80fd5b614a66614834565b9050614a71826147be565b8152614a7f602083016147be565b6020820152614a9060408301614a0b565b6040820152614aa160608301614a0b565b6060820152614ab2608083016147be565b6080820152614ac360a083016147be565b60a0820152614ad460c08301614a28565b60c082015260e08201356001600160401b03811115614af1575f80fd5b614afd8482850161495f565b60e0830152506101008201356001600160401b03811115614b1c575f80fd5b614b288482850161495f565b61010083015250614b3c6101208301614a42565b610120820152614b4f6101408301614a42565b610140820152614b6261016083016147be565b610160820152614b7561018083016147be565b610180820152614b886101a08301614a28565b6101a0820152614b9b6101c08301614a28565b6101c0820152614bae6101e08301614a28565b6101e082015292915050565b5f805f8060808587031215614bcd575f80fd5b8435614bd8816149e2565b93506020850135614be8816149e2565b92506040850135614bf8816147aa565b915060608501356001600160401b03811115614c12575f80fd5b614c1e87828801614a4d565b91505092959194509250565b5f8060408385031215614c3b575f80fd5b8235614c46816149e2565b915060208301356001600160401b03811115614c60575f80fd5b614c6c8582860161495f565b9150509250929050565b5f805f60608486031215614c88575f80fd5b83359250602084013591506040840135614ca1816147aa565b809150509250925092565b5f60208284031215614cbc575f80fd5b81356139a9816149e2565b5f805f60608486031215614cd9575f80fd5b8335614ce4816149e2565b92506020840135614cf4816147aa565b91506040840135614ca1816147aa565b5f805f805f8060c08789031215614d19575f80fd5b8635614d24816149e2565b95506020870135614d34816149e2565b94506040870135614d44816147aa565b93506060870135614d54816147aa565b92506080870135614d64816147aa565b915060a0870135614d74816147aa565b809150509295509295509295565b5f805f805f60a08688031215614d96575f80fd5b8535614da1816149e2565b94506020860135614db1816149e2565b93506040860135614dc1816147aa565b925060608601356001600160401b03811115614ddb575f80fd5b614de788828901614a4d565b9250506080860135614df8816147aa565b809150509295509295909350565b5f805f60608486031215614e18575f80fd5b8335614e23816147aa565b92506020840135614cf481614a33565b5f80828403610260811215614e46575f80fd5b8335614e51816147aa565b9250610240601f1982011215614e65575f80fd5b50614e6e61485d565b614e7a602085016147be565b8152614e88604085016147be565b6020820152614e99606085016147be565b6040820152614eaa608085016147be565b6060820152614ebb60a085016147be565b6080820152614ecc60c085016147be565b60a0820152614edd60e085016147be565b60c0820152614eef61010085016147be565b60e0820152614f0161012085016147be565b610100820152614f1461014085016147be565b610120820152614f2761016085016147be565b610140820152614f3a61018085016147be565b610160820152614f4d6101a085016147be565b610180820152614f606101c085016147be565b6101a0820152614f736101e085016147be565b6101c0820152614f8661020085016147be565b6101e0820152614f9961022085016147be565b610200820152614fac61024085016147be565b610220820152809150509250929050565b5f60208284031215614fcd575f80fd5b815162ffffff811681146139a9575f80fd5b80516147c9816147aa565b5f60208284031215614ffa575f80fd5b81516139a9816147aa565b600181811c9082168061501957607f821691505b60208210810361503757634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561504d575f80fd5b81516139a9816149e2565b5f60408284031215615068575f80fd5b604080519081016001600160401b038111828210171561508a5761508a614820565b604052825181526020928301519281019290925250919050565b5f6150b161497c84614939565b90508281528383830111156150c4575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126150e9575f80fd5b6139a9838351602085016150a4565b80516147c981614a16565b5f60208284031215615113575f80fd5b81516001600160401b03811115615128575f80fd5b820160e08185031215615139575f80fd5b615141614880565b815161514c816147aa565b815261515b8560208401615058565b602082015260608201516001600160401b03811115615178575f80fd5b615184868285016150da565b604083015250608082015161519881614a16565b60608201526151a960a083016150f8565b60808201526151ba60c083016150f8565b60a0820152949350505050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b805180151581146147c9575f80fd5b5f60e0828403128015615219575f80fd5b506152226148a2565b825161522d816147aa565b815261523b602084016151f9565b602082015261524c604084016151f9565b604082015261525d606084016151f9565b606082015261526e608084016151f9565b608082015260a0838101519082015260c0928301519281019290925250919050565b80516147c9816149e2565b6001600160601b0393841681526001600160a01b03929092166020830152909116604082015260600190565b6001600160401b038116811461445d575f80fd5b5f602082840312156152eb575f80fd5b81516139a9816152c7565b60ff8116811461445d575f80fd5b80516147c9816152f6565b5f60e0828403121561531f575f80fd5b6153276148a2565b905061533282614fdf565b815261534060208301614fdf565b602082015261535160408301615304565b6040820152615362606083016151f9565b606082015261537360808301615290565b608082015261538460a08301615290565b60a082015260c08201516001600160401b038111156153a1575f80fd5b6153ad848285016150da565b60c08301525092915050565b5f602082840312156153c9575f80fd5b81516001600160401b038111156153de575f80fd5b6147a28482850161530f565b5f82601f8301126153f9575f80fd5b81516001600160401b0381111561541257615412614820565b8060051b61542260208201614909565b9182526020818501810192908101908684111561543d575f80fd5b6020860192505b83831015615468578251615457816147aa565b825260209283019290910190615444565b9695505050505050565b5f60208284031215615482575f80fd5b81516001600160401b03811115615497575f80fd5b82016102c081850312156154a9575f80fd5b6154b16148c4565b6154ba826151f9565b81526154c8602083016151f9565b60208201526154d9604083016151f9565b60408201526154ea60608301615304565b60608201526154fb60808301615304565b608082015261550c60a08301614fdf565b60a082015261551d60c08301614fdf565b60c082015260e08201516001600160401b0381111561553a575f80fd5b615546868285016153ea565b60e08301525061555a856101008401615058565b61010082015261556e856101408401615058565b610120820152615582856101808401615058565b610140820152615596856101c08401615058565b6101608201526155aa856102008401615058565b6101808201526155be856102408401615058565b6101a08201526155d2856102808401615058565b6101c0820152949350505050565b5f80604083850312156155f1575f80fd5b82516155fc816147aa565b60208401519092506147fa816147aa565b5f6020828403121561561d575f80fd5b5051919050565b5f60208284031215615634575f80fd5b81516139a9816152f6565b5f6020828403121561564f575f80fd5b6139a9826151f9565b5f610120820190506001600160601b03851682526001600160601b0384511660208301526020840151151560408301526040840151151560608301526060840151151560808301526080840151151560a083015260a084015160c083015260c084015160e08301526147a261010083018460ff169052565b5f602082840312156156e0575f80fd5b81516001600160401b038111156156f5575f80fd5b820160808185031215615706575f80fd5b61570e6148e7565b81516001600160401b03811115615723575f80fd5b8201601f81018613615733575f80fd5b615742868251602084016150a4565b82525061575160208301615290565b602082015261576260408301615290565b604082015260608201516001600160401b0381111561577f575f80fd5b61578b868285016150da565b606083015250949350505050565b80516147c9816149f6565b80516147c981614a33565b5f602082840312156157bf575f80fd5b81516001600160401b038111156157d4575f80fd5b820161020081850312156157e6575f80fd5b6157ee614834565b6157f782614fdf565b815261580560208301614fdf565b602082015261581660408301615799565b604082015261582760608301615799565b606082015261583860808301614fdf565b608082015261584960a08301614fdf565b60a082015261585a60c083016150f8565b60c082015260e08201516001600160401b03811115615877575f80fd5b615883868285016150da565b60e0830152506101008201516001600160401b038111156158a2575f80fd5b6158ae868285016150da565b610100830152506158c261012083016157a4565b6101208201526158d561014083016157a4565b6101408201526158e86101608301614fdf565b6101608201526158fb6101808301614fdf565b61018082015261590e6101a083016150f8565b6101a08201526159216101c083016150f8565b6101c08201526159346101e083016150f8565b6101e0820152949350505050565b5f8060408385031215615953575f80fd5b82516001600160401b03811115615968575f80fd5b6159748582860161530f565b92505060208301516147fa816149e2565b5f8085851115615993575f80fd5b8386111561599f575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156159dd576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615a34575f80fd5b8251615a3f816149e2565b60208401519092506147fa816149e2565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a77575f80fd5b615a80836151f9565b9150602083015163ffffffff811681146147fa575f80fd5b634e487b7160e01b5f52601260045260245ffd5b601f8211156142b557805f5260205f20601f840160051c81016020851015615ad15750805b601f840160051c820191505b81811015610df8575f8155600101615add565b81516001600160401b03811115615b0957615b09614820565b615b1d81615b178454615005565b84615aac565b6020601f821160018114615b4f575f8315615b385750848201515b5f19600385901b1c1916600184901b178455610df8565b5f84815260208120601f198516915b82811015615b7e5787850151825560209485019460019092019101615b5e565b5084821015615b9b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212208a043b04c40cc7d6d28cfbb814c1dfbf02a6e7cbe85a8b742431d7d71936be5564736f6c634300081a0033",
1355
+ "linkReferences": {
1356
+ "contracts/shared/ContractLib.sol": {
1357
+ "ContractLib": [
1358
+ {
1359
+ "length": 20,
1360
+ "start": 13492
1361
+ },
1362
+ {
1363
+ "length": 20,
1364
+ "start": 14657
1365
+ },
1366
+ {
1367
+ "length": 20,
1368
+ "start": 18092
1369
+ }
1370
+ ]
1371
+ },
1372
+ "contracts/type/Amount.sol": {
1373
+ "AmountLib": [
1374
+ {
1375
+ "length": 20,
1376
+ "start": 2669
1377
+ },
1378
+ {
1379
+ "length": 20,
1380
+ "start": 6669
1381
+ },
1382
+ {
1383
+ "length": 20,
1384
+ "start": 6791
1385
+ },
1386
+ {
1387
+ "length": 20,
1388
+ "start": 7008
1389
+ },
1390
+ {
1391
+ "length": 20,
1392
+ "start": 10245
1393
+ },
1394
+ {
1395
+ "length": 20,
1396
+ "start": 10639
1397
+ },
1398
+ {
1399
+ "length": 20,
1400
+ "start": 11623
1401
+ },
1402
+ {
1403
+ "length": 20,
1404
+ "start": 11844
1405
+ },
1406
+ {
1407
+ "length": 20,
1408
+ "start": 15616
1409
+ },
1410
+ {
1411
+ "length": 20,
1412
+ "start": 16243
1413
+ },
1414
+ {
1415
+ "length": 20,
1416
+ "start": 16317
1417
+ }
1418
+ ]
1419
+ },
1420
+ "contracts/type/Fee.sol": {
1421
+ "FeeLib": [
1422
+ {
1423
+ "length": 20,
1424
+ "start": 5703
1425
+ }
1426
+ ]
1427
+ },
1428
+ "contracts/type/NftId.sol": {
1429
+ "NftIdLib": [
1430
+ {
1431
+ "length": 20,
1432
+ "start": 1734
1433
+ },
1434
+ {
1435
+ "length": 20,
1436
+ "start": 8611
1437
+ },
1438
+ {
1439
+ "length": 20,
1440
+ "start": 14015
1441
+ },
1442
+ {
1443
+ "length": 20,
1444
+ "start": 14882
1445
+ }
1446
+ ]
1447
+ },
1448
+ "contracts/type/RoleId.sol": {
1449
+ "RoleIdLib": [
1450
+ {
1451
+ "length": 20,
1452
+ "start": 6490
1453
+ }
1454
+ ]
1455
+ },
1456
+ "contracts/type/UFixed.sol": {
1457
+ "UFixedLib": [
1458
+ {
1459
+ "length": 20,
1460
+ "start": 6819
1461
+ },
1462
+ {
1463
+ "length": 20,
1464
+ "start": 7065
1465
+ }
1466
+ ]
1467
+ },
1468
+ "contracts/type/Version.sol": {
1469
+ "VersionLib": [
1470
+ {
1471
+ "length": 20,
1472
+ "start": 1530
1473
+ },
1474
+ {
1475
+ "length": 20,
1476
+ "start": 3799
1477
+ }
1478
+ ],
1479
+ "VersionPartLib": [
1480
+ {
1481
+ "length": 20,
1482
+ "start": 7285
1483
+ }
1484
+ ]
1485
+ }
1486
+ },
1487
+ "deployedLinkReferences": {
1488
+ "contracts/shared/ContractLib.sol": {
1489
+ "ContractLib": [
1490
+ {
1491
+ "length": 20,
1492
+ "start": 13278
1493
+ },
1494
+ {
1495
+ "length": 20,
1496
+ "start": 14443
1497
+ },
1498
+ {
1499
+ "length": 20,
1500
+ "start": 17878
1501
+ }
1502
+ ]
1503
+ },
1504
+ "contracts/type/Amount.sol": {
1505
+ "AmountLib": [
1506
+ {
1507
+ "length": 20,
1508
+ "start": 2455
1509
+ },
1510
+ {
1511
+ "length": 20,
1512
+ "start": 6455
1513
+ },
1514
+ {
1515
+ "length": 20,
1516
+ "start": 6577
1517
+ },
1518
+ {
1519
+ "length": 20,
1520
+ "start": 6794
1521
+ },
1522
+ {
1523
+ "length": 20,
1524
+ "start": 10031
1525
+ },
1526
+ {
1527
+ "length": 20,
1528
+ "start": 10425
1529
+ },
1530
+ {
1531
+ "length": 20,
1532
+ "start": 11409
1533
+ },
1534
+ {
1535
+ "length": 20,
1536
+ "start": 11630
1537
+ },
1538
+ {
1539
+ "length": 20,
1540
+ "start": 15402
1541
+ },
1542
+ {
1543
+ "length": 20,
1544
+ "start": 16029
1545
+ },
1546
+ {
1547
+ "length": 20,
1548
+ "start": 16103
1549
+ }
1550
+ ]
1551
+ },
1552
+ "contracts/type/Fee.sol": {
1553
+ "FeeLib": [
1554
+ {
1555
+ "length": 20,
1556
+ "start": 5489
1557
+ }
1558
+ ]
1559
+ },
1560
+ "contracts/type/NftId.sol": {
1561
+ "NftIdLib": [
1562
+ {
1563
+ "length": 20,
1564
+ "start": 1520
1565
+ },
1566
+ {
1567
+ "length": 20,
1568
+ "start": 8397
1569
+ },
1570
+ {
1571
+ "length": 20,
1572
+ "start": 13801
1573
+ },
1574
+ {
1575
+ "length": 20,
1576
+ "start": 14668
1577
+ }
1578
+ ]
1579
+ },
1580
+ "contracts/type/RoleId.sol": {
1581
+ "RoleIdLib": [
1582
+ {
1583
+ "length": 20,
1584
+ "start": 6276
1585
+ }
1586
+ ]
1587
+ },
1588
+ "contracts/type/UFixed.sol": {
1589
+ "UFixedLib": [
1590
+ {
1591
+ "length": 20,
1592
+ "start": 6605
1593
+ },
1594
+ {
1595
+ "length": 20,
1596
+ "start": 6851
1597
+ }
1598
+ ]
1599
+ },
1600
+ "contracts/type/Version.sol": {
1601
+ "VersionLib": [
1602
+ {
1603
+ "length": 20,
1604
+ "start": 1316
1605
+ },
1606
+ {
1607
+ "length": 20,
1608
+ "start": 3585
1609
+ }
1610
+ ],
1611
+ "VersionPartLib": [
1612
+ {
1613
+ "length": 20,
1614
+ "start": 7071
1615
+ }
1616
+ ]
1617
+ }
1618
+ }
1619
+ }