@etherisc/gif-next 0.0.2-d60aa51-726 → 0.0.2-d62f29e-108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (682) 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 +1253 -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} +499 -549
  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 +1489 -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 +1159 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1512 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -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/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +274 -1320
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +444 -172
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +364 -3003
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +846 -413
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +587 -397
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +349 -127
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  70. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  71. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  74. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  75. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  77. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1126 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  79. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  83. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +403 -366
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1018 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  93. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1395 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  95. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1474 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  100. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  101. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  102. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  103. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1208 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  107. package/artifacts/contracts/pool/Pool.sol/Pool.json +1181 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1591 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +746 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  117. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1243 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  121. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1437 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
  124. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +241 -190
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  127. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IPolicyService.sol/IPolicyService.json} +406 -371
  130. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  131. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IPricingService.sol/IPricingService.json} +290 -187
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  133. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  134. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  135. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → product/IRiskService.sol/IRiskService.json} +144 -112
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  137. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1234 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  139. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PricingService.sol/PricingService.json +972 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +766 -0
  144. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  145. package/artifacts/contracts/product/Product.sol/Product.json +1201 -0
  146. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  147. package/artifacts/contracts/product/RiskService.sol/RiskService.json +695 -0
  148. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +702 -0
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  151. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +378 -113
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  155. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +290 -297
  156. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  158. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/Registry.sol/Registry.json +612 -190
  160. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  162. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +477 -318
  164. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -133
  166. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  168. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  170. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  172. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  174. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  175. package/artifacts/contracts/shared/Component.sol/Component.json +832 -0
  176. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1680 -0
  178. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
  180. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  181. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
  182. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  183. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/IComponent.sol/IComponent.json} +276 -124
  184. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  186. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  188. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  189. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +60 -34
  190. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  192. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  193. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  194. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  195. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  196. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  198. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  199. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  200. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  202. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  203. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  204. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +940 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +88 -20
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  212. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  213. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  218. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  220. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  222. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
  224. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  226. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  228. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  229. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  230. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  231. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  232. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  234. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  235. package/artifacts/contracts/staking/Staking.sol/Staking.json +1975 -0
  236. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  238. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +765 -0
  240. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  242. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  244. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  246. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  248. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  249. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  250. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  251. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  252. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  254. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  256. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  258. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  260. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  262. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  263. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  264. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  266. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  267. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  268. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  270. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  272. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  274. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  276. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  278. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  280. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  282. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  284. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  286. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  287. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  288. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  290. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  292. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  294. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  296. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  298. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  300. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  302. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  303. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  304. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  306. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  308. package/contracts/authorization/AccessAdmin.sol +591 -0
  309. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  310. package/contracts/authorization/Authorization.sol +217 -0
  311. package/contracts/authorization/IAccess.sol +48 -0
  312. package/contracts/authorization/IAccessAdmin.sol +136 -0
  313. package/contracts/authorization/IAuthorization.sol +54 -0
  314. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  315. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  316. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  317. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  318. package/contracts/distribution/BasicDistribution.sol +138 -0
  319. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  320. package/contracts/distribution/Distribution.sol +295 -0
  321. package/contracts/distribution/DistributionService.sol +336 -0
  322. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  323. package/contracts/distribution/IDistributionComponent.sol +52 -0
  324. package/contracts/distribution/IDistributionService.sol +101 -0
  325. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +40 -43
  326. package/contracts/instance/IInstance.sol +56 -49
  327. package/contracts/instance/IInstanceService.sol +78 -18
  328. package/contracts/instance/Instance.sol +157 -381
  329. package/contracts/instance/InstanceAdmin.sol +285 -0
  330. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  331. package/contracts/instance/InstanceReader.sol +202 -87
  332. package/contracts/instance/InstanceService.sol +410 -176
  333. package/contracts/instance/InstanceServiceManager.sol +13 -30
  334. package/contracts/instance/InstanceStore.sol +287 -0
  335. package/contracts/instance/base/BalanceStore.sol +123 -0
  336. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  337. package/contracts/instance/base/ObjectCounter.sol +21 -0
  338. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  339. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +21 -37
  340. package/contracts/instance/module/IAccess.sol +29 -21
  341. package/contracts/instance/module/IBundle.sol +8 -8
  342. package/contracts/instance/module/IComponents.sol +46 -0
  343. package/contracts/instance/module/IDistribution.sol +6 -4
  344. package/contracts/instance/module/IPolicy.sol +59 -19
  345. package/contracts/instance/module/IRisk.sol +1 -1
  346. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  347. package/contracts/oracle/BasicOracle.sol +48 -0
  348. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  349. package/contracts/oracle/IOracle.sol +36 -0
  350. package/contracts/oracle/IOracleComponent.sol +33 -0
  351. package/contracts/oracle/IOracleService.sol +65 -0
  352. package/contracts/oracle/Oracle.sol +167 -0
  353. package/contracts/oracle/OracleService.sol +279 -0
  354. package/contracts/oracle/OracleServiceManager.sol +39 -0
  355. package/contracts/pool/BasicPool.sol +166 -0
  356. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  357. package/contracts/pool/BundleService.sol +438 -0
  358. package/contracts/pool/BundleServiceManager.sol +39 -0
  359. package/contracts/pool/IBundleService.sol +134 -0
  360. package/contracts/pool/IPoolComponent.sol +58 -0
  361. package/contracts/pool/IPoolService.sol +160 -0
  362. package/contracts/pool/Pool.sol +326 -0
  363. package/contracts/pool/PoolService.sol +509 -0
  364. package/contracts/pool/PoolServiceManager.sol +39 -0
  365. package/contracts/product/ApplicationService.sol +249 -0
  366. package/contracts/product/ApplicationServiceManager.sol +38 -0
  367. package/contracts/product/BasicProduct.sol +53 -0
  368. package/contracts/product/BasicProductAuthorization.sol +43 -0
  369. package/contracts/product/ClaimService.sol +487 -0
  370. package/contracts/product/ClaimServiceManager.sol +38 -0
  371. package/contracts/product/IApplicationService.sol +63 -0
  372. package/contracts/product/IClaimService.sol +122 -0
  373. package/contracts/product/IPolicyService.sol +73 -0
  374. package/contracts/product/IPricingService.sol +39 -0
  375. package/contracts/product/IProductComponent.sol +39 -0
  376. package/contracts/product/IRiskService.sol +33 -0
  377. package/contracts/product/PolicyService.sol +574 -0
  378. package/contracts/product/PolicyServiceManager.sol +39 -0
  379. package/contracts/product/PricingService.sol +301 -0
  380. package/contracts/product/PricingServiceManager.sol +39 -0
  381. package/contracts/product/Product.sol +425 -0
  382. package/contracts/product/RiskService.sol +97 -0
  383. package/contracts/product/RiskServiceManager.sol +39 -0
  384. package/contracts/registry/ChainNft.sol +15 -0
  385. package/contracts/registry/IRegistry.sol +86 -33
  386. package/contracts/registry/IRegistryService.sol +47 -28
  387. package/contracts/registry/ITransferInterceptor.sol +1 -0
  388. package/contracts/registry/Registry.sol +376 -248
  389. package/contracts/registry/RegistryAdmin.sol +374 -0
  390. package/contracts/registry/RegistryService.sol +111 -217
  391. package/contracts/registry/RegistryServiceManager.sol +26 -53
  392. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  393. package/contracts/registry/ReleaseRegistry.sol +485 -0
  394. package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
  395. package/contracts/registry/TokenRegistry.sol +261 -57
  396. package/contracts/shared/Component.sol +268 -0
  397. package/contracts/shared/ComponentService.sol +641 -0
  398. package/contracts/shared/ComponentServiceManager.sol +35 -0
  399. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  400. package/contracts/shared/IComponent.sol +70 -0
  401. package/contracts/shared/IComponentService.sol +108 -0
  402. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  403. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  404. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  405. package/contracts/shared/INftOwnable.sol +13 -12
  406. package/contracts/shared/IPolicyHolder.sol +45 -0
  407. package/contracts/shared/IRegisterable.sol +4 -6
  408. package/contracts/shared/IRegistryLinked.sol +11 -0
  409. package/contracts/shared/IService.sol +16 -6
  410. package/contracts/shared/InitializableCustom.sol +177 -0
  411. package/contracts/shared/InitializableERC165.sol +27 -0
  412. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  413. package/contracts/shared/KeyValueStore.sol +131 -0
  414. package/contracts/shared/Lifecycle.sol +77 -0
  415. package/contracts/shared/NftIdSet.sol +65 -0
  416. package/contracts/shared/NftOwnable.sol +59 -86
  417. package/contracts/shared/PolicyHolder.sol +99 -0
  418. package/contracts/shared/Registerable.sol +26 -41
  419. package/contracts/shared/RegistryLinked.sol +43 -0
  420. package/contracts/shared/Service.sol +58 -31
  421. package/contracts/shared/TokenHandler.sol +122 -10
  422. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  423. package/contracts/staking/IStaking.sol +168 -0
  424. package/contracts/staking/IStakingService.sol +160 -0
  425. package/contracts/staking/StakeManagerLib.sol +224 -0
  426. package/contracts/staking/Staking.sol +498 -0
  427. package/contracts/staking/StakingLifecycle.sol +23 -0
  428. package/contracts/staking/StakingManager.sol +50 -0
  429. package/contracts/staking/StakingReader.sol +183 -0
  430. package/contracts/staking/StakingService.sol +407 -0
  431. package/contracts/staking/StakingServiceManager.sol +44 -0
  432. package/contracts/staking/StakingStore.sol +605 -0
  433. package/contracts/staking/TargetManagerLib.sol +211 -0
  434. package/contracts/{types → type}/AddressSet.sol +1 -1
  435. package/contracts/type/Amount.sol +135 -0
  436. package/contracts/{types → type}/Blocknumber.sol +27 -3
  437. package/contracts/type/ClaimId.sol +75 -0
  438. package/contracts/{types → type}/DistributorType.sol +2 -2
  439. package/contracts/{types → type}/Fee.sol +33 -23
  440. package/contracts/{types → type}/NftId.sol +21 -15
  441. package/contracts/{types → type}/NftIdSet.sol +2 -2
  442. package/contracts/type/ObjectType.sol +275 -0
  443. package/contracts/type/PayoutId.sol +82 -0
  444. package/contracts/{types → type}/Referral.sol +6 -1
  445. package/contracts/type/RequestId.sol +75 -0
  446. package/contracts/{types → type}/RiskId.sol +1 -1
  447. package/contracts/type/RoleId.sol +174 -0
  448. package/contracts/type/Seconds.sol +101 -0
  449. package/contracts/type/Selector.sol +102 -0
  450. package/contracts/{types → type}/StateId.sol +35 -4
  451. package/contracts/type/String.sol +53 -0
  452. package/contracts/{types → type}/Timestamp.sol +34 -15
  453. package/contracts/{types → type}/UFixed.sol +35 -9
  454. package/contracts/{types → type}/Version.sol +5 -2
  455. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  456. package/contracts/upgradeability/ProxyManager.sol +198 -0
  457. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  458. package/contracts/upgradeability/Versionable.sol +59 -0
  459. package/package.json +10 -7
  460. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  461. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  462. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -744
  463. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  464. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  465. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  466. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  467. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  468. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  469. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  470. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  471. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -939
  472. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  473. package/artifacts/contracts/components/Product.sol/Product.json +0 -855
  474. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  475. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  476. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  477. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  478. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  479. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  480. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  481. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  482. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  483. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  484. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  485. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  486. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  487. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  488. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  489. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  490. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  491. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  492. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  493. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  494. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  495. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  497. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  499. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  501. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  503. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  504. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  506. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  508. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  510. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  512. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  513. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  514. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  515. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -775
  516. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  517. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  518. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  519. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  520. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -940
  521. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  522. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  523. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  524. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -272
  525. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  526. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  527. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  528. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  530. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  531. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  532. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  533. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  534. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  535. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  536. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  537. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  538. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  539. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  540. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  541. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  542. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  544. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  546. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  547. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1049
  548. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -464
  550. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  551. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  552. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  553. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  554. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  555. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  556. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  557. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  558. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  559. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  560. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  561. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  562. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  563. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  564. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  565. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  566. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  567. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  568. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  569. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  570. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  571. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  572. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  573. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  574. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  575. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  576. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  577. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  578. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  579. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  580. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  581. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  582. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  583. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  584. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  585. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  586. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  587. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  588. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  589. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  590. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  591. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  592. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  593. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  594. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  595. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  596. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  597. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  598. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  599. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  600. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  601. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  602. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  603. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  604. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  605. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  606. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  608. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  609. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  610. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  611. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  612. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  613. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  615. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  616. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  617. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  619. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  621. package/contracts/components/BaseComponent.sol +0 -132
  622. package/contracts/components/Distribution.sol +0 -163
  623. package/contracts/components/IBaseComponent.sol +0 -31
  624. package/contracts/components/IDistributionComponent.sol +0 -44
  625. package/contracts/components/IPoolComponent.sol +0 -66
  626. package/contracts/components/IProductComponent.sol +0 -35
  627. package/contracts/components/Pool.sol +0 -267
  628. package/contracts/components/Product.sol +0 -289
  629. package/contracts/experiment/cloning/Cloner.sol +0 -47
  630. package/contracts/experiment/errors/Require.sol +0 -38
  631. package/contracts/experiment/errors/Revert.sol +0 -44
  632. package/contracts/experiment/inheritance/A.sol +0 -53
  633. package/contracts/experiment/inheritance/B.sol +0 -28
  634. package/contracts/experiment/inheritance/C.sol +0 -34
  635. package/contracts/experiment/inheritance/IA.sol +0 -13
  636. package/contracts/experiment/inheritance/IB.sol +0 -10
  637. package/contracts/experiment/inheritance/IC.sol +0 -12
  638. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  639. package/contracts/experiment/statemachine/ISM.sol +0 -25
  640. package/contracts/experiment/statemachine/SM.sol +0 -57
  641. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  642. package/contracts/experiment/types/TypeA.sol +0 -47
  643. package/contracts/experiment/types/TypeB.sol +0 -29
  644. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  645. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  646. package/contracts/instance/IInstanceBase.sol +0 -26
  647. package/contracts/instance/InstanceAccessManager.sol +0 -288
  648. package/contracts/instance/InstanceBase.sol +0 -41
  649. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  650. package/contracts/instance/base/IInstanceBase.sol +0 -23
  651. package/contracts/instance/base/KeyValueStore.sol +0 -172
  652. package/contracts/instance/base/Lifecycle.sol +0 -100
  653. package/contracts/instance/module/ISetup.sol +0 -46
  654. package/contracts/instance/module/ITreasury.sol +0 -23
  655. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  656. package/contracts/instance/service/DistributionService.sol +0 -88
  657. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  658. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  659. package/contracts/instance/service/IDistributionService.sol +0 -12
  660. package/contracts/instance/service/IPoolService.sol +0 -51
  661. package/contracts/instance/service/IProductService.sol +0 -110
  662. package/contracts/instance/service/PoolService.sol +0 -287
  663. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  664. package/contracts/instance/service/ProductService.sol +0 -570
  665. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  666. package/contracts/shared/ContractDeployerLib.sol +0 -72
  667. package/contracts/shared/ERC165.sol +0 -25
  668. package/contracts/shared/ProxyManager.sol +0 -94
  669. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  670. package/contracts/shared/Versionable.sol +0 -147
  671. package/contracts/test/TestFee.sol +0 -25
  672. package/contracts/test/TestRegisterable.sol +0 -18
  673. package/contracts/test/TestRoleId.sol +0 -14
  674. package/contracts/test/TestService.sol +0 -24
  675. package/contracts/test/TestToken.sol +0 -26
  676. package/contracts/test/TestVersion.sol +0 -44
  677. package/contracts/test/TestVersionable.sol +0 -17
  678. package/contracts/types/ChainId.sol +0 -38
  679. package/contracts/types/NumberId.sol +0 -52
  680. package/contracts/types/ObjectType.sol +0 -152
  681. package/contracts/types/RoleId.sol +0 -90
  682. /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": "Amount",
