@etherisc/gif-next 0.0.2-ee7cb16-393 → 0.0.2-ef82317-831

Sign up to get free protection for your applications and to get access to all the features.
Files changed (711) hide show
  1. package/README.md +59 -18
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +483 -552
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1363 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1033 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +927 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1512 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1999 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1432 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1192 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1566 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2001 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +274 -1320
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +444 -172
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +320 -3048
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1008 -387
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +501 -420
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +329 -127
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -0
  76. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  78. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  80. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  82. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  84. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  86. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  88. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  90. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  94. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  95. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  96. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1000 -0
  98. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  100. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  102. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +398 -372
  104. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  106. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +892 -0
  108. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
  110. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
  112. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1297 -0
  114. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  116. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1431 -0
  118. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  120. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +931 -0
  122. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +958 -0
  124. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1267 -0
  126. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.json +1083 -0
  128. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1612 -0
  130. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  132. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
  134. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
  136. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1119 -0
  138. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  140. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1397 -0
  142. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
  144. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +241 -190
  146. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +913 -0
  148. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +896 -0
  150. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IPricingService.sol/IPricingService.json} +290 -187
  152. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +971 -0
  154. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  155. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → product/IRiskService.sol/IRiskService.json} +144 -112
  156. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1268 -0
  158. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
  160. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
  162. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
  164. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  165. package/artifacts/contracts/product/Product.sol/Product.json +1077 -0
  166. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
  168. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
  170. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  172. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +611 -127
  174. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +290 -297
  176. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  178. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/Registry.sol/Registry.json +940 -162
  180. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  182. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +279 -410
  184. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +315 -131
  186. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  188. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  190. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  192. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  194. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  195. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/Component.sol/Component.json} +354 -101
  196. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
  198. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
  200. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  201. package/artifacts/contracts/shared/{RegisterableUpgradable.sol/RegisterableUpgradable.json → ComponentVerifyingService.sol/ComponentVerifyingService.json} +149 -159
  202. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  204. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +287 -201
  206. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  208. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  209. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +369 -376
  210. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +60 -34
  212. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  214. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  216. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  218. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  220. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  222. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  224. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +814 -0
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  229. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +88 -20
  230. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  231. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +65 -30
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +44 -54
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  241. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  242. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Service.sol/Service.json +115 -183
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1459 -0
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  252. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  254. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  255. package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  274. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  276. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  278. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  280. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  282. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  304. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  306. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  308. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  310. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  312. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  314. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  316. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  318. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  320. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  322. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
  324. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  326. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  328. package/contracts/authorization/AccessAdmin.sol +592 -0
  329. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  330. package/contracts/authorization/Authorization.sol +221 -0
  331. package/contracts/authorization/IAccess.sol +48 -0
  332. package/contracts/authorization/IAccessAdmin.sol +135 -0
  333. package/contracts/authorization/IAuthorization.sol +54 -0
  334. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  335. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  336. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  337. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  338. package/contracts/distribution/BasicDistribution.sol +138 -0
  339. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  340. package/contracts/distribution/Distribution.sol +295 -0
  341. package/contracts/distribution/DistributionService.sol +336 -0
  342. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  343. package/contracts/distribution/IDistributionComponent.sol +52 -0
  344. package/contracts/distribution/IDistributionService.sol +101 -0
  345. package/contracts/examples/fire/DamageLevel.sol +59 -0
  346. package/contracts/examples/fire/FirePool.sol +75 -0
  347. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  348. package/contracts/examples/fire/FireProduct.sol +413 -0
  349. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  350. package/contracts/examples/fire/FireUSD.sol +26 -0
  351. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  352. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  353. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  354. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  355. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +40 -43
  356. package/contracts/instance/IInstance.sol +56 -49
  357. package/contracts/instance/IInstanceService.sol +78 -18
  358. package/contracts/instance/Instance.sol +157 -383
  359. package/contracts/instance/InstanceAdmin.sol +288 -0
  360. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  361. package/contracts/instance/InstanceReader.sol +264 -84
  362. package/contracts/instance/InstanceService.sol +408 -188
  363. package/contracts/instance/InstanceServiceManager.sol +14 -32
  364. package/contracts/instance/InstanceStore.sol +287 -0
  365. package/contracts/instance/base/BalanceStore.sol +123 -0
  366. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  367. package/contracts/instance/base/ObjectCounter.sol +21 -0
  368. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  369. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +20 -42
  370. package/contracts/instance/module/IAccess.sol +29 -21
  371. package/contracts/instance/module/IBundle.sol +8 -8
  372. package/contracts/instance/module/IComponents.sol +48 -0
  373. package/contracts/instance/module/IDistribution.sol +6 -4
  374. package/contracts/instance/module/IPolicy.sol +58 -19
  375. package/contracts/instance/module/IRisk.sol +1 -1
  376. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  377. package/contracts/oracle/BasicOracle.sol +48 -0
  378. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  379. package/contracts/oracle/IOracle.sol +36 -0
  380. package/contracts/oracle/IOracleComponent.sol +33 -0
  381. package/contracts/oracle/IOracleService.sol +65 -0
  382. package/contracts/oracle/Oracle.sol +167 -0
  383. package/contracts/oracle/OracleService.sol +281 -0
  384. package/contracts/oracle/OracleServiceManager.sol +39 -0
  385. package/contracts/pool/BasicPool.sol +166 -0
  386. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  387. package/contracts/pool/BundleService.sol +461 -0
  388. package/contracts/pool/BundleServiceManager.sol +39 -0
  389. package/contracts/pool/IBundleService.sol +143 -0
  390. package/contracts/pool/IPoolComponent.sol +68 -0
  391. package/contracts/pool/IPoolService.sol +171 -0
  392. package/contracts/pool/Pool.sol +353 -0
  393. package/contracts/pool/PoolService.sol +563 -0
  394. package/contracts/pool/PoolServiceManager.sol +39 -0
  395. package/contracts/product/ApplicationService.sol +251 -0
  396. package/contracts/product/ApplicationServiceManager.sol +38 -0
  397. package/contracts/product/BasicProduct.sol +53 -0
  398. package/contracts/product/BasicProductAuthorization.sol +43 -0
  399. package/contracts/product/ClaimService.sol +581 -0
  400. package/contracts/product/ClaimServiceManager.sol +38 -0
  401. package/contracts/product/IApplicationService.sol +63 -0
  402. package/contracts/product/IClaimService.sol +123 -0
  403. package/contracts/product/IPolicyService.sol +80 -0
  404. package/contracts/product/IPricingService.sol +39 -0
  405. package/contracts/product/IProductComponent.sol +53 -0
  406. package/contracts/product/IRiskService.sol +33 -0
  407. package/contracts/product/PolicyService.sol +686 -0
  408. package/contracts/product/PolicyServiceManager.sol +39 -0
  409. package/contracts/product/PricingService.sol +300 -0
  410. package/contracts/product/PricingServiceManager.sol +39 -0
  411. package/contracts/product/Product.sol +432 -0
  412. package/contracts/product/RiskService.sol +96 -0
  413. package/contracts/product/RiskServiceManager.sol +39 -0
  414. package/contracts/registry/ChainNft.sol +79 -31
  415. package/contracts/registry/IRegistry.sol +124 -35
  416. package/contracts/registry/IRegistryService.sol +38 -28
  417. package/contracts/registry/ITransferInterceptor.sol +1 -0
  418. package/contracts/registry/Registry.sol +532 -273
  419. package/contracts/registry/RegistryAdmin.sol +464 -0
  420. package/contracts/registry/RegistryService.sol +135 -234
  421. package/contracts/registry/RegistryServiceManager.sol +26 -53
  422. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  423. package/contracts/registry/ReleaseRegistry.sol +491 -0
  424. package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
  425. package/contracts/registry/TokenRegistry.sol +261 -57
  426. package/contracts/shared/Component.sol +276 -0
  427. package/contracts/shared/ComponentService.sol +641 -0
  428. package/contracts/shared/ComponentServiceManager.sol +38 -0
  429. package/contracts/shared/ComponentVerifyingService.sol +116 -0
  430. package/contracts/shared/ContractLib.sol +38 -0
  431. package/contracts/shared/IComponent.sol +73 -0
  432. package/contracts/shared/IComponentService.sol +108 -0
  433. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  434. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  435. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  436. package/contracts/shared/INftOwnable.sol +13 -12
  437. package/contracts/shared/IPolicyHolder.sol +35 -0
  438. package/contracts/shared/IRegisterable.sol +4 -6
  439. package/contracts/shared/IRegistryLinked.sol +11 -0
  440. package/contracts/shared/IService.sol +16 -6
  441. package/contracts/shared/InitializableERC165.sol +27 -0
  442. package/contracts/shared/InstanceLinkedComponent.sol +171 -0
  443. package/contracts/shared/KeyValueStore.sol +131 -0
  444. package/contracts/shared/Lifecycle.sol +77 -0
  445. package/contracts/shared/NftIdSet.sol +65 -0
  446. package/contracts/shared/NftOwnable.sol +59 -86
  447. package/contracts/shared/PolicyHolder.sol +62 -0
  448. package/contracts/shared/Registerable.sol +23 -38
  449. package/contracts/shared/RegistryLinked.sol +44 -0
  450. package/contracts/shared/Service.sol +62 -30
  451. package/contracts/shared/TokenHandler.sol +122 -10
  452. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  453. package/contracts/staking/IStaking.sol +168 -0
  454. package/contracts/staking/IStakingService.sol +160 -0
  455. package/contracts/staking/StakeManagerLib.sol +224 -0
  456. package/contracts/staking/Staking.sol +498 -0
  457. package/contracts/staking/StakingLifecycle.sol +23 -0
  458. package/contracts/staking/StakingManager.sol +52 -0
  459. package/contracts/staking/StakingReader.sol +190 -0
  460. package/contracts/staking/StakingService.sol +407 -0
  461. package/contracts/staking/StakingServiceManager.sol +44 -0
  462. package/contracts/staking/StakingStore.sol +605 -0
  463. package/contracts/staking/TargetManagerLib.sol +211 -0
  464. package/contracts/{types → type}/AddressSet.sol +1 -1
  465. package/contracts/type/Amount.sol +150 -0
  466. package/contracts/{types → type}/Blocknumber.sol +27 -3
  467. package/contracts/type/ClaimId.sol +80 -0
  468. package/contracts/{types → type}/DistributorType.sol +2 -2
  469. package/contracts/{types → type}/Fee.sol +33 -23
  470. package/contracts/{types → type}/NftId.sol +22 -15
  471. package/contracts/{types → type}/NftIdSet.sol +2 -2
  472. package/contracts/type/ObjectType.sol +276 -0
  473. package/contracts/type/PayoutId.sol +82 -0
  474. package/contracts/{types → type}/Referral.sol +6 -1
  475. package/contracts/type/RequestId.sol +75 -0
  476. package/contracts/{types → type}/RiskId.sol +16 -2
  477. package/contracts/type/RoleId.sol +174 -0
  478. package/contracts/type/Seconds.sol +101 -0
  479. package/contracts/type/Selector.sol +102 -0
  480. package/contracts/{types → type}/StateId.sol +35 -4
  481. package/contracts/type/String.sol +53 -0
  482. package/contracts/{types → type}/Timestamp.sol +34 -15
  483. package/contracts/{types → type}/UFixed.sol +39 -9
  484. package/contracts/{types → type}/Version.sol +5 -2
  485. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  486. package/contracts/upgradeability/ProxyManager.sol +231 -0
  487. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  488. package/contracts/upgradeability/Versionable.sol +59 -0
  489. package/package.json +10 -7
  490. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  492. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -744
  493. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  494. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  496. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  498. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  500. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  501. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -939
  502. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  503. package/artifacts/contracts/components/Product.sol/Product.json +0 -855
  504. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  508. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  510. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  512. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  514. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  516. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  518. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  520. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  522. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  524. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  527. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  529. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  531. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  533. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  534. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  536. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  538. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  540. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  541. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  542. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  543. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  544. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  545. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
  546. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  547. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  548. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  549. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  550. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -940
  551. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  552. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  553. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  554. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
  555. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  558. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  560. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  561. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  562. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  563. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  564. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  567. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  568. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  570. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  572. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  573. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  574. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  575. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  577. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1049
  578. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  579. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -464
  580. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  581. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  582. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  583. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  584. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  585. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  586. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  587. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  588. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  589. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  590. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  591. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  592. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  593. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  594. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  595. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  596. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  597. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  598. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  599. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  600. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  601. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  602. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  603. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  604. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  605. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  606. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  607. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  608. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  609. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  610. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  611. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  612. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  613. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  614. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  615. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  616. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  617. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  619. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  621. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  622. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  623. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  624. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  625. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  626. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  627. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  628. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  629. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  631. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  633. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  634. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  635. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  637. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  638. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  639. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  640. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  642. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  644. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  646. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  648. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  650. package/contracts/components/BaseComponent.sol +0 -132
  651. package/contracts/components/Distribution.sol +0 -163
  652. package/contracts/components/IBaseComponent.sol +0 -31
  653. package/contracts/components/IDistributionComponent.sol +0 -44
  654. package/contracts/components/IPoolComponent.sol +0 -66
  655. package/contracts/components/IProductComponent.sol +0 -35
  656. package/contracts/components/Pool.sol +0 -267
  657. package/contracts/components/Product.sol +0 -289
  658. package/contracts/experiment/cloning/Cloner.sol +0 -47
  659. package/contracts/experiment/errors/Require.sol +0 -38
  660. package/contracts/experiment/errors/Revert.sol +0 -44
  661. package/contracts/experiment/inheritance/A.sol +0 -53
  662. package/contracts/experiment/inheritance/B.sol +0 -28
  663. package/contracts/experiment/inheritance/C.sol +0 -34
  664. package/contracts/experiment/inheritance/IA.sol +0 -13
  665. package/contracts/experiment/inheritance/IB.sol +0 -10
  666. package/contracts/experiment/inheritance/IC.sol +0 -12
  667. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  668. package/contracts/experiment/statemachine/ISM.sol +0 -25
  669. package/contracts/experiment/statemachine/SM.sol +0 -57
  670. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  671. package/contracts/experiment/types/TypeA.sol +0 -47
  672. package/contracts/experiment/types/TypeB.sol +0 -29
  673. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  674. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  675. package/contracts/instance/IInstanceBase.sol +0 -26
  676. package/contracts/instance/InstanceAccessManager.sol +0 -288
  677. package/contracts/instance/InstanceBase.sol +0 -41
  678. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  679. package/contracts/instance/base/IInstanceBase.sol +0 -23
  680. package/contracts/instance/base/KeyValueStore.sol +0 -172
  681. package/contracts/instance/base/Lifecycle.sol +0 -100
  682. package/contracts/instance/module/ISetup.sol +0 -46
  683. package/contracts/instance/module/ITreasury.sol +0 -23
  684. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  685. package/contracts/instance/service/DistributionService.sol +0 -88
  686. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  687. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  688. package/contracts/instance/service/IDistributionService.sol +0 -12
  689. package/contracts/instance/service/IPoolService.sol +0 -51
  690. package/contracts/instance/service/IProductService.sol +0 -110
  691. package/contracts/instance/service/PoolService.sol +0 -287
  692. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  693. package/contracts/instance/service/ProductService.sol +0 -570
  694. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  695. package/contracts/shared/ContractDeployerLib.sol +0 -72
  696. package/contracts/shared/ERC165.sol +0 -25
  697. package/contracts/shared/ProxyManager.sol +0 -94
  698. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  699. package/contracts/shared/Versionable.sol +0 -147
  700. package/contracts/test/TestFee.sol +0 -25
  701. package/contracts/test/TestRegisterable.sol +0 -18
  702. package/contracts/test/TestRoleId.sol +0 -14
  703. package/contracts/test/TestService.sol +0 -24
  704. package/contracts/test/TestToken.sol +0 -26
  705. package/contracts/test/TestVersion.sol +0 -44
  706. package/contracts/test/TestVersionable.sol +0 -17
  707. package/contracts/types/ChainId.sol +0 -38
  708. package/contracts/types/NumberId.sol +0 -52
  709. package/contracts/types/ObjectType.sol +0 -152
  710. package/contracts/types/RoleId.sol +0 -90
  711. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,3607 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "InstanceStore",
