@etherisc/gif-next 0.0.2-ff8087d-237 → 0.0.2-ffa91a6-022

Sign up to get free protection for your applications and to get access to all the features.
Files changed (721) hide show
  1. package/README.md +77 -10
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1494 -0
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
  12. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +673 -0
  14. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  16. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +615 -0
  18. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  19. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  20. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1224 -0
  22. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +382 -0
  24. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  26. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  27. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  28. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
  30. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +644 -0
  32. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  33. package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +261 -331
  34. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1580 -0
  36. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +868 -0
  38. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
  40. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  41. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +318 -306
  42. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  44. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1445 -0
  46. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +644 -0
  48. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2002 -0
  50. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +644 -0
  52. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  53. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1388 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +644 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1612 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +644 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2389 -0
  66. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  67. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +644 -0
  68. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  69. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  70. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +384 -2276
  72. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  73. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +284 -82
  74. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  75. package/artifacts/contracts/instance/Instance.sol/Instance.json +534 -2908
  76. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2036 -0
  78. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +716 -0
  80. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1406 -517
  82. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +310 -361
  84. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  85. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +153 -143
  86. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  87. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3728 -0
  88. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  89. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  90. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  92. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  93. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  94. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  96. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  98. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  100. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  101. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  102. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  106. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  107. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  108. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  110. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  112. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +632 -0
  113. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  114. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  115. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  116. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
  117. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  118. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +280 -198
  119. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  120. package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +234 -253
  121. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  122. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
  123. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  124. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
  125. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  126. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/BasicPool.sol/BasicPool.json} +398 -262
  127. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  128. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +644 -0
  129. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  130. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
  131. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  132. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
  133. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  134. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +223 -73
  135. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  136. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +321 -296
  137. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  138. package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +511 -358
  139. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  140. package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
  141. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  142. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
  143. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  144. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
  145. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  146. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
  147. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  148. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +879 -0
  149. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  150. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +740 -0
  151. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  152. package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +415 -473
  153. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  154. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +644 -0
  155. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  156. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
  157. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  158. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
  159. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  160. package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +155 -135
  161. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  162. package/artifacts/contracts/{instance/service → product}/IClaimService.sol/IClaimService.json +338 -17
  163. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  164. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
  165. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  166. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
  167. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  168. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
  169. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  170. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +100 -62
  171. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  172. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
  173. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  174. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +293 -0
  175. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  176. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
  177. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  178. package/artifacts/contracts/product/PricingService.sol/PricingService.json +951 -0
  179. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  180. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
  181. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  182. package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
  183. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  184. package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
  185. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  186. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
  187. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  188. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  189. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  190. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +483 -29
  191. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  192. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +291 -106
  193. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  194. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  195. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  196. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  197. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  198. package/artifacts/contracts/registry/Registry.sol/Registry.json +982 -137
  199. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  200. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2018 -0
  201. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  202. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
  203. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  204. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +362 -243
  205. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  206. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +164 -86
  207. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  208. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1954 -0
  209. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  210. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  211. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  212. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1337 -0
  213. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  214. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  215. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  216. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +317 -141
  217. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  218. package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
  219. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  220. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1556 -0
  221. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  222. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
  223. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  224. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +60 -206
  225. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +597 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  230. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  233. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  234. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +117 -142
  235. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  236. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IComponentService.sol/IComponentService.json} +608 -788
  237. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  238. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
  239. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  240. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  241. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  242. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  243. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +23 -1
  245. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
  247. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +154 -0
  249. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  250. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  251. package/artifacts/contracts/shared/IService.sol/IService.json +74 -2
  252. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  253. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  254. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
  256. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  257. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  258. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  259. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  260. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  261. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  262. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  263. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -57
  264. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  265. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
  266. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  267. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +129 -90
  268. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  269. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  270. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  271. package/artifacts/contracts/shared/Service.sol/Service.json +67 -102
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +617 -8
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  276. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  278. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  279. package/artifacts/contracts/{components/Pool.sol/Pool.json → staking/IStaking.sol/IStaking.json} +673 -589
  280. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
  282. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  283. package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
  284. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  286. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  288. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +792 -0
  290. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
  292. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
  294. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
  296. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  298. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  299. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  300. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  301. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  302. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  304. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  306. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  308. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  310. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  312. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  314. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  315. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  316. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  318. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  319. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  320. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  322. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  324. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  326. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  328. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  330. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
  332. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  334. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  336. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  338. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  340. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  342. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  343. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -7
  344. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  346. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  348. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  350. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  351. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  352. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  354. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  356. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  357. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  358. package/contracts/accounting/AccountingService.sol +262 -0
  359. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  360. package/contracts/accounting/IAccountingService.sol +45 -0
  361. package/contracts/authorization/AccessAdmin.sol +704 -0
  362. package/contracts/authorization/AccessAdminLib.sol +183 -0
  363. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  364. package/contracts/authorization/Authorization.sol +365 -0
  365. package/contracts/authorization/IAccess.sol +49 -0
  366. package/contracts/authorization/IAccessAdmin.sol +170 -0
  367. package/contracts/authorization/IAuthorization.sol +80 -0
  368. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  369. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  370. package/contracts/distribution/BasicDistribution.sol +141 -0
  371. package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
  372. package/contracts/distribution/Distribution.sol +244 -0
  373. package/contracts/distribution/DistributionService.sol +385 -0
  374. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  375. package/contracts/distribution/IDistributionComponent.sol +43 -0
  376. package/contracts/distribution/IDistributionService.sol +103 -0
  377. package/contracts/examples/fire/DamageLevel.sol +59 -0
  378. package/contracts/examples/fire/FirePool.sol +86 -0
  379. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  380. package/contracts/examples/fire/FireProduct.sol +433 -0
  381. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  382. package/contracts/examples/fire/FireUSD.sol +26 -0
  383. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  384. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  385. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  386. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  387. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  388. package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
  389. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  390. package/contracts/instance/BundleSet.sol +130 -0
  391. package/contracts/instance/IInstance.sol +78 -77
  392. package/contracts/instance/IInstanceService.sol +51 -30
  393. package/contracts/instance/Instance.sol +202 -224
  394. package/contracts/instance/InstanceAdmin.sol +450 -0
  395. package/contracts/instance/InstanceAuthorizationV3.sol +235 -0
  396. package/contracts/instance/InstanceReader.sol +366 -82
  397. package/contracts/instance/InstanceService.sol +317 -339
  398. package/contracts/instance/InstanceServiceManager.sol +14 -29
  399. package/contracts/instance/InstanceStore.sol +298 -0
  400. package/contracts/instance/RiskSet.sol +118 -0
  401. package/contracts/instance/base/BalanceStore.sol +123 -0
  402. package/contracts/instance/base/Cloneable.sol +28 -0
  403. package/contracts/instance/base/ObjectCounter.sol +20 -0
  404. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  405. package/contracts/instance/base/ObjectSet.sol +77 -0
  406. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  407. package/contracts/instance/module/IBundle.sol +6 -9
  408. package/contracts/instance/module/IComponents.sol +28 -19
  409. package/contracts/instance/module/IDistribution.sol +10 -8
  410. package/contracts/instance/module/IPolicy.sol +41 -33
  411. package/contracts/instance/module/IRisk.sol +4 -1
  412. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  413. package/contracts/oracle/BasicOracle.sol +45 -0
  414. package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
  415. package/contracts/oracle/IOracle.sol +36 -0
  416. package/contracts/oracle/IOracleComponent.sol +33 -0
  417. package/contracts/oracle/IOracleService.sol +66 -0
  418. package/contracts/oracle/Oracle.sol +154 -0
  419. package/contracts/oracle/OracleService.sol +310 -0
  420. package/contracts/oracle/OracleServiceManager.sol +39 -0
  421. package/contracts/pool/BasicPool.sol +173 -0
  422. package/contracts/pool/BasicPoolAuthorization.sol +76 -0
  423. package/contracts/pool/BundleService.sol +395 -0
  424. package/contracts/pool/BundleServiceManager.sol +39 -0
  425. package/contracts/{instance/service → pool}/IBundleService.sol +43 -46
  426. package/contracts/pool/IPoolComponent.sol +62 -0
  427. package/contracts/pool/IPoolService.sol +165 -0
  428. package/contracts/pool/Pool.sol +343 -0
  429. package/contracts/pool/PoolLib.sol +216 -0
  430. package/contracts/pool/PoolService.sol +755 -0
  431. package/contracts/pool/PoolServiceManager.sol +39 -0
  432. package/contracts/product/ApplicationService.sol +274 -0
  433. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  434. package/contracts/product/BasicProduct.sol +49 -0
  435. package/contracts/product/BasicProductAuthorization.sol +56 -0
  436. package/contracts/product/ClaimService.sol +632 -0
  437. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  438. package/contracts/{instance/service → product}/IApplicationService.sol +19 -29
  439. package/contracts/{instance/service → product}/IClaimService.sol +64 -19
  440. package/contracts/product/IPolicyService.sol +95 -0
  441. package/contracts/product/IPricingService.sol +40 -0
  442. package/contracts/product/IProductComponent.sol +62 -0
  443. package/contracts/product/IRiskService.sol +33 -0
  444. package/contracts/product/PolicyService.sol +664 -0
  445. package/contracts/product/PolicyServiceLib.sol +65 -0
  446. package/contracts/product/PolicyServiceManager.sol +39 -0
  447. package/contracts/product/PricingService.sol +309 -0
  448. package/contracts/product/PricingServiceManager.sol +39 -0
  449. package/contracts/product/Product.sol +467 -0
  450. package/contracts/product/RiskService.sol +154 -0
  451. package/contracts/product/RiskServiceManager.sol +39 -0
  452. package/contracts/registry/ChainNft.sol +79 -40
  453. package/contracts/registry/IRegistry.sol +95 -30
  454. package/contracts/registry/IRegistryService.sol +34 -38
  455. package/contracts/registry/IRelease.sol +26 -0
  456. package/contracts/registry/ITransferInterceptor.sol +1 -2
  457. package/contracts/registry/Registry.sol +460 -197
  458. package/contracts/registry/RegistryAdmin.sol +258 -0
  459. package/contracts/registry/RegistryAuthorization.sol +267 -0
  460. package/contracts/registry/RegistryService.sol +89 -130
  461. package/contracts/registry/RegistryServiceManager.sol +23 -32
  462. package/contracts/registry/ReleaseAdmin.sol +253 -0
  463. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  464. package/contracts/registry/ReleaseRegistry.sol +517 -0
  465. package/contracts/registry/ServiceAuthorizationV3.sol +331 -0
  466. package/contracts/registry/TokenRegistry.sol +261 -64
  467. package/contracts/shared/Component.sol +210 -0
  468. package/contracts/shared/ComponentService.sol +708 -0
  469. package/contracts/shared/ComponentServiceManager.sol +38 -0
  470. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  471. package/contracts/shared/ContractLib.sol +281 -0
  472. package/contracts/shared/IComponent.sol +58 -0
  473. package/contracts/shared/IComponentService.sol +112 -0
  474. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  475. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  476. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  477. package/contracts/shared/INftOwnable.sol +4 -2
  478. package/contracts/shared/IPolicyHolder.sol +16 -21
  479. package/contracts/shared/IRegisterable.sol +23 -1
  480. package/contracts/shared/IService.sol +12 -7
  481. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
  482. package/contracts/shared/InstanceLinkedComponent.sol +195 -0
  483. package/contracts/shared/KeyValueStore.sol +131 -0
  484. package/contracts/shared/Lifecycle.sol +88 -0
  485. package/contracts/shared/NftIdSet.sol +65 -0
  486. package/contracts/shared/NftOwnable.sol +34 -25
  487. package/contracts/shared/PolicyHolder.sol +20 -52
  488. package/contracts/shared/Registerable.sol +55 -24
  489. package/contracts/shared/RegistryLinked.sol +9 -14
  490. package/contracts/shared/Service.sol +33 -40
  491. package/contracts/shared/TokenHandler.sol +320 -13
  492. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  493. package/contracts/staking/IStaking.sol +175 -0
  494. package/contracts/staking/IStakingService.sol +172 -0
  495. package/contracts/staking/Staking.sol +546 -0
  496. package/contracts/staking/StakingLib.sol +281 -0
  497. package/contracts/staking/StakingLifecycle.sol +23 -0
  498. package/contracts/staking/StakingManager.sol +52 -0
  499. package/contracts/staking/StakingReader.sol +180 -0
  500. package/contracts/staking/StakingService.sol +464 -0
  501. package/contracts/staking/StakingServiceManager.sol +45 -0
  502. package/contracts/staking/StakingStore.sol +606 -0
  503. package/contracts/staking/TargetManagerLib.sol +211 -0
  504. package/contracts/{types → type}/AddressSet.sol +1 -1
  505. package/contracts/{types → type}/Amount.sol +44 -3
  506. package/contracts/{types → type}/Blocknumber.sol +26 -3
  507. package/contracts/{types → type}/ClaimId.sol +6 -1
  508. package/contracts/{types → type}/Fee.sol +17 -16
  509. package/contracts/{types → type}/Key32.sol +2 -2
  510. package/contracts/type/Key32Set.sol +62 -0
  511. package/contracts/{types → type}/NftId.sol +21 -16
  512. package/contracts/{types → type}/NftIdSet.sol +2 -2
  513. package/contracts/type/ObjectType.sol +294 -0
  514. package/contracts/{types → type}/PayoutId.sol +10 -10
  515. package/contracts/{types → type}/Referral.sol +2 -1
  516. package/contracts/type/RequestId.sol +75 -0
  517. package/contracts/type/RiskId.sol +75 -0
  518. package/contracts/type/RoleId.sol +182 -0
  519. package/contracts/type/Seconds.sol +101 -0
  520. package/contracts/type/Selector.sol +107 -0
  521. package/contracts/{types → type}/StateId.sol +41 -2
  522. package/contracts/type/String.sol +53 -0
  523. package/contracts/{types → type}/Timestamp.sol +16 -7
  524. package/contracts/{types → type}/UFixed.sol +40 -121
  525. package/contracts/{types → type}/Version.sol +58 -7
  526. package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
  527. package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
  528. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  529. package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
  530. package/package.json +12 -8
  531. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  532. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  533. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  534. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  535. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  536. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  537. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  538. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  539. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  540. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  541. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  542. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  543. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  544. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  545. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
  546. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  547. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  548. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  549. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  550. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  553. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  555. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  556. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
  557. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  558. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  560. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  561. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1124
  562. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  563. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -688
  564. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  565. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1283
  566. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  567. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -696
  568. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -1384
  570. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -752
  572. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  573. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1847
  574. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  575. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -816
  576. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  577. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  579. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  581. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  582. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  583. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1281
  585. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -740
  587. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1622
  589. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -708
  591. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  592. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -864
  593. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  594. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -640
  595. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  596. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  597. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  598. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
  599. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  600. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  601. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  602. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  603. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  604. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  605. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -569
  606. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  607. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  608. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  609. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  610. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  611. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  612. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -370
  613. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  614. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  615. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  616. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -588
  617. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  619. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  620. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  621. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  623. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  624. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  625. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  626. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  627. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -281
  629. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  631. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  633. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  634. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -179
  635. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  637. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  638. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -312
  639. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  640. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  641. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  642. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  643. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  644. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  645. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  646. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  647. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  649. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  650. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -209
  651. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  652. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  653. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  654. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  655. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  656. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  657. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  658. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  659. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  660. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  661. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  662. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  664. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  666. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  668. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  670. package/contracts/components/Component.sol +0 -272
  671. package/contracts/components/Distribution.sol +0 -285
  672. package/contracts/components/IComponent.sol +0 -90
  673. package/contracts/components/IDistributionComponent.sol +0 -71
  674. package/contracts/components/IPoolComponent.sol +0 -114
  675. package/contracts/components/IProductComponent.sol +0 -41
  676. package/contracts/components/Pool.sol +0 -302
  677. package/contracts/components/Product.sol +0 -372
  678. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  679. package/contracts/instance/BundleManager.sol +0 -126
  680. package/contracts/instance/Cloneable.sol +0 -51
  681. package/contracts/instance/InstanceAccessManager.sol +0 -527
  682. package/contracts/instance/ObjectManager.sol +0 -82
  683. package/contracts/instance/base/ComponentService.sol +0 -130
  684. package/contracts/instance/base/KeyValueStore.sol +0 -149
  685. package/contracts/instance/base/Lifecycle.sol +0 -120
  686. package/contracts/instance/module/IAccess.sol +0 -54
  687. package/contracts/instance/module/ISetup.sol +0 -33
  688. package/contracts/instance/module/ITreasury.sol +0 -23
  689. package/contracts/instance/service/ApplicationService.sol +0 -356
  690. package/contracts/instance/service/BundleService.sol +0 -385
  691. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  692. package/contracts/instance/service/ClaimService.sol +0 -443
  693. package/contracts/instance/service/DistributionService.sol +0 -432
  694. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  695. package/contracts/instance/service/IDistributionService.sol +0 -101
  696. package/contracts/instance/service/IPolicyService.sol +0 -80
  697. package/contracts/instance/service/IPoolService.sol +0 -114
  698. package/contracts/instance/service/IProductService.sol +0 -40
  699. package/contracts/instance/service/PolicyService.sol +0 -372
  700. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  701. package/contracts/instance/service/PoolService.sol +0 -403
  702. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  703. package/contracts/instance/service/ProductService.sol +0 -210
  704. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  705. package/contracts/registry/RegistryAccessManager.sol +0 -216
  706. package/contracts/registry/ReleaseManager.sol +0 -324
  707. package/contracts/shared/ContractDeployerLib.sol +0 -72
  708. package/contracts/test/TestFee.sol +0 -25
  709. package/contracts/test/TestRegisterable.sol +0 -18
  710. package/contracts/test/TestRoleId.sol +0 -14
  711. package/contracts/test/TestService.sol +0 -25
  712. package/contracts/test/TestToken.sol +0 -26
  713. package/contracts/test/TestVersion.sol +0 -44
  714. package/contracts/test/TestVersionable.sol +0 -17
  715. package/contracts/types/ChainId.sol +0 -38
  716. package/contracts/types/NumberId.sol +0 -52
  717. package/contracts/types/ObjectType.sol +0 -157
  718. package/contracts/types/RiskId.sol +0 -43
  719. package/contracts/types/RoleId.sol +0 -97
  720. package/contracts/types/Seconds.sol +0 -54
  721. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1261 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BundleService",
