@etherisc/gif-next 0.0.2-de220d6-949 → 0.0.2-de7c770-422

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