599
+ "name": "premiumPaidAmount",
600
+ "type": "uint96"
601
+ },
602
+ {
603
+ "internalType": "Seconds",
604
+ "name": "lifetime",
605
+ "type": "uint40"
606
+ },
607
+ {
608
+ "internalType": "bytes",
609
+ "name": "applicationData",
610
+ "type": "bytes"
611
+ },
612
+ {
613
+ "internalType": "bytes",
614
+ "name": "processData",
615
+ "type": "bytes"
616
+ },
617
+ {
618
+ "internalType": "uint16",
619
+ "name": "claimsCount",
620
+ "type": "uint16"
621
+ },
622
+ {
623
+ "internalType": "uint16",
624
+ "name": "openClaimsCount",
625
+ "type": "uint16"
626
+ },
627
+ {
628
+ "internalType": "Amount",
629
+ "name": "claimAmount",
630
+ "type": "uint96"
631
+ },
632
+ {
633
+ "internalType": "Amount",
634
+ "name": "payoutAmount",
635
+ "type": "uint96"
636
+ },
637
+ {
638
+ "internalType": "Timestamp",
639
+ "name": "activatedAt",
640
+ "type": "uint40"
641
+ },
642
+ {
643
+ "internalType": "Timestamp",
644
+ "name": "expiredAt",
645
+ "type": "uint40"
646
+ },
647
+ {
648
+ "internalType": "Timestamp",
649
+ "name": "closedAt",
650
+ "type": "uint40"
651
+ }
652
+ ],
653
+ "internalType": "struct IPolicy.PolicyInfo",
654
+ "name": "policy",
655
+ "type": "tuple"
656
+ }
657
+ ],
658
+ "name": "createApplication",
659
+ "outputs": [],
660
+ "stateMutability": "nonpayable",
661
+ "type": "function"
662
+ },
663
+ {
664
+ "inputs": [
665
+ {
666
+ "internalType": "NftId",
667
+ "name": "bundleNftId",
668
+ "type": "uint96"
669
+ },
670
+ {
671
+ "components": [
672
+ {
673
+ "internalType": "NftId",
674
+ "name": "poolNftId",
675
+ "type": "uint96"
676
+ },
677
+ {
678
+ "components": [
679
+ {
680
+ "internalType": "UFixed",
681
+ "name": "fractionalFee",
682
+ "type": "uint256"
683
+ },
684
+ {
685
+ "internalType": "uint256",
686
+ "name": "fixedFee",
687
+ "type": "uint256"
688
+ }
689
+ ],
690
+ "internalType": "struct Fee",
691
+ "name": "fee",
692
+ "type": "tuple"
693
+ },
694
+ {
695
+ "internalType": "bytes",
696
+ "name": "filter",
697
+ "type": "bytes"
698
+ },
699
+ {
700
+ "internalType": "Timestamp",
701
+ "name": "activatedAt",
702
+ "type": "uint40"
703
+ },
704
+ {
705
+ "internalType": "Timestamp",
706
+ "name": "expiredAt",
707
+ "type": "uint40"
708
+ },
709
+ {
710
+ "internalType": "Timestamp",
711
+ "name": "closedAt",
712
+ "type": "uint40"
713
+ }
714
+ ],
715
+ "internalType": "struct IBundle.BundleInfo",
716
+ "name": "bundle",
717
+ "type": "tuple"
718
+ }
719
+ ],
720
+ "name": "createBundle",
721
+ "outputs": [],
722
+ "stateMutability": "nonpayable",
723
+ "type": "function"
724
+ },
725
+ {
726
+ "inputs": [
727
+ {
728
+ "internalType": "NftId",
729
+ "name": "policyNftId",
730
+ "type": "uint96"
731
+ },
732
+ {
733
+ "internalType": "ClaimId",
734
+ "name": "claimId",
735
+ "type": "uint16"
736
+ },
737
+ {
738
+ "components": [
739
+ {
740
+ "internalType": "Amount",
741
+ "name": "claimAmount",
742
+ "type": "uint96"
743
+ },
744
+ {
745
+ "internalType": "Amount",
746
+ "name": "paidAmount",
747
+ "type": "uint96"
748
+ },
749
+ {
750
+ "internalType": "uint8",
751
+ "name": "payoutsCount",
752
+ "type": "uint8"
753
+ },
754
+ {
755
+ "internalType": "uint8",
756
+ "name": "openPayoutsCount",
757
+ "type": "uint8"
758
+ },
759
+ {
760
+ "internalType": "bytes",
761
+ "name": "submissionData",
762
+ "type": "bytes"
763
+ },
764
+ {
765
+ "internalType": "bytes",
766
+ "name": "processData",
767
+ "type": "bytes"
768
+ },
769
+ {
770
+ "internalType": "Timestamp",
771
+ "name": "closedAt",
772
+ "type": "uint40"
773
+ }
774
+ ],
775
+ "internalType": "struct IPolicy.ClaimInfo",
776
+ "name": "claim",
777
+ "type": "tuple"
778
+ }
779
+ ],
780
+ "name": "createClaim",
781
+ "outputs": [],
782
+ "stateMutability": "nonpayable",
783
+ "type": "function"
784
+ },
785
+ {
786
+ "inputs": [
787
+ {
788
+ "internalType": "NftId",
789
+ "name": "componentNftId",
790
+ "type": "uint96"
791
+ },
792
+ {
793
+ "components": [
794
+ {
795
+ "internalType": "string",
796
+ "name": "name",
797
+ "type": "string"
798
+ },
799
+ {
800
+ "internalType": "NftId",
801
+ "name": "productNftId",
802
+ "type": "uint96"
803
+ },
804
+ {
805
+ "internalType": "contract IERC20Metadata",
806
+ "name": "token",
807
+ "type": "address"
808
+ },
809
+ {
810
+ "internalType": "contract TokenHandler",
811
+ "name": "tokenHandler",
812
+ "type": "address"
813
+ },
814
+ {
815
+ "internalType": "address",
816
+ "name": "wallet",
817
+ "type": "address"
818
+ },
819
+ {
820
+ "internalType": "bytes",
821
+ "name": "data",
822
+ "type": "bytes"
823
+ }
824
+ ],
825
+ "internalType": "struct IComponents.ComponentInfo",
826
+ "name": "componentInfo",
827
+ "type": "tuple"
828
+ }
829
+ ],
830
+ "name": "createComponent",
831
+ "outputs": [],
832
+ "stateMutability": "nonpayable",
833
+ "type": "function"
834
+ },
835
+ {
836
+ "inputs": [
837
+ {
838
+ "internalType": "NftId",
839
+ "name": "distributorNftId",
840
+ "type": "uint96"
841
+ },
842
+ {
843
+ "components": [
844
+ {
845
+ "internalType": "DistributorType",
846
+ "name": "distributorType",
847
+ "type": "bytes8"
848
+ },
849
+ {
850
+ "internalType": "bool",
851
+ "name": "active",
852
+ "type": "bool"
853
+ },
854
+ {
855
+ "internalType": "bytes",
856
+ "name": "data",
857
+ "type": "bytes"
858
+ },
859
+ {
860
+ "internalType": "uint32",
861
+ "name": "numPoliciesSold",
862
+ "type": "uint32"
863
+ }
864
+ ],
865
+ "internalType": "struct IDistribution.DistributorInfo",
866
+ "name": "info",
867
+ "type": "tuple"
868
+ }
869
+ ],
870
+ "name": "createDistributor",
871
+ "outputs": [],
872
+ "stateMutability": "nonpayable",
873
+ "type": "function"
874
+ },
875
+ {
876
+ "inputs": [
877
+ {
878
+ "internalType": "DistributorType",
879
+ "name": "distributorType",
880
+ "type": "bytes8"
881
+ },
882
+ {
883
+ "components": [
884
+ {
885
+ "internalType": "string",
886
+ "name": "name",
887
+ "type": "string"
888
+ },
889
+ {
890
+ "internalType": "UFixed",
891
+ "name": "minDiscountPercentage",
892
+ "type": "uint256"
893
+ },
894
+ {
895
+ "internalType": "UFixed",
896
+ "name": "maxDiscountPercentage",
897
+ "type": "uint256"
898
+ },
899
+ {
900
+ "internalType": "UFixed",
901
+ "name": "commissionPercentage",
902
+ "type": "uint256"
903
+ },
904
+ {
905
+ "internalType": "uint32",
906
+ "name": "maxReferralCount",
907
+ "type": "uint32"
908
+ },
909
+ {
910
+ "internalType": "uint32",
911
+ "name": "maxReferralLifetime",
912
+ "type": "uint32"
913
+ },
914
+ {
915
+ "internalType": "bool",
916
+ "name": "allowSelfReferrals",
917
+ "type": "bool"
918
+ },
919
+ {
920
+ "internalType": "bool",
921
+ "name": "allowRenewals",
922
+ "type": "bool"
923
+ },
924
+ {
925
+ "internalType": "bytes",
926
+ "name": "data",
927
+ "type": "bytes"
928
+ }
929
+ ],
930
+ "internalType": "struct IDistribution.DistributorTypeInfo",
931
+ "name": "info",
932
+ "type": "tuple"
933
+ }
934
+ ],
935
+ "name": "createDistributorType",
936
+ "outputs": [],
937
+ "stateMutability": "nonpayable",
938
+ "type": "function"
939
+ },
940
+ {
941
+ "inputs": [
942
+ {
943
+ "internalType": "NftId",
944
+ "name": "policyNftId",
945
+ "type": "uint96"
946
+ },
947
+ {
948
+ "internalType": "PayoutId",
949
+ "name": "payoutId",
950
+ "type": "uint24"
951
+ },
952
+ {
953
+ "components": [
954
+ {
955
+ "internalType": "ClaimId",
956
+ "name": "claimId",
957
+ "type": "uint16"
958
+ },
959
+ {
960
+ "internalType": "Amount",
961
+ "name": "amount",
962
+ "type": "uint96"
963
+ },
964
+ {
965
+ "internalType": "address",
966
+ "name": "beneficiary",
967
+ "type": "address"
968
+ },
969
+ {
970
+ "internalType": "bytes",
971
+ "name": "data",
972
+ "type": "bytes"
973
+ },
974
+ {
975
+ "internalType": "Timestamp",
976
+ "name": "paidAt",
977
+ "type": "uint40"
978
+ }
979
+ ],
980
+ "internalType": "struct IPolicy.PayoutInfo",
981
+ "name": "payout",
982
+ "type": "tuple"
983
+ }
984
+ ],
985
+ "name": "createPayout",
986
+ "outputs": [],
987
+ "stateMutability": "nonpayable",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [
992
+ {
993
+ "internalType": "NftId",
994
+ "name": "poolNftId",
995
+ "type": "uint96"
996
+ },
997
+ {
998
+ "components": [
999
+ {
1000
+ "internalType": "Amount",
1001
+ "name": "maxBalanceAmount",
1002
+ "type": "uint96"
1003
+ },
1004
+ {
1005
+ "internalType": "RoleId",
1006
+ "name": "bundleOwnerRole",
1007
+ "type": "uint64"
1008
+ },
1009
+ {
1010
+ "internalType": "bool",
1011
+ "name": "isInterceptingBundleTransfers",
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
+ "components": [
1176
+ {
1177
+ "internalType": "UFixed",
1178
+ "name": "fractionalFee",
1179
+ "type": "uint256"
1180
+ },
1181
+ {
1182
+ "internalType": "uint256",
1183
+ "name": "fixedFee",
1184
+ "type": "uint256"
1185
+ }
1186
+ ],
1187
+ "internalType": "struct Fee",
1188
+ "name": "productFee",
1189
+ "type": "tuple"
1190
+ },
1191
+ {
1192
+ "components": [
1193
+ {
1194
+ "internalType": "UFixed",
1195
+ "name": "fractionalFee",
1196
+ "type": "uint256"
1197
+ },
1198
+ {
1199
+ "internalType": "uint256",
1200
+ "name": "fixedFee",
1201
+ "type": "uint256"
1202
+ }
1203
+ ],
1204
+ "internalType": "struct Fee",
1205
+ "name": "processingFee",
1206
+ "type": "tuple"
1207
+ },
1208
+ {
1209
+ "components": [
1210
+ {
1211
+ "internalType": "UFixed",
1212
+ "name": "fractionalFee",
1213
+ "type": "uint256"
1214
+ },
1215
+ {
1216
+ "internalType": "uint256",
1217
+ "name": "fixedFee",
1218
+ "type": "uint256"
1219
+ }
1220
+ ],
1221
+ "internalType": "struct Fee",
1222
+ "name": "distributionFee",
1223
+ "type": "tuple"
1224
+ },
1225
+ {
1226
+ "components": [
1227
+ {
1228
+ "internalType": "UFixed",
1229
+ "name": "fractionalFee",
1230
+ "type": "uint256"
1231
+ },
1232
+ {
1233
+ "internalType": "uint256",
1234
+ "name": "fixedFee",
1235
+ "type": "uint256"
1236
+ }
1237
+ ],
1238
+ "internalType": "struct Fee",
1239
+ "name": "minDistributionOwnerFee",
1240
+ "type": "tuple"
1241
+ },
1242
+ {
1243
+ "components": [
1244
+ {
1245
+ "internalType": "UFixed",
1246
+ "name": "fractionalFee",
1247
+ "type": "uint256"
1248
+ },
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "fixedFee",
1252
+ "type": "uint256"
1253
+ }
1254
+ ],
1255
+ "internalType": "struct Fee",
1256
+ "name": "poolFee",
1257
+ "type": "tuple"
1258
+ },
1259
+ {
1260
+ "components": [
1261
+ {
1262
+ "internalType": "UFixed",
1263
+ "name": "fractionalFee",
1264
+ "type": "uint256"
1265
+ },
1266
+ {
1267
+ "internalType": "uint256",
1268
+ "name": "fixedFee",
1269
+ "type": "uint256"
1270
+ }
1271
+ ],
1272
+ "internalType": "struct Fee",
1273
+ "name": "stakingFee",
1274
+ "type": "tuple"
1275
+ },
1276
+ {
1277
+ "components": [
1278
+ {
1279
+ "internalType": "UFixed",
1280
+ "name": "fractionalFee",
1281
+ "type": "uint256"
1282
+ },
1283
+ {
1284
+ "internalType": "uint256",
1285
+ "name": "fixedFee",
1286
+ "type": "uint256"
1287
+ }
1288
+ ],
1289
+ "internalType": "struct Fee",
1290
+ "name": "performanceFee",
1291
+ "type": "tuple"
1292
+ }
1293
+ ],
1294
+ "internalType": "struct IComponents.ProductInfo",
1295
+ "name": "info",
1296
+ "type": "tuple"
1297
+ }
1298
+ ],
1299
+ "name": "createProduct",
1300
+ "outputs": [],
1301
+ "stateMutability": "nonpayable",
1302
+ "type": "function"
1303
+ },
1304
+ {
1305
+ "inputs": [
1306
+ {
1307
+ "internalType": "ReferralId",
1308
+ "name": "referralId",
1309
+ "type": "bytes8"
1310
+ },
1311
+ {
1312
+ "components": [
1313
+ {
1314
+ "internalType": "NftId",
1315
+ "name": "distributorNftId",
1316
+ "type": "uint96"
1317
+ },
1318
+ {
1319
+ "internalType": "string",
1320
+ "name": "referralCode",
1321
+ "type": "string"
1322
+ },
1323
+ {
1324
+ "internalType": "UFixed",
1325
+ "name": "discountPercentage",
1326
+ "type": "uint256"
1327
+ },
1328
+ {
1329
+ "internalType": "uint32",
1330
+ "name": "maxReferrals",
1331
+ "type": "uint32"
1332
+ },
1333
+ {
1334
+ "internalType": "uint32",
1335
+ "name": "usedReferrals",
1336
+ "type": "uint32"
1337
+ },
1338
+ {
1339
+ "internalType": "Timestamp",
1340
+ "name": "expiryAt",
1341
+ "type": "uint40"
1342
+ },
1343
+ {
1344
+ "internalType": "bytes",
1345
+ "name": "data",
1346
+ "type": "bytes"
1347
+ }
1348
+ ],
1349
+ "internalType": "struct IDistribution.ReferralInfo",
1350
+ "name": "referralInfo",
1351
+ "type": "tuple"
1352
+ }
1353
+ ],
1354
+ "name": "createReferral",
1355
+ "outputs": [],
1356
+ "stateMutability": "nonpayable",
1357
+ "type": "function"
1358
+ },
1359
+ {
1360
+ "inputs": [
1361
+ {
1362
+ "components": [
1363
+ {
1364
+ "internalType": "NftId",
1365
+ "name": "requesterNftId",
1366
+ "type": "uint96"
1367
+ },
1368
+ {
1369
+ "internalType": "string",
1370
+ "name": "callbackMethodName",
1371
+ "type": "string"
1372
+ },
1373
+ {
1374
+ "internalType": "NftId",
1375
+ "name": "oracleNftId",
1376
+ "type": "uint96"
1377
+ },
1378
+ {
1379
+ "internalType": "bytes",
1380
+ "name": "requestData",
1381
+ "type": "bytes"
1382
+ },
1383
+ {
1384
+ "internalType": "bytes",
1385
+ "name": "responseData",
1386
+ "type": "bytes"
1387
+ },
1388
+ {
1389
+ "internalType": "Timestamp",
1390
+ "name": "respondedAt",
1391
+ "type": "uint40"
1392
+ },
1393
+ {
1394
+ "internalType": "Timestamp",
1395
+ "name": "expiredAt",
1396
+ "type": "uint40"
1397
+ },
1398
+ {
1399
+ "internalType": "bool",
1400
+ "name": "isCancelled",
1401
+ "type": "bool"
1402
+ }
1403
+ ],
1404
+ "internalType": "struct IOracle.RequestInfo",
1405
+ "name": "request",
1406
+ "type": "tuple"
1407
+ }
1408
+ ],
1409
+ "name": "createRequest",
1410
+ "outputs": [
1411
+ {
1412
+ "internalType": "RequestId",
1413
+ "name": "requestId",
1414
+ "type": "uint64"
1415
+ }
1416
+ ],
1417
+ "stateMutability": "nonpayable",
1418
+ "type": "function"
1419
+ },
1420
+ {
1421
+ "inputs": [
1422
+ {
1423
+ "internalType": "RiskId",
1424
+ "name": "riskId",
1425
+ "type": "bytes8"
1426
+ },
1427
+ {
1428
+ "components": [
1429
+ {
1430
+ "internalType": "NftId",
1431
+ "name": "productNftId",
1432
+ "type": "uint96"
1433
+ },
1434
+ {
1435
+ "internalType": "bytes",
1436
+ "name": "data",
1437
+ "type": "bytes"
1438
+ }
1439
+ ],
1440
+ "internalType": "struct IRisk.RiskInfo",
1441
+ "name": "risk",
1442
+ "type": "tuple"
1443
+ }
1444
+ ],
1445
+ "name": "createRisk",
1446
+ "outputs": [],
1447
+ "stateMutability": "nonpayable",
1448
+ "type": "function"
1449
+ },
1450
+ {
1451
+ "inputs": [
1452
+ {
1453
+ "internalType": "NftId",
1454
+ "name": "targetNftId",
1455
+ "type": "uint96"
1456
+ },
1457
+ {
1458
+ "internalType": "Amount",
1459
+ "name": "amount",
1460
+ "type": "uint96"
1461
+ }
1462
+ ],
1463
+ "name": "decreaseBalance",
1464
+ "outputs": [
1465
+ {
1466
+ "internalType": "Amount",
1467
+ "name": "newBalance",
1468
+ "type": "uint96"
1469
+ }
1470
+ ],
1471
+ "stateMutability": "nonpayable",
1472
+ "type": "function"
1473
+ },
1474
+ {
1475
+ "inputs": [
1476
+ {
1477
+ "internalType": "NftId",
1478
+ "name": "targetNftId",
1479
+ "type": "uint96"
1480
+ },
1481
+ {
1482
+ "internalType": "Amount",
1483
+ "name": "amount",
1484
+ "type": "uint96"
1485
+ }
1486
+ ],
1487
+ "name": "decreaseFees",
1488
+ "outputs": [
1489
+ {
1490
+ "internalType": "Amount",
1491
+ "name": "newFeeBalance",
1492
+ "type": "uint96"
1493
+ }
1494
+ ],
1495
+ "stateMutability": "nonpayable",
1496
+ "type": "function"
1497
+ },
1498
+ {
1499
+ "inputs": [
1500
+ {
1501
+ "internalType": "NftId",
1502
+ "name": "targetNftId",
1503
+ "type": "uint96"
1504
+ },
1505
+ {
1506
+ "internalType": "Amount",
1507
+ "name": "amount",
1508
+ "type": "uint96"
1509
+ }
1510
+ ],
1511
+ "name": "decreaseLocked",
1512
+ "outputs": [
1513
+ {
1514
+ "internalType": "Amount",
1515
+ "name": "newBalance",
1516
+ "type": "uint96"
1517
+ }
1518
+ ],
1519
+ "stateMutability": "nonpayable",
1520
+ "type": "function"
1521
+ },
1522
+ {
1523
+ "inputs": [
1524
+ {
1525
+ "internalType": "Key32",
1526
+ "name": "key32",
1527
+ "type": "bytes32"
1528
+ }
1529
+ ],
1530
+ "name": "exists",
1531
+ "outputs": [
1532
+ {
1533
+ "internalType": "bool",
1534
+ "name": "",
1535
+ "type": "bool"
1536
+ }
1537
+ ],
1538
+ "stateMutability": "view",
1539
+ "type": "function"
1540
+ },
1541
+ {
1542
+ "inputs": [
1543
+ {
1544
+ "internalType": "Key32",
1545
+ "name": "key32",
1546
+ "type": "bytes32"
1547
+ }
1548
+ ],
1549
+ "name": "get",
1550
+ "outputs": [
1551
+ {
1552
+ "components": [
1553
+ {
1554
+ "components": [
1555
+ {
1556
+ "internalType": "ObjectType",
1557
+ "name": "objectType",
1558
+ "type": "uint8"
1559
+ },
1560
+ {
1561
+ "internalType": "StateId",
1562
+ "name": "state",
1563
+ "type": "uint8"
1564
+ },
1565
+ {
1566
+ "internalType": "Blocknumber",
1567
+ "name": "updatedIn",
1568
+ "type": "uint32"
1569
+ },
1570
+ {
1571
+ "internalType": "Blocknumber",
1572
+ "name": "createdIn",
1573
+ "type": "uint32"
1574
+ }
1575
+ ],
1576
+ "internalType": "struct IKeyValueStore.Metadata",
1577
+ "name": "metadata",
1578
+ "type": "tuple"
1579
+ },
1580
+ {
1581
+ "internalType": "bytes",
1582
+ "name": "data",
1583
+ "type": "bytes"
1584
+ }
1585
+ ],
1586
+ "internalType": "struct IKeyValueStore.Value",
1587
+ "name": "value",
1588
+ "type": "tuple"
1589
+ }
1590
+ ],
1591
+ "stateMutability": "view",
1592
+ "type": "function"
1593
+ },
1594
+ {
1595
+ "inputs": [
1596
+ {
1597
+ "internalType": "NftId",
1598
+ "name": "targetNftId",
1599
+ "type": "uint96"
1600
+ }
1601
+ ],
1602
+ "name": "getAmounts",
1603
+ "outputs": [
1604
+ {
1605
+ "internalType": "Amount",
1606
+ "name": "balanceAmount",
1607
+ "type": "uint96"
1608
+ },
1609
+ {
1610
+ "internalType": "Amount",
1611
+ "name": "lockedAmount",
1612
+ "type": "uint96"
1613
+ },
1614
+ {
1615
+ "internalType": "Amount",
1616
+ "name": "feeAmount",
1617
+ "type": "uint96"
1618
+ }
1619
+ ],
1620
+ "stateMutability": "view",
1621
+ "type": "function"
1622
+ },
1623
+ {
1624
+ "inputs": [
1625
+ {
1626
+ "internalType": "NftId",
1627
+ "name": "targetNftId",
1628
+ "type": "uint96"
1629
+ }
1630
+ ],
1631
+ "name": "getBalanceAmount",
1632
+ "outputs": [
1633
+ {
1634
+ "internalType": "Amount",
1635
+ "name": "balanceAmount",
1636
+ "type": "uint96"
1637
+ }
1638
+ ],
1639
+ "stateMutability": "view",
1640
+ "type": "function"
1641
+ },
1642
+ {
1643
+ "inputs": [
1644
+ {
1645
+ "internalType": "Key32",
1646
+ "name": "key32",
1647
+ "type": "bytes32"
1648
+ }
1649
+ ],
1650
+ "name": "getData",
1651
+ "outputs": [
1652
+ {
1653
+ "internalType": "bytes",
1654
+ "name": "data",
1655
+ "type": "bytes"
1656
+ }
1657
+ ],
1658
+ "stateMutability": "view",
1659
+ "type": "function"
1660
+ },
1661
+ {
1662
+ "inputs": [
1663
+ {
1664
+ "internalType": "NftId",
1665
+ "name": "targetNftId",
1666
+ "type": "uint96"
1667
+ }
1668
+ ],
1669
+ "name": "getFeeAmount",
1670
+ "outputs": [
1671
+ {
1672
+ "internalType": "Amount",
1673
+ "name": "feeAmount",
1674
+ "type": "uint96"
1675
+ }
1676
+ ],
1677
+ "stateMutability": "view",
1678
+ "type": "function"
1679
+ },
1680
+ {
1681
+ "inputs": [
1682
+ {
1683
+ "internalType": "ObjectType",
1684
+ "name": "objectType",
1685
+ "type": "uint8"
1686
+ }
1687
+ ],
1688
+ "name": "getInitialState",
1689
+ "outputs": [
1690
+ {
1691
+ "internalType": "StateId",
1692
+ "name": "",
1693
+ "type": "uint8"
1694
+ }
1695
+ ],
1696
+ "stateMutability": "view",
1697
+ "type": "function"
1698
+ },
1699
+ {
1700
+ "inputs": [
1701
+ {
1702
+ "internalType": "NftId",
1703
+ "name": "targetNftId",
1704
+ "type": "uint96"
1705
+ }
1706
+ ],
1707
+ "name": "getLockedAmount",
1708
+ "outputs": [
1709
+ {
1710
+ "internalType": "Amount",
1711
+ "name": "lockedAmount",
1712
+ "type": "uint96"
1713
+ }
1714
+ ],
1715
+ "stateMutability": "view",
1716
+ "type": "function"
1717
+ },
1718
+ {
1719
+ "inputs": [
1720
+ {
1721
+ "internalType": "Key32",
1722
+ "name": "key32",
1723
+ "type": "bytes32"
1724
+ }
1725
+ ],
1726
+ "name": "getMetadata",
1727
+ "outputs": [
1728
+ {
1729
+ "components": [
1730
+ {
1731
+ "internalType": "ObjectType",
1732
+ "name": "objectType",
1733
+ "type": "uint8"
1734
+ },
1735
+ {
1736
+ "internalType": "StateId",
1737
+ "name": "state",
1738
+ "type": "uint8"
1739
+ },
1740
+ {
1741
+ "internalType": "Blocknumber",
1742
+ "name": "updatedIn",
1743
+ "type": "uint32"
1744
+ },
1745
+ {
1746
+ "internalType": "Blocknumber",
1747
+ "name": "createdIn",
1748
+ "type": "uint32"
1749
+ }
1750
+ ],
1751
+ "internalType": "struct IKeyValueStore.Metadata",
1752
+ "name": "metadata",
1753
+ "type": "tuple"
1754
+ }
1755
+ ],
1756
+ "stateMutability": "view",
1757
+ "type": "function"
1758
+ },
1759
+ {
1760
+ "inputs": [
1761
+ {
1762
+ "internalType": "Key32",
1763
+ "name": "key32",
1764
+ "type": "bytes32"
1765
+ }
1766
+ ],
1767
+ "name": "getState",
1768
+ "outputs": [
1769
+ {
1770
+ "internalType": "StateId",
1771
+ "name": "state",
1772
+ "type": "uint8"
1773
+ }
1774
+ ],
1775
+ "stateMutability": "view",
1776
+ "type": "function"
1777
+ },
1778
+ {
1779
+ "inputs": [
1780
+ {
1781
+ "internalType": "ObjectType",
1782
+ "name": "objectType",
1783
+ "type": "uint8"
1784
+ }
1785
+ ],
1786
+ "name": "hasLifecycle",
1787
+ "outputs": [
1788
+ {
1789
+ "internalType": "bool",
1790
+ "name": "",
1791
+ "type": "bool"
1792
+ }
1793
+ ],
1794
+ "stateMutability": "view",
1795
+ "type": "function"
1796
+ },
1797
+ {
1798
+ "inputs": [
1799
+ {
1800
+ "internalType": "NftId",
1801
+ "name": "targetNftId",
1802
+ "type": "uint96"
1803
+ },
1804
+ {
1805
+ "internalType": "Amount",
1806
+ "name": "amount",
1807
+ "type": "uint96"
1808
+ }
1809
+ ],
1810
+ "name": "increaseBalance",
1811
+ "outputs": [
1812
+ {
1813
+ "internalType": "Amount",
1814
+ "name": "newBalance",
1815
+ "type": "uint96"
1816
+ }
1817
+ ],
1818
+ "stateMutability": "nonpayable",
1819
+ "type": "function"
1820
+ },
1821
+ {
1822
+ "inputs": [
1823
+ {
1824
+ "internalType": "NftId",
1825
+ "name": "targetNftId",
1826
+ "type": "uint96"
1827
+ },
1828
+ {
1829
+ "internalType": "Amount",
1830
+ "name": "amount",
1831
+ "type": "uint96"
1832
+ }
1833
+ ],
1834
+ "name": "increaseFees",
1835
+ "outputs": [
1836
+ {
1837
+ "internalType": "Amount",
1838
+ "name": "newFeeBalance",
1839
+ "type": "uint96"
1840
+ }
1841
+ ],
1842
+ "stateMutability": "nonpayable",
1843
+ "type": "function"
1844
+ },
1845
+ {
1846
+ "inputs": [
1847
+ {
1848
+ "internalType": "NftId",
1849
+ "name": "targetNftId",
1850
+ "type": "uint96"
1851
+ },
1852
+ {
1853
+ "internalType": "Amount",
1854
+ "name": "amount",
1855
+ "type": "uint96"
1856
+ }
1857
+ ],
1858
+ "name": "increaseLocked",
1859
+ "outputs": [
1860
+ {
1861
+ "internalType": "Amount",
1862
+ "name": "newBalance",
1863
+ "type": "uint96"
1864
+ }
1865
+ ],
1866
+ "stateMutability": "nonpayable",
1867
+ "type": "function"
1868
+ },
1869
+ {
1870
+ "inputs": [],
1871
+ "name": "initialize",
1872
+ "outputs": [],
1873
+ "stateMutability": "nonpayable",
1874
+ "type": "function"
1875
+ },
1876
+ {
1877
+ "inputs": [],
1878
+ "name": "isConsumingScheduledOp",
1879
+ "outputs": [
1880
+ {
1881
+ "internalType": "bytes4",
1882
+ "name": "",
1883
+ "type": "bytes4"
1884
+ }
1885
+ ],
1886
+ "stateMutability": "view",
1887
+ "type": "function"
1888
+ },
1889
+ {
1890
+ "inputs": [
1891
+ {
1892
+ "internalType": "ObjectType",
1893
+ "name": "objectType",
1894
+ "type": "uint8"
1895
+ },
1896
+ {
1897
+ "internalType": "StateId",
1898
+ "name": "fromId",
1899
+ "type": "uint8"
1900
+ },
1901
+ {
1902
+ "internalType": "StateId",
1903
+ "name": "toId",
1904
+ "type": "uint8"
1905
+ }
1906
+ ],
1907
+ "name": "isValidTransition",
1908
+ "outputs": [
1909
+ {
1910
+ "internalType": "bool",
1911
+ "name": "",
1912
+ "type": "bool"
1913
+ }
1914
+ ],
1915
+ "stateMutability": "view",
1916
+ "type": "function"
1917
+ },
1918
+ {
1919
+ "inputs": [
1920
+ {
1921
+ "internalType": "address",
1922
+ "name": "newAuthority",
1923
+ "type": "address"
1924
+ }
1925
+ ],
1926
+ "name": "setAuthority",
1927
+ "outputs": [],
1928
+ "stateMutability": "nonpayable",
1929
+ "type": "function"
1930
+ },
1931
+ {
1932
+ "inputs": [
1933
+ {
1934
+ "internalType": "ObjectType",
1935
+ "name": "objectType",
1936
+ "type": "uint8"
1937
+ },
1938
+ {
1939
+ "internalType": "KeyId",
1940
+ "name": "id",
1941
+ "type": "bytes31"
1942
+ }
1943
+ ],
1944
+ "name": "toKey32",
1945
+ "outputs": [
1946
+ {
1947
+ "internalType": "Key32",
1948
+ "name": "",
1949
+ "type": "bytes32"
1950
+ }
1951
+ ],
1952
+ "stateMutability": "pure",
1953
+ "type": "function"
1954
+ },
1955
+ {
1956
+ "inputs": [
1957
+ {
1958
+ "internalType": "NftId",
1959
+ "name": "applicationNftId",
1960
+ "type": "uint96"
1961
+ },
1962
+ {
1963
+ "components": [
1964
+ {
1965
+ "internalType": "NftId",
1966
+ "name": "productNftId",
1967
+ "type": "uint96"
1968
+ },
1969
+ {
1970
+ "internalType": "NftId",
1971
+ "name": "bundleNftId",
1972
+ "type": "uint96"
1973
+ },
1974
+ {
1975
+ "internalType": "ReferralId",
1976
+ "name": "referralId",
1977
+ "type": "bytes8"
1978
+ },
1979
+ {
1980
+ "internalType": "RiskId",
1981
+ "name": "riskId",
1982
+ "type": "bytes8"
1983
+ },
1984
+ {
1985
+ "internalType": "Amount",
1986
+ "name": "sumInsuredAmount",
1987
+ "type": "uint96"
1988
+ },
1989
+ {
1990
+ "internalType": "Amount",
1991
+ "name": "premiumAmount",
1992
+ "type": "uint96"
1993
+ },
1994
+ {
1995
+ "internalType": "Amount",
1996
+ "name": "premiumPaidAmount",
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": "uint8",
2194
+ "name": "payoutsCount",
2195
+ "type": "uint8"
2196
+ },
2197
+ {
2198
+ "internalType": "uint8",
2199
+ "name": "openPayoutsCount",
2200
+ "type": "uint8"
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": "uint24"
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": "uint24"
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": "Amount",
2581
+ "name": "premiumPaidAmount",
2582
+ "type": "uint96"
2583
+ },
2584
+ {
2585
+ "internalType": "Seconds",
2586
+ "name": "lifetime",
2587
+ "type": "uint40"
2588
+ },
2589
+ {
2590
+ "internalType": "bytes",
2591
+ "name": "applicationData",
2592
+ "type": "bytes"
2593
+ },
2594
+ {
2595
+ "internalType": "bytes",
2596
+ "name": "processData",
2597
+ "type": "bytes"
2598
+ },
2599
+ {
2600
+ "internalType": "uint16",
2601
+ "name": "claimsCount",
2602
+ "type": "uint16"
2603
+ },
2604
+ {
2605
+ "internalType": "uint16",
2606
+ "name": "openClaimsCount",
2607
+ "type": "uint16"
2608
+ },
2609
+ {
2610
+ "internalType": "Amount",
2611
+ "name": "claimAmount",
2612
+ "type": "uint96"
2613
+ },
2614
+ {
2615
+ "internalType": "Amount",
2616
+ "name": "payoutAmount",
2617
+ "type": "uint96"
2618
+ },
2619
+ {
2620
+ "internalType": "Timestamp",
2621
+ "name": "activatedAt",
2622
+ "type": "uint40"
2623
+ },
2624
+ {
2625
+ "internalType": "Timestamp",
2626
+ "name": "expiredAt",
2627
+ "type": "uint40"
2628
+ },
2629
+ {
2630
+ "internalType": "Timestamp",
2631
+ "name": "closedAt",
2632
+ "type": "uint40"
2633
+ }
2634
+ ],
2635
+ "internalType": "struct IPolicy.PolicyInfo",
2636
+ "name": "policy",
2637
+ "type": "tuple"
2638
+ },
2639
+ {
2640
+ "internalType": "StateId",
2641
+ "name": "newState",
2642
+ "type": "uint8"
2643
+ }
2644
+ ],
2645
+ "name": "updatePolicy",
2646
+ "outputs": [],
2647
+ "stateMutability": "nonpayable",
2648
+ "type": "function"
2649
+ },
2650
+ {
2651
+ "inputs": [
2652
+ {
2653
+ "internalType": "NftId",
2654
+ "name": "policyNftId",
2655
+ "type": "uint96"
2656
+ },
2657
+ {
2658
+ "components": [
2659
+ {
2660
+ "internalType": "NftId",
2661
+ "name": "productNftId",
2662
+ "type": "uint96"
2663
+ },
2664
+ {
2665
+ "internalType": "NftId",
2666
+ "name": "bundleNftId",
2667
+ "type": "uint96"
2668
+ },
2669
+ {
2670
+ "internalType": "ReferralId",
2671
+ "name": "referralId",
2672
+ "type": "bytes8"
2673
+ },
2674
+ {
2675
+ "internalType": "RiskId",
2676
+ "name": "riskId",
2677
+ "type": "bytes8"
2678
+ },
2679
+ {
2680
+ "internalType": "Amount",
2681
+ "name": "sumInsuredAmount",
2682
+ "type": "uint96"
2683
+ },
2684
+ {
2685
+ "internalType": "Amount",
2686
+ "name": "premiumAmount",
2687
+ "type": "uint96"
2688
+ },
2689
+ {
2690
+ "internalType": "Amount",
2691
+ "name": "premiumPaidAmount",
2692
+ "type": "uint96"
2693
+ },
2694
+ {
2695
+ "internalType": "Seconds",
2696
+ "name": "lifetime",
2697
+ "type": "uint40"
2698
+ },
2699
+ {
2700
+ "internalType": "bytes",
2701
+ "name": "applicationData",
2702
+ "type": "bytes"
2703
+ },
2704
+ {
2705
+ "internalType": "bytes",
2706
+ "name": "processData",
2707
+ "type": "bytes"
2708
+ },
2709
+ {
2710
+ "internalType": "uint16",
2711
+ "name": "claimsCount",
2712
+ "type": "uint16"
2713
+ },
2714
+ {
2715
+ "internalType": "uint16",
2716
+ "name": "openClaimsCount",
2717
+ "type": "uint16"
2718
+ },
2719
+ {
2720
+ "internalType": "Amount",
2721
+ "name": "claimAmount",
2722
+ "type": "uint96"
2723
+ },
2724
+ {
2725
+ "internalType": "Amount",
2726
+ "name": "payoutAmount",
2727
+ "type": "uint96"
2728
+ },
2729
+ {
2730
+ "internalType": "Timestamp",
2731
+ "name": "activatedAt",
2732
+ "type": "uint40"
2733
+ },
2734
+ {
2735
+ "internalType": "Timestamp",
2736
+ "name": "expiredAt",
2737
+ "type": "uint40"
2738
+ },
2739
+ {
2740
+ "internalType": "Timestamp",
2741
+ "name": "closedAt",
2742
+ "type": "uint40"
2743
+ }
2744
+ ],
2745
+ "internalType": "struct IPolicy.PolicyInfo",
2746
+ "name": "policy",
2747
+ "type": "tuple"
2748
+ },
2749
+ {
2750
+ "internalType": "StateId",
2751
+ "name": "newState",
2752
+ "type": "uint8"
2753
+ }
2754
+ ],
2755
+ "name": "updatePolicyClaims",
2756
+ "outputs": [],
2757
+ "stateMutability": "nonpayable",
2758
+ "type": "function"
2759
+ },
2760
+ {
2761
+ "inputs": [
2762
+ {
2763
+ "internalType": "NftId",
2764
+ "name": "policyNftId",
2765
+ "type": "uint96"
2766
+ },
2767
+ {
2768
+ "internalType": "StateId",
2769
+ "name": "newState",
2770
+ "type": "uint8"
2771
+ }
2772
+ ],
2773
+ "name": "updatePolicyState",
2774
+ "outputs": [],
2775
+ "stateMutability": "nonpayable",
2776
+ "type": "function"
2777
+ },
2778
+ {
2779
+ "inputs": [
2780
+ {
2781
+ "internalType": "NftId",
2782
+ "name": "poolNftId",
2783
+ "type": "uint96"
2784
+ },
2785
+ {
2786
+ "components": [
2787
+ {
2788
+ "internalType": "Amount",
2789
+ "name": "maxBalanceAmount",
2790
+ "type": "uint96"
2791
+ },
2792
+ {
2793
+ "internalType": "RoleId",
2794
+ "name": "bundleOwnerRole",
2795
+ "type": "uint64"
2796
+ },
2797
+ {
2798
+ "internalType": "bool",
2799
+ "name": "isInterceptingBundleTransfers",
2800
+ "type": "bool"
2801
+ },
2802
+ {
2803
+ "internalType": "bool",
2804
+ "name": "isExternallyManaged",
2805
+ "type": "bool"
2806
+ },
2807
+ {
2808
+ "internalType": "bool",
2809
+ "name": "isVerifyingApplications",
2810
+ "type": "bool"
2811
+ },
2812
+ {
2813
+ "internalType": "UFixed",
2814
+ "name": "collateralizationLevel",
2815
+ "type": "uint256"
2816
+ },
2817
+ {
2818
+ "internalType": "UFixed",
2819
+ "name": "retentionLevel",
2820
+ "type": "uint256"
2821
+ }
2822
+ ],
2823
+ "internalType": "struct IComponents.PoolInfo",
2824
+ "name": "info",
2825
+ "type": "tuple"
2826
+ },
2827
+ {
2828
+ "internalType": "StateId",
2829
+ "name": "newState",
2830
+ "type": "uint8"
2831
+ }
2832
+ ],
2833
+ "name": "updatePool",
2834
+ "outputs": [],
2835
+ "stateMutability": "nonpayable",
2836
+ "type": "function"
2837
+ },
2838
+ {
2839
+ "inputs": [
2840
+ {
2841
+ "internalType": "NftId",
2842
+ "name": "policyNftId",
2843
+ "type": "uint96"
2844
+ },
2845
+ {
2846
+ "internalType": "StateId",
2847
+ "name": "newState",
2848
+ "type": "uint8"
2849
+ }
2850
+ ],
2851
+ "name": "updatePremiumState",
2852
+ "outputs": [],
2853
+ "stateMutability": "nonpayable",
2854
+ "type": "function"
2855
+ },
2856
+ {
2857
+ "inputs": [
2858
+ {
2859
+ "internalType": "NftId",
2860
+ "name": "productNftId",
2861
+ "type": "uint96"
2862
+ },
2863
+ {
2864
+ "components": [
2865
+ {
2866
+ "internalType": "NftId",
2867
+ "name": "distributionNftId",
2868
+ "type": "uint96"
2869
+ },
2870
+ {
2871
+ "internalType": "NftId",
2872
+ "name": "poolNftId",
2873
+ "type": "uint96"
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": "0x6080604052348015600e575f80fd5b5061561c8061001c5f395ff3fe608060405234801561000f575f80fd5b50600436106103a9575f3560e01c80638129fc1c116101ea578063b0628dc311610114578063d6c08df7116100a9578063f5884fc511610079578063f5884fc51461078a578063f71d7ffe146109d7578063fae5df9b146109ea578063fe1f18d6146109fd575f80fd5b8063d6c08df714610953578063e80c61ed14610966578063e9e96c7014610979578063f48016ce146109b6575f80fd5b8063bf1db3f9116100e4578063bf1db3f9146108fa578063bf7e214f1461090d578063ca0e7f081461092d578063d23c6f6314610940575f80fd5b8063b0628dc3146108ae578063b4d7efe2146108c1578063b5b3d9f9146108d4578063b6d7cd62146108e7575f80fd5b8063a1fc10041161018a578063a6a67b1f1161015a578063a6a67b1f14610862578063a76ee01814610875578063a898967514610888578063af9025001461089b575f80fd5b8063a1fc10041461078a578063a2842229146107b0578063a46eb8dc146107c3578063a5961b4c146107d6575f80fd5b80638eb9000d116101c55780638eb9000d1461073e5780638fb3603714610769578063985aeba71461078a5780639f8151e51461079d575f80fd5b80638129fc1c1461070357806383e20e561461070b5780638eaa6ac01461071e575f80fd5b806338a699a4116102d657806354f6127f1161026b57806361105e0e1161023b57806361105e0e146106b75780637a9e5e4b146106ca5780637cef4842146106dd5780637e3d91e8146106f0575f80fd5b806354f6127f146106115780635a8416b0146106315780635d4345cc146104a65780635eede17414610644575f80fd5b806351dd844b116102a657806351dd844b146105c5578063533086d4146105d857806353ebe129146105eb57806354e5618e146105fe575f80fd5b806338a699a41461056957806340529b0f1461058c5780634846003a1461059f5780634d4a7ae9146105b2575f80fd5b8063228e42ec1161034c5780632ae5819d1161031c5780632ae5819d1461051d5780632f61088a1461053057806330a130ba146105435780633870a77014610556575f80fd5b8063228e42ec146104b9578063248a77dd146104e4578063275c0595146104f75780632a8ea7ac1461050a575f80fd5b806309648a9d1161038757806309648a9d146104355780630cfc3ba31461046e5780630d358181146104815780630fad0eb1146104a6575f80fd5b80630232ca49146103ad57806303c099ac146103f55780630632b17d1461040a575b5f80fd5b6103d86103bb366004613259565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b610408610403366004613500565b610a10565b005b61041d610418366004613682565b610a55565b6040516001600160401b0390911681526020016103ec565b61045c6104433660046136bb565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103ec565b61040861047c3660046137af565b610b12565b61045c61048f36600461380c565b60ff9081165f908152602081905260409020541690565b6104086104b4366004613827565b610b39565b6103d86104c7366004613259565b6001600160601b039081165f908152600260205260409020541690565b6103d86104f236600461385e565b610b56565b61040861050536600461389e565b610b73565b610408610518366004613a81565b610c0b565b61040861052b366004613827565b610c40565b61040861053e366004613b24565b610c57565b610408610551366004613c55565b610cf5565b610408610564366004613ca9565b610d93565b61057c6105773660046136bb565b610daf565b60405190151581526020016103ec565b61040861059a366004613827565b610e37565b6104086105ad366004613ce4565b610e4e565b6104086105c0366004613d26565b610e7f565b6104086105d3366004613f7d565b610ea7565b6103d86105e636600461385e565b610ecf565b6103d86105f936600461385e565b610ee3565b61040861060c36600461405d565b610ef7565b61062461061f3660046136bb565b610f1f565b6040516103ec91906140ce565b61040861063f3660046140e0565b610fc1565b61068d610652366004613259565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103ec565b6104086106c53660046141df565b61105f565b6104086106d8366004614222565b6110fd565b6104086106eb36600461423d565b611184565b6104086106fe3660046142e6565b611211565b610408611239565b610408610719366004614324565b6113b5565b61073161072c3660046136bb565b6113dd565b6040516103ec9190614359565b6103d861074c366004613259565b6001600160601b039081165f908152600360205260409020541690565b6107716114fe565b6040516001600160e01b031990911681526020016103ec565b6104086107983660046143b7565b611534565b6103d86107ab36600461385e565b61155c565b6104086107be36600461423d565b611570565b6104086107d13660046143fa565b6115be565b6108556107e43660046136bb565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103ec919061443c565b61040861087036600461453d565b6115ef565b610408610883366004614569565b611617565b6104086108963660046145ac565b6116b5565b6104086108a936600461423d565b6117bb565b6103d86108bc36600461385e565b611809565b6104086108cf3660046145d9565b61181d565b6104086108e23660046145f5565b61186a565b6104086108f5366004614633565b611892565b61057c61090836600461380c565b6118a8565b6109156118f4565b6040516001600160a01b0390911681526020016103ec565b61040861093b366004614660565b61190f565b61040861094e366004614752565b6119ad565b6104086109613660046147c0565b6119d4565b6103d861097436600461385e565b6119fb565b61057c6109873660046145ac565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b6109c96109c4366004614820565b611a0f565b6040519081526020016103ec565b6104086109e536600461484c565b611a90565b6104086109f836600461488e565b611ac1565b610408610a0b366004613827565b611ae8565b610a1c335b5f36611aff565b610a50610a2a84600b611bfd565b83604051602001610a3b91906148e2565b60405160208183030381529060405283611c48565b505050565b5f610a5f33610a15565b610a67611dbe565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b0d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae89190614975565b83604051602001610af9919061498c565b604051602081830303815290604052611e4e565b919050565b610b1b33610a15565b610a50610b288484612212565b82604051602001610af99190614a5e565b610b4233610a15565b610a50610b50836015611bfd565b8261225e565b5f610b6033610a15565b610b6a8383612559565b90505b92915050565b610b7c33610a15565b604051630f37f38f60e41b81526001600160401b0384166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610bd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfa9190614975565b83604051602001610a3b919061498c565b610c1433610a15565b610c1d82612652565b610c3c610c2b836015611bfd565b82604051602001610af99190614afc565b5050565b610c4933610a15565b610a50610b50836016611bfd565b610c6033610a15565b6040516355ee627560e01b8152610c3c9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610ca5906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015610cc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce49190614975565b82604051602001610af99190614ca0565b610cfe33610a15565b6040516355ee627560e01b8152610c3c9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d43906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015610d5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d829190614975565b82604051602001610af99190614ccd565b610d9c33610a15565b610da9610b508484612700565b50505050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6d9190614d6e565b610e4033610a15565b610a50610b5083601d611bfd565b610e5733610a15565b610e6082612652565b610c3c610e6e83600b611bfd565b82604051602001610af991906148e2565b610e8833610a15565b610c3c610e96836016611bfd565b82604051602001610af99190614d89565b610eb033610a15565b610a50610ebe84601f611bfd565b83604051602001610a3b9190614f79565b5f610ed933610a15565b610b6a838361274d565b5f610eed33610a15565b610b6a838361282e565b610f0033610a15565b610a50610f0e84601d611bfd565b83604051602001610a3b9190615004565b5f818152600760205260409020600101805460609190610f3e9061505d565b80601f0160208091040260200160405190810160405280929190818152602001828054610f6a9061505d565b8015610fb55780601f10610f8c57610100808354040283529160200191610fb5565b820191905f5260205f20905b815481529060010190602001808311610f9857829003601f168201915b50505050509050919050565b610fca33610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061100f906001600160c01b0319881690600401614c8b565b602060405180830381865af415801561102a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104e9190614975565b83604051602001610a3b9190614ccd565b61106833610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110ad906001600160c01b0319881690600401614c8b565b602060405180830381865af41580156110c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ec9190614975565b83604051602001610a3b9190615095565b336111066118f4565b6001600160a01b0316816001600160a01b0316146111465760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361117b576040516361798f2f60e11b81526001600160a01b038316600482015260240161113d565b610c3c8261290f565b61118d33610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b602060405180830381865af41580156111ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b509190614975565b61121a33610a15565b610a5061122884600f611bfd565b83604051602001610a3b9190615126565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561127d5750825b90505f826001600160401b031660011480156112985750303b155b9050811580156112a6575080155b156112c45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ee57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561132f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113539190615193565b905061135e8161296f565b611366612983565b505083156113ae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b6113be33610a15565b610c3c6113cc83600f611bfd565b82604051602001610af99190615126565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114779061505d565b80601f01602080910402602001604051908101604052809291908181526020018280546114a39061505d565b80156114ee5780601f106114c5576101008083540402835291602001916114ee565b820191905f5260205f20905b8154815290600101906020018083116114d157829003601f168201915b5050505050815250509050919050565b5f805160206155c783398151915280545f9190600160a01b900460ff16611525575f61152e565b638fb3603760e01b5b91505090565b61153d33610a15565b610a5061154b846015611bfd565b83604051602001610a3b9190614afc565b5f61156633610a15565b610b6a8383612995565b61157933610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b6115c733610a15565b6115d082612652565b610c3c6115de83601f611bfd565b82604051602001610af99190614f79565b6115f833610a15565b610c3c61160683600c611bfd565b82604051602001610af991906151ae565b61162033610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611665906001600160c01b0319881690600401614c8b565b602060405180830381865af4158015611680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a49190614975565b83604051602001610a3b9190614ca0565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173b9190614d6e565b1561175e576040516321b9f44760e01b815260ff8416600482015260240161113d565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a5057604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640161113d565b6117c433610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b5f61181333610a15565b610b6a8383612a76565b61182633610a15565b604051630f37f38f60e41b81526001600160401b0383166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f0906024016111d2565b61187333610a15565b610a5061188184600c611bfd565b83604051602001610a3b91906151ae565b61189b33610a15565b610da9610b508484612212565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610df8565b5f805160206155c7833981519152546001600160a01b031690565b61191833610a15565b6040516355ee627560e01b8152610c3c9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061195d906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015611978573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199c9190614975565b82604051602001610af99190615095565b6119b633610a15565b610da96119c38585612700565b83604051602001610a3b9190615290565b6119dd33610a15565b610a506119ea8484612700565b82604051602001610af99190615290565b5f611a0533610a15565b610b6a8383612b57565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190614975565b611a9933610a15565b611aa282612652565b610c3c611ab083601d611bfd565b82604051602001610af99190615004565b611aca33610a15565b610da9611ad78585612212565b83604051602001610a3b9190614a5e565b611af133610a15565b610a50610b5083601f611bfd565b5f805160206155c78339815191525f80611b37611b1a6118f4565b8730611b2960045f8a8c6152fb565b611b3291615322565b612c38565b9150915081611bf55763ffffffff811615611bd257825460ff60a01b1916600160a01b178355611b656118f4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b9493929190615358565b5f604051808303815f87803b158015611bab575f80fd5b505af1158015611bbd573d5f803e3d5ffd5b5050845460ff60a01b1916855550611bf59050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161113d565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a51565b5f611c53848361225e565b5f858152600760205260409020909150600101611c7084826153db565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d059190615495565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7791906154b0565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611dce836154cb565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906154ef565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec29190615495565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f399190614d6e565b15611f5c576040516307014a8d60e51b815260ff8216600482015260240161113d565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fc2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe69190614d6e565b1561201057604051633f92eac960e21b81526004810185905260ff8316602482015260440161113d565b612019826118a8565b61203b57604051636cb0978b60e11b815260ff8316600482015260240161113d565b5f612044612d40565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120ce86826153db565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121639190615495565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121d591906154b0565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a51565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156122b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d49190614d6e565b156122f55760405163093b89e160e11b81526004810184905260240161113d565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561236b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238f9190614d6e565b156123b05760405163566ebf7960e01b81526004810186905260240161113d565b60ff8085161461252b5781546123ca9060ff1682866116b5565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561244c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124709190615495565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156124be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124e291906154b0565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b612533612d40565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661259e57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600360205260409020546125c2911684612dac565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a79161263a9187918791879163ffffffff9091169061550a565b60405180910390a161264b84612e31565b5092915050565b6001600160601b0381165f9081526005602052604090205460ff1615612696576040516314d5804160e01b81526001600160601b038216600482015260240161113d565b6001600160601b0381165f908152600560205260409020805460ff191660011790556126c181612e31565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b604051635927341160e01b815262ffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401611a51565b6001600160601b0382165f90815260056020526040812054839060ff1661279257604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600460205260409020546127b6911684612ece565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc629161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff1661287357604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260036020526040902054612897911684612ece565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc99161263a9187918791879163ffffffff9091169061550a565b5f805160206155c783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612977612f18565b61298081612f61565b50565b61298b612f18565b612993612f72565b565b6001600160601b0382165f90815260056020526040812054839060ff166129da57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600260205260409020546129fe911684612dac565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b669161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff16612abb57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260026020526040902054612adf911684612ece565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d9161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff16612b9c57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260046020526040902054612bc0911684612dac565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad9161263a9187918791879163ffffffff9091169061550a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612ca69190615539565b5f60405180830381855afa9150503d805f8114612cde576040519150601f19603f3d011682016040523d82523d5f602084013e612ce3565b606091505b50915091508115612d35576040815110612d155780806020019051810190612d0b919061554f565b9094509250612d35565b6020815110612d355780806020019051810190612d329190614d6e565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e49919061557c565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190615597565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9c919061557c565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612df2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661299357604051631afcd79f60e31b815260040160405180910390fd5b612f69612f18565b6129808161290f565b612f7a612fca565b612f82613010565b612f8a61303d565b612f92613080565b612f9a61309c565b612fa26130ce565b612faa6130e2565b612fb261310a565b612fba61314b565b612fc2613155565b61299361315f565b612fd7601f5b6004613187565b612fe6601f5b6004606e6131c9565b612ff5601f60045b60c86131c9565b613004601f5b606e60046131c9565b612993601f606e612fee565b61301a600b612fd0565b613024600b612fdd565b61302e600b612ffb565b612993600b5b606e60d26131c9565b6130496015600a613187565b6130576015600a60146131c9565b6130666015600a5b601e6131c9565b6130746015600a60286131c9565b61299360156028612fee565b61308d60165b603c613187565b61299360165b603c60dc6131c9565b6130a860176032613187565b6130b66017603260336131c9565b6130c26017603261305f565b61299360176033612fee565b6130d86018613086565b6129936018613093565b6130ec6019612fd0565b6130f66019612fdd565b6131006019612ffb565b6129936019613034565b613114601b612fd0565b613123601b60045b60466131c9565b613131601b600460076131c9565b61313d601b600761311c565b612993601b600460486131c9565b612993600f612fd0565b612993600c612fd0565b613169600e612fd0565b613173601d612fd0565b61317d601c612fd0565b612993601e612fd0565b60ff8281165f9081526020819052604090205416156131a8576131a86155b2565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f9081526001602090815260408083208685168452825280832085851684529091529020541615613201576132016155b2565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612980575f80fd5b8035610b0d8161323a565b5f60208284031215613269575f80fd5b81356132748161323a565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156132b1576132b161327b565b60405290565b60405161010081016001600160401b03811182821017156132b1576132b161327b565b60405160e081016001600160401b03811182821017156132b1576132b161327b565b60405161022081016001600160401b03811182821017156132b1576132b161327b565b604080519081016001600160401b03811182821017156132b1576132b161327b565b60405161012081016001600160401b03811182821017156132b1576132b161327b565b60405161024081016001600160401b03811182821017156132b1576132b161327b565b5f82601f830112613396575f80fd5b8135602083015f806001600160401b038411156133b5576133b561327b565b50604051601f19601f85018116603f011681018181106001600160401b03821117156133e3576133e361327b565b6040528381529050808284018710156133fa575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612980575f80fd5b8035610b0d81613416565b5f60c08284031215613445575f80fd5b61344d61328f565b905081356001600160401b03811115613464575f80fd5b61347084828501613387565b82525061347f6020830161324e565b60208201526134906040830161342a565b60408201526134a16060830161342a565b60608201526134b26080830161342a565b608082015260a08201356001600160401b038111156134cf575f80fd5b6134db84828501613387565b60a08301525092915050565b60ff81168114612980575f80fd5b8035610b0d816134e7565b5f805f60608486031215613512575f80fd5b833561351d8161323a565b925060208401356001600160401b03811115613537575f80fd5b61354386828701613435565b9250506040840135613554816134e7565b809150509250925092565b64ffffffffff81168114612980575f80fd5b8035610b0d8161355f565b8015158114612980575f80fd5b8035610b0d8161357c565b5f61010082840312156135a5575f80fd5b6135ad6132b7565b90506135b88261324e565b815260208201356001600160401b038111156135d2575f80fd5b6135de84828501613387565b6020830152506135f06040830161324e565b604082015260608201356001600160401b0381111561360d575f80fd5b61361984828501613387565b60608301525060808201356001600160401b03811115613637575f80fd5b61364384828501613387565b60808301525061365560a08301613571565b60a082015261366660c08301613571565b60c082015261367760e08301613589565b60e082015292915050565b5f60208284031215613692575f80fd5b81356001600160401b038111156136a7575f80fd5b6136b384828501613594565b949350505050565b5f602082840312156136cb575f80fd5b5035919050565b61ffff81168114612980575f80fd5b8035610b0d816136d2565b5f60e082840312156136fc575f80fd5b6137046132da565b905061370f8261324e565b815261371d6020830161324e565b602082015261372e604083016134f5565b604082015261373f606083016134f5565b606082015260808201356001600160401b0381111561375c575f80fd5b61376884828501613387565b60808301525060a08201356001600160401b03811115613786575f80fd5b61379284828501613387565b60a0830152506137a460c08301613571565b60c082015292915050565b5f805f606084860312156137c1575f80fd5b83356137cc8161323a565b925060208401356137dc816136d2565b915060408401356001600160401b038111156137f6575f80fd5b613802868287016136ec565b9150509250925092565b5f6020828403121561381c575f80fd5b8135613274816134e7565b5f8060408385031215613838575f80fd5b82356138438161323a565b91506020830135613853816134e7565b809150509250929050565b5f806040838503121561386f575f80fd5b823561387a8161323a565b915060208301356138538161323a565b6001600160401b0381168114612980575f80fd5b5f805f606084860312156138b0575f80fd5b83356138bb8161388a565b925060208401356001600160401b038111156138d5575f80fd5b61354386828701613594565b6001600160c01b031981168114612980575f80fd5b8035610b0d816138e1565b5f6102208284031215613912575f80fd5b61391a6132fc565b90506139258261324e565b81526139336020830161324e565b6020820152613944604083016138f6565b6040820152613955606083016138f6565b60608201526139666080830161324e565b608082015261397760a0830161324e565b60a082015261398860c0830161324e565b60c082015261399960e08301613571565b60e08201526101008201356001600160401b038111156139b7575f80fd5b6139c384828501613387565b610100830152506101208201356001600160401b038111156139e3575f80fd5b6139ef84828501613387565b61012083015250613a0361014083016136e1565b610140820152613a1661016083016136e1565b610160820152613a29610180830161324e565b610180820152613a3c6101a0830161324e565b6101a0820152613a4f6101c08301613571565b6101c0820152613a626101e08301613571565b6101e0820152613a756102008301613571565b61020082015292915050565b5f8060408385031215613a92575f80fd5b8235613a9d8161323a565b915060208301356001600160401b03811115613ab7575f80fd5b613ac385828601613901565b9150509250929050565b5f60408284031215613add575f80fd5b613ae561331f565b90508135613af28161323a565b815260208201356001600160401b03811115613b0c575f80fd5b613b1884828501613387565b60208301525092915050565b5f8060408385031215613b35575f80fd5b8235613b40816138e1565b915060208301356001600160401b03811115613b5a575f80fd5b613ac385828601613acd565b63ffffffff81168114612980575f80fd5b8035610b0d81613b66565b5f6101208284031215613b93575f80fd5b613b9b613341565b905081356001600160401b03811115613bb2575f80fd5b613bbe84828501613387565b825250602082810135908201526040808301359082015260608083013590820152613beb60808301613b77565b6080820152613bfc60a08301613b77565b60a0820152613c0d60c08301613589565b60c0820152613c1e60e08301613589565b60e08201526101008201356001600160401b03811115613c3c575f80fd5b613c4884828501613387565b6101008301525092915050565b5f8060408385031215613c66575f80fd5b8235613c71816138e1565b915060208301356001600160401b03811115613c8b575f80fd5b613ac385828601613b82565b803562ffffff81168114610b0d575f80fd5b5f805f60608486031215613cbb575f80fd5b8335613cc68161323a565b9250613cd460208501613c97565b91506040840135613554816134e7565b5f8060408385031215613cf5575f80fd5b8235613d008161323a565b915060208301356001600160401b03811115613d1a575f80fd5b613ac385828601613435565b5f80828403610260811215613d39575f80fd5b8335613d448161323a565b9250610240601f1982011215613d58575f80fd5b50613d61613364565b613d6d6020850161324e565b8152613d7b6040850161324e565b6020820152613d8c6060850161324e565b6040820152613d9d6080850161324e565b6060820152613dae60a0850161324e565b6080820152613dbf60c0850161324e565b60a0820152613dd060e0850161324e565b60c0820152613de2610100850161324e565b60e0820152613df4610120850161324e565b610100820152613e07610140850161324e565b610120820152613e1a610160850161324e565b610140820152613e2d610180850161324e565b610160820152613e406101a0850161324e565b610180820152613e536101c0850161324e565b6101a0820152613e666101e0850161324e565b6101c0820152613e79610200850161324e565b6101e0820152613e8c610220850161324e565b610200820152613e9f610240850161324e565b610220820152809150509250929050565b5f60408284031215613ec0575f80fd5b613ec861331f565b823581526020928301359281019290925250919050565b5f60e08284031215613eef575f80fd5b613ef761328f565b90508135613f048161323a565b8152613f138360208401613eb0565b602082015260608201356001600160401b03811115613f30575f80fd5b613f3c84828501613387565b6040830152506080820135613f508161355f565b6060820152613f6160a08301613571565b6080820152613f7260c08301613571565b60a082015292915050565b5f805f60608486031215613f8f575f80fd5b8335613f9a8161323a565b925060208401356001600160401b03811115613fb4575f80fd5b61354386828701613edf565b5f60808284031215613fd0575f80fd5b604051608081016001600160401b0381118282101715613ff257613ff261327b565b6040529050808235614003816138e1565b815260208301356140138161357c565b602082015260408301356001600160401b03811115614030575f80fd5b61403c85828601613387565b604083015250606083013561405081613b66565b6060919091015292915050565b5f805f6060848603121561406f575f80fd5b833561407a8161323a565b925060208401356001600160401b03811115614094575f80fd5b61354386828701613fc0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b6a60208301846140a0565b5f805f606084860312156140f2575f80fd5b83356140fd816138e1565b925060208401356001600160401b03811115614117575f80fd5b61354386828701613b82565b5f60e08284031215614133575f80fd5b61413b6132da565b90506141468261324e565b815260208201356001600160401b03811115614160575f80fd5b61416c84828501613387565b6020830152506040828101359082015261418860608301613b77565b606082015261419960808301613b77565b60808201526141aa60a08301613571565b60a082015260c08201356001600160401b038111156141c7575f80fd5b6141d384828501613387565b60c08301525092915050565b5f805f606084860312156141f1575f80fd5b83356141fc816138e1565b925060208401356001600160401b03811115614216575f80fd5b61354386828701614123565b5f60208284031215614232575f80fd5b813561327481613416565b5f806040838503121561424e575f80fd5b8235613843816138e1565b5f60e08284031215614269575f80fd5b6142716132da565b9050813561427e8161323a565b8152602082013561428e8161388a565b602082015260408201356142a18161357c565b604082015260608201356142b48161357c565b60608201526142c560808301613589565b608082015260a0828101359082015260c09182013591810191909152919050565b5f805f61012084860312156142f9575f80fd5b83356143048161323a565b92506143138560208601614259565b9150610100840135613554816134e7565b5f806101008385031215614336575f80fd5b82356143418161323a565b91506143508460208501614259565b90509250929050565b6020815261439e60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a0808401526136b360c08401826140a0565b5f805f606084860312156143c9575f80fd5b83356143d48161323a565b925060208401356001600160401b038111156143ee575f80fd5b61354386828701613901565b5f806040838503121561440b575f80fd5b82356144168161323a565b915060208301356001600160401b03811115614430575f80fd5b613ac385828601613edf565b60808101610b6d828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f610200828403121561448e575f80fd5b614496613341565b90506144a18261324e565b81526144af6020830161324e565b60208201526144c18360408401613eb0565b60408201526144d38360808401613eb0565b60608201526144e58360c08401613eb0565b60808201526144f8836101008401613eb0565b60a082015261450b836101408401613eb0565b60c082015261451e836101808401613eb0565b60e0820152614531836101c08401613eb0565b61010082015292915050565b5f80610220838503121561454f575f80fd5b823561455a8161323a565b9150614350846020850161447d565b5f805f6060848603121561457b575f80fd5b8335614586816138e1565b925060208401356001600160401b038111156145a0575f80fd5b61354386828701613acd565b5f805f606084860312156145be575f80fd5b83356145c9816134e7565b92506020840135613cd4816134e7565b5f80604083850312156145ea575f80fd5b82356138438161388a565b5f805f6102408486031215614608575f80fd5b83356146138161323a565b9250614622856020860161447d565b9150610220840135613554816134e7565b5f805f60608486031215614645575f80fd5b83356146508161323a565b92506020840135613cd4816136d2565b5f8060408385031215614671575f80fd5b823561467c816138e1565b915060208301356001600160401b03811115614696575f80fd5b613ac385828601614123565b5f60a082840312156146b2575f80fd5b60405160a081016001600160401b03811182821017156146d4576146d461327b565b60405290508082356146e5816136d2565b815260208301356146f58161323a565b6020820152604083013561470881613416565b604082015260608301356001600160401b03811115614725575f80fd5b61473185828601613387565b60608301525060808301356147458161355f565b6080919091015292915050565b5f805f8060808587031215614765575f80fd5b84356147708161323a565b935061477e60208601613c97565b925060408501356001600160401b03811115614798575f80fd5b6147a4878288016146a2565b92505060608501356147b5816134e7565b939692955090935050565b5f805f606084860312156147d2575f80fd5b83356147dd8161323a565b92506147eb60208501613c97565b915060408401356001600160401b03811115614805575f80fd5b613802868287016146a2565b60ff1981168114612980575f80fd5b5f8060408385031215614831575f80fd5b823561483c816134e7565b9150602083013561385381614811565b5f806040838503121561485d575f80fd5b82356148688161323a565b915060208301356001600160401b03811115614882575f80fd5b613ac385828601613fc0565b5f805f80608085870312156148a1575f80fd5b84356148ac8161323a565b935060208501356148bc816136d2565b925060408501356001600160401b038111156148d6575f80fd5b6147a4878288016136ec565b602081525f825160c060208401526148fd60e08401826140a0565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161495060a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261496c82826140a0565b95945050505050565b5f60208284031215614985575f80fd5b5051919050565b602081526149a66020820183516001600160601b03169052565b5f602083015161010060408401526149c26101208401826140a0565b905060408401516149de60608501826001600160601b03169052565b506060840151838203601f190160808501526149fa82826140a0565b9150506080840151601f198483030160a0850152614a1882826140a0565b91505060a0840151614a3360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151614a9a606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152614ac46101008401826140a0565b905060a0840151601f198483030160c0850152614ae182826140a0565b91505060c0840151614a5660e085018264ffffffffff169052565b60208152614b166020820183516001600160601b03169052565b5f6020830151614b3160408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff811661010084015250610100830151610220610120840152614bce6102408401826140a0565b9050610120840151601f1984830301610140850152614bed82826140a0565b915050610140840151614c0761016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff8116610220850152614a56565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136b360608401826140a0565b602081525f82516101206020840152614cea6101408401826140a0565b90506020840151604084015260408401516060840152606084015160808401526080840151614d2160a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f190161012085015261496c82826140a0565b5f60208284031215614d7e575f80fd5b81516132748161357c565b81516001600160601b0316815261024081016020830151614db560208401826001600160601b03169052565b506040830151614dd060408401826001600160601b03169052565b506060830151614deb60608401826001600160601b03169052565b506080830151614e0660808401826001600160601b03169052565b5060a0830151614e2160a08401826001600160601b03169052565b5060c0830151614e3c60c08401826001600160601b03169052565b5060e0830151614e5760e08401826001600160601b03169052565b50610100830151614e746101008401826001600160601b03169052565b50610120830151614e916101208401826001600160601b03169052565b50610140830151614eae6101408401826001600160601b03169052565b50610160830151614ecb6101608401826001600160601b03169052565b50610180830151614ee86101808401826001600160601b03169052565b506101a0830151614f056101a08401826001600160601b03169052565b506101c0830151614f226101c08401826001600160601b03169052565b506101e0830151614f3f6101e08401826001600160601b03169052565b50610200830151614f5c6102008401826001600160601b03169052565b5061022083015161264b6102208401826001600160601b03169052565b602081526001600160601b0382511660208201525f6020830151614faa604084018280518252602090810151910152565b50604083015160e06080840152614fc56101008401826140a0565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261504160a08401826140a0565b905063ffffffff60608501511660808401528091505092915050565b600181811c9082168061507157607f821691505b60208210810361508f57634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e060408401526150c46101008401826140a0565b90506040840151606084015263ffffffff606085015116608084015260808401516150f760a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e085015261496c82826140a0565b5f60e0820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151151560608301526080830151615178608084018215159052565b5060a083015160a083015260c083015160c083015292915050565b5f602082840312156151a3575f80fd5b815161327481613416565b81516001600160601b031681526020808301516102008301916151db908401826001600160601b03169052565b5060408301516151f8604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e084015261264b565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a060808401526152de60c08401826140a0565b905064ffffffffff60808501511660a08401528091505092915050565b5f8085851115615309575f80fd5b83861115615315575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561264b576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a5057805f5260205f20601f840160051c810160208510156153bc5750805b601f840160051c820191505b818110156113ae575f81556001016153c8565b81516001600160401b038111156153f4576153f461327b565b61540881615402845461505d565b84615397565b6020601f82116001811461543a575f83156154235750848201515b5f19600385901b1c1916600184901b1784556113ae565b5f84815260208120601f198516915b828110156154695787850151825560209485019460019092019101615449565b508482101561548657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156154a5575f80fd5b8151613274816134e7565b5f602082840312156154c0575f80fd5b815161327481614811565b5f600182016154e857634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156154ff575f80fd5b81516132748161388a565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615560575f80fd5b825161556b8161357c565b602084015190925061385381613b66565b5f6020828403121561558c575f80fd5b815161327481613b66565b5f602082840312156155a7575f80fd5b81516132748161323a565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220d2109ee4539306b1ffc4a5751b45bd6d6c1332c0d6dfc0e322807736d0f7998264736f6c634300081a0033",
3226
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106103a9575f3560e01c80638129fc1c116101ea578063b0628dc311610114578063d6c08df7116100a9578063f5884fc511610079578063f5884fc51461078a578063f71d7ffe146109d7578063fae5df9b146109ea578063fe1f18d6146109fd575f80fd5b8063d6c08df714610953578063e80c61ed14610966578063e9e96c7014610979578063f48016ce146109b6575f80fd5b8063bf1db3f9116100e4578063bf1db3f9146108fa578063bf7e214f1461090d578063ca0e7f081461092d578063d23c6f6314610940575f80fd5b8063b0628dc3146108ae578063b4d7efe2146108c1578063b5b3d9f9146108d4578063b6d7cd62146108e7575f80fd5b8063a1fc10041161018a578063a6a67b1f1161015a578063a6a67b1f14610862578063a76ee01814610875578063a898967514610888578063af9025001461089b575f80fd5b8063a1fc10041461078a578063a2842229146107b0578063a46eb8dc146107c3578063a5961b4c146107d6575f80fd5b80638eb9000d116101c55780638eb9000d1461073e5780638fb3603714610769578063985aeba71461078a5780639f8151e51461079d575f80fd5b80638129fc1c1461070357806383e20e561461070b5780638eaa6ac01461071e575f80fd5b806338a699a4116102d657806354f6127f1161026b57806361105e0e1161023b57806361105e0e146106b75780637a9e5e4b146106ca5780637cef4842146106dd5780637e3d91e8146106f0575f80fd5b806354f6127f146106115780635a8416b0146106315780635d4345cc146104a65780635eede17414610644575f80fd5b806351dd844b116102a657806351dd844b146105c5578063533086d4146105d857806353ebe129146105eb57806354e5618e146105fe575f80fd5b806338a699a41461056957806340529b0f1461058c5780634846003a1461059f5780634d4a7ae9146105b2575f80fd5b8063228e42ec1161034c5780632ae5819d1161031c5780632ae5819d1461051d5780632f61088a1461053057806330a130ba146105435780633870a77014610556575f80fd5b8063228e42ec146104b9578063248a77dd146104e4578063275c0595146104f75780632a8ea7ac1461050a575f80fd5b806309648a9d1161038757806309648a9d146104355780630cfc3ba31461046e5780630d358181146104815780630fad0eb1146104a6575f80fd5b80630232ca49146103ad57806303c099ac146103f55780630632b17d1461040a575b5f80fd5b6103d86103bb366004613259565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b610408610403366004613500565b610a10565b005b61041d610418366004613682565b610a55565b6040516001600160401b0390911681526020016103ec565b61045c6104433660046136bb565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103ec565b61040861047c3660046137af565b610b12565b61045c61048f36600461380c565b60ff9081165f908152602081905260409020541690565b6104086104b4366004613827565b610b39565b6103d86104c7366004613259565b6001600160601b039081165f908152600260205260409020541690565b6103d86104f236600461385e565b610b56565b61040861050536600461389e565b610b73565b610408610518366004613a81565b610c0b565b61040861052b366004613827565b610c40565b61040861053e366004613b24565b610c57565b610408610551366004613c55565b610cf5565b610408610564366004613ca9565b610d93565b61057c6105773660046136bb565b610daf565b60405190151581526020016103ec565b61040861059a366004613827565b610e37565b6104086105ad366004613ce4565b610e4e565b6104086105c0366004613d26565b610e7f565b6104086105d3366004613f7d565b610ea7565b6103d86105e636600461385e565b610ecf565b6103d86105f936600461385e565b610ee3565b61040861060c36600461405d565b610ef7565b61062461061f3660046136bb565b610f1f565b6040516103ec91906140ce565b61040861063f3660046140e0565b610fc1565b61068d610652366004613259565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103ec565b6104086106c53660046141df565b61105f565b6104086106d8366004614222565b6110fd565b6104086106eb36600461423d565b611184565b6104086106fe3660046142e6565b611211565b610408611239565b610408610719366004614324565b6113b5565b61073161072c3660046136bb565b6113dd565b6040516103ec9190614359565b6103d861074c366004613259565b6001600160601b039081165f908152600360205260409020541690565b6107716114fe565b6040516001600160e01b031990911681526020016103ec565b6104086107983660046143b7565b611534565b6103d86107ab36600461385e565b61155c565b6104086107be36600461423d565b611570565b6104086107d13660046143fa565b6115be565b6108556107e43660046136bb565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103ec919061443c565b61040861087036600461453d565b6115ef565b610408610883366004614569565b611617565b6104086108963660046145ac565b6116b5565b6104086108a936600461423d565b6117bb565b6103d86108bc36600461385e565b611809565b6104086108cf3660046145d9565b61181d565b6104086108e23660046145f5565b61186a565b6104086108f5366004614633565b611892565b61057c61090836600461380c565b6118a8565b6109156118f4565b6040516001600160a01b0390911681526020016103ec565b61040861093b366004614660565b61190f565b61040861094e366004614752565b6119ad565b6104086109613660046147c0565b6119d4565b6103d861097436600461385e565b6119fb565b61057c6109873660046145ac565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b6109c96109c4366004614820565b611a0f565b6040519081526020016103ec565b6104086109e536600461484c565b611a90565b6104086109f836600461488e565b611ac1565b610408610a0b366004613827565b611ae8565b610a1c335b5f36611aff565b610a50610a2a84600b611bfd565b83604051602001610a3b91906148e2565b60405160208183030381529060405283611c48565b505050565b5f610a5f33610a15565b610a67611dbe565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b0d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae89190614975565b83604051602001610af9919061498c565b604051602081830303815290604052611e4e565b919050565b610b1b33610a15565b610a50610b288484612212565b82604051602001610af99190614a5e565b610b4233610a15565b610a50610b50836015611bfd565b8261225e565b5f610b6033610a15565b610b6a8383612559565b90505b92915050565b610b7c33610a15565b604051630f37f38f60e41b81526001600160401b0384166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610bd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfa9190614975565b83604051602001610a3b919061498c565b610c1433610a15565b610c1d82612652565b610c3c610c2b836015611bfd565b82604051602001610af99190614afc565b5050565b610c4933610a15565b610a50610b50836016611bfd565b610c6033610a15565b6040516355ee627560e01b8152610c3c9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610ca5906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015610cc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce49190614975565b82604051602001610af99190614ca0565b610cfe33610a15565b6040516355ee627560e01b8152610c3c9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d43906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015610d5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d829190614975565b82604051602001610af99190614ccd565b610d9c33610a15565b610da9610b508484612700565b50505050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6d9190614d6e565b610e4033610a15565b610a50610b5083601d611bfd565b610e5733610a15565b610e6082612652565b610c3c610e6e83600b611bfd565b82604051602001610af991906148e2565b610e8833610a15565b610c3c610e96836016611bfd565b82604051602001610af99190614d89565b610eb033610a15565b610a50610ebe84601f611bfd565b83604051602001610a3b9190614f79565b5f610ed933610a15565b610b6a838361274d565b5f610eed33610a15565b610b6a838361282e565b610f0033610a15565b610a50610f0e84601d611bfd565b83604051602001610a3b9190615004565b5f818152600760205260409020600101805460609190610f3e9061505d565b80601f0160208091040260200160405190810160405280929190818152602001828054610f6a9061505d565b8015610fb55780601f10610f8c57610100808354040283529160200191610fb5565b820191905f5260205f20905b815481529060010190602001808311610f9857829003601f168201915b50505050509050919050565b610fca33610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061100f906001600160c01b0319881690600401614c8b565b602060405180830381865af415801561102a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104e9190614975565b83604051602001610a3b9190614ccd565b61106833610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110ad906001600160c01b0319881690600401614c8b565b602060405180830381865af41580156110c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ec9190614975565b83604051602001610a3b9190615095565b336111066118f4565b6001600160a01b0316816001600160a01b0316146111465760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361117b576040516361798f2f60e11b81526001600160a01b038316600482015260240161113d565b610c3c8261290f565b61118d33610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b602060405180830381865af41580156111ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b509190614975565b61121a33610a15565b610a5061122884600f611bfd565b83604051602001610a3b9190615126565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561127d5750825b90505f826001600160401b031660011480156112985750303b155b9050811580156112a6575080155b156112c45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ee57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561132f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113539190615193565b905061135e8161296f565b611366612983565b505083156113ae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b6113be33610a15565b610c3c6113cc83600f611bfd565b82604051602001610af99190615126565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114779061505d565b80601f01602080910402602001604051908101604052809291908181526020018280546114a39061505d565b80156114ee5780601f106114c5576101008083540402835291602001916114ee565b820191905f5260205f20905b8154815290600101906020018083116114d157829003601f168201915b5050505050815250509050919050565b5f805160206155c783398151915280545f9190600160a01b900460ff16611525575f61152e565b638fb3603760e01b5b91505090565b61153d33610a15565b610a5061154b846015611bfd565b83604051602001610a3b9190614afc565b5f61156633610a15565b610b6a8383612995565b61157933610a15565b6040516355ee627560e01b8152610a509073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b6115c733610a15565b6115d082612652565b610c3c6115de83601f611bfd565b82604051602001610af99190614f79565b6115f833610a15565b610c3c61160683600c611bfd565b82604051602001610af991906151ae565b61162033610a15565b6040516355ee627560e01b8152610a509073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611665906001600160c01b0319881690600401614c8b565b602060405180830381865af4158015611680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a49190614975565b83604051602001610a3b9190614ca0565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173b9190614d6e565b1561175e576040516321b9f44760e01b815260ff8416600482015260240161113d565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a5057604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640161113d565b6117c433610a15565b6040516355ee627560e01b8152610a509073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906111d2906001600160c01b0319871690600401614c8b565b5f61181333610a15565b610b6a8383612a76565b61182633610a15565b604051630f37f38f60e41b81526001600160401b0383166004820152610a509073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f0906024016111d2565b61187333610a15565b610a5061188184600c611bfd565b83604051602001610a3b91906151ae565b61189b33610a15565b610da9610b508484612212565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610df8565b5f805160206155c7833981519152546001600160a01b031690565b61191833610a15565b6040516355ee627560e01b8152610c3c9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061195d906001600160c01b0319871690600401614c8b565b602060405180830381865af4158015611978573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199c9190614975565b82604051602001610af99190615095565b6119b633610a15565b610da96119c38585612700565b83604051602001610a3b9190615290565b6119dd33610a15565b610a506119ea8484612700565b82604051602001610af99190615290565b5f611a0533610a15565b610b6a8383612b57565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190614975565b611a9933610a15565b611aa282612652565b610c3c611ab083601d611bfd565b82604051602001610af99190615004565b611aca33610a15565b610da9611ad78585612212565b83604051602001610a3b9190614a5e565b611af133610a15565b610a50610b5083601f611bfd565b5f805160206155c78339815191525f80611b37611b1a6118f4565b8730611b2960045f8a8c6152fb565b611b3291615322565b612c38565b9150915081611bf55763ffffffff811615611bd257825460ff60a01b1916600160a01b178355611b656118f4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b9493929190615358565b5f604051808303815f87803b158015611bab575f80fd5b505af1158015611bbd573d5f803e3d5ffd5b5050845460ff60a01b1916855550611bf59050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161113d565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a51565b5f611c53848361225e565b5f858152600760205260409020909150600101611c7084826153db565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d059190615495565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7791906154b0565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611dce836154cb565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4991906154ef565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec29190615495565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f399190614d6e565b15611f5c576040516307014a8d60e51b815260ff8216600482015260240161113d565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fc2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe69190614d6e565b1561201057604051633f92eac960e21b81526004810185905260ff8316602482015260440161113d565b612019826118a8565b61203b57604051636cb0978b60e11b815260ff8316600482015260240161113d565b5f612044612d40565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120ce86826153db565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121639190615495565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121d591906154b0565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a51565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156122b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d49190614d6e565b156122f55760405163093b89e160e11b81526004810184905260240161113d565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561236b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238f9190614d6e565b156123b05760405163566ebf7960e01b81526004810186905260240161113d565b60ff8085161461252b5781546123ca9060ff1682866116b5565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561244c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124709190615495565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156124be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124e291906154b0565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b612533612d40565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661259e57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600360205260409020546125c2911684612dac565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a79161263a9187918791879163ffffffff9091169061550a565b60405180910390a161264b84612e31565b5092915050565b6001600160601b0381165f9081526005602052604090205460ff1615612696576040516314d5804160e01b81526001600160601b038216600482015260240161113d565b6001600160601b0381165f908152600560205260409020805460ff191660011790556126c181612e31565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b604051635927341160e01b815262ffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401611a51565b6001600160601b0382165f90815260056020526040812054839060ff1661279257604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600460205260409020546127b6911684612ece565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc629161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff1661287357604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260036020526040902054612897911684612ece565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc99161263a9187918791879163ffffffff9091169061550a565b5f805160206155c783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612977612f18565b61298081612f61565b50565b61298b612f18565b612993612f72565b565b6001600160601b0382165f90815260056020526040812054839060ff166129da57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f908152600260205260409020546129fe911684612dac565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b669161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff16612abb57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260026020526040902054612adf911684612ece565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d9161263a9187918791879163ffffffff9091169061550a565b6001600160601b0382165f90815260056020526040812054839060ff16612b9c57604051631e94ffd760e11b81526001600160601b038216600482015260240161113d565b6001600160601b038085165f90815260046020526040902054612bc0911684612dac565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad9161263a9187918791879163ffffffff9091169061550a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612ca69190615539565b5f60405180830381855afa9150503d805f8114612cde576040519150601f19603f3d011682016040523d82523d5f602084013e612ce3565b606091505b50915091508115612d35576040815110612d155780806020019051810190612d0b919061554f565b9094509250612d35565b6020815110612d355780806020019051810190612d329190614d6e565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e49919061557c565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190615597565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9c919061557c565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612df2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661299357604051631afcd79f60e31b815260040160405180910390fd5b612f69612f18565b6129808161290f565b612f7a612fca565b612f82613010565b612f8a61303d565b612f92613080565b612f9a61309c565b612fa26130ce565b612faa6130e2565b612fb261310a565b612fba61314b565b612fc2613155565b61299361315f565b612fd7601f5b6004613187565b612fe6601f5b6004606e6131c9565b612ff5601f60045b60c86131c9565b613004601f5b606e60046131c9565b612993601f606e612fee565b61301a600b612fd0565b613024600b612fdd565b61302e600b612ffb565b612993600b5b606e60d26131c9565b6130496015600a613187565b6130576015600a60146131c9565b6130666015600a5b601e6131c9565b6130746015600a60286131c9565b61299360156028612fee565b61308d60165b603c613187565b61299360165b603c60dc6131c9565b6130a860176032613187565b6130b66017603260336131c9565b6130c26017603261305f565b61299360176033612fee565b6130d86018613086565b6129936018613093565b6130ec6019612fd0565b6130f66019612fdd565b6131006019612ffb565b6129936019613034565b613114601b612fd0565b613123601b60045b60466131c9565b613131601b600460076131c9565b61313d601b600761311c565b612993601b600460486131c9565b612993600f612fd0565b612993600c612fd0565b613169600e612fd0565b613173601d612fd0565b61317d601c612fd0565b612993601e612fd0565b60ff8281165f9081526020819052604090205416156131a8576131a86155b2565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f9081526001602090815260408083208685168452825280832085851684529091529020541615613201576132016155b2565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612980575f80fd5b8035610b0d8161323a565b5f60208284031215613269575f80fd5b81356132748161323a565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156132b1576132b161327b565b60405290565b60405161010081016001600160401b03811182821017156132b1576132b161327b565b60405160e081016001600160401b03811182821017156132b1576132b161327b565b60405161022081016001600160401b03811182821017156132b1576132b161327b565b604080519081016001600160401b03811182821017156132b1576132b161327b565b60405161012081016001600160401b03811182821017156132b1576132b161327b565b60405161024081016001600160401b03811182821017156132b1576132b161327b565b5f82601f830112613396575f80fd5b8135602083015f806001600160401b038411156133b5576133b561327b565b50604051601f19601f85018116603f011681018181106001600160401b03821117156133e3576133e361327b565b6040528381529050808284018710156133fa575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612980575f80fd5b8035610b0d81613416565b5f60c08284031215613445575f80fd5b61344d61328f565b905081356001600160401b03811115613464575f80fd5b61347084828501613387565b82525061347f6020830161324e565b60208201526134906040830161342a565b60408201526134a16060830161342a565b60608201526134b26080830161342a565b608082015260a08201356001600160401b038111156134cf575f80fd5b6134db84828501613387565b60a08301525092915050565b60ff81168114612980575f80fd5b8035610b0d816134e7565b5f805f60608486031215613512575f80fd5b833561351d8161323a565b925060208401356001600160401b03811115613537575f80fd5b61354386828701613435565b9250506040840135613554816134e7565b809150509250925092565b64ffffffffff81168114612980575f80fd5b8035610b0d8161355f565b8015158114612980575f80fd5b8035610b0d8161357c565b5f61010082840312156135a5575f80fd5b6135ad6132b7565b90506135b88261324e565b815260208201356001600160401b038111156135d2575f80fd5b6135de84828501613387565b6020830152506135f06040830161324e565b604082015260608201356001600160401b0381111561360d575f80fd5b61361984828501613387565b60608301525060808201356001600160401b03811115613637575f80fd5b61364384828501613387565b60808301525061365560a08301613571565b60a082015261366660c08301613571565b60c082015261367760e08301613589565b60e082015292915050565b5f60208284031215613692575f80fd5b81356001600160401b038111156136a7575f80fd5b6136b384828501613594565b949350505050565b5f602082840312156136cb575f80fd5b5035919050565b61ffff81168114612980575f80fd5b8035610b0d816136d2565b5f60e082840312156136fc575f80fd5b6137046132da565b905061370f8261324e565b815261371d6020830161324e565b602082015261372e604083016134f5565b604082015261373f606083016134f5565b606082015260808201356001600160401b0381111561375c575f80fd5b61376884828501613387565b60808301525060a08201356001600160401b03811115613786575f80fd5b61379284828501613387565b60a0830152506137a460c08301613571565b60c082015292915050565b5f805f606084860312156137c1575f80fd5b83356137cc8161323a565b925060208401356137dc816136d2565b915060408401356001600160401b038111156137f6575f80fd5b613802868287016136ec565b9150509250925092565b5f6020828403121561381c575f80fd5b8135613274816134e7565b5f8060408385031215613838575f80fd5b82356138438161323a565b91506020830135613853816134e7565b809150509250929050565b5f806040838503121561386f575f80fd5b823561387a8161323a565b915060208301356138538161323a565b6001600160401b0381168114612980575f80fd5b5f805f606084860312156138b0575f80fd5b83356138bb8161388a565b925060208401356001600160401b038111156138d5575f80fd5b61354386828701613594565b6001600160c01b031981168114612980575f80fd5b8035610b0d816138e1565b5f6102208284031215613912575f80fd5b61391a6132fc565b90506139258261324e565b81526139336020830161324e565b6020820152613944604083016138f6565b6040820152613955606083016138f6565b60608201526139666080830161324e565b608082015261397760a0830161324e565b60a082015261398860c0830161324e565b60c082015261399960e08301613571565b60e08201526101008201356001600160401b038111156139b7575f80fd5b6139c384828501613387565b610100830152506101208201356001600160401b038111156139e3575f80fd5b6139ef84828501613387565b61012083015250613a0361014083016136e1565b610140820152613a1661016083016136e1565b610160820152613a29610180830161324e565b610180820152613a3c6101a0830161324e565b6101a0820152613a4f6101c08301613571565b6101c0820152613a626101e08301613571565b6101e0820152613a756102008301613571565b61020082015292915050565b5f8060408385031215613a92575f80fd5b8235613a9d8161323a565b915060208301356001600160401b03811115613ab7575f80fd5b613ac385828601613901565b9150509250929050565b5f60408284031215613add575f80fd5b613ae561331f565b90508135613af28161323a565b815260208201356001600160401b03811115613b0c575f80fd5b613b1884828501613387565b60208301525092915050565b5f8060408385031215613b35575f80fd5b8235613b40816138e1565b915060208301356001600160401b03811115613b5a575f80fd5b613ac385828601613acd565b63ffffffff81168114612980575f80fd5b8035610b0d81613b66565b5f6101208284031215613b93575f80fd5b613b9b613341565b905081356001600160401b03811115613bb2575f80fd5b613bbe84828501613387565b825250602082810135908201526040808301359082015260608083013590820152613beb60808301613b77565b6080820152613bfc60a08301613b77565b60a0820152613c0d60c08301613589565b60c0820152613c1e60e08301613589565b60e08201526101008201356001600160401b03811115613c3c575f80fd5b613c4884828501613387565b6101008301525092915050565b5f8060408385031215613c66575f80fd5b8235613c71816138e1565b915060208301356001600160401b03811115613c8b575f80fd5b613ac385828601613b82565b803562ffffff81168114610b0d575f80fd5b5f805f60608486031215613cbb575f80fd5b8335613cc68161323a565b9250613cd460208501613c97565b91506040840135613554816134e7565b5f8060408385031215613cf5575f80fd5b8235613d008161323a565b915060208301356001600160401b03811115613d1a575f80fd5b613ac385828601613435565b5f80828403610260811215613d39575f80fd5b8335613d448161323a565b9250610240601f1982011215613d58575f80fd5b50613d61613364565b613d6d6020850161324e565b8152613d7b6040850161324e565b6020820152613d8c6060850161324e565b6040820152613d9d6080850161324e565b6060820152613dae60a0850161324e565b6080820152613dbf60c0850161324e565b60a0820152613dd060e0850161324e565b60c0820152613de2610100850161324e565b60e0820152613df4610120850161324e565b610100820152613e07610140850161324e565b610120820152613e1a610160850161324e565b610140820152613e2d610180850161324e565b610160820152613e406101a0850161324e565b610180820152613e536101c0850161324e565b6101a0820152613e666101e0850161324e565b6101c0820152613e79610200850161324e565b6101e0820152613e8c610220850161324e565b610200820152613e9f610240850161324e565b610220820152809150509250929050565b5f60408284031215613ec0575f80fd5b613ec861331f565b823581526020928301359281019290925250919050565b5f60e08284031215613eef575f80fd5b613ef761328f565b90508135613f048161323a565b8152613f138360208401613eb0565b602082015260608201356001600160401b03811115613f30575f80fd5b613f3c84828501613387565b6040830152506080820135613f508161355f565b6060820152613f6160a08301613571565b6080820152613f7260c08301613571565b60a082015292915050565b5f805f60608486031215613f8f575f80fd5b8335613f9a8161323a565b925060208401356001600160401b03811115613fb4575f80fd5b61354386828701613edf565b5f60808284031215613fd0575f80fd5b604051608081016001600160401b0381118282101715613ff257613ff261327b565b6040529050808235614003816138e1565b815260208301356140138161357c565b602082015260408301356001600160401b03811115614030575f80fd5b61403c85828601613387565b604083015250606083013561405081613b66565b6060919091015292915050565b5f805f6060848603121561406f575f80fd5b833561407a8161323a565b925060208401356001600160401b03811115614094575f80fd5b61354386828701613fc0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b6a60208301846140a0565b5f805f606084860312156140f2575f80fd5b83356140fd816138e1565b925060208401356001600160401b03811115614117575f80fd5b61354386828701613b82565b5f60e08284031215614133575f80fd5b61413b6132da565b90506141468261324e565b815260208201356001600160401b03811115614160575f80fd5b61416c84828501613387565b6020830152506040828101359082015261418860608301613b77565b606082015261419960808301613b77565b60808201526141aa60a08301613571565b60a082015260c08201356001600160401b038111156141c7575f80fd5b6141d384828501613387565b60c08301525092915050565b5f805f606084860312156141f1575f80fd5b83356141fc816138e1565b925060208401356001600160401b03811115614216575f80fd5b61354386828701614123565b5f60208284031215614232575f80fd5b813561327481613416565b5f806040838503121561424e575f80fd5b8235613843816138e1565b5f60e08284031215614269575f80fd5b6142716132da565b9050813561427e8161323a565b8152602082013561428e8161388a565b602082015260408201356142a18161357c565b604082015260608201356142b48161357c565b60608201526142c560808301613589565b608082015260a0828101359082015260c09182013591810191909152919050565b5f805f61012084860312156142f9575f80fd5b83356143048161323a565b92506143138560208601614259565b9150610100840135613554816134e7565b5f806101008385031215614336575f80fd5b82356143418161323a565b91506143508460208501614259565b90509250929050565b6020815261439e60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a0808401526136b360c08401826140a0565b5f805f606084860312156143c9575f80fd5b83356143d48161323a565b925060208401356001600160401b038111156143ee575f80fd5b61354386828701613901565b5f806040838503121561440b575f80fd5b82356144168161323a565b915060208301356001600160401b03811115614430575f80fd5b613ac385828601613edf565b60808101610b6d828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f610200828403121561448e575f80fd5b614496613341565b90506144a18261324e565b81526144af6020830161324e565b60208201526144c18360408401613eb0565b60408201526144d38360808401613eb0565b60608201526144e58360c08401613eb0565b60808201526144f8836101008401613eb0565b60a082015261450b836101408401613eb0565b60c082015261451e836101808401613eb0565b60e0820152614531836101c08401613eb0565b61010082015292915050565b5f80610220838503121561454f575f80fd5b823561455a8161323a565b9150614350846020850161447d565b5f805f6060848603121561457b575f80fd5b8335614586816138e1565b925060208401356001600160401b038111156145a0575f80fd5b61354386828701613acd565b5f805f606084860312156145be575f80fd5b83356145c9816134e7565b92506020840135613cd4816134e7565b5f80604083850312156145ea575f80fd5b82356138438161388a565b5f805f6102408486031215614608575f80fd5b83356146138161323a565b9250614622856020860161447d565b9150610220840135613554816134e7565b5f805f60608486031215614645575f80fd5b83356146508161323a565b92506020840135613cd4816136d2565b5f8060408385031215614671575f80fd5b823561467c816138e1565b915060208301356001600160401b03811115614696575f80fd5b613ac385828601614123565b5f60a082840312156146b2575f80fd5b60405160a081016001600160401b03811182821017156146d4576146d461327b565b60405290508082356146e5816136d2565b815260208301356146f58161323a565b6020820152604083013561470881613416565b604082015260608301356001600160401b03811115614725575f80fd5b61473185828601613387565b60608301525060808301356147458161355f565b6080919091015292915050565b5f805f8060808587031215614765575f80fd5b84356147708161323a565b935061477e60208601613c97565b925060408501356001600160401b03811115614798575f80fd5b6147a4878288016146a2565b92505060608501356147b5816134e7565b939692955090935050565b5f805f606084860312156147d2575f80fd5b83356147dd8161323a565b92506147eb60208501613c97565b915060408401356001600160401b03811115614805575f80fd5b613802868287016146a2565b60ff1981168114612980575f80fd5b5f8060408385031215614831575f80fd5b823561483c816134e7565b9150602083013561385381614811565b5f806040838503121561485d575f80fd5b82356148688161323a565b915060208301356001600160401b03811115614882575f80fd5b613ac385828601613fc0565b5f805f80608085870312156148a1575f80fd5b84356148ac8161323a565b935060208501356148bc816136d2565b925060408501356001600160401b038111156148d6575f80fd5b6147a4878288016136ec565b602081525f825160c060208401526148fd60e08401826140a0565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161495060a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261496c82826140a0565b95945050505050565b5f60208284031215614985575f80fd5b5051919050565b602081526149a66020820183516001600160601b03169052565b5f602083015161010060408401526149c26101208401826140a0565b905060408401516149de60608501826001600160601b03169052565b506060840151838203601f190160808501526149fa82826140a0565b9150506080840151601f198483030160a0850152614a1882826140a0565b91505060a0840151614a3360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151614a9a606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152614ac46101008401826140a0565b905060a0840151601f198483030160c0850152614ae182826140a0565b91505060c0840151614a5660e085018264ffffffffff169052565b60208152614b166020820183516001600160601b03169052565b5f6020830151614b3160408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff811661010084015250610100830151610220610120840152614bce6102408401826140a0565b9050610120840151601f1984830301610140850152614bed82826140a0565b915050610140840151614c0761016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff8116610220850152614a56565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136b360608401826140a0565b602081525f82516101206020840152614cea6101408401826140a0565b90506020840151604084015260408401516060840152606084015160808401526080840151614d2160a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f190161012085015261496c82826140a0565b5f60208284031215614d7e575f80fd5b81516132748161357c565b81516001600160601b0316815261024081016020830151614db560208401826001600160601b03169052565b506040830151614dd060408401826001600160601b03169052565b506060830151614deb60608401826001600160601b03169052565b506080830151614e0660808401826001600160601b03169052565b5060a0830151614e2160a08401826001600160601b03169052565b5060c0830151614e3c60c08401826001600160601b03169052565b5060e0830151614e5760e08401826001600160601b03169052565b50610100830151614e746101008401826001600160601b03169052565b50610120830151614e916101208401826001600160601b03169052565b50610140830151614eae6101408401826001600160601b03169052565b50610160830151614ecb6101608401826001600160601b03169052565b50610180830151614ee86101808401826001600160601b03169052565b506101a0830151614f056101a08401826001600160601b03169052565b506101c0830151614f226101c08401826001600160601b03169052565b506101e0830151614f3f6101e08401826001600160601b03169052565b50610200830151614f5c6102008401826001600160601b03169052565b5061022083015161264b6102208401826001600160601b03169052565b602081526001600160601b0382511660208201525f6020830151614faa604084018280518252602090810151910152565b50604083015160e06080840152614fc56101008401826140a0565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261504160a08401826140a0565b905063ffffffff60608501511660808401528091505092915050565b600181811c9082168061507157607f821691505b60208210810361508f57634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e060408401526150c46101008401826140a0565b90506040840151606084015263ffffffff606085015116608084015260808401516150f760a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e085015261496c82826140a0565b5f60e0820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151151560608301526080830151615178608084018215159052565b5060a083015160a083015260c083015160c083015292915050565b5f602082840312156151a3575f80fd5b815161327481613416565b81516001600160601b031681526020808301516102008301916151db908401826001600160601b03169052565b5060408301516151f8604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e084015261264b565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a060808401526152de60c08401826140a0565b905064ffffffffff60808501511660a08401528091505092915050565b5f8085851115615309575f80fd5b83861115615315575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561264b576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a5057805f5260205f20601f840160051c810160208510156153bc5750805b601f840160051c820191505b818110156113ae575f81556001016153c8565b81516001600160401b038111156153f4576153f461327b565b61540881615402845461505d565b84615397565b6020601f82116001811461543a575f83156154235750848201515b5f19600385901b1c1916600184901b1784556113ae565b5f84815260208120601f198516915b828110156154695787850151825560209485019460019092019101615449565b508482101561548657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156154a5575f80fd5b8151613274816134e7565b5f602082840312156154c0575f80fd5b815161327481614811565b5f600182016154e857634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156154ff575f80fd5b81516132748161388a565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615560575f80fd5b825161556b8161357c565b602084015190925061385381613b66565b5f6020828403121561558c575f80fd5b815161327481613b66565b5f602082840312156155a7575f80fd5b81516132748161323a565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220d2109ee4539306b1ffc4a5751b45bd6d6c1332c0d6dfc0e322807736d0f7998264736f6c634300081a0033",
3227
+ "linkReferences": {
3228
+ "contracts/type/Amount.sol": {
3229
+ "AmountLib": [
3230
+ {
3231
+ "length": 20,
3232
+ "start": 11760
3233
+ },
3234
+ {
3235
+ "length": 20,
3236
+ "start": 12050
3237
+ }
3238
+ ]
3239
+ },
3240
+ "contracts/type/Blocknumber.sol": {
3241
+ "BlocknumberLib": [
3242
+ {
3243
+ "length": 20,
3244
+ "start": 11615
3245
+ },
3246
+ {
3247
+ "length": 20,
3248
+ "start": 11855
3249
+ }
3250
+ ]
3251
+ },
3252
+ "contracts/type/ClaimId.sol": {
3253
+ "ClaimIdLib": [
3254
+ {
3255
+ "length": 20,
3256
+ "start": 8792
3257
+ }
3258
+ ]
3259
+ },
3260
+ "contracts/type/DistributorType.sol": {
3261
+ "DistributorTypeLib": [
3262
+ {
3263
+ "length": 20,
3264
+ "start": 3373
3265
+ },
3266
+ {
3267
+ "length": 20,
3268
+ "start": 4089
3269
+ },
3270
+ {
3271
+ "length": 20,
3272
+ "start": 5544
3273
+ }
3274
+ ]
3275
+ },
3276
+ "contracts/type/Key32.sol": {
3277
+ "Key32Lib": [
3278
+ {
3279
+ "length": 20,
3280
+ "start": 6735
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": 9264
3305
+ },
3306
+ {
3307
+ "length": 20,
3308
+ "start": 9378
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": 10055
3333
+ }
3334
+ ]
3335
+ },
3336
+ "contracts/type/Referral.sol": {
3337
+ "ReferralLib": [
3338
+ {
3339
+ "length": 20,
3340
+ "start": 4247
3341
+ },
3342
+ {
3343
+ "length": 20,
3344
+ "start": 6131
3345
+ },
3346
+ {
3347
+ "length": 20,
3348
+ "start": 6471
3349
+ }
3350
+ ]
3351
+ },
3352
+ "contracts/type/RequestId.sol": {
3353
+ "RequestIdLib": [
3354
+ {
3355
+ "length": 20,
3356
+ "start": 2728
3357
+ },
3358
+ {
3359
+ "length": 20,
3360
+ "start": 3002
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": 3215
3377
+ },
3378
+ {
3379
+ "length": 20,
3380
+ "start": 4540
3381
+ },
3382
+ {
3383
+ "length": 20,
3384
+ "start": 5711
3385
+ }
3386
+ ]
3387
+ },
3388
+ "contracts/type/StateId.sol": {
3389
+ "StateIdLib": [
3390
+ {
3391
+ "length": 20,
3392
+ "start": 3574
3393
+ },
3394
+ {
3395
+ "length": 20,
3396
+ "start": 5883
3397
+ },
3398
+ {
3399
+ "length": 20,
3400
+ "start": 6382
3401
+ },
3402
+ {
3403
+ "length": 20,
3404
+ "start": 8102
3405
+ },
3406
+ {
3407
+ "length": 20,
3408
+ "start": 8852
3409
+ },
3410
+ {
3411
+ "length": 20,
3412
+ "start": 9039
3413
+ }
3414
+ ]
3415
+ }
3416
+ },
3417
+ "deployedLinkReferences": {
3418
+ "contracts/type/Amount.sol": {
3419
+ "AmountLib": [
3420
+ {
3421
+ "length": 20,
3422
+ "start": 11732
3423
+ },
3424
+ {
3425
+ "length": 20,
3426
+ "start": 12022
3427
+ }
3428
+ ]
3429
+ },
3430
+ "contracts/type/Blocknumber.sol": {
3431
+ "BlocknumberLib": [
3432
+ {
3433
+ "length": 20,
3434
+ "start": 11587
3435
+ },
3436
+ {
3437
+ "length": 20,
3438
+ "start": 11827
3439
+ }
3440
+ ]
3441
+ },
3442
+ "contracts/type/ClaimId.sol": {
3443
+ "ClaimIdLib": [
3444
+ {
3445
+ "length": 20,
3446
+ "start": 8764
3447
+ }
3448
+ ]
3449
+ },
3450
+ "contracts/type/DistributorType.sol": {
3451
+ "DistributorTypeLib": [
3452
+ {
3453
+ "length": 20,
3454
+ "start": 3345
3455
+ },
3456
+ {
3457
+ "length": 20,
3458
+ "start": 4061
3459
+ },
3460
+ {
3461
+ "length": 20,
3462
+ "start": 5516
3463
+ }
3464
+ ]
3465
+ },
3466
+ "contracts/type/Key32.sol": {
3467
+ "Key32Lib": [
3468
+ {
3469
+ "length": 20,
3470
+ "start": 6707
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": 9236
3495
+ },
3496
+ {
3497
+ "length": 20,
3498
+ "start": 9350
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": 10027
3523
+ }
3524
+ ]
3525
+ },
3526
+ "contracts/type/Referral.sol": {
3527
+ "ReferralLib": [
3528
+ {
3529
+ "length": 20,
3530
+ "start": 4219
3531
+ },
3532
+ {
3533
+ "length": 20,
3534
+ "start": 6103
3535
+ },
3536
+ {
3537
+ "length": 20,
3538
+ "start": 6443
3539
+ }
3540
+ ]
3541
+ },
3542
+ "contracts/type/RequestId.sol": {
3543
+ "RequestIdLib": [
3544
+ {
3545
+ "length": 20,
3546
+ "start": 2700
3547
+ },
3548
+ {
3549
+ "length": 20,
3550
+ "start": 2974
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": 3187
3567
+ },
3568
+ {
3569
+ "length": 20,
3570
+ "start": 4512
3571
+ },
3572
+ {
3573
+ "length": 20,
3574
+ "start": 5683
3575
+ }
3576
+ ]
3577
+ },
3578
+ "contracts/type/StateId.sol": {
3579
+ "StateIdLib": [
3580
+ {
3581
+ "length": 20,
3582
+ "start": 3546
3583
+ },
3584
+ {
3585
+ "length": 20,
3586
+ "start": 5855
3587
+ },
3588
+ {
3589
+ "length": 20,
3590
+ "start": 6354
3591
+ },
3592
+ {
3593
+ "length": 20,
3594
+ "start": 8074
3595
+ },
3596
+ {
3597
+ "length": 20,
3598
+ "start": 8824
3599
+ },
3600
+ {
3601
+ "length": 20,
3602
+ "start": 9011
3603
+ }
3604
+ ]
3605
+ }
3606
+ }
3607
+ }