@etherisc/gif-next 0.0.2-b2e620f-736 → 0.0.2-b37fa8b-169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (482) hide show
  1. package/README.md +63 -1
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +106 -38
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +91 -45
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +58 -6
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +573 -288
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +8 -39
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +295 -47
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  17. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +452 -210
  19. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +119 -14
  21. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +246 -16
  23. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +420 -27
  25. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +66 -144
  27. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +275 -59
  29. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +21 -88
  31. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +512 -204
  33. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +147 -77
  35. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +20 -87
  37. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +358 -82
  39. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  40. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  41. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +109 -100
  42. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  43. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +274 -58
  44. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  45. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +145 -132
  46. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  47. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +274 -58
  48. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  50. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +128 -168
  51. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +274 -58
  53. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  54. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +39 -63
  55. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  56. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +130 -138
  57. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
  58. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +274 -58
  59. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  60. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +342 -183
  61. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
  63. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  64. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.json +332 -0
  65. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  67. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  68. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  70. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +429 -35
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  72. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +345 -12
  73. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  74. package/artifacts/contracts/instance/Instance.sol/Instance.json +473 -98
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  76. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +805 -448
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  78. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +246 -70
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  80. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +656 -418
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  82. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +377 -64
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  84. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +83 -55
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  86. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +524 -1520
  87. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  88. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +2835 -0
  89. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
  90. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +101 -88
  91. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  92. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
  93. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  94. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  95. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  96. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  97. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
  98. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  99. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  100. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
  101. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +20 -20
  102. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  106. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  107. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +33 -35
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +294 -53
  112. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  113. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  114. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +19 -21
  115. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  116. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +29 -0
  117. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  118. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +19 -21
  119. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  120. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +87 -42
  121. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  122. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +96 -50
  123. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  124. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +59 -69
  125. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  126. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +274 -58
  127. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  128. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +300 -123
  129. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  130. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +124 -58
  131. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  132. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +186 -33
  133. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  134. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +29 -31
  135. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  136. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +238 -19
  137. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  138. package/artifacts/contracts/pool/Pool.sol/Pool.json +29 -31
  139. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
  140. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +100 -34
  141. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  142. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +346 -87
  143. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  144. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +121 -63
  145. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  146. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +273 -50
  147. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  148. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +103 -41
  149. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  150. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +46 -48
  151. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  152. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +274 -58
  153. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  154. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +142 -102
  155. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  156. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +113 -75
  157. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  158. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +208 -1
  159. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  160. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +50 -10
  161. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  162. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +55 -0
  163. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  164. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +50 -0
  165. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  166. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +40 -42
  167. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  168. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +231 -19
  169. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  170. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +157 -86
  171. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
  172. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +511 -21
  173. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  174. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +118 -72
  175. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  176. package/artifacts/contracts/product/PricingService.sol/PricingService.json +116 -114
  177. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  178. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +100 -70
  179. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  180. package/artifacts/contracts/product/Product.sol/Product.json +40 -42
  181. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  182. package/artifacts/contracts/product/RiskService.sol/RiskService.json +279 -43
  183. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  184. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +91 -41
  185. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  186. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  187. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +33 -22
  188. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  189. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +29 -0
  190. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
  191. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  192. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/Registry.sol/Registry.json +71 -60
  194. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  195. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +704 -472
  196. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  197. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
  198. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  199. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +47 -18
  200. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  201. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +76 -38
  202. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
  203. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +710 -407
  204. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  205. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
  206. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  207. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +184 -128
  208. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  209. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +437 -26
  210. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  211. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +119 -59
  212. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  213. package/artifacts/contracts/shared/Component.sol/Component.json +19 -21
  214. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  215. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +224 -210
  216. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  217. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +113 -63
  218. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  219. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +130 -39
  220. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
  221. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
  222. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
  223. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +2 -2
  224. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  225. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +19 -21
  226. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  227. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +131 -141
  228. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  229. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +19 -21
  230. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  231. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +43 -6
  232. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  233. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  234. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -0
  235. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  236. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  237. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +19 -0
  238. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  239. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  240. package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
  241. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  242. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -2
  243. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  244. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +19 -21
  245. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  246. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +43 -6
  247. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  248. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  249. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  250. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  251. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +21 -2
  252. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  253. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  254. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  255. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +19 -0
  256. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  257. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  258. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  259. package/artifacts/contracts/shared/Service.sol/Service.json +29 -0
  260. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  261. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
  262. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
  263. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
  264. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  265. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
  266. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  267. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1450 -140
  268. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  269. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +161 -110
  270. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  271. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  272. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  273. package/artifacts/contracts/staking/Staking.sol/Staking.json +1565 -229
  274. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  275. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  276. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  277. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +129 -70
  278. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  279. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +294 -177
  280. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  281. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +200 -157
  282. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  283. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +86 -52
  284. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  285. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1633 -819
  286. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  287. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  288. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  289. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +159 -87
  290. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  291. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  292. package/artifacts/contracts/type/Amount.sol/AmountLib.json +10 -10
  293. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  294. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +45 -19
  295. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  296. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  297. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  298. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
  299. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  300. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  301. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  302. package/artifacts/contracts/type/Fee.sol/FeeLib.json +93 -37
  303. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  304. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  305. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
  306. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
  307. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  308. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  309. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  310. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  311. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  312. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +33 -31
  313. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  314. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
  315. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  316. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
  317. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  318. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  319. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  320. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +9 -4
  321. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  322. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +39 -218
  323. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  324. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +45 -2
  325. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  326. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  327. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  328. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  329. package/artifacts/contracts/type/String.sol/StrLib.json +50 -2
  330. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  331. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +3 -3
  332. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  333. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +60 -36
  334. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  335. package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
  336. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  337. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +56 -2
  338. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  339. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +10 -0
  340. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  341. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +65 -27
  342. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  343. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +15 -2
  344. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  345. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +10 -0
  346. package/contracts/accounting/AccountingService.sol +15 -3
  347. package/contracts/accounting/IAccountingService.sol +4 -2
  348. package/contracts/authorization/AccessAdmin.sol +389 -298
  349. package/contracts/authorization/AccessAdminLib.sol +396 -0
  350. package/contracts/authorization/AccessManagerCloneable.sol +40 -31
  351. package/contracts/authorization/Authorization.sol +60 -228
  352. package/contracts/authorization/IAccess.sol +25 -7
  353. package/contracts/authorization/IAccessAdmin.sol +81 -80
  354. package/contracts/authorization/IAuthorization.sol +3 -51
  355. package/contracts/authorization/IServiceAuthorization.sol +55 -17
  356. package/contracts/authorization/ServiceAuthorization.sol +248 -34
  357. package/contracts/distribution/BasicDistribution.sol +13 -11
  358. package/contracts/distribution/BasicDistributionAuthorization.sol +11 -4
  359. package/contracts/distribution/Distribution.sol +20 -60
  360. package/contracts/distribution/DistributionService.sol +165 -74
  361. package/contracts/distribution/IDistributionComponent.sol +3 -10
  362. package/contracts/distribution/IDistributionService.sol +34 -19
  363. package/contracts/examples/fire/FirePool.sol +0 -4
  364. package/contracts/examples/fire/FireProduct.sol +7 -12
  365. package/contracts/examples/unpermissioned/SimpleDistribution.sol +32 -8
  366. package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -8
  367. package/contracts/examples/unpermissioned/SimplePool.sol +0 -4
  368. package/contracts/examples/unpermissioned/SimpleProduct.sol +87 -27
  369. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  370. package/contracts/instance/BaseStore.sol +93 -0
  371. package/contracts/instance/IBaseStore.sol +37 -0
  372. package/contracts/instance/IInstance.sol +99 -14
  373. package/contracts/instance/IInstanceService.sol +54 -7
  374. package/contracts/instance/Instance.sol +166 -70
  375. package/contracts/instance/InstanceAdmin.sol +227 -296
  376. package/contracts/instance/InstanceAuthorizationV3.sol +121 -60
  377. package/contracts/instance/InstanceReader.sol +378 -373
  378. package/contracts/instance/InstanceService.sol +283 -173
  379. package/contracts/instance/InstanceStore.sol +9 -82
  380. package/contracts/instance/ProductStore.sol +235 -0
  381. package/contracts/instance/RiskSet.sol +10 -2
  382. package/contracts/instance/TargetNames.sol +10 -0
  383. package/contracts/instance/base/BalanceStore.sol +4 -6
  384. package/contracts/instance/base/ObjectLifecycle.sol +2 -6
  385. package/contracts/instance/module/IBundle.sol +6 -5
  386. package/contracts/instance/module/IComponents.sol +16 -5
  387. package/contracts/instance/module/IDistribution.sol +21 -8
  388. package/contracts/instance/module/IPolicy.sol +28 -8
  389. package/contracts/instance/module/IRisk.sol +2 -0
  390. package/contracts/oracle/BasicOracle.sol +2 -4
  391. package/contracts/oracle/BasicOracleAuthorization.sol +18 -2
  392. package/contracts/oracle/IOracle.sol +9 -4
  393. package/contracts/oracle/Oracle.sol +2 -4
  394. package/contracts/oracle/OracleService.sol +8 -8
  395. package/contracts/pool/BasicPool.sol +3 -16
  396. package/contracts/pool/BasicPoolAuthorization.sol +10 -5
  397. package/contracts/pool/BundleService.sol +34 -43
  398. package/contracts/pool/IBundleService.sol +14 -13
  399. package/contracts/pool/IPoolService.sol +7 -2
  400. package/contracts/pool/Pool.sol +4 -16
  401. package/contracts/pool/PoolLib.sol +127 -2
  402. package/contracts/pool/PoolService.sol +41 -184
  403. package/contracts/product/ApplicationService.sol +85 -17
  404. package/contracts/product/BasicProduct.sol +1 -3
  405. package/contracts/product/BasicProductAuthorization.sol +11 -4
  406. package/contracts/product/ClaimService.sol +99 -105
  407. package/contracts/product/IApplicationService.sol +24 -2
  408. package/contracts/product/IClaimService.sol +5 -4
  409. package/contracts/product/IPolicyService.sol +9 -2
  410. package/contracts/product/IPricingService.sol +1 -0
  411. package/contracts/product/IRiskService.sol +25 -10
  412. package/contracts/product/PolicyService.sol +41 -103
  413. package/contracts/product/PolicyServiceLib.sol +79 -5
  414. package/contracts/product/PricingService.sol +33 -31
  415. package/contracts/product/Product.sol +44 -29
  416. package/contracts/product/RiskService.sol +63 -18
  417. package/contracts/registry/IRegistry.sol +15 -9
  418. package/contracts/registry/IRelease.sol +6 -3
  419. package/contracts/registry/Registry.sol +15 -9
  420. package/contracts/registry/RegistryAdmin.sol +100 -263
  421. package/contracts/registry/RegistryAuthorization.sol +336 -0
  422. package/contracts/registry/RegistryService.sol +1 -1
  423. package/contracts/registry/ReleaseAdmin.sol +62 -112
  424. package/contracts/registry/ReleaseRegistry.sol +57 -43
  425. package/contracts/registry/ServiceAuthorizationV3.sol +48 -32
  426. package/contracts/registry/TokenRegistry.sol +56 -52
  427. package/contracts/shared/Component.sol +17 -29
  428. package/contracts/shared/ComponentService.sol +249 -238
  429. package/contracts/shared/ContractLib.sol +134 -75
  430. package/contracts/shared/IComponent.sol +1 -4
  431. package/contracts/shared/IComponentService.sol +21 -19
  432. package/contracts/shared/IKeyValueStore.sol +9 -1
  433. package/contracts/shared/INftOwnable.sol +2 -0
  434. package/contracts/shared/IRegisterable.sol +0 -1
  435. package/contracts/shared/InitializableERC165.sol +9 -1
  436. package/contracts/shared/InstanceLinkedComponent.sol +4 -7
  437. package/contracts/shared/KeyValueStore.sol +3 -3
  438. package/contracts/shared/NftOwnable.sol +4 -2
  439. package/contracts/shared/PolicyHolder.sol +3 -2
  440. package/contracts/shared/Registerable.sol +1 -4
  441. package/contracts/shared/Service.sol +6 -4
  442. package/contracts/shared/TokenHandler.sol +5 -4
  443. package/contracts/staking/IStaking.sol +266 -64
  444. package/contracts/staking/IStakingService.sol +44 -82
  445. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  446. package/contracts/staking/Staking.sol +474 -202
  447. package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +55 -84
  448. package/contracts/staking/StakingManager.sol +4 -3
  449. package/contracts/staking/StakingReader.sol +58 -77
  450. package/contracts/staking/StakingService.sol +49 -158
  451. package/contracts/staking/StakingServiceManager.sol +1 -0
  452. package/contracts/staking/StakingStore.sol +1093 -330
  453. package/contracts/staking/TargetHandler.sol +132 -0
  454. package/contracts/staking/TargetManagerLib.sol +69 -46
  455. package/contracts/type/Amount.sol +4 -0
  456. package/contracts/type/Blocknumber.sol +15 -15
  457. package/contracts/type/ChainId.sol +101 -0
  458. package/contracts/type/Fee.sol +8 -8
  459. package/contracts/type/NftId.sol +3 -3
  460. package/contracts/type/ObjectType.sol +21 -17
  461. package/contracts/type/RiskId.sol +4 -3
  462. package/contracts/type/RoleId.sol +57 -59
  463. package/contracts/type/Seconds.sol +19 -0
  464. package/contracts/type/String.sol +12 -0
  465. package/contracts/type/Timestamp.sol +4 -2
  466. package/contracts/type/UFixed.sol +28 -10
  467. package/contracts/type/Version.sol +39 -0
  468. package/contracts/upgradeability/IVersionable.sol +3 -0
  469. package/contracts/upgradeability/ProxyManager.sol +25 -11
  470. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +12 -2
  471. package/contracts/upgradeability/Versionable.sol +6 -3
  472. package/package.json +2 -2
  473. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +0 -4
  474. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +0 -24
  475. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
  476. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -485
  477. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
  478. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -440
  479. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +0 -4
  480. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +0 -205
  481. package/contracts/shared/ComponentVerifyingService.sol +0 -128
  482. package/contracts/staking/StakingLifecycle.sol +0 -23
