@etherisc/gif-next 0.0.2-d96b9e1-825 → 0.0.2-d9d5e42-801

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