4
+ "sourceName": "contracts/pool/BundleService.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": "bundleNftId",
60
+ "type": "uint96"
61
+ },
62
+ {
63
+ "internalType": "StateId",
64
+ "name": "state",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "Timestamp",
69
+ "name": "expiredAt",
70
+ "type": "uint40"
71
+ }
72
+ ],
73
+ "name": "ErrorBundleServiceBundleNotOpen",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "NftId",
80
+ "name": "bundleNftId",
81
+ "type": "uint96"
82
+ },
83
+ {
84
+ "internalType": "NftId",
85
+ "name": "expectedPool",
86
+ "type": "uint96"
87
+ },
88
+ {
89
+ "internalType": "NftId",
90
+ "name": "actualPool",
91
+ "type": "uint96"
92
+ }
93
+ ],
94
+ "name": "ErrorBundleServiceBundlePoolMismatch",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "NftId",
101
+ "name": "bundleNftId",
102
+ "type": "uint96"
103
+ }
104
+ ],
105
+ "name": "ErrorBundleServiceBundleUnknown",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "NftId",
112
+ "name": "bundleNftId",
113
+ "type": "uint96"
114
+ },
115
+ {
116
+ "internalType": "uint256",
117
+ "name": "openPoliciesCount",
118
+ "type": "uint256"
119
+ }
120
+ ],
121
+ "name": "ErrorBundleServiceBundleWithOpenPolicies",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "NftId",
128
+ "name": "bundleNftId",
129
+ "type": "uint96"
130
+ },
131
+ {
132
+ "internalType": "Amount",
133
+ "name": "capacityAmount",
134
+ "type": "uint96"
135
+ },
136
+ {
137
+ "internalType": "Amount",
138
+ "name": "collateralAmount",
139
+ "type": "uint96"
140
+ }
141
+ ],
142
+ "name": "ErrorBundleServiceCapacityInsufficient",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [],
147
+ "name": "ErrorBundleServiceExtensionLifetimeIsZero",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [
152
+ {
153
+ "internalType": "address",
154
+ "name": "bundleOwner",
155
+ "type": "address"
156
+ },
157
+ {
158
+ "internalType": "address",
159
+ "name": "tokenHandlerAddress",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "internalType": "Amount",
164
+ "name": "amount",
165
+ "type": "uint96"
166
+ }
167
+ ],
168
+ "name": "ErrorBundleServiceInsufficientAllowance",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [
173
+ {
174
+ "internalType": "NftId",
175
+ "name": "policyNftId",
176
+ "type": "uint96"
177
+ }
178
+ ],
179
+ "name": "ErrorBundleServicePolicyNotCloseable",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "Amount",
186
+ "name": "amount",
187
+ "type": "uint96"
188
+ },
189
+ {
190
+ "internalType": "Amount",
191
+ "name": "limit",
192
+ "type": "uint96"
193
+ }
194
+ ],
195
+ "name": "ErrorBundleServiceUnstakeAmountExceedsLimit",
196
+ "type": "error"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "NftId",
202
+ "name": "componentNftId",
203
+ "type": "uint96"
204
+ }
205
+ ],
206
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [
211
+ {
212
+ "internalType": "NftId",
213
+ "name": "componentNftId",
214
+ "type": "uint96"
215
+ },
216
+ {
217
+ "internalType": "ObjectType",
218
+ "name": "expectedType",
219
+ "type": "uint8"
220
+ },
221
+ {
222
+ "internalType": "ObjectType",
223
+ "name": "actualType",
224
+ "type": "uint8"
225
+ }
226
+ ],
227
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "NftId",
234
+ "name": "nftId",
235
+ "type": "uint96"
236
+ }
237
+ ],
238
+ "name": "ErrorNftOwnableAlreadyLinked",
239
+ "type": "error"
240
+ },
241
+ {
242
+ "inputs": [
243
+ {
244
+ "internalType": "address",
245
+ "name": "contractAddress",
246
+ "type": "address"
247
+ }
248
+ ],
249
+ "name": "ErrorNftOwnableContractNotRegistered",
250
+ "type": "error"
251
+ },
252
+ {
253
+ "inputs": [],
254
+ "name": "ErrorNftOwnableInitialOwnerZero",
255
+ "type": "error"
256
+ },
257
+ {
258
+ "inputs": [
259
+ {
260
+ "internalType": "NftId",
261
+ "name": "nftId",
262
+ "type": "uint96"
263
+ },
264
+ {
265
+ "internalType": "ObjectType",
266
+ "name": "expectedObjectType",
267
+ "type": "uint8"
268
+ }
269
+ ],
270
+ "name": "ErrorNftOwnableInvalidType",
271
+ "type": "error"
272
+ },
273
+ {
274
+ "inputs": [
275
+ {
276
+ "internalType": "address",
277
+ "name": "account",
278
+ "type": "address"
279
+ }
280
+ ],
281
+ "name": "ErrorNftOwnableNotOwner",
282
+ "type": "error"
283
+ },
284
+ {
285
+ "inputs": [
286
+ {
287
+ "internalType": "address",
288
+ "name": "registryAddress",
289
+ "type": "address"
290
+ }
291
+ ],
292
+ "name": "ErrorNotRegistry",
293
+ "type": "error"
294
+ },
295
+ {
296
+ "inputs": [],
297
+ "name": "ErrorRegisterableNotActive",
298
+ "type": "error"
299
+ },
300
+ {
301
+ "inputs": [],
302
+ "name": "InvalidInitialization",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [],
307
+ "name": "NotInitializing",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "ReentrancyGuardReentrantCall",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "anonymous": false,
317
+ "inputs": [
318
+ {
319
+ "indexed": false,
320
+ "internalType": "address",
321
+ "name": "authority",
322
+ "type": "address"
323
+ }
324
+ ],
325
+ "name": "AuthorityUpdated",
326
+ "type": "event"
327
+ },
328
+ {
329
+ "anonymous": false,
330
+ "inputs": [
331
+ {
332
+ "indexed": false,
333
+ "internalType": "uint64",
334
+ "name": "version",
335
+ "type": "uint64"
336
+ }
337
+ ],
338
+ "name": "Initialized",
339
+ "type": "event"
340
+ },
341
+ {
342
+ "anonymous": false,
343
+ "inputs": [
344
+ {
345
+ "indexed": false,
346
+ "internalType": "NftId",
347
+ "name": "bundleNftId",
348
+ "type": "uint96"
349
+ }
350
+ ],
351
+ "name": "LogBundleServiceBundleActivated",
352
+ "type": "event"
353
+ },
354
+ {
355
+ "anonymous": false,
356
+ "inputs": [
357
+ {
358
+ "indexed": false,
359
+ "internalType": "NftId",
360
+ "name": "bundleNftId",
361
+ "type": "uint96"
362
+ },
363
+ {
364
+ "indexed": false,
365
+ "internalType": "NftId",
366
+ "name": "poolNftId",
367
+ "type": "uint96"
368
+ }
369
+ ],
370
+ "name": "LogBundleServiceBundleCreated",
371
+ "type": "event"
372
+ },
373
+ {
374
+ "anonymous": false,
375
+ "inputs": [
376
+ {
377
+ "indexed": false,
378
+ "internalType": "NftId",
379
+ "name": "bundleNftId",
380
+ "type": "uint96"
381
+ },
382
+ {
383
+ "indexed": false,
384
+ "internalType": "Seconds",
385
+ "name": "lifetimeExtension",
386
+ "type": "uint40"
387
+ },
388
+ {
389
+ "indexed": false,
390
+ "internalType": "Timestamp",
391
+ "name": "extendedExpiredAt",
392
+ "type": "uint40"
393
+ }
394
+ ],
395
+ "name": "LogBundleServiceBundleExtended",
396
+ "type": "event"
397
+ },
398
+ {
399
+ "anonymous": false,
400
+ "inputs": [
401
+ {
402
+ "indexed": false,
403
+ "internalType": "NftId",
404
+ "name": "bundleNftId",
405
+ "type": "uint96"
406
+ }
407
+ ],
408
+ "name": "LogBundleServiceBundleLocked",
409
+ "type": "event"
410
+ },
411
+ {
412
+ "inputs": [],
413
+ "name": "NAME",
414
+ "outputs": [
415
+ {
416
+ "internalType": "string",
417
+ "name": "",
418
+ "type": "string"
419
+ }
420
+ ],
421
+ "stateMutability": "view",
422
+ "type": "function"
423
+ },
424
+ {
425
+ "inputs": [],
426
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
427
+ "outputs": [
428
+ {
429
+ "internalType": "bytes32",
430
+ "name": "",
431
+ "type": "bytes32"
432
+ }
433
+ ],
434
+ "stateMutability": "view",
435
+ "type": "function"
436
+ },
437
+ {
438
+ "inputs": [],
439
+ "name": "REGISTERABLE_LOCATION_V1",
440
+ "outputs": [
441
+ {
442
+ "internalType": "bytes32",
443
+ "name": "",
444
+ "type": "bytes32"
445
+ }
446
+ ],
447
+ "stateMutability": "view",
448
+ "type": "function"
449
+ },
450
+ {
451
+ "inputs": [],
452
+ "name": "authority",
453
+ "outputs": [
454
+ {
455
+ "internalType": "address",
456
+ "name": "",
457
+ "type": "address"
458
+ }
459
+ ],
460
+ "stateMutability": "view",
461
+ "type": "function"
462
+ },
463
+ {
464
+ "inputs": [
465
+ {
466
+ "internalType": "contract IInstance",
467
+ "name": "instance",
468
+ "type": "address"
469
+ },
470
+ {
471
+ "internalType": "NftId",
472
+ "name": "bundleNftId",
473
+ "type": "uint96"
474
+ }
475
+ ],
476
+ "name": "close",
477
+ "outputs": [
478
+ {
479
+ "internalType": "Amount",
480
+ "name": "unstakedAmount",
481
+ "type": "uint96"
482
+ },
483
+ {
484
+ "internalType": "Amount",
485
+ "name": "feeAmount",
486
+ "type": "uint96"
487
+ }
488
+ ],
489
+ "stateMutability": "nonpayable",
490
+ "type": "function"
491
+ },
492
+ {
493
+ "inputs": [
494
+ {
495
+ "internalType": "address",
496
+ "name": "owner",
497
+ "type": "address"
498
+ },
499
+ {
500
+ "components": [
501
+ {
502
+ "internalType": "UFixed",
503
+ "name": "fractionalFee",
504
+ "type": "uint256"
505
+ },
506
+ {
507
+ "internalType": "uint256",
508
+ "name": "fixedFee",
509
+ "type": "uint256"
510
+ }
511
+ ],
512
+ "internalType": "struct Fee",
513
+ "name": "bundleFee",
514
+ "type": "tuple"
515
+ },
516
+ {
517
+ "internalType": "Seconds",
518
+ "name": "lifetime",
519
+ "type": "uint40"
520
+ },
521
+ {
522
+ "internalType": "bytes",
523
+ "name": "filter",
524
+ "type": "bytes"
525
+ }
526
+ ],
527
+ "name": "create",
528
+ "outputs": [
529
+ {
530
+ "internalType": "NftId",
531
+ "name": "bundleNftId",
532
+ "type": "uint96"
533
+ }
534
+ ],
535
+ "stateMutability": "nonpayable",
536
+ "type": "function"
537
+ },
538
+ {
539
+ "inputs": [
540
+ {
541
+ "internalType": "NftId",
542
+ "name": "bundleNftId",
543
+ "type": "uint96"
544
+ },
545
+ {
546
+ "internalType": "Seconds",
547
+ "name": "lifetimeExtension",
548
+ "type": "uint40"
549
+ }
550
+ ],
551
+ "name": "extend",
552
+ "outputs": [
553
+ {
554
+ "internalType": "Timestamp",
555
+ "name": "extendedExpiredAt",
556
+ "type": "uint40"
557
+ }
558
+ ],
559
+ "stateMutability": "nonpayable",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "inputs": [],
564
+ "name": "getDomain",
565
+ "outputs": [
566
+ {
567
+ "internalType": "ObjectType",
568
+ "name": "serviceDomain",
569
+ "type": "uint8"
570
+ }
571
+ ],
572
+ "stateMutability": "pure",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [],
577
+ "name": "getInitialInfo",
578
+ "outputs": [
579
+ {
580
+ "components": [
581
+ {
582
+ "internalType": "NftId",
583
+ "name": "nftId",
584
+ "type": "uint96"
585
+ },
586
+ {
587
+ "internalType": "NftId",
588
+ "name": "parentNftId",
589
+ "type": "uint96"
590
+ },
591
+ {
592
+ "internalType": "ObjectType",
593
+ "name": "objectType",
594
+ "type": "uint8"
595
+ },
596
+ {
597
+ "internalType": "bool",
598
+ "name": "isInterceptor",
599
+ "type": "bool"
600
+ },
601
+ {
602
+ "internalType": "address",
603
+ "name": "objectAddress",
604
+ "type": "address"
605
+ },
606
+ {
607
+ "internalType": "address",
608
+ "name": "initialOwner",
609
+ "type": "address"
610
+ },
611
+ {
612
+ "internalType": "bytes",
613
+ "name": "data",
614
+ "type": "bytes"
615
+ }
616
+ ],
617
+ "internalType": "struct IRegistry.ObjectInfo",
618
+ "name": "info",
619
+ "type": "tuple"
620
+ }
621
+ ],
622
+ "stateMutability": "view",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "inputs": [],
627
+ "name": "getNftId",
628
+ "outputs": [
629
+ {
630
+ "internalType": "NftId",
631
+ "name": "",
632
+ "type": "uint96"
633
+ }
634
+ ],
635
+ "stateMutability": "view",
636
+ "type": "function"
637
+ },
638
+ {
639
+ "inputs": [],
640
+ "name": "getOwner",
641
+ "outputs": [
642
+ {
643
+ "internalType": "address",
644
+ "name": "",
645
+ "type": "address"
646
+ }
647
+ ],
648
+ "stateMutability": "view",
649
+ "type": "function"
650
+ },
651
+ {
652
+ "inputs": [],
653
+ "name": "getRegistry",
654
+ "outputs": [
655
+ {
656
+ "internalType": "contract IRegistry",
657
+ "name": "",
658
+ "type": "address"
659
+ }
660
+ ],
661
+ "stateMutability": "view",
662
+ "type": "function"
663
+ },
664
+ {
665
+ "inputs": [],
666
+ "name": "getRelease",
667
+ "outputs": [
668
+ {
669
+ "internalType": "VersionPart",
670
+ "name": "release",
671
+ "type": "uint8"
672
+ }
673
+ ],
674
+ "stateMutability": "view",
675
+ "type": "function"
676
+ },
677
+ {
678
+ "inputs": [],
679
+ "name": "getRoleId",
680
+ "outputs": [
681
+ {
682
+ "internalType": "RoleId",
683
+ "name": "serviceRoleId",
684
+ "type": "uint64"
685
+ }
686
+ ],
687
+ "stateMutability": "view",
688
+ "type": "function"
689
+ },
690
+ {
691
+ "inputs": [],
692
+ "name": "getVersion",
693
+ "outputs": [
694
+ {
695
+ "internalType": "Version",
696
+ "name": "",
697
+ "type": "uint24"
698
+ }
699
+ ],
700
+ "stateMutability": "pure",
701
+ "type": "function"
702
+ },
703
+ {
704
+ "inputs": [
705
+ {
706
+ "internalType": "address",
707
+ "name": "activatedBy",
708
+ "type": "address"
709
+ },
710
+ {
711
+ "internalType": "bytes",
712
+ "name": "data",
713
+ "type": "bytes"
714
+ }
715
+ ],
716
+ "name": "initializeVersionable",
717
+ "outputs": [],
718
+ "stateMutability": "nonpayable",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [],
723
+ "name": "isActive",
724
+ "outputs": [
725
+ {
726
+ "internalType": "bool",
727
+ "name": "active",
728
+ "type": "bool"
729
+ }
730
+ ],
731
+ "stateMutability": "view",
732
+ "type": "function"
733
+ },
734
+ {
735
+ "inputs": [],
736
+ "name": "isConsumingScheduledOp",
737
+ "outputs": [
738
+ {
739
+ "internalType": "bytes4",
740
+ "name": "",
741
+ "type": "bytes4"
742
+ }
743
+ ],
744
+ "stateMutability": "view",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "linkToRegisteredNftId",
750
+ "outputs": [
751
+ {
752
+ "internalType": "NftId",
753
+ "name": "nftId",
754
+ "type": "uint96"
755
+ }
756
+ ],
757
+ "stateMutability": "nonpayable",
758
+ "type": "function"
759
+ },
760
+ {
761
+ "inputs": [
762
+ {
763
+ "internalType": "NftId",
764
+ "name": "bundleNftId",
765
+ "type": "uint96"
766
+ }
767
+ ],
768
+ "name": "lock",
769
+ "outputs": [],
770
+ "stateMutability": "nonpayable",
771
+ "type": "function"
772
+ },
773
+ {
774
+ "inputs": [
775
+ {
776
+ "internalType": "contract IInstance",
777
+ "name": "instance",
778
+ "type": "address"
779
+ },
780
+ {
781
+ "internalType": "NftId",
782
+ "name": "policyNftId",
783
+ "type": "uint96"
784
+ },
785
+ {
786
+ "internalType": "NftId",
787
+ "name": "bundleNftId",
788
+ "type": "uint96"
789
+ },
790
+ {
791
+ "internalType": "Amount",
792
+ "name": "collateralAmount",
793
+ "type": "uint96"
794
+ }
795
+ ],
796
+ "name": "lockCollateral",
797
+ "outputs": [],
798
+ "stateMutability": "nonpayable",
799
+ "type": "function"
800
+ },
801
+ {
802
+ "inputs": [
803
+ {
804
+ "internalType": "contract InstanceStore",
805
+ "name": "instanceStore",
806
+ "type": "address"
807
+ },
808
+ {
809
+ "internalType": "NftId",
810
+ "name": "policyNftId",
811
+ "type": "uint96"
812
+ },
813
+ {
814
+ "internalType": "NftId",
815
+ "name": "bundleNftId",
816
+ "type": "uint96"
817
+ },
818
+ {
819
+ "internalType": "Amount",
820
+ "name": "collateralAmount",
821
+ "type": "uint96"
822
+ }
823
+ ],
824
+ "name": "releaseCollateral",
825
+ "outputs": [],
826
+ "stateMutability": "nonpayable",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "inputs": [
831
+ {
832
+ "internalType": "address",
833
+ "name": "newAuthority",
834
+ "type": "address"
835
+ }
836
+ ],
837
+ "name": "setAuthority",
838
+ "outputs": [],
839
+ "stateMutability": "nonpayable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [
844
+ {
845
+ "internalType": "NftId",
846
+ "name": "bundleNftId",
847
+ "type": "uint96"
848
+ },
849
+ {
850
+ "components": [
851
+ {
852
+ "internalType": "UFixed",
853
+ "name": "fractionalFee",
854
+ "type": "uint256"
855
+ },
856
+ {
857
+ "internalType": "uint256",
858
+ "name": "fixedFee",
859
+ "type": "uint256"
860
+ }
861
+ ],
862
+ "internalType": "struct Fee",
863
+ "name": "fee",
864
+ "type": "tuple"
865
+ }
866
+ ],
867
+ "name": "setFee",
868
+ "outputs": [],
869
+ "stateMutability": "nonpayable",
870
+ "type": "function"
871
+ },
872
+ {
873
+ "inputs": [
874
+ {
875
+ "internalType": "contract InstanceReader",
876
+ "name": "instanceReader",
877
+ "type": "address"
878
+ },
879
+ {
880
+ "internalType": "contract InstanceStore",
881
+ "name": "instanceStore",
882
+ "type": "address"
883
+ },
884
+ {
885
+ "internalType": "NftId",
886
+ "name": "bundleNftId",
887
+ "type": "uint96"
888
+ },
889
+ {
890
+ "internalType": "Amount",
891
+ "name": "amount",
892
+ "type": "uint96"
893
+ }
894
+ ],
895
+ "name": "stake",
896
+ "outputs": [],
897
+ "stateMutability": "nonpayable",
898
+ "type": "function"
899
+ },
900
+ {
901
+ "inputs": [
902
+ {
903
+ "internalType": "bytes4",
904
+ "name": "interfaceId",
905
+ "type": "bytes4"
906
+ }
907
+ ],
908
+ "name": "supportsInterface",
909
+ "outputs": [
910
+ {
911
+ "internalType": "bool",
912
+ "name": "",
913
+ "type": "bool"
914
+ }
915
+ ],
916
+ "stateMutability": "view",
917
+ "type": "function"
918
+ },
919
+ {
920
+ "inputs": [
921
+ {
922
+ "internalType": "NftId",
923
+ "name": "bundleNftId",
924
+ "type": "uint96"
925
+ }
926
+ ],
927
+ "name": "unlock",
928
+ "outputs": [],
929
+ "stateMutability": "nonpayable",
930
+ "type": "function"
931
+ },
932
+ {
933
+ "inputs": [
934
+ {
935
+ "internalType": "contract InstanceStore",
936
+ "name": "instanceStore",
937
+ "type": "address"
938
+ },
939
+ {
940
+ "internalType": "NftId",
941
+ "name": "bundleNftId",
942
+ "type": "uint96"
943
+ },
944
+ {
945
+ "internalType": "Amount",
946
+ "name": "amount",
947
+ "type": "uint96"
948
+ }
949
+ ],
950
+ "name": "unstake",
951
+ "outputs": [
952
+ {
953
+ "internalType": "Amount",
954
+ "name": "unstakedAmount",
955
+ "type": "uint96"
956
+ }
957
+ ],
958
+ "stateMutability": "nonpayable",
959
+ "type": "function"
960
+ },
961
+ {
962
+ "inputs": [
963
+ {
964
+ "internalType": "bytes",
965
+ "name": "data",
966
+ "type": "bytes"
967
+ }
968
+ ],
969
+ "name": "upgradeVersionable",
970
+ "outputs": [],
971
+ "stateMutability": "nonpayable",
972
+ "type": "function"
973
+ }
974
+ ],
975
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614aef806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80636c741e78116100fe578063ad328d9f1161009e578063bb3f072c1161006e578063bb3f072c14610472578063bf7e214f14610485578063c548949d1461048d578063f3d0e5d2146104a0575f80fd5b8063ad328d9f14610431578063ada9652e14610444578063b5346af514610458578063b68d18091461046b575f80fd5b8063893d20e8116100d9578063893d20e81461039c5780638fb36037146103a4578063a3f4df7e146103c5578063aa9acb2c146103fe575f80fd5b80636c741e781461034f57806376b707b71461036f5780637a9e5e4b14610389575f80fd5b806322f3e2d41161016957806349bb9e4b1161014457806349bb9e4b146102e75780634adcf909146102fa5780635ab1bd531461030d578063644c45e014610332575f80fd5b806322f3e2d4146102b95780632d2cf222146102c1578063329d6e74146102d4575f80fd5b80630fec111c116101a45780630fec111c1461023c578063138461e0146102515780631eff4b22146102715780631f8e8f36146102a6575f80fd5b806301ffc9a7146101ca57806306fa45651461020b5780630d8e6e2c14610220575b5f80fd5b6101f66101d8366004613e4a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610219366004613e85565b6104c9565b005b6102286106c0565b60405162ffffff9091168152602001610202565b610244610747565b6040516102029190613ece565b6102596108d3565b6040516001600160601b039091168152602001610202565b6102987f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b61021e6102b4366004614041565b6108dd565b6101f6610b9d565b6102596102cf366004614089565b610c14565b61021e6102e2366004614149565b610ee6565b61021e6102f536600461417a565b611028565b61021e6103083660046141c6565b611124565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020614a5a833981519152546001600160601b0316610259565b610357611581565b6040516001600160401b039091168152602001610202565b61037761160d565b60405160ff9091168152602001610202565b61021e61039736600461421f565b611675565b61031a6116fb565b6103ac61182c565b6040516001600160e01b03199091168152602001610202565b6103f16040518060400160405280600d81526020016c42756e646c655365727669636560981b81525081565b604051610202919061423a565b61041161040c36600461424c565b611861565b604080516001600160601b03938416815292909116602083015201610202565b61021e61043f3660046141c6565b611c6e565b6102985f80516020614a5a83398151915281565b61021e610466366004613e85565b611d0c565b6016610377565b610259610480366004614295565b611ef7565b61031a61240b565b61021e61049b366004614334565b612426565b6104b36104ae366004614362565b61270e565b60405164ffffffffff9091168152602001610202565b6104d5335b5f36612c19565b6104e0816016612d17565b5f6104eb600f612dce565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561052b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054f919061438e565b6001600160a01b031663fe1f18d68360056040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156105a6575f80fd5b505af11580156105b8573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061d919061438e565b6040516306fa456560e01b81526001600160601b03851660048201529091506001600160a01b038216906306fa4565906024015f604051808303815f87803b158015610667575f80fd5b505af1158015610679573d5f803e3d5ffd5b50506040516001600160601b03861681527f87cfb697b5d649751f13ba6e2e51778a1fd0a1f260df7281952986c453708e71925060200190505b60405180910390a1505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561071e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906143a9565b905090565b61074f613e0d565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e991906143db565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108316116fb565b6001600160a01b0316815260200182600101805461084e906143f6565b80601f016020809104026020016040519081016040528092919081815260200182805461087a906143f6565b80156108c55780601f1061089c576101008083540402835291602001916108c5565b820191905f5260205f20905b8154815290600101906020018083116108a857829003601f168201915b505050505081525091505090565b5f61074230612e6a565b6108e6336104ce565b6108f1826016612d17565b5f806108fd600f612dce565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561093f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610963919061438e565b604051634793b4ab60e01b81526001600160601b03871660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa1580156109b2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109d99190810190614486565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a599190614575565b15610a87576040516349e9f38360e01b81526001600160601b03871660048201526024015b60405180910390fd5b8051610a939085613063565b15610acf57805160405163dab86e4560e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610a7e565b848160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b38919061438e565b6001600160a01b03166351dd844b878360ff6040518463ffffffff1660e01b8152600401610b6893929190614612565b5f604051808303815f87803b158015610b7f575f80fd5b505af1158015610b91573d5f803e3d5ffd5b50505050505050505050565b5f610ba661240b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610bea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0e9190614575565b15905090565b5f610c1e336104ce565b610c29836016612d17565b6040516317bb785d60e21b81526001600160601b03841660048201525f90819081906001600160a01b03881690635eede17490602401606060405180830381865afa158015610c7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c9e9190614646565b9250925092508493505f610cbb84610cb685856130ef565b613174565b9050856001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4e91906143db565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610d97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dbb9190614575565b15610dc4578094505b610dce85826131be565b15610dfe5760405162f808ef60e61b81526001600160601b03808816600483015282166024820152604401610a7e565b60045f9054906101000a90046001600160a01b03166001600160a01b031663e618053f89898873__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8f91906143db565b6040518563ffffffff1660e01b8152600401610eae9493929190614685565b5f604051808303815f87803b158015610ec5575f80fd5b505af1158015610ed7573d5f803e3d5ffd5b50505050505050509392505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610f086106c0565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610f46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f6a91906146cb565b5f80516020614a9a8339815191528054600160401b900460ff1680610f9c575080546001600160401b03808416911610155b15610fba5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610fe483613208565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016106b3565b5f80516020614a9a8339815191528054600160401b810460ff1615906001600160401b03165f811580156110595750825b90505f826001600160401b031660011480156110745750303b155b905081158015611082575080155b156110a05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156110ca57845460ff60401b1916600160401b1785555b6110d48787613210565b831561111b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b61112d336104ce565b611138836015612d17565b611143826016612d17565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611180573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a4919061438e565b90505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611207919061438e565b604051637d8f1e8160e01b81526001600160601b03861660048201526001600160a01b039190911690637d8f1e8190602401602060405180830381865afa158015611254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127891906146ff565b604051634793b4ab60e01b81526001600160601b03861660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa1580156112c7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112ee9190810190614486565b90506113038260055b60ff9081169116141590565b8061138b575061138b816080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137c919061471a565b64ffffffffff90811691161090565b156113d057608081015160405163bf5b8f0960e01b81526001600160601b038716600482015260ff8416602482015264ffffffffff9091166044820152606401610a7e565b50505f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561140f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611433919061438e565b6040516317bb785d60e21b81526001600160601b03861660048201529091505f90819081906001600160a01b03851690635eede17490602401606060405180830381865afa158015611487573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ab9190614646565b9250925092505f6114c084610cb685856130ef565b90506114cc81886133a9565b156115055760405163826a5ff960e01b81526001600160601b03808a166004830152808316602483015288166044820152606401610a7e565b505060405163248a77dd60e01b81526001600160601b038088166004830152861660248201526001600160a01b038416925063248a77dd91506044016020604051808303815f875af115801561155d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111b91906143db565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360166115a661160d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156115e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906146cb565b5f61161661240b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611651573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906146ff565b3361167e61240b565b6001600160a01b0316816001600160a01b0316146116b95760405162d1953b60e31b81526001600160a01b0382166004820152602401610a7e565b816001600160a01b03163b5f036116ee576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a7e565b6116f7826133f3565b5050565b5f805f80516020614a5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611767573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178b9190614575565b15611816576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156117ec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611810919061438e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614a7a83398151915280545f9190600160a01b900460ff16611853575f611810565b638fb3603760e01b91505090565b5f8061186c336104ce565b611877836016612d17565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d8919061438e565b90505f856001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b919061438e565b6040516322cc1d4560e11b81526001600160601b03871660048201529091505f906001600160a01b038316906345983a8a90602401602060405180830381865afa15801561198b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119af9190614740565b905080156119e2576040516356a410b760e01b81526001600160601b038716600482015260248101829052604401610a7e565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a43919061438e565b90506001600160a01b03811663fe1f18d68860c86040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015611a9d575f80fd5b505af1158015611aaf573d5f803e3d5ffd5b505060405163b5346af560e01b81526001600160601b038a1660048201526001600160a01b038616925063b5346af591506024015f604051808303815f87803b158015611afa575f80fd5b505af1158015611b0c573d5f803e3d5ffd5b50506040516308a390bb60e21b81526001600160601b038a1660048201525f92506001600160a01b038716915063228e42ec90602401602060405180830381865afa158015611b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b8191906143db565b604051630232ca4960e01b81526001600160601b038a1660048201529091506001600160a01b03861690630232ca4990602401602060405180830381865afa158015611bcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bf391906143db565b9550611bff8187613174565b6004805460405163e618053f60e01b81529299506001600160a01b03169163e618053f91611c359186918d918d918d9101614685565b5f604051808303815f87803b158015611c4c575f80fd5b505af1158015611c5e573d5f803e3d5ffd5b5050505050505050509250929050565b611c77336104ce565b611c82836015612d17565b611c8d826016612d17565b6040516353ebe12960e01b81526001600160601b038084166004830152821660248201526001600160a01b038516906353ebe129906044016020604051808303815f875af1158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0591906143db565b5050505050565b611d15336104ce565b611d20816016612d17565b5f611d2b600f612dce565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8f919061438e565b6001600160a01b031663fe1f18d683606e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015611de6575f80fd5b505af1158015611df8573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5d919061438e565b60405163b5346af560e01b81526001600160601b03851660048201529091506001600160a01b0382169063b5346af5906024015f604051808303815f87803b158015611ea7575f80fd5b505af1158015611eb9573d5f803e3d5ffd5b50506040516001600160601b03861681527f6764112d27879e5bb12f07fde08a48629ec22e603c75c9942ba62a06c95a55f4925060200190506106b3565b5f611f01336104ce565b5f80611f0d600f612dce565b6003546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b03169263c2bf08c89250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611f7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa091906143db565b6001600160601b03168152602001856001600160601b03168152602001611fc5601690565b60ff1681526020015f151581526020015f6001600160a01b031681526020018b6001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b81526004016120219190613ece565b6020604051808303815f875af115801561203d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061206191906143db565b92505f816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c4919061438e565b9050806001600160a01b031663a46eb8dc856040518060c00160405280876001600160601b031681526020018c81526020018a8a8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250505090825250604080516356db0c1960e11b8152905160209283019273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb6183292600480830193928290030181865af415801561217e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121a2919061471a565b64ffffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156121f5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612219919061471a565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908d16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612276573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061229a919061471a565b64ffffffffff1681525f6020909101526040516001600160e01b031960e085901b1681526122cc929190600401614757565b5f604051808303815f87803b1580156122e3575f80fd5b505af11580156122f5573d5f803e3d5ffd5b505050505f826001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612336573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235a919061438e565b6040516346f0e8a760e11b81526001600160601b03871660048201529091506001600160a01b03821690638de1d14e906024015f604051808303815f87803b1580156123a4575f80fd5b505af11580156123b6573d5f803e3d5ffd5b5050604080516001600160601b03808a168252881660208201527f7be1ab18e66200dc91d36236580ea990a4738693aaf2409d0dcfdccc83046bf1935001905060405180910390a15050505095945050505050565b5f80516020614a7a833981519152546001600160a01b031690565b61242f336104ce565b61243a826016612d17565b604051634793b4ab60e01b81526001600160601b03831660048201525f906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015612486573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ad9190810190614486565b604051637d8f1e8160e01b81526001600160601b03851660048201529091505f906001600160a01b03871690637d8f1e8190602401602060405180830381865afa1580156124fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061252191906146ff565b905061252e8160056112f7565b8015612540575061254081606e6112f7565b806125955750612595826080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b80612619575060a0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156125f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126199190614575565b1561265e57608082015160405163bf5b8f0960e01b81526001600160601b038616600482015260ff8316602482015264ffffffffff9091166044820152606401610a7e565b60045f9054906101000a90046001600160a01b03166001600160a01b03166325e451d386868673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156126cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ef91906143db565b6040518563ffffffff1660e01b8152600401610b689493929190614685565b5f612718336104ce565b612723836016612d17565b5f8061272f600f612dce565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612771573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612795919061438e565b604051634793b4ab60e01b81526001600160601b03881660048201526001600160a01b039190911690634793b4ab906024015f60405180830381865afa1580156127e1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128089190810190614486565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612847573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286b919061438e565b604051637d8f1e8160e01b81526001600160601b03891660048201526001600160a01b039190911690637d8f1e8190602401602060405180830381865afa1580156128b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128dc91906146ff565b90506128eb825f015185613063565b1561292757815160405163dab86e4560e01b81526001600160601b03808a16600483015291821660248201529085166044820152606401610a7e565b6129328160056112f7565b806129875750612987826080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b156129cc57608082015160405163bf5b8f0960e01b81526001600160601b038916600482015260ff8316602482015264ffffffffff9091166044820152606401610a7e565b60405163790a38ad60e01b815264ffffffffff8716600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af4158015612a20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a449190614575565b15612a62576040516307f6a6ab60e31b815260040160405180910390fd5b60808201516040516352bcc5a760e11b815264ffffffffff9182166004820152908716602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae8919061471a565b64ffffffffff166080830181905260408051631a99b41b60e31b815290519196506001600160a01b0385169163d4cda0d8916004808201926020929091908290030181865afa158015612b3d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b61919061438e565b6001600160a01b03166351dd844b888460ff6040518463ffffffff1660e01b8152600401612b9193929190614612565b5f604051808303815f87803b158015612ba8575f80fd5b505af1158015612bba573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff8a8116602083015289168183015290517f47dde095fac4cfe7361ede303a6499020b475037d805fa37784e682c423ddc929350908190036060019150a15050505092915050565b5f80516020614a7a8339815191525f80612c51612c3461240b565b8730612c4360045f8a8c614778565b612c4c9161479f565b613453565b9150915081612d0f5763ffffffff811615612cec57825460ff60a01b1916600160a01b178355612c7f61240b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612cae939291906147d7565b5f604051808303815f87803b158015612cc5575f80fd5b505af1158015612cd7573d5f803e3d5ffd5b5050845460ff60a01b1916855550612d0f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a7e565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612d79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d9d9190614575565b6116f75760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a7e565b5f612dd7613e0d565b5f612dea6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612e2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5291906143db565b9250612e608385600161355b565b9395909450915050565b5f805f80516020614a5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ed6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612efa9190614575565b15612f265780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a7e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612f78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f9c9190614575565b612fc45760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a7e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061303a91906143db565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af41580156130c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e89190614575565b9392505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015613150573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e891906143db565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613135565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016130a9565b6101c6613845565b5f80516020614a9a8339815191528054600160401b810460ff1615906001600160401b03165f811580156132415750825b90505f826001600160401b0316600114801561325c5750303b155b90508115801561326a575080155b156132885760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156132b257845460ff60401b1916600160401b1785555b5f80878060200190518101906132c89190614816565b915091506132d782828b61387d565b6132e1600261391f565b600380546001600160a01b0319166001600160a01b039290921691909117905561330b602861391f565b600480546001600160a01b0319166001600160a01b0392909216919091179055613335600b61391f565b600580546001600160a01b0319166001600160a01b03929092169190911790556133656341bf9b5d60e01b6139b6565b5050831561111b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611112565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044016130a9565b5f80516020614a7a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516134c19190614843565b5f60405180830381855afa9150503d805f81146134f9576040519150601f19603f3d011682016040523d82523d5f602084013e6134fe565b606091505b5091509150811561355057604081511061353057808060200190518101906135269190614859565b9094509250613550565b6020815110613550578080602001905181019061354d9190614575565b93505b505094509492505050565b613563613e0d565b5f806135776001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156135c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135eb919081019061488b565b92506135f885600b6112f7565b1561364e57604083015160ff86811691161461364957604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a7e565b6136ea565b613669836040015161365e600c90565b60ff90811691161490565b8061367f575061367f836040015161365e600f90565b806136955750613695836040015161365e600e90565b806136ab57506136ab836040015161365e600d90565b6136ea57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a7e565b6136fa836040015161365e600390565b15613705575061383d565b613715836040015161365e600c90565b1561372f576137288184602001516139e9565b9150613740565b61373d818460200151613a5a565b91505b831561383b57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613782573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a6919061438e565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138129190614575565b1561383b57604051637d71120960e11b81526001600160601b0387166004820152602401610a7e565b505b935093915050565b5f80516020614a9a83398151915254600160401b900460ff1661387b57604051631afcd79f60e31b815260040160405180910390fd5b565b613885613845565b61388d613adc565b61390a8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138f291906143db565b60085f8660405180602001604052805f815250613aec565b61391a63daf9067160e01b6139b6565b505050565b5f6139326001546001600160a01b031690565b6001600160a01b031663d39e60438361394961160d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561398c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b0919061438e565b92915050565b6139be613845565b6139e6816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015613a36573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e8919061438e565b6040516305247a1760e51b81526001600160601b03821660048201525f906130e89084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613aac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ad3919081019061488b565b602001516139e9565b613ae4613845565b61387b613c33565b613af4613845565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613b4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b6e9190614575565b613b965760405163cf6935e560e01b81526001600160a01b0388166004820152602401610a7e565b613b9f87613c61565b613ba98683613c72565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613c18838261499f565b50613c29634a531f3360e01b6139b6565b5050505050505050565b613c3b613845565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613c69613845565b6139e681613ce8565b613c7a613845565b613c82613cf9565b613c8b82613d41565b6001600160a01b038116613cb25760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020614a5a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613cf0613845565b6139e6816133f3565b613d01613845565b61387b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613d49613845565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613d9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dc39190614575565b613deb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a7e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613e5a575f80fd5b81356001600160e01b0319811681146130e8575f80fd5b6001600160601b03811681146139e6575f80fd5b5f60208284031215613e95575f80fd5b81356130e881613e71565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613f16608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613f5a610100840182613ea0565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715613f9857613f98613f62565b60405290565b60405160c081016001600160401b0381118282101715613f9857613f98613f62565b60405160e081016001600160401b0381118282101715613f9857613f98613f62565b604051601f8201601f191681016001600160401b038111828210171561400a5761400a613f62565b604052919050565b5f60408284031215614022575f80fd5b61402a613f76565b823581526020928301359281019290925250919050565b5f8060608385031215614052575f80fd5b823561405d81613e71565b915061406c8460208501614012565b90509250929050565b6001600160a01b03811681146139e6575f80fd5b5f805f6060848603121561409b575f80fd5b83356140a681614075565b925060208401356140b681613e71565b915060408401356140c681613e71565b809150509250925092565b5f6001600160401b038211156140e9576140e9613f62565b50601f01601f191660200190565b5f82601f830112614106575f80fd5b8135614119614114826140d1565b613fe2565b81815284602083860101111561412d575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614159575f80fd5b81356001600160401b0381111561416e575f80fd5b613f5a848285016140f7565b5f806040838503121561418b575f80fd5b823561419681614075565b915060208301356001600160401b038111156141b0575f80fd5b6141bc858286016140f7565b9150509250929050565b5f805f80608085870312156141d9575f80fd5b84356141e481614075565b935060208501356141f481613e71565b9250604085013561420481613e71565b9150606085013561421481613e71565b939692955090935050565b5f6020828403121561422f575f80fd5b81356130e881614075565b602081525f6130e86020830184613ea0565b5f806040838503121561425d575f80fd5b823561426881614075565b9150602083013561427881613e71565b809150509250929050565b64ffffffffff811681146139e6575f80fd5b5f805f805f60a086880312156142a9575f80fd5b85356142b481614075565b94506142c38760208801614012565b935060608601356142d381614283565b925060808601356001600160401b038111156142ed575f80fd5b8601601f810188136142fd575f80fd5b80356001600160401b03811115614312575f80fd5b886020828401011115614323575f80fd5b959894975092955050506020019190565b5f805f8060808587031215614347575f80fd5b843561435281614075565b935060208501356141f481614075565b5f8060408385031215614373575f80fd5b823561437e81613e71565b9150602083013561427881614283565b5f6020828403121561439e575f80fd5b81516130e881614075565b5f602082840312156143b9575f80fd5b815162ffffff811681146130e8575f80fd5b80516143d681613e71565b919050565b5f602082840312156143eb575f80fd5b81516130e881613e71565b600181811c9082168061440a57607f821691505b60208210810361442857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f82601f83011261443d575f80fd5b815161444b614114826140d1565b81815284602083860101111561445f575f80fd5b8160208501602083015e5f918101602001919091529392505050565b80516143d681614283565b5f60208284031215614496575f80fd5b81516001600160401b038111156144ab575f80fd5b820180840360e08112156144bd575f80fd5b6144c5613f9e565b82516144d081613e71565b81526040601f19830112156144e3575f80fd5b6144eb613f76565b6020848101518252604085015181830152820152606083015191506001600160401b03821115614519575f80fd5b6145258683850161442e565b60408201526145366080840161447b565b606082015261454760a0840161447b565b608082015261455860c0840161447b565b60a082015295945050505050565b805180151581146143d6575f80fd5b5f60208284031215614585575f80fd5b6130e882614566565b6001600160601b0381511682525f6020820151805160208501526020810151604085015250604082015160e060608501526145cc60e0850182613ea0565b905064ffffffffff606084015116608085015260808301516145f760a086018264ffffffffff169052565b5060a083015164ffffffffff811660c0860152509392505050565b6001600160601b0384168152606060208201525f614633606083018561458e565b905060ff83166040830152949350505050565b5f805f60608486031215614658575f80fd5b835161466381613e71565b602085015190935061467481613e71565b60408501519092506140c681613e71565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b6001600160401b03811681146139e6575f80fd5b5f602082840312156146db575f80fd5b81516130e8816146b7565b60ff811681146139e6575f80fd5b80516143d6816146e6565b5f6020828403121561470f575f80fd5b81516130e8816146e6565b5f6020828403121561472a575f80fd5b81516130e881614283565b80516143d681614075565b5f60208284031215614750575f80fd5b5051919050565b6001600160601b0383168152604060208201525f613f5a604083018461458e565b5f8085851115614786575f80fd5b83861115614792575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156147d0576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215614827575f80fd5b825161483281614075565b602084015190925061427881614075565b5f82518060208501845e5f920191825250919050565b5f806040838503121561486a575f80fd5b61487383614566565b9150602083015163ffffffff81168114614278575f80fd5b5f6020828403121561489b575f80fd5b81516001600160401b038111156148b0575f80fd5b820160e081850312156148c1575f80fd5b6148c9613fc0565b6148d2826143cb565b81526148e0602083016143cb565b60208201526148f1604083016146f4565b604082015261490260608301614566565b606082015261491360808301614735565b608082015261492460a08301614735565b60a082015260c08201516001600160401b03811115614941575f80fd5b61494d8682850161442e565b60c083015250949350505050565b601f82111561391a57805f5260205f20601f840160051c810160208510156149805750805b601f840160051c820191505b81811015611d05575f815560010161498c565b81516001600160401b038111156149b8576149b8613f62565b6149cc816149c684546143f6565b8461495b565b6020601f8211600181146149fe575f83156149e75750848201515b5f19600385901b1c1916600184901b178455611d05565b5f84815260208120601f198516915b82811015614a2d5787850151825560209485019460019092019101614a0d565b5084821015614a4a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ba18c5dadcd63ec6889f14e27c26b992771ce5ba1a217b4f93090c96ba70d4b064736f6c634300081a0033",
976
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80636c741e78116100fe578063ad328d9f1161009e578063bb3f072c1161006e578063bb3f072c14610472578063bf7e214f14610485578063c548949d1461048d578063f3d0e5d2146104a0575f80fd5b8063ad328d9f14610431578063ada9652e14610444578063b5346af514610458578063b68d18091461046b575f80fd5b8063893d20e8116100d9578063893d20e81461039c5780638fb36037146103a4578063a3f4df7e146103c5578063aa9acb2c146103fe575f80fd5b80636c741e781461034f57806376b707b71461036f5780637a9e5e4b14610389575f80fd5b806322f3e2d41161016957806349bb9e4b1161014457806349bb9e4b146102e75780634adcf909146102fa5780635ab1bd531461030d578063644c45e014610332575f80fd5b806322f3e2d4146102b95780632d2cf222146102c1578063329d6e74146102d4575f80fd5b80630fec111c116101a45780630fec111c1461023c578063138461e0146102515780631eff4b22146102715780631f8e8f36146102a6575f80fd5b806301ffc9a7146101ca57806306fa45651461020b5780630d8e6e2c14610220575b5f80fd5b6101f66101d8366004613e4a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610219366004613e85565b6104c9565b005b6102286106c0565b60405162ffffff9091168152602001610202565b610244610747565b6040516102029190613ece565b6102596108d3565b6040516001600160601b039091168152602001610202565b6102987f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b61021e6102b4366004614041565b6108dd565b6101f6610b9d565b6102596102cf366004614089565b610c14565b61021e6102e2366004614149565b610ee6565b61021e6102f536600461417a565b611028565b61021e6103083660046141c6565b611124565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020614a5a833981519152546001600160601b0316610259565b610357611581565b6040516001600160401b039091168152602001610202565b61037761160d565b60405160ff9091168152602001610202565b61021e61039736600461421f565b611675565b61031a6116fb565b6103ac61182c565b6040516001600160e01b03199091168152602001610202565b6103f16040518060400160405280600d81526020016c42756e646c655365727669636560981b81525081565b604051610202919061423a565b61041161040c36600461424c565b611861565b604080516001600160601b03938416815292909116602083015201610202565b61021e61043f3660046141c6565b611c6e565b6102985f80516020614a5a83398151915281565b61021e610466366004613e85565b611d0c565b6016610377565b610259610480366004614295565b611ef7565b61031a61240b565b61021e61049b366004614334565b612426565b6104b36104ae366004614362565b61270e565b60405164ffffffffff9091168152602001610202565b6104d5335b5f36612c19565b6104e0816016612d17565b5f6104eb600f612dce565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561052b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054f919061438e565b6001600160a01b031663fe1f18d68360056040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156105a6575f80fd5b505af11580156105b8573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061d919061438e565b6040516306fa456560e01b81526001600160601b03851660048201529091506001600160a01b038216906306fa4565906024015f604051808303815f87803b158015610667575f80fd5b505af1158015610679573d5f803e3d5ffd5b50506040516001600160601b03861681527f87cfb697b5d649751f13ba6e2e51778a1fd0a1f260df7281952986c453708e71925060200190505b60405180910390a1505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561071e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906143a9565b905090565b61074f613e0d565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e991906143db565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108316116fb565b6001600160a01b0316815260200182600101805461084e906143f6565b80601f016020809104026020016040519081016040528092919081815260200182805461087a906143f6565b80156108c55780601f1061089c576101008083540402835291602001916108c5565b820191905f5260205f20905b8154815290600101906020018083116108a857829003601f168201915b505050505081525091505090565b5f61074230612e6a565b6108e6336104ce565b6108f1826016612d17565b5f806108fd600f612dce565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561093f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610963919061438e565b604051634793b4ab60e01b81526001600160601b03871660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa1580156109b2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109d99190810190614486565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a599190614575565b15610a87576040516349e9f38360e01b81526001600160601b03871660048201526024015b60405180910390fd5b8051610a939085613063565b15610acf57805160405163dab86e4560e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610a7e565b848160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b38919061438e565b6001600160a01b03166351dd844b878360ff6040518463ffffffff1660e01b8152600401610b6893929190614612565b5f604051808303815f87803b158015610b7f575f80fd5b505af1158015610b91573d5f803e3d5ffd5b50505050505050505050565b5f610ba661240b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610bea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0e9190614575565b15905090565b5f610c1e336104ce565b610c29836016612d17565b6040516317bb785d60e21b81526001600160601b03841660048201525f90819081906001600160a01b03881690635eede17490602401606060405180830381865afa158015610c7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c9e9190614646565b9250925092508493505f610cbb84610cb685856130ef565b613174565b9050856001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4e91906143db565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610d97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dbb9190614575565b15610dc4578094505b610dce85826131be565b15610dfe5760405162f808ef60e61b81526001600160601b03808816600483015282166024820152604401610a7e565b60045f9054906101000a90046001600160a01b03166001600160a01b031663e618053f89898873__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8f91906143db565b6040518563ffffffff1660e01b8152600401610eae9493929190614685565b5f604051808303815f87803b158015610ec5575f80fd5b505af1158015610ed7573d5f803e3d5ffd5b50505050505050509392505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610f086106c0565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610f46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f6a91906146cb565b5f80516020614a9a8339815191528054600160401b900460ff1680610f9c575080546001600160401b03808416911610155b15610fba5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610fe483613208565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016106b3565b5f80516020614a9a8339815191528054600160401b810460ff1615906001600160401b03165f811580156110595750825b90505f826001600160401b031660011480156110745750303b155b905081158015611082575080155b156110a05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156110ca57845460ff60401b1916600160401b1785555b6110d48787613210565b831561111b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b61112d336104ce565b611138836015612d17565b611143826016612d17565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611180573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a4919061438e565b90505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611207919061438e565b604051637d8f1e8160e01b81526001600160601b03861660048201526001600160a01b039190911690637d8f1e8190602401602060405180830381865afa158015611254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127891906146ff565b604051634793b4ab60e01b81526001600160601b03861660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa1580156112c7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112ee9190810190614486565b90506113038260055b60ff9081169116141590565b8061138b575061138b816080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137c919061471a565b64ffffffffff90811691161090565b156113d057608081015160405163bf5b8f0960e01b81526001600160601b038716600482015260ff8416602482015264ffffffffff9091166044820152606401610a7e565b50505f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561140f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611433919061438e565b6040516317bb785d60e21b81526001600160601b03861660048201529091505f90819081906001600160a01b03851690635eede17490602401606060405180830381865afa158015611487573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ab9190614646565b9250925092505f6114c084610cb685856130ef565b90506114cc81886133a9565b156115055760405163826a5ff960e01b81526001600160601b03808a166004830152808316602483015288166044820152606401610a7e565b505060405163248a77dd60e01b81526001600160601b038088166004830152861660248201526001600160a01b038416925063248a77dd91506044016020604051808303815f875af115801561155d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111b91906143db565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360166115a661160d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156115e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906146cb565b5f61161661240b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611651573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074291906146ff565b3361167e61240b565b6001600160a01b0316816001600160a01b0316146116b95760405162d1953b60e31b81526001600160a01b0382166004820152602401610a7e565b816001600160a01b03163b5f036116ee576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a7e565b6116f7826133f3565b5050565b5f805f80516020614a5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611767573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178b9190614575565b15611816576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156117ec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611810919061438e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614a7a83398151915280545f9190600160a01b900460ff16611853575f611810565b638fb3603760e01b91505090565b5f8061186c336104ce565b611877836016612d17565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d8919061438e565b90505f856001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b919061438e565b6040516322cc1d4560e11b81526001600160601b03871660048201529091505f906001600160a01b038316906345983a8a90602401602060405180830381865afa15801561198b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119af9190614740565b905080156119e2576040516356a410b760e01b81526001600160601b038716600482015260248101829052604401610a7e565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a43919061438e565b90506001600160a01b03811663fe1f18d68860c86040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015611a9d575f80fd5b505af1158015611aaf573d5f803e3d5ffd5b505060405163b5346af560e01b81526001600160601b038a1660048201526001600160a01b038616925063b5346af591506024015f604051808303815f87803b158015611afa575f80fd5b505af1158015611b0c573d5f803e3d5ffd5b50506040516308a390bb60e21b81526001600160601b038a1660048201525f92506001600160a01b038716915063228e42ec90602401602060405180830381865afa158015611b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b8191906143db565b604051630232ca4960e01b81526001600160601b038a1660048201529091506001600160a01b03861690630232ca4990602401602060405180830381865afa158015611bcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bf391906143db565b9550611bff8187613174565b6004805460405163e618053f60e01b81529299506001600160a01b03169163e618053f91611c359186918d918d918d9101614685565b5f604051808303815f87803b158015611c4c575f80fd5b505af1158015611c5e573d5f803e3d5ffd5b5050505050505050509250929050565b611c77336104ce565b611c82836015612d17565b611c8d826016612d17565b6040516353ebe12960e01b81526001600160601b038084166004830152821660248201526001600160a01b038516906353ebe129906044016020604051808303815f875af1158015611ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0591906143db565b5050505050565b611d15336104ce565b611d20816016612d17565b5f611d2b600f612dce565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8f919061438e565b6001600160a01b031663fe1f18d683606e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015611de6575f80fd5b505af1158015611df8573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5d919061438e565b60405163b5346af560e01b81526001600160601b03851660048201529091506001600160a01b0382169063b5346af5906024015f604051808303815f87803b158015611ea7575f80fd5b505af1158015611eb9573d5f803e3d5ffd5b50506040516001600160601b03861681527f6764112d27879e5bb12f07fde08a48629ec22e603c75c9942ba62a06c95a55f4925060200190506106b3565b5f611f01336104ce565b5f80611f0d600f612dce565b6003546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b03169263c2bf08c89250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611f7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa091906143db565b6001600160601b03168152602001856001600160601b03168152602001611fc5601690565b60ff1681526020015f151581526020015f6001600160a01b031681526020018b6001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b81526004016120219190613ece565b6020604051808303815f875af115801561203d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061206191906143db565b92505f816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c4919061438e565b9050806001600160a01b031663a46eb8dc856040518060c00160405280876001600160601b031681526020018c81526020018a8a8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250505090825250604080516356db0c1960e11b8152905160209283019273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb6183292600480830193928290030181865af415801561217e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121a2919061471a565b64ffffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156121f5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612219919061471a565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908d16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612276573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061229a919061471a565b64ffffffffff1681525f6020909101526040516001600160e01b031960e085901b1681526122cc929190600401614757565b5f604051808303815f87803b1580156122e3575f80fd5b505af11580156122f5573d5f803e3d5ffd5b505050505f826001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612336573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235a919061438e565b6040516346f0e8a760e11b81526001600160601b03871660048201529091506001600160a01b03821690638de1d14e906024015f604051808303815f87803b1580156123a4575f80fd5b505af11580156123b6573d5f803e3d5ffd5b5050604080516001600160601b03808a168252881660208201527f7be1ab18e66200dc91d36236580ea990a4738693aaf2409d0dcfdccc83046bf1935001905060405180910390a15050505095945050505050565b5f80516020614a7a833981519152546001600160a01b031690565b61242f336104ce565b61243a826016612d17565b604051634793b4ab60e01b81526001600160601b03831660048201525f906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015612486573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ad9190810190614486565b604051637d8f1e8160e01b81526001600160601b03851660048201529091505f906001600160a01b03871690637d8f1e8190602401602060405180830381865afa1580156124fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061252191906146ff565b905061252e8160056112f7565b8015612540575061254081606e6112f7565b806125955750612595826080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b80612619575060a0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156125f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126199190614575565b1561265e57608082015160405163bf5b8f0960e01b81526001600160601b038616600482015260ff8316602482015264ffffffffff9091166044820152606401610a7e565b60045f9054906101000a90046001600160a01b03166001600160a01b03166325e451d386868673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156126cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ef91906143db565b6040518563ffffffff1660e01b8152600401610b689493929190614685565b5f612718336104ce565b612723836016612d17565b5f8061272f600f612dce565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612771573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612795919061438e565b604051634793b4ab60e01b81526001600160601b03881660048201526001600160a01b039190911690634793b4ab906024015f60405180830381865afa1580156127e1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128089190810190614486565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612847573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286b919061438e565b604051637d8f1e8160e01b81526001600160601b03891660048201526001600160a01b039190911690637d8f1e8190602401602060405180830381865afa1580156128b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128dc91906146ff565b90506128eb825f015185613063565b1561292757815160405163dab86e4560e01b81526001600160601b03808a16600483015291821660248201529085166044820152606401610a7e565b6129328160056112f7565b806129875750612987826080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611358573d5f803e3d5ffd5b156129cc57608082015160405163bf5b8f0960e01b81526001600160601b038916600482015260ff8316602482015264ffffffffff9091166044820152606401610a7e565b60405163790a38ad60e01b815264ffffffffff8716600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af4158015612a20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a449190614575565b15612a62576040516307f6a6ab60e31b815260040160405180910390fd5b60808201516040516352bcc5a760e11b815264ffffffffff9182166004820152908716602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae8919061471a565b64ffffffffff166080830181905260408051631a99b41b60e31b815290519196506001600160a01b0385169163d4cda0d8916004808201926020929091908290030181865afa158015612b3d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b61919061438e565b6001600160a01b03166351dd844b888460ff6040518463ffffffff1660e01b8152600401612b9193929190614612565b5f604051808303815f87803b158015612ba8575f80fd5b505af1158015612bba573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff8a8116602083015289168183015290517f47dde095fac4cfe7361ede303a6499020b475037d805fa37784e682c423ddc929350908190036060019150a15050505092915050565b5f80516020614a7a8339815191525f80612c51612c3461240b565b8730612c4360045f8a8c614778565b612c4c9161479f565b613453565b9150915081612d0f5763ffffffff811615612cec57825460ff60a01b1916600160a01b178355612c7f61240b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612cae939291906147d7565b5f604051808303815f87803b158015612cc5575f80fd5b505af1158015612cd7573d5f803e3d5ffd5b5050845460ff60a01b1916855550612d0f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a7e565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612d79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d9d9190614575565b6116f75760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a7e565b5f612dd7613e0d565b5f612dea6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612e2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5291906143db565b9250612e608385600161355b565b9395909450915050565b5f805f80516020614a5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ed6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612efa9190614575565b15612f265780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a7e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612f78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f9c9190614575565b612fc45760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a7e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061303a91906143db565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af41580156130c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e89190614575565b9392505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015613150573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e891906143db565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613135565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016130a9565b6101c6613845565b5f80516020614a9a8339815191528054600160401b810460ff1615906001600160401b03165f811580156132415750825b90505f826001600160401b0316600114801561325c5750303b155b90508115801561326a575080155b156132885760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156132b257845460ff60401b1916600160401b1785555b5f80878060200190518101906132c89190614816565b915091506132d782828b61387d565b6132e1600261391f565b600380546001600160a01b0319166001600160a01b039290921691909117905561330b602861391f565b600480546001600160a01b0319166001600160a01b0392909216919091179055613335600b61391f565b600580546001600160a01b0319166001600160a01b03929092169190911790556133656341bf9b5d60e01b6139b6565b5050831561111b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611112565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044016130a9565b5f80516020614a7a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516134c19190614843565b5f60405180830381855afa9150503d805f81146134f9576040519150601f19603f3d011682016040523d82523d5f602084013e6134fe565b606091505b5091509150811561355057604081511061353057808060200190518101906135269190614859565b9094509250613550565b6020815110613550578080602001905181019061354d9190614575565b93505b505094509492505050565b613563613e0d565b5f806135776001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156135c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135eb919081019061488b565b92506135f885600b6112f7565b1561364e57604083015160ff86811691161461364957604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a7e565b6136ea565b613669836040015161365e600c90565b60ff90811691161490565b8061367f575061367f836040015161365e600f90565b806136955750613695836040015161365e600e90565b806136ab57506136ab836040015161365e600d90565b6136ea57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a7e565b6136fa836040015161365e600390565b15613705575061383d565b613715836040015161365e600c90565b1561372f576137288184602001516139e9565b9150613740565b61373d818460200151613a5a565b91505b831561383b57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613782573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a6919061438e565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138129190614575565b1561383b57604051637d71120960e11b81526001600160601b0387166004820152602401610a7e565b505b935093915050565b5f80516020614a9a83398151915254600160401b900460ff1661387b57604051631afcd79f60e31b815260040160405180910390fd5b565b613885613845565b61388d613adc565b61390a8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138f291906143db565b60085f8660405180602001604052805f815250613aec565b61391a63daf9067160e01b6139b6565b505050565b5f6139326001546001600160a01b031690565b6001600160a01b031663d39e60438361394961160d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561398c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b0919061438e565b92915050565b6139be613845565b6139e6816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015613a36573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130e8919061438e565b6040516305247a1760e51b81526001600160601b03821660048201525f906130e89084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613aac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ad3919081019061488b565b602001516139e9565b613ae4613845565b61387b613c33565b613af4613845565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613b4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b6e9190614575565b613b965760405163cf6935e560e01b81526001600160a01b0388166004820152602401610a7e565b613b9f87613c61565b613ba98683613c72565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613c18838261499f565b50613c29634a531f3360e01b6139b6565b5050505050505050565b613c3b613845565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613c69613845565b6139e681613ce8565b613c7a613845565b613c82613cf9565b613c8b82613d41565b6001600160a01b038116613cb25760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020614a5a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613cf0613845565b6139e6816133f3565b613d01613845565b61387b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613d49613845565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613d9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dc39190614575565b613deb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a7e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613e5a575f80fd5b81356001600160e01b0319811681146130e8575f80fd5b6001600160601b03811681146139e6575f80fd5b5f60208284031215613e95575f80fd5b81356130e881613e71565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613f16608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613f5a610100840182613ea0565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715613f9857613f98613f62565b60405290565b60405160c081016001600160401b0381118282101715613f9857613f98613f62565b60405160e081016001600160401b0381118282101715613f9857613f98613f62565b604051601f8201601f191681016001600160401b038111828210171561400a5761400a613f62565b604052919050565b5f60408284031215614022575f80fd5b61402a613f76565b823581526020928301359281019290925250919050565b5f8060608385031215614052575f80fd5b823561405d81613e71565b915061406c8460208501614012565b90509250929050565b6001600160a01b03811681146139e6575f80fd5b5f805f6060848603121561409b575f80fd5b83356140a681614075565b925060208401356140b681613e71565b915060408401356140c681613e71565b809150509250925092565b5f6001600160401b038211156140e9576140e9613f62565b50601f01601f191660200190565b5f82601f830112614106575f80fd5b8135614119614114826140d1565b613fe2565b81815284602083860101111561412d575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614159575f80fd5b81356001600160401b0381111561416e575f80fd5b613f5a848285016140f7565b5f806040838503121561418b575f80fd5b823561419681614075565b915060208301356001600160401b038111156141b0575f80fd5b6141bc858286016140f7565b9150509250929050565b5f805f80608085870312156141d9575f80fd5b84356141e481614075565b935060208501356141f481613e71565b9250604085013561420481613e71565b9150606085013561421481613e71565b939692955090935050565b5f6020828403121561422f575f80fd5b81356130e881614075565b602081525f6130e86020830184613ea0565b5f806040838503121561425d575f80fd5b823561426881614075565b9150602083013561427881613e71565b809150509250929050565b64ffffffffff811681146139e6575f80fd5b5f805f805f60a086880312156142a9575f80fd5b85356142b481614075565b94506142c38760208801614012565b935060608601356142d381614283565b925060808601356001600160401b038111156142ed575f80fd5b8601601f810188136142fd575f80fd5b80356001600160401b03811115614312575f80fd5b886020828401011115614323575f80fd5b959894975092955050506020019190565b5f805f8060808587031215614347575f80fd5b843561435281614075565b935060208501356141f481614075565b5f8060408385031215614373575f80fd5b823561437e81613e71565b9150602083013561427881614283565b5f6020828403121561439e575f80fd5b81516130e881614075565b5f602082840312156143b9575f80fd5b815162ffffff811681146130e8575f80fd5b80516143d681613e71565b919050565b5f602082840312156143eb575f80fd5b81516130e881613e71565b600181811c9082168061440a57607f821691505b60208210810361442857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f82601f83011261443d575f80fd5b815161444b614114826140d1565b81815284602083860101111561445f575f80fd5b8160208501602083015e5f918101602001919091529392505050565b80516143d681614283565b5f60208284031215614496575f80fd5b81516001600160401b038111156144ab575f80fd5b820180840360e08112156144bd575f80fd5b6144c5613f9e565b82516144d081613e71565b81526040601f19830112156144e3575f80fd5b6144eb613f76565b6020848101518252604085015181830152820152606083015191506001600160401b03821115614519575f80fd5b6145258683850161442e565b60408201526145366080840161447b565b606082015261454760a0840161447b565b608082015261455860c0840161447b565b60a082015295945050505050565b805180151581146143d6575f80fd5b5f60208284031215614585575f80fd5b6130e882614566565b6001600160601b0381511682525f6020820151805160208501526020810151604085015250604082015160e060608501526145cc60e0850182613ea0565b905064ffffffffff606084015116608085015260808301516145f760a086018264ffffffffff169052565b5060a083015164ffffffffff811660c0860152509392505050565b6001600160601b0384168152606060208201525f614633606083018561458e565b905060ff83166040830152949350505050565b5f805f60608486031215614658575f80fd5b835161466381613e71565b602085015190935061467481613e71565b60408501519092506140c681613e71565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b6001600160401b03811681146139e6575f80fd5b5f602082840312156146db575f80fd5b81516130e8816146b7565b60ff811681146139e6575f80fd5b80516143d6816146e6565b5f6020828403121561470f575f80fd5b81516130e8816146e6565b5f6020828403121561472a575f80fd5b81516130e881614283565b80516143d681614075565b5f60208284031215614750575f80fd5b5051919050565b6001600160601b0383168152604060208201525f613f5a604083018461458e565b5f8085851115614786575f80fd5b83861115614792575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156147d0576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215614827575f80fd5b825161483281614075565b602084015190925061427881614075565b5f82518060208501845e5f920191825250919050565b5f806040838503121561486a575f80fd5b61487383614566565b9150602083015163ffffffff81168114614278575f80fd5b5f6020828403121561489b575f80fd5b81516001600160401b038111156148b0575f80fd5b820160e081850312156148c1575f80fd5b6148c9613fc0565b6148d2826143cb565b81526148e0602083016143cb565b60208201526148f1604083016146f4565b604082015261490260608301614566565b606082015261491360808301614735565b608082015261492460a08301614735565b60a082015260c08201516001600160401b03811115614941575f80fd5b61494d8682850161442e565b60c083015250949350505050565b601f82111561391a57805f5260205f20601f840160051c810160208510156149805750805b601f840160051c820191505b81811015611d05575f815560010161498c565b81516001600160401b038111156149b8576149b8613f62565b6149cc816149c684546143f6565b8461495b565b6020601f8211600181146149fe575f83156149e75750848201515b5f19600385901b1c1916600184901b178455611d05565b5f84815260208120601f198516915b82811015614a2d5787850151825560209485019460019092019101614a0d565b5084821015614a4a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ba18c5dadcd63ec6889f14e27c26b992771ce5ba1a217b4f93090c96ba70d4b064736f6c634300081a0033",
977
+ "linkReferences": {
978
+ "contracts/shared/ContractLib.sol": {
979
+ "ContractLib": [
980
+ {
981
+ "length": 20,
982
+ "start": 15336
983
+ },
984
+ {
985
+ "length": 20,
986
+ "start": 15933
987
+ }
988
+ ]
989
+ },
990
+ "contracts/type/Amount.sol": {
991
+ "AmountLib": [
992
+ {
993
+ "length": 20,
994
+ "start": 3487
995
+ },
996
+ {
997
+ "length": 20,
998
+ "start": 3515
999
+ },
1000
+ {
1001
+ "length": 20,
1002
+ "start": 3836
1003
+ },
1004
+ {
1005
+ "length": 20,
1006
+ "start": 10076
1007
+ },
1008
+ {
1009
+ "length": 20,
1010
+ "start": 12781
1011
+ },
1012
+ {
1013
+ "length": 20,
1014
+ "start": 12914
1015
+ },
1016
+ {
1017
+ "length": 20,
1018
+ "start": 12988
1019
+ },
1020
+ {
1021
+ "length": 20,
1022
+ "start": 13479
1023
+ }
1024
+ ]
1025
+ },
1026
+ "contracts/type/NftId.sol": {
1027
+ "NftIdLib": [
1028
+ {
1029
+ "length": 20,
1030
+ "start": 2134
1031
+ },
1032
+ {
1033
+ "length": 20,
1034
+ "start": 2771
1035
+ },
1036
+ {
1037
+ "length": 20,
1038
+ "start": 6149
1039
+ },
1040
+ {
1041
+ "length": 20,
1042
+ "start": 8216
1043
+ },
1044
+ {
1045
+ "length": 20,
1046
+ "start": 12148
1047
+ },
1048
+ {
1049
+ "length": 20,
1050
+ "start": 12641
1051
+ }
1052
+ ]
1053
+ },
1054
+ "contracts/type/RoleId.sol": {
1055
+ "RoleIdLib": [
1056
+ {
1057
+ "length": 20,
1058
+ "start": 5722
1059
+ }
1060
+ ]
1061
+ },
1062
+ "contracts/type/Seconds.sol": {
1063
+ "SecondsLib": [
1064
+ {
1065
+ "length": 20,
1066
+ "start": 10942
1067
+ }
1068
+ ]
1069
+ },
1070
+ "contracts/type/Timestamp.sol": {
1071
+ "TimestampLib": [
1072
+ {
1073
+ "length": 20,
1074
+ "start": 5097
1075
+ },
1076
+ {
1077
+ "length": 20,
1078
+ "start": 8732
1079
+ },
1080
+ {
1081
+ "length": 20,
1082
+ "start": 8838
1083
+ },
1084
+ {
1085
+ "length": 20,
1086
+ "start": 8980
1087
+ },
1088
+ {
1089
+ "length": 20,
1090
+ "start": 9766
1091
+ },
1092
+ {
1093
+ "length": 20,
1094
+ "start": 9875
1095
+ },
1096
+ {
1097
+ "length": 20,
1098
+ "start": 10776
1099
+ },
1100
+ {
1101
+ "length": 20,
1102
+ "start": 11106
1103
+ }
1104
+ ]
1105
+ },
1106
+ "contracts/type/Version.sol": {
1107
+ "VersionLib": [
1108
+ {
1109
+ "length": 20,
1110
+ "start": 1980
1111
+ },
1112
+ {
1113
+ "length": 20,
1114
+ "start": 4030
1115
+ }
1116
+ ]
1117
+ }
1118
+ },
1119
+ "deployedLinkReferences": {
1120
+ "contracts/shared/ContractLib.sol": {
1121
+ "ContractLib": [
1122
+ {
1123
+ "length": 20,
1124
+ "start": 15122
1125
+ },
1126
+ {
1127
+ "length": 20,
1128
+ "start": 15719
1129
+ }
1130
+ ]
1131
+ },
1132
+ "contracts/type/Amount.sol": {
1133
+ "AmountLib": [
1134
+ {
1135
+ "length": 20,
1136
+ "start": 3273
1137
+ },
1138
+ {
1139
+ "length": 20,
1140
+ "start": 3301
1141
+ },
1142
+ {
1143
+ "length": 20,
1144
+ "start": 3622
1145
+ },
1146
+ {
1147
+ "length": 20,
1148
+ "start": 9862
1149
+ },
1150
+ {
1151
+ "length": 20,
1152
+ "start": 12567
1153
+ },
1154
+ {
1155
+ "length": 20,
1156
+ "start": 12700
1157
+ },
1158
+ {
1159
+ "length": 20,
1160
+ "start": 12774
1161
+ },
1162
+ {
1163
+ "length": 20,
1164
+ "start": 13265
1165
+ }
1166
+ ]
1167
+ },
1168
+ "contracts/type/NftId.sol": {
1169
+ "NftIdLib": [
1170
+ {
1171
+ "length": 20,
1172
+ "start": 1920
1173
+ },
1174
+ {
1175
+ "length": 20,
1176
+ "start": 2557
1177
+ },
1178
+ {
1179
+ "length": 20,
1180
+ "start": 5935
1181
+ },
1182
+ {
1183
+ "length": 20,
1184
+ "start": 8002
1185
+ },
1186
+ {
1187
+ "length": 20,
1188
+ "start": 11934
1189
+ },
1190
+ {
1191
+ "length": 20,
1192
+ "start": 12427
1193
+ }
1194
+ ]
1195
+ },
1196
+ "contracts/type/RoleId.sol": {
1197
+ "RoleIdLib": [
1198
+ {
1199
+ "length": 20,
1200
+ "start": 5508
1201
+ }
1202
+ ]
1203
+ },
1204
+ "contracts/type/Seconds.sol": {
1205
+ "SecondsLib": [
1206
+ {
1207
+ "length": 20,
1208
+ "start": 10728
1209
+ }
1210
+ ]
1211
+ },
1212
+ "contracts/type/Timestamp.sol": {
1213
+ "TimestampLib": [
1214
+ {
1215
+ "length": 20,
1216
+ "start": 4883
1217
+ },
1218
+ {
1219
+ "length": 20,
1220
+ "start": 8518
1221
+ },
1222
+ {
1223
+ "length": 20,
1224
+ "start": 8624
1225
+ },
1226
+ {
1227
+ "length": 20,
1228
+ "start": 8766
1229
+ },
1230
+ {
1231
+ "length": 20,
1232
+ "start": 9552
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 9661
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 10562
1241
+ },
1242
+ {
1243
+ "length": 20,
1244
+ "start": 10892
1245
+ }
1246
+ ]
1247
+ },
1248
+ "contracts/type/Version.sol": {
1249
+ "VersionLib": [
1250
+ {
1251
+ "length": 20,
1252
+ "start": 1766
1253
+ },
1254
+ {
1255
+ "length": 20,
1256
+ "start": 3816
1257
+ }
1258
+ ]
1259
+ }
1260
+ }
1261
+ }