@@ -0,0 +1,2835 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ProductStore",
4
+ "sourceName": "contracts/instance/ProductStore.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": "targetNftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorBalanceStoreTargetAlreadyRegistered",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "NftId",
59
+ "name": "targetNftId",
60
+ "type": "uint96"
61
+ }
62
+ ],
63
+ "name": "ErrorBalanceStoreTargetNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "Key32",
70
+ "name": "key",
71
+ "type": "bytes32"
72
+ },
73
+ {
74
+ "internalType": "ObjectType",
75
+ "name": "objectType",
76
+ "type": "uint8"
77
+ }
78
+ ],
79
+ "name": "ErrorBaseStoreAlreadyCreated",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [
84
+ {
85
+ "internalType": "ObjectType",
86
+ "name": "objectType",
87
+ "type": "uint8"
88
+ }
89
+ ],
90
+ "name": "ErrorBaseStoreNoLifecycle",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "Key32",
97
+ "name": "key",
98
+ "type": "bytes32"
99
+ }
100
+ ],
101
+ "name": "ErrorBaseStoreNotExisting",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [
106
+ {
107
+ "internalType": "Key32",
108
+ "name": "key",
109
+ "type": "bytes32"
110
+ }
111
+ ],
112
+ "name": "ErrorBaseStoreStateZero",
113
+ "type": "error"
114
+ },
115
+ {
116
+ "inputs": [
117
+ {
118
+ "internalType": "ObjectType",
119
+ "name": "objectType",
120
+ "type": "uint8"
121
+ }
122
+ ],
123
+ "name": "ErrorBaseStoreTypeUndefined",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
128
+ {
129
+ "internalType": "address",
130
+ "name": "contractAddress",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "internalType": "ObjectType",
135
+ "name": "objectType",
136
+ "type": "uint8"
137
+ },
138
+ {
139
+ "internalType": "StateId",
140
+ "name": "actual",
141
+ "type": "uint8"
142
+ },
143
+ {
144
+ "internalType": "StateId",
145
+ "name": "required",
146
+ "type": "uint8"
147
+ }
148
+ ],
149
+ "name": "ErrorFromStateMissmatch",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [
154
+ {
155
+ "internalType": "address",
156
+ "name": "contractAddress",
157
+ "type": "address"
158
+ },
159
+ {
160
+ "internalType": "ObjectType",
161
+ "name": "objectType",
162
+ "type": "uint8"
163
+ },
164
+ {
165
+ "internalType": "StateId",
166
+ "name": "fromStateId",
167
+ "type": "uint8"
168
+ },
169
+ {
170
+ "internalType": "StateId",
171
+ "name": "toStateId",
172
+ "type": "uint8"
173
+ }
174
+ ],
175
+ "name": "ErrorInvalidStateTransition",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "address",
182
+ "name": "contractAddress",
183
+ "type": "address"
184
+ },
185
+ {
186
+ "internalType": "ObjectType",
187
+ "name": "objectType",
188
+ "type": "uint8"
189
+ }
190
+ ],
191
+ "name": "ErrorNoLifecycle",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [],
196
+ "name": "InvalidInitialization",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "NotInitializing",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "anonymous": false,
206
+ "inputs": [
207
+ {
208
+ "indexed": false,
209
+ "internalType": "address",
210
+ "name": "authority",
211
+ "type": "address"
212
+ }
213
+ ],
214
+ "name": "AuthorityUpdated",
215
+ "type": "event"
216
+ },
217
+ {
218
+ "anonymous": false,
219
+ "inputs": [
220
+ {
221
+ "indexed": false,
222
+ "internalType": "uint64",
223
+ "name": "version",
224
+ "type": "uint64"
225
+ }
226
+ ],
227
+ "name": "Initialized",
228
+ "type": "event"
229
+ },
230
+ {
231
+ "anonymous": false,
232
+ "inputs": [
233
+ {
234
+ "indexed": false,
235
+ "internalType": "NftId",
236
+ "name": "targetNftId",
237
+ "type": "uint96"
238
+ },
239
+ {
240
+ "indexed": false,
241
+ "internalType": "Amount",
242
+ "name": "addedAmount",
243
+ "type": "uint96"
244
+ },
245
+ {
246
+ "indexed": false,
247
+ "internalType": "Amount",
248
+ "name": "newBalance",
249
+ "type": "uint96"
250
+ },
251
+ {
252
+ "indexed": false,
253
+ "internalType": "Blocknumber",
254
+ "name": "lastUpdatedIn",
255
+ "type": "uint40"
256
+ }
257
+ ],
258
+ "name": "LogBalanceStoreBalanceDecreased",
259
+ "type": "event"
260
+ },
261
+ {
262
+ "anonymous": false,
263
+ "inputs": [
264
+ {
265
+ "indexed": false,
266
+ "internalType": "NftId",
267
+ "name": "targetNftId",
268
+ "type": "uint96"
269
+ },
270
+ {
271
+ "indexed": false,
272
+ "internalType": "Amount",
273
+ "name": "addedAmount",
274
+ "type": "uint96"
275
+ },
276
+ {
277
+ "indexed": false,
278
+ "internalType": "Amount",
279
+ "name": "newBalance",
280
+ "type": "uint96"
281
+ },
282
+ {
283
+ "indexed": false,
284
+ "internalType": "Blocknumber",
285
+ "name": "lastUpdatedIn",
286
+ "type": "uint40"
287
+ }
288
+ ],
289
+ "name": "LogBalanceStoreBalanceIncreased",
290
+ "type": "event"
291
+ },
292
+ {
293
+ "anonymous": false,
294
+ "inputs": [
295
+ {
296
+ "indexed": false,
297
+ "internalType": "NftId",
298
+ "name": "targetNftId",
299
+ "type": "uint96"
300
+ },
301
+ {
302
+ "indexed": false,
303
+ "internalType": "Amount",
304
+ "name": "addedAmount",
305
+ "type": "uint96"
306
+ },
307
+ {
308
+ "indexed": false,
309
+ "internalType": "Amount",
310
+ "name": "newBalance",
311
+ "type": "uint96"
312
+ },
313
+ {
314
+ "indexed": false,
315
+ "internalType": "Blocknumber",
316
+ "name": "lastUpdatedIn",
317
+ "type": "uint40"
318
+ }
319
+ ],
320
+ "name": "LogBalanceStoreFeesDecreased",
321
+ "type": "event"
322
+ },
323
+ {
324
+ "anonymous": false,
325
+ "inputs": [
326
+ {
327
+ "indexed": false,
328
+ "internalType": "NftId",
329
+ "name": "targetNftId",
330
+ "type": "uint96"
331
+ },
332
+ {
333
+ "indexed": false,
334
+ "internalType": "Amount",
335
+ "name": "addedAmount",
336
+ "type": "uint96"
337
+ },
338
+ {
339
+ "indexed": false,
340
+ "internalType": "Amount",
341
+ "name": "newBalance",
342
+ "type": "uint96"
343
+ },
344
+ {
345
+ "indexed": false,
346
+ "internalType": "Blocknumber",
347
+ "name": "lastUpdatedIn",
348
+ "type": "uint40"
349
+ }
350
+ ],
351
+ "name": "LogBalanceStoreFeesIncreased",
352
+ "type": "event"
353
+ },
354
+ {
355
+ "anonymous": false,
356
+ "inputs": [
357
+ {
358
+ "indexed": false,
359
+ "internalType": "NftId",
360
+ "name": "targetNftId",
361
+ "type": "uint96"
362
+ },
363
+ {
364
+ "indexed": false,
365
+ "internalType": "Amount",
366
+ "name": "addedAmount",
367
+ "type": "uint96"
368
+ },
369
+ {
370
+ "indexed": false,
371
+ "internalType": "Amount",
372
+ "name": "newBalance",
373
+ "type": "uint96"
374
+ },
375
+ {
376
+ "indexed": false,
377
+ "internalType": "Blocknumber",
378
+ "name": "lastUpdatedIn",
379
+ "type": "uint40"
380
+ }
381
+ ],
382
+ "name": "LogBalanceStoreLockedDecreased",
383
+ "type": "event"
384
+ },
385
+ {
386
+ "anonymous": false,
387
+ "inputs": [
388
+ {
389
+ "indexed": false,
390
+ "internalType": "NftId",
391
+ "name": "targetNftId",
392
+ "type": "uint96"
393
+ },
394
+ {
395
+ "indexed": false,
396
+ "internalType": "Amount",
397
+ "name": "addedAmount",
398
+ "type": "uint96"
399
+ },
400
+ {
401
+ "indexed": false,
402
+ "internalType": "Amount",
403
+ "name": "newBalance",
404
+ "type": "uint96"
405
+ },
406
+ {
407
+ "indexed": false,
408
+ "internalType": "Blocknumber",
409
+ "name": "lastUpdatedIn",
410
+ "type": "uint40"
411
+ }
412
+ ],
413
+ "name": "LogBalanceStoreLockedIncreased",
414
+ "type": "event"
415
+ },
416
+ {
417
+ "anonymous": false,
418
+ "inputs": [
419
+ {
420
+ "indexed": false,
421
+ "internalType": "NftId",
422
+ "name": "targetNftId",
423
+ "type": "uint96"
424
+ }
425
+ ],
426
+ "name": "LogBalanceStoreTargetRegistered",
427
+ "type": "event"
428
+ },
429
+ {
430
+ "anonymous": false,
431
+ "inputs": [
432
+ {
433
+ "indexed": false,
434
+ "internalType": "NftId",
435
+ "name": "productNftId",
436
+ "type": "uint96"
437
+ },
438
+ {
439
+ "indexed": false,
440
+ "internalType": "StateId",
441
+ "name": "state",
442
+ "type": "uint8"
443
+ },
444
+ {
445
+ "indexed": false,
446
+ "internalType": "address",
447
+ "name": "createdBy",
448
+ "type": "address"
449
+ },
450
+ {
451
+ "indexed": false,
452
+ "internalType": "address",
453
+ "name": "txOrigin",
454
+ "type": "address"
455
+ }
456
+ ],
457
+ "name": "LogProductStoreFeeInfoCreated",
458
+ "type": "event"
459
+ },
460
+ {
461
+ "anonymous": false,
462
+ "inputs": [
463
+ {
464
+ "indexed": false,
465
+ "internalType": "NftId",
466
+ "name": "productNftId",
467
+ "type": "uint96"
468
+ },
469
+ {
470
+ "indexed": false,
471
+ "internalType": "address",
472
+ "name": "updatedBy",
473
+ "type": "address"
474
+ },
475
+ {
476
+ "indexed": false,
477
+ "internalType": "address",
478
+ "name": "txOrigin",
479
+ "type": "address"
480
+ },
481
+ {
482
+ "indexed": false,
483
+ "internalType": "Blocknumber",
484
+ "name": "lastUpdatedIn",
485
+ "type": "uint40"
486
+ }
487
+ ],
488
+ "name": "LogProductStoreFeeInfoUpdated",
489
+ "type": "event"
490
+ },
491
+ {
492
+ "anonymous": false,
493
+ "inputs": [
494
+ {
495
+ "indexed": false,
496
+ "internalType": "NftId",
497
+ "name": "policyNftId",
498
+ "type": "uint96"
499
+ },
500
+ {
501
+ "indexed": false,
502
+ "internalType": "StateId",
503
+ "name": "state",
504
+ "type": "uint8"
505
+ },
506
+ {
507
+ "indexed": false,
508
+ "internalType": "address",
509
+ "name": "createdBy",
510
+ "type": "address"
511
+ },
512
+ {
513
+ "indexed": false,
514
+ "internalType": "address",
515
+ "name": "txOrigin",
516
+ "type": "address"
517
+ }
518
+ ],
519
+ "name": "LogProductStorePolicyInfoCreated",
520
+ "type": "event"
521
+ },
522
+ {
523
+ "anonymous": false,
524
+ "inputs": [
525
+ {
526
+ "indexed": false,
527
+ "internalType": "NftId",
528
+ "name": "policyNftId",
529
+ "type": "uint96"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "StateId",
534
+ "name": "oldState",
535
+ "type": "uint8"
536
+ },
537
+ {
538
+ "indexed": false,
539
+ "internalType": "StateId",
540
+ "name": "newState",
541
+ "type": "uint8"
542
+ },
543
+ {
544
+ "indexed": false,
545
+ "internalType": "address",
546
+ "name": "updatedBy",
547
+ "type": "address"
548
+ },
549
+ {
550
+ "indexed": false,
551
+ "internalType": "address",
552
+ "name": "txOrigin",
553
+ "type": "address"
554
+ },
555
+ {
556
+ "indexed": false,
557
+ "internalType": "Blocknumber",
558
+ "name": "lastUpdatedIn",
559
+ "type": "uint40"
560
+ }
561
+ ],
562
+ "name": "LogProductStorePolicyInfoUpdated",
563
+ "type": "event"
564
+ },
565
+ {
566
+ "anonymous": false,
567
+ "inputs": [
568
+ {
569
+ "indexed": false,
570
+ "internalType": "NftId",
571
+ "name": "policyNftId",
572
+ "type": "uint96"
573
+ },
574
+ {
575
+ "indexed": false,
576
+ "internalType": "StateId",
577
+ "name": "state",
578
+ "type": "uint8"
579
+ },
580
+ {
581
+ "indexed": false,
582
+ "internalType": "address",
583
+ "name": "createdBy",
584
+ "type": "address"
585
+ },
586
+ {
587
+ "indexed": false,
588
+ "internalType": "address",
589
+ "name": "txOrigin",
590
+ "type": "address"
591
+ }
592
+ ],
593
+ "name": "LogProductStorePremiumInfoCreated",
594
+ "type": "event"
595
+ },
596
+ {
597
+ "anonymous": false,
598
+ "inputs": [
599
+ {
600
+ "indexed": false,
601
+ "internalType": "NftId",
602
+ "name": "policyNftId",
603
+ "type": "uint96"
604
+ },
605
+ {
606
+ "indexed": false,
607
+ "internalType": "StateId",
608
+ "name": "oldState",
609
+ "type": "uint8"
610
+ },
611
+ {
612
+ "indexed": false,
613
+ "internalType": "StateId",
614
+ "name": "newState",
615
+ "type": "uint8"
616
+ },
617
+ {
618
+ "indexed": false,
619
+ "internalType": "address",
620
+ "name": "updatedBy",
621
+ "type": "address"
622
+ },
623
+ {
624
+ "indexed": false,
625
+ "internalType": "address",
626
+ "name": "txOrigin",
627
+ "type": "address"
628
+ },
629
+ {
630
+ "indexed": false,
631
+ "internalType": "Blocknumber",
632
+ "name": "lastUpdatedIn",
633
+ "type": "uint40"
634
+ }
635
+ ],
636
+ "name": "LogProductStorePremiumInfoUpdated",
637
+ "type": "event"
638
+ },
639
+ {
640
+ "anonymous": false,
641
+ "inputs": [
642
+ {
643
+ "indexed": false,
644
+ "internalType": "NftId",
645
+ "name": "productNftId",
646
+ "type": "uint96"
647
+ },
648
+ {
649
+ "indexed": false,
650
+ "internalType": "StateId",
651
+ "name": "state",
652
+ "type": "uint8"
653
+ },
654
+ {
655
+ "indexed": false,
656
+ "internalType": "address",
657
+ "name": "createdBy",
658
+ "type": "address"
659
+ },
660
+ {
661
+ "indexed": false,
662
+ "internalType": "address",
663
+ "name": "txOrigin",
664
+ "type": "address"
665
+ }
666
+ ],
667
+ "name": "LogProductStoreProductInfoCreated",
668
+ "type": "event"
669
+ },
670
+ {
671
+ "anonymous": false,
672
+ "inputs": [
673
+ {
674
+ "indexed": false,
675
+ "internalType": "NftId",
676
+ "name": "productNftId",
677
+ "type": "uint96"
678
+ },
679
+ {
680
+ "indexed": false,
681
+ "internalType": "StateId",
682
+ "name": "oldState",
683
+ "type": "uint8"
684
+ },
685
+ {
686
+ "indexed": false,
687
+ "internalType": "StateId",
688
+ "name": "newState",
689
+ "type": "uint8"
690
+ },
691
+ {
692
+ "indexed": false,
693
+ "internalType": "address",
694
+ "name": "updatedBy",
695
+ "type": "address"
696
+ },
697
+ {
698
+ "indexed": false,
699
+ "internalType": "address",
700
+ "name": "txOrigin",
701
+ "type": "address"
702
+ },
703
+ {
704
+ "indexed": false,
705
+ "internalType": "Blocknumber",
706
+ "name": "lastUpdatedIn",
707
+ "type": "uint40"
708
+ }
709
+ ],
710
+ "name": "LogProductStoreProductInfoUpdated",
711
+ "type": "event"
712
+ },
713
+ {
714
+ "anonymous": false,
715
+ "inputs": [
716
+ {
717
+ "indexed": false,
718
+ "internalType": "RiskId",
719
+ "name": "riskId",
720
+ "type": "bytes8"
721
+ },
722
+ {
723
+ "indexed": false,
724
+ "internalType": "StateId",
725
+ "name": "state",
726
+ "type": "uint8"
727
+ },
728
+ {
729
+ "indexed": false,
730
+ "internalType": "address",
731
+ "name": "createdBy",
732
+ "type": "address"
733
+ },
734
+ {
735
+ "indexed": false,
736
+ "internalType": "address",
737
+ "name": "txOrigin",
738
+ "type": "address"
739
+ }
740
+ ],
741
+ "name": "LogProductStoreRiskInfoCreated",
742
+ "type": "event"
743
+ },
744
+ {
745
+ "anonymous": false,
746
+ "inputs": [
747
+ {
748
+ "indexed": false,
749
+ "internalType": "RiskId",
750
+ "name": "riskId",
751
+ "type": "bytes8"
752
+ },
753
+ {
754
+ "indexed": false,
755
+ "internalType": "StateId",
756
+ "name": "oldState",
757
+ "type": "uint8"
758
+ },
759
+ {
760
+ "indexed": false,
761
+ "internalType": "StateId",
762
+ "name": "newState",
763
+ "type": "uint8"
764
+ },
765
+ {
766
+ "indexed": false,
767
+ "internalType": "address",
768
+ "name": "updatedBy",
769
+ "type": "address"
770
+ },
771
+ {
772
+ "indexed": false,
773
+ "internalType": "address",
774
+ "name": "txOrigin",
775
+ "type": "address"
776
+ },
777
+ {
778
+ "indexed": false,
779
+ "internalType": "Blocknumber",
780
+ "name": "lastUpdatedIn",
781
+ "type": "uint40"
782
+ }
783
+ ],
784
+ "name": "LogProductStoreRiskInfoUpdated",
785
+ "type": "event"
786
+ },
787
+ {
788
+ "inputs": [],
789
+ "name": "authority",
790
+ "outputs": [
791
+ {
792
+ "internalType": "address",
793
+ "name": "",
794
+ "type": "address"
795
+ }
796
+ ],
797
+ "stateMutability": "view",
798
+ "type": "function"
799
+ },
800
+ {
801
+ "inputs": [
802
+ {
803
+ "internalType": "StateId",
804
+ "name": "stateId",
805
+ "type": "uint8"
806
+ },
807
+ {
808
+ "internalType": "ObjectType",
809
+ "name": "objectType",
810
+ "type": "uint8"
811
+ },
812
+ {
813
+ "internalType": "StateId",
814
+ "name": "expectedFromId",
815
+ "type": "uint8"
816
+ },
817
+ {
818
+ "internalType": "StateId",
819
+ "name": "toId",
820
+ "type": "uint8"
821
+ }
822
+ ],
823
+ "name": "checkTransition",
824
+ "outputs": [],
825
+ "stateMutability": "view",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [
830
+ {
831
+ "internalType": "NftId",
832
+ "name": "applicationNftId",
833
+ "type": "uint96"
834
+ },
835
+ {
836
+ "components": [
837
+ {
838
+ "internalType": "NftId",
839
+ "name": "productNftId",
840
+ "type": "uint96"
841
+ },
842
+ {
843
+ "internalType": "NftId",
844
+ "name": "bundleNftId",
845
+ "type": "uint96"
846
+ },
847
+ {
848
+ "internalType": "RiskId",
849
+ "name": "riskId",
850
+ "type": "bytes8"
851
+ },
852
+ {
853
+ "internalType": "Amount",
854
+ "name": "sumInsuredAmount",
855
+ "type": "uint96"
856
+ },
857
+ {
858
+ "internalType": "Amount",
859
+ "name": "premiumAmount",
860
+ "type": "uint96"
861
+ },
862
+ {
863
+ "internalType": "ReferralId",
864
+ "name": "referralId",
865
+ "type": "bytes8"
866
+ },
867
+ {
868
+ "internalType": "uint16",
869
+ "name": "claimsCount",
870
+ "type": "uint16"
871
+ },
872
+ {
873
+ "internalType": "uint16",
874
+ "name": "openClaimsCount",
875
+ "type": "uint16"
876
+ },
877
+ {
878
+ "internalType": "Amount",
879
+ "name": "claimAmount",
880
+ "type": "uint96"
881
+ },
882
+ {
883
+ "internalType": "Amount",
884
+ "name": "payoutAmount",
885
+ "type": "uint96"
886
+ },
887
+ {
888
+ "internalType": "Timestamp",
889
+ "name": "activatedAt",
890
+ "type": "uint40"
891
+ },
892
+ {
893
+ "internalType": "Seconds",
894
+ "name": "lifetime",
895
+ "type": "uint40"
896
+ },
897
+ {
898
+ "internalType": "Timestamp",
899
+ "name": "expiredAt",
900
+ "type": "uint40"
901
+ },
902
+ {
903
+ "internalType": "Timestamp",
904
+ "name": "closedAt",
905
+ "type": "uint40"
906
+ },
907
+ {
908
+ "internalType": "bytes",
909
+ "name": "applicationData",
910
+ "type": "bytes"
911
+ },
912
+ {
913
+ "internalType": "bytes",
914
+ "name": "processData",
915
+ "type": "bytes"
916
+ }
917
+ ],
918
+ "internalType": "struct IPolicy.PolicyInfo",
919
+ "name": "policy",
920
+ "type": "tuple"
921
+ }
922
+ ],
923
+ "name": "createApplication",
924
+ "outputs": [],
925
+ "stateMutability": "nonpayable",
926
+ "type": "function"
927
+ },
928
+ {
929
+ "inputs": [
930
+ {
931
+ "internalType": "NftId",
932
+ "name": "productNftId",
933
+ "type": "uint96"
934
+ },
935
+ {
936
+ "components": [
937
+ {
938
+ "components": [
939
+ {
940
+ "internalType": "UFixed",
941
+ "name": "fractionalFee",
942
+ "type": "uint160"
943
+ },
944
+ {
945
+ "internalType": "Amount",
946
+ "name": "fixedFee",
947
+ "type": "uint96"
948
+ }
949
+ ],
950
+ "internalType": "struct Fee",
951
+ "name": "productFee",
952
+ "type": "tuple"
953
+ },
954
+ {
955
+ "components": [
956
+ {
957
+ "internalType": "UFixed",
958
+ "name": "fractionalFee",
959
+ "type": "uint160"
960
+ },
961
+ {
962
+ "internalType": "Amount",
963
+ "name": "fixedFee",
964
+ "type": "uint96"
965
+ }
966
+ ],
967
+ "internalType": "struct Fee",
968
+ "name": "processingFee",
969
+ "type": "tuple"
970
+ },
971
+ {
972
+ "components": [
973
+ {
974
+ "internalType": "UFixed",
975
+ "name": "fractionalFee",
976
+ "type": "uint160"
977
+ },
978
+ {
979
+ "internalType": "Amount",
980
+ "name": "fixedFee",
981
+ "type": "uint96"
982
+ }
983
+ ],
984
+ "internalType": "struct Fee",
985
+ "name": "distributionFee",
986
+ "type": "tuple"
987
+ },
988
+ {
989
+ "components": [
990
+ {
991
+ "internalType": "UFixed",
992
+ "name": "fractionalFee",
993
+ "type": "uint160"
994
+ },
995
+ {
996
+ "internalType": "Amount",
997
+ "name": "fixedFee",
998
+ "type": "uint96"
999
+ }
1000
+ ],
1001
+ "internalType": "struct Fee",
1002
+ "name": "minDistributionOwnerFee",
1003
+ "type": "tuple"
1004
+ },
1005
+ {
1006
+ "components": [
1007
+ {
1008
+ "internalType": "UFixed",
1009
+ "name": "fractionalFee",
1010
+ "type": "uint160"
1011
+ },
1012
+ {
1013
+ "internalType": "Amount",
1014
+ "name": "fixedFee",
1015
+ "type": "uint96"
1016
+ }
1017
+ ],
1018
+ "internalType": "struct Fee",
1019
+ "name": "poolFee",
1020
+ "type": "tuple"
1021
+ },
1022
+ {
1023
+ "components": [
1024
+ {
1025
+ "internalType": "UFixed",
1026
+ "name": "fractionalFee",
1027
+ "type": "uint160"
1028
+ },
1029
+ {
1030
+ "internalType": "Amount",
1031
+ "name": "fixedFee",
1032
+ "type": "uint96"
1033
+ }
1034
+ ],
1035
+ "internalType": "struct Fee",
1036
+ "name": "stakingFee",
1037
+ "type": "tuple"
1038
+ },
1039
+ {
1040
+ "components": [
1041
+ {
1042
+ "internalType": "UFixed",
1043
+ "name": "fractionalFee",
1044
+ "type": "uint160"
1045
+ },
1046
+ {
1047
+ "internalType": "Amount",
1048
+ "name": "fixedFee",
1049
+ "type": "uint96"
1050
+ }
1051
+ ],
1052
+ "internalType": "struct Fee",
1053
+ "name": "performanceFee",
1054
+ "type": "tuple"
1055
+ }
1056
+ ],
1057
+ "internalType": "struct IComponents.FeeInfo",
1058
+ "name": "info",
1059
+ "type": "tuple"
1060
+ }
1061
+ ],
1062
+ "name": "createFee",
1063
+ "outputs": [],
1064
+ "stateMutability": "nonpayable",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [
1069
+ {
1070
+ "internalType": "NftId",
1071
+ "name": "policyNftId",
1072
+ "type": "uint96"
1073
+ },
1074
+ {
1075
+ "components": [
1076
+ {
1077
+ "internalType": "Amount",
1078
+ "name": "productFeeAmount",
1079
+ "type": "uint96"
1080
+ },
1081
+ {
1082
+ "internalType": "Amount",
1083
+ "name": "distributionFeeAndCommissionAmount",
1084
+ "type": "uint96"
1085
+ },
1086
+ {
1087
+ "internalType": "Amount",
1088
+ "name": "poolPremiumAndFeeAmount",
1089
+ "type": "uint96"
1090
+ },
1091
+ {
1092
+ "internalType": "Amount",
1093
+ "name": "netPremiumAmount",
1094
+ "type": "uint96"
1095
+ },
1096
+ {
1097
+ "internalType": "Amount",
1098
+ "name": "fullPremiumAmount",
1099
+ "type": "uint96"
1100
+ },
1101
+ {
1102
+ "internalType": "Amount",
1103
+ "name": "premiumAmount",
1104
+ "type": "uint96"
1105
+ },
1106
+ {
1107
+ "internalType": "Amount",
1108
+ "name": "productFeeFixAmount",
1109
+ "type": "uint96"
1110
+ },
1111
+ {
1112
+ "internalType": "Amount",
1113
+ "name": "poolFeeFixAmount",
1114
+ "type": "uint96"
1115
+ },
1116
+ {
1117
+ "internalType": "Amount",
1118
+ "name": "bundleFeeFixAmount",
1119
+ "type": "uint96"
1120
+ },
1121
+ {
1122
+ "internalType": "Amount",
1123
+ "name": "distributionFeeFixAmount",
1124
+ "type": "uint96"
1125
+ },
1126
+ {
1127
+ "internalType": "Amount",
1128
+ "name": "productFeeVarAmount",
1129
+ "type": "uint96"
1130
+ },
1131
+ {
1132
+ "internalType": "Amount",
1133
+ "name": "poolFeeVarAmount",
1134
+ "type": "uint96"
1135
+ },
1136
+ {
1137
+ "internalType": "Amount",
1138
+ "name": "bundleFeeVarAmount",
1139
+ "type": "uint96"
1140
+ },
1141
+ {
1142
+ "internalType": "Amount",
1143
+ "name": "distributionFeeVarAmount",
1144
+ "type": "uint96"
1145
+ },
1146
+ {
1147
+ "internalType": "Amount",
1148
+ "name": "distributionOwnerFeeFixAmount",
1149
+ "type": "uint96"
1150
+ },
1151
+ {
1152
+ "internalType": "Amount",
1153
+ "name": "distributionOwnerFeeVarAmount",
1154
+ "type": "uint96"
1155
+ },
1156
+ {
1157
+ "internalType": "Amount",
1158
+ "name": "commissionAmount",
1159
+ "type": "uint96"
1160
+ },
1161
+ {
1162
+ "internalType": "Amount",
1163
+ "name": "discountAmount",
1164
+ "type": "uint96"
1165
+ }
1166
+ ],
1167
+ "internalType": "struct IPolicy.PremiumInfo",
1168
+ "name": "premium",
1169
+ "type": "tuple"
1170
+ }
1171
+ ],
1172
+ "name": "createPremium",
1173
+ "outputs": [],
1174
+ "stateMutability": "nonpayable",
1175
+ "type": "function"
1176
+ },
1177
+ {
1178
+ "inputs": [
1179
+ {
1180
+ "internalType": "NftId",
1181
+ "name": "productNftId",
1182
+ "type": "uint96"
1183
+ },
1184
+ {
1185
+ "components": [
1186
+ {
1187
+ "internalType": "bool",
1188
+ "name": "isProcessingFundedClaims",
1189
+ "type": "bool"
1190
+ },
1191
+ {
1192
+ "internalType": "bool",
1193
+ "name": "isInterceptingPolicyTransfers",
1194
+ "type": "bool"
1195
+ },
1196
+ {
1197
+ "internalType": "bool",
1198
+ "name": "hasDistribution",
1199
+ "type": "bool"
1200
+ },
1201
+ {
1202
+ "internalType": "uint8",
1203
+ "name": "expectedNumberOfOracles",
1204
+ "type": "uint8"
1205
+ },
1206
+ {
1207
+ "internalType": "uint8",
1208
+ "name": "numberOfOracles",
1209
+ "type": "uint8"
1210
+ },
1211
+ {
1212
+ "internalType": "NftId",
1213
+ "name": "poolNftId",
1214
+ "type": "uint96"
1215
+ },
1216
+ {
1217
+ "internalType": "NftId",
1218
+ "name": "distributionNftId",
1219
+ "type": "uint96"
1220
+ },
1221
+ {
1222
+ "internalType": "NftId[]",
1223
+ "name": "oracleNftId",
1224
+ "type": "uint96[]"
1225
+ }
1226
+ ],
1227
+ "internalType": "struct IComponents.ProductInfo",
1228
+ "name": "info",
1229
+ "type": "tuple"
1230
+ }
1231
+ ],
1232
+ "name": "createProduct",
1233
+ "outputs": [],
1234
+ "stateMutability": "nonpayable",
1235
+ "type": "function"
1236
+ },
1237
+ {
1238
+ "inputs": [
1239
+ {
1240
+ "internalType": "RiskId",
1241
+ "name": "riskId",
1242
+ "type": "bytes8"
1243
+ },
1244
+ {
1245
+ "components": [
1246
+ {
1247
+ "internalType": "NftId",
1248
+ "name": "productNftId",
1249
+ "type": "uint96"
1250
+ },
1251
+ {
1252
+ "internalType": "Timestamp",
1253
+ "name": "createdAt",
1254
+ "type": "uint40"
1255
+ },
1256
+ {
1257
+ "internalType": "bytes",
1258
+ "name": "data",
1259
+ "type": "bytes"
1260
+ }
1261
+ ],
1262
+ "internalType": "struct IRisk.RiskInfo",
1263
+ "name": "info",
1264
+ "type": "tuple"
1265
+ }
1266
+ ],
1267
+ "name": "createRisk",
1268
+ "outputs": [],
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [
1274
+ {
1275
+ "internalType": "Key32",
1276
+ "name": "key32",
1277
+ "type": "bytes32"
1278
+ }
1279
+ ],
1280
+ "name": "exists",
1281
+ "outputs": [
1282
+ {
1283
+ "internalType": "bool",
1284
+ "name": "",
1285
+ "type": "bool"
1286
+ }
1287
+ ],
1288
+ "stateMutability": "view",
1289
+ "type": "function"
1290
+ },
1291
+ {
1292
+ "inputs": [
1293
+ {
1294
+ "internalType": "NftId",
1295
+ "name": "targetNftId",
1296
+ "type": "uint96"
1297
+ }
1298
+ ],
1299
+ "name": "getAmounts",
1300
+ "outputs": [
1301
+ {
1302
+ "internalType": "Amount",
1303
+ "name": "balanceAmount",
1304
+ "type": "uint96"
1305
+ },
1306
+ {
1307
+ "internalType": "Amount",
1308
+ "name": "lockedAmount",
1309
+ "type": "uint96"
1310
+ },
1311
+ {
1312
+ "internalType": "Amount",
1313
+ "name": "feeAmount",
1314
+ "type": "uint96"
1315
+ }
1316
+ ],
1317
+ "stateMutability": "view",
1318
+ "type": "function"
1319
+ },
1320
+ {
1321
+ "inputs": [
1322
+ {
1323
+ "internalType": "NftId",
1324
+ "name": "targetNftId",
1325
+ "type": "uint96"
1326
+ }
1327
+ ],
1328
+ "name": "getBalanceAmount",
1329
+ "outputs": [
1330
+ {
1331
+ "internalType": "Amount",
1332
+ "name": "balanceAmount",
1333
+ "type": "uint96"
1334
+ }
1335
+ ],
1336
+ "stateMutability": "view",
1337
+ "type": "function"
1338
+ },
1339
+ {
1340
+ "inputs": [
1341
+ {
1342
+ "internalType": "NftId",
1343
+ "name": "targetNftId",
1344
+ "type": "uint96"
1345
+ }
1346
+ ],
1347
+ "name": "getFeeAmount",
1348
+ "outputs": [
1349
+ {
1350
+ "internalType": "Amount",
1351
+ "name": "feeAmount",
1352
+ "type": "uint96"
1353
+ }
1354
+ ],
1355
+ "stateMutability": "view",
1356
+ "type": "function"
1357
+ },
1358
+ {
1359
+ "inputs": [
1360
+ {
1361
+ "internalType": "NftId",
1362
+ "name": "productNftId",
1363
+ "type": "uint96"
1364
+ }
1365
+ ],
1366
+ "name": "getFeeInfo",
1367
+ "outputs": [
1368
+ {
1369
+ "components": [
1370
+ {
1371
+ "components": [
1372
+ {
1373
+ "internalType": "UFixed",
1374
+ "name": "fractionalFee",
1375
+ "type": "uint160"
1376
+ },
1377
+ {
1378
+ "internalType": "Amount",
1379
+ "name": "fixedFee",
1380
+ "type": "uint96"
1381
+ }
1382
+ ],
1383
+ "internalType": "struct Fee",
1384
+ "name": "productFee",
1385
+ "type": "tuple"
1386
+ },
1387
+ {
1388
+ "components": [
1389
+ {
1390
+ "internalType": "UFixed",
1391
+ "name": "fractionalFee",
1392
+ "type": "uint160"
1393
+ },
1394
+ {
1395
+ "internalType": "Amount",
1396
+ "name": "fixedFee",
1397
+ "type": "uint96"
1398
+ }
1399
+ ],
1400
+ "internalType": "struct Fee",
1401
+ "name": "processingFee",
1402
+ "type": "tuple"
1403
+ },
1404
+ {
1405
+ "components": [
1406
+ {
1407
+ "internalType": "UFixed",
1408
+ "name": "fractionalFee",
1409
+ "type": "uint160"
1410
+ },
1411
+ {
1412
+ "internalType": "Amount",
1413
+ "name": "fixedFee",
1414
+ "type": "uint96"
1415
+ }
1416
+ ],
1417
+ "internalType": "struct Fee",
1418
+ "name": "distributionFee",
1419
+ "type": "tuple"
1420
+ },
1421
+ {
1422
+ "components": [
1423
+ {
1424
+ "internalType": "UFixed",
1425
+ "name": "fractionalFee",
1426
+ "type": "uint160"
1427
+ },
1428
+ {
1429
+ "internalType": "Amount",
1430
+ "name": "fixedFee",
1431
+ "type": "uint96"
1432
+ }
1433
+ ],
1434
+ "internalType": "struct Fee",
1435
+ "name": "minDistributionOwnerFee",
1436
+ "type": "tuple"
1437
+ },
1438
+ {
1439
+ "components": [
1440
+ {
1441
+ "internalType": "UFixed",
1442
+ "name": "fractionalFee",
1443
+ "type": "uint160"
1444
+ },
1445
+ {
1446
+ "internalType": "Amount",
1447
+ "name": "fixedFee",
1448
+ "type": "uint96"
1449
+ }
1450
+ ],
1451
+ "internalType": "struct Fee",
1452
+ "name": "poolFee",
1453
+ "type": "tuple"
1454
+ },
1455
+ {
1456
+ "components": [
1457
+ {
1458
+ "internalType": "UFixed",
1459
+ "name": "fractionalFee",
1460
+ "type": "uint160"
1461
+ },
1462
+ {
1463
+ "internalType": "Amount",
1464
+ "name": "fixedFee",
1465
+ "type": "uint96"
1466
+ }
1467
+ ],
1468
+ "internalType": "struct Fee",
1469
+ "name": "stakingFee",
1470
+ "type": "tuple"
1471
+ },
1472
+ {
1473
+ "components": [
1474
+ {
1475
+ "internalType": "UFixed",
1476
+ "name": "fractionalFee",
1477
+ "type": "uint160"
1478
+ },
1479
+ {
1480
+ "internalType": "Amount",
1481
+ "name": "fixedFee",
1482
+ "type": "uint96"
1483
+ }
1484
+ ],
1485
+ "internalType": "struct Fee",
1486
+ "name": "performanceFee",
1487
+ "type": "tuple"
1488
+ }
1489
+ ],
1490
+ "internalType": "struct IComponents.FeeInfo",
1491
+ "name": "info",
1492
+ "type": "tuple"
1493
+ }
1494
+ ],
1495
+ "stateMutability": "view",
1496
+ "type": "function"
1497
+ },
1498
+ {
1499
+ "inputs": [
1500
+ {
1501
+ "internalType": "ObjectType",
1502
+ "name": "objectType",
1503
+ "type": "uint8"
1504
+ }
1505
+ ],
1506
+ "name": "getInitialState",
1507
+ "outputs": [
1508
+ {
1509
+ "internalType": "StateId",
1510
+ "name": "",
1511
+ "type": "uint8"
1512
+ }
1513
+ ],
1514
+ "stateMutability": "view",
1515
+ "type": "function"
1516
+ },
1517
+ {
1518
+ "inputs": [
1519
+ {
1520
+ "internalType": "NftId",
1521
+ "name": "targetNftId",
1522
+ "type": "uint96"
1523
+ }
1524
+ ],
1525
+ "name": "getLockedAmount",
1526
+ "outputs": [
1527
+ {
1528
+ "internalType": "Amount",
1529
+ "name": "lockedAmount",
1530
+ "type": "uint96"
1531
+ }
1532
+ ],
1533
+ "stateMutability": "view",
1534
+ "type": "function"
1535
+ },
1536
+ {
1537
+ "inputs": [
1538
+ {
1539
+ "internalType": "Key32",
1540
+ "name": "key32",
1541
+ "type": "bytes32"
1542
+ }
1543
+ ],
1544
+ "name": "getMetadata",
1545
+ "outputs": [
1546
+ {
1547
+ "components": [
1548
+ {
1549
+ "internalType": "ObjectType",
1550
+ "name": "objectType",
1551
+ "type": "uint8"
1552
+ },
1553
+ {
1554
+ "internalType": "StateId",
1555
+ "name": "state",
1556
+ "type": "uint8"
1557
+ },
1558
+ {
1559
+ "internalType": "Blocknumber",
1560
+ "name": "updatedIn",
1561
+ "type": "uint40"
1562
+ }
1563
+ ],
1564
+ "internalType": "struct IBaseStore.Metadata",
1565
+ "name": "metadata",
1566
+ "type": "tuple"
1567
+ }
1568
+ ],
1569
+ "stateMutability": "view",
1570
+ "type": "function"
1571
+ },
1572
+ {
1573
+ "inputs": [
1574
+ {
1575
+ "internalType": "NftId",
1576
+ "name": "policyNftId",
1577
+ "type": "uint96"
1578
+ }
1579
+ ],
1580
+ "name": "getPolicyInfo",
1581
+ "outputs": [
1582
+ {
1583
+ "components": [
1584
+ {
1585
+ "internalType": "NftId",
1586
+ "name": "productNftId",
1587
+ "type": "uint96"
1588
+ },
1589
+ {
1590
+ "internalType": "NftId",
1591
+ "name": "bundleNftId",
1592
+ "type": "uint96"
1593
+ },
1594
+ {
1595
+ "internalType": "RiskId",
1596
+ "name": "riskId",
1597
+ "type": "bytes8"
1598
+ },
1599
+ {
1600
+ "internalType": "Amount",
1601
+ "name": "sumInsuredAmount",
1602
+ "type": "uint96"
1603
+ },
1604
+ {
1605
+ "internalType": "Amount",
1606
+ "name": "premiumAmount",
1607
+ "type": "uint96"
1608
+ },
1609
+ {
1610
+ "internalType": "ReferralId",
1611
+ "name": "referralId",
1612
+ "type": "bytes8"
1613
+ },
1614
+ {
1615
+ "internalType": "uint16",
1616
+ "name": "claimsCount",
1617
+ "type": "uint16"
1618
+ },
1619
+ {
1620
+ "internalType": "uint16",
1621
+ "name": "openClaimsCount",
1622
+ "type": "uint16"
1623
+ },
1624
+ {
1625
+ "internalType": "Amount",
1626
+ "name": "claimAmount",
1627
+ "type": "uint96"
1628
+ },
1629
+ {
1630
+ "internalType": "Amount",
1631
+ "name": "payoutAmount",
1632
+ "type": "uint96"
1633
+ },
1634
+ {
1635
+ "internalType": "Timestamp",
1636
+ "name": "activatedAt",
1637
+ "type": "uint40"
1638
+ },
1639
+ {
1640
+ "internalType": "Seconds",
1641
+ "name": "lifetime",
1642
+ "type": "uint40"
1643
+ },
1644
+ {
1645
+ "internalType": "Timestamp",
1646
+ "name": "expiredAt",
1647
+ "type": "uint40"
1648
+ },
1649
+ {
1650
+ "internalType": "Timestamp",
1651
+ "name": "closedAt",
1652
+ "type": "uint40"
1653
+ },
1654
+ {
1655
+ "internalType": "bytes",
1656
+ "name": "applicationData",
1657
+ "type": "bytes"
1658
+ },
1659
+ {
1660
+ "internalType": "bytes",
1661
+ "name": "processData",
1662
+ "type": "bytes"
1663
+ }
1664
+ ],
1665
+ "internalType": "struct IPolicy.PolicyInfo",
1666
+ "name": "policy",
1667
+ "type": "tuple"
1668
+ }
1669
+ ],
1670
+ "stateMutability": "view",
1671
+ "type": "function"
1672
+ },
1673
+ {
1674
+ "inputs": [
1675
+ {
1676
+ "internalType": "NftId",
1677
+ "name": "policyNftId",
1678
+ "type": "uint96"
1679
+ }
1680
+ ],
1681
+ "name": "getPremiumInfo",
1682
+ "outputs": [
1683
+ {
1684
+ "components": [
1685
+ {
1686
+ "internalType": "Amount",
1687
+ "name": "productFeeAmount",
1688
+ "type": "uint96"
1689
+ },
1690
+ {
1691
+ "internalType": "Amount",
1692
+ "name": "distributionFeeAndCommissionAmount",
1693
+ "type": "uint96"
1694
+ },
1695
+ {
1696
+ "internalType": "Amount",
1697
+ "name": "poolPremiumAndFeeAmount",
1698
+ "type": "uint96"
1699
+ },
1700
+ {
1701
+ "internalType": "Amount",
1702
+ "name": "netPremiumAmount",
1703
+ "type": "uint96"
1704
+ },
1705
+ {
1706
+ "internalType": "Amount",
1707
+ "name": "fullPremiumAmount",
1708
+ "type": "uint96"
1709
+ },
1710
+ {
1711
+ "internalType": "Amount",
1712
+ "name": "premiumAmount",
1713
+ "type": "uint96"
1714
+ },
1715
+ {
1716
+ "internalType": "Amount",
1717
+ "name": "productFeeFixAmount",
1718
+ "type": "uint96"
1719
+ },
1720
+ {
1721
+ "internalType": "Amount",
1722
+ "name": "poolFeeFixAmount",
1723
+ "type": "uint96"
1724
+ },
1725
+ {
1726
+ "internalType": "Amount",
1727
+ "name": "bundleFeeFixAmount",
1728
+ "type": "uint96"
1729
+ },
1730
+ {
1731
+ "internalType": "Amount",
1732
+ "name": "distributionFeeFixAmount",
1733
+ "type": "uint96"
1734
+ },
1735
+ {
1736
+ "internalType": "Amount",
1737
+ "name": "productFeeVarAmount",
1738
+ "type": "uint96"
1739
+ },
1740
+ {
1741
+ "internalType": "Amount",
1742
+ "name": "poolFeeVarAmount",
1743
+ "type": "uint96"
1744
+ },
1745
+ {
1746
+ "internalType": "Amount",
1747
+ "name": "bundleFeeVarAmount",
1748
+ "type": "uint96"
1749
+ },
1750
+ {
1751
+ "internalType": "Amount",
1752
+ "name": "distributionFeeVarAmount",
1753
+ "type": "uint96"
1754
+ },
1755
+ {
1756
+ "internalType": "Amount",
1757
+ "name": "distributionOwnerFeeFixAmount",
1758
+ "type": "uint96"
1759
+ },
1760
+ {
1761
+ "internalType": "Amount",
1762
+ "name": "distributionOwnerFeeVarAmount",
1763
+ "type": "uint96"
1764
+ },
1765
+ {
1766
+ "internalType": "Amount",
1767
+ "name": "commissionAmount",
1768
+ "type": "uint96"
1769
+ },
1770
+ {
1771
+ "internalType": "Amount",
1772
+ "name": "discountAmount",
1773
+ "type": "uint96"
1774
+ }
1775
+ ],
1776
+ "internalType": "struct IPolicy.PremiumInfo",
1777
+ "name": "premium",
1778
+ "type": "tuple"
1779
+ }
1780
+ ],
1781
+ "stateMutability": "view",
1782
+ "type": "function"
1783
+ },
1784
+ {
1785
+ "inputs": [
1786
+ {
1787
+ "internalType": "NftId",
1788
+ "name": "productNftId",
1789
+ "type": "uint96"
1790
+ }
1791
+ ],
1792
+ "name": "getProductInfo",
1793
+ "outputs": [
1794
+ {
1795
+ "components": [
1796
+ {
1797
+ "internalType": "bool",
1798
+ "name": "isProcessingFundedClaims",
1799
+ "type": "bool"
1800
+ },
1801
+ {
1802
+ "internalType": "bool",
1803
+ "name": "isInterceptingPolicyTransfers",
1804
+ "type": "bool"
1805
+ },
1806
+ {
1807
+ "internalType": "bool",
1808
+ "name": "hasDistribution",
1809
+ "type": "bool"
1810
+ },
1811
+ {
1812
+ "internalType": "uint8",
1813
+ "name": "expectedNumberOfOracles",
1814
+ "type": "uint8"
1815
+ },
1816
+ {
1817
+ "internalType": "uint8",
1818
+ "name": "numberOfOracles",
1819
+ "type": "uint8"
1820
+ },
1821
+ {
1822
+ "internalType": "NftId",
1823
+ "name": "poolNftId",
1824
+ "type": "uint96"
1825
+ },
1826
+ {
1827
+ "internalType": "NftId",
1828
+ "name": "distributionNftId",
1829
+ "type": "uint96"
1830
+ },
1831
+ {
1832
+ "internalType": "NftId[]",
1833
+ "name": "oracleNftId",
1834
+ "type": "uint96[]"
1835
+ }
1836
+ ],
1837
+ "internalType": "struct IComponents.ProductInfo",
1838
+ "name": "info",
1839
+ "type": "tuple"
1840
+ }
1841
+ ],
1842
+ "stateMutability": "view",
1843
+ "type": "function"
1844
+ },
1845
+ {
1846
+ "inputs": [
1847
+ {
1848
+ "internalType": "RiskId",
1849
+ "name": "riskId",
1850
+ "type": "bytes8"
1851
+ }
1852
+ ],
1853
+ "name": "getRiskInfo",
1854
+ "outputs": [
1855
+ {
1856
+ "components": [
1857
+ {
1858
+ "internalType": "NftId",
1859
+ "name": "productNftId",
1860
+ "type": "uint96"
1861
+ },
1862
+ {
1863
+ "internalType": "Timestamp",
1864
+ "name": "createdAt",
1865
+ "type": "uint40"
1866
+ },
1867
+ {
1868
+ "internalType": "bytes",
1869
+ "name": "data",
1870
+ "type": "bytes"
1871
+ }
1872
+ ],
1873
+ "internalType": "struct IRisk.RiskInfo",
1874
+ "name": "info",
1875
+ "type": "tuple"
1876
+ }
1877
+ ],
1878
+ "stateMutability": "view",
1879
+ "type": "function"
1880
+ },
1881
+ {
1882
+ "inputs": [
1883
+ {
1884
+ "internalType": "Key32",
1885
+ "name": "key32",
1886
+ "type": "bytes32"
1887
+ }
1888
+ ],
1889
+ "name": "getState",
1890
+ "outputs": [
1891
+ {
1892
+ "internalType": "StateId",
1893
+ "name": "state",
1894
+ "type": "uint8"
1895
+ }
1896
+ ],
1897
+ "stateMutability": "view",
1898
+ "type": "function"
1899
+ },
1900
+ {
1901
+ "inputs": [
1902
+ {
1903
+ "internalType": "ObjectType",
1904
+ "name": "objectType",
1905
+ "type": "uint8"
1906
+ }
1907
+ ],
1908
+ "name": "hasLifecycle",
1909
+ "outputs": [
1910
+ {
1911
+ "internalType": "bool",
1912
+ "name": "",
1913
+ "type": "bool"
1914
+ }
1915
+ ],
1916
+ "stateMutability": "view",
1917
+ "type": "function"
1918
+ },
1919
+ {
1920
+ "inputs": [],
1921
+ "name": "initialize",
1922
+ "outputs": [],
1923
+ "stateMutability": "nonpayable",
1924
+ "type": "function"
1925
+ },
1926
+ {
1927
+ "inputs": [],
1928
+ "name": "isConsumingScheduledOp",
1929
+ "outputs": [
1930
+ {
1931
+ "internalType": "bytes4",
1932
+ "name": "",
1933
+ "type": "bytes4"
1934
+ }
1935
+ ],
1936
+ "stateMutability": "view",
1937
+ "type": "function"
1938
+ },
1939
+ {
1940
+ "inputs": [
1941
+ {
1942
+ "internalType": "ObjectType",
1943
+ "name": "objectType",
1944
+ "type": "uint8"
1945
+ },
1946
+ {
1947
+ "internalType": "StateId",
1948
+ "name": "fromId",
1949
+ "type": "uint8"
1950
+ },
1951
+ {
1952
+ "internalType": "StateId",
1953
+ "name": "toId",
1954
+ "type": "uint8"
1955
+ }
1956
+ ],
1957
+ "name": "isValidTransition",
1958
+ "outputs": [
1959
+ {
1960
+ "internalType": "bool",
1961
+ "name": "",
1962
+ "type": "bool"
1963
+ }
1964
+ ],
1965
+ "stateMutability": "view",
1966
+ "type": "function"
1967
+ },
1968
+ {
1969
+ "inputs": [
1970
+ {
1971
+ "internalType": "address",
1972
+ "name": "newAuthority",
1973
+ "type": "address"
1974
+ }
1975
+ ],
1976
+ "name": "setAuthority",
1977
+ "outputs": [],
1978
+ "stateMutability": "nonpayable",
1979
+ "type": "function"
1980
+ },
1981
+ {
1982
+ "inputs": [
1983
+ {
1984
+ "internalType": "ObjectType",
1985
+ "name": "objectType",
1986
+ "type": "uint8"
1987
+ },
1988
+ {
1989
+ "internalType": "KeyId",
1990
+ "name": "id",
1991
+ "type": "bytes31"
1992
+ }
1993
+ ],
1994
+ "name": "toKey32",
1995
+ "outputs": [
1996
+ {
1997
+ "internalType": "Key32",
1998
+ "name": "",
1999
+ "type": "bytes32"
2000
+ }
2001
+ ],
2002
+ "stateMutability": "pure",
2003
+ "type": "function"
2004
+ },
2005
+ {
2006
+ "inputs": [
2007
+ {
2008
+ "internalType": "NftId",
2009
+ "name": "applicationNftId",
2010
+ "type": "uint96"
2011
+ },
2012
+ {
2013
+ "components": [
2014
+ {
2015
+ "internalType": "NftId",
2016
+ "name": "productNftId",
2017
+ "type": "uint96"
2018
+ },
2019
+ {
2020
+ "internalType": "NftId",
2021
+ "name": "bundleNftId",
2022
+ "type": "uint96"
2023
+ },
2024
+ {
2025
+ "internalType": "RiskId",
2026
+ "name": "riskId",
2027
+ "type": "bytes8"
2028
+ },
2029
+ {
2030
+ "internalType": "Amount",
2031
+ "name": "sumInsuredAmount",
2032
+ "type": "uint96"
2033
+ },
2034
+ {
2035
+ "internalType": "Amount",
2036
+ "name": "premiumAmount",
2037
+ "type": "uint96"
2038
+ },
2039
+ {
2040
+ "internalType": "ReferralId",
2041
+ "name": "referralId",
2042
+ "type": "bytes8"
2043
+ },
2044
+ {
2045
+ "internalType": "uint16",
2046
+ "name": "claimsCount",
2047
+ "type": "uint16"
2048
+ },
2049
+ {
2050
+ "internalType": "uint16",
2051
+ "name": "openClaimsCount",
2052
+ "type": "uint16"
2053
+ },
2054
+ {
2055
+ "internalType": "Amount",
2056
+ "name": "claimAmount",
2057
+ "type": "uint96"
2058
+ },
2059
+ {
2060
+ "internalType": "Amount",
2061
+ "name": "payoutAmount",
2062
+ "type": "uint96"
2063
+ },
2064
+ {
2065
+ "internalType": "Timestamp",
2066
+ "name": "activatedAt",
2067
+ "type": "uint40"
2068
+ },
2069
+ {
2070
+ "internalType": "Seconds",
2071
+ "name": "lifetime",
2072
+ "type": "uint40"
2073
+ },
2074
+ {
2075
+ "internalType": "Timestamp",
2076
+ "name": "expiredAt",
2077
+ "type": "uint40"
2078
+ },
2079
+ {
2080
+ "internalType": "Timestamp",
2081
+ "name": "closedAt",
2082
+ "type": "uint40"
2083
+ },
2084
+ {
2085
+ "internalType": "bytes",
2086
+ "name": "applicationData",
2087
+ "type": "bytes"
2088
+ },
2089
+ {
2090
+ "internalType": "bytes",
2091
+ "name": "processData",
2092
+ "type": "bytes"
2093
+ }
2094
+ ],
2095
+ "internalType": "struct IPolicy.PolicyInfo",
2096
+ "name": "policy",
2097
+ "type": "tuple"
2098
+ },
2099
+ {
2100
+ "internalType": "StateId",
2101
+ "name": "newState",
2102
+ "type": "uint8"
2103
+ }
2104
+ ],
2105
+ "name": "updateApplication",
2106
+ "outputs": [],
2107
+ "stateMutability": "nonpayable",
2108
+ "type": "function"
2109
+ },
2110
+ {
2111
+ "inputs": [
2112
+ {
2113
+ "internalType": "NftId",
2114
+ "name": "applicationNftId",
2115
+ "type": "uint96"
2116
+ },
2117
+ {
2118
+ "internalType": "StateId",
2119
+ "name": "newState",
2120
+ "type": "uint8"
2121
+ }
2122
+ ],
2123
+ "name": "updateApplicationState",
2124
+ "outputs": [],
2125
+ "stateMutability": "nonpayable",
2126
+ "type": "function"
2127
+ },
2128
+ {
2129
+ "inputs": [
2130
+ {
2131
+ "internalType": "NftId",
2132
+ "name": "productNftId",
2133
+ "type": "uint96"
2134
+ },
2135
+ {
2136
+ "components": [
2137
+ {
2138
+ "components": [
2139
+ {
2140
+ "internalType": "UFixed",
2141
+ "name": "fractionalFee",
2142
+ "type": "uint160"
2143
+ },
2144
+ {
2145
+ "internalType": "Amount",
2146
+ "name": "fixedFee",
2147
+ "type": "uint96"
2148
+ }
2149
+ ],
2150
+ "internalType": "struct Fee",
2151
+ "name": "productFee",
2152
+ "type": "tuple"
2153
+ },
2154
+ {
2155
+ "components": [
2156
+ {
2157
+ "internalType": "UFixed",
2158
+ "name": "fractionalFee",
2159
+ "type": "uint160"
2160
+ },
2161
+ {
2162
+ "internalType": "Amount",
2163
+ "name": "fixedFee",
2164
+ "type": "uint96"
2165
+ }
2166
+ ],
2167
+ "internalType": "struct Fee",
2168
+ "name": "processingFee",
2169
+ "type": "tuple"
2170
+ },
2171
+ {
2172
+ "components": [
2173
+ {
2174
+ "internalType": "UFixed",
2175
+ "name": "fractionalFee",
2176
+ "type": "uint160"
2177
+ },
2178
+ {
2179
+ "internalType": "Amount",
2180
+ "name": "fixedFee",
2181
+ "type": "uint96"
2182
+ }
2183
+ ],
2184
+ "internalType": "struct Fee",
2185
+ "name": "distributionFee",
2186
+ "type": "tuple"
2187
+ },
2188
+ {
2189
+ "components": [
2190
+ {
2191
+ "internalType": "UFixed",
2192
+ "name": "fractionalFee",
2193
+ "type": "uint160"
2194
+ },
2195
+ {
2196
+ "internalType": "Amount",
2197
+ "name": "fixedFee",
2198
+ "type": "uint96"
2199
+ }
2200
+ ],
2201
+ "internalType": "struct Fee",
2202
+ "name": "minDistributionOwnerFee",
2203
+ "type": "tuple"
2204
+ },
2205
+ {
2206
+ "components": [
2207
+ {
2208
+ "internalType": "UFixed",
2209
+ "name": "fractionalFee",
2210
+ "type": "uint160"
2211
+ },
2212
+ {
2213
+ "internalType": "Amount",
2214
+ "name": "fixedFee",
2215
+ "type": "uint96"
2216
+ }
2217
+ ],
2218
+ "internalType": "struct Fee",
2219
+ "name": "poolFee",
2220
+ "type": "tuple"
2221
+ },
2222
+ {
2223
+ "components": [
2224
+ {
2225
+ "internalType": "UFixed",
2226
+ "name": "fractionalFee",
2227
+ "type": "uint160"
2228
+ },
2229
+ {
2230
+ "internalType": "Amount",
2231
+ "name": "fixedFee",
2232
+ "type": "uint96"
2233
+ }
2234
+ ],
2235
+ "internalType": "struct Fee",
2236
+ "name": "stakingFee",
2237
+ "type": "tuple"
2238
+ },
2239
+ {
2240
+ "components": [
2241
+ {
2242
+ "internalType": "UFixed",
2243
+ "name": "fractionalFee",
2244
+ "type": "uint160"
2245
+ },
2246
+ {
2247
+ "internalType": "Amount",
2248
+ "name": "fixedFee",
2249
+ "type": "uint96"
2250
+ }
2251
+ ],
2252
+ "internalType": "struct Fee",
2253
+ "name": "performanceFee",
2254
+ "type": "tuple"
2255
+ }
2256
+ ],
2257
+ "internalType": "struct IComponents.FeeInfo",
2258
+ "name": "info",
2259
+ "type": "tuple"
2260
+ }
2261
+ ],
2262
+ "name": "updateFee",
2263
+ "outputs": [],
2264
+ "stateMutability": "nonpayable",
2265
+ "type": "function"
2266
+ },
2267
+ {
2268
+ "inputs": [
2269
+ {
2270
+ "internalType": "NftId",
2271
+ "name": "policyNftId",
2272
+ "type": "uint96"
2273
+ },
2274
+ {
2275
+ "components": [
2276
+ {
2277
+ "internalType": "NftId",
2278
+ "name": "productNftId",
2279
+ "type": "uint96"
2280
+ },
2281
+ {
2282
+ "internalType": "NftId",
2283
+ "name": "bundleNftId",
2284
+ "type": "uint96"
2285
+ },
2286
+ {
2287
+ "internalType": "RiskId",
2288
+ "name": "riskId",
2289
+ "type": "bytes8"
2290
+ },
2291
+ {
2292
+ "internalType": "Amount",
2293
+ "name": "sumInsuredAmount",
2294
+ "type": "uint96"
2295
+ },
2296
+ {
2297
+ "internalType": "Amount",
2298
+ "name": "premiumAmount",
2299
+ "type": "uint96"
2300
+ },
2301
+ {
2302
+ "internalType": "ReferralId",
2303
+ "name": "referralId",
2304
+ "type": "bytes8"
2305
+ },
2306
+ {
2307
+ "internalType": "uint16",
2308
+ "name": "claimsCount",
2309
+ "type": "uint16"
2310
+ },
2311
+ {
2312
+ "internalType": "uint16",
2313
+ "name": "openClaimsCount",
2314
+ "type": "uint16"
2315
+ },
2316
+ {
2317
+ "internalType": "Amount",
2318
+ "name": "claimAmount",
2319
+ "type": "uint96"
2320
+ },
2321
+ {
2322
+ "internalType": "Amount",
2323
+ "name": "payoutAmount",
2324
+ "type": "uint96"
2325
+ },
2326
+ {
2327
+ "internalType": "Timestamp",
2328
+ "name": "activatedAt",
2329
+ "type": "uint40"
2330
+ },
2331
+ {
2332
+ "internalType": "Seconds",
2333
+ "name": "lifetime",
2334
+ "type": "uint40"
2335
+ },
2336
+ {
2337
+ "internalType": "Timestamp",
2338
+ "name": "expiredAt",
2339
+ "type": "uint40"
2340
+ },
2341
+ {
2342
+ "internalType": "Timestamp",
2343
+ "name": "closedAt",
2344
+ "type": "uint40"
2345
+ },
2346
+ {
2347
+ "internalType": "bytes",
2348
+ "name": "applicationData",
2349
+ "type": "bytes"
2350
+ },
2351
+ {
2352
+ "internalType": "bytes",
2353
+ "name": "processData",
2354
+ "type": "bytes"
2355
+ }
2356
+ ],
2357
+ "internalType": "struct IPolicy.PolicyInfo",
2358
+ "name": "policy",
2359
+ "type": "tuple"
2360
+ },
2361
+ {
2362
+ "internalType": "StateId",
2363
+ "name": "newState",
2364
+ "type": "uint8"
2365
+ }
2366
+ ],
2367
+ "name": "updatePolicy",
2368
+ "outputs": [],
2369
+ "stateMutability": "nonpayable",
2370
+ "type": "function"
2371
+ },
2372
+ {
2373
+ "inputs": [
2374
+ {
2375
+ "internalType": "NftId",
2376
+ "name": "policyNftId",
2377
+ "type": "uint96"
2378
+ },
2379
+ {
2380
+ "components": [
2381
+ {
2382
+ "internalType": "NftId",
2383
+ "name": "productNftId",
2384
+ "type": "uint96"
2385
+ },
2386
+ {
2387
+ "internalType": "NftId",
2388
+ "name": "bundleNftId",
2389
+ "type": "uint96"
2390
+ },
2391
+ {
2392
+ "internalType": "RiskId",
2393
+ "name": "riskId",
2394
+ "type": "bytes8"
2395
+ },
2396
+ {
2397
+ "internalType": "Amount",
2398
+ "name": "sumInsuredAmount",
2399
+ "type": "uint96"
2400
+ },
2401
+ {
2402
+ "internalType": "Amount",
2403
+ "name": "premiumAmount",
2404
+ "type": "uint96"
2405
+ },
2406
+ {
2407
+ "internalType": "ReferralId",
2408
+ "name": "referralId",
2409
+ "type": "bytes8"
2410
+ },
2411
+ {
2412
+ "internalType": "uint16",
2413
+ "name": "claimsCount",
2414
+ "type": "uint16"
2415
+ },
2416
+ {
2417
+ "internalType": "uint16",
2418
+ "name": "openClaimsCount",
2419
+ "type": "uint16"
2420
+ },
2421
+ {
2422
+ "internalType": "Amount",
2423
+ "name": "claimAmount",
2424
+ "type": "uint96"
2425
+ },
2426
+ {
2427
+ "internalType": "Amount",
2428
+ "name": "payoutAmount",
2429
+ "type": "uint96"
2430
+ },
2431
+ {
2432
+ "internalType": "Timestamp",
2433
+ "name": "activatedAt",
2434
+ "type": "uint40"
2435
+ },
2436
+ {
2437
+ "internalType": "Seconds",
2438
+ "name": "lifetime",
2439
+ "type": "uint40"
2440
+ },
2441
+ {
2442
+ "internalType": "Timestamp",
2443
+ "name": "expiredAt",
2444
+ "type": "uint40"
2445
+ },
2446
+ {
2447
+ "internalType": "Timestamp",
2448
+ "name": "closedAt",
2449
+ "type": "uint40"
2450
+ },
2451
+ {
2452
+ "internalType": "bytes",
2453
+ "name": "applicationData",
2454
+ "type": "bytes"
2455
+ },
2456
+ {
2457
+ "internalType": "bytes",
2458
+ "name": "processData",
2459
+ "type": "bytes"
2460
+ }
2461
+ ],
2462
+ "internalType": "struct IPolicy.PolicyInfo",
2463
+ "name": "policy",
2464
+ "type": "tuple"
2465
+ },
2466
+ {
2467
+ "internalType": "StateId",
2468
+ "name": "newState",
2469
+ "type": "uint8"
2470
+ }
2471
+ ],
2472
+ "name": "updatePolicyClaims",
2473
+ "outputs": [],
2474
+ "stateMutability": "nonpayable",
2475
+ "type": "function"
2476
+ },
2477
+ {
2478
+ "inputs": [
2479
+ {
2480
+ "internalType": "NftId",
2481
+ "name": "policyNftId",
2482
+ "type": "uint96"
2483
+ },
2484
+ {
2485
+ "internalType": "StateId",
2486
+ "name": "newState",
2487
+ "type": "uint8"
2488
+ }
2489
+ ],
2490
+ "name": "updatePolicyState",
2491
+ "outputs": [],
2492
+ "stateMutability": "nonpayable",
2493
+ "type": "function"
2494
+ },
2495
+ {
2496
+ "inputs": [
2497
+ {
2498
+ "internalType": "NftId",
2499
+ "name": "policyNftId",
2500
+ "type": "uint96"
2501
+ },
2502
+ {
2503
+ "internalType": "StateId",
2504
+ "name": "newState",
2505
+ "type": "uint8"
2506
+ }
2507
+ ],
2508
+ "name": "updatePremiumState",
2509
+ "outputs": [],
2510
+ "stateMutability": "nonpayable",
2511
+ "type": "function"
2512
+ },
2513
+ {
2514
+ "inputs": [
2515
+ {
2516
+ "internalType": "NftId",
2517
+ "name": "productNftId",
2518
+ "type": "uint96"
2519
+ },
2520
+ {
2521
+ "components": [
2522
+ {
2523
+ "internalType": "bool",
2524
+ "name": "isProcessingFundedClaims",
2525
+ "type": "bool"
2526
+ },
2527
+ {
2528
+ "internalType": "bool",
2529
+ "name": "isInterceptingPolicyTransfers",
2530
+ "type": "bool"
2531
+ },
2532
+ {
2533
+ "internalType": "bool",
2534
+ "name": "hasDistribution",
2535
+ "type": "bool"
2536
+ },
2537
+ {
2538
+ "internalType": "uint8",
2539
+ "name": "expectedNumberOfOracles",
2540
+ "type": "uint8"
2541
+ },
2542
+ {
2543
+ "internalType": "uint8",
2544
+ "name": "numberOfOracles",
2545
+ "type": "uint8"
2546
+ },
2547
+ {
2548
+ "internalType": "NftId",
2549
+ "name": "poolNftId",
2550
+ "type": "uint96"
2551
+ },
2552
+ {
2553
+ "internalType": "NftId",
2554
+ "name": "distributionNftId",
2555
+ "type": "uint96"
2556
+ },
2557
+ {
2558
+ "internalType": "NftId[]",
2559
+ "name": "oracleNftId",
2560
+ "type": "uint96[]"
2561
+ }
2562
+ ],
2563
+ "internalType": "struct IComponents.ProductInfo",
2564
+ "name": "info",
2565
+ "type": "tuple"
2566
+ },
2567
+ {
2568
+ "internalType": "StateId",
2569
+ "name": "newState",
2570
+ "type": "uint8"
2571
+ }
2572
+ ],
2573
+ "name": "updateProduct",
2574
+ "outputs": [],
2575
+ "stateMutability": "nonpayable",
2576
+ "type": "function"
2577
+ },
2578
+ {
2579
+ "inputs": [
2580
+ {
2581
+ "internalType": "RiskId",
2582
+ "name": "riskId",
2583
+ "type": "bytes8"
2584
+ },
2585
+ {
2586
+ "components": [
2587
+ {
2588
+ "internalType": "NftId",
2589
+ "name": "productNftId",
2590
+ "type": "uint96"
2591
+ },
2592
+ {
2593
+ "internalType": "Timestamp",
2594
+ "name": "createdAt",
2595
+ "type": "uint40"
2596
+ },
2597
+ {
2598
+ "internalType": "bytes",
2599
+ "name": "data",
2600
+ "type": "bytes"
2601
+ }
2602
+ ],
2603
+ "internalType": "struct IRisk.RiskInfo",
2604
+ "name": "info",
2605
+ "type": "tuple"
2606
+ },
2607
+ {
2608
+ "internalType": "StateId",
2609
+ "name": "newState",
2610
+ "type": "uint8"
2611
+ }
2612
+ ],
2613
+ "name": "updateRisk",
2614
+ "outputs": [],
2615
+ "stateMutability": "nonpayable",
2616
+ "type": "function"
2617
+ },
2618
+ {
2619
+ "inputs": [
2620
+ {
2621
+ "internalType": "RiskId",
2622
+ "name": "riskId",
2623
+ "type": "bytes8"
2624
+ },
2625
+ {
2626
+ "internalType": "StateId",
2627
+ "name": "newState",
2628
+ "type": "uint8"
2629
+ }
2630
+ ],
2631
+ "name": "updateRiskState",
2632
+ "outputs": [],
2633
+ "stateMutability": "nonpayable",
2634
+ "type": "function"
2635
+ }
2636
+ ],
2637
+ "bytecode": "0x60806040525f6007553480156012575f80fd5b506146ba806100205f395ff3fe608060405234801561000f575f80fd5b5060043610610213575f3560e01c80637cef48421161011f578063bf7e214f116100a9578063e9e96c7011610079578063e9e96c701461060f578063ea1133221461064c578063ebb41c0c1461065f578063f48016ce14610672578063fe2ee79214610693575f80fd5b8063bf7e214f146105bc578063c75e9a1c1461025f578063cb2e87d2146105dc578063e444c3df146105ef575f80fd5b80638fb36037116100ef5780638fb36037146104be5780639505838e146104df578063a5961b4c146104f2578063bd7d9d8514610589578063bf1db3f9146105a9575f80fd5b80637cef4842146104585780638129fc1c1461046b578063887b1fa9146104735780638eb9000d14610493575f80fd5b80632ae5819d116101a0578063555e559111610170578063555e55911461039f5780635d4345cc146102f25780635eede174146103b25780636a05a413146104255780637a9e5e4b14610445575f80fd5b80632ae5819d1461034357806338a699a4146103565780634d4a7ae91461037957806354f1fa811461038c575f80fd5b80630d358181116101e65780630d358181146102cd5780630fad0eb1146102f25780631aa4116314610305578063228e42ec14610318578063297023ef1461025f575f80fd5b80630232ca4914610217578063036b1ffb1461025f57806309648a9d146102745780630b5d931c146102ad575b5f80fd5b6102426102253660046132ac565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61027261026d3660046135db565b6106a6565b005b61029b61028236600461363a565b5f90815260066020526040902054610100900460ff1690565b60405160ff9091168152602001610256565b6102c06102bb3660046132ac565b6109b6565b6040516102569190613694565b61029b6102db36600461372c565b60ff9081165f908152602081905260409020541690565b610272610300366004613747565b610b14565b6102726103133660046137f2565b610b9a565b6102426103263660046132ac565b6001600160601b039081165f908152600260205260409020541690565b610272610351366004613747565b610cfa565b61036961036436600461363a565b610d71565b6040519015158152602001610256565b6102726103873660046138b6565b610dff565b61027261039a366004613a40565b610fb1565b6102726103ad366004613b22565b61110f565b6103fb6103c03660046132ac565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b0394851681529284166020840152921691810191909152606001610256565b6104386104333660046132ac565b611255565b6040516102569190613b86565b610272610453366004613c14565b611378565b610272610466366004613c2f565b6113fe565b6102726114e6565b610486610481366004613c4b565b61165e565b6040516102569190613c94565b6102426104a13660046132ac565b6001600160601b039081165f908152600360205260409020541690565b6104c66117c8565b6040516001600160e01b03199091168152602001610256565b6102726104ed366004613cd2565b6117fe565b61055861050036600461363a565b60408051606080820183525f80835260208084018290529284018190529384526006825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff1690820152606001610256565b61059c6105973660046132ac565b611a2c565b6040516102569190613d1e565b6103696105b736600461372c565b611c62565b6105c4611cae565b6040516001600160a01b039091168152602001610256565b6102726105ea366004613fee565b611cc9565b6106026105fd3660046132ac565b611e44565b6040516102569190614031565b61036961061d366004614221565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61027261065a36600461425e565b611fec565b61027261066d3660046137f2565b612143565b6106856106803660046142a0565b6122a7565b604051908152602001610256565b6102726106a13660046142d2565b61232f565b6106b2335b5f36612492565b5f6106be846015612590565b90505f6106cb82846125db565b5f8381526006602052604081205491925090610100900460ff16905084600b5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160601b0302191690836001600160601b031602179055506020820151815f01600c6101000a8154816001600160601b0302191690836001600160601b031602179055506040820151815f0160186101000a8154816001600160401b03021916908360c01c02179055506060820151816001015f6101000a8154816001600160601b0302191690836001600160601b03160217905550608082015181600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555060a08201518160010160186101000a8154816001600160401b03021916908360c01c021790555060c0820151816002015f6101000a81548161ffff021916908361ffff16021790555060e08201518160020160026101000a81548161ffff021916908361ffff1602179055506101008201518160020160046101000a8154816001600160601b0302191690836001600160601b031602179055506101208201518160020160106101000a8154816001600160601b0302191690836001600160601b03160217905550610140820151816003015f6101000a81548164ffffffffff021916908364ffffffffff1602179055506101608201518160030160056101000a81548164ffffffffff021916908364ffffffffff16021790555061018082015181600301600a6101000a81548164ffffffffff021916908364ffffffffff1602179055506101a082015181600301600f6101000a81548164ffffffffff021916908364ffffffffff1602179055506101c08201518160040190816109539190614395565b506101e082015160058201906109699082614395565b509050507fe5effcf96bb744518e09cc69ad226c65cece5fb0047e35c272ac6b34f4a262ee8682863332876040516109a69695949392919061444f565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082015290600890610a0384600c612590565b815260208082019290925260409081015f2081516101008082018452825460ff80821615158452918104821615158387015262010000810482161515838601526301000000810482166060840152640100000000810490911660808301526001600160601b03600160281b8204811660a0840152600160881b9091041660c08201526001820180548451818702810187019095528085529194929360e0860193909290830182828015610b0457602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b01049283019260010382029150808411610ac15790505b5050505050815250509050919050565b610b1d336106ab565b5f610b29836015612590565b90505f610b3682846125db565b5f8381526006602052604081205491925090610100900460ff1690507fe5effcf96bb744518e09cc69ad226c65cece5fb0047e35c272ac6b34f4a262ee858286333287604051610b8b9695949392919061444f565b60405180910390a15050505050565b610ba3336106ab565b5f610baf836029612590565b9050610bba816127f0565b5f8181526009602090815260409182902084518051908301516001600160601b03908116600160a01b9081026001600160a01b039384161784558488015180519086015183168202908416176001850155948701518051908501518216860290831617600284015560608701518051908501518216860290831617600384015560808701518051908501518216860290831617600484015560a08701518051908501518216860290831617600584015560c087015180519401511690930291909216176006909101557f068d69ce011cb769fcc969f7de53a6f937dacaa7712d3cf0a7317516472bcc6183610cc3835f9081526006602052604090205460ff6101009091041690565b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b610d03336106ab565b5f610d0f83602b612590565b90505f610d1c82846125db565b5f8381526006602052604081205491925090610100900460ff1690507fa44a207f9035ca27480b5f4b3d8979a7fc8ca357e9fe64049ac482f0073cb79b858286333287604051610b8b9695949392919061444f565b5f8181526006602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610dd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610df9919061449a565b92915050565b610e08336106ab565b5f610e1483602b612590565b9050610e1f816127f0565b5f818152600c6020908152604080832085518154878501516001600160601b039283166001600160c01b031992831617600160601b91841682021784558885015160018501805460608c0151928616908516179185168302919091179055608089015160028501805460a08c015192861690851617918516830291909117905560c089015160038501805460e08c0151928616908516179185168302919091179055610100808a01516004860180546101208d01519287169086161791861684029190911790556101408a01516005860180546101608d01519287169086161791861684029190911790556101808a0151600680870180546101a08e0151938816908716179287168502929092179091556101c08b01516007870180546101e08e01519288169087161791871685029190911790556102008b0151600890960180546102208d015197871695169490941795909416909102939093179055909252909120547f4062c09a712022085eea90b805606ba55832938ec04b0278852487ff1bf011ec9185910460ff16610cc3565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611013573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611037919061449a565b156110655760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146110a65760405163bae587e160e01b815230600482015260ff808516602483015280861660448301528316606482015260840161105c565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166111095760405163f33b49a360e01b815230600482015260ff808516602483015280861660448301528216606482015260840161105c565b50505050565b611118336106ab565b6040516355ee627560e01b81526001600160c01b0319841660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611171573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061119591906144b5565b90505f6111a282846125db565b5f8381526006602052604081205491925090610100900460ff165f848152600a602090815260409182902088518154928a015164ffffffffff16600160601b026001600160881b03199093166001600160601b039091161791909117815590870151919250869160018201906112189082614395565b509050507f71ca834bbebe8c200ec2275d797a5a0950fa5adb86313479af773c38307a782c8682863332876040516109a6969594939291906144cc565b61125d6130e7565b60095f61126b846029612590565b815260208082019290925260409081015f2081516101208101835281546001600160a01b0380821660e084019081526001600160601b03600160a01b9384900481166101008601529084528551808701875260018601548084168252849004821681890152848801528551808701875260028601548084168252849004821681890152848701528551808701875260038601548084168252849004821681890152606085015285518087018752600486015480841682528490048216818901526080850152855180870187526005860154808416825284900482168189015260a085015285518087019096526006909401549081168552049091169282019290925260c082015292915050565b33611381611cae565b6001600160a01b0316816001600160a01b0316146113bc5760405162d1953b60e31b81526001600160a01b038216600482015260240161105c565b816001600160a01b03163b5f036113f1576040516361798f2f60e11b81526001600160a01b038316600482015260240161105c565b6113fa82612a9b565b5050565b611407336106ab565b6040516355ee627560e01b81526001600160c01b0319831660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611460573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148491906144b5565b90505f61149182846125db565b5f8381526006602052604081205491925090610100900460ff1690507f71ca834bbebe8c200ec2275d797a5a0950fa5adb86313479af773c38307a782c858286333287604051610b8b969594939291906144cc565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561152a5750825b90505f826001600160401b031660011480156115455750303b155b905081158015611553575080155b156115715760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561159b57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116009190614518565b905061160b81612afb565b611613612b0f565b5050831561165757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b8b565b5050505050565b60408051606080820183525f8083526020830152918101919091526040516355ee627560e01b81526001600160c01b031983166004820152600a905f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af41580156116d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116f991906144b5565b815260208082019290925260409081015f20815160608101835281546001600160601b0381168252600160601b900464ffffffffff1693810193909352600181018054919284019161174a90614314565b80601f016020809104026020016040519081016040528092919081815260200182805461177690614314565b8015610b045780601f1061179857610100808354040283529160200191610b04565b820191905f5260205f20905b8154815290600101906020018083116117a457505050919092525091949350505050565b5f8051602061466583398151915280545f9190600160a01b900460ff166117ef575f6117f8565b638fb3603760e01b5b91505090565b611807336106ab565b61181082612b21565b5f61181c836015612590565b9050611827816127f0565b5f818152600b602090815260409182902084518154928601519386015160c090811c600160c01b9081026001600160c01b036001600160601b03978816600160601b9081026001600160c01b0319988916968a1696909617959095178116919091178555606089015160018601805460808c015160a08d0151871c909502948a16909602959097169088161793909317909216919091179092559084015160028201805460e08701516101008801516101208901518716600160801b026bffffffffffffffffffffffff60801b19919097166401000000000216640100000000600160e01b031961ffff928316620100000263ffffffff199094169290951691909117919091179290921691909117929092179091556101408301516003820180546101608601516101808701516101a088015164ffffffffff908116600160781b0264ffffffffff60781b19928216600160501b029290921669ffffffffffffffffffff60501b19938216600160281b0269ffffffffffffffffffff1990951691909616179290921716929092179190911790556101c083015183919060048201906119d49082614395565b506101e082015160058201906119ea9082614395565b5050505f818152600660205260409020547ff20995ffc314df588b8ab4c972d20b5572ff246c225c07826e29c6e11c5866a3908490610100900460ff16610cc3565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e08201839052610100820183905261012082018390526101408201839052610160820183905261018082018390526101a082018390526101c082018190526101e082015290600b90611ab9846015612590565b815260208082019290925260409081015f2081516102008101835281546001600160601b038082168352600160601b8083048216968401969096526001600160c01b0319600160c01b9283900460c090811b821696850196909652600185015480831660608601529687048216608085015291909504841b1660a0820152600282015461ffff8082169483019490945262010000810490931660e082015264010000000083048416610100820152600160801b909204909216610120820152600382015464ffffffffff808216610140840152600160281b82048116610160840152600160501b82048116610180840152600160781b909104166101a08201526004820180549192916101c084019190611bd290614314565b80601f0160208091040260200160405190810160405280929190818152602001828054611bfe90614314565b8015611c495780601f10611c2057610100808354040283529160200191611c49565b820191905f5260205f20905b815481529060010190602001808311611c2c57829003601f168201915b5050505050815260200160058201805461174a90614314565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610dba565b5f80516020614665833981519152546001600160a01b031690565b611cd2336106ab565b5f611cde84600c612590565b90505f611ceb82846125db565b5f8381526006602052604081205491925090610100900460ff165f84815260086020908152604091829020885181548a840151948b015160608c015160808d015160a08e015160c08f015161ffff1990951695151561ff00191695909517610100981515989098029790971763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919096160270ffffffffffffffffffffffff0000000000191694909417600160281b6001600160601b0392831602176bffffffffffffffffffffffff60881b1916600160881b919094160292909217825560e088015180519394508893611e0792600185019201906131bf565b509050507ffd07266138b2f83dc615e7b1aeafaf298f891cfd308d00705cff13693af983f88682863332876040516109a69695949392919061444f565b60408051610240810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810182905261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e081018290526102008101829052610220810191909152600c5f611ee284602b612590565b815260208082019290925260409081015f2081516102408101835281546001600160601b038082168352600160601b91829004811695830195909552600183015480861694830194909452928390048416606082015260028201548085166080830152839004841660a0820152600382015480851660c0830152839004841660e08201526004820154808516610100830152839004841661012082015260058201548085166101408301528390048416610160820152600682015480851661018083015283900484166101a082015260078201548085166101c083015283900484166101e08201526008909101548084166102008301529190910490911661022082015292915050565b611ff5336106ab565b6040516355ee627560e01b81526001600160c01b0319831660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af415801561204e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061207291906144b5565b905061207d816127f0565b5f818152600a6020908152604091829020845181549286015164ffffffffff16600160601b026001600160881b03199093166001600160601b03909116179190911781559083015183919060018201906120d79082614395565b5050505f818152600660205260409020547f0ae9235dd84177810ab4e630bde66fadcc2f2bdbb249c6e226006ce17bfcde4d908490610100900460ff16604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001610ced565b61214c336106ab565b5f612158836029612590565b90505f6121668260ff6125db565b5f8381526009602090815260409182902086518051908301516001600160601b03908116600160a01b9081026001600160a01b03938416178455848a015180519086015183168202908416176001850155858a01518051908601518316820290841617600285015560608a01518051908601518316820290841617600385015560808a01518051908601518316820290841617600485015560a08a01518051908601518316820290841617600585015560c08a0151805195015190911602921691909117600690910155519091507f599ccdc84510a5701e437f3679bb1fb4d68a6b3100cf84e9d7c2a650e779c4f2906122999086903390329086906001600160601b039490941684526001600160a01b0392831660208501529116604083015264ffffffffff16606082015260800190565b60405180910390a150505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612304573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232891906144b5565b9392505050565b612338336106ab565b5f61234483600c612590565b905061234f816127f0565b5f818152600860209081526040918290208451815486840151948701516060880151608089015160a08a015160c08b015161ffff1990951695151561ff00191695909517610100981515989098029790971763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919096160270ffffffffffffffffffffffff0000000000191694909417600160281b6001600160601b0392831602176bffffffffffffffffffffffff60881b1916600160881b919094160292909217825560e084015180518593926124509260018501929101906131bf565b5050505f818152600660205260409020547fd0381ee84b0f7f22e39cf4fab22dc41fa1ceedf30e5b76a7b110a0a861ecfceb908490610100900460ff16610cc3565b5f805160206146658339815191525f806124ca6124ad611cae565b87306124bc60045f8a8c614533565b6124c59161455a565b612c24565b91509150816125885763ffffffff81161561256557825460ff60a01b1916600160a01b1783556124f8611cae565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161252793929190614590565b5f604051808303815f87803b15801561253e575f80fd5b505af1158015612550573d5f803e3d5ffd5b5050845460ff60a01b19168555506125889050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161105c565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c8906044016122e9565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561262d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612651919061449a565b1561267257604051631260077f60e21b81526004810184905260240161105c565b505f82815260066020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156126e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061270d919061449a565b1561272e576040516310b1404560e21b81526004810186905260240161105c565b60ff8085161461275d57815461274a90829060ff168187610fb1565b815461ff00191661010060ff8616021782555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156127a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127c891906145cf565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612840573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286491906145ea565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156128b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128db919061449a565b156128fe57604051633d61be7d60e11b815260ff8216600482015260240161105c565b5f828152600660205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612969573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061298d919061449a565b156129b757604051637791d47d60e01b81526004810184905260ff8316602482015260440161105c565b6129c082611c62565b6129e2576040516391eb5e8760e01b815260ff8316600482015260240161105c565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a4e91906145cf565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b5f8051602061466583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612b03612d2c565b612b0c81612d75565b50565b612b17612d2c565b612b1f612d86565b565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612b8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb3919061449a565b15612bdc576040516314d5804160e01b81526001600160601b038216600482015260240161105c565b612be581612dde565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612c929190614605565b5f60405180830381855afa9150503d805f8114612cca576040519150601f19603f3d011682016040523d82523d5f602084013e612ccf565b606091505b50915091508115612d21576040815110612d015780806020019051810190612cf7919061461b565b9094509250612d21565b6020815110612d215780806020019051810190612d1e919061449a565b93505b505094509492505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612b1f57604051631afcd79f60e31b815260040160405180910390fd5b612d7d612d2c565b612b0c81612a9b565b612d8e612e7d565b612d96612e9a565b612d9e612ece565b612da6612f12565b612dae612f2e565b612db6612f7b565b612dbe612f9b565b612dc6612faf565b612dce612fee565b612dd6612ff8565b612b1f61300c565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4991906145cf565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b612e8a60165b6005613034565b612b1f60165b60055b60c8613076565b612ea4600b612e83565b612eb2600b6005606e613076565b612ec0600b606e6005613076565b612b1f600b606e60d2613076565b612eda6015600a613034565b612ee96015600a5b6014613076565b612ef86015600a5b601e613076565b612f066015600a6028613076565b612b1f60156028612e93565b612f1f602b5b603c613034565b612b1f602b5b603c60dc613076565b612f3a602d6032613034565b612f46602d6032612ee2565b612f54602d60326033613076565b612f60602d6032612ef1565b612f6c602d6033612e93565b612b1f602d60335b6048613076565b612f85602e612f18565b612f8f602e612f25565b612b1f602e603c612f74565b612fa5602c612e83565b612b1f602c612e90565b612fb9602f612e83565b612fc8602f60055b6046613076565b612fd6602f60056007613076565b612fe2602f6007612fc1565b612b1f602f6005612f74565b612b1f600f612e83565b613002600c612e83565b612b1f6029612e83565b613016600e612e83565b6130206017612e83565b61302a6030612e83565b612b1f6031612e83565b60ff8281165f90815260208190526040902054161561305557613055614650565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416156130ae576130ae614650565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6040805161012081019091525f60e0820181815261010083019190915281908152602001613124604080518082019091525f808252602082015290565b8152602001613142604080518082019091525f808252602082015290565b8152602001613160604080518082019091525f808252602082015290565b815260200161317e604080518082019091525f808252602082015290565b815260200161319c604080518082019091525f808252602082015290565b81526020016131ba604080518082019091525f808252602082015290565b905290565b828054828255905f5260205f2090600101600290048101928215613264579160200282015f5b8382111561322f57835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b010492830192600103026131e5565b80156132625782816101000a8154906001600160601b030219169055600c01602081600b0104928301926001030261322f565b505b50613270929150613274565b5090565b5b80821115613270575f8155600101613275565b6001600160601b0381168114612b0c575f80fd5b80356132a781613288565b919050565b5f602082840312156132bc575f80fd5b813561232881613288565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b03811182821017156132fe576132fe6132c7565b60405290565b60405160e081016001600160401b03811182821017156132fe576132fe6132c7565b60405161024081016001600160401b03811182821017156132fe576132fe6132c7565b60405161010081016001600160401b03811182821017156132fe576132fe6132c7565b604051601f8201601f191681016001600160401b0381118282101715613394576133946132c7565b604052919050565b6001600160c01b031981168114612b0c575f80fd5b80356132a78161339c565b803561ffff811681146132a7575f80fd5b64ffffffffff81168114612b0c575f80fd5b80356132a7816133cd565b5f82601f8301126133f9575f80fd5b81356001600160401b03811115613412576134126132c7565b613425601f8201601f191660200161336c565b818152846020838601011115613439575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6102008284031215613466575f80fd5b61346e6132db565b90506134798261329c565b81526134876020830161329c565b6020820152613498604083016133b1565b60408201526134a96060830161329c565b60608201526134ba6080830161329c565b60808201526134cb60a083016133b1565b60a08201526134dc60c083016133bc565b60c08201526134ed60e083016133bc565b60e08201526134ff610100830161329c565b610100820152613512610120830161329c565b61012082015261352561014083016133df565b61014082015261353861016083016133df565b61016082015261354b61018083016133df565b61018082015261355e6101a083016133df565b6101a08201526101c08201356001600160401b0381111561357d575f80fd5b613589848285016133ea565b6101c0830152506101e08201356001600160401b038111156135a9575f80fd5b6135b5848285016133ea565b6101e08301525092915050565b60ff81168114612b0c575f80fd5b80356132a7816135c2565b5f805f606084860312156135ed575f80fd5b83356135f881613288565b925060208401356001600160401b03811115613612575f80fd5b61361e86828701613455565b925050604084013561362f816135c2565b809150509250925092565b5f6020828403121561364a575f80fd5b5035919050565b5f8151808452602084019350602083015f5b8281101561368a5781516001600160601b0316865260209586019590910190600101613663565b5093949350505050565b602081528151151560208201526020820151151560408201525f60408301516136c1606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015161010080840152613724610120840182613651565b949350505050565b5f6020828403121561373c575f80fd5b8135612328816135c2565b5f8060408385031215613758575f80fd5b823561376381613288565b91506020830135613773816135c2565b809150509250929050565b6001600160a01b0381168114612b0c575f80fd5b5f604082840312156137a2575f80fd5b604080519081016001600160401b03811182821017156137c4576137c46132c7565b60405290508082356137d58161377e565b815260208301356137e581613288565b6020919091015292915050565b5f808284036101e0811215613805575f80fd5b833561381081613288565b92506101c0601f1982011215613824575f80fd5b5061382d613304565b61383a8560208601613792565b81526138498560608601613792565b602082015261385b8560a08601613792565b604082015261386d8560e08601613792565b6060820152613880856101208601613792565b6080820152613893856101608601613792565b60a08201526138a6856101a08601613792565b60c0820152809150509250929050565b5f808284036102608112156138c9575f80fd5b83356138d481613288565b9250610240601f19820112156138e8575f80fd5b506138f1613326565b6138fd6020850161329c565b815261390b6040850161329c565b602082015261391c6060850161329c565b604082015261392d6080850161329c565b606082015261393e60a0850161329c565b608082015261394f60c0850161329c565b60a082015261396060e0850161329c565b60c0820152613972610100850161329c565b60e0820152613984610120850161329c565b610100820152613997610140850161329c565b6101208201526139aa610160850161329c565b6101408201526139bd610180850161329c565b6101608201526139d06101a0850161329c565b6101808201526139e36101c0850161329c565b6101a08201526139f66101e0850161329c565b6101c0820152613a09610200850161329c565b6101e0820152613a1c610220850161329c565b610200820152613a2f610240850161329c565b610220820152809150509250929050565b5f805f8060808587031215613a53575f80fd5b8435613a5e816135c2565b93506020850135613a6e816135c2565b92506040850135613a7e816135c2565b91506060850135613a8e816135c2565b939692955090935050565b5f60608284031215613aa9575f80fd5b604051606081016001600160401b0381118282101715613acb57613acb6132c7565b6040529050808235613adc81613288565b81526020830135613aec816133cd565b602082015260408301356001600160401b03811115613b09575f80fd5b613b15858286016133ea565b6040830152505092915050565b5f805f60608486031215613b34575f80fd5b8335613b3f8161339c565b925060208401356001600160401b03811115613b59575f80fd5b61361e86828701613a99565b80516001600160a01b031682526020908101516001600160601b0316910152565b5f6101c082019050613b99828451613b65565b6020830151613bab6040840182613b65565b506040830151613bbe6080840182613b65565b506060830151613bd160c0840182613b65565b506080830151613be5610100840182613b65565b5060a0830151613bf9610140840182613b65565b5060c0830151613c0d610180840182613b65565b5092915050565b5f60208284031215613c24575f80fd5b81356123288161377e565b5f8060408385031215613c40575f80fd5b82356137638161339c565b5f60208284031215613c5b575f80fd5b81356123288161339c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b03825116602082015264ffffffffff60208301511660408201525f60408301516060808401526137246080840182613c66565b5f8060408385031215613ce3575f80fd5b8235613cee81613288565b915060208301356001600160401b03811115613d08575f80fd5b613d1485828601613455565b9150509250929050565b60208152613d386020820183516001600160601b03169052565b5f6020830151613d5360408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160601b03811660808401525060808301516001600160601b03811660a08401525060a08301516001600160c01b0319811660c08401525060c083015161ffff811660e08401525060e083015161ffff8116610100840152506101008301516001600160601b038116610120840152506101208301516001600160601b0381166101408401525061014083015164ffffffffff81166101608401525061016083015164ffffffffff81166101808401525061018083015164ffffffffff81166101a0840152506101a083015164ffffffffff81166101c0840152506101c08301516102006101e0840152613e6a610220840182613c66565b90506101e0840151601f1984830301610200850152613e898282613c66565b95945050505050565b8015158114612b0c575f80fd5b80356132a781613e92565b5f82601f830112613eb9575f80fd5b81356001600160401b03811115613ed257613ed26132c7565b8060051b613ee26020820161336c565b91825260208185018101929081019086841115613efd575f80fd5b6020860192505b83831015613f28578235613f1781613288565b825260209283019290910190613f04565b9695505050505050565b5f6101008284031215613f43575f80fd5b613f4b613349565b9050613f5682613e9f565b8152613f6460208301613e9f565b6020820152613f7560408301613e9f565b6040820152613f86606083016135d0565b6060820152613f97608083016135d0565b6080820152613fa860a0830161329c565b60a0820152613fb960c0830161329c565b60c082015260e08201356001600160401b03811115613fd6575f80fd5b613fe284828501613eaa565b60e08301525092915050565b5f805f60608486031215614000575f80fd5b833561400b81613288565b925060208401356001600160401b03811115614025575f80fd5b61361e86828701613f32565b81516001600160601b031681526102408101602083015161405d60208401826001600160601b03169052565b50604083015161407860408401826001600160601b03169052565b50606083015161409360608401826001600160601b03169052565b5060808301516140ae60808401826001600160601b03169052565b5060a08301516140c960a08401826001600160601b03169052565b5060c08301516140e460c08401826001600160601b03169052565b5060e08301516140ff60e08401826001600160601b03169052565b5061010083015161411c6101008401826001600160601b03169052565b506101208301516141396101208401826001600160601b03169052565b506101408301516141566101408401826001600160601b03169052565b506101608301516141736101608401826001600160601b03169052565b506101808301516141906101808401826001600160601b03169052565b506101a08301516141ad6101a08401826001600160601b03169052565b506101c08301516141ca6101c08401826001600160601b03169052565b506101e08301516141e76101e08401826001600160601b03169052565b506102008301516142046102008401826001600160601b03169052565b50610220830151613c0d6102208401826001600160601b03169052565b5f805f60608486031215614233575f80fd5b833561423e816135c2565b9250602084013561424e816135c2565b9150604084013561362f816135c2565b5f806040838503121561426f575f80fd5b823561427a8161339c565b915060208301356001600160401b03811115614294575f80fd5b613d1485828601613a99565b5f80604083850312156142b1575f80fd5b82356142bc816135c2565b9150602083013560ff1981168114613773575f80fd5b5f80604083850312156142e3575f80fd5b82356142ee81613288565b915060208301356001600160401b03811115614308575f80fd5b613d1485828601613f32565b600181811c9082168061432857607f821691505b60208210810361434657634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561439057805f5260205f20601f840160051c810160208510156143715750805b601f840160051c820191505b81811015611657575f815560010161437d565b505050565b81516001600160401b038111156143ae576143ae6132c7565b6143c2816143bc8454614314565b8461434c565b6020601f8211600181146143f4575f83156143dd5750848201515b5f19600385901b1c1916600184901b178455611657565b5f84815260208120601f198516915b828110156144235787850151825560209485019460019092019101614403565b508482101561444057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156144aa575f80fd5b815161232881613e92565b5f602082840312156144c5575f80fd5b5051919050565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f60208284031215614528575f80fd5b81516123288161377e565b5f8085851115614541575f80fd5b8386111561454d575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613c0d576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f602082840312156145df575f80fd5b8151612328816133cd565b5f602082840312156145fa575f80fd5b8151612328816135c2565b5f82518060208501845e5f920191825250919050565b5f806040838503121561462c575f80fd5b825161463781613e92565b602084015190925063ffffffff81168114613773575f80fd5b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212204c7eae327c0a1041b662bd21a9ce98514519b7163b78a0018fc1dcbc29adad4764736f6c634300081a0033",
2638
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610213575f3560e01c80637cef48421161011f578063bf7e214f116100a9578063e9e96c7011610079578063e9e96c701461060f578063ea1133221461064c578063ebb41c0c1461065f578063f48016ce14610672578063fe2ee79214610693575f80fd5b8063bf7e214f146105bc578063c75e9a1c1461025f578063cb2e87d2146105dc578063e444c3df146105ef575f80fd5b80638fb36037116100ef5780638fb36037146104be5780639505838e146104df578063a5961b4c146104f2578063bd7d9d8514610589578063bf1db3f9146105a9575f80fd5b80637cef4842146104585780638129fc1c1461046b578063887b1fa9146104735780638eb9000d14610493575f80fd5b80632ae5819d116101a0578063555e559111610170578063555e55911461039f5780635d4345cc146102f25780635eede174146103b25780636a05a413146104255780637a9e5e4b14610445575f80fd5b80632ae5819d1461034357806338a699a4146103565780634d4a7ae91461037957806354f1fa811461038c575f80fd5b80630d358181116101e65780630d358181146102cd5780630fad0eb1146102f25780631aa4116314610305578063228e42ec14610318578063297023ef1461025f575f80fd5b80630232ca4914610217578063036b1ffb1461025f57806309648a9d146102745780630b5d931c146102ad575b5f80fd5b6102426102253660046132ac565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61027261026d3660046135db565b6106a6565b005b61029b61028236600461363a565b5f90815260066020526040902054610100900460ff1690565b60405160ff9091168152602001610256565b6102c06102bb3660046132ac565b6109b6565b6040516102569190613694565b61029b6102db36600461372c565b60ff9081165f908152602081905260409020541690565b610272610300366004613747565b610b14565b6102726103133660046137f2565b610b9a565b6102426103263660046132ac565b6001600160601b039081165f908152600260205260409020541690565b610272610351366004613747565b610cfa565b61036961036436600461363a565b610d71565b6040519015158152602001610256565b6102726103873660046138b6565b610dff565b61027261039a366004613a40565b610fb1565b6102726103ad366004613b22565b61110f565b6103fb6103c03660046132ac565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b0394851681529284166020840152921691810191909152606001610256565b6104386104333660046132ac565b611255565b6040516102569190613b86565b610272610453366004613c14565b611378565b610272610466366004613c2f565b6113fe565b6102726114e6565b610486610481366004613c4b565b61165e565b6040516102569190613c94565b6102426104a13660046132ac565b6001600160601b039081165f908152600360205260409020541690565b6104c66117c8565b6040516001600160e01b03199091168152602001610256565b6102726104ed366004613cd2565b6117fe565b61055861050036600461363a565b60408051606080820183525f80835260208084018290529284018190529384526006825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff1690820152606001610256565b61059c6105973660046132ac565b611a2c565b6040516102569190613d1e565b6103696105b736600461372c565b611c62565b6105c4611cae565b6040516001600160a01b039091168152602001610256565b6102726105ea366004613fee565b611cc9565b6106026105fd3660046132ac565b611e44565b6040516102569190614031565b61036961061d366004614221565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61027261065a36600461425e565b611fec565b61027261066d3660046137f2565b612143565b6106856106803660046142a0565b6122a7565b604051908152602001610256565b6102726106a13660046142d2565b61232f565b6106b2335b5f36612492565b5f6106be846015612590565b90505f6106cb82846125db565b5f8381526006602052604081205491925090610100900460ff16905084600b5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160601b0302191690836001600160601b031602179055506020820151815f01600c6101000a8154816001600160601b0302191690836001600160601b031602179055506040820151815f0160186101000a8154816001600160401b03021916908360c01c02179055506060820151816001015f6101000a8154816001600160601b0302191690836001600160601b03160217905550608082015181600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555060a08201518160010160186101000a8154816001600160401b03021916908360c01c021790555060c0820151816002015f6101000a81548161ffff021916908361ffff16021790555060e08201518160020160026101000a81548161ffff021916908361ffff1602179055506101008201518160020160046101000a8154816001600160601b0302191690836001600160601b031602179055506101208201518160020160106101000a8154816001600160601b0302191690836001600160601b03160217905550610140820151816003015f6101000a81548164ffffffffff021916908364ffffffffff1602179055506101608201518160030160056101000a81548164ffffffffff021916908364ffffffffff16021790555061018082015181600301600a6101000a81548164ffffffffff021916908364ffffffffff1602179055506101a082015181600301600f6101000a81548164ffffffffff021916908364ffffffffff1602179055506101c08201518160040190816109539190614395565b506101e082015160058201906109699082614395565b509050507fe5effcf96bb744518e09cc69ad226c65cece5fb0047e35c272ac6b34f4a262ee8682863332876040516109a69695949392919061444f565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082015290600890610a0384600c612590565b815260208082019290925260409081015f2081516101008082018452825460ff80821615158452918104821615158387015262010000810482161515838601526301000000810482166060840152640100000000810490911660808301526001600160601b03600160281b8204811660a0840152600160881b9091041660c08201526001820180548451818702810187019095528085529194929360e0860193909290830182828015610b0457602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b01049283019260010382029150808411610ac15790505b5050505050815250509050919050565b610b1d336106ab565b5f610b29836015612590565b90505f610b3682846125db565b5f8381526006602052604081205491925090610100900460ff1690507fe5effcf96bb744518e09cc69ad226c65cece5fb0047e35c272ac6b34f4a262ee858286333287604051610b8b9695949392919061444f565b60405180910390a15050505050565b610ba3336106ab565b5f610baf836029612590565b9050610bba816127f0565b5f8181526009602090815260409182902084518051908301516001600160601b03908116600160a01b9081026001600160a01b039384161784558488015180519086015183168202908416176001850155948701518051908501518216860290831617600284015560608701518051908501518216860290831617600384015560808701518051908501518216860290831617600484015560a08701518051908501518216860290831617600584015560c087015180519401511690930291909216176006909101557f068d69ce011cb769fcc969f7de53a6f937dacaa7712d3cf0a7317516472bcc6183610cc3835f9081526006602052604090205460ff6101009091041690565b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b610d03336106ab565b5f610d0f83602b612590565b90505f610d1c82846125db565b5f8381526006602052604081205491925090610100900460ff1690507fa44a207f9035ca27480b5f4b3d8979a7fc8ca357e9fe64049ac482f0073cb79b858286333287604051610b8b9695949392919061444f565b5f8181526006602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610dd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610df9919061449a565b92915050565b610e08336106ab565b5f610e1483602b612590565b9050610e1f816127f0565b5f818152600c6020908152604080832085518154878501516001600160601b039283166001600160c01b031992831617600160601b91841682021784558885015160018501805460608c0151928616908516179185168302919091179055608089015160028501805460a08c015192861690851617918516830291909117905560c089015160038501805460e08c0151928616908516179185168302919091179055610100808a01516004860180546101208d01519287169086161791861684029190911790556101408a01516005860180546101608d01519287169086161791861684029190911790556101808a0151600680870180546101a08e0151938816908716179287168502929092179091556101c08b01516007870180546101e08e01519288169087161791871685029190911790556102008b0151600890960180546102208d015197871695169490941795909416909102939093179055909252909120547f4062c09a712022085eea90b805606ba55832938ec04b0278852487ff1bf011ec9185910460ff16610cc3565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611013573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611037919061449a565b156110655760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146110a65760405163bae587e160e01b815230600482015260ff808516602483015280861660448301528316606482015260840161105c565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166111095760405163f33b49a360e01b815230600482015260ff808516602483015280861660448301528216606482015260840161105c565b50505050565b611118336106ab565b6040516355ee627560e01b81526001600160c01b0319841660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611171573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061119591906144b5565b90505f6111a282846125db565b5f8381526006602052604081205491925090610100900460ff165f848152600a602090815260409182902088518154928a015164ffffffffff16600160601b026001600160881b03199093166001600160601b039091161791909117815590870151919250869160018201906112189082614395565b509050507f71ca834bbebe8c200ec2275d797a5a0950fa5adb86313479af773c38307a782c8682863332876040516109a6969594939291906144cc565b61125d6130e7565b60095f61126b846029612590565b815260208082019290925260409081015f2081516101208101835281546001600160a01b0380821660e084019081526001600160601b03600160a01b9384900481166101008601529084528551808701875260018601548084168252849004821681890152848801528551808701875260028601548084168252849004821681890152848701528551808701875260038601548084168252849004821681890152606085015285518087018752600486015480841682528490048216818901526080850152855180870187526005860154808416825284900482168189015260a085015285518087019096526006909401549081168552049091169282019290925260c082015292915050565b33611381611cae565b6001600160a01b0316816001600160a01b0316146113bc5760405162d1953b60e31b81526001600160a01b038216600482015260240161105c565b816001600160a01b03163b5f036113f1576040516361798f2f60e11b81526001600160a01b038316600482015260240161105c565b6113fa82612a9b565b5050565b611407336106ab565b6040516355ee627560e01b81526001600160c01b0319831660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611460573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148491906144b5565b90505f61149182846125db565b5f8381526006602052604081205491925090610100900460ff1690507f71ca834bbebe8c200ec2275d797a5a0950fa5adb86313479af773c38307a782c858286333287604051610b8b969594939291906144cc565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561152a5750825b90505f826001600160401b031660011480156115455750303b155b905081158015611553575080155b156115715760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561159b57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116009190614518565b905061160b81612afb565b611613612b0f565b5050831561165757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b8b565b5050505050565b60408051606080820183525f8083526020830152918101919091526040516355ee627560e01b81526001600160c01b031983166004820152600a905f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af41580156116d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116f991906144b5565b815260208082019290925260409081015f20815160608101835281546001600160601b0381168252600160601b900464ffffffffff1693810193909352600181018054919284019161174a90614314565b80601f016020809104026020016040519081016040528092919081815260200182805461177690614314565b8015610b045780601f1061179857610100808354040283529160200191610b04565b820191905f5260205f20905b8154815290600101906020018083116117a457505050919092525091949350505050565b5f8051602061466583398151915280545f9190600160a01b900460ff166117ef575f6117f8565b638fb3603760e01b5b91505090565b611807336106ab565b61181082612b21565b5f61181c836015612590565b9050611827816127f0565b5f818152600b602090815260409182902084518154928601519386015160c090811c600160c01b9081026001600160c01b036001600160601b03978816600160601b9081026001600160c01b0319988916968a1696909617959095178116919091178555606089015160018601805460808c015160a08d0151871c909502948a16909602959097169088161793909317909216919091179092559084015160028201805460e08701516101008801516101208901518716600160801b026bffffffffffffffffffffffff60801b19919097166401000000000216640100000000600160e01b031961ffff928316620100000263ffffffff199094169290951691909117919091179290921691909117929092179091556101408301516003820180546101608601516101808701516101a088015164ffffffffff908116600160781b0264ffffffffff60781b19928216600160501b029290921669ffffffffffffffffffff60501b19938216600160281b0269ffffffffffffffffffff1990951691909616179290921716929092179190911790556101c083015183919060048201906119d49082614395565b506101e082015160058201906119ea9082614395565b5050505f818152600660205260409020547ff20995ffc314df588b8ab4c972d20b5572ff246c225c07826e29c6e11c5866a3908490610100900460ff16610cc3565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e08201839052610100820183905261012082018390526101408201839052610160820183905261018082018390526101a082018390526101c082018190526101e082015290600b90611ab9846015612590565b815260208082019290925260409081015f2081516102008101835281546001600160601b038082168352600160601b8083048216968401969096526001600160c01b0319600160c01b9283900460c090811b821696850196909652600185015480831660608601529687048216608085015291909504841b1660a0820152600282015461ffff8082169483019490945262010000810490931660e082015264010000000083048416610100820152600160801b909204909216610120820152600382015464ffffffffff808216610140840152600160281b82048116610160840152600160501b82048116610180840152600160781b909104166101a08201526004820180549192916101c084019190611bd290614314565b80601f0160208091040260200160405190810160405280929190818152602001828054611bfe90614314565b8015611c495780601f10611c2057610100808354040283529160200191611c49565b820191905f5260205f20905b815481529060010190602001808311611c2c57829003601f168201915b5050505050815260200160058201805461174a90614314565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610dba565b5f80516020614665833981519152546001600160a01b031690565b611cd2336106ab565b5f611cde84600c612590565b90505f611ceb82846125db565b5f8381526006602052604081205491925090610100900460ff165f84815260086020908152604091829020885181548a840151948b015160608c015160808d015160a08e015160c08f015161ffff1990951695151561ff00191695909517610100981515989098029790971763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919096160270ffffffffffffffffffffffff0000000000191694909417600160281b6001600160601b0392831602176bffffffffffffffffffffffff60881b1916600160881b919094160292909217825560e088015180519394508893611e0792600185019201906131bf565b509050507ffd07266138b2f83dc615e7b1aeafaf298f891cfd308d00705cff13693af983f88682863332876040516109a69695949392919061444f565b60408051610240810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810182905261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e081018290526102008101829052610220810191909152600c5f611ee284602b612590565b815260208082019290925260409081015f2081516102408101835281546001600160601b038082168352600160601b91829004811695830195909552600183015480861694830194909452928390048416606082015260028201548085166080830152839004841660a0820152600382015480851660c0830152839004841660e08201526004820154808516610100830152839004841661012082015260058201548085166101408301528390048416610160820152600682015480851661018083015283900484166101a082015260078201548085166101c083015283900484166101e08201526008909101548084166102008301529190910490911661022082015292915050565b611ff5336106ab565b6040516355ee627560e01b81526001600160c01b0319831660048201525f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af415801561204e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061207291906144b5565b905061207d816127f0565b5f818152600a6020908152604091829020845181549286015164ffffffffff16600160601b026001600160881b03199093166001600160601b03909116179190911781559083015183919060018201906120d79082614395565b5050505f818152600660205260409020547f0ae9235dd84177810ab4e630bde66fadcc2f2bdbb249c6e226006ce17bfcde4d908490610100900460ff16604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001610ced565b61214c336106ab565b5f612158836029612590565b90505f6121668260ff6125db565b5f8381526009602090815260409182902086518051908301516001600160601b03908116600160a01b9081026001600160a01b03938416178455848a015180519086015183168202908416176001850155858a01518051908601518316820290841617600285015560608a01518051908601518316820290841617600385015560808a01518051908601518316820290841617600485015560a08a01518051908601518316820290841617600585015560c08a0151805195015190911602921691909117600690910155519091507f599ccdc84510a5701e437f3679bb1fb4d68a6b3100cf84e9d7c2a650e779c4f2906122999086903390329086906001600160601b039490941684526001600160a01b0392831660208501529116604083015264ffffffffff16606082015260800190565b60405180910390a150505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612304573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232891906144b5565b9392505050565b612338336106ab565b5f61234483600c612590565b905061234f816127f0565b5f818152600860209081526040918290208451815486840151948701516060880151608089015160a08a015160c08b015161ffff1990951695151561ff00191695909517610100981515989098029790971763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919096160270ffffffffffffffffffffffff0000000000191694909417600160281b6001600160601b0392831602176bffffffffffffffffffffffff60881b1916600160881b919094160292909217825560e084015180518593926124509260018501929101906131bf565b5050505f818152600660205260409020547fd0381ee84b0f7f22e39cf4fab22dc41fa1ceedf30e5b76a7b110a0a861ecfceb908490610100900460ff16610cc3565b5f805160206146658339815191525f806124ca6124ad611cae565b87306124bc60045f8a8c614533565b6124c59161455a565b612c24565b91509150816125885763ffffffff81161561256557825460ff60a01b1916600160a01b1783556124f8611cae565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161252793929190614590565b5f604051808303815f87803b15801561253e575f80fd5b505af1158015612550573d5f803e3d5ffd5b5050845460ff60a01b19168555506125889050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161105c565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c8906044016122e9565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561262d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612651919061449a565b1561267257604051631260077f60e21b81526004810184905260240161105c565b505f82815260066020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156126e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061270d919061449a565b1561272e576040516310b1404560e21b81526004810186905260240161105c565b60ff8085161461275d57815461274a90829060ff168187610fb1565b815461ff00191661010060ff8616021782555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156127a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127c891906145cf565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612840573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286491906145ea565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156128b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128db919061449a565b156128fe57604051633d61be7d60e11b815260ff8216600482015260240161105c565b5f828152600660205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612969573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061298d919061449a565b156129b757604051637791d47d60e01b81526004810184905260ff8316602482015260440161105c565b6129c082611c62565b6129e2576040516391eb5e8760e01b815260ff8316600482015260240161105c565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a4e91906145cf565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b5f8051602061466583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612b03612d2c565b612b0c81612d75565b50565b612b17612d2c565b612b1f612d86565b565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612b8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb3919061449a565b15612bdc576040516314d5804160e01b81526001600160601b038216600482015260240161105c565b612be581612dde565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612c929190614605565b5f60405180830381855afa9150503d805f8114612cca576040519150601f19603f3d011682016040523d82523d5f602084013e612ccf565b606091505b50915091508115612d21576040815110612d015780806020019051810190612cf7919061461b565b9094509250612d21565b6020815110612d215780806020019051810190612d1e919061449a565b93505b505094509492505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612b1f57604051631afcd79f60e31b815260040160405180910390fd5b612d7d612d2c565b612b0c81612a9b565b612d8e612e7d565b612d96612e9a565b612d9e612ece565b612da6612f12565b612dae612f2e565b612db6612f7b565b612dbe612f9b565b612dc6612faf565b612dce612fee565b612dd6612ff8565b612b1f61300c565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4991906145cf565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b612e8a60165b6005613034565b612b1f60165b60055b60c8613076565b612ea4600b612e83565b612eb2600b6005606e613076565b612ec0600b606e6005613076565b612b1f600b606e60d2613076565b612eda6015600a613034565b612ee96015600a5b6014613076565b612ef86015600a5b601e613076565b612f066015600a6028613076565b612b1f60156028612e93565b612f1f602b5b603c613034565b612b1f602b5b603c60dc613076565b612f3a602d6032613034565b612f46602d6032612ee2565b612f54602d60326033613076565b612f60602d6032612ef1565b612f6c602d6033612e93565b612b1f602d60335b6048613076565b612f85602e612f18565b612f8f602e612f25565b612b1f602e603c612f74565b612fa5602c612e83565b612b1f602c612e90565b612fb9602f612e83565b612fc8602f60055b6046613076565b612fd6602f60056007613076565b612fe2602f6007612fc1565b612b1f602f6005612f74565b612b1f600f612e83565b613002600c612e83565b612b1f6029612e83565b613016600e612e83565b6130206017612e83565b61302a6030612e83565b612b1f6031612e83565b60ff8281165f90815260208190526040902054161561305557613055614650565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416156130ae576130ae614650565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6040805161012081019091525f60e0820181815261010083019190915281908152602001613124604080518082019091525f808252602082015290565b8152602001613142604080518082019091525f808252602082015290565b8152602001613160604080518082019091525f808252602082015290565b815260200161317e604080518082019091525f808252602082015290565b815260200161319c604080518082019091525f808252602082015290565b81526020016131ba604080518082019091525f808252602082015290565b905290565b828054828255905f5260205f2090600101600290048101928215613264579160200282015f5b8382111561322f57835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b010492830192600103026131e5565b80156132625782816101000a8154906001600160601b030219169055600c01602081600b0104928301926001030261322f565b505b50613270929150613274565b5090565b5b80821115613270575f8155600101613275565b6001600160601b0381168114612b0c575f80fd5b80356132a781613288565b919050565b5f602082840312156132bc575f80fd5b813561232881613288565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b03811182821017156132fe576132fe6132c7565b60405290565b60405160e081016001600160401b03811182821017156132fe576132fe6132c7565b60405161024081016001600160401b03811182821017156132fe576132fe6132c7565b60405161010081016001600160401b03811182821017156132fe576132fe6132c7565b604051601f8201601f191681016001600160401b0381118282101715613394576133946132c7565b604052919050565b6001600160c01b031981168114612b0c575f80fd5b80356132a78161339c565b803561ffff811681146132a7575f80fd5b64ffffffffff81168114612b0c575f80fd5b80356132a7816133cd565b5f82601f8301126133f9575f80fd5b81356001600160401b03811115613412576134126132c7565b613425601f8201601f191660200161336c565b818152846020838601011115613439575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6102008284031215613466575f80fd5b61346e6132db565b90506134798261329c565b81526134876020830161329c565b6020820152613498604083016133b1565b60408201526134a96060830161329c565b60608201526134ba6080830161329c565b60808201526134cb60a083016133b1565b60a08201526134dc60c083016133bc565b60c08201526134ed60e083016133bc565b60e08201526134ff610100830161329c565b610100820152613512610120830161329c565b61012082015261352561014083016133df565b61014082015261353861016083016133df565b61016082015261354b61018083016133df565b61018082015261355e6101a083016133df565b6101a08201526101c08201356001600160401b0381111561357d575f80fd5b613589848285016133ea565b6101c0830152506101e08201356001600160401b038111156135a9575f80fd5b6135b5848285016133ea565b6101e08301525092915050565b60ff81168114612b0c575f80fd5b80356132a7816135c2565b5f805f606084860312156135ed575f80fd5b83356135f881613288565b925060208401356001600160401b03811115613612575f80fd5b61361e86828701613455565b925050604084013561362f816135c2565b809150509250925092565b5f6020828403121561364a575f80fd5b5035919050565b5f8151808452602084019350602083015f5b8281101561368a5781516001600160601b0316865260209586019590910190600101613663565b5093949350505050565b602081528151151560208201526020820151151560408201525f60408301516136c1606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015161010080840152613724610120840182613651565b949350505050565b5f6020828403121561373c575f80fd5b8135612328816135c2565b5f8060408385031215613758575f80fd5b823561376381613288565b91506020830135613773816135c2565b809150509250929050565b6001600160a01b0381168114612b0c575f80fd5b5f604082840312156137a2575f80fd5b604080519081016001600160401b03811182821017156137c4576137c46132c7565b60405290508082356137d58161377e565b815260208301356137e581613288565b6020919091015292915050565b5f808284036101e0811215613805575f80fd5b833561381081613288565b92506101c0601f1982011215613824575f80fd5b5061382d613304565b61383a8560208601613792565b81526138498560608601613792565b602082015261385b8560a08601613792565b604082015261386d8560e08601613792565b6060820152613880856101208601613792565b6080820152613893856101608601613792565b60a08201526138a6856101a08601613792565b60c0820152809150509250929050565b5f808284036102608112156138c9575f80fd5b83356138d481613288565b9250610240601f19820112156138e8575f80fd5b506138f1613326565b6138fd6020850161329c565b815261390b6040850161329c565b602082015261391c6060850161329c565b604082015261392d6080850161329c565b606082015261393e60a0850161329c565b608082015261394f60c0850161329c565b60a082015261396060e0850161329c565b60c0820152613972610100850161329c565b60e0820152613984610120850161329c565b610100820152613997610140850161329c565b6101208201526139aa610160850161329c565b6101408201526139bd610180850161329c565b6101608201526139d06101a0850161329c565b6101808201526139e36101c0850161329c565b6101a08201526139f66101e0850161329c565b6101c0820152613a09610200850161329c565b6101e0820152613a1c610220850161329c565b610200820152613a2f610240850161329c565b610220820152809150509250929050565b5f805f8060808587031215613a53575f80fd5b8435613a5e816135c2565b93506020850135613a6e816135c2565b92506040850135613a7e816135c2565b91506060850135613a8e816135c2565b939692955090935050565b5f60608284031215613aa9575f80fd5b604051606081016001600160401b0381118282101715613acb57613acb6132c7565b6040529050808235613adc81613288565b81526020830135613aec816133cd565b602082015260408301356001600160401b03811115613b09575f80fd5b613b15858286016133ea565b6040830152505092915050565b5f805f60608486031215613b34575f80fd5b8335613b3f8161339c565b925060208401356001600160401b03811115613b59575f80fd5b61361e86828701613a99565b80516001600160a01b031682526020908101516001600160601b0316910152565b5f6101c082019050613b99828451613b65565b6020830151613bab6040840182613b65565b506040830151613bbe6080840182613b65565b506060830151613bd160c0840182613b65565b506080830151613be5610100840182613b65565b5060a0830151613bf9610140840182613b65565b5060c0830151613c0d610180840182613b65565b5092915050565b5f60208284031215613c24575f80fd5b81356123288161377e565b5f8060408385031215613c40575f80fd5b82356137638161339c565b5f60208284031215613c5b575f80fd5b81356123288161339c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b03825116602082015264ffffffffff60208301511660408201525f60408301516060808401526137246080840182613c66565b5f8060408385031215613ce3575f80fd5b8235613cee81613288565b915060208301356001600160401b03811115613d08575f80fd5b613d1485828601613455565b9150509250929050565b60208152613d386020820183516001600160601b03169052565b5f6020830151613d5360408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160601b03811660808401525060808301516001600160601b03811660a08401525060a08301516001600160c01b0319811660c08401525060c083015161ffff811660e08401525060e083015161ffff8116610100840152506101008301516001600160601b038116610120840152506101208301516001600160601b0381166101408401525061014083015164ffffffffff81166101608401525061016083015164ffffffffff81166101808401525061018083015164ffffffffff81166101a0840152506101a083015164ffffffffff81166101c0840152506101c08301516102006101e0840152613e6a610220840182613c66565b90506101e0840151601f1984830301610200850152613e898282613c66565b95945050505050565b8015158114612b0c575f80fd5b80356132a781613e92565b5f82601f830112613eb9575f80fd5b81356001600160401b03811115613ed257613ed26132c7565b8060051b613ee26020820161336c565b91825260208185018101929081019086841115613efd575f80fd5b6020860192505b83831015613f28578235613f1781613288565b825260209283019290910190613f04565b9695505050505050565b5f6101008284031215613f43575f80fd5b613f4b613349565b9050613f5682613e9f565b8152613f6460208301613e9f565b6020820152613f7560408301613e9f565b6040820152613f86606083016135d0565b6060820152613f97608083016135d0565b6080820152613fa860a0830161329c565b60a0820152613fb960c0830161329c565b60c082015260e08201356001600160401b03811115613fd6575f80fd5b613fe284828501613eaa565b60e08301525092915050565b5f805f60608486031215614000575f80fd5b833561400b81613288565b925060208401356001600160401b03811115614025575f80fd5b61361e86828701613f32565b81516001600160601b031681526102408101602083015161405d60208401826001600160601b03169052565b50604083015161407860408401826001600160601b03169052565b50606083015161409360608401826001600160601b03169052565b5060808301516140ae60808401826001600160601b03169052565b5060a08301516140c960a08401826001600160601b03169052565b5060c08301516140e460c08401826001600160601b03169052565b5060e08301516140ff60e08401826001600160601b03169052565b5061010083015161411c6101008401826001600160601b03169052565b506101208301516141396101208401826001600160601b03169052565b506101408301516141566101408401826001600160601b03169052565b506101608301516141736101608401826001600160601b03169052565b506101808301516141906101808401826001600160601b03169052565b506101a08301516141ad6101a08401826001600160601b03169052565b506101c08301516141ca6101c08401826001600160601b03169052565b506101e08301516141e76101e08401826001600160601b03169052565b506102008301516142046102008401826001600160601b03169052565b50610220830151613c0d6102208401826001600160601b03169052565b5f805f60608486031215614233575f80fd5b833561423e816135c2565b9250602084013561424e816135c2565b9150604084013561362f816135c2565b5f806040838503121561426f575f80fd5b823561427a8161339c565b915060208301356001600160401b03811115614294575f80fd5b613d1485828601613a99565b5f80604083850312156142b1575f80fd5b82356142bc816135c2565b9150602083013560ff1981168114613773575f80fd5b5f80604083850312156142e3575f80fd5b82356142ee81613288565b915060208301356001600160401b03811115614308575f80fd5b613d1485828601613f32565b600181811c9082168061432857607f821691505b60208210810361434657634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561439057805f5260205f20601f840160051c810160208510156143715750805b601f840160051c820191505b81811015611657575f815560010161437d565b505050565b81516001600160401b038111156143ae576143ae6132c7565b6143c2816143bc8454614314565b8461434c565b6020601f8211600181146143f4575f83156143dd5750848201515b5f19600385901b1c1916600184901b178455611657565b5f84815260208120601f198516915b828110156144235787850151825560209485019460019092019101614403565b508482101561444057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156144aa575f80fd5b815161232881613e92565b5f602082840312156144c5575f80fd5b5051919050565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f60208284031215614528575f80fd5b81516123288161377e565b5f8085851115614541575f80fd5b8386111561454d575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613c0d576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f602082840312156145df575f80fd5b8151612328816133cd565b5f602082840312156145fa575f80fd5b8151612328816135c2565b5f82518060208501845e5f920191825250919050565b5f806040838503121561462c575f80fd5b825161463781613e92565b602084015190925063ffffffff81168114613773575f80fd5b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212204c7eae327c0a1041b662bd21a9ce98514519b7163b78a0018fc1dcbc29adad4764736f6c634300081a0033",
2639
+ "linkReferences": {
2640
+ "contracts/type/Blocknumber.sol": {
2641
+ "BlocknumberLib": [
2642
+ {
2643
+ "length": 20,
2644
+ "start": 10111
2645
+ },
2646
+ {
2647
+ "length": 20,
2648
+ "start": 10577
2649
+ },
2650
+ {
2651
+ "length": 20,
2652
+ "start": 10757
2653
+ },
2654
+ {
2655
+ "length": 20,
2656
+ "start": 11127
2657
+ },
2658
+ {
2659
+ "length": 20,
2660
+ "start": 11776
2661
+ }
2662
+ ]
2663
+ },
2664
+ "contracts/type/Key32.sol": {
2665
+ "Key32Lib": [
2666
+ {
2667
+ "length": 20,
2668
+ "start": 8939
2669
+ },
2670
+ {
2671
+ "length": 20,
2672
+ "start": 10280
2673
+ }
2674
+ ]
2675
+ },
2676
+ "contracts/type/NftId.sol": {
2677
+ "NftIdLib": [
2678
+ {
2679
+ "length": 20,
2680
+ "start": 9689
2681
+ }
2682
+ ]
2683
+ },
2684
+ "contracts/type/ObjectType.sol": {
2685
+ "ObjectTypeLib": [
2686
+ {
2687
+ "length": 20,
2688
+ "start": 10399
2689
+ }
2690
+ ]
2691
+ },
2692
+ "contracts/type/RiskId.sol": {
2693
+ "RiskIdLib": [
2694
+ {
2695
+ "length": 20,
2696
+ "start": 4441
2697
+ },
2698
+ {
2699
+ "length": 20,
2700
+ "start": 5192
2701
+ },
2702
+ {
2703
+ "length": 20,
2704
+ "start": 5821
2705
+ },
2706
+ {
2707
+ "length": 20,
2708
+ "start": 8246
2709
+ }
2710
+ ]
2711
+ },
2712
+ "contracts/type/StateId.sol": {
2713
+ "StateIdLib": [
2714
+ {
2715
+ "length": 20,
2716
+ "start": 3516
2717
+ },
2718
+ {
2719
+ "length": 20,
2720
+ "start": 4091
2721
+ },
2722
+ {
2723
+ "length": 20,
2724
+ "start": 7340
2725
+ },
2726
+ {
2727
+ "length": 20,
2728
+ "start": 9749
2729
+ },
2730
+ {
2731
+ "length": 20,
2732
+ "start": 9937
2733
+ }
2734
+ ]
2735
+ }
2736
+ },
2737
+ "deployedLinkReferences": {
2738
+ "contracts/type/Blocknumber.sol": {
2739
+ "BlocknumberLib": [
2740
+ {
2741
+ "length": 20,
2742
+ "start": 10079
2743
+ },
2744
+ {
2745
+ "length": 20,
2746
+ "start": 10545
2747
+ },
2748
+ {
2749
+ "length": 20,
2750
+ "start": 10725
2751
+ },
2752
+ {
2753
+ "length": 20,
2754
+ "start": 11095
2755
+ },
2756
+ {
2757
+ "length": 20,
2758
+ "start": 11744
2759
+ }
2760
+ ]
2761
+ },
2762
+ "contracts/type/Key32.sol": {
2763
+ "Key32Lib": [
2764
+ {
2765
+ "length": 20,
2766
+ "start": 8907
2767
+ },
2768
+ {
2769
+ "length": 20,
2770
+ "start": 10248
2771
+ }
2772
+ ]
2773
+ },
2774
+ "contracts/type/NftId.sol": {
2775
+ "NftIdLib": [
2776
+ {
2777
+ "length": 20,
2778
+ "start": 9657
2779
+ }
2780
+ ]
2781
+ },
2782
+ "contracts/type/ObjectType.sol": {
2783
+ "ObjectTypeLib": [
2784
+ {
2785
+ "length": 20,
2786
+ "start": 10367
2787
+ }
2788
+ ]
2789
+ },
2790
+ "contracts/type/RiskId.sol": {
2791
+ "RiskIdLib": [
2792
+ {
2793
+ "length": 20,
2794
+ "start": 4409
2795
+ },
2796
+ {
2797
+ "length": 20,
2798
+ "start": 5160
2799
+ },
2800
+ {
2801
+ "length": 20,
2802
+ "start": 5789
2803
+ },
2804
+ {
2805
+ "length": 20,
2806
+ "start": 8214
2807
+ }
2808
+ ]
2809
+ },
2810
+ "contracts/type/StateId.sol": {
2811
+ "StateIdLib": [
2812
+ {
2813
+ "length": 20,
2814
+ "start": 3484
2815
+ },
2816
+ {
2817
+ "length": 20,
2818
+ "start": 4059
2819
+ },
2820
+ {
2821
+ "length": 20,
2822
+ "start": 7308
2823
+ },
2824
+ {
2825
+ "length": 20,
2826
+ "start": 9717
2827
+ },
2828
+ {
2829
+ "length": 20,
2830
+ "start": 9905
2831
+ }
2832
+ ]
2833
+ }
2834
+ }
2835
+ }