4
+ "sourceName": "contracts/instance/InstanceStore.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": "ObjectType",
70
+ "name": "objectType",
71
+ "type": "uint8"
72
+ },
73
+ {
74
+ "internalType": "StateId",
75
+ "name": "fromStateId",
76
+ "type": "uint8"
77
+ },
78
+ {
79
+ "internalType": "StateId",
80
+ "name": "toStateId",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorInvalidStateTransition",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "Key32",
91
+ "name": "key",
92
+ "type": "bytes32"
93
+ },
94
+ {
95
+ "internalType": "ObjectType",
96
+ "name": "objectType",
97
+ "type": "uint8"
98
+ }
99
+ ],
100
+ "name": "ErrorKeyValueStoreAlreadyCreated",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "ObjectType",
107
+ "name": "objectType",
108
+ "type": "uint8"
109
+ }
110
+ ],
111
+ "name": "ErrorKeyValueStoreNoLifecycle",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "Key32",
118
+ "name": "key",
119
+ "type": "bytes32"
120
+ }
121
+ ],
122
+ "name": "ErrorKeyValueStoreNotExisting",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "Key32",
129
+ "name": "key",
130
+ "type": "bytes32"
131
+ }
132
+ ],
133
+ "name": "ErrorKeyValueStoreStateZero",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "inputs": [
138
+ {
139
+ "internalType": "ObjectType",
140
+ "name": "objectType",
141
+ "type": "uint8"
142
+ }
143
+ ],
144
+ "name": "ErrorKeyValueStoreTypeUndefined",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [
149
+ {
150
+ "internalType": "ObjectType",
151
+ "name": "objectType",
152
+ "type": "uint8"
153
+ }
154
+ ],
155
+ "name": "ErrorNoLifecycle",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "InvalidInitialization",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "NotInitializing",
166
+ "type": "error"
167
+ },
168
+ {
169
+ "anonymous": false,
170
+ "inputs": [
171
+ {
172
+ "indexed": false,
173
+ "internalType": "address",
174
+ "name": "authority",
175
+ "type": "address"
176
+ }
177
+ ],
178
+ "name": "AuthorityUpdated",
179
+ "type": "event"
180
+ },
181
+ {
182
+ "anonymous": false,
183
+ "inputs": [
184
+ {
185
+ "indexed": false,
186
+ "internalType": "uint64",
187
+ "name": "version",
188
+ "type": "uint64"
189
+ }
190
+ ],
191
+ "name": "Initialized",
192
+ "type": "event"
193
+ },
194
+ {
195
+ "anonymous": false,
196
+ "inputs": [
197
+ {
198
+ "indexed": false,
199
+ "internalType": "NftId",
200
+ "name": "targetNftId",
201
+ "type": "uint96"
202
+ },
203
+ {
204
+ "indexed": false,
205
+ "internalType": "Amount",
206
+ "name": "addedAmount",
207
+ "type": "uint96"
208
+ },
209
+ {
210
+ "indexed": false,
211
+ "internalType": "Amount",
212
+ "name": "newBalance",
213
+ "type": "uint96"
214
+ },
215
+ {
216
+ "indexed": false,
217
+ "internalType": "Blocknumber",
218
+ "name": "lastUpdatedIn",
219
+ "type": "uint32"
220
+ }
221
+ ],
222
+ "name": "LogBalanceStoreBalanceDecreased",
223
+ "type": "event"
224
+ },
225
+ {
226
+ "anonymous": false,
227
+ "inputs": [
228
+ {
229
+ "indexed": false,
230
+ "internalType": "NftId",
231
+ "name": "targetNftId",
232
+ "type": "uint96"
233
+ },
234
+ {
235
+ "indexed": false,
236
+ "internalType": "Amount",
237
+ "name": "addedAmount",
238
+ "type": "uint96"
239
+ },
240
+ {
241
+ "indexed": false,
242
+ "internalType": "Amount",
243
+ "name": "newBalance",
244
+ "type": "uint96"
245
+ },
246
+ {
247
+ "indexed": false,
248
+ "internalType": "Blocknumber",
249
+ "name": "lastUpdatedIn",
250
+ "type": "uint32"
251
+ }
252
+ ],
253
+ "name": "LogBalanceStoreBalanceIncreased",
254
+ "type": "event"
255
+ },
256
+ {
257
+ "anonymous": false,
258
+ "inputs": [
259
+ {
260
+ "indexed": false,
261
+ "internalType": "NftId",
262
+ "name": "targetNftId",
263
+ "type": "uint96"
264
+ },
265
+ {
266
+ "indexed": false,
267
+ "internalType": "Amount",
268
+ "name": "addedAmount",
269
+ "type": "uint96"
270
+ },
271
+ {
272
+ "indexed": false,
273
+ "internalType": "Amount",
274
+ "name": "newBalance",
275
+ "type": "uint96"
276
+ },
277
+ {
278
+ "indexed": false,
279
+ "internalType": "Blocknumber",
280
+ "name": "lastUpdatedIn",
281
+ "type": "uint32"
282
+ }
283
+ ],
284
+ "name": "LogBalanceStoreFeesDecreased",
285
+ "type": "event"
286
+ },
287
+ {
288
+ "anonymous": false,
289
+ "inputs": [
290
+ {
291
+ "indexed": false,
292
+ "internalType": "NftId",
293
+ "name": "targetNftId",
294
+ "type": "uint96"
295
+ },
296
+ {
297
+ "indexed": false,
298
+ "internalType": "Amount",
299
+ "name": "addedAmount",
300
+ "type": "uint96"
301
+ },
302
+ {
303
+ "indexed": false,
304
+ "internalType": "Amount",
305
+ "name": "newBalance",
306
+ "type": "uint96"
307
+ },
308
+ {
309
+ "indexed": false,
310
+ "internalType": "Blocknumber",
311
+ "name": "lastUpdatedIn",
312
+ "type": "uint32"
313
+ }
314
+ ],
315
+ "name": "LogBalanceStoreFeesIncreased",
316
+ "type": "event"
317
+ },
318
+ {
319
+ "anonymous": false,
320
+ "inputs": [
321
+ {
322
+ "indexed": false,
323
+ "internalType": "NftId",
324
+ "name": "targetNftId",
325
+ "type": "uint96"
326
+ },
327
+ {
328
+ "indexed": false,
329
+ "internalType": "Amount",
330
+ "name": "addedAmount",
331
+ "type": "uint96"
332
+ },
333
+ {
334
+ "indexed": false,
335
+ "internalType": "Amount",
336
+ "name": "newBalance",
337
+ "type": "uint96"
338
+ },
339
+ {
340
+ "indexed": false,
341
+ "internalType": "Blocknumber",
342
+ "name": "lastUpdatedIn",
343
+ "type": "uint32"
344
+ }
345
+ ],
346
+ "name": "LogBalanceStoreLockedDecreased",
347
+ "type": "event"
348
+ },
349
+ {
350
+ "anonymous": false,
351
+ "inputs": [
352
+ {
353
+ "indexed": false,
354
+ "internalType": "NftId",
355
+ "name": "targetNftId",
356
+ "type": "uint96"
357
+ },
358
+ {
359
+ "indexed": false,
360
+ "internalType": "Amount",
361
+ "name": "addedAmount",
362
+ "type": "uint96"
363
+ },
364
+ {
365
+ "indexed": false,
366
+ "internalType": "Amount",
367
+ "name": "newBalance",
368
+ "type": "uint96"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "Blocknumber",
373
+ "name": "lastUpdatedIn",
374
+ "type": "uint32"
375
+ }
376
+ ],
377
+ "name": "LogBalanceStoreLockedIncreased",
378
+ "type": "event"
379
+ },
380
+ {
381
+ "anonymous": false,
382
+ "inputs": [
383
+ {
384
+ "indexed": false,
385
+ "internalType": "NftId",
386
+ "name": "targetNftId",
387
+ "type": "uint96"
388
+ }
389
+ ],
390
+ "name": "LogBalanceStoreTargetRegistered",
391
+ "type": "event"
392
+ },
393
+ {
394
+ "anonymous": false,
395
+ "inputs": [
396
+ {
397
+ "indexed": false,
398
+ "internalType": "ObjectType",
399
+ "name": "objectType",
400
+ "type": "uint8"
401
+ },
402
+ {
403
+ "indexed": false,
404
+ "internalType": "KeyId",
405
+ "name": "keyId",
406
+ "type": "bytes31"
407
+ },
408
+ {
409
+ "indexed": false,
410
+ "internalType": "StateId",
411
+ "name": "state",
412
+ "type": "uint8"
413
+ },
414
+ {
415
+ "indexed": false,
416
+ "internalType": "address",
417
+ "name": "createdBy",
418
+ "type": "address"
419
+ },
420
+ {
421
+ "indexed": false,
422
+ "internalType": "address",
423
+ "name": "txOrigin",
424
+ "type": "address"
425
+ }
426
+ ],
427
+ "name": "LogInfoCreated",
428
+ "type": "event"
429
+ },
430
+ {
431
+ "anonymous": false,
432
+ "inputs": [
433
+ {
434
+ "indexed": false,
435
+ "internalType": "ObjectType",
436
+ "name": "objectType",
437
+ "type": "uint8"
438
+ },
439
+ {
440
+ "indexed": false,
441
+ "internalType": "KeyId",
442
+ "name": "keyId",
443
+ "type": "bytes31"
444
+ },
445
+ {
446
+ "indexed": false,
447
+ "internalType": "StateId",
448
+ "name": "state",
449
+ "type": "uint8"
450
+ },
451
+ {
452
+ "indexed": false,
453
+ "internalType": "address",
454
+ "name": "updatedBy",
455
+ "type": "address"
456
+ },
457
+ {
458
+ "indexed": false,
459
+ "internalType": "address",
460
+ "name": "txOrigin",
461
+ "type": "address"
462
+ },
463
+ {
464
+ "indexed": false,
465
+ "internalType": "Blocknumber",
466
+ "name": "lastUpdatedIn",
467
+ "type": "uint32"
468
+ }
469
+ ],
470
+ "name": "LogInfoUpdated",
471
+ "type": "event"
472
+ },
473
+ {
474
+ "anonymous": false,
475
+ "inputs": [
476
+ {
477
+ "indexed": false,
478
+ "internalType": "ObjectType",
479
+ "name": "objectType",
480
+ "type": "uint8"
481
+ },
482
+ {
483
+ "indexed": false,
484
+ "internalType": "KeyId",
485
+ "name": "keyId",
486
+ "type": "bytes31"
487
+ },
488
+ {
489
+ "indexed": false,
490
+ "internalType": "StateId",
491
+ "name": "stateOld",
492
+ "type": "uint8"
493
+ },
494
+ {
495
+ "indexed": false,
496
+ "internalType": "StateId",
497
+ "name": "stateNew",
498
+ "type": "uint8"
499
+ },
500
+ {
501
+ "indexed": false,
502
+ "internalType": "address",
503
+ "name": "updatedBy",
504
+ "type": "address"
505
+ },
506
+ {
507
+ "indexed": false,
508
+ "internalType": "address",
509
+ "name": "txOrigin",
510
+ "type": "address"
511
+ },
512
+ {
513
+ "indexed": false,
514
+ "internalType": "Blocknumber",
515
+ "name": "lastUpdatedIn",
516
+ "type": "uint32"
517
+ }
518
+ ],
519
+ "name": "LogStateUpdated",
520
+ "type": "event"
521
+ },
522
+ {
523
+ "inputs": [],
524
+ "name": "authority",
525
+ "outputs": [
526
+ {
527
+ "internalType": "address",
528
+ "name": "",
529
+ "type": "address"
530
+ }
531
+ ],
532
+ "stateMutability": "view",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [
537
+ {
538
+ "internalType": "ObjectType",
539
+ "name": "objectType",
540
+ "type": "uint8"
541
+ },
542
+ {
543
+ "internalType": "StateId",
544
+ "name": "fromId",
545
+ "type": "uint8"
546
+ },
547
+ {
548
+ "internalType": "StateId",
549
+ "name": "toId",
550
+ "type": "uint8"
551
+ }
552
+ ],
553
+ "name": "checkTransition",
554
+ "outputs": [],
555
+ "stateMutability": "view",
556
+ "type": "function"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "internalType": "NftId",
562
+ "name": "applicationNftId",
563
+ "type": "uint96"
564
+ },
565
+ {
566
+ "components": [
567
+ {
568
+ "internalType": "NftId",
569
+ "name": "productNftId",
570
+ "type": "uint96"
571
+ },
572
+ {
573
+ "internalType": "NftId",
574
+ "name": "bundleNftId",
575
+ "type": "uint96"
576
+ },
577
+ {
578
+ "internalType": "ReferralId",
579
+ "name": "referralId",
580
+ "type": "bytes8"
581
+ },
582
+ {
583
+ "internalType": "RiskId",
584
+ "name": "riskId",
585
+ "type": "bytes8"
586
+ },
587
+ {
588
+ "internalType": "Amount",
589
+ "name": "sumInsuredAmount",
590
+ "type": "uint96"
591
+ },
592
+ {
593
+ "internalType": "Amount",
594
+ "name": "premiumAmount",
595
+ "type": "uint96"
596
+ },
597
+ {
598
+ "internalType": "Seconds",
599
+ "name": "lifetime",
600
+ "type": "uint40"
601
+ },
602
+ {
603
+ "internalType": "bytes",
604
+ "name": "applicationData",
605
+ "type": "bytes"
606
+ },
607
+ {
608
+ "internalType": "bytes",
609
+ "name": "processData",
610
+ "type": "bytes"
611
+ },
612
+ {
613
+ "internalType": "uint16",
614
+ "name": "claimsCount",
615
+ "type": "uint16"
616
+ },
617
+ {
618
+ "internalType": "uint16",
619
+ "name": "openClaimsCount",
620
+ "type": "uint16"
621
+ },
622
+ {
623
+ "internalType": "Amount",
624
+ "name": "claimAmount",
625
+ "type": "uint96"
626
+ },
627
+ {
628
+ "internalType": "Amount",
629
+ "name": "payoutAmount",
630
+ "type": "uint96"
631
+ },
632
+ {
633
+ "internalType": "Timestamp",
634
+ "name": "activatedAt",
635
+ "type": "uint40"
636
+ },
637
+ {
638
+ "internalType": "Timestamp",
639
+ "name": "expiredAt",
640
+ "type": "uint40"
641
+ },
642
+ {
643
+ "internalType": "Timestamp",
644
+ "name": "closedAt",
645
+ "type": "uint40"
646
+ }
647
+ ],
648
+ "internalType": "struct IPolicy.PolicyInfo",
649
+ "name": "policy",
650
+ "type": "tuple"
651
+ }
652
+ ],
653
+ "name": "createApplication",
654
+ "outputs": [],
655
+ "stateMutability": "nonpayable",
656
+ "type": "function"
657
+ },
658
+ {
659
+ "inputs": [
660
+ {
661
+ "internalType": "NftId",
662
+ "name": "bundleNftId",
663
+ "type": "uint96"
664
+ },
665
+ {
666
+ "components": [
667
+ {
668
+ "internalType": "NftId",
669
+ "name": "poolNftId",
670
+ "type": "uint96"
671
+ },
672
+ {
673
+ "components": [
674
+ {
675
+ "internalType": "UFixed",
676
+ "name": "fractionalFee",
677
+ "type": "uint256"
678
+ },
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "fixedFee",
682
+ "type": "uint256"
683
+ }
684
+ ],
685
+ "internalType": "struct Fee",
686
+ "name": "fee",
687
+ "type": "tuple"
688
+ },
689
+ {
690
+ "internalType": "bytes",
691
+ "name": "filter",
692
+ "type": "bytes"
693
+ },
694
+ {
695
+ "internalType": "Timestamp",
696
+ "name": "activatedAt",
697
+ "type": "uint40"
698
+ },
699
+ {
700
+ "internalType": "Timestamp",
701
+ "name": "expiredAt",
702
+ "type": "uint40"
703
+ },
704
+ {
705
+ "internalType": "Timestamp",
706
+ "name": "closedAt",
707
+ "type": "uint40"
708
+ }
709
+ ],
710
+ "internalType": "struct IBundle.BundleInfo",
711
+ "name": "bundle",
712
+ "type": "tuple"
713
+ }
714
+ ],
715
+ "name": "createBundle",
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "inputs": [
722
+ {
723
+ "internalType": "NftId",
724
+ "name": "policyNftId",
725
+ "type": "uint96"
726
+ },
727
+ {
728
+ "internalType": "ClaimId",
729
+ "name": "claimId",
730
+ "type": "uint16"
731
+ },
732
+ {
733
+ "components": [
734
+ {
735
+ "internalType": "Amount",
736
+ "name": "claimAmount",
737
+ "type": "uint96"
738
+ },
739
+ {
740
+ "internalType": "Amount",
741
+ "name": "paidAmount",
742
+ "type": "uint96"
743
+ },
744
+ {
745
+ "internalType": "uint24",
746
+ "name": "payoutsCount",
747
+ "type": "uint24"
748
+ },
749
+ {
750
+ "internalType": "uint24",
751
+ "name": "openPayoutsCount",
752
+ "type": "uint24"
753
+ },
754
+ {
755
+ "internalType": "bytes",
756
+ "name": "submissionData",
757
+ "type": "bytes"
758
+ },
759
+ {
760
+ "internalType": "bytes",
761
+ "name": "processData",
762
+ "type": "bytes"
763
+ },
764
+ {
765
+ "internalType": "Timestamp",
766
+ "name": "closedAt",
767
+ "type": "uint40"
768
+ }
769
+ ],
770
+ "internalType": "struct IPolicy.ClaimInfo",
771
+ "name": "claim",
772
+ "type": "tuple"
773
+ }
774
+ ],
775
+ "name": "createClaim",
776
+ "outputs": [],
777
+ "stateMutability": "nonpayable",
778
+ "type": "function"
779
+ },
780
+ {
781
+ "inputs": [
782
+ {
783
+ "internalType": "NftId",
784
+ "name": "componentNftId",
785
+ "type": "uint96"
786
+ },
787
+ {
788
+ "components": [
789
+ {
790
+ "internalType": "string",
791
+ "name": "name",
792
+ "type": "string"
793
+ },
794
+ {
795
+ "internalType": "NftId",
796
+ "name": "productNftId",
797
+ "type": "uint96"
798
+ },
799
+ {
800
+ "internalType": "contract IERC20Metadata",
801
+ "name": "token",
802
+ "type": "address"
803
+ },
804
+ {
805
+ "internalType": "contract TokenHandler",
806
+ "name": "tokenHandler",
807
+ "type": "address"
808
+ },
809
+ {
810
+ "internalType": "address",
811
+ "name": "wallet",
812
+ "type": "address"
813
+ },
814
+ {
815
+ "internalType": "bytes",
816
+ "name": "data",
817
+ "type": "bytes"
818
+ }
819
+ ],
820
+ "internalType": "struct IComponents.ComponentInfo",
821
+ "name": "componentInfo",
822
+ "type": "tuple"
823
+ }
824
+ ],
825
+ "name": "createComponent",
826
+ "outputs": [],
827
+ "stateMutability": "nonpayable",
828
+ "type": "function"
829
+ },
830
+ {
831
+ "inputs": [
832
+ {
833
+ "internalType": "NftId",
834
+ "name": "distributorNftId",
835
+ "type": "uint96"
836
+ },
837
+ {
838
+ "components": [
839
+ {
840
+ "internalType": "DistributorType",
841
+ "name": "distributorType",
842
+ "type": "bytes8"
843
+ },
844
+ {
845
+ "internalType": "bool",
846
+ "name": "active",
847
+ "type": "bool"
848
+ },
849
+ {
850
+ "internalType": "bytes",
851
+ "name": "data",
852
+ "type": "bytes"
853
+ },
854
+ {
855
+ "internalType": "uint32",
856
+ "name": "numPoliciesSold",
857
+ "type": "uint32"
858
+ }
859
+ ],
860
+ "internalType": "struct IDistribution.DistributorInfo",
861
+ "name": "info",
862
+ "type": "tuple"
863
+ }
864
+ ],
865
+ "name": "createDistributor",
866
+ "outputs": [],
867
+ "stateMutability": "nonpayable",
868
+ "type": "function"
869
+ },
870
+ {
871
+ "inputs": [
872
+ {
873
+ "internalType": "DistributorType",
874
+ "name": "distributorType",
875
+ "type": "bytes8"
876
+ },
877
+ {
878
+ "components": [
879
+ {
880
+ "internalType": "string",
881
+ "name": "name",
882
+ "type": "string"
883
+ },
884
+ {
885
+ "internalType": "UFixed",
886
+ "name": "minDiscountPercentage",
887
+ "type": "uint256"
888
+ },
889
+ {
890
+ "internalType": "UFixed",
891
+ "name": "maxDiscountPercentage",
892
+ "type": "uint256"
893
+ },
894
+ {
895
+ "internalType": "UFixed",
896
+ "name": "commissionPercentage",
897
+ "type": "uint256"
898
+ },
899
+ {
900
+ "internalType": "uint32",
901
+ "name": "maxReferralCount",
902
+ "type": "uint32"
903
+ },
904
+ {
905
+ "internalType": "uint32",
906
+ "name": "maxReferralLifetime",
907
+ "type": "uint32"
908
+ },
909
+ {
910
+ "internalType": "bool",
911
+ "name": "allowSelfReferrals",
912
+ "type": "bool"
913
+ },
914
+ {
915
+ "internalType": "bool",
916
+ "name": "allowRenewals",
917
+ "type": "bool"
918
+ },
919
+ {
920
+ "internalType": "bytes",
921
+ "name": "data",
922
+ "type": "bytes"
923
+ }
924
+ ],
925
+ "internalType": "struct IDistribution.DistributorTypeInfo",
926
+ "name": "info",
927
+ "type": "tuple"
928
+ }
929
+ ],
930
+ "name": "createDistributorType",
931
+ "outputs": [],
932
+ "stateMutability": "nonpayable",
933
+ "type": "function"
934
+ },
935
+ {
936
+ "inputs": [
937
+ {
938
+ "internalType": "NftId",
939
+ "name": "policyNftId",
940
+ "type": "uint96"
941
+ },
942
+ {
943
+ "internalType": "PayoutId",
944
+ "name": "payoutId",
945
+ "type": "uint40"
946
+ },
947
+ {
948
+ "components": [
949
+ {
950
+ "internalType": "ClaimId",
951
+ "name": "claimId",
952
+ "type": "uint16"
953
+ },
954
+ {
955
+ "internalType": "Amount",
956
+ "name": "amount",
957
+ "type": "uint96"
958
+ },
959
+ {
960
+ "internalType": "address",
961
+ "name": "beneficiary",
962
+ "type": "address"
963
+ },
964
+ {
965
+ "internalType": "bytes",
966
+ "name": "data",
967
+ "type": "bytes"
968
+ },
969
+ {
970
+ "internalType": "Timestamp",
971
+ "name": "paidAt",
972
+ "type": "uint40"
973
+ }
974
+ ],
975
+ "internalType": "struct IPolicy.PayoutInfo",
976
+ "name": "payout",
977
+ "type": "tuple"
978
+ }
979
+ ],
980
+ "name": "createPayout",
981
+ "outputs": [],
982
+ "stateMutability": "nonpayable",
983
+ "type": "function"
984
+ },
985
+ {
986
+ "inputs": [
987
+ {
988
+ "internalType": "NftId",
989
+ "name": "poolNftId",
990
+ "type": "uint96"
991
+ },
992
+ {
993
+ "components": [
994
+ {
995
+ "internalType": "Amount",
996
+ "name": "maxBalanceAmount",
997
+ "type": "uint96"
998
+ },
999
+ {
1000
+ "internalType": "RoleId",
1001
+ "name": "bundleOwnerRole",
1002
+ "type": "uint64"
1003
+ },
1004
+ {
1005
+ "internalType": "bool",
1006
+ "name": "isInterceptingBundleTransfers",
1007
+ "type": "bool"
1008
+ },
1009
+ {
1010
+ "internalType": "bool",
1011
+ "name": "isProcessingConfirmedClaims",
1012
+ "type": "bool"
1013
+ },
1014
+ {
1015
+ "internalType": "bool",
1016
+ "name": "isExternallyManaged",
1017
+ "type": "bool"
1018
+ },
1019
+ {
1020
+ "internalType": "bool",
1021
+ "name": "isVerifyingApplications",
1022
+ "type": "bool"
1023
+ },
1024
+ {
1025
+ "internalType": "UFixed",
1026
+ "name": "collateralizationLevel",
1027
+ "type": "uint256"
1028
+ },
1029
+ {
1030
+ "internalType": "UFixed",
1031
+ "name": "retentionLevel",
1032
+ "type": "uint256"
1033
+ }
1034
+ ],
1035
+ "internalType": "struct IComponents.PoolInfo",
1036
+ "name": "info",
1037
+ "type": "tuple"
1038
+ }
1039
+ ],
1040
+ "name": "createPool",
1041
+ "outputs": [],
1042
+ "stateMutability": "nonpayable",
1043
+ "type": "function"
1044
+ },
1045
+ {
1046
+ "inputs": [
1047
+ {
1048
+ "internalType": "NftId",
1049
+ "name": "policyNftId",
1050
+ "type": "uint96"
1051
+ },
1052
+ {
1053
+ "components": [
1054
+ {
1055
+ "internalType": "Amount",
1056
+ "name": "productFeeAmount",
1057
+ "type": "uint96"
1058
+ },
1059
+ {
1060
+ "internalType": "Amount",
1061
+ "name": "distributionFeeAndCommissionAmount",
1062
+ "type": "uint96"
1063
+ },
1064
+ {
1065
+ "internalType": "Amount",
1066
+ "name": "poolPremiumAndFeeAmount",
1067
+ "type": "uint96"
1068
+ },
1069
+ {
1070
+ "internalType": "Amount",
1071
+ "name": "netPremiumAmount",
1072
+ "type": "uint96"
1073
+ },
1074
+ {
1075
+ "internalType": "Amount",
1076
+ "name": "fullPremiumAmount",
1077
+ "type": "uint96"
1078
+ },
1079
+ {
1080
+ "internalType": "Amount",
1081
+ "name": "premiumAmount",
1082
+ "type": "uint96"
1083
+ },
1084
+ {
1085
+ "internalType": "Amount",
1086
+ "name": "productFeeFixAmount",
1087
+ "type": "uint96"
1088
+ },
1089
+ {
1090
+ "internalType": "Amount",
1091
+ "name": "poolFeeFixAmount",
1092
+ "type": "uint96"
1093
+ },
1094
+ {
1095
+ "internalType": "Amount",
1096
+ "name": "bundleFeeFixAmount",
1097
+ "type": "uint96"
1098
+ },
1099
+ {
1100
+ "internalType": "Amount",
1101
+ "name": "distributionFeeFixAmount",
1102
+ "type": "uint96"
1103
+ },
1104
+ {
1105
+ "internalType": "Amount",
1106
+ "name": "productFeeVarAmount",
1107
+ "type": "uint96"
1108
+ },
1109
+ {
1110
+ "internalType": "Amount",
1111
+ "name": "poolFeeVarAmount",
1112
+ "type": "uint96"
1113
+ },
1114
+ {
1115
+ "internalType": "Amount",
1116
+ "name": "bundleFeeVarAmount",
1117
+ "type": "uint96"
1118
+ },
1119
+ {
1120
+ "internalType": "Amount",
1121
+ "name": "distributionFeeVarAmount",
1122
+ "type": "uint96"
1123
+ },
1124
+ {
1125
+ "internalType": "Amount",
1126
+ "name": "distributionOwnerFeeFixAmount",
1127
+ "type": "uint96"
1128
+ },
1129
+ {
1130
+ "internalType": "Amount",
1131
+ "name": "distributionOwnerFeeVarAmount",
1132
+ "type": "uint96"
1133
+ },
1134
+ {
1135
+ "internalType": "Amount",
1136
+ "name": "commissionAmount",
1137
+ "type": "uint96"
1138
+ },
1139
+ {
1140
+ "internalType": "Amount",
1141
+ "name": "discountAmount",
1142
+ "type": "uint96"
1143
+ }
1144
+ ],
1145
+ "internalType": "struct IPolicy.PremiumInfo",
1146
+ "name": "premium",
1147
+ "type": "tuple"
1148
+ }
1149
+ ],
1150
+ "name": "createPremium",
1151
+ "outputs": [],
1152
+ "stateMutability": "nonpayable",
1153
+ "type": "function"
1154
+ },
1155
+ {
1156
+ "inputs": [
1157
+ {
1158
+ "internalType": "NftId",
1159
+ "name": "productNftId",
1160
+ "type": "uint96"
1161
+ },
1162
+ {
1163
+ "components": [
1164
+ {
1165
+ "internalType": "NftId",
1166
+ "name": "distributionNftId",
1167
+ "type": "uint96"
1168
+ },
1169
+ {
1170
+ "internalType": "NftId",
1171
+ "name": "poolNftId",
1172
+ "type": "uint96"
1173
+ },
1174
+ {
1175
+ "internalType": "bool",
1176
+ "name": "isProcessingFundedClaims",
1177
+ "type": "bool"
1178
+ },
1179
+ {
1180
+ "components": [
1181
+ {
1182
+ "internalType": "UFixed",
1183
+ "name": "fractionalFee",
1184
+ "type": "uint256"
1185
+ },
1186
+ {
1187
+ "internalType": "uint256",
1188
+ "name": "fixedFee",
1189
+ "type": "uint256"
1190
+ }
1191
+ ],
1192
+ "internalType": "struct Fee",
1193
+ "name": "productFee",
1194
+ "type": "tuple"
1195
+ },
1196
+ {
1197
+ "components": [
1198
+ {
1199
+ "internalType": "UFixed",
1200
+ "name": "fractionalFee",
1201
+ "type": "uint256"
1202
+ },
1203
+ {
1204
+ "internalType": "uint256",
1205
+ "name": "fixedFee",
1206
+ "type": "uint256"
1207
+ }
1208
+ ],
1209
+ "internalType": "struct Fee",
1210
+ "name": "processingFee",
1211
+ "type": "tuple"
1212
+ },
1213
+ {
1214
+ "components": [
1215
+ {
1216
+ "internalType": "UFixed",
1217
+ "name": "fractionalFee",
1218
+ "type": "uint256"
1219
+ },
1220
+ {
1221
+ "internalType": "uint256",
1222
+ "name": "fixedFee",
1223
+ "type": "uint256"
1224
+ }
1225
+ ],
1226
+ "internalType": "struct Fee",
1227
+ "name": "distributionFee",
1228
+ "type": "tuple"
1229
+ },
1230
+ {
1231
+ "components": [
1232
+ {
1233
+ "internalType": "UFixed",
1234
+ "name": "fractionalFee",
1235
+ "type": "uint256"
1236
+ },
1237
+ {
1238
+ "internalType": "uint256",
1239
+ "name": "fixedFee",
1240
+ "type": "uint256"
1241
+ }
1242
+ ],
1243
+ "internalType": "struct Fee",
1244
+ "name": "minDistributionOwnerFee",
1245
+ "type": "tuple"
1246
+ },
1247
+ {
1248
+ "components": [
1249
+ {
1250
+ "internalType": "UFixed",
1251
+ "name": "fractionalFee",
1252
+ "type": "uint256"
1253
+ },
1254
+ {
1255
+ "internalType": "uint256",
1256
+ "name": "fixedFee",
1257
+ "type": "uint256"
1258
+ }
1259
+ ],
1260
+ "internalType": "struct Fee",
1261
+ "name": "poolFee",
1262
+ "type": "tuple"
1263
+ },
1264
+ {
1265
+ "components": [
1266
+ {
1267
+ "internalType": "UFixed",
1268
+ "name": "fractionalFee",
1269
+ "type": "uint256"
1270
+ },
1271
+ {
1272
+ "internalType": "uint256",
1273
+ "name": "fixedFee",
1274
+ "type": "uint256"
1275
+ }
1276
+ ],
1277
+ "internalType": "struct Fee",
1278
+ "name": "stakingFee",
1279
+ "type": "tuple"
1280
+ },
1281
+ {
1282
+ "components": [
1283
+ {
1284
+ "internalType": "UFixed",
1285
+ "name": "fractionalFee",
1286
+ "type": "uint256"
1287
+ },
1288
+ {
1289
+ "internalType": "uint256",
1290
+ "name": "fixedFee",
1291
+ "type": "uint256"
1292
+ }
1293
+ ],
1294
+ "internalType": "struct Fee",
1295
+ "name": "performanceFee",
1296
+ "type": "tuple"
1297
+ }
1298
+ ],
1299
+ "internalType": "struct IComponents.ProductInfo",
1300
+ "name": "info",
1301
+ "type": "tuple"
1302
+ }
1303
+ ],
1304
+ "name": "createProduct",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "ReferralId",
1313
+ "name": "referralId",
1314
+ "type": "bytes8"
1315
+ },
1316
+ {
1317
+ "components": [
1318
+ {
1319
+ "internalType": "NftId",
1320
+ "name": "distributorNftId",
1321
+ "type": "uint96"
1322
+ },
1323
+ {
1324
+ "internalType": "string",
1325
+ "name": "referralCode",
1326
+ "type": "string"
1327
+ },
1328
+ {
1329
+ "internalType": "UFixed",
1330
+ "name": "discountPercentage",
1331
+ "type": "uint256"
1332
+ },
1333
+ {
1334
+ "internalType": "uint32",
1335
+ "name": "maxReferrals",
1336
+ "type": "uint32"
1337
+ },
1338
+ {
1339
+ "internalType": "uint32",
1340
+ "name": "usedReferrals",
1341
+ "type": "uint32"
1342
+ },
1343
+ {
1344
+ "internalType": "Timestamp",
1345
+ "name": "expiryAt",
1346
+ "type": "uint40"
1347
+ },
1348
+ {
1349
+ "internalType": "bytes",
1350
+ "name": "data",
1351
+ "type": "bytes"
1352
+ }
1353
+ ],
1354
+ "internalType": "struct IDistribution.ReferralInfo",
1355
+ "name": "referralInfo",
1356
+ "type": "tuple"
1357
+ }
1358
+ ],
1359
+ "name": "createReferral",
1360
+ "outputs": [],
1361
+ "stateMutability": "nonpayable",
1362
+ "type": "function"
1363
+ },
1364
+ {
1365
+ "inputs": [
1366
+ {
1367
+ "components": [
1368
+ {
1369
+ "internalType": "NftId",
1370
+ "name": "requesterNftId",
1371
+ "type": "uint96"
1372
+ },
1373
+ {
1374
+ "internalType": "string",
1375
+ "name": "callbackMethodName",
1376
+ "type": "string"
1377
+ },
1378
+ {
1379
+ "internalType": "NftId",
1380
+ "name": "oracleNftId",
1381
+ "type": "uint96"
1382
+ },
1383
+ {
1384
+ "internalType": "bytes",
1385
+ "name": "requestData",
1386
+ "type": "bytes"
1387
+ },
1388
+ {
1389
+ "internalType": "bytes",
1390
+ "name": "responseData",
1391
+ "type": "bytes"
1392
+ },
1393
+ {
1394
+ "internalType": "Timestamp",
1395
+ "name": "respondedAt",
1396
+ "type": "uint40"
1397
+ },
1398
+ {
1399
+ "internalType": "Timestamp",
1400
+ "name": "expiredAt",
1401
+ "type": "uint40"
1402
+ },
1403
+ {
1404
+ "internalType": "bool",
1405
+ "name": "isCancelled",
1406
+ "type": "bool"
1407
+ }
1408
+ ],
1409
+ "internalType": "struct IOracle.RequestInfo",
1410
+ "name": "request",
1411
+ "type": "tuple"
1412
+ }
1413
+ ],
1414
+ "name": "createRequest",
1415
+ "outputs": [
1416
+ {
1417
+ "internalType": "RequestId",
1418
+ "name": "requestId",
1419
+ "type": "uint64"
1420
+ }
1421
+ ],
1422
+ "stateMutability": "nonpayable",
1423
+ "type": "function"
1424
+ },
1425
+ {
1426
+ "inputs": [
1427
+ {
1428
+ "internalType": "RiskId",
1429
+ "name": "riskId",
1430
+ "type": "bytes8"
1431
+ },
1432
+ {
1433
+ "components": [
1434
+ {
1435
+ "internalType": "NftId",
1436
+ "name": "productNftId",
1437
+ "type": "uint96"
1438
+ },
1439
+ {
1440
+ "internalType": "bytes",
1441
+ "name": "data",
1442
+ "type": "bytes"
1443
+ }
1444
+ ],
1445
+ "internalType": "struct IRisk.RiskInfo",
1446
+ "name": "risk",
1447
+ "type": "tuple"
1448
+ }
1449
+ ],
1450
+ "name": "createRisk",
1451
+ "outputs": [],
1452
+ "stateMutability": "nonpayable",
1453
+ "type": "function"
1454
+ },
1455
+ {
1456
+ "inputs": [
1457
+ {
1458
+ "internalType": "NftId",
1459
+ "name": "targetNftId",
1460
+ "type": "uint96"
1461
+ },
1462
+ {
1463
+ "internalType": "Amount",
1464
+ "name": "amount",
1465
+ "type": "uint96"
1466
+ }
1467
+ ],
1468
+ "name": "decreaseBalance",
1469
+ "outputs": [
1470
+ {
1471
+ "internalType": "Amount",
1472
+ "name": "newBalance",
1473
+ "type": "uint96"
1474
+ }
1475
+ ],
1476
+ "stateMutability": "nonpayable",
1477
+ "type": "function"
1478
+ },
1479
+ {
1480
+ "inputs": [
1481
+ {
1482
+ "internalType": "NftId",
1483
+ "name": "targetNftId",
1484
+ "type": "uint96"
1485
+ },
1486
+ {
1487
+ "internalType": "Amount",
1488
+ "name": "amount",
1489
+ "type": "uint96"
1490
+ }
1491
+ ],
1492
+ "name": "decreaseFees",
1493
+ "outputs": [
1494
+ {
1495
+ "internalType": "Amount",
1496
+ "name": "newFeeBalance",
1497
+ "type": "uint96"
1498
+ }
1499
+ ],
1500
+ "stateMutability": "nonpayable",
1501
+ "type": "function"
1502
+ },
1503
+ {
1504
+ "inputs": [
1505
+ {
1506
+ "internalType": "NftId",
1507
+ "name": "targetNftId",
1508
+ "type": "uint96"
1509
+ },
1510
+ {
1511
+ "internalType": "Amount",
1512
+ "name": "amount",
1513
+ "type": "uint96"
1514
+ }
1515
+ ],
1516
+ "name": "decreaseLocked",
1517
+ "outputs": [
1518
+ {
1519
+ "internalType": "Amount",
1520
+ "name": "newBalance",
1521
+ "type": "uint96"
1522
+ }
1523
+ ],
1524
+ "stateMutability": "nonpayable",
1525
+ "type": "function"
1526
+ },
1527
+ {
1528
+ "inputs": [
1529
+ {
1530
+ "internalType": "Key32",
1531
+ "name": "key32",
1532
+ "type": "bytes32"
1533
+ }
1534
+ ],
1535
+ "name": "exists",
1536
+ "outputs": [
1537
+ {
1538
+ "internalType": "bool",
1539
+ "name": "",
1540
+ "type": "bool"
1541
+ }
1542
+ ],
1543
+ "stateMutability": "view",
1544
+ "type": "function"
1545
+ },
1546
+ {
1547
+ "inputs": [
1548
+ {
1549
+ "internalType": "Key32",
1550
+ "name": "key32",
1551
+ "type": "bytes32"
1552
+ }
1553
+ ],
1554
+ "name": "get",
1555
+ "outputs": [
1556
+ {
1557
+ "components": [
1558
+ {
1559
+ "components": [
1560
+ {
1561
+ "internalType": "ObjectType",
1562
+ "name": "objectType",
1563
+ "type": "uint8"
1564
+ },
1565
+ {
1566
+ "internalType": "StateId",
1567
+ "name": "state",
1568
+ "type": "uint8"
1569
+ },
1570
+ {
1571
+ "internalType": "Blocknumber",
1572
+ "name": "updatedIn",
1573
+ "type": "uint32"
1574
+ },
1575
+ {
1576
+ "internalType": "Blocknumber",
1577
+ "name": "createdIn",
1578
+ "type": "uint32"
1579
+ }
1580
+ ],
1581
+ "internalType": "struct IKeyValueStore.Metadata",
1582
+ "name": "metadata",
1583
+ "type": "tuple"
1584
+ },
1585
+ {
1586
+ "internalType": "bytes",
1587
+ "name": "data",
1588
+ "type": "bytes"
1589
+ }
1590
+ ],
1591
+ "internalType": "struct IKeyValueStore.Value",
1592
+ "name": "value",
1593
+ "type": "tuple"
1594
+ }
1595
+ ],
1596
+ "stateMutability": "view",
1597
+ "type": "function"
1598
+ },
1599
+ {
1600
+ "inputs": [
1601
+ {
1602
+ "internalType": "NftId",
1603
+ "name": "targetNftId",
1604
+ "type": "uint96"
1605
+ }
1606
+ ],
1607
+ "name": "getAmounts",
1608
+ "outputs": [
1609
+ {
1610
+ "internalType": "Amount",
1611
+ "name": "balanceAmount",
1612
+ "type": "uint96"
1613
+ },
1614
+ {
1615
+ "internalType": "Amount",
1616
+ "name": "lockedAmount",
1617
+ "type": "uint96"
1618
+ },
1619
+ {
1620
+ "internalType": "Amount",
1621
+ "name": "feeAmount",
1622
+ "type": "uint96"
1623
+ }
1624
+ ],
1625
+ "stateMutability": "view",
1626
+ "type": "function"
1627
+ },
1628
+ {
1629
+ "inputs": [
1630
+ {
1631
+ "internalType": "NftId",
1632
+ "name": "targetNftId",
1633
+ "type": "uint96"
1634
+ }
1635
+ ],
1636
+ "name": "getBalanceAmount",
1637
+ "outputs": [
1638
+ {
1639
+ "internalType": "Amount",
1640
+ "name": "balanceAmount",
1641
+ "type": "uint96"
1642
+ }
1643
+ ],
1644
+ "stateMutability": "view",
1645
+ "type": "function"
1646
+ },
1647
+ {
1648
+ "inputs": [
1649
+ {
1650
+ "internalType": "Key32",
1651
+ "name": "key32",
1652
+ "type": "bytes32"
1653
+ }
1654
+ ],
1655
+ "name": "getData",
1656
+ "outputs": [
1657
+ {
1658
+ "internalType": "bytes",
1659
+ "name": "data",
1660
+ "type": "bytes"
1661
+ }
1662
+ ],
1663
+ "stateMutability": "view",
1664
+ "type": "function"
1665
+ },
1666
+ {
1667
+ "inputs": [
1668
+ {
1669
+ "internalType": "NftId",
1670
+ "name": "targetNftId",
1671
+ "type": "uint96"
1672
+ }
1673
+ ],
1674
+ "name": "getFeeAmount",
1675
+ "outputs": [
1676
+ {
1677
+ "internalType": "Amount",
1678
+ "name": "feeAmount",
1679
+ "type": "uint96"
1680
+ }
1681
+ ],
1682
+ "stateMutability": "view",
1683
+ "type": "function"
1684
+ },
1685
+ {
1686
+ "inputs": [
1687
+ {
1688
+ "internalType": "ObjectType",
1689
+ "name": "objectType",
1690
+ "type": "uint8"
1691
+ }
1692
+ ],
1693
+ "name": "getInitialState",
1694
+ "outputs": [
1695
+ {
1696
+ "internalType": "StateId",
1697
+ "name": "",
1698
+ "type": "uint8"
1699
+ }
1700
+ ],
1701
+ "stateMutability": "view",
1702
+ "type": "function"
1703
+ },
1704
+ {
1705
+ "inputs": [
1706
+ {
1707
+ "internalType": "NftId",
1708
+ "name": "targetNftId",
1709
+ "type": "uint96"
1710
+ }
1711
+ ],
1712
+ "name": "getLockedAmount",
1713
+ "outputs": [
1714
+ {
1715
+ "internalType": "Amount",
1716
+ "name": "lockedAmount",
1717
+ "type": "uint96"
1718
+ }
1719
+ ],
1720
+ "stateMutability": "view",
1721
+ "type": "function"
1722
+ },
1723
+ {
1724
+ "inputs": [
1725
+ {
1726
+ "internalType": "Key32",
1727
+ "name": "key32",
1728
+ "type": "bytes32"
1729
+ }
1730
+ ],
1731
+ "name": "getMetadata",
1732
+ "outputs": [
1733
+ {
1734
+ "components": [
1735
+ {
1736
+ "internalType": "ObjectType",
1737
+ "name": "objectType",
1738
+ "type": "uint8"
1739
+ },
1740
+ {
1741
+ "internalType": "StateId",
1742
+ "name": "state",
1743
+ "type": "uint8"
1744
+ },
1745
+ {
1746
+ "internalType": "Blocknumber",
1747
+ "name": "updatedIn",
1748
+ "type": "uint32"
1749
+ },
1750
+ {
1751
+ "internalType": "Blocknumber",
1752
+ "name": "createdIn",
1753
+ "type": "uint32"
1754
+ }
1755
+ ],
1756
+ "internalType": "struct IKeyValueStore.Metadata",
1757
+ "name": "metadata",
1758
+ "type": "tuple"
1759
+ }
1760
+ ],
1761
+ "stateMutability": "view",
1762
+ "type": "function"
1763
+ },
1764
+ {
1765
+ "inputs": [
1766
+ {
1767
+ "internalType": "Key32",
1768
+ "name": "key32",
1769
+ "type": "bytes32"
1770
+ }
1771
+ ],
1772
+ "name": "getState",
1773
+ "outputs": [
1774
+ {
1775
+ "internalType": "StateId",
1776
+ "name": "state",
1777
+ "type": "uint8"
1778
+ }
1779
+ ],
1780
+ "stateMutability": "view",
1781
+ "type": "function"
1782
+ },
1783
+ {
1784
+ "inputs": [
1785
+ {
1786
+ "internalType": "ObjectType",
1787
+ "name": "objectType",
1788
+ "type": "uint8"
1789
+ }
1790
+ ],
1791
+ "name": "hasLifecycle",
1792
+ "outputs": [
1793
+ {
1794
+ "internalType": "bool",
1795
+ "name": "",
1796
+ "type": "bool"
1797
+ }
1798
+ ],
1799
+ "stateMutability": "view",
1800
+ "type": "function"
1801
+ },
1802
+ {
1803
+ "inputs": [
1804
+ {
1805
+ "internalType": "NftId",
1806
+ "name": "targetNftId",
1807
+ "type": "uint96"
1808
+ },
1809
+ {
1810
+ "internalType": "Amount",
1811
+ "name": "amount",
1812
+ "type": "uint96"
1813
+ }
1814
+ ],
1815
+ "name": "increaseBalance",
1816
+ "outputs": [
1817
+ {
1818
+ "internalType": "Amount",
1819
+ "name": "newBalance",
1820
+ "type": "uint96"
1821
+ }
1822
+ ],
1823
+ "stateMutability": "nonpayable",
1824
+ "type": "function"
1825
+ },
1826
+ {
1827
+ "inputs": [
1828
+ {
1829
+ "internalType": "NftId",
1830
+ "name": "targetNftId",
1831
+ "type": "uint96"
1832
+ },
1833
+ {
1834
+ "internalType": "Amount",
1835
+ "name": "amount",
1836
+ "type": "uint96"
1837
+ }
1838
+ ],
1839
+ "name": "increaseFees",
1840
+ "outputs": [
1841
+ {
1842
+ "internalType": "Amount",
1843
+ "name": "newFeeBalance",
1844
+ "type": "uint96"
1845
+ }
1846
+ ],
1847
+ "stateMutability": "nonpayable",
1848
+ "type": "function"
1849
+ },
1850
+ {
1851
+ "inputs": [
1852
+ {
1853
+ "internalType": "NftId",
1854
+ "name": "targetNftId",
1855
+ "type": "uint96"
1856
+ },
1857
+ {
1858
+ "internalType": "Amount",
1859
+ "name": "amount",
1860
+ "type": "uint96"
1861
+ }
1862
+ ],
1863
+ "name": "increaseLocked",
1864
+ "outputs": [
1865
+ {
1866
+ "internalType": "Amount",
1867
+ "name": "newBalance",
1868
+ "type": "uint96"
1869
+ }
1870
+ ],
1871
+ "stateMutability": "nonpayable",
1872
+ "type": "function"
1873
+ },
1874
+ {
1875
+ "inputs": [],
1876
+ "name": "initialize",
1877
+ "outputs": [],
1878
+ "stateMutability": "nonpayable",
1879
+ "type": "function"
1880
+ },
1881
+ {
1882
+ "inputs": [],
1883
+ "name": "isConsumingScheduledOp",
1884
+ "outputs": [
1885
+ {
1886
+ "internalType": "bytes4",
1887
+ "name": "",
1888
+ "type": "bytes4"
1889
+ }
1890
+ ],
1891
+ "stateMutability": "view",
1892
+ "type": "function"
1893
+ },
1894
+ {
1895
+ "inputs": [
1896
+ {
1897
+ "internalType": "ObjectType",
1898
+ "name": "objectType",
1899
+ "type": "uint8"
1900
+ },
1901
+ {
1902
+ "internalType": "StateId",
1903
+ "name": "fromId",
1904
+ "type": "uint8"
1905
+ },
1906
+ {
1907
+ "internalType": "StateId",
1908
+ "name": "toId",
1909
+ "type": "uint8"
1910
+ }
1911
+ ],
1912
+ "name": "isValidTransition",
1913
+ "outputs": [
1914
+ {
1915
+ "internalType": "bool",
1916
+ "name": "",
1917
+ "type": "bool"
1918
+ }
1919
+ ],
1920
+ "stateMutability": "view",
1921
+ "type": "function"
1922
+ },
1923
+ {
1924
+ "inputs": [
1925
+ {
1926
+ "internalType": "address",
1927
+ "name": "newAuthority",
1928
+ "type": "address"
1929
+ }
1930
+ ],
1931
+ "name": "setAuthority",
1932
+ "outputs": [],
1933
+ "stateMutability": "nonpayable",
1934
+ "type": "function"
1935
+ },
1936
+ {
1937
+ "inputs": [
1938
+ {
1939
+ "internalType": "ObjectType",
1940
+ "name": "objectType",
1941
+ "type": "uint8"
1942
+ },
1943
+ {
1944
+ "internalType": "KeyId",
1945
+ "name": "id",
1946
+ "type": "bytes31"
1947
+ }
1948
+ ],
1949
+ "name": "toKey32",
1950
+ "outputs": [
1951
+ {
1952
+ "internalType": "Key32",
1953
+ "name": "",
1954
+ "type": "bytes32"
1955
+ }
1956
+ ],
1957
+ "stateMutability": "pure",
1958
+ "type": "function"
1959
+ },
1960
+ {
1961
+ "inputs": [
1962
+ {
1963
+ "internalType": "NftId",
1964
+ "name": "applicationNftId",
1965
+ "type": "uint96"
1966
+ },
1967
+ {
1968
+ "components": [
1969
+ {
1970
+ "internalType": "NftId",
1971
+ "name": "productNftId",
1972
+ "type": "uint96"
1973
+ },
1974
+ {
1975
+ "internalType": "NftId",
1976
+ "name": "bundleNftId",
1977
+ "type": "uint96"
1978
+ },
1979
+ {
1980
+ "internalType": "ReferralId",
1981
+ "name": "referralId",
1982
+ "type": "bytes8"
1983
+ },
1984
+ {
1985
+ "internalType": "RiskId",
1986
+ "name": "riskId",
1987
+ "type": "bytes8"
1988
+ },
1989
+ {
1990
+ "internalType": "Amount",
1991
+ "name": "sumInsuredAmount",
1992
+ "type": "uint96"
1993
+ },
1994
+ {
1995
+ "internalType": "Amount",
1996
+ "name": "premiumAmount",
1997
+ "type": "uint96"
1998
+ },
1999
+ {
2000
+ "internalType": "Seconds",
2001
+ "name": "lifetime",
2002
+ "type": "uint40"
2003
+ },
2004
+ {
2005
+ "internalType": "bytes",
2006
+ "name": "applicationData",
2007
+ "type": "bytes"
2008
+ },
2009
+ {
2010
+ "internalType": "bytes",
2011
+ "name": "processData",
2012
+ "type": "bytes"
2013
+ },
2014
+ {
2015
+ "internalType": "uint16",
2016
+ "name": "claimsCount",
2017
+ "type": "uint16"
2018
+ },
2019
+ {
2020
+ "internalType": "uint16",
2021
+ "name": "openClaimsCount",
2022
+ "type": "uint16"
2023
+ },
2024
+ {
2025
+ "internalType": "Amount",
2026
+ "name": "claimAmount",
2027
+ "type": "uint96"
2028
+ },
2029
+ {
2030
+ "internalType": "Amount",
2031
+ "name": "payoutAmount",
2032
+ "type": "uint96"
2033
+ },
2034
+ {
2035
+ "internalType": "Timestamp",
2036
+ "name": "activatedAt",
2037
+ "type": "uint40"
2038
+ },
2039
+ {
2040
+ "internalType": "Timestamp",
2041
+ "name": "expiredAt",
2042
+ "type": "uint40"
2043
+ },
2044
+ {
2045
+ "internalType": "Timestamp",
2046
+ "name": "closedAt",
2047
+ "type": "uint40"
2048
+ }
2049
+ ],
2050
+ "internalType": "struct IPolicy.PolicyInfo",
2051
+ "name": "policy",
2052
+ "type": "tuple"
2053
+ },
2054
+ {
2055
+ "internalType": "StateId",
2056
+ "name": "newState",
2057
+ "type": "uint8"
2058
+ }
2059
+ ],
2060
+ "name": "updateApplication",
2061
+ "outputs": [],
2062
+ "stateMutability": "nonpayable",
2063
+ "type": "function"
2064
+ },
2065
+ {
2066
+ "inputs": [
2067
+ {
2068
+ "internalType": "NftId",
2069
+ "name": "applicationNftId",
2070
+ "type": "uint96"
2071
+ },
2072
+ {
2073
+ "internalType": "StateId",
2074
+ "name": "newState",
2075
+ "type": "uint8"
2076
+ }
2077
+ ],
2078
+ "name": "updateApplicationState",
2079
+ "outputs": [],
2080
+ "stateMutability": "nonpayable",
2081
+ "type": "function"
2082
+ },
2083
+ {
2084
+ "inputs": [
2085
+ {
2086
+ "internalType": "NftId",
2087
+ "name": "bundleNftId",
2088
+ "type": "uint96"
2089
+ },
2090
+ {
2091
+ "components": [
2092
+ {
2093
+ "internalType": "NftId",
2094
+ "name": "poolNftId",
2095
+ "type": "uint96"
2096
+ },
2097
+ {
2098
+ "components": [
2099
+ {
2100
+ "internalType": "UFixed",
2101
+ "name": "fractionalFee",
2102
+ "type": "uint256"
2103
+ },
2104
+ {
2105
+ "internalType": "uint256",
2106
+ "name": "fixedFee",
2107
+ "type": "uint256"
2108
+ }
2109
+ ],
2110
+ "internalType": "struct Fee",
2111
+ "name": "fee",
2112
+ "type": "tuple"
2113
+ },
2114
+ {
2115
+ "internalType": "bytes",
2116
+ "name": "filter",
2117
+ "type": "bytes"
2118
+ },
2119
+ {
2120
+ "internalType": "Timestamp",
2121
+ "name": "activatedAt",
2122
+ "type": "uint40"
2123
+ },
2124
+ {
2125
+ "internalType": "Timestamp",
2126
+ "name": "expiredAt",
2127
+ "type": "uint40"
2128
+ },
2129
+ {
2130
+ "internalType": "Timestamp",
2131
+ "name": "closedAt",
2132
+ "type": "uint40"
2133
+ }
2134
+ ],
2135
+ "internalType": "struct IBundle.BundleInfo",
2136
+ "name": "bundle",
2137
+ "type": "tuple"
2138
+ },
2139
+ {
2140
+ "internalType": "StateId",
2141
+ "name": "newState",
2142
+ "type": "uint8"
2143
+ }
2144
+ ],
2145
+ "name": "updateBundle",
2146
+ "outputs": [],
2147
+ "stateMutability": "nonpayable",
2148
+ "type": "function"
2149
+ },
2150
+ {
2151
+ "inputs": [
2152
+ {
2153
+ "internalType": "NftId",
2154
+ "name": "bundleNftId",
2155
+ "type": "uint96"
2156
+ },
2157
+ {
2158
+ "internalType": "StateId",
2159
+ "name": "newState",
2160
+ "type": "uint8"
2161
+ }
2162
+ ],
2163
+ "name": "updateBundleState",
2164
+ "outputs": [],
2165
+ "stateMutability": "nonpayable",
2166
+ "type": "function"
2167
+ },
2168
+ {
2169
+ "inputs": [
2170
+ {
2171
+ "internalType": "NftId",
2172
+ "name": "policyNftId",
2173
+ "type": "uint96"
2174
+ },
2175
+ {
2176
+ "internalType": "ClaimId",
2177
+ "name": "claimId",
2178
+ "type": "uint16"
2179
+ },
2180
+ {
2181
+ "components": [
2182
+ {
2183
+ "internalType": "Amount",
2184
+ "name": "claimAmount",
2185
+ "type": "uint96"
2186
+ },
2187
+ {
2188
+ "internalType": "Amount",
2189
+ "name": "paidAmount",
2190
+ "type": "uint96"
2191
+ },
2192
+ {
2193
+ "internalType": "uint24",
2194
+ "name": "payoutsCount",
2195
+ "type": "uint24"
2196
+ },
2197
+ {
2198
+ "internalType": "uint24",
2199
+ "name": "openPayoutsCount",
2200
+ "type": "uint24"
2201
+ },
2202
+ {
2203
+ "internalType": "bytes",
2204
+ "name": "submissionData",
2205
+ "type": "bytes"
2206
+ },
2207
+ {
2208
+ "internalType": "bytes",
2209
+ "name": "processData",
2210
+ "type": "bytes"
2211
+ },
2212
+ {
2213
+ "internalType": "Timestamp",
2214
+ "name": "closedAt",
2215
+ "type": "uint40"
2216
+ }
2217
+ ],
2218
+ "internalType": "struct IPolicy.ClaimInfo",
2219
+ "name": "claim",
2220
+ "type": "tuple"
2221
+ },
2222
+ {
2223
+ "internalType": "StateId",
2224
+ "name": "newState",
2225
+ "type": "uint8"
2226
+ }
2227
+ ],
2228
+ "name": "updateClaim",
2229
+ "outputs": [],
2230
+ "stateMutability": "nonpayable",
2231
+ "type": "function"
2232
+ },
2233
+ {
2234
+ "inputs": [
2235
+ {
2236
+ "internalType": "NftId",
2237
+ "name": "policyNftId",
2238
+ "type": "uint96"
2239
+ },
2240
+ {
2241
+ "internalType": "ClaimId",
2242
+ "name": "claimId",
2243
+ "type": "uint16"
2244
+ },
2245
+ {
2246
+ "internalType": "StateId",
2247
+ "name": "newState",
2248
+ "type": "uint8"
2249
+ }
2250
+ ],
2251
+ "name": "updateClaimState",
2252
+ "outputs": [],
2253
+ "stateMutability": "nonpayable",
2254
+ "type": "function"
2255
+ },
2256
+ {
2257
+ "inputs": [
2258
+ {
2259
+ "internalType": "NftId",
2260
+ "name": "componentNftId",
2261
+ "type": "uint96"
2262
+ },
2263
+ {
2264
+ "components": [
2265
+ {
2266
+ "internalType": "string",
2267
+ "name": "name",
2268
+ "type": "string"
2269
+ },
2270
+ {
2271
+ "internalType": "NftId",
2272
+ "name": "productNftId",
2273
+ "type": "uint96"
2274
+ },
2275
+ {
2276
+ "internalType": "contract IERC20Metadata",
2277
+ "name": "token",
2278
+ "type": "address"
2279
+ },
2280
+ {
2281
+ "internalType": "contract TokenHandler",
2282
+ "name": "tokenHandler",
2283
+ "type": "address"
2284
+ },
2285
+ {
2286
+ "internalType": "address",
2287
+ "name": "wallet",
2288
+ "type": "address"
2289
+ },
2290
+ {
2291
+ "internalType": "bytes",
2292
+ "name": "data",
2293
+ "type": "bytes"
2294
+ }
2295
+ ],
2296
+ "internalType": "struct IComponents.ComponentInfo",
2297
+ "name": "componentInfo",
2298
+ "type": "tuple"
2299
+ },
2300
+ {
2301
+ "internalType": "StateId",
2302
+ "name": "newState",
2303
+ "type": "uint8"
2304
+ }
2305
+ ],
2306
+ "name": "updateComponent",
2307
+ "outputs": [],
2308
+ "stateMutability": "nonpayable",
2309
+ "type": "function"
2310
+ },
2311
+ {
2312
+ "inputs": [
2313
+ {
2314
+ "internalType": "NftId",
2315
+ "name": "distributorNftId",
2316
+ "type": "uint96"
2317
+ },
2318
+ {
2319
+ "components": [
2320
+ {
2321
+ "internalType": "DistributorType",
2322
+ "name": "distributorType",
2323
+ "type": "bytes8"
2324
+ },
2325
+ {
2326
+ "internalType": "bool",
2327
+ "name": "active",
2328
+ "type": "bool"
2329
+ },
2330
+ {
2331
+ "internalType": "bytes",
2332
+ "name": "data",
2333
+ "type": "bytes"
2334
+ },
2335
+ {
2336
+ "internalType": "uint32",
2337
+ "name": "numPoliciesSold",
2338
+ "type": "uint32"
2339
+ }
2340
+ ],
2341
+ "internalType": "struct IDistribution.DistributorInfo",
2342
+ "name": "info",
2343
+ "type": "tuple"
2344
+ },
2345
+ {
2346
+ "internalType": "StateId",
2347
+ "name": "newState",
2348
+ "type": "uint8"
2349
+ }
2350
+ ],
2351
+ "name": "updateDistributor",
2352
+ "outputs": [],
2353
+ "stateMutability": "nonpayable",
2354
+ "type": "function"
2355
+ },
2356
+ {
2357
+ "inputs": [
2358
+ {
2359
+ "internalType": "NftId",
2360
+ "name": "distributorNftId",
2361
+ "type": "uint96"
2362
+ },
2363
+ {
2364
+ "internalType": "StateId",
2365
+ "name": "newState",
2366
+ "type": "uint8"
2367
+ }
2368
+ ],
2369
+ "name": "updateDistributorState",
2370
+ "outputs": [],
2371
+ "stateMutability": "nonpayable",
2372
+ "type": "function"
2373
+ },
2374
+ {
2375
+ "inputs": [
2376
+ {
2377
+ "internalType": "DistributorType",
2378
+ "name": "distributorType",
2379
+ "type": "bytes8"
2380
+ },
2381
+ {
2382
+ "components": [
2383
+ {
2384
+ "internalType": "string",
2385
+ "name": "name",
2386
+ "type": "string"
2387
+ },
2388
+ {
2389
+ "internalType": "UFixed",
2390
+ "name": "minDiscountPercentage",
2391
+ "type": "uint256"
2392
+ },
2393
+ {
2394
+ "internalType": "UFixed",
2395
+ "name": "maxDiscountPercentage",
2396
+ "type": "uint256"
2397
+ },
2398
+ {
2399
+ "internalType": "UFixed",
2400
+ "name": "commissionPercentage",
2401
+ "type": "uint256"
2402
+ },
2403
+ {
2404
+ "internalType": "uint32",
2405
+ "name": "maxReferralCount",
2406
+ "type": "uint32"
2407
+ },
2408
+ {
2409
+ "internalType": "uint32",
2410
+ "name": "maxReferralLifetime",
2411
+ "type": "uint32"
2412
+ },
2413
+ {
2414
+ "internalType": "bool",
2415
+ "name": "allowSelfReferrals",
2416
+ "type": "bool"
2417
+ },
2418
+ {
2419
+ "internalType": "bool",
2420
+ "name": "allowRenewals",
2421
+ "type": "bool"
2422
+ },
2423
+ {
2424
+ "internalType": "bytes",
2425
+ "name": "data",
2426
+ "type": "bytes"
2427
+ }
2428
+ ],
2429
+ "internalType": "struct IDistribution.DistributorTypeInfo",
2430
+ "name": "info",
2431
+ "type": "tuple"
2432
+ },
2433
+ {
2434
+ "internalType": "StateId",
2435
+ "name": "newState",
2436
+ "type": "uint8"
2437
+ }
2438
+ ],
2439
+ "name": "updateDistributorType",
2440
+ "outputs": [],
2441
+ "stateMutability": "nonpayable",
2442
+ "type": "function"
2443
+ },
2444
+ {
2445
+ "inputs": [
2446
+ {
2447
+ "internalType": "DistributorType",
2448
+ "name": "distributorType",
2449
+ "type": "bytes8"
2450
+ },
2451
+ {
2452
+ "internalType": "StateId",
2453
+ "name": "newState",
2454
+ "type": "uint8"
2455
+ }
2456
+ ],
2457
+ "name": "updateDistributorTypeState",
2458
+ "outputs": [],
2459
+ "stateMutability": "nonpayable",
2460
+ "type": "function"
2461
+ },
2462
+ {
2463
+ "inputs": [
2464
+ {
2465
+ "internalType": "NftId",
2466
+ "name": "policyNftId",
2467
+ "type": "uint96"
2468
+ },
2469
+ {
2470
+ "internalType": "PayoutId",
2471
+ "name": "payoutId",
2472
+ "type": "uint40"
2473
+ },
2474
+ {
2475
+ "components": [
2476
+ {
2477
+ "internalType": "ClaimId",
2478
+ "name": "claimId",
2479
+ "type": "uint16"
2480
+ },
2481
+ {
2482
+ "internalType": "Amount",
2483
+ "name": "amount",
2484
+ "type": "uint96"
2485
+ },
2486
+ {
2487
+ "internalType": "address",
2488
+ "name": "beneficiary",
2489
+ "type": "address"
2490
+ },
2491
+ {
2492
+ "internalType": "bytes",
2493
+ "name": "data",
2494
+ "type": "bytes"
2495
+ },
2496
+ {
2497
+ "internalType": "Timestamp",
2498
+ "name": "paidAt",
2499
+ "type": "uint40"
2500
+ }
2501
+ ],
2502
+ "internalType": "struct IPolicy.PayoutInfo",
2503
+ "name": "payout",
2504
+ "type": "tuple"
2505
+ },
2506
+ {
2507
+ "internalType": "StateId",
2508
+ "name": "newState",
2509
+ "type": "uint8"
2510
+ }
2511
+ ],
2512
+ "name": "updatePayout",
2513
+ "outputs": [],
2514
+ "stateMutability": "nonpayable",
2515
+ "type": "function"
2516
+ },
2517
+ {
2518
+ "inputs": [
2519
+ {
2520
+ "internalType": "NftId",
2521
+ "name": "policyNftId",
2522
+ "type": "uint96"
2523
+ },
2524
+ {
2525
+ "internalType": "PayoutId",
2526
+ "name": "payoutId",
2527
+ "type": "uint40"
2528
+ },
2529
+ {
2530
+ "internalType": "StateId",
2531
+ "name": "newState",
2532
+ "type": "uint8"
2533
+ }
2534
+ ],
2535
+ "name": "updatePayoutState",
2536
+ "outputs": [],
2537
+ "stateMutability": "nonpayable",
2538
+ "type": "function"
2539
+ },
2540
+ {
2541
+ "inputs": [
2542
+ {
2543
+ "internalType": "NftId",
2544
+ "name": "policyNftId",
2545
+ "type": "uint96"
2546
+ },
2547
+ {
2548
+ "components": [
2549
+ {
2550
+ "internalType": "NftId",
2551
+ "name": "productNftId",
2552
+ "type": "uint96"
2553
+ },
2554
+ {
2555
+ "internalType": "NftId",
2556
+ "name": "bundleNftId",
2557
+ "type": "uint96"
2558
+ },
2559
+ {
2560
+ "internalType": "ReferralId",
2561
+ "name": "referralId",
2562
+ "type": "bytes8"
2563
+ },
2564
+ {
2565
+ "internalType": "RiskId",
2566
+ "name": "riskId",
2567
+ "type": "bytes8"
2568
+ },
2569
+ {
2570
+ "internalType": "Amount",
2571
+ "name": "sumInsuredAmount",
2572
+ "type": "uint96"
2573
+ },
2574
+ {
2575
+ "internalType": "Amount",
2576
+ "name": "premiumAmount",
2577
+ "type": "uint96"
2578
+ },
2579
+ {
2580
+ "internalType": "Seconds",
2581
+ "name": "lifetime",
2582
+ "type": "uint40"
2583
+ },
2584
+ {
2585
+ "internalType": "bytes",
2586
+ "name": "applicationData",
2587
+ "type": "bytes"
2588
+ },
2589
+ {
2590
+ "internalType": "bytes",
2591
+ "name": "processData",
2592
+ "type": "bytes"
2593
+ },
2594
+ {
2595
+ "internalType": "uint16",
2596
+ "name": "claimsCount",
2597
+ "type": "uint16"
2598
+ },
2599
+ {
2600
+ "internalType": "uint16",
2601
+ "name": "openClaimsCount",
2602
+ "type": "uint16"
2603
+ },
2604
+ {
2605
+ "internalType": "Amount",
2606
+ "name": "claimAmount",
2607
+ "type": "uint96"
2608
+ },
2609
+ {
2610
+ "internalType": "Amount",
2611
+ "name": "payoutAmount",
2612
+ "type": "uint96"
2613
+ },
2614
+ {
2615
+ "internalType": "Timestamp",
2616
+ "name": "activatedAt",
2617
+ "type": "uint40"
2618
+ },
2619
+ {
2620
+ "internalType": "Timestamp",
2621
+ "name": "expiredAt",
2622
+ "type": "uint40"
2623
+ },
2624
+ {
2625
+ "internalType": "Timestamp",
2626
+ "name": "closedAt",
2627
+ "type": "uint40"
2628
+ }
2629
+ ],
2630
+ "internalType": "struct IPolicy.PolicyInfo",
2631
+ "name": "policy",
2632
+ "type": "tuple"
2633
+ },
2634
+ {
2635
+ "internalType": "StateId",
2636
+ "name": "newState",
2637
+ "type": "uint8"
2638
+ }
2639
+ ],
2640
+ "name": "updatePolicy",
2641
+ "outputs": [],
2642
+ "stateMutability": "nonpayable",
2643
+ "type": "function"
2644
+ },
2645
+ {
2646
+ "inputs": [
2647
+ {
2648
+ "internalType": "NftId",
2649
+ "name": "policyNftId",
2650
+ "type": "uint96"
2651
+ },
2652
+ {
2653
+ "components": [
2654
+ {
2655
+ "internalType": "NftId",
2656
+ "name": "productNftId",
2657
+ "type": "uint96"
2658
+ },
2659
+ {
2660
+ "internalType": "NftId",
2661
+ "name": "bundleNftId",
2662
+ "type": "uint96"
2663
+ },
2664
+ {
2665
+ "internalType": "ReferralId",
2666
+ "name": "referralId",
2667
+ "type": "bytes8"
2668
+ },
2669
+ {
2670
+ "internalType": "RiskId",
2671
+ "name": "riskId",
2672
+ "type": "bytes8"
2673
+ },
2674
+ {
2675
+ "internalType": "Amount",
2676
+ "name": "sumInsuredAmount",
2677
+ "type": "uint96"
2678
+ },
2679
+ {
2680
+ "internalType": "Amount",
2681
+ "name": "premiumAmount",
2682
+ "type": "uint96"
2683
+ },
2684
+ {
2685
+ "internalType": "Seconds",
2686
+ "name": "lifetime",
2687
+ "type": "uint40"
2688
+ },
2689
+ {
2690
+ "internalType": "bytes",
2691
+ "name": "applicationData",
2692
+ "type": "bytes"
2693
+ },
2694
+ {
2695
+ "internalType": "bytes",
2696
+ "name": "processData",
2697
+ "type": "bytes"
2698
+ },
2699
+ {
2700
+ "internalType": "uint16",
2701
+ "name": "claimsCount",
2702
+ "type": "uint16"
2703
+ },
2704
+ {
2705
+ "internalType": "uint16",
2706
+ "name": "openClaimsCount",
2707
+ "type": "uint16"
2708
+ },
2709
+ {
2710
+ "internalType": "Amount",
2711
+ "name": "claimAmount",
2712
+ "type": "uint96"
2713
+ },
2714
+ {
2715
+ "internalType": "Amount",
2716
+ "name": "payoutAmount",
2717
+ "type": "uint96"
2718
+ },
2719
+ {
2720
+ "internalType": "Timestamp",
2721
+ "name": "activatedAt",
2722
+ "type": "uint40"
2723
+ },
2724
+ {
2725
+ "internalType": "Timestamp",
2726
+ "name": "expiredAt",
2727
+ "type": "uint40"
2728
+ },
2729
+ {
2730
+ "internalType": "Timestamp",
2731
+ "name": "closedAt",
2732
+ "type": "uint40"
2733
+ }
2734
+ ],
2735
+ "internalType": "struct IPolicy.PolicyInfo",
2736
+ "name": "policy",
2737
+ "type": "tuple"
2738
+ },
2739
+ {
2740
+ "internalType": "StateId",
2741
+ "name": "newState",
2742
+ "type": "uint8"
2743
+ }
2744
+ ],
2745
+ "name": "updatePolicyClaims",
2746
+ "outputs": [],
2747
+ "stateMutability": "nonpayable",
2748
+ "type": "function"
2749
+ },
2750
+ {
2751
+ "inputs": [
2752
+ {
2753
+ "internalType": "NftId",
2754
+ "name": "policyNftId",
2755
+ "type": "uint96"
2756
+ },
2757
+ {
2758
+ "internalType": "StateId",
2759
+ "name": "newState",
2760
+ "type": "uint8"
2761
+ }
2762
+ ],
2763
+ "name": "updatePolicyState",
2764
+ "outputs": [],
2765
+ "stateMutability": "nonpayable",
2766
+ "type": "function"
2767
+ },
2768
+ {
2769
+ "inputs": [
2770
+ {
2771
+ "internalType": "NftId",
2772
+ "name": "poolNftId",
2773
+ "type": "uint96"
2774
+ },
2775
+ {
2776
+ "components": [
2777
+ {
2778
+ "internalType": "Amount",
2779
+ "name": "maxBalanceAmount",
2780
+ "type": "uint96"
2781
+ },
2782
+ {
2783
+ "internalType": "RoleId",
2784
+ "name": "bundleOwnerRole",
2785
+ "type": "uint64"
2786
+ },
2787
+ {
2788
+ "internalType": "bool",
2789
+ "name": "isInterceptingBundleTransfers",
2790
+ "type": "bool"
2791
+ },
2792
+ {
2793
+ "internalType": "bool",
2794
+ "name": "isProcessingConfirmedClaims",
2795
+ "type": "bool"
2796
+ },
2797
+ {
2798
+ "internalType": "bool",
2799
+ "name": "isExternallyManaged",
2800
+ "type": "bool"
2801
+ },
2802
+ {
2803
+ "internalType": "bool",
2804
+ "name": "isVerifyingApplications",
2805
+ "type": "bool"
2806
+ },
2807
+ {
2808
+ "internalType": "UFixed",
2809
+ "name": "collateralizationLevel",
2810
+ "type": "uint256"
2811
+ },
2812
+ {
2813
+ "internalType": "UFixed",
2814
+ "name": "retentionLevel",
2815
+ "type": "uint256"
2816
+ }
2817
+ ],
2818
+ "internalType": "struct IComponents.PoolInfo",
2819
+ "name": "info",
2820
+ "type": "tuple"
2821
+ },
2822
+ {
2823
+ "internalType": "StateId",
2824
+ "name": "newState",
2825
+ "type": "uint8"
2826
+ }
2827
+ ],
2828
+ "name": "updatePool",
2829
+ "outputs": [],
2830
+ "stateMutability": "nonpayable",
2831
+ "type": "function"
2832
+ },
2833
+ {
2834
+ "inputs": [
2835
+ {
2836
+ "internalType": "NftId",
2837
+ "name": "policyNftId",
2838
+ "type": "uint96"
2839
+ },
2840
+ {
2841
+ "internalType": "StateId",
2842
+ "name": "newState",
2843
+ "type": "uint8"
2844
+ }
2845
+ ],
2846
+ "name": "updatePremiumState",
2847
+ "outputs": [],
2848
+ "stateMutability": "nonpayable",
2849
+ "type": "function"
2850
+ },
2851
+ {
2852
+ "inputs": [
2853
+ {
2854
+ "internalType": "NftId",
2855
+ "name": "productNftId",
2856
+ "type": "uint96"
2857
+ },
2858
+ {
2859
+ "components": [
2860
+ {
2861
+ "internalType": "NftId",
2862
+ "name": "distributionNftId",
2863
+ "type": "uint96"
2864
+ },
2865
+ {
2866
+ "internalType": "NftId",
2867
+ "name": "poolNftId",
2868
+ "type": "uint96"
2869
+ },
2870
+ {
2871
+ "internalType": "bool",
2872
+ "name": "isProcessingFundedClaims",
2873
+ "type": "bool"
2874
+ },
2875
+ {
2876
+ "components": [
2877
+ {
2878
+ "internalType": "UFixed",
2879
+ "name": "fractionalFee",
2880
+ "type": "uint256"
2881
+ },
2882
+ {
2883
+ "internalType": "uint256",
2884
+ "name": "fixedFee",
2885
+ "type": "uint256"
2886
+ }
2887
+ ],
2888
+ "internalType": "struct Fee",
2889
+ "name": "productFee",
2890
+ "type": "tuple"
2891
+ },
2892
+ {
2893
+ "components": [
2894
+ {
2895
+ "internalType": "UFixed",
2896
+ "name": "fractionalFee",
2897
+ "type": "uint256"
2898
+ },
2899
+ {
2900
+ "internalType": "uint256",
2901
+ "name": "fixedFee",
2902
+ "type": "uint256"
2903
+ }
2904
+ ],
2905
+ "internalType": "struct Fee",
2906
+ "name": "processingFee",
2907
+ "type": "tuple"
2908
+ },
2909
+ {
2910
+ "components": [
2911
+ {
2912
+ "internalType": "UFixed",
2913
+ "name": "fractionalFee",
2914
+ "type": "uint256"
2915
+ },
2916
+ {
2917
+ "internalType": "uint256",
2918
+ "name": "fixedFee",
2919
+ "type": "uint256"
2920
+ }
2921
+ ],
2922
+ "internalType": "struct Fee",
2923
+ "name": "distributionFee",
2924
+ "type": "tuple"
2925
+ },
2926
+ {
2927
+ "components": [
2928
+ {
2929
+ "internalType": "UFixed",
2930
+ "name": "fractionalFee",
2931
+ "type": "uint256"
2932
+ },
2933
+ {
2934
+ "internalType": "uint256",
2935
+ "name": "fixedFee",
2936
+ "type": "uint256"
2937
+ }
2938
+ ],
2939
+ "internalType": "struct Fee",
2940
+ "name": "minDistributionOwnerFee",
2941
+ "type": "tuple"
2942
+ },
2943
+ {
2944
+ "components": [
2945
+ {
2946
+ "internalType": "UFixed",
2947
+ "name": "fractionalFee",
2948
+ "type": "uint256"
2949
+ },
2950
+ {
2951
+ "internalType": "uint256",
2952
+ "name": "fixedFee",
2953
+ "type": "uint256"
2954
+ }
2955
+ ],
2956
+ "internalType": "struct Fee",
2957
+ "name": "poolFee",
2958
+ "type": "tuple"
2959
+ },
2960
+ {
2961
+ "components": [
2962
+ {
2963
+ "internalType": "UFixed",
2964
+ "name": "fractionalFee",
2965
+ "type": "uint256"
2966
+ },
2967
+ {
2968
+ "internalType": "uint256",
2969
+ "name": "fixedFee",
2970
+ "type": "uint256"
2971
+ }
2972
+ ],
2973
+ "internalType": "struct Fee",
2974
+ "name": "stakingFee",
2975
+ "type": "tuple"
2976
+ },
2977
+ {
2978
+ "components": [
2979
+ {
2980
+ "internalType": "UFixed",
2981
+ "name": "fractionalFee",
2982
+ "type": "uint256"
2983
+ },
2984
+ {
2985
+ "internalType": "uint256",
2986
+ "name": "fixedFee",
2987
+ "type": "uint256"
2988
+ }
2989
+ ],
2990
+ "internalType": "struct Fee",
2991
+ "name": "performanceFee",
2992
+ "type": "tuple"
2993
+ }
2994
+ ],
2995
+ "internalType": "struct IComponents.ProductInfo",
2996
+ "name": "info",
2997
+ "type": "tuple"
2998
+ },
2999
+ {
3000
+ "internalType": "StateId",
3001
+ "name": "newState",
3002
+ "type": "uint8"
3003
+ }
3004
+ ],
3005
+ "name": "updateProduct",
3006
+ "outputs": [],
3007
+ "stateMutability": "nonpayable",
3008
+ "type": "function"
3009
+ },
3010
+ {
3011
+ "inputs": [
3012
+ {
3013
+ "internalType": "ReferralId",
3014
+ "name": "referralId",
3015
+ "type": "bytes8"
3016
+ },
3017
+ {
3018
+ "components": [
3019
+ {
3020
+ "internalType": "NftId",
3021
+ "name": "distributorNftId",
3022
+ "type": "uint96"
3023
+ },
3024
+ {
3025
+ "internalType": "string",
3026
+ "name": "referralCode",
3027
+ "type": "string"
3028
+ },
3029
+ {
3030
+ "internalType": "UFixed",
3031
+ "name": "discountPercentage",
3032
+ "type": "uint256"
3033
+ },
3034
+ {
3035
+ "internalType": "uint32",
3036
+ "name": "maxReferrals",
3037
+ "type": "uint32"
3038
+ },
3039
+ {
3040
+ "internalType": "uint32",
3041
+ "name": "usedReferrals",
3042
+ "type": "uint32"
3043
+ },
3044
+ {
3045
+ "internalType": "Timestamp",
3046
+ "name": "expiryAt",
3047
+ "type": "uint40"
3048
+ },
3049
+ {
3050
+ "internalType": "bytes",
3051
+ "name": "data",
3052
+ "type": "bytes"
3053
+ }
3054
+ ],
3055
+ "internalType": "struct IDistribution.ReferralInfo",
3056
+ "name": "referralInfo",
3057
+ "type": "tuple"
3058
+ },
3059
+ {
3060
+ "internalType": "StateId",
3061
+ "name": "newState",
3062
+ "type": "uint8"
3063
+ }
3064
+ ],
3065
+ "name": "updateReferral",
3066
+ "outputs": [],
3067
+ "stateMutability": "nonpayable",
3068
+ "type": "function"
3069
+ },
3070
+ {
3071
+ "inputs": [
3072
+ {
3073
+ "internalType": "ReferralId",
3074
+ "name": "referralId",
3075
+ "type": "bytes8"
3076
+ },
3077
+ {
3078
+ "internalType": "StateId",
3079
+ "name": "newState",
3080
+ "type": "uint8"
3081
+ }
3082
+ ],
3083
+ "name": "updateReferralState",
3084
+ "outputs": [],
3085
+ "stateMutability": "nonpayable",
3086
+ "type": "function"
3087
+ },
3088
+ {
3089
+ "inputs": [
3090
+ {
3091
+ "internalType": "RequestId",
3092
+ "name": "requestId",
3093
+ "type": "uint64"
3094
+ },
3095
+ {
3096
+ "components": [
3097
+ {
3098
+ "internalType": "NftId",
3099
+ "name": "requesterNftId",
3100
+ "type": "uint96"
3101
+ },
3102
+ {
3103
+ "internalType": "string",
3104
+ "name": "callbackMethodName",
3105
+ "type": "string"
3106
+ },
3107
+ {
3108
+ "internalType": "NftId",
3109
+ "name": "oracleNftId",
3110
+ "type": "uint96"
3111
+ },
3112
+ {
3113
+ "internalType": "bytes",
3114
+ "name": "requestData",
3115
+ "type": "bytes"
3116
+ },
3117
+ {
3118
+ "internalType": "bytes",
3119
+ "name": "responseData",
3120
+ "type": "bytes"
3121
+ },
3122
+ {
3123
+ "internalType": "Timestamp",
3124
+ "name": "respondedAt",
3125
+ "type": "uint40"
3126
+ },
3127
+ {
3128
+ "internalType": "Timestamp",
3129
+ "name": "expiredAt",
3130
+ "type": "uint40"
3131
+ },
3132
+ {
3133
+ "internalType": "bool",
3134
+ "name": "isCancelled",
3135
+ "type": "bool"
3136
+ }
3137
+ ],
3138
+ "internalType": "struct IOracle.RequestInfo",
3139
+ "name": "request",
3140
+ "type": "tuple"
3141
+ },
3142
+ {
3143
+ "internalType": "StateId",
3144
+ "name": "newState",
3145
+ "type": "uint8"
3146
+ }
3147
+ ],
3148
+ "name": "updateRequest",
3149
+ "outputs": [],
3150
+ "stateMutability": "nonpayable",
3151
+ "type": "function"
3152
+ },
3153
+ {
3154
+ "inputs": [
3155
+ {
3156
+ "internalType": "RequestId",
3157
+ "name": "requestId",
3158
+ "type": "uint64"
3159
+ },
3160
+ {
3161
+ "internalType": "StateId",
3162
+ "name": "newState",
3163
+ "type": "uint8"
3164
+ }
3165
+ ],
3166
+ "name": "updateRequestState",
3167
+ "outputs": [],
3168
+ "stateMutability": "nonpayable",
3169
+ "type": "function"
3170
+ },
3171
+ {
3172
+ "inputs": [
3173
+ {
3174
+ "internalType": "RiskId",
3175
+ "name": "riskId",
3176
+ "type": "bytes8"
3177
+ },
3178
+ {
3179
+ "components": [
3180
+ {
3181
+ "internalType": "NftId",
3182
+ "name": "productNftId",
3183
+ "type": "uint96"
3184
+ },
3185
+ {
3186
+ "internalType": "bytes",
3187
+ "name": "data",
3188
+ "type": "bytes"
3189
+ }
3190
+ ],
3191
+ "internalType": "struct IRisk.RiskInfo",
3192
+ "name": "risk",
3193
+ "type": "tuple"
3194
+ },
3195
+ {
3196
+ "internalType": "StateId",
3197
+ "name": "newState",
3198
+ "type": "uint8"
3199
+ }
3200
+ ],
3201
+ "name": "updateRisk",
3202
+ "outputs": [],
3203
+ "stateMutability": "nonpayable",
3204
+ "type": "function"
3205
+ },
3206
+ {
3207
+ "inputs": [
3208
+ {
3209
+ "internalType": "RiskId",
3210
+ "name": "riskId",
3211
+ "type": "bytes8"
3212
+ },
3213
+ {
3214
+ "internalType": "StateId",
3215
+ "name": "newState",
3216
+ "type": "uint8"
3217
+ }
3218
+ ],
3219
+ "name": "updateRiskState",
3220
+ "outputs": [],
3221
+ "stateMutability": "nonpayable",
3222
+ "type": "function"
3223
+ }
3224
+ ],
3225
+ "bytecode": "0x6080604052348015600e575f80fd5b506156718061001c5f395ff3fe608060405234801561000f575f80fd5b50600436106103a9575f3560e01c80637cef4842116101ea578063b0628dc311610114578063d78c599b116100a9578063f48016ce11610079578063f48016ce146109b6578063f57e17fa146109d7578063f71d7ffe146109ea578063fe1f18d6146109fd575f80fd5b8063d78c599b14610940578063e145b68b14610953578063e80c61ed14610966578063e9e96c7014610979575f80fd5b8063bf1db3f9116100e4578063bf1db3f9146108fa578063bf7e214f1461090d578063ca0e7f081461092d578063d625d7581461058c575f80fd5b8063b0628dc3146108ae578063b4d7efe2146108c1578063b6d7cd62146108d4578063bcd65e21146108e7575f80fd5b80638fb360371161018a578063a5961b4c1161015a578063a5961b4c146107e9578063a76ee01814610875578063a898967514610888578063af9025001461089b575f80fd5b80638fb360371461078f5780639f8151e5146107b0578063a2842229146107c3578063a46eb8dc146107d6575f80fd5b806381d32d6b116101c557806381d32d6b1461058c5780638d595eec146107315780638eaa6ac0146107445780638eb9000d14610764575f80fd5b80637cef4842146107035780637d8486fe146107165780638129fc1c14610729575f80fd5b806340529b0f116102d657806354f6127f1161026b57806361105e0e1161023b57806361105e0e146106b75780636fac8622146106ca5780637a9e5e4b146106dd5780637cd81ef8146106f0575f80fd5b806354f6127f146106115780635a8416b0146106315780635d4345cc146104935780635eede17414610644575f80fd5b806351dd844b116102a657806351dd844b146105c5578063533086d4146105d857806353ebe129146105eb57806354e5618e146105fe575f80fd5b806340529b0f14610579578063425d08e21461058c5780634846003a1461059f5780634d4a7ae9146105b2575f80fd5b8063248a77dd1161034c57806330a130ba1161031c57806330a130ba1461051d578063353e5b751461053057806338a699a4146105435780633c3f8d0e14610566575f80fd5b8063248a77dd146104d1578063275c0595146104e45780632ae5819d146104f75780632f61088a1461050a575f80fd5b806309648a9d1161038757806309648a9d146104355780630d3581811461046e5780630fad0eb114610493578063228e42ec146104a6575f80fd5b80630232ca49146103ad57806303c099ac146103f55780630632b17d1461040a575b5f80fd5b6103d86103bb36600461325b565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61040861040336600461351a565b610a10565b005b61041d61041836600461369c565b610a55565b6040516001600160401b0390911681526020016103ec565b61045c6104433660046136d5565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103ec565b61045c61047c3660046136ec565b60ff9081165f908152602081905260409020541690565b6104086104a1366004613707565b610b12565b6103d86104b436600461325b565b6001600160601b039081165f908152600260205260409020541690565b6103d86104df36600461373e565b610b2f565b6104086104f2366004613789565b610b4c565b610408610505366004613707565b610be4565b610408610518366004613843565b610bfb565b61040861052b36600461397e565b610c9d565b61040861053e3660046139c0565b610d3b565b6105566105513660046136d5565b610d57565b60405190151581526020016103ec565b610408610574366004613ac7565b610ddf565b610408610587366004613707565b610e06565b61040861059a366004613ca4565b610e1d565b6104086105ad366004613ce7565b610e45565b6104086105c0366004613d29565b610e76565b6104086105d3366004613f80565b610e9e565b6103d86105e636600461373e565b610ec6565b6103d86105f936600461373e565b610eda565b61040861060c366004614060565b610eee565b61062461061f3660046136d5565b610f16565b6040516103ec91906140d1565b61040861063f3660046140e3565b610fb8565b61068d61065236600461325b565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103ec565b6104086106c53660046141e2565b611056565b6104086106d8366004614225565b6110f4565b6104086106eb366004614267565b611125565b6104086106fe36600461431b565b6111ac565b610408610711366004614359565b6111d4565b610408610724366004614375565b611261565b610408611289565b61040861073f36600461447c565b611405565b6107576107523660046136d5565b61142d565b6040516103ec91906144ba565b6103d861077236600461325b565b6001600160601b039081165f908152600360205260409020541690565b61079761154e565b6040516001600160e01b031990911681526020016103ec565b6103d86107be36600461373e565b611584565b6104086107d1366004614359565b611598565b6104086107e4366004614518565b6115e6565b6108686107f73660046136d5565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103ec919061455a565b61040861088336600461459b565b611617565b6104086108963660046145de565b6116b5565b6104086108a9366004614359565b6117bb565b6103d86108bc36600461373e565b611809565b6104086108cf36600461460b565b61181d565b6104086108e2366004614627565b61186a565b6104086108f5366004614654565b611880565b6105566109083660046136ec565b6118a7565b6109156118f3565b6040516001600160a01b0390911681526020016103ec565b61040861093b3660046146b1565b61190e565b61040861094e3660046147c8565b6119ac565b61040861096136600461481c565b6119d3565b6103d861097436600461373e565b6119fa565b6105566109873660046145de565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b6109c96109c436600461487e565b611a0e565b6040519081526020016103ec565b6104086109e53660046148aa565b611a8f565b6104086109f83660046148d6565b611ab7565b610408610a0b366004613707565b611ae8565b610a1c335b5f36611aff565b610a50610a2a84600b611bfd565b83604051602001610a3b9190614918565b60405160208183030381529060405283611c48565b505050565b5f610a5f33610a15565b610a67611dbe565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b0d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae891906149ab565b83604051602001610af991906149c2565b604051602081830303815290604052611e4e565b919050565b610b1b33610a15565b610a50610b29836015611bfd565b82612212565b5f610b3933610a15565b610b43838361250d565b90505b92915050565b610b5533610a15565b604051630f37f38f60e41b81526001600160401b0384166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610baf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bd391906149ab565b83604051602001610a3b91906149c2565b610bed33610a15565b610a50610b29836016611bfd565b610c0433610a15565b6040516355ee627560e01b8152610c999073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610c49906001600160c01b0319871690600401614a94565b602060405180830381865af4158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8891906149ab565b82604051602001610af99190614aa9565b5050565b610ca633610a15565b6040516355ee627560e01b8152610c999073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610ceb906001600160c01b0319871690600401614a94565b602060405180830381865af4158015610d06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d2a91906149ab565b82604051602001610af99190614ad6565b610d4433610a15565b610d51610b298484612606565b50505050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610dbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b469190614b77565b610de833610a15565b610d51610df58585612606565b83604051602001610a3b9190614b92565b610e0f33610a15565b610a50610b2983601d611bfd565b610e2633610a15565b610a50610e34846015611bfd565b83604051602001610a3b9190614bfd565b610e4e33610a15565b610e5782612655565b610c99610e6583600b611bfd565b82604051602001610af99190614918565b610e7f33610a15565b610c99610e8d836016611bfd565b82604051602001610af99190614d75565b610ea733610a15565b610a50610eb584601f611bfd565b83604051602001610a3b9190614f65565b5f610ed033610a15565b610b438383612703565b5f610ee433610a15565b610b4383836127e4565b610ef733610a15565b610a50610f0584601d611bfd565b83604051602001610a3b9190614ff0565b5f818152600760205260409020600101805460609190610f3590615049565b80601f0160208091040260200160405190810160405280929190818152602001828054610f6190615049565b8015610fac5780601f10610f8357610100808354040283529160200191610fac565b820191905f5260205f20905b815481529060010190602001808311610f8f57829003601f168201915b50505050509050919050565b610fc133610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611006906001600160c01b0319881690600401614a94565b602060405180830381865af4158015611021573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104591906149ab565b83604051602001610a3b9190614ad6565b61105f33610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110a4906001600160c01b0319881690600401614a94565b602060405180830381865af41580156110bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e391906149ab565b83604051602001610a3b9190615081565b6110fd33610a15565b61110682612655565b610c99611114836015611bfd565b82604051602001610af99190614bfd565b3361112e6118f3565b6001600160a01b0316816001600160a01b03161461116e5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036111a3576040516361798f2f60e11b81526001600160a01b0383166004820152602401611165565b610c99826128c5565b6111b533610a15565b610a506111c384600f611bfd565b83604051602001610a3b9190615112565b6111dd33610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611222906001600160c01b0319871690600401614a94565b602060405180830381865af415801561123d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b2991906149ab565b61126a33610a15565b610c9961127883600f611bfd565b82604051602001610af99190615112565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112cd5750825b90505f826001600160401b031660011480156112e85750303b155b9050811580156112f6575080155b156113145760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561133e57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561137f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a3919061519c565b90506113ae81612925565b6113b6612939565b505083156113fe57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61140e33610a15565b610a5061141c84600c611bfd565b83604051602001610a3b91906151b7565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114c790615049565b80601f01602080910402602001604051908101604052809291908181526020018280546114f390615049565b801561153e5780601f106115155761010080835404028352916020019161153e565b820191905f5260205f20905b81548152906001019060200180831161152157829003601f168201915b5050505050815250509050919050565b5f8051602061561c83398151915280545f9190600160a01b900460ff16611575575f61157e565b638fb3603760e01b5b91505090565b5f61158e33610a15565b610b43838361294b565b6115a133610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611222906001600160c01b0319871690600401614a94565b6115ef33610a15565b6115f882612655565b610c9961160683601f611bfd565b82604051602001610af99190614f65565b61162033610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611665906001600160c01b0319881690600401614a94565b602060405180830381865af4158015611680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a491906149ab565b83604051602001610a3b9190614aa9565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173b9190614b77565b1561175e576040516321b9f44760e01b815260ff84166004820152602401611165565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a5057604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401611165565b6117c433610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611222906001600160c01b0319871690600401614a94565b5f61181333610a15565b610b438383612a2c565b61182633610a15565b604051630f37f38f60e41b81526001600160401b0383166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611222565b61187333610a15565b610d51610b298484612b0d565b61188933610a15565b610a506118968484612606565b82604051602001610af99190614b92565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610da0565b5f8051602061561c833981519152546001600160a01b031690565b61191733610a15565b6040516355ee627560e01b8152610c999073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061195c906001600160c01b0319871690600401614a94565b602060405180830381865af4158015611977573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199b91906149ab565b82604051602001610af99190615081565b6119b533610a15565b610d516119c28585612b0d565b83604051602001610a3b91906152ae565b6119dc33610a15565b610a506119e98484612b0d565b82604051602001610af991906152ae565b5f611a0433610a15565b610b438383612b59565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4391906149ab565b611a9833610a15565b610c99611aa683600c611bfd565b82604051602001610af991906151b7565b611ac033610a15565b611ac982612655565b610c99611ad783601d611bfd565b82604051602001610af99190614ff0565b611af133610a15565b610a50610b2983601f611bfd565b5f8051602061561c8339815191525f80611b37611b1a6118f3565b8730611b2960045f8a8c615350565b611b3291615377565b612c3a565b9150915081611bf55763ffffffff811615611bd257825460ff60a01b1916600160a01b178355611b656118f3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b94939291906153ad565b5f604051808303815f87803b158015611bab575f80fd5b505af1158015611bbd573d5f803e3d5ffd5b5050845460ff60a01b1916855550611bf59050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611165565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a50565b5f611c538483612212565b5f858152600760205260409020909150600101611c708482615430565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0591906154ea565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d779190615505565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611dce83615520565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e499190615544565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec291906154ea565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f399190614b77565b15611f5c576040516307014a8d60e51b815260ff82166004820152602401611165565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fc2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe69190614b77565b1561201057604051633f92eac960e21b81526004810185905260ff83166024820152604401611165565b612019826118a7565b61203b57604051636cb0978b60e11b815260ff83166004820152602401611165565b5f612044612d42565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120ce8682615430565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216391906154ea565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121d59190615505565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612264573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122889190614b77565b156122a95760405163093b89e160e11b815260048101849052602401611165565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561231f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123439190614b77565b156123645760405163566ebf7960e01b815260048101869052602401611165565b60ff808516146124df57815461237e9060ff1682866116b5565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612400573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242491906154ea565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612472573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124969190615505565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6124e7612d42565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661255257604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260036020526040902054612576911684612dae565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a7916125ee9187918791879163ffffffff9091169061555f565b60405180910390a16125ff84612e33565b5092915050565b604051632867b75960e21b815264ffffffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401611a50565b6001600160601b0381165f9081526005602052604090205460ff1615612699576040516314d5804160e01b81526001600160601b0382166004820152602401611165565b6001600160601b0381165f908152600560205260409020805460ff191660011790556126c481612e33565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040812054839060ff1661274857604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f9081526004602052604090205461276c911684612ed0565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc62916125ee9187918791879163ffffffff9091169061555f565b6001600160601b0382165f90815260056020526040812054839060ff1661282957604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f9081526003602052604090205461284d911684612ed0565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc9916125ee9187918791879163ffffffff9091169061555f565b5f8051602061561c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61292d612f1a565b61293681612f63565b50565b612941612f1a565b612949612f74565b565b6001600160601b0382165f90815260056020526040812054839060ff1661299057604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f908152600260205260409020546129b4911684612dae565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b66916125ee9187918791879163ffffffff9091169061555f565b6001600160601b0382165f90815260056020526040812054839060ff16612a7157604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260026020526040902054612a95911684612ed0565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d916125ee9187918791879163ffffffff9091169061555f565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a50565b6001600160601b0382165f90815260056020526040812054839060ff16612b9e57604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260046020526040902054612bc2911684612dae565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad916125ee9187918791879163ffffffff9091169061555f565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612ca8919061558e565b5f60405180830381855afa9150503d805f8114612ce0576040519150601f19603f3d011682016040523d82523d5f602084013e612ce5565b606091505b50915091508115612d37576040815110612d175780806020019051810190612d0d91906155a4565b9094509250612d37565b6020815110612d375780806020019051810190612d349190614b77565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906155d1565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4391906155ec565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9e91906155d1565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612df4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661294957604051631afcd79f60e31b815260040160405180910390fd5b612f6b612f1a565b612936816128c5565b612f7c612fcc565b612f84613012565b612f8c61303f565b612f94613082565b612f9c61309e565b612fa46130d0565b612fac6130e4565b612fb461310c565b612fbc61314d565b612fc4613157565b612949613161565b612fd9601f5b6004613189565b612fe8601f5b6004606e6131cb565b612ff7601f60045b60c86131cb565b613006601f5b606e60046131cb565b612949601f606e612ff0565b61301c600b612fd2565b613026600b612fdf565b613030600b612ffd565b612949600b5b606e60d26131cb565b61304b6015600a613189565b6130596015600a60146131cb565b6130686015600a5b601e6131cb565b6130766015600a60286131cb565b61294960156028612ff0565b61308f60165b603c613189565b61294960165b603c60dc6131cb565b6130aa60176032613189565b6130b86017603260336131cb565b6130c460176032613061565b61294960176033612ff0565b6130da6018613088565b6129496018613095565b6130ee6019612fd2565b6130f86019612fdf565b6131026019612ffd565b6129496019613036565b613116601b612fd2565b613125601b60045b60466131cb565b613133601b600460076131cb565b61313f601b600761311e565b612949601b600460486131cb565b612949600f612fd2565b612949600c612fd2565b61316b600e612fd2565b613175601d612fd2565b61317f601c612fd2565b612949601e612fd2565b60ff8281165f9081526020819052604090205416156131aa576131aa615607565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561320357613203615607565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612936575f80fd5b8035610b0d8161323c565b5f6020828403121561326b575f80fd5b81356132768161323c565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156132b3576132b361327d565b60405290565b60405161010081016001600160401b03811182821017156132b3576132b361327d565b604080519081016001600160401b03811182821017156132b3576132b361327d565b60405161012081016001600160401b03811182821017156132b3576132b361327d565b60405161020081016001600160401b03811182821017156132b3576132b361327d565b60405161024081016001600160401b03811182821017156132b3576132b361327d565b60405160e081016001600160401b03811182821017156132b3576132b361327d565b60405161014081016001600160401b03811182821017156132b3576132b361327d565b5f82601f8301126133bb575f80fd5b8135602083015f806001600160401b038411156133da576133da61327d565b50604051601f19601f85018116603f011681018181106001600160401b03821117156134085761340861327d565b60405283815290508082840187101561341f575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612936575f80fd5b8035610b0d8161343b565b5f60c0828403121561346a575f80fd5b613472613291565b905081356001600160401b03811115613489575f80fd5b613495848285016133ac565b8252506134a460208301613250565b60208201526134b56040830161344f565b60408201526134c66060830161344f565b60608201526134d76080830161344f565b608082015260a08201356001600160401b038111156134f4575f80fd5b613500848285016133ac565b60a08301525092915050565b60ff81168114612936575f80fd5b5f805f6060848603121561352c575f80fd5b83356135378161323c565b925060208401356001600160401b03811115613551575f80fd5b61355d8682870161345a565b925050604084013561356e8161350c565b809150509250925092565b64ffffffffff81168114612936575f80fd5b8035610b0d81613579565b8015158114612936575f80fd5b8035610b0d81613596565b5f61010082840312156135bf575f80fd5b6135c76132b9565b90506135d282613250565b815260208201356001600160401b038111156135ec575f80fd5b6135f8848285016133ac565b60208301525061360a60408301613250565b604082015260608201356001600160401b03811115613627575f80fd5b613633848285016133ac565b60608301525060808201356001600160401b03811115613651575f80fd5b61365d848285016133ac565b60808301525061366f60a0830161358b565b60a082015261368060c0830161358b565b60c082015261369160e083016135a3565b60e082015292915050565b5f602082840312156136ac575f80fd5b81356001600160401b038111156136c1575f80fd5b6136cd848285016135ae565b949350505050565b5f602082840312156136e5575f80fd5b5035919050565b5f602082840312156136fc575f80fd5b81356132768161350c565b5f8060408385031215613718575f80fd5b82356137238161323c565b915060208301356137338161350c565b809150509250929050565b5f806040838503121561374f575f80fd5b823561375a8161323c565b915060208301356137338161323c565b6001600160401b0381168114612936575f80fd5b8035610b0d8161376a565b5f805f6060848603121561379b575f80fd5b83356137a68161376a565b925060208401356001600160401b038111156137c0575f80fd5b61355d868287016135ae565b6001600160c01b031981168114612936575f80fd5b8035610b0d816137cc565b5f604082840312156137fc575f80fd5b6138046132dc565b905081356138118161323c565b815260208201356001600160401b0381111561382b575f80fd5b613837848285016133ac565b60208301525092915050565b5f8060408385031215613854575f80fd5b823561385f816137cc565b915060208301356001600160401b03811115613879575f80fd5b613885858286016137ec565b9150509250929050565b63ffffffff81168114612936575f80fd5b8035610b0d8161388f565b5f61012082840312156138bc575f80fd5b6138c46132fe565b905081356001600160401b038111156138db575f80fd5b6138e7848285016133ac565b825250602082810135908201526040808301359082015260608083013590820152613914608083016138a0565b608082015261392560a083016138a0565b60a082015261393660c083016135a3565b60c082015261394760e083016135a3565b60e08201526101008201356001600160401b03811115613965575f80fd5b613971848285016133ac565b6101008301525092915050565b5f806040838503121561398f575f80fd5b823561399a816137cc565b915060208301356001600160401b038111156139b4575f80fd5b613885858286016138ab565b5f805f606084860312156139d2575f80fd5b83356139dd8161323c565b925060208401356139ed81613579565b9150604084013561356e8161350c565b61ffff81168114612936575f80fd5b8035610b0d816139fd565b5f60a08284031215613a27575f80fd5b60405160a081016001600160401b0381118282101715613a4957613a4961327d565b6040529050808235613a5a816139fd565b81526020830135613a6a8161323c565b60208201526040830135613a7d8161343b565b604082015260608301356001600160401b03811115613a9a575f80fd5b613aa6858286016133ac565b6060830152506080830135613aba81613579565b6080919091015292915050565b5f805f8060808587031215613ada575f80fd5b8435613ae58161323c565b93506020850135613af581613579565b925060408501356001600160401b03811115613b0f575f80fd5b613b1b87828801613a17565b9250506060850135613b2c8161350c565b939692955090935050565b5f6102008284031215613b48575f80fd5b613b50613321565b9050613b5b82613250565b8152613b6960208301613250565b6020820152613b7a604083016137e1565b6040820152613b8b606083016137e1565b6060820152613b9c60808301613250565b6080820152613bad60a08301613250565b60a0820152613bbe60c0830161358b565b60c082015260e08201356001600160401b03811115613bdb575f80fd5b613be7848285016133ac565b60e0830152506101008201356001600160401b03811115613c06575f80fd5b613c12848285016133ac565b61010083015250613c266101208301613a0c565b610120820152613c396101408301613a0c565b610140820152613c4c6101608301613250565b610160820152613c5f6101808301613250565b610180820152613c726101a0830161358b565b6101a0820152613c856101c0830161358b565b6101c0820152613c986101e0830161358b565b6101e082015292915050565b5f805f60608486031215613cb6575f80fd5b8335613cc18161323c565b925060208401356001600160401b03811115613cdb575f80fd5b61355d86828701613b37565b5f8060408385031215613cf8575f80fd5b8235613d038161323c565b915060208301356001600160401b03811115613d1d575f80fd5b6138858582860161345a565b5f80828403610260811215613d3c575f80fd5b8335613d478161323c565b9250610240601f1982011215613d5b575f80fd5b50613d64613344565b613d7060208501613250565b8152613d7e60408501613250565b6020820152613d8f60608501613250565b6040820152613da060808501613250565b6060820152613db160a08501613250565b6080820152613dc260c08501613250565b60a0820152613dd360e08501613250565b60c0820152613de56101008501613250565b60e0820152613df76101208501613250565b610100820152613e0a6101408501613250565b610120820152613e1d6101608501613250565b610140820152613e306101808501613250565b610160820152613e436101a08501613250565b610180820152613e566101c08501613250565b6101a0820152613e696101e08501613250565b6101c0820152613e7c6102008501613250565b6101e0820152613e8f6102208501613250565b610200820152613ea26102408501613250565b610220820152809150509250929050565b5f60408284031215613ec3575f80fd5b613ecb6132dc565b823581526020928301359281019290925250919050565b5f60e08284031215613ef2575f80fd5b613efa613291565b90508135613f078161323c565b8152613f168360208401613eb3565b602082015260608201356001600160401b03811115613f33575f80fd5b613f3f848285016133ac565b6040830152506080820135613f5381613579565b6060820152613f6460a0830161358b565b6080820152613f7560c0830161358b565b60a082015292915050565b5f805f60608486031215613f92575f80fd5b8335613f9d8161323c565b925060208401356001600160401b03811115613fb7575f80fd5b61355d86828701613ee2565b5f60808284031215613fd3575f80fd5b604051608081016001600160401b0381118282101715613ff557613ff561327d565b6040529050808235614006816137cc565b8152602083013561401681613596565b602082015260408301356001600160401b03811115614033575f80fd5b61403f858286016133ac565b60408301525060608301356140538161388f565b6060919091015292915050565b5f805f60608486031215614072575f80fd5b833561407d8161323c565b925060208401356001600160401b03811115614097575f80fd5b61355d86828701613fc3565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b4360208301846140a3565b5f805f606084860312156140f5575f80fd5b8335614100816137cc565b925060208401356001600160401b0381111561411a575f80fd5b61355d868287016138ab565b5f60e08284031215614136575f80fd5b61413e613367565b905061414982613250565b815260208201356001600160401b03811115614163575f80fd5b61416f848285016133ac565b6020830152506040828101359082015261418b606083016138a0565b606082015261419c608083016138a0565b60808201526141ad60a0830161358b565b60a082015260c08201356001600160401b038111156141ca575f80fd5b6141d6848285016133ac565b60c08301525092915050565b5f805f606084860312156141f4575f80fd5b83356141ff816137cc565b925060208401356001600160401b03811115614219575f80fd5b61355d86828701614126565b5f8060408385031215614236575f80fd5b82356142418161323c565b915060208301356001600160401b0381111561425b575f80fd5b61388585828601613b37565b5f60208284031215614277575f80fd5b81356132768161343b565b5f6101008284031215614293575f80fd5b61429b6132b9565b905081356142a88161323c565b81526142b66020830161377e565b60208201526142c7604083016135a3565b60408201526142d8606083016135a3565b60608201526142e9608083016135a3565b60808201526142fa60a083016135a3565b60a082015260c0828101359082015260e09182013591810191909152919050565b5f805f610140848603121561432e575f80fd5b83356143398161323c565b92506143488560208601614282565b915061012084013561356e8161350c565b5f806040838503121561436a575f80fd5b8235613723816137cc565b5f806101208385031215614387575f80fd5b82356143928161323c565b91506143a18460208501614282565b90509250929050565b5f61022082840312156143bb575f80fd5b6143c3613389565b90506143ce82613250565b81526143dc60208301613250565b60208201526143ed604083016135a3565b60408201526143ff8360608401613eb3565b60608201526144118360a08401613eb3565b60808201526144238360e08401613eb3565b60a0820152614436836101208401613eb3565b60c0820152614449836101608401613eb3565b60e082015261445c836101a08401613eb3565b610100820152614470836101e08401613eb3565b61012082015292915050565b5f805f610260848603121561448f575f80fd5b833561449a8161323c565b92506144a985602086016143aa565b915061024084013561356e8161350c565b602081526144ff60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a0808401526136cd60c08401826140a3565b5f8060408385031215614529575f80fd5b82356145348161323c565b915060208301356001600160401b0381111561454e575f80fd5b61388585828601613ee2565b60808101610b46828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f805f606084860312156145ad575f80fd5b83356145b8816137cc565b925060208401356001600160401b038111156145d2575f80fd5b61355d868287016137ec565b5f805f606084860312156145f0575f80fd5b83356145fb8161350c565b925060208401356139ed8161350c565b5f806040838503121561461c575f80fd5b82356137238161376a565b5f805f60608486031215614639575f80fd5b83356146448161323c565b925060208401356139ed816139fd565b5f805f60608486031215614666575f80fd5b83356146718161323c565b9250602084013561468181613579565b915060408401356001600160401b0381111561469b575f80fd5b6146a786828701613a17565b9150509250925092565b5f80604083850312156146c2575f80fd5b82356146cd816137cc565b915060208301356001600160401b038111156146e7575f80fd5b61388585828601614126565b803562ffffff81168114610b0d575f80fd5b5f60e08284031215614715575f80fd5b61471d613367565b905061472882613250565b815261473660208301613250565b6020820152614747604083016146f3565b6040820152614758606083016146f3565b606082015260808201356001600160401b03811115614775575f80fd5b614781848285016133ac565b60808301525060a08201356001600160401b0381111561479f575f80fd5b6147ab848285016133ac565b60a0830152506147bd60c0830161358b565b60c082015292915050565b5f805f80608085870312156147db575f80fd5b84356147e68161323c565b935060208501356147f6816139fd565b925060408501356001600160401b03811115614810575f80fd5b613b1b87828801614705565b5f805f6060848603121561482e575f80fd5b83356148398161323c565b92506020840135614849816139fd565b915060408401356001600160401b03811115614863575f80fd5b6146a786828701614705565b60ff1981168114612936575f80fd5b5f806040838503121561488f575f80fd5b823561489a8161350c565b915060208301356137338161486f565b5f8061024083850312156148bc575f80fd5b82356148c78161323c565b91506143a184602085016143aa565b5f80604083850312156148e7575f80fd5b82356148f28161323c565b915060208301356001600160401b0381111561490c575f80fd5b61388585828601613fc3565b602081525f825160c0602084015261493360e08401826140a3565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161498660a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526149a282826140a3565b95945050505050565b5f602082840312156149bb575f80fd5b5051919050565b602081526149dc6020820183516001600160601b03169052565b5f602083015161010060408401526149f86101208401826140a3565b90506040840151614a1460608501826001600160601b03169052565b506060840151838203601f19016080850152614a3082826140a3565b9150506080840151601f198483030160a0850152614a4e82826140a3565b91505060a0840151614a6960c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136cd60608401826140a3565b602081525f82516101206020840152614af36101408401826140a3565b90506020840151604084015260408401516060840152606084015160808401526080840151614b2a60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f19016101208501526149a282826140a3565b5f60208284031215614b87575f80fd5b815161327681613596565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a06080840152614be060c08401826140a3565b905064ffffffffff60808501511660a08401528091505092915050565b60208152614c176020820183516001600160601b03169052565b5f6020830151614c3260408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c083015164ffffffffff811660e08401525060e0830151610200610100840152614cb86102208401826140a3565b9050610100840151601f1984830301610120850152614cd782826140a3565b915050610120840151614cf161014085018261ffff169052565b5061014084015161ffff8116610160850152506101608401516001600160601b038116610180850152506101808401516001600160601b0381166101a0850152506101a084015164ffffffffff81166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff8116610200850152614a8c565b81516001600160601b0316815261024081016020830151614da160208401826001600160601b03169052565b506040830151614dbc60408401826001600160601b03169052565b506060830151614dd760608401826001600160601b03169052565b506080830151614df260808401826001600160601b03169052565b5060a0830151614e0d60a08401826001600160601b03169052565b5060c0830151614e2860c08401826001600160601b03169052565b5060e0830151614e4360e08401826001600160601b03169052565b50610100830151614e606101008401826001600160601b03169052565b50610120830151614e7d6101208401826001600160601b03169052565b50610140830151614e9a6101408401826001600160601b03169052565b50610160830151614eb76101608401826001600160601b03169052565b50610180830151614ed46101808401826001600160601b03169052565b506101a0830151614ef16101a08401826001600160601b03169052565b506101c0830151614f0e6101c08401826001600160601b03169052565b506101e0830151614f2b6101e08401826001600160601b03169052565b50610200830151614f486102008401826001600160601b03169052565b506102208301516125ff6102208401826001600160601b03169052565b602081526001600160601b0382511660208201525f6020830151614f96604084018280518252602090810151910152565b50604083015160e06080840152614fb16101008401826140a3565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261502d60a08401826140a3565b905063ffffffff60608501511660808401528091505092915050565b600181811c9082168061505d57607f821691505b60208210810361507b57634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e060408401526150b06101008401826140a3565b90506040840151606084015263ffffffff606085015116608084015260808401516150e360a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e08501526149a282826140a3565b5f610100820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151615159606084018215159052565b50608083015161516d608084018215159052565b5060a083015161518160a084018215159052565b5060c083015160c083015260e083015160e083015292915050565b5f602082840312156151ac575f80fd5b81516132768161343b565b81516001600160601b03168152610220810160208301516151e360208401826001600160601b03169052565b5060408301516151f7604084018215159052565b506060830151615214606084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151805161012084015260208101516101408401525060e0830151805161016084015260208101516101808401525061010083015180516101a084015260208101516101c08401525061012083015180516101e084015260208101516102008401526125ff565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f60408301516152ec606084018262ffffff169052565b50606083015162ffffff8116608084015250608083015160e060a08401526153186101008401826140a3565b905060a0840151601f198483030160c085015261533582826140a3565b91505060c0840151614a8c60e085018264ffffffffff169052565b5f808585111561535e575f80fd5b8386111561536a575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156125ff576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a5057805f5260205f20601f840160051c810160208510156154115750805b601f840160051c820191505b818110156113fe575f815560010161541d565b81516001600160401b038111156154495761544961327d565b61545d816154578454615049565b846153ec565b6020601f82116001811461548f575f83156154785750848201515b5f19600385901b1c1916600184901b1784556113fe565b5f84815260208120601f198516915b828110156154be578785015182556020948501946001909201910161549e565b50848210156154db57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156154fa575f80fd5b81516132768161350c565b5f60208284031215615515575f80fd5b81516132768161486f565b5f6001820161553d57634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615554575f80fd5b81516132768161376a565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f80604083850312156155b5575f80fd5b82516155c081613596565b60208401519092506137338161388f565b5f602082840312156155e1575f80fd5b81516132768161388f565b5f602082840312156155fc575f80fd5b81516132768161323c565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212208801f1fc487c4061c30544f116cb7577d8a590a95a152f3b3bf21dc8a5fea92464736f6c634300081a0033",
3226
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106103a9575f3560e01c80637cef4842116101ea578063b0628dc311610114578063d78c599b116100a9578063f48016ce11610079578063f48016ce146109b6578063f57e17fa146109d7578063f71d7ffe146109ea578063fe1f18d6146109fd575f80fd5b8063d78c599b14610940578063e145b68b14610953578063e80c61ed14610966578063e9e96c7014610979575f80fd5b8063bf1db3f9116100e4578063bf1db3f9146108fa578063bf7e214f1461090d578063ca0e7f081461092d578063d625d7581461058c575f80fd5b8063b0628dc3146108ae578063b4d7efe2146108c1578063b6d7cd62146108d4578063bcd65e21146108e7575f80fd5b80638fb360371161018a578063a5961b4c1161015a578063a5961b4c146107e9578063a76ee01814610875578063a898967514610888578063af9025001461089b575f80fd5b80638fb360371461078f5780639f8151e5146107b0578063a2842229146107c3578063a46eb8dc146107d6575f80fd5b806381d32d6b116101c557806381d32d6b1461058c5780638d595eec146107315780638eaa6ac0146107445780638eb9000d14610764575f80fd5b80637cef4842146107035780637d8486fe146107165780638129fc1c14610729575f80fd5b806340529b0f116102d657806354f6127f1161026b57806361105e0e1161023b57806361105e0e146106b75780636fac8622146106ca5780637a9e5e4b146106dd5780637cd81ef8146106f0575f80fd5b806354f6127f146106115780635a8416b0146106315780635d4345cc146104935780635eede17414610644575f80fd5b806351dd844b116102a657806351dd844b146105c5578063533086d4146105d857806353ebe129146105eb57806354e5618e146105fe575f80fd5b806340529b0f14610579578063425d08e21461058c5780634846003a1461059f5780634d4a7ae9146105b2575f80fd5b8063248a77dd1161034c57806330a130ba1161031c57806330a130ba1461051d578063353e5b751461053057806338a699a4146105435780633c3f8d0e14610566575f80fd5b8063248a77dd146104d1578063275c0595146104e45780632ae5819d146104f75780632f61088a1461050a575f80fd5b806309648a9d1161038757806309648a9d146104355780630d3581811461046e5780630fad0eb114610493578063228e42ec146104a6575f80fd5b80630232ca49146103ad57806303c099ac146103f55780630632b17d1461040a575b5f80fd5b6103d86103bb36600461325b565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61040861040336600461351a565b610a10565b005b61041d61041836600461369c565b610a55565b6040516001600160401b0390911681526020016103ec565b61045c6104433660046136d5565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103ec565b61045c61047c3660046136ec565b60ff9081165f908152602081905260409020541690565b6104086104a1366004613707565b610b12565b6103d86104b436600461325b565b6001600160601b039081165f908152600260205260409020541690565b6103d86104df36600461373e565b610b2f565b6104086104f2366004613789565b610b4c565b610408610505366004613707565b610be4565b610408610518366004613843565b610bfb565b61040861052b36600461397e565b610c9d565b61040861053e3660046139c0565b610d3b565b6105566105513660046136d5565b610d57565b60405190151581526020016103ec565b610408610574366004613ac7565b610ddf565b610408610587366004613707565b610e06565b61040861059a366004613ca4565b610e1d565b6104086105ad366004613ce7565b610e45565b6104086105c0366004613d29565b610e76565b6104086105d3366004613f80565b610e9e565b6103d86105e636600461373e565b610ec6565b6103d86105f936600461373e565b610eda565b61040861060c366004614060565b610eee565b61062461061f3660046136d5565b610f16565b6040516103ec91906140d1565b61040861063f3660046140e3565b610fb8565b61068d61065236600461325b565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103ec565b6104086106c53660046141e2565b611056565b6104086106d8366004614225565b6110f4565b6104086106eb366004614267565b611125565b6104086106fe36600461431b565b6111ac565b610408610711366004614359565b6111d4565b610408610724366004614375565b611261565b610408611289565b61040861073f36600461447c565b611405565b6107576107523660046136d5565b61142d565b6040516103ec91906144ba565b6103d861077236600461325b565b6001600160601b039081165f908152600360205260409020541690565b61079761154e565b6040516001600160e01b031990911681526020016103ec565b6103d86107be36600461373e565b611584565b6104086107d1366004614359565b611598565b6104086107e4366004614518565b6115e6565b6108686107f73660046136d5565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103ec919061455a565b61040861088336600461459b565b611617565b6104086108963660046145de565b6116b5565b6104086108a9366004614359565b6117bb565b6103d86108bc36600461373e565b611809565b6104086108cf36600461460b565b61181d565b6104086108e2366004614627565b61186a565b6104086108f5366004614654565b611880565b6105566109083660046136ec565b6118a7565b6109156118f3565b6040516001600160a01b0390911681526020016103ec565b61040861093b3660046146b1565b61190e565b61040861094e3660046147c8565b6119ac565b61040861096136600461481c565b6119d3565b6103d861097436600461373e565b6119fa565b6105566109873660046145de565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b6109c96109c436600461487e565b611a0e565b6040519081526020016103ec565b6104086109e53660046148aa565b611a8f565b6104086109f83660046148d6565b611ab7565b610408610a0b366004613707565b611ae8565b610a1c335b5f36611aff565b610a50610a2a84600b611bfd565b83604051602001610a3b9190614918565b60405160208183030381529060405283611c48565b505050565b5f610a5f33610a15565b610a67611dbe565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b0d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae891906149ab565b83604051602001610af991906149c2565b604051602081830303815290604052611e4e565b919050565b610b1b33610a15565b610a50610b29836015611bfd565b82612212565b5f610b3933610a15565b610b43838361250d565b90505b92915050565b610b5533610a15565b604051630f37f38f60e41b81526001600160401b0384166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610baf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bd391906149ab565b83604051602001610a3b91906149c2565b610bed33610a15565b610a50610b29836016611bfd565b610c0433610a15565b6040516355ee627560e01b8152610c999073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610c49906001600160c01b0319871690600401614a94565b602060405180830381865af4158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8891906149ab565b82604051602001610af99190614aa9565b5050565b610ca633610a15565b6040516355ee627560e01b8152610c999073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610ceb906001600160c01b0319871690600401614a94565b602060405180830381865af4158015610d06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d2a91906149ab565b82604051602001610af99190614ad6565b610d4433610a15565b610d51610b298484612606565b50505050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610dbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b469190614b77565b610de833610a15565b610d51610df58585612606565b83604051602001610a3b9190614b92565b610e0f33610a15565b610a50610b2983601d611bfd565b610e2633610a15565b610a50610e34846015611bfd565b83604051602001610a3b9190614bfd565b610e4e33610a15565b610e5782612655565b610c99610e6583600b611bfd565b82604051602001610af99190614918565b610e7f33610a15565b610c99610e8d836016611bfd565b82604051602001610af99190614d75565b610ea733610a15565b610a50610eb584601f611bfd565b83604051602001610a3b9190614f65565b5f610ed033610a15565b610b438383612703565b5f610ee433610a15565b610b4383836127e4565b610ef733610a15565b610a50610f0584601d611bfd565b83604051602001610a3b9190614ff0565b5f818152600760205260409020600101805460609190610f3590615049565b80601f0160208091040260200160405190810160405280929190818152602001828054610f6190615049565b8015610fac5780601f10610f8357610100808354040283529160200191610fac565b820191905f5260205f20905b815481529060010190602001808311610f8f57829003601f168201915b50505050509050919050565b610fc133610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611006906001600160c01b0319881690600401614a94565b602060405180830381865af4158015611021573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104591906149ab565b83604051602001610a3b9190614ad6565b61105f33610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110a4906001600160c01b0319881690600401614a94565b602060405180830381865af41580156110bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e391906149ab565b83604051602001610a3b9190615081565b6110fd33610a15565b61110682612655565b610c99611114836015611bfd565b82604051602001610af99190614bfd565b3361112e6118f3565b6001600160a01b0316816001600160a01b03161461116e5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036111a3576040516361798f2f60e11b81526001600160a01b0383166004820152602401611165565b610c99826128c5565b6111b533610a15565b610a506111c384600f611bfd565b83604051602001610a3b9190615112565b6111dd33610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611222906001600160c01b0319871690600401614a94565b602060405180830381865af415801561123d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b2991906149ab565b61126a33610a15565b610c9961127883600f611bfd565b82604051602001610af99190615112565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112cd5750825b90505f826001600160401b031660011480156112e85750303b155b9050811580156112f6575080155b156113145760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561133e57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561137f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a3919061519c565b90506113ae81612925565b6113b6612939565b505083156113fe57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61140e33610a15565b610a5061141c84600c611bfd565b83604051602001610a3b91906151b7565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114c790615049565b80601f01602080910402602001604051908101604052809291908181526020018280546114f390615049565b801561153e5780601f106115155761010080835404028352916020019161153e565b820191905f5260205f20905b81548152906001019060200180831161152157829003601f168201915b5050505050815250509050919050565b5f8051602061561c83398151915280545f9190600160a01b900460ff16611575575f61157e565b638fb3603760e01b5b91505090565b5f61158e33610a15565b610b43838361294b565b6115a133610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611222906001600160c01b0319871690600401614a94565b6115ef33610a15565b6115f882612655565b610c9961160683601f611bfd565b82604051602001610af99190614f65565b61162033610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611665906001600160c01b0319881690600401614a94565b602060405180830381865af4158015611680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a491906149ab565b83604051602001610a3b9190614aa9565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173b9190614b77565b1561175e576040516321b9f44760e01b815260ff84166004820152602401611165565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a5057604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401611165565b6117c433610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611222906001600160c01b0319871690600401614a94565b5f61181333610a15565b610b438383612a2c565b61182633610a15565b604051630f37f38f60e41b81526001600160401b0383166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611222565b61187333610a15565b610d51610b298484612b0d565b61188933610a15565b610a506118968484612606565b82604051602001610af99190614b92565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610da0565b5f8051602061561c833981519152546001600160a01b031690565b61191733610a15565b6040516355ee627560e01b8152610c999073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061195c906001600160c01b0319871690600401614a94565b602060405180830381865af4158015611977573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199b91906149ab565b82604051602001610af99190615081565b6119b533610a15565b610d516119c28585612b0d565b83604051602001610a3b91906152ae565b6119dc33610a15565b610a506119e98484612b0d565b82604051602001610af991906152ae565b5f611a0433610a15565b610b438383612b59565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4391906149ab565b611a9833610a15565b610c99611aa683600c611bfd565b82604051602001610af991906151b7565b611ac033610a15565b611ac982612655565b610c99611ad783601d611bfd565b82604051602001610af99190614ff0565b611af133610a15565b610a50610b2983601f611bfd565b5f8051602061561c8339815191525f80611b37611b1a6118f3565b8730611b2960045f8a8c615350565b611b3291615377565b612c3a565b9150915081611bf55763ffffffff811615611bd257825460ff60a01b1916600160a01b178355611b656118f3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b94939291906153ad565b5f604051808303815f87803b158015611bab575f80fd5b505af1158015611bbd573d5f803e3d5ffd5b5050845460ff60a01b1916855550611bf59050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611165565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a50565b5f611c538483612212565b5f858152600760205260409020909150600101611c708482615430565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0591906154ea565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d779190615505565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611dce83615520565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e499190615544565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec291906154ea565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f399190614b77565b15611f5c576040516307014a8d60e51b815260ff82166004820152602401611165565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fc2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe69190614b77565b1561201057604051633f92eac960e21b81526004810185905260ff83166024820152604401611165565b612019826118a7565b61203b57604051636cb0978b60e11b815260ff83166004820152602401611165565b5f612044612d42565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120ce8682615430565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216391906154ea565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121d59190615505565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612264573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122889190614b77565b156122a95760405163093b89e160e11b815260048101849052602401611165565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561231f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123439190614b77565b156123645760405163566ebf7960e01b815260048101869052602401611165565b60ff808516146124df57815461237e9060ff1682866116b5565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612400573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242491906154ea565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612472573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124969190615505565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6124e7612d42565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661255257604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260036020526040902054612576911684612dae565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a7916125ee9187918791879163ffffffff9091169061555f565b60405180910390a16125ff84612e33565b5092915050565b604051632867b75960e21b815264ffffffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401611a50565b6001600160601b0381165f9081526005602052604090205460ff1615612699576040516314d5804160e01b81526001600160601b0382166004820152602401611165565b6001600160601b0381165f908152600560205260409020805460ff191660011790556126c481612e33565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040812054839060ff1661274857604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f9081526004602052604090205461276c911684612ed0565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc62916125ee9187918791879163ffffffff9091169061555f565b6001600160601b0382165f90815260056020526040812054839060ff1661282957604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f9081526003602052604090205461284d911684612ed0565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc9916125ee9187918791879163ffffffff9091169061555f565b5f8051602061561c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61292d612f1a565b61293681612f63565b50565b612941612f1a565b612949612f74565b565b6001600160601b0382165f90815260056020526040812054839060ff1661299057604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f908152600260205260409020546129b4911684612dae565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b66916125ee9187918791879163ffffffff9091169061555f565b6001600160601b0382165f90815260056020526040812054839060ff16612a7157604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260026020526040902054612a95911684612ed0565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d916125ee9187918791879163ffffffff9091169061555f565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a50565b6001600160601b0382165f90815260056020526040812054839060ff16612b9e57604051631e94ffd760e11b81526001600160601b0382166004820152602401611165565b6001600160601b038085165f90815260046020526040902054612bc2911684612dae565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad916125ee9187918791879163ffffffff9091169061555f565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612ca8919061558e565b5f60405180830381855afa9150503d805f8114612ce0576040519150601f19603f3d011682016040523d82523d5f602084013e612ce5565b606091505b50915091508115612d37576040815110612d175780806020019051810190612d0d91906155a4565b9094509250612d37565b6020815110612d375780806020019051810190612d349190614b77565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906155d1565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4391906155ec565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9e91906155d1565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612df4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661294957604051631afcd79f60e31b815260040160405180910390fd5b612f6b612f1a565b612936816128c5565b612f7c612fcc565b612f84613012565b612f8c61303f565b612f94613082565b612f9c61309e565b612fa46130d0565b612fac6130e4565b612fb461310c565b612fbc61314d565b612fc4613157565b612949613161565b612fd9601f5b6004613189565b612fe8601f5b6004606e6131cb565b612ff7601f60045b60c86131cb565b613006601f5b606e60046131cb565b612949601f606e612ff0565b61301c600b612fd2565b613026600b612fdf565b613030600b612ffd565b612949600b5b606e60d26131cb565b61304b6015600a613189565b6130596015600a60146131cb565b6130686015600a5b601e6131cb565b6130766015600a60286131cb565b61294960156028612ff0565b61308f60165b603c613189565b61294960165b603c60dc6131cb565b6130aa60176032613189565b6130b86017603260336131cb565b6130c460176032613061565b61294960176033612ff0565b6130da6018613088565b6129496018613095565b6130ee6019612fd2565b6130f86019612fdf565b6131026019612ffd565b6129496019613036565b613116601b612fd2565b613125601b60045b60466131cb565b613133601b600460076131cb565b61313f601b600761311e565b612949601b600460486131cb565b612949600f612fd2565b612949600c612fd2565b61316b600e612fd2565b613175601d612fd2565b61317f601c612fd2565b612949601e612fd2565b60ff8281165f9081526020819052604090205416156131aa576131aa615607565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561320357613203615607565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612936575f80fd5b8035610b0d8161323c565b5f6020828403121561326b575f80fd5b81356132768161323c565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156132b3576132b361327d565b60405290565b60405161010081016001600160401b03811182821017156132b3576132b361327d565b604080519081016001600160401b03811182821017156132b3576132b361327d565b60405161012081016001600160401b03811182821017156132b3576132b361327d565b60405161020081016001600160401b03811182821017156132b3576132b361327d565b60405161024081016001600160401b03811182821017156132b3576132b361327d565b60405160e081016001600160401b03811182821017156132b3576132b361327d565b60405161014081016001600160401b03811182821017156132b3576132b361327d565b5f82601f8301126133bb575f80fd5b8135602083015f806001600160401b038411156133da576133da61327d565b50604051601f19601f85018116603f011681018181106001600160401b03821117156134085761340861327d565b60405283815290508082840187101561341f575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612936575f80fd5b8035610b0d8161343b565b5f60c0828403121561346a575f80fd5b613472613291565b905081356001600160401b03811115613489575f80fd5b613495848285016133ac565b8252506134a460208301613250565b60208201526134b56040830161344f565b60408201526134c66060830161344f565b60608201526134d76080830161344f565b608082015260a08201356001600160401b038111156134f4575f80fd5b613500848285016133ac565b60a08301525092915050565b60ff81168114612936575f80fd5b5f805f6060848603121561352c575f80fd5b83356135378161323c565b925060208401356001600160401b03811115613551575f80fd5b61355d8682870161345a565b925050604084013561356e8161350c565b809150509250925092565b64ffffffffff81168114612936575f80fd5b8035610b0d81613579565b8015158114612936575f80fd5b8035610b0d81613596565b5f61010082840312156135bf575f80fd5b6135c76132b9565b90506135d282613250565b815260208201356001600160401b038111156135ec575f80fd5b6135f8848285016133ac565b60208301525061360a60408301613250565b604082015260608201356001600160401b03811115613627575f80fd5b613633848285016133ac565b60608301525060808201356001600160401b03811115613651575f80fd5b61365d848285016133ac565b60808301525061366f60a0830161358b565b60a082015261368060c0830161358b565b60c082015261369160e083016135a3565b60e082015292915050565b5f602082840312156136ac575f80fd5b81356001600160401b038111156136c1575f80fd5b6136cd848285016135ae565b949350505050565b5f602082840312156136e5575f80fd5b5035919050565b5f602082840312156136fc575f80fd5b81356132768161350c565b5f8060408385031215613718575f80fd5b82356137238161323c565b915060208301356137338161350c565b809150509250929050565b5f806040838503121561374f575f80fd5b823561375a8161323c565b915060208301356137338161323c565b6001600160401b0381168114612936575f80fd5b8035610b0d8161376a565b5f805f6060848603121561379b575f80fd5b83356137a68161376a565b925060208401356001600160401b038111156137c0575f80fd5b61355d868287016135ae565b6001600160c01b031981168114612936575f80fd5b8035610b0d816137cc565b5f604082840312156137fc575f80fd5b6138046132dc565b905081356138118161323c565b815260208201356001600160401b0381111561382b575f80fd5b613837848285016133ac565b60208301525092915050565b5f8060408385031215613854575f80fd5b823561385f816137cc565b915060208301356001600160401b03811115613879575f80fd5b613885858286016137ec565b9150509250929050565b63ffffffff81168114612936575f80fd5b8035610b0d8161388f565b5f61012082840312156138bc575f80fd5b6138c46132fe565b905081356001600160401b038111156138db575f80fd5b6138e7848285016133ac565b825250602082810135908201526040808301359082015260608083013590820152613914608083016138a0565b608082015261392560a083016138a0565b60a082015261393660c083016135a3565b60c082015261394760e083016135a3565b60e08201526101008201356001600160401b03811115613965575f80fd5b613971848285016133ac565b6101008301525092915050565b5f806040838503121561398f575f80fd5b823561399a816137cc565b915060208301356001600160401b038111156139b4575f80fd5b613885858286016138ab565b5f805f606084860312156139d2575f80fd5b83356139dd8161323c565b925060208401356139ed81613579565b9150604084013561356e8161350c565b61ffff81168114612936575f80fd5b8035610b0d816139fd565b5f60a08284031215613a27575f80fd5b60405160a081016001600160401b0381118282101715613a4957613a4961327d565b6040529050808235613a5a816139fd565b81526020830135613a6a8161323c565b60208201526040830135613a7d8161343b565b604082015260608301356001600160401b03811115613a9a575f80fd5b613aa6858286016133ac565b6060830152506080830135613aba81613579565b6080919091015292915050565b5f805f8060808587031215613ada575f80fd5b8435613ae58161323c565b93506020850135613af581613579565b925060408501356001600160401b03811115613b0f575f80fd5b613b1b87828801613a17565b9250506060850135613b2c8161350c565b939692955090935050565b5f6102008284031215613b48575f80fd5b613b50613321565b9050613b5b82613250565b8152613b6960208301613250565b6020820152613b7a604083016137e1565b6040820152613b8b606083016137e1565b6060820152613b9c60808301613250565b6080820152613bad60a08301613250565b60a0820152613bbe60c0830161358b565b60c082015260e08201356001600160401b03811115613bdb575f80fd5b613be7848285016133ac565b60e0830152506101008201356001600160401b03811115613c06575f80fd5b613c12848285016133ac565b61010083015250613c266101208301613a0c565b610120820152613c396101408301613a0c565b610140820152613c4c6101608301613250565b610160820152613c5f6101808301613250565b610180820152613c726101a0830161358b565b6101a0820152613c856101c0830161358b565b6101c0820152613c986101e0830161358b565b6101e082015292915050565b5f805f60608486031215613cb6575f80fd5b8335613cc18161323c565b925060208401356001600160401b03811115613cdb575f80fd5b61355d86828701613b37565b5f8060408385031215613cf8575f80fd5b8235613d038161323c565b915060208301356001600160401b03811115613d1d575f80fd5b6138858582860161345a565b5f80828403610260811215613d3c575f80fd5b8335613d478161323c565b9250610240601f1982011215613d5b575f80fd5b50613d64613344565b613d7060208501613250565b8152613d7e60408501613250565b6020820152613d8f60608501613250565b6040820152613da060808501613250565b6060820152613db160a08501613250565b6080820152613dc260c08501613250565b60a0820152613dd360e08501613250565b60c0820152613de56101008501613250565b60e0820152613df76101208501613250565b610100820152613e0a6101408501613250565b610120820152613e1d6101608501613250565b610140820152613e306101808501613250565b610160820152613e436101a08501613250565b610180820152613e566101c08501613250565b6101a0820152613e696101e08501613250565b6101c0820152613e7c6102008501613250565b6101e0820152613e8f6102208501613250565b610200820152613ea26102408501613250565b610220820152809150509250929050565b5f60408284031215613ec3575f80fd5b613ecb6132dc565b823581526020928301359281019290925250919050565b5f60e08284031215613ef2575f80fd5b613efa613291565b90508135613f078161323c565b8152613f168360208401613eb3565b602082015260608201356001600160401b03811115613f33575f80fd5b613f3f848285016133ac565b6040830152506080820135613f5381613579565b6060820152613f6460a0830161358b565b6080820152613f7560c0830161358b565b60a082015292915050565b5f805f60608486031215613f92575f80fd5b8335613f9d8161323c565b925060208401356001600160401b03811115613fb7575f80fd5b61355d86828701613ee2565b5f60808284031215613fd3575f80fd5b604051608081016001600160401b0381118282101715613ff557613ff561327d565b6040529050808235614006816137cc565b8152602083013561401681613596565b602082015260408301356001600160401b03811115614033575f80fd5b61403f858286016133ac565b60408301525060608301356140538161388f565b6060919091015292915050565b5f805f60608486031215614072575f80fd5b833561407d8161323c565b925060208401356001600160401b03811115614097575f80fd5b61355d86828701613fc3565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b4360208301846140a3565b5f805f606084860312156140f5575f80fd5b8335614100816137cc565b925060208401356001600160401b0381111561411a575f80fd5b61355d868287016138ab565b5f60e08284031215614136575f80fd5b61413e613367565b905061414982613250565b815260208201356001600160401b03811115614163575f80fd5b61416f848285016133ac565b6020830152506040828101359082015261418b606083016138a0565b606082015261419c608083016138a0565b60808201526141ad60a0830161358b565b60a082015260c08201356001600160401b038111156141ca575f80fd5b6141d6848285016133ac565b60c08301525092915050565b5f805f606084860312156141f4575f80fd5b83356141ff816137cc565b925060208401356001600160401b03811115614219575f80fd5b61355d86828701614126565b5f8060408385031215614236575f80fd5b82356142418161323c565b915060208301356001600160401b0381111561425b575f80fd5b61388585828601613b37565b5f60208284031215614277575f80fd5b81356132768161343b565b5f6101008284031215614293575f80fd5b61429b6132b9565b905081356142a88161323c565b81526142b66020830161377e565b60208201526142c7604083016135a3565b60408201526142d8606083016135a3565b60608201526142e9608083016135a3565b60808201526142fa60a083016135a3565b60a082015260c0828101359082015260e09182013591810191909152919050565b5f805f610140848603121561432e575f80fd5b83356143398161323c565b92506143488560208601614282565b915061012084013561356e8161350c565b5f806040838503121561436a575f80fd5b8235613723816137cc565b5f806101208385031215614387575f80fd5b82356143928161323c565b91506143a18460208501614282565b90509250929050565b5f61022082840312156143bb575f80fd5b6143c3613389565b90506143ce82613250565b81526143dc60208301613250565b60208201526143ed604083016135a3565b60408201526143ff8360608401613eb3565b60608201526144118360a08401613eb3565b60808201526144238360e08401613eb3565b60a0820152614436836101208401613eb3565b60c0820152614449836101608401613eb3565b60e082015261445c836101a08401613eb3565b610100820152614470836101e08401613eb3565b61012082015292915050565b5f805f610260848603121561448f575f80fd5b833561449a8161323c565b92506144a985602086016143aa565b915061024084013561356e8161350c565b602081526144ff60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a0808401526136cd60c08401826140a3565b5f8060408385031215614529575f80fd5b82356145348161323c565b915060208301356001600160401b0381111561454e575f80fd5b61388585828601613ee2565b60808101610b46828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f805f606084860312156145ad575f80fd5b83356145b8816137cc565b925060208401356001600160401b038111156145d2575f80fd5b61355d868287016137ec565b5f805f606084860312156145f0575f80fd5b83356145fb8161350c565b925060208401356139ed8161350c565b5f806040838503121561461c575f80fd5b82356137238161376a565b5f805f60608486031215614639575f80fd5b83356146448161323c565b925060208401356139ed816139fd565b5f805f60608486031215614666575f80fd5b83356146718161323c565b9250602084013561468181613579565b915060408401356001600160401b0381111561469b575f80fd5b6146a786828701613a17565b9150509250925092565b5f80604083850312156146c2575f80fd5b82356146cd816137cc565b915060208301356001600160401b038111156146e7575f80fd5b61388585828601614126565b803562ffffff81168114610b0d575f80fd5b5f60e08284031215614715575f80fd5b61471d613367565b905061472882613250565b815261473660208301613250565b6020820152614747604083016146f3565b6040820152614758606083016146f3565b606082015260808201356001600160401b03811115614775575f80fd5b614781848285016133ac565b60808301525060a08201356001600160401b0381111561479f575f80fd5b6147ab848285016133ac565b60a0830152506147bd60c0830161358b565b60c082015292915050565b5f805f80608085870312156147db575f80fd5b84356147e68161323c565b935060208501356147f6816139fd565b925060408501356001600160401b03811115614810575f80fd5b613b1b87828801614705565b5f805f6060848603121561482e575f80fd5b83356148398161323c565b92506020840135614849816139fd565b915060408401356001600160401b03811115614863575f80fd5b6146a786828701614705565b60ff1981168114612936575f80fd5b5f806040838503121561488f575f80fd5b823561489a8161350c565b915060208301356137338161486f565b5f8061024083850312156148bc575f80fd5b82356148c78161323c565b91506143a184602085016143aa565b5f80604083850312156148e7575f80fd5b82356148f28161323c565b915060208301356001600160401b0381111561490c575f80fd5b61388585828601613fc3565b602081525f825160c0602084015261493360e08401826140a3565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161498660a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526149a282826140a3565b95945050505050565b5f602082840312156149bb575f80fd5b5051919050565b602081526149dc6020820183516001600160601b03169052565b5f602083015161010060408401526149f86101208401826140a3565b90506040840151614a1460608501826001600160601b03169052565b506060840151838203601f19016080850152614a3082826140a3565b9150506080840151601f198483030160a0850152614a4e82826140a3565b91505060a0840151614a6960c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136cd60608401826140a3565b602081525f82516101206020840152614af36101408401826140a3565b90506020840151604084015260408401516060840152606084015160808401526080840151614b2a60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f19016101208501526149a282826140a3565b5f60208284031215614b87575f80fd5b815161327681613596565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a06080840152614be060c08401826140a3565b905064ffffffffff60808501511660a08401528091505092915050565b60208152614c176020820183516001600160601b03169052565b5f6020830151614c3260408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c083015164ffffffffff811660e08401525060e0830151610200610100840152614cb86102208401826140a3565b9050610100840151601f1984830301610120850152614cd782826140a3565b915050610120840151614cf161014085018261ffff169052565b5061014084015161ffff8116610160850152506101608401516001600160601b038116610180850152506101808401516001600160601b0381166101a0850152506101a084015164ffffffffff81166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff8116610200850152614a8c565b81516001600160601b0316815261024081016020830151614da160208401826001600160601b03169052565b506040830151614dbc60408401826001600160601b03169052565b506060830151614dd760608401826001600160601b03169052565b506080830151614df260808401826001600160601b03169052565b5060a0830151614e0d60a08401826001600160601b03169052565b5060c0830151614e2860c08401826001600160601b03169052565b5060e0830151614e4360e08401826001600160601b03169052565b50610100830151614e606101008401826001600160601b03169052565b50610120830151614e7d6101208401826001600160601b03169052565b50610140830151614e9a6101408401826001600160601b03169052565b50610160830151614eb76101608401826001600160601b03169052565b50610180830151614ed46101808401826001600160601b03169052565b506101a0830151614ef16101a08401826001600160601b03169052565b506101c0830151614f0e6101c08401826001600160601b03169052565b506101e0830151614f2b6101e08401826001600160601b03169052565b50610200830151614f486102008401826001600160601b03169052565b506102208301516125ff6102208401826001600160601b03169052565b602081526001600160601b0382511660208201525f6020830151614f96604084018280518252602090810151910152565b50604083015160e06080840152614fb16101008401826140a3565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261502d60a08401826140a3565b905063ffffffff60608501511660808401528091505092915050565b600181811c9082168061505d57607f821691505b60208210810361507b57634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e060408401526150b06101008401826140a3565b90506040840151606084015263ffffffff606085015116608084015260808401516150e360a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e08501526149a282826140a3565b5f610100820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151615159606084018215159052565b50608083015161516d608084018215159052565b5060a083015161518160a084018215159052565b5060c083015160c083015260e083015160e083015292915050565b5f602082840312156151ac575f80fd5b81516132768161343b565b81516001600160601b03168152610220810160208301516151e360208401826001600160601b03169052565b5060408301516151f7604084018215159052565b506060830151615214606084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151805161012084015260208101516101408401525060e0830151805161016084015260208101516101808401525061010083015180516101a084015260208101516101c08401525061012083015180516101e084015260208101516102008401526125ff565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f60408301516152ec606084018262ffffff169052565b50606083015162ffffff8116608084015250608083015160e060a08401526153186101008401826140a3565b905060a0840151601f198483030160c085015261533582826140a3565b91505060c0840151614a8c60e085018264ffffffffff169052565b5f808585111561535e575f80fd5b8386111561536a575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156125ff576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a5057805f5260205f20601f840160051c810160208510156154115750805b601f840160051c820191505b818110156113fe575f815560010161541d565b81516001600160401b038111156154495761544961327d565b61545d816154578454615049565b846153ec565b6020601f82116001811461548f575f83156154785750848201515b5f19600385901b1c1916600184901b1784556113fe565b5f84815260208120601f198516915b828110156154be578785015182556020948501946001909201910161549e565b50848210156154db57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156154fa575f80fd5b81516132768161350c565b5f60208284031215615515575f80fd5b81516132768161486f565b5f6001820161553d57634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615554575f80fd5b81516132768161376a565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f80604083850312156155b5575f80fd5b82516155c081613596565b60208401519092506137338161388f565b5f602082840312156155e1575f80fd5b81516132768161388f565b5f602082840312156155fc575f80fd5b81516132768161323c565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212208801f1fc487c4061c30544f116cb7577d8a590a95a152f3b3bf21dc8a5fea92464736f6c634300081a0033",
3227
+ "linkReferences": {
3228
+ "contracts/type/Amount.sol": {
3229
+ "AmountLib": [
3230
+ {
3231
+ "length": 20,
3232
+ "start": 11762
3233
+ },
3234
+ {
3235
+ "length": 20,
3236
+ "start": 12052
3237
+ }
3238
+ ]
3239
+ },
3240
+ "contracts/type/Blocknumber.sol": {
3241
+ "BlocknumberLib": [
3242
+ {
3243
+ "length": 20,
3244
+ "start": 11617
3245
+ },
3246
+ {
3247
+ "length": 20,
3248
+ "start": 11857
3249
+ }
3250
+ ]
3251
+ },
3252
+ "contracts/type/ClaimId.sol": {
3253
+ "ClaimIdLib": [
3254
+ {
3255
+ "length": 20,
3256
+ "start": 11091
3257
+ }
3258
+ ]
3259
+ },
3260
+ "contracts/type/DistributorType.sol": {
3261
+ "DistributorTypeLib": [
3262
+ {
3263
+ "length": 20,
3264
+ "start": 3285
3265
+ },
3266
+ {
3267
+ "length": 20,
3268
+ "start": 4080
3269
+ },
3270
+ {
3271
+ "length": 20,
3272
+ "start": 5584
3273
+ }
3274
+ ]
3275
+ },
3276
+ "contracts/type/Key32.sol": {
3277
+ "Key32Lib": [
3278
+ {
3279
+ "length": 20,
3280
+ "start": 6734
3281
+ },
3282
+ {
3283
+ "length": 20,
3284
+ "start": 7365
3285
+ },
3286
+ {
3287
+ "length": 20,
3288
+ "start": 7479
3289
+ },
3290
+ {
3291
+ "length": 20,
3292
+ "start": 7810
3293
+ },
3294
+ {
3295
+ "length": 20,
3296
+ "start": 8483
3297
+ },
3298
+ {
3299
+ "length": 20,
3300
+ "start": 8597
3301
+ },
3302
+ {
3303
+ "length": 20,
3304
+ "start": 9188
3305
+ },
3306
+ {
3307
+ "length": 20,
3308
+ "start": 9302
3309
+ }
3310
+ ]
3311
+ },
3312
+ "contracts/type/NftId.sol": {
3313
+ "NftIdLib": [
3314
+ {
3315
+ "length": 20,
3316
+ "start": 7234
3317
+ }
3318
+ ]
3319
+ },
3320
+ "contracts/type/ObjectType.sol": {
3321
+ "ObjectTypeLib": [
3322
+ {
3323
+ "length": 20,
3324
+ "start": 7929
3325
+ }
3326
+ ]
3327
+ },
3328
+ "contracts/type/PayoutId.sol": {
3329
+ "PayoutIdLib": [
3330
+ {
3331
+ "length": 20,
3332
+ "start": 9807
3333
+ }
3334
+ ]
3335
+ },
3336
+ "contracts/type/Referral.sol": {
3337
+ "ReferralLib": [
3338
+ {
3339
+ "length": 20,
3340
+ "start": 4238
3341
+ },
3342
+ {
3343
+ "length": 20,
3344
+ "start": 6131
3345
+ },
3346
+ {
3347
+ "length": 20,
3348
+ "start": 6470
3349
+ }
3350
+ ]
3351
+ },
3352
+ "contracts/type/RequestId.sol": {
3353
+ "RequestIdLib": [
3354
+ {
3355
+ "length": 20,
3356
+ "start": 2728
3357
+ },
3358
+ {
3359
+ "length": 20,
3360
+ "start": 2963
3361
+ },
3362
+ {
3363
+ "length": 20,
3364
+ "start": 6244
3365
+ },
3366
+ {
3367
+ "length": 20,
3368
+ "start": 7689
3369
+ }
3370
+ ]
3371
+ },
3372
+ "contracts/type/RiskId.sol": {
3373
+ "RiskIdLib": [
3374
+ {
3375
+ "length": 20,
3376
+ "start": 3123
3377
+ },
3378
+ {
3379
+ "length": 20,
3380
+ "start": 4620
3381
+ },
3382
+ {
3383
+ "length": 20,
3384
+ "start": 5711
3385
+ }
3386
+ ]
3387
+ },
3388
+ "contracts/type/StateId.sol": {
3389
+ "StateIdLib": [
3390
+ {
3391
+ "length": 20,
3392
+ "start": 3486
3393
+ },
3394
+ {
3395
+ "length": 20,
3396
+ "start": 5883
3397
+ },
3398
+ {
3399
+ "length": 20,
3400
+ "start": 6381
3401
+ },
3402
+ {
3403
+ "length": 20,
3404
+ "start": 8102
3405
+ },
3406
+ {
3407
+ "length": 20,
3408
+ "start": 8776
3409
+ },
3410
+ {
3411
+ "length": 20,
3412
+ "start": 8963
3413
+ }
3414
+ ]
3415
+ }
3416
+ },
3417
+ "deployedLinkReferences": {
3418
+ "contracts/type/Amount.sol": {
3419
+ "AmountLib": [
3420
+ {
3421
+ "length": 20,
3422
+ "start": 11734
3423
+ },
3424
+ {
3425
+ "length": 20,
3426
+ "start": 12024
3427
+ }
3428
+ ]
3429
+ },
3430
+ "contracts/type/Blocknumber.sol": {
3431
+ "BlocknumberLib": [
3432
+ {
3433
+ "length": 20,
3434
+ "start": 11589
3435
+ },
3436
+ {
3437
+ "length": 20,
3438
+ "start": 11829
3439
+ }
3440
+ ]
3441
+ },
3442
+ "contracts/type/ClaimId.sol": {
3443
+ "ClaimIdLib": [
3444
+ {
3445
+ "length": 20,
3446
+ "start": 11063
3447
+ }
3448
+ ]
3449
+ },
3450
+ "contracts/type/DistributorType.sol": {
3451
+ "DistributorTypeLib": [
3452
+ {
3453
+ "length": 20,
3454
+ "start": 3257
3455
+ },
3456
+ {
3457
+ "length": 20,
3458
+ "start": 4052
3459
+ },
3460
+ {
3461
+ "length": 20,
3462
+ "start": 5556
3463
+ }
3464
+ ]
3465
+ },
3466
+ "contracts/type/Key32.sol": {
3467
+ "Key32Lib": [
3468
+ {
3469
+ "length": 20,
3470
+ "start": 6706
3471
+ },
3472
+ {
3473
+ "length": 20,
3474
+ "start": 7337
3475
+ },
3476
+ {
3477
+ "length": 20,
3478
+ "start": 7451
3479
+ },
3480
+ {
3481
+ "length": 20,
3482
+ "start": 7782
3483
+ },
3484
+ {
3485
+ "length": 20,
3486
+ "start": 8455
3487
+ },
3488
+ {
3489
+ "length": 20,
3490
+ "start": 8569
3491
+ },
3492
+ {
3493
+ "length": 20,
3494
+ "start": 9160
3495
+ },
3496
+ {
3497
+ "length": 20,
3498
+ "start": 9274
3499
+ }
3500
+ ]
3501
+ },
3502
+ "contracts/type/NftId.sol": {
3503
+ "NftIdLib": [
3504
+ {
3505
+ "length": 20,
3506
+ "start": 7206
3507
+ }
3508
+ ]
3509
+ },
3510
+ "contracts/type/ObjectType.sol": {
3511
+ "ObjectTypeLib": [
3512
+ {
3513
+ "length": 20,
3514
+ "start": 7901
3515
+ }
3516
+ ]
3517
+ },
3518
+ "contracts/type/PayoutId.sol": {
3519
+ "PayoutIdLib": [
3520
+ {
3521
+ "length": 20,
3522
+ "start": 9779
3523
+ }
3524
+ ]
3525
+ },
3526
+ "contracts/type/Referral.sol": {
3527
+ "ReferralLib": [
3528
+ {
3529
+ "length": 20,
3530
+ "start": 4210
3531
+ },
3532
+ {
3533
+ "length": 20,
3534
+ "start": 6103
3535
+ },
3536
+ {
3537
+ "length": 20,
3538
+ "start": 6442
3539
+ }
3540
+ ]
3541
+ },
3542
+ "contracts/type/RequestId.sol": {
3543
+ "RequestIdLib": [
3544
+ {
3545
+ "length": 20,
3546
+ "start": 2700
3547
+ },
3548
+ {
3549
+ "length": 20,
3550
+ "start": 2935
3551
+ },
3552
+ {
3553
+ "length": 20,
3554
+ "start": 6216
3555
+ },
3556
+ {
3557
+ "length": 20,
3558
+ "start": 7661
3559
+ }
3560
+ ]
3561
+ },
3562
+ "contracts/type/RiskId.sol": {
3563
+ "RiskIdLib": [
3564
+ {
3565
+ "length": 20,
3566
+ "start": 3095
3567
+ },
3568
+ {
3569
+ "length": 20,
3570
+ "start": 4592
3571
+ },
3572
+ {
3573
+ "length": 20,
3574
+ "start": 5683
3575
+ }
3576
+ ]
3577
+ },
3578
+ "contracts/type/StateId.sol": {
3579
+ "StateIdLib": [
3580
+ {
3581
+ "length": 20,
3582
+ "start": 3458
3583
+ },
3584
+ {
3585
+ "length": 20,
3586
+ "start": 5855
3587
+ },
3588
+ {
3589
+ "length": 20,
3590
+ "start": 6353
3591
+ },
3592
+ {
3593
+ "length": 20,
3594
+ "start": 8074
3595
+ },
3596
+ {
3597
+ "length": 20,
3598
+ "start": 8748
3599
+ },
3600
+ {
3601
+ "length": 20,
3602
+ "start": 8935
3603
+ }
3604
+ ]
3605
+ }
3606
+ }
3607